Advertisement
permalink

Untitled

May 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.16 KB | None | 0 0
  1. ############## FIRST ATTEMPT :
  2.  
  3. ==========  Updating Skywire for host op02 . . .=========
  4. HEAD is now at ad48c98 Merge commit 'f4c47d54f0bc91eb531d8243d8ceff853a0cf139'
  5. From https://github.com/skycoin/skywire
  6.  * branch            master     -> FETCH_HEAD
  7.    ad48c98..97225a0  master     -> origin/master
  8. Updating ad48c98..97225a0
  9. Fast-forward
  10.  README-CN.md                                       | 19 +++--
  11.  README-KO.md                                       | 20 ++---
  12.  README.md                                          | 22 ++---
  13.  cmd/node/main.go                                   | 29 ++++---
  14.  cmd/socks/sockss/remote.go                         | 31 ++++++-
  15.  cmdx/powmsg/main.go                                | 95 ++++++++++++++++++++++
  16.  static/skywire-manager/3rdpartylicenses.txt        | 20 ++---
  17.  static/skywire-manager/index.html                  |  2 +-
  18.  .../main.e0a6d9486943a5b34756.bundle.js            |  1 -
  19.  .../main.facb9285518a35740809.bundle.js            |  1 +
  20.  ....css => styles.c19593e73edeeb5e870d.bundle.css} |  2 +-
  21.  .../github.com/skycoin/net/util/producer/conf.go   | 16 ++--
  22.  .../skycoin/net/util/producer/producer.go          | 43 +++++++++-
  23.  13 files changed, 238 insertions(+), 63 deletions(-)
  24.  create mode 100644 cmdx/powmsg/main.go
  25.  delete mode 100644 static/skywire-manager/main.e0a6d9486943a5b34756.bundle.js
  26.  create mode 100644 static/skywire-manager/main.facb9285518a35740809.bundle.js
  27.  rename static/skywire-manager/{styles.1a3f983ddb67ea0d361b.bundle.css => styles.c19593e73edeeb5e870d.bundle.css} (56%)
  28. Installing SKYWIRE ...
  29. # github.com/skycoin/skywire/cmd/socks/sockss
  30. runtime: s.allocCount= 65 s.nelems= 64
  31. fatal error: s.allocCount != s.nelems && freeIndex == s.nelems
  32.  
  33. goroutine 1 [running]:
  34. runtime.throw(0x1ff2d6, 0x31)
  35.         /usr/local/go/src/runtime/panic.go:619 +0x5c fp=0x442053a2a0 sp=0x442053a280 pc=0x36fec
  36. runtime.(*mcache).nextFree(0xffffa36d4000, 0x44ed919a5d825912, 0x442053a828, 0xda56c, 0x44200163f0)
  37.         /usr/local/go/src/runtime/malloc.go:553 +0x210 fp=0x442053a2f0 sp=0x442053a2a0 pc=0x1e570
  38. runtime.mallocgc(0x80, 0x1e7460, 0x1, 0x0)
  39.         /usr/local/go/src/runtime/malloc.go:710 +0x66c fp=0x442053a3a0 sp=0x442053a2f0 pc=0x1ebfc
  40. runtime.growslice(0x1e7460, 0x4420d9efc0, 0x8, 0x8, 0x9, 0x4420d9efc0, 0x4, 0x8)
  41.         /usr/local/go/src/runtime/slice.go:179 +0x11c fp=0x442053a400 sp=0x442053a3a0 pc=0x4ccac
  42. cmd/link/internal/objfile.(*objReader).readRef(0x442053a828)
  43.         /usr/local/go/src/cmd/link/internal/objfile/objfile.go:391 +0x514 fp=0x442053a540 sp=0x442053a400 pc=0xf4864
  44. cmd/link/internal/objfile.(*objReader).loadObjFile(0x442053a828)
  45.         /usr/local/go/src/cmd/link/internal/objfile/objfile.go:109 +0x270 fp=0x442053a750 sp=0x442053a540 pc=0xf1ef0
  46. cmd/link/internal/objfile.Load(0x2f43c0, 0x4420080140, 0x44219c0f10, 0x44209c8540, 0x11f7b, 0x44223fa200, 0x31)
  47.         /usr/local/go/src/cmd/link/internal/objfile/objfile.go:69 +0x120 fp=0x442053a940 sp=0x442053a750 pc=0xf1aa0
  48. cmd/link/internal/ld.ldobj(0x44204f6000, 0x44219c0f10, 0x44209c8540, 0x11fe5, 0x44223fa200, 0x31, 0x442050f22c, 0x29, 0x1, 0x0)
  49.         /usr/local/go/src/cmd/link/internal/ld/lib.go:1515 +0x938 fp=0x442053abf0 sp=0x442053a940 pc=0x142cc8
  50. cmd/link/internal/ld.loadobjfile(0x44204f6000, 0x44209c8540)
  51.         /usr/local/go/src/cmd/link/internal/ld/lib.go:839 +0x39c fp=0x442053add0 sp=0x442053abf0 pc=0x13d84c
  52. cmd/link/internal/ld.(*Link).loadlib(0x44204f6000)
  53.         /usr/local/go/src/cmd/link/internal/ld/lib.go:365 +0x168 fp=0x442053b0e0 sp=0x442053add0 pc=0x13a908
  54. cmd/link/internal/ld.Main(0x2f43c0, 0x8, 0x20, 0x1, 0x1f, 0x1e, 0x1f8d80, 0x1a, 0x1f109b, 0x3, ...)
  55.         /usr/local/go/src/cmd/link/internal/ld/main.go:201 +0x9b4 fp=0x442053b2a0 sp=0x442053b0e0 pc=0x14ee24
  56. main.main()
  57.         /usr/local/go/src/cmd/link/main.go:62 +0x15c fp=0x442053bf80 sp=0x442053b2a0 pc=0x18163c
  58. runtime.main()
  59.         /usr/local/go/src/runtime/proc.go:198 +0x204 fp=0x442053bfd0 sp=0x442053bf80 pc=0x38674
  60. runtime.goexit()
  61.         /usr/local/go/src/runtime/asm_arm64.s:1037 +0x4 fp=0x442053bfd0 sp=0x442053bfd0 pc=0x5ff84
  62. # github.com/skycoin/skywire/cmd/node
  63. /usr/local/go/pkg/tool/linux_arm64/link: pcln table file missing from DWARF line table
  64. # github.com/skycoin/skywire/cmd/socks/socksc
  65. /usr/local/go/pkg/tool/linux_arm64/link: running gcc failed: exit status 1
  66. collect2: fatal error: ld terminated with signal 11 [Segmentation fault]
  67. compilation terminated.
  68.  
  69. # github.com/skycoin/skywire/cmd/ssh/sshc
  70. /usr/local/go/pkg/tool/linux_arm64/link: running gcc failed: exit status 1
  71. collect2: fatal error: ld terminated with signal 11 [Segmentation fault]
  72. compilation terminated.
  73.  
  74.  
  75.  
  76. ################ SECOND ATTEMPT :
  77.  
  78. ./update-skywire.sh
  79. HEAD is now at 97225a0 Merge pull request #60 from gz-c/update-image-links-2
  80. From https://github.com/skycoin/skywire
  81.  * branch            master     -> FETCH_HEAD
  82. Already up-to-date.
  83. Installing SKYWIRE ...
  84. # github.com/skycoin/skywire/cmd/node
  85. /usr/local/go/pkg/tool/linux_arm64/link: pcln table file missing from DWARF line table
  86. # github.com/skycoin/skywire/cmd/ssh/sshc
  87. /usr/local/go/pkg/tool/linux_arm64/link: pcln table file missing from DWARF line table
  88. DONE! SKYWIRE IS UP TO DATE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement