Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. Successfully built 2d656887cedb
  2. SECURITY WARNING: You are building a Docker image from Windows against a non-Windows Docker host. All files and directories added to build context will have '-rwxr-xr-x' permissions. It is recommended to double check and reset permissions for sensitive files and directories.
  3. + [[ CYGWIN_NT-10.0 == CYGWIN* ]]
  4. + ABS_TOP_DIR=c:/cygwin64/cygdrive/c/work/wickedfun/wf
  5. + docker run --name boon-build --rm -v c:/cygwin64/cygdrive/c/work/wickedfun/wf:/home/build/build_environment -e GAME=boon boon-build
  6. + umask 0
  7. + cd /home/build/build_environment/boon
  8. /home/build/build.sh: line 5: cd: /home/build/build_environment/boon: No such file or directory
  9. + set -a
  10. + source current_configuration
  11. /home/build/build.sh: line 9: current_configuration: No such file or directory
  12. + set +a
  13. + cd -
  14. /home/build/build.sh: line 12: cd: OLDPWD not set
  15. + nodejs build.js
  16. fs.js:549
  17. return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
  18. ^
  19.  
  20. Error: ENOENT: no such file or directory, open 'build_environment/boon/src/server-js/servershared/data/dev/config.json'
  21. at Error (native)
  22. at Object.fs.openSync (fs.js:549:18)
  23. at Object.fs.readFileSync (fs.js:397:15)
  24. at main (/home/build/build.js:10:28)
  25. at Object.<anonymous> (/home/build/build.js:60:1)
  26. at Module._compile (module.js:410:26)
  27. at Object.Module._extensions..js (module.js:417:10)
  28. at Module.load (module.js:344:32)
  29. at Function.Module._load (module.js:301:12)
  30. at Function.Module.runMain (module.js:442:10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement