Advertisement
Guest User

WSL Ubuntu 16.04: hc package "spurious network error"

a guest
Jan 2nd, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.82 KB | None | 0 0
  1. ddw360@ZEPHYR:~/dev/happs/holochain-rust-todo$ lsb_release -a && uname -ra && lscpu | grep Architecture
  2. No LSB modules are available.
  3. Distributor ID: Ubuntu
  4. Description:    Ubuntu 16.04.5 LTS
  5. Release:        16.04
  6. Codename:       xenial
  7. Linux ZEPHYR 4.4.0-17134-Microsoft #471-Microsoft Fri Dec 07 20:04:00 PST 2018 x86_64 x86_64 x86_64 GNU/Linux
  8. Architecture:          x86_64
  9. ddw360@ZEPHYR:~/dev/happs/holochain-rust-todo$ node -v && npm -v
  10. v10.15.0
  11. 6.4.1
  12. ddw360@ZEPHYR:~/dev/happs/holochain-rust-todo$ rustc -V && cargo -V
  13. rustc 1.33.0-nightly (60e825389 2018-12-28)
  14. cargo 1.33.0-nightly (2cf1f5dda 2018-12-11)
  15. ddw360@ZEPHYR:~/dev/happs/holochain-rust-todo$ rustup target add wasm32-unknown-unknown
  16. info: component 'rust-std' for target 'wasm32-unknown-unknown' is up to date
  17. ddw360@ZEPHYR:~/dev/happs/holochain-rust-todo$ cd test && npm --silent install
  18. audited 144 packages in 1.653s
  19. found 0 vulnerabilities
  20.  
  21.  
  22.  
  23.    ╭───────────────────────────────────────────────────────────────╮
  24.    │                                                               │
  25.    │       New minor version of npm available! 6.4.1 → 6.5.0       │
  26.    │   Changelog: https://github.com/npm/cli/releases/tag/v6.5.0   │
  27.    │               Run npm install -g npm to update!               │
  28.    │                                                               │
  29.    ╰───────────────────────────────────────────────────────────────╯
  30.  
  31. ddw360@ZEPHYR:~/dev/happs/holochain-rust-todo/test$ npm show @holochain/holochain-nodejs
  32.  
  33. @holochain/holochain-nodejs@0.2.0 | MIT | deps: 1 | versions: 13
  34. Nodejs Holochain Container primarily for test execution
  35. https://github.com/holochain/holochain-rust#readme
  36.  
  37. dist
  38. .tarball: https://registry.npmjs.org/@holochain/holochain-nodejs/-/holochain-nodejs-0.2.0.tgz
  39. .shasum: fe54179fba7448353e186e8fec99b1b229f5462d
  40. .integrity: sha512-w8lF76v32pzNqSGc2Aw9T1z5mpsBSofFpHSv76Zf0hD3gjIncqOGk1/LbLRoseETzos6c+LSkIyjAbU5FXSYXQ==
  41. .unpackedSize: 110.3 kB
  42.  
  43. dependencies:
  44. node-pre-gyp: ^0.11.0
  45.  
  46. maintainers:
  47. - connoropolous <connorturland@gmail.com>
  48. - lucksus <nicolas@lucksus.eu>
  49. - neonphog <neonphog@neonphog.com>
  50. - philipbeadle <philip.beadle@live.com.au>
  51. - willemolding <willemolding@gmail.com>
  52.  
  53. dist-tags:
  54. latest: 0.2.0
  55.  
  56. published a month ago by connoropolous <connorturland@gmail.com>
  57. ddw360@ZEPHYR:~/dev/happs/holochain-rust-todo/test$ ldconfig -p | grep libzmq
  58.         libzmq.so.5 (libc6,x86-64) => /usr/local/lib/libzmq.so.5
  59.         libzmq.so (libc6,x86-64) => /usr/local/lib/libzmq.so
  60. ddw360@ZEPHYR:~/dev/happs/holochain-rust-todo/test$ whereis hc && hc -V
  61. hc: /usr/local/bin/hc
  62. hc 0.0.2
  63. ddw360@ZEPHYR:~/dev/happs/holochain-rust-todo/test$ cd ..
  64. ddw360@ZEPHYR:~/dev/happs/holochain-rust-todo$ ls
  65. app.json  README.md  test  zomes
  66. ddw360@ZEPHYR:~/dev/happs/holochain-rust-todo$ hc package
  67. > cargo build --release --target=wasm32-unknown-unknown
  68.     Updating git repository `https://github.com/holochain/holochain-rust`
  69. warning: spurious network error (2 tries remaining): [7] Couldn't connect to server; class=Net (12)
  70. warning: spurious network error (1 tries remaining): [7] Couldn't connect to server; class=Net (12)
  71. error: failed to load source for a dependency on `hdk`
  72.  
  73. Caused by:
  74.   Unable to update https://github.com/holochain/holochain-rust?branch=develop
  75.  
  76. Caused by:
  77.   failed to fetch into /home/ddw360/.cargo/git/db/holochain-rust-c3b6365fc5bfa642
  78.  
  79. Caused by:
  80.   [7] Couldn't connect to server; class=Net (12)
  81. Error: command cargo build --release --target=wasm32-unknown-unknown was not successful
  82. ddw360@ZEPHYR:~/dev/happs/holochain-rust-todo$ DA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement