Advertisement
Guest User

Untitled

a guest
Aug 15th, 2022
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. > test
  2. > npm run build:happ && npm t -w tests
  3.  
  4.  
  5. > build:happ
  6. > npm run build:dnas && hc app pack ./workdir
  7.  
  8.  
  9. > build:dnas
  10. > npm run build:zomes && hc dna pack ./dna/workdir
  11.  
  12.  
  13. > build:zomes
  14. > CARGO_TARGET_DIR=target cargo build --release --target wasm32-unknown-unknown
  15.  
  16. Compiling zome_0_integrity v0.0.1 (/home/vlada/Documents/holob/spookz/dna/integrity_zomes/zome_0_integrity)
  17. Compiling group v0.0.1 (/home/vlada/Documents/holob/spookz/dna/integrity_zomes/group)
  18. Compiling zome_0 v0.0.1 (/home/vlada/Documents/holob/spookz/dna/coordinator_zomes/zome_0)
  19. Finished release [optimized] target(s) in 4.49s
  20. Wrote bundle /home/vlada/Documents/holob/spookz/dna/workdir/lobby.dna
  21. Wrote bundle /home/vlada/Documents/holob/spookz/workdir/spookz.happ
  22.  
  23. > tests@0.0.0 test
  24. > TRYORAMA_LOG_LEVEL=info RUST_BACKTRACE=1 RUST_LOG=holochain::core::ribosome::host_fn::debug=debug TRYORAMA_HOLOCHAIN_PATH="holochain" node --loader ts-node/esm --experimental-specifier-resolution=node src/index.ts
  25.  
  26. (node:507831) ExperimentalWarning: --experimental-loader is an experimental feature. This feature could change at any time
  27. (Use `node --trace-warnings ...` to show where the warning was created)
  28. (node:507831) ExperimentalWarning: The Node.js specifier resolution flag is experimental. It could change or be removed at any time.
  29. TAP version 13
  30. # entry_def_0 CRUD tests
  31. not ok 1 Error: Timed out in 15000ms: register_dna
  32. ---
  33. operator: error
  34. stack: |-
  35. Error: Timed out in 15000ms: register_dna
  36. at Timeout.<anonymous> (file:///home/vlada/Documents/holob/spookz/node_modules/@holochain/client/src/api/common.ts:50:14)
  37. at listOnTimeout (node:internal/timers:559:17)
  38. at processTimers (node:internal/timers:502:7)
  39. ...
  40.  
  41. 1..1
  42. # tests 1
  43. # pass 0
  44. # fail 1
  45.  
  46. npm ERR! Lifecycle script `test` failed with error:
  47. npm ERR! Error: command failed
  48. npm ERR! in workspace: tests@0.0.0
  49. npm ERR! at location: /home/vlada/Documents/holob/spookz/tests
  50.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement