alohamora

make-build

Sep 3rd, 2014
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.60 KB | None | 0 0
  1. [root@vagrant-centos64 calamari-clients]# df -h
  2. Filesystem Size Used Avail Use% Mounted on
  3. /dev/sda1 7.3G 1.8G 5.2G 26% /
  4. tmpfs 499M 0 499M 0% /dev/shm
  5. git 233G 221G 13G 95% /git
  6. vagrant 233G 221G 13G 95% /vagrant
  7. srv_salt 233G 221G 13G 95% /srv/salt
  8. [root@vagrant-centos64 calamari-clients]# ll
  9. total 48
  10. drwxr-xr-x 1 vagrant vagrant 544 Sep 3 08:35 admin
  11. -rw-r--r-- 1 vagrant vagrant 1398 Sep 3 08:35 bootstrap.md
  12. -rw-r--r-- 1 vagrant vagrant 2222 Sep 3 08:35 calamari-clients.suse.spec
  13. -rw-r--r-- 1 vagrant vagrant 1170 Sep 3 08:35 clients.spec
  14. -rw-r--r-- 1 vagrant vagrant 1646 Sep 3 08:35 COPYING
  15. drwxr-xr-x 1 vagrant vagrant 408 Sep 3 08:35 dashboard
  16. drwxr-xr-x 1 vagrant vagrant 340 Sep 3 08:35 debian
  17. -rwxr-xr-x 1 vagrant vagrant 874 Sep 3 08:35 get-versions.sh
  18. -rw-r--r-- 1 vagrant vagrant 1127 Sep 3 08:35 LICENSE.txt
  19. drwxr-xr-x 1 vagrant vagrant 476 Sep 3 08:35 login
  20. -rw-r--r-- 1 vagrant vagrant 4569 Sep 3 08:35 Makefile
  21. -rw-r--r-- 1 vagrant vagrant 910 Sep 3 08:35 Makefile.sub
  22. drwxr-xr-x 1 vagrant vagrant 612 Sep 3 08:35 manage
  23. -rw-r--r-- 1 vagrant vagrant 7083 Sep 3 08:35 README.md
  24. drwxr-xr-x 1 vagrant vagrant 374 Sep 3 08:35 screenshots
  25. -rw-r--r-- 1 vagrant vagrant 815 Sep 3 08:35 ui.build.instructions.md
  26. drwxr-xr-x 1 vagrant vagrant 306 Sep 3 08:35 utils
  27. drwxr-xr-x 1 vagrant vagrant 340 Sep 3 08:35 vagrant
  28. [root@vagrant-centos64 calamari-clients]#
  29. [root@vagrant-centos64 calamari-clients]#
  30. [root@vagrant-centos64 calamari-clients]# make build-real
  31. building ui
  32. set -e ;\
  33. for d in manage admin login dashboard; do \
  34. echo $d; cd $d; make build; cd .. ; \
  35. done
  36. manage
  37. make[1]: Entering directory `/git/calamari-clients/manage'
  38. npm install --loglevel warn
  39. npm WARN package.json [email protected] No repository field.
  40. npm WARN deprecated [email protected]: use grunt-ng-annotate instead
  41. npm WARN deprecated [email protected]: use ng-annotate instead
  42.  
  43.  
  44.  
  45. > [email protected] install /git/calamari-clients/manage/node_modules/karma-phantomjs-launcher/node_modules/phantomjs
  46. > node install.js
  47.  
  48. Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2
  49. Saving to /git/calamari-clients/manage/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/phantomjs/phantomjs-1.9.7-linux-x86_64.tar.bz2
  50. Receiving...
  51. [=================================-------] 84% 0.0s
  52. Received 12852K total.
  53. Extracting tar contents (via spawned process)
  54. Copying extracted folder /git/calamari-clients/manage/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/phantomjs/phantomjs-1.9.7-linux-x86_64.tar.bz2-extract-1409754061365/phantomjs-1.9.7-linux-x86_64 -> /git/calamari-clients/manage/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom
  55. Writing location.js file
  56. Done. Phantomjs binary available at /git/calamari-clients/manage/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom/bin/phantomjs
  57.  
  58. > [email protected] postinstall /git/calamari-clients/manage/node_modules/grunt-autoprefixer
  59. >
  60.  
  61.  
  62. > [email protected] postinstall /git/calamari-clients/manage/node_modules/grunt-contrib-imagemin/node_modules/gifsicle
  63. > node index.js
  64.  
  65.  
  66. > [email protected] postinstall /git/calamari-clients/manage/node_modules/grunt-contrib-imagemin/node_modules/pngquant-bin
  67. > node index.js
  68.  
  69.  
  70. > [email protected] postinstall /git/calamari-clients/manage/node_modules/grunt-contrib-imagemin/node_modules/optipng-bin
  71. > node index.js
  72.  
  73. ⚠ pre-build test failed, compiling from source...
  74. ✓ pre-build test passed successfully
  75. ✔︎ pre-build test passed successfully!
  76.  
  77. > [email protected] postinstall /git/calamari-clients/manage/node_modules/grunt-contrib-imagemin/node_modules/jpegtran-bin
  78. > node index.js
  79.  
  80.  
  81. stream.js:94
  82. throw er; // Unhandled stream error in pipe.
  83. ^
  84. Error: invalid tar file
  85. at Extract.Parse._startEntry (/git/calamari-clients/manage/node_modules/grunt-contrib-imagemin/node_modules/gifsicle/node_modules/bin-build/node_modules/download/node_modules/decompress/node_modules/tar/lib/parse.js:145:13)
  86. at Extract.Parse._process (/git/calamari-clients/manage/node_modules/grunt-contrib-imagemin/node_modules/gifsicle/node_modules/bin-build/node_modules/download/node_modules/decompress/node_modules/tar/lib/parse.js:127:12)
  87. at BlockStream.<anonymous> (/git/calamari-clients/manage/node_modules/grunt-contrib-imagemin/node_modules/gifsicle/node_modules/bin-build/node_modules/download/node_modules/decompress/node_modules/tar/lib/parse.js:47:8)
  88. at BlockStream.emit (events.js:95:17)
  89. at BlockStream._emitChunk (/git/calamari-clients/manage/node_modules/grunt-contrib-imagemin/node_modules/gifsicle/node_modules/bin-build/node_modules/download/node_modules/decompress/node_modules/tar/node_modules/block-stream/block-stream.js:145:10)
  90. at BlockStream.resume (/git/calamari-clients/manage/node_modules/grunt-contrib-imagemin/node_modules/gifsicle/node_modules/bin-build/node_modules/download/node_modules/decompress/node_modules/tar/node_modules/block-stream/block-stream.js:58:15)
  91. at Extract.Reader.resume (/git/calamari-clients/manage/node_modules/grunt-contrib-imagemin/node_modules/gifsicle/node_modules/bin-build/node_modules/download/node_modules/decompress/node_modules/tar/node_modules/fstream/lib/reader.js:255:34)
  92. at DirWriter.<anonymous> (/git/calamari-clients/manage/node_modules/grunt-contrib-imagemin/node_modules/gifsicle/node_modules/bin-build/node_modules/download/node_modules/decompress/node_modules/tar/lib/extract.js:57:8)
  93. at DirWriter.emit (events.js:92:17)
  94. at /git/calamari-clients/manage/node_modules/grunt-contrib-imagemin/node_modules/gifsicle/node_modules/bin-build/node_modules/download/node_modules/decompress/node_modules/tar/node_modules/fstream/lib/dir-writer.js:39:8
  95. npm ERR! weird error 8
  96. npm ERR! tar pack Error reading /root/tmp/npm-8743-Qyzi90Mu/1409753828825-0.6940480060875416/package
  97. npm ERR! addLocalDirectory Could not pack "/root/tmp/npm-8743-Qyzi90Mu/1409753828825-0.6940480060875416/package" to "/root/.npm/mout/0.7.1/package.tgz"
  98. npm ERR! tar pack Error reading /root/tmp/npm-8743-Qyzi90Mu/1409753852582-0.854023800464347/package
  99. npm ERR! addLocalDirectory Could not pack "/root/tmp/npm-8743-Qyzi90Mu/1409753852582-0.854023800464347/package" to "/root/.npm/useragent/2.0.9/package.tgz"
  100. npm ERR! Error: ENOENT, lstat '/root/tmp/npm-8743-Qyzi90Mu/1409754117208-0.5695816520601511/package/benchmark/samples/document_huge.yaml'
  101. npm ERR! If you need help, you may report this log at:
  102. npm ERR! <http://github.com/isaacs/npm/issues>
  103. npm ERR! or email it to:
  104. npm ERR! <[email protected]>
  105.  
  106. npm ERR! System Linux 2.6.32-358.23.2.el6.x86_64
  107. npm ERR! command "node" "/usr/bin/npm" "install" "--loglevel" "warn"
  108. npm ERR! cwd /git/calamari-clients/manage
  109. npm ERR! node -v v0.10.29
  110. npm ERR! npm -v 1.3.6
  111. npm ERR! path /root/tmp/npm-8743-Qyzi90Mu/1409754117208-0.5695816520601511/package/benchmark/samples/document_huge.yaml
  112. npm ERR! fstream_path /root/tmp/npm-8743-Qyzi90Mu/1409754117208-0.5695816520601511/package/benchmark/samples/document_huge.yaml
  113. npm ERR! fstream_type File
  114. npm ERR! fstream_class FileWriter
  115. npm ERR! code ENOENT
  116. npm ERR! errno 34
  117. npm ERR! fstream_stack /usr/lib/node_modules/fstream/lib/writer.js:284:26
  118. npm ERR! fstream_stack Object.oncomplete (fs.js:107:15)
  119. npm ERR!
  120. npm ERR! Additional logging details can be found in:
  121. npm ERR! /git/calamari-clients/manage/npm-debug.log
  122. npm ERR! not ok code 0
  123. make[1]: *** [build-stamp] Error 1
  124. make[1]: Leaving directory `/git/calamari-clients/manage'
  125. make: *** [build-ui] Error 2
  126. [root@vagrant-centos64 calamari-clients]#
Advertisement
Add Comment
Please, Sign In to add comment