Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.03 KB | None | 0 0
  1. vallo@ubuntu:~$ cd Scopic/share911/lambda/usersApi/
  2. vallo@ubuntu:~/Scopic/share911/lambda/usersApi$ yarn
  3. yarn install v1.16.0
  4. [1/4] Resolving packages...
  5. [2/4] Fetching packages...
  6. [3/4] Linking dependencies...
  7. warning " > @sanjo/serverless-webpack-plugin@0.5.0" has unmet peer dependency "webpack@^1.13.1".
  8. warning " > serverless-plugin-aws-alerts@1.2.4" has unmet peer dependency "serverless@^1.12.0".
  9. [4/4] Building fresh packages...
  10. error /home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt: Command failed.
  11. Exit code: 1
  12. Command: node-pre-gyp install --fallback-to-build
  13. Arguments:
  14. Directory: /home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt
  15. Output:
  16. node-pre-gyp info it worked if it ends with ok
  17. node-pre-gyp info using node-pre-gyp@0.10.2
  18. node-pre-gyp info using node@8.15.1 | linux | x64
  19. node-pre-gyp info check checked for "/home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt/lib/binding/bcrypt_lib.node" (not found)
  20. node-pre-gyp http GET https://github.com/kelektiv/node.bcrypt.js/releases/download/v3.0.0/bcrypt_lib-v3.0.0-node-v57-linux-x64-glibc.tar.gz
  21. node-pre-gyp http 302 https://github.com/kelektiv/node.bcrypt.js/releases/download/v3.0.0/bcrypt_lib-v3.0.0-node-v57-linux-x64-glibc.tar.gz
  22. node-pre-gyp WARN Pre-built binaries not installable for bcrypt@3.0.0 and node@8.15.1 (node-v57 ABI, glibc) (falling back to source compile with node-gyp)
  23. node-pre-gyp WARN Hit error Remote end closed socket abruptly.
  24. gyp info it worked if it ends with ok
  25. gyp info using node-gyp@3.8.0
  26. gyp info using node@8.15.1 | linux | x64
  27. gyp info ok
  28. gyp info it worked if it ends with ok
  29. gyp info using node-gyp@3.8.0
  30. gyp info using node@8.15.1 | linux | x64
  31. gyp info spawn /usr/bin/python2
  32. gyp info spawn args [ '/usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
  33. gyp info spawn args 'binding.gyp',
  34. gyp info spawn args '-f',
  35. gyp info spawn args 'make',
  36. gyp info spawn args '-I',
  37. gyp info spawn args '/home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt/build/config.gypi',
  38. gyp info spawn args '-I',
  39. gyp info spawn args '/usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
  40. gyp info spawn args '-I',
  41. gyp info spawn args '/home/vallo/.node-gyp/8.15.1/include/node/common.gypi',
  42. gyp info spawn args '-Dlibrary=shared_library',
  43. gyp info spawn args '-Dvisibility=default',
  44. gyp info spawn args '-Dnode_root_dir=/home/vallo/.node-gyp/8.15.1',
  45. gyp info spawn args '-Dnode_gyp_dir=/usr/local/lib/node_modules/npm/node_modules/node-gyp',
  46. gyp info spawn args '-Dnode_lib_file=/home/vallo/.node-gyp/8.15.1/<(target_arch)/node.lib',
  47. gyp info spawn args '-Dmodule_root_dir=/home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt',
  48. gyp info spawn args '-Dnode_engine=v8',
  49. gyp info spawn args '--depth=.',
  50. gyp info spawn args '--no-parallel',
  51. gyp info spawn args '--generator-output',
  52. gyp info spawn args 'build',
  53. gyp info spawn args '-Goutput_dir=.' ]
  54. gyp info ok
  55. gyp info it worked if it ends with ok
  56. gyp info using node-gyp@3.8.0
  57. gyp info using node@8.15.1 | linux | x64
  58. gyp info spawn make
  59. gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
  60. make: Entering directory '/home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt/build'
  61. CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
  62. CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
  63. node-pre-gyp http 200 https://github.com/kelektiv/node.bcrypt.js/releases/download/v3.0.0/bcrypt_lib-v3.0.0-node-v57-linux-x64-glibc.tar.gz
  64. ../src/bcrypt.cc: In function ‘void encode_salt(char*, u_int8_t*, char, u_int16_t, u_int8_t)’:
  65. ../src/bcrypt.cc:114:1: warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=]
  66. encode_salt(char *salt, u_int8_t *csalt, char minor, u_int16_t clen, u_int8_t logr)
  67. ^~~~~~~~~~~
  68. In file included from /usr/include/stdio.h:862:0,
  69. from ../src/bcrypt.cc:34:
  70. /usr/include/x86_64-linux-gnu/bits/stdio2.h:65:44: note: ‘__builtin___snprintf_chk’ output between 4 and 5 bytes into a destination of size 4
  71. __bos (__s), __fmt, __va_arg_pack ());
  72. ^
  73. ../src/bcrypt.cc: In function ‘void bcrypt(const char*, const char*, char*)’:
  74. ../src/bcrypt.cc:147:1: warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=]
  75. bcrypt(const char *key, const char *salt, char *encrypted)
  76. ^~~~~~
  77. In file included from /usr/include/stdio.h:862:0,
  78. from ../src/bcrypt.cc:34:
  79. /usr/include/x86_64-linux-gnu/bits/stdio2.h:65:44: note: ‘__builtin___snprintf_chk’ output between 4 and 5 bytes into a destination of size 4
  80. __bos (__s), __fmt, __va_arg_pack ());
  81. ^
  82. CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
  83. node-pre-gyp info install unpacking binding/bcrypt_lib.node
  84. node-pre-gyp WARN Pre-built binaries not installable for bcrypt@3.0.0 and node@8.15.1 (node-v57 ABI, glibc) (falling back to source compile with node-gyp)
  85. node-pre-gyp WARN Hit error bad download
  86. gyp info it worked if it ends with ok
  87. gyp info using node-gyp@3.8.0
  88. gyp info using node@8.15.1 | linux | x64
  89. gyp info ok
  90. gyp info it worked if it ends with ok
  91. gyp info using node-gyp@3.8.0
  92. gyp info using node@8.15.1 | linux | x64
  93. gyp info spawn /usr/bin/python2
  94. gyp info spawn args [ '/usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
  95. gyp info spawn args 'binding.gyp',
  96. gyp info spawn args '-f',
  97. gyp info spawn args 'make',
  98. gyp info spawn args '-I',
  99. gyp info spawn args '/home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt/build/config.gypi',
  100. gyp info spawn args '-I',
  101. gyp info spawn args '/usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
  102. gyp info spawn args '-I',
  103. gyp info spawn args '/home/vallo/.node-gyp/8.15.1/include/node/common.gypi',
  104. gyp info spawn args '-Dlibrary=shared_library',
  105. gyp info spawn args '-Dvisibility=default',
  106. gyp info spawn args '-Dnode_root_dir=/home/vallo/.node-gyp/8.15.1',
  107. gyp info spawn args '-Dnode_gyp_dir=/usr/local/lib/node_modules/npm/node_modules/node-gyp',
  108. gyp info spawn args '-Dnode_lib_file=/home/vallo/.node-gyp/8.15.1/<(target_arch)/node.lib',
  109. gyp info spawn args '-Dmodule_root_dir=/home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt',
  110. gyp info spawn args '-Dnode_engine=v8',
  111. gyp info spawn args '--depth=.',
  112. gyp info spawn args '--no-parallel',
  113. gyp info spawn args '--generator-output',
  114. gyp info spawn args 'build',
  115. gyp info spawn args '-Goutput_dir=.' ]
  116. gyp info ok
  117. gyp info it worked if it ends with ok
  118. gyp info using node-gyp@3.8.0
  119. gyp info using node@8.15.1 | linux | x64
  120. gyp info spawn make
  121. gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
  122. make: Entering directory '/home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt/build'
  123. CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
  124. CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
  125. ../src/bcrypt.cc: In function ‘void encode_salt(char*, u_int8_t*, char, u_int16_t, u_int8_t)’:
  126. ../src/bcrypt.cc:114:1: warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=]
  127. encode_salt(char *salt, u_int8_t *csalt, char minor, u_int16_t clen, u_int8_t logr)
  128. ^~~~~~~~~~~
  129. In file included from /usr/include/stdio.h:862:0,
  130. from ../src/bcrypt.cc:34:
  131. /usr/include/x86_64-linux-gnu/bits/stdio2.h:65:44: note: ‘__builtin___snprintf_chk’ output between 4 and 5 bytes into a destination of size 4
  132. __bos (__s), __fmt, __va_arg_pack ());
  133. ^
  134. ../src/bcrypt.cc: In function ‘void bcrypt(const char*, const char*, char*)’:
  135. ../src/bcrypt.cc:147:1: warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=]
  136. bcrypt(const char *key, const char *salt, char *encrypted)
  137. ^~~~~~
  138. In file included from /usr/include/stdio.h:862:0,
  139. from ../src/bcrypt.cc:34:
  140. /usr/include/x86_64-linux-gnu/bits/stdio2.h:65:44: note: ‘__builtin___snprintf_chk’ output between 4 and 5 bytes into a destination of size 4
  141. __bos (__s), __fmt, __va_arg_pack ());
  142. ^
  143. CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
  144. ../src/bcrypt_node.cc:375:30: fatal error: opening dependency file ./Release/.deps/Release/obj.target/bcrypt_lib/src/bcrypt_node.o.d.raw: No such file or directory
  145. NODE_MODULE(bcrypt_lib, init);
  146. ^
  147. compilation terminated.
  148. bcrypt_lib.target.mk:103: recipe for target 'Release/obj.target/bcrypt_lib/src/bcrypt_node.o' failed
  149. make: Leaving directory '/home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt/build'
  150. make: *** [Release/obj.target/bcrypt_lib/src/bcrypt_node.o] Error 1
  151. gyp ERR! build error
  152. gyp ERR! stack Error: `make` failed with exit code: 2
  153. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
  154. gyp ERR! stack at emitTwo (events.js:126:13)
  155. gyp ERR! stack at ChildProcess.emit (events.js:214:7)
  156. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
  157. gyp ERR! System Linux 4.18.0-24-generic
  158. gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt/lib/binding/bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=/home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt/lib/binding" "--napi_version=3" "--node_abi_napi=napi"
  159. gyp ERR! cwd /home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt
  160. gyp ERR! node -v v8.15.1
  161. gyp ERR! node-gyp -v v3.8.0
  162. gyp ERR! not ok
  163. node-pre-gyp ERR! build error
  164. node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt/lib/binding --napi_version=3 --node_abi_napi=napi' (1)
  165. node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/home/vallo/Scopic/share911/lambda/usersApi/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
  166. node-pre-gyp ERR! stack at emitTwo (events.js:126:13)
  167. node-pre-gyp ERR! stack at ChildProcess.emit (events.js:214:7)
  168. node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:915:16)
  169. node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
  170. node-pre-gyp ERR! System Linux 4.18.0-24-generic
  171. node-pre-gyp ERR! command "/usr/local/bin/node" "/home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
  172. node-pre-gyp ERR! cwd /home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt
  173. node-pre-gyp ERR! node -v v8.15.1
  174. node-pre-gyp ERR! node-pre-gyp -v v0.10.2
  175. node-pre-gyp ERR! not ok
  176. Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=/home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt/lib/binding --napi_version=3 --node_abi_napi=napi' (1)
  177. SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node
  178. COPY Release/bcrypt_lib.node
  179. COPY /home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt/lib/binding/bcrypt_lib.node
  180. TOUCH Release/obj.target/action_after_build.stamp
  181. make: Leaving directory '/home/vallo/Scopic/share911/lambda/usersApi/node_modules/bcrypt/build'
  182. gyp info ok
  183. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
  184. vallo@ubuntu:~/Scopic/share911/lambda/usersApi$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement