Guest User

Untitled

a guest
Feb 4th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. npm ERR! code ELIFECYCLE
  2. npm ERR! errno 1
  3. npm ERR! horizon@0.0.0 test: `karma start horizon/karma.conf.js --single-run && karma start openstack_dashboard/karma.conf.js --single-run`
  4. npm ERR! Exit status 1
  5. npm ERR!
  6. npm ERR! Failed at the horizon@0.0.0 test script.
  7. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  8.  
  9. npm ERR! A complete log of this run can be found in:
  10. npm ERR! /home/ubuntu/.npm/_logs/2019-02-05T05_12_16_556Z-debug.log
  11. ERROR: InvocationError for command '/home/ubuntu/horizon/.tox/npm/bin/npm run test' (exited with code 1)
  12.  
  13.  
  14. /home/ubuntu/.npm/_logs/2019-02-05T05_12_16_556Z-debug.log
  15.  
  16. 0 info it worked if it ends with ok
  17. 1 verbose cli [ '/home/ubuntu/horizon/.tox/npm/bin/node',
  18. 1 verbose cli '/home/ubuntu/horizon/.tox/npm/bin/npm',
  19. 1 verbose cli 'run',
  20. 1 verbose cli 'test' ]
  21. 2 info using npm@6.5.0
  22. 3 info using node@v11.9.0
  23. 4 verbose run-script [ 'pretest', 'test', 'posttest' ]
  24. 5 info lifecycle horizon@0.0.0~pretest: horizon@0.0.0
  25. 6 info lifecycle horizon@0.0.0~test: horizon@0.0.0
  26. 7 verbose lifecycle horizon@0.0.0~test: unsafe-perm in lifecycle true
  27. 8 verbose lifecycle horizon@0.0.0~test: PATH: /home/ubuntu/horizon/.tox/npm/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/ubuntu/horizon/node_modules/.bin:/home/ubuntu/horizon/.tox/npm/bin:/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
  28. 9 verbose lifecycle horizon@0.0.0~test: CWD: /home/ubuntu/horizon
  29. 10 silly lifecycle horizon@0.0.0~test: Args: [ '-c',
  30. 10 silly lifecycle 'karma start horizon/karma.conf.js --single-run && karma start openstack_dashboard/karma.conf.js --single-run' ]
  31. 11 silly lifecycle horizon@0.0.0~test: Returned: code: 1 signal: null
  32. 12 info lifecycle horizon@0.0.0~test: Failed to exec test script
  33. 13 verbose stack Error: horizon@0.0.0 test: `karma start horizon/karma.conf.js --single-run && karma start openstack_dashboard/karma.conf.js --single-run`
  34. 13 verbose stack Exit status 1
  35. 13 verbose stack at EventEmitter.<anonymous> (/home/ubuntu/horizon/.tox/npm/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
  36. 13 verbose stack at EventEmitter.emit (events.js:197:13)
  37. 13 verbose stack at ChildProcess.<anonymous> (/home/ubuntu/horizon/.tox/npm/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
  38. 13 verbose stack at ChildProcess.emit (events.js:197:13)
  39. 13 verbose stack at maybeClose (internal/child_process.js:978:16)
  40. 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:265:5)
  41. 14 verbose pkgid horizon@0.0.0
  42. 15 verbose cwd /home/ubuntu/horizon
  43. 16 verbose Linux 4.4.0-141-generic
  44. 17 verbose argv "/home/ubuntu/horizon/.tox/npm/bin/node" "/home/ubuntu/horizon/.tox/npm/bin/npm" "run" "test"
  45. 18 verbose node v11.9.0
  46. 19 verbose npm v6.5.0
  47. 20 error code ELIFECYCLE
  48. 21 error errno 1
  49. 22 error horizon@0.0.0 test: `karma start horizon/karma.conf.js --single-run && karma start openstack_dashboard/karma.conf.js --single-run`
  50. 22 error Exit status 1
  51. 23 error Failed at the horizon@0.0.0 test script.
  52. 23 error This is probably not a problem with npm. There is likely additional logging output above.
  53. 24 verbose exit [ 1, true ]
Add Comment
Please, Sign In to add comment