Skip to content

Instantly share code, notes, and snippets.

@leyyinad
Created June 28, 2016 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leyyinad/3db550282e9526133fc1a29f84482bcd to your computer and use it in GitHub Desktop.
Save leyyinad/3db550282e9526133fc1a29f84482bcd to your computer and use it in GitHub Desktop.
bcrypt build error
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'i', 'bcrypt' ]
2 info using npm@3.9.5
3 info using node@v6.2.2
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData bcrypt
8 silly fetchNamedPackageData bcrypt
9 silly mapToRegistry name bcrypt
10 silly mapToRegistry using default registry
11 silly mapToRegistry registry https://registry.npmjs.org/
12 silly mapToRegistry data Result {
12 silly mapToRegistry raw: 'bcrypt',
12 silly mapToRegistry scope: null,
12 silly mapToRegistry name: 'bcrypt',
12 silly mapToRegistry rawSpec: '',
12 silly mapToRegistry spec: 'latest',
12 silly mapToRegistry type: 'tag' }
13 silly mapToRegistry uri https://registry.npmjs.org/bcrypt
14 verbose request uri https://registry.npmjs.org/bcrypt
15 verbose request no auth needed
16 info attempt registry request try #1 at 8:43:59 PM
17 verbose request id 2ef5763373485694
18 verbose etag "ESZ18YB2YMU0BGR3TVB80QPW2"
19 http request GET https://registry.npmjs.org/bcrypt
20 http 304 https://registry.npmjs.org/bcrypt
21 verbose headers { date: 'Tue, 28 Jun 2016 20:43:59 GMT',
21 verbose headers via: '1.1 varnish',
21 verbose headers 'cache-control': 'max-age=300',
21 verbose headers etag: '"ESZ18YB2YMU0BGR3TVB80QPW2"',
21 verbose headers age: '294',
21 verbose headers connection: 'keep-alive',
21 verbose headers 'x-served-by': 'cache-fra1236-FRA',
21 verbose headers 'x-cache': 'HIT',
21 verbose headers 'x-cache-hits': '1',
21 verbose headers 'x-timer': 'S1467146639.092035,VS0,VE0',
21 verbose headers vary: 'Accept-Encoding' }
22 silly get cb [ 304,
22 silly get { date: 'Tue, 28 Jun 2016 20:43:59 GMT',
22 silly get via: '1.1 varnish',
22 silly get 'cache-control': 'max-age=300',
22 silly get etag: '"ESZ18YB2YMU0BGR3TVB80QPW2"',
22 silly get age: '294',
22 silly get connection: 'keep-alive',
22 silly get 'x-served-by': 'cache-fra1236-FRA',
22 silly get 'x-cache': 'HIT',
22 silly get 'x-cache-hits': '1',
22 silly get 'x-timer': 'S1467146639.092035,VS0,VE0',
22 silly get vary: 'Accept-Encoding' } ]
23 verbose etag https://registry.npmjs.org/bcrypt from cache
24 verbose get saving bcrypt to /root/.npm/registry.npmjs.org/bcrypt/.cache.json
25 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing
26 silly install normalizeTree
27 silly loadCurrentTree Finishing
28 silly loadIdealTree Starting
29 silly install loadIdealTree
30 silly cloneCurrentTree Starting
31 silly install cloneCurrentTreeToIdealTree
32 silly cloneCurrentTree Finishing
33 silly loadShrinkwrap Starting
34 silly install loadShrinkwrap
35 silly loadShrinkwrap Finishing
36 silly loadAllDepsIntoIdealTree Starting
37 silly install loadAllDepsIntoIdealTree
38 silly resolveWithNewModule bcrypt@0.8.7 checking installable status
39 silly cache add args [ 'bcrypt', null ]
40 verbose cache add spec bcrypt
41 silly cache add parsed spec Result {
41 silly cache add raw: 'bcrypt',
41 silly cache add scope: null,
41 silly cache add name: 'bcrypt',
41 silly cache add rawSpec: '',
41 silly cache add spec: 'latest',
41 silly cache add type: 'tag' }
42 silly addNamed bcrypt@latest
43 verbose addNamed "latest" is being treated as a dist-tag for bcrypt
44 info addNameTag [ 'bcrypt', 'latest' ]
45 silly mapToRegistry name bcrypt
46 silly mapToRegistry using default registry
47 silly mapToRegistry registry https://registry.npmjs.org/
48 silly mapToRegistry data Result {
48 silly mapToRegistry raw: 'bcrypt',
48 silly mapToRegistry scope: null,
48 silly mapToRegistry name: 'bcrypt',
48 silly mapToRegistry rawSpec: '',
48 silly mapToRegistry spec: 'latest',
48 silly mapToRegistry type: 'tag' }
49 silly mapToRegistry uri https://registry.npmjs.org/bcrypt
50 verbose addNameTag registry:https://registry.npmjs.org/bcrypt not in flight; fetching
51 verbose get https://registry.npmjs.org/bcrypt not expired, no request
52 silly addNameTag next cb for bcrypt with tag latest
53 silly addNamed bcrypt@0.8.7
54 verbose addNamed "0.8.7" is a plain semver version for bcrypt
55 silly cache afterAdd bcrypt@0.8.7
56 verbose afterAdd /root/.npm/bcrypt/0.8.7/package/package.json not in flight; writing
57 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing
58 verbose afterAdd /root/.npm/bcrypt/0.8.7/package/package.json written
59 silly fetchNamedPackageData bindings
60 silly mapToRegistry name bindings
61 silly mapToRegistry using default registry
62 silly mapToRegistry registry https://registry.npmjs.org/
63 silly mapToRegistry data Result {
63 silly mapToRegistry raw: 'bindings',
63 silly mapToRegistry scope: null,
63 silly mapToRegistry name: 'bindings',
63 silly mapToRegistry rawSpec: '',
63 silly mapToRegistry spec: 'latest',
63 silly mapToRegistry type: 'tag' }
64 silly mapToRegistry uri https://registry.npmjs.org/bindings
65 silly fetchNamedPackageData nan
66 silly mapToRegistry name nan
67 silly mapToRegistry using default registry
68 silly mapToRegistry registry https://registry.npmjs.org/
69 silly mapToRegistry data Result {
69 silly mapToRegistry raw: 'nan',
69 silly mapToRegistry scope: null,
69 silly mapToRegistry name: 'nan',
69 silly mapToRegistry rawSpec: '',
69 silly mapToRegistry spec: 'latest',
69 silly mapToRegistry type: 'tag' }
70 silly mapToRegistry uri https://registry.npmjs.org/nan
71 verbose request uri https://registry.npmjs.org/bindings
72 verbose request no auth needed
73 info attempt registry request try #1 at 8:43:59 PM
74 verbose etag "9UWSP22HTOHKKIMOB4NCPYRCX"
75 http request GET https://registry.npmjs.org/bindings
76 verbose request uri https://registry.npmjs.org/nan
77 verbose request no auth needed
78 info attempt registry request try #1 at 8:43:59 PM
79 verbose etag "12RFHNMU7CS3WJ1892HQLM0NB"
80 http request GET https://registry.npmjs.org/nan
81 http 304 https://registry.npmjs.org/bindings
82 verbose headers { date: 'Tue, 28 Jun 2016 20:43:59 GMT',
82 verbose headers via: '1.1 varnish',
82 verbose headers 'cache-control': 'max-age=300',
82 verbose headers etag: '"9UWSP22HTOHKKIMOB4NCPYRCX"',
82 verbose headers age: '170',
82 verbose headers connection: 'keep-alive',
82 verbose headers 'x-served-by': 'cache-fra1236-FRA',
82 verbose headers 'x-cache': 'HIT',
82 verbose headers 'x-cache-hits': '4',
82 verbose headers 'x-timer': 'S1467146639.204730,VS0,VE0',
82 verbose headers vary: 'Accept-Encoding' }
83 silly get cb [ 304,
83 silly get { date: 'Tue, 28 Jun 2016 20:43:59 GMT',
83 silly get via: '1.1 varnish',
83 silly get 'cache-control': 'max-age=300',
83 silly get etag: '"9UWSP22HTOHKKIMOB4NCPYRCX"',
83 silly get age: '170',
83 silly get connection: 'keep-alive',
83 silly get 'x-served-by': 'cache-fra1236-FRA',
83 silly get 'x-cache': 'HIT',
83 silly get 'x-cache-hits': '4',
83 silly get 'x-timer': 'S1467146639.204730,VS0,VE0',
83 silly get vary: 'Accept-Encoding' } ]
84 verbose etag https://registry.npmjs.org/bindings from cache
85 verbose get saving bindings to /root/.npm/registry.npmjs.org/bindings/.cache.json
86 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing
87 silly resolveWithNewModule bindings@1.2.1 checking installable status
88 silly cache add args [ 'bindings@1.2.1', null ]
89 verbose cache add spec bindings@1.2.1
90 silly cache add parsed spec Result {
90 silly cache add raw: 'bindings@1.2.1',
90 silly cache add scope: null,
90 silly cache add name: 'bindings',
90 silly cache add rawSpec: '1.2.1',
90 silly cache add spec: '1.2.1',
90 silly cache add type: 'version' }
91 silly addNamed bindings@1.2.1
92 verbose addNamed "1.2.1" is a plain semver version for bindings
93 silly mapToRegistry name bindings
94 silly mapToRegistry using default registry
95 silly mapToRegistry registry https://registry.npmjs.org/
96 silly mapToRegistry data Result {
96 silly mapToRegistry raw: 'bindings',
96 silly mapToRegistry scope: null,
96 silly mapToRegistry name: 'bindings',
96 silly mapToRegistry rawSpec: '',
96 silly mapToRegistry spec: 'latest',
96 silly mapToRegistry type: 'tag' }
97 silly mapToRegistry uri https://registry.npmjs.org/bindings
98 verbose addNameVersion registry:https://registry.npmjs.org/bindings not in flight; fetching
99 verbose get https://registry.npmjs.org/bindings not expired, no request
100 silly cache afterAdd bindings@1.2.1
101 verbose afterAdd /root/.npm/bindings/1.2.1/package/package.json not in flight; writing
102 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing
103 verbose afterAdd /root/.npm/bindings/1.2.1/package/package.json written
104 http 304 https://registry.npmjs.org/nan
105 verbose headers { date: 'Tue, 28 Jun 2016 20:43:59 GMT',
105 verbose headers via: '1.1 varnish',
105 verbose headers 'cache-control': 'max-age=300',
105 verbose headers etag: '"12RFHNMU7CS3WJ1892HQLM0NB"',
105 verbose headers age: '128',
105 verbose headers connection: 'keep-alive',
105 verbose headers 'x-served-by': 'cache-fra1245-FRA',
105 verbose headers 'x-cache': 'HIT',
105 verbose headers 'x-cache-hits': '2',
105 verbose headers 'x-timer': 'S1467146639.252834,VS0,VE0',
105 verbose headers vary: 'Accept-Encoding' }
106 silly get cb [ 304,
106 silly get { date: 'Tue, 28 Jun 2016 20:43:59 GMT',
106 silly get via: '1.1 varnish',
106 silly get 'cache-control': 'max-age=300',
106 silly get etag: '"12RFHNMU7CS3WJ1892HQLM0NB"',
106 silly get age: '128',
106 silly get connection: 'keep-alive',
106 silly get 'x-served-by': 'cache-fra1245-FRA',
106 silly get 'x-cache': 'HIT',
106 silly get 'x-cache-hits': '2',
106 silly get 'x-timer': 'S1467146639.252834,VS0,VE0',
106 silly get vary: 'Accept-Encoding' } ]
107 verbose etag https://registry.npmjs.org/nan from cache
108 verbose get saving nan to /root/.npm/registry.npmjs.org/nan/.cache.json
109 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing
110 silly resolveWithNewModule nan@2.3.5 checking installable status
111 silly cache add args [ 'nan@2.3.5', null ]
112 verbose cache add spec nan@2.3.5
113 silly cache add parsed spec Result {
113 silly cache add raw: 'nan@2.3.5',
113 silly cache add scope: null,
113 silly cache add name: 'nan',
113 silly cache add rawSpec: '2.3.5',
113 silly cache add spec: '2.3.5',
113 silly cache add type: 'version' }
114 silly addNamed nan@2.3.5
115 verbose addNamed "2.3.5" is a plain semver version for nan
116 silly mapToRegistry name nan
117 silly mapToRegistry using default registry
118 silly mapToRegistry registry https://registry.npmjs.org/
119 silly mapToRegistry data Result {
119 silly mapToRegistry raw: 'nan',
119 silly mapToRegistry scope: null,
119 silly mapToRegistry name: 'nan',
119 silly mapToRegistry rawSpec: '',
119 silly mapToRegistry spec: 'latest',
119 silly mapToRegistry type: 'tag' }
120 silly mapToRegistry uri https://registry.npmjs.org/nan
121 verbose addNameVersion registry:https://registry.npmjs.org/nan not in flight; fetching
122 verbose get https://registry.npmjs.org/nan not expired, no request
123 silly cache afterAdd nan@2.3.5
124 verbose afterAdd /root/.npm/nan/2.3.5/package/package.json not in flight; writing
125 verbose correctMkdir /root/.npm correctMkdir not in flight; initializing
126 verbose afterAdd /root/.npm/nan/2.3.5/package/package.json written
127 silly loadAllDepsIntoIdealTree Finishing
128 silly idealTree:prePrune !invalid#1
128 silly idealTree:prePrune +-- bcrypt@0.8.7
128 silly idealTree:prePrune +-- bindings@1.2.1
128 silly idealTree:prePrune `-- nan@2.3.5
129 silly loadIdealTree Finishing
130 silly currentTree !invalid#2
131 silly idealTree !invalid#1
131 silly idealTree +-- bcrypt@0.8.7
131 silly idealTree +-- bindings@1.2.1
131 silly idealTree `-- nan@2.3.5
132 silly generateActionsToTake Starting
133 silly install generateActionsToTake
134 silly generateActionsToTake Finishing
135 silly diffTrees action count 3
136 silly diffTrees add bindings@1.2.1
137 silly diffTrees add nan@2.3.5
138 silly diffTrees add bcrypt@0.8.7
139 silly decomposeActions action count 24
140 silly decomposeActions fetch bindings@1.2.1
141 silly decomposeActions extract bindings@1.2.1
142 silly decomposeActions test bindings@1.2.1
143 silly decomposeActions preinstall bindings@1.2.1
144 silly decomposeActions build bindings@1.2.1
145 silly decomposeActions install bindings@1.2.1
146 silly decomposeActions postinstall bindings@1.2.1
147 silly decomposeActions finalize bindings@1.2.1
148 silly decomposeActions fetch nan@2.3.5
149 silly decomposeActions extract nan@2.3.5
150 silly decomposeActions test nan@2.3.5
151 silly decomposeActions preinstall nan@2.3.5
152 silly decomposeActions build nan@2.3.5
153 silly decomposeActions install nan@2.3.5
154 silly decomposeActions postinstall nan@2.3.5
155 silly decomposeActions finalize nan@2.3.5
156 silly decomposeActions fetch bcrypt@0.8.7
157 silly decomposeActions extract bcrypt@0.8.7
158 silly decomposeActions test bcrypt@0.8.7
159 silly decomposeActions preinstall bcrypt@0.8.7
160 silly decomposeActions build bcrypt@0.8.7
161 silly decomposeActions install bcrypt@0.8.7
162 silly decomposeActions postinstall bcrypt@0.8.7
163 silly decomposeActions finalize bcrypt@0.8.7
164 silly executeActions Starting
165 silly install executeActions
166 silly doSerial global-install 0
167 silly doParallel fetch 3
168 verbose correctMkdir /root/.npm/_locks correctMkdir not in flight; initializing
169 verbose lock using /root/.npm/_locks/staging-781faa38490e6896.lock for /node_modules/.staging
170 silly doParallel extract 3
171 silly extract bindings@1.2.1
172 silly extract nan@2.3.5
173 silly extract bcrypt@0.8.7
174 verbose unbuild ode_modules/.staging/nan-0b0c4d1c
175 verbose unbuild ode_modules/.staging/bindings-b46ad5b7
176 verbose unbuild ode_modules/.staging/bcrypt-54df811f
177 silly gentlyRm /node_modules/.staging/nan-0b0c4d1c is being purged from base /
178 verbose gentlyRm don't care about contents; nuking /node_modules/.staging/nan-0b0c4d1c
179 silly gentlyRm /node_modules/.staging/bindings-b46ad5b7 is being purged from base /
180 verbose gentlyRm don't care about contents; nuking /node_modules/.staging/bindings-b46ad5b7
181 silly gentlyRm /node_modules/.staging/bcrypt-54df811f is being purged from base /
182 verbose gentlyRm don't care about contents; nuking /node_modules/.staging/bcrypt-54df811f
183 verbose tar unpack /root/.npm/nan/2.3.5/package.tgz
184 verbose tar unpacking to /node_modules/.staging/nan-0b0c4d1c
185 silly gentlyRm /node_modules/.staging/nan-0b0c4d1c is being purged
186 verbose gentlyRm don't care about contents; nuking /node_modules/.staging/nan-0b0c4d1c
187 verbose tar unpack /root/.npm/bindings/1.2.1/package.tgz
188 verbose tar unpacking to /node_modules/.staging/bindings-b46ad5b7
189 silly gentlyRm /node_modules/.staging/bindings-b46ad5b7 is being purged
190 verbose gentlyRm don't care about contents; nuking /node_modules/.staging/bindings-b46ad5b7
191 verbose tar unpack /root/.npm/bcrypt/0.8.7/package.tgz
192 verbose tar unpacking to /node_modules/.staging/bcrypt-54df811f
193 silly gentlyRm /node_modules/.staging/bcrypt-54df811f is being purged
194 verbose gentlyRm don't care about contents; nuking /node_modules/.staging/bcrypt-54df811f
195 silly gunzTarPerm modes [ '755', '644' ]
196 silly gunzTarPerm modes [ '755', '644' ]
197 silly gunzTarPerm modes [ '755', '644' ]
198 silly gunzTarPerm extractEntry package.json
199 silly gunzTarPerm modified mode [ 'package.json', 436, 420 ]
200 silly gunzTarPerm extractEntry package.json
201 silly gunzTarPerm extractEntry package.json
202 silly gunzTarPerm extractEntry README.md
203 silly gunzTarPerm modified mode [ 'README.md', 436, 420 ]
204 silly gunzTarPerm extractEntry README.md
205 silly gunzTarPerm extractEntry bindings.js
206 silly gunzTarPerm extractEntry .npmignore
207 silly gunzTarPerm extractEntry README.md
208 silly gunzTarPerm extractEntry include_dirs.js
209 silly gunzTarPerm modified mode [ 'include_dirs.js', 436, 420 ]
210 silly gunzTarPerm extractEntry nan_converters.h
211 silly gunzTarPerm modified mode [ 'nan_converters.h', 436, 420 ]
212 silly gunzTarPerm extractEntry LICENSE.md
213 silly gunzTarPerm modified mode [ 'LICENSE.md', 436, 420 ]
214 silly gunzTarPerm extractEntry doc/node_misc.md
215 silly gunzTarPerm modified mode [ 'doc/node_misc.md', 436, 420 ]
216 silly gunzTarPerm extractEntry LICENSE
217 silly gunzTarPerm extractEntry bcrypt.js
218 silly gunzTarPerm extractEntry Makefile
219 silly gunzTarPerm extractEntry .travis.yml
220 silly gunzTarPerm extractEntry CHANGELOG.md
221 silly gunzTarPerm extractEntry binding.gyp
222 silly gunzTarPerm extractEntry examples/async_compare.js
223 silly gunzTarPerm extractEntry examples/forever_gen_salt.js
224 silly gunzTarPerm extractEntry test/async.js
225 silly gunzTarPerm extractEntry test/repetitions.js
226 silly gunzTarPerm extractEntry test/sync.js
227 silly gunzTarPerm extractEntry ISSUE_TEMPLATE.md
228 silly gunzTarPerm extractEntry src/bcrypt.cc
229 silly gunzTarPerm extractEntry src/bcrypt_node.cc
230 silly gunzTarPerm extractEntry src/blowfish.cc
231 silly gunzTarPerm extractEntry src/node_blf.h
232 silly gunzTarPerm extractEntry werker.yml
233 silly gunzTarPerm extractEntry doc/asyncworker.md
234 silly gunzTarPerm modified mode [ 'doc/asyncworker.md', 436, 420 ]
235 silly gunzTarPerm extractEntry doc/callback.md
236 silly gunzTarPerm modified mode [ 'doc/callback.md', 436, 420 ]
237 silly gunzTarPerm extractEntry doc/converters.md
238 silly gunzTarPerm modified mode [ 'doc/converters.md', 436, 420 ]
239 silly gunzTarPerm extractEntry doc/errors.md
240 silly gunzTarPerm modified mode [ 'doc/errors.md', 436, 420 ]
241 silly gunzTarPerm extractEntry doc/maybe_types.md
242 silly gunzTarPerm modified mode [ 'doc/maybe_types.md', 436, 420 ]
243 silly gunzTarPerm extractEntry doc/methods.md
244 silly gunzTarPerm modified mode [ 'doc/methods.md', 436, 420 ]
245 silly gunzTarPerm extractEntry doc/new.md
246 silly gunzTarPerm modified mode [ 'doc/new.md', 436, 420 ]
247 silly gentlyRm /node_modules/.staging/bindings-b46ad5b7/node_modules is being purged
248 verbose gentlyRm don't care about contents; nuking /node_modules/.staging/bindings-b46ad5b7/node_modules
249 silly gunzTarPerm extractEntry doc/buffers.md
250 silly gunzTarPerm modified mode [ 'doc/buffers.md', 436, 420 ]
251 silly gunzTarPerm extractEntry doc/object_wrappers.md
252 silly gunzTarPerm modified mode [ 'doc/object_wrappers.md', 436, 420 ]
253 silly gunzTarPerm extractEntry doc/persistent.md
254 silly gunzTarPerm modified mode [ 'doc/persistent.md', 436, 420 ]
255 silly gunzTarPerm extractEntry doc/scopes.md
256 silly gunzTarPerm modified mode [ 'doc/scopes.md', 436, 420 ]
257 silly gunzTarPerm extractEntry doc/script.md
258 silly gunzTarPerm modified mode [ 'doc/script.md', 436, 420 ]
259 silly gunzTarPerm extractEntry doc/string_bytes.md
260 silly gunzTarPerm modified mode [ 'doc/string_bytes.md', 436, 420 ]
261 silly gunzTarPerm extractEntry doc/v8_internals.md
262 silly gunzTarPerm modified mode [ 'doc/v8_internals.md', 436, 420 ]
263 silly gunzTarPerm extractEntry doc/v8_misc.md
264 silly gunzTarPerm modified mode [ 'doc/v8_misc.md', 436, 420 ]
265 silly gunzTarPerm extractEntry nan.h
266 silly gunzTarPerm modified mode [ 'nan.h', 436, 420 ]
267 silly gunzTarPerm extractEntry nan_callbacks.h
268 silly gunzTarPerm modified mode [ 'nan_callbacks.h', 436, 420 ]
269 silly gunzTarPerm extractEntry nan_callbacks_12_inl.h
270 silly gunzTarPerm modified mode [ 'nan_callbacks_12_inl.h', 436, 420 ]
271 silly gunzTarPerm extractEntry nan_callbacks_pre_12_inl.h
272 silly gunzTarPerm modified mode [ 'nan_callbacks_pre_12_inl.h', 436, 420 ]
273 silly gunzTarPerm extractEntry nan_converters_43_inl.h
274 silly gunzTarPerm modified mode [ 'nan_converters_43_inl.h', 436, 420 ]
275 silly gunzTarPerm extractEntry nan_converters_pre_43_inl.h
276 silly gunzTarPerm modified mode [ 'nan_converters_pre_43_inl.h', 436, 420 ]
277 silly gunzTarPerm extractEntry nan_implementation_12_inl.h
278 silly gunzTarPerm modified mode [ 'nan_implementation_12_inl.h', 436, 420 ]
279 silly gunzTarPerm extractEntry nan_implementation_pre_12_inl.h
280 silly gunzTarPerm modified mode [ 'nan_implementation_pre_12_inl.h', 436, 420 ]
281 silly gunzTarPerm extractEntry nan_maybe_43_inl.h
282 silly gunzTarPerm modified mode [ 'nan_maybe_43_inl.h', 436, 420 ]
283 silly gunzTarPerm extractEntry nan_maybe_pre_43_inl.h
284 silly gunzTarPerm modified mode [ 'nan_maybe_pre_43_inl.h', 436, 420 ]
285 silly gunzTarPerm extractEntry nan_new.h
286 silly gunzTarPerm modified mode [ 'nan_new.h', 436, 420 ]
287 silly gunzTarPerm extractEntry nan_object_wrap.h
288 silly gunzTarPerm modified mode [ 'nan_object_wrap.h', 436, 420 ]
289 silly gunzTarPerm extractEntry nan_persistent_12_inl.h
290 silly gunzTarPerm modified mode [ 'nan_persistent_12_inl.h', 436, 420 ]
291 silly gunzTarPerm extractEntry nan_persistent_pre_12_inl.h
292 silly gunzTarPerm modified mode [ 'nan_persistent_pre_12_inl.h', 436, 420 ]
293 silly gunzTarPerm extractEntry nan_string_bytes.h
294 silly gunzTarPerm modified mode [ 'nan_string_bytes.h', 436, 420 ]
295 silly gunzTarPerm extractEntry nan_typedarray_contents.h
296 silly gunzTarPerm modified mode [ 'nan_typedarray_contents.h', 436, 420 ]
297 silly gunzTarPerm extractEntry nan_weak.h
298 silly gunzTarPerm modified mode [ 'nan_weak.h', 436, 420 ]
299 silly gunzTarPerm extractEntry CHANGELOG.md
300 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 436, 420 ]
301 silly gunzTarPerm extractEntry tools/package.json
302 silly gunzTarPerm modified mode [ 'tools/package.json', 436, 420 ]
303 silly gunzTarPerm extractEntry tools/README.md
304 silly gunzTarPerm modified mode [ 'tools/README.md', 436, 420 ]
305 silly gunzTarPerm extractEntry tools/1to2.js
306 silly gunzTarPerm modified mode [ 'tools/1to2.js', 509, 493 ]
307 silly gentlyRm /node_modules/.staging/bcrypt-54df811f/node_modules is being purged
308 verbose gentlyRm don't care about contents; nuking /node_modules/.staging/bcrypt-54df811f/node_modules
309 silly gentlyRm /node_modules/.staging/nan-0b0c4d1c/node_modules is being purged
310 verbose gentlyRm don't care about contents; nuking /node_modules/.staging/nan-0b0c4d1c/node_modules
311 silly doParallel preinstall 3
312 silly preinstall bindings@1.2.1 /node_modules/.staging/bindings-b46ad5b7
313 info lifecycle bindings@1.2.1~preinstall: bindings@1.2.1
314 silly preinstall nan@2.3.5 /node_modules/.staging/nan-0b0c4d1c
315 info lifecycle nan@2.3.5~preinstall: nan@2.3.5
316 silly preinstall bcrypt@0.8.7 /node_modules/.staging/bcrypt-54df811f
317 info lifecycle bcrypt@0.8.7~preinstall: bcrypt@0.8.7
318 silly lifecycle bindings@1.2.1~preinstall: no script for preinstall, continuing
319 silly lifecycle nan@2.3.5~preinstall: no script for preinstall, continuing
320 silly lifecycle bcrypt@0.8.7~preinstall: no script for preinstall, continuing
321 silly doReverseSerial remove 0
322 silly doSerial move 0
323 silly doSerial finalize 3
324 silly finalize /node_modules/bindings
325 silly finalize /node_modules/nan
326 silly finalize /node_modules/bcrypt
327 silly doSerial build 3
328 silly build bindings@1.2.1
329 info linkStuff bindings@1.2.1
330 silly linkStuff bindings@1.2.1 has /node_modules as its parent node_modules
331 verbose linkBins bindings@1.2.1
332 verbose linkMans bindings@1.2.1
333 silly build nan@2.3.5
334 info linkStuff nan@2.3.5
335 silly linkStuff nan@2.3.5 has /node_modules as its parent node_modules
336 verbose linkBins nan@2.3.5
337 verbose linkMans nan@2.3.5
338 silly build bcrypt@0.8.7
339 info linkStuff bcrypt@0.8.7
340 silly linkStuff bcrypt@0.8.7 has /node_modules as its parent node_modules
341 verbose linkBins bcrypt@0.8.7
342 verbose linkMans bcrypt@0.8.7
343 silly doSerial global-link 0
344 silly doParallel update-linked 0
345 silly doSerial install 3
346 silly install bindings@1.2.1 /node_modules/.staging/bindings-b46ad5b7
347 info lifecycle bindings@1.2.1~install: bindings@1.2.1
348 silly lifecycle bindings@1.2.1~install: no script for install, continuing
349 silly install nan@2.3.5 /node_modules/.staging/nan-0b0c4d1c
350 info lifecycle nan@2.3.5~install: nan@2.3.5
351 silly lifecycle nan@2.3.5~install: no script for install, continuing
352 silly install bcrypt@0.8.7 /node_modules/.staging/bcrypt-54df811f
353 info lifecycle bcrypt@0.8.7~install: bcrypt@0.8.7
354 verbose lifecycle bcrypt@0.8.7~install: unsafe-perm in lifecycle false
355 verbose lifecycle bcrypt@0.8.7~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/node_modules/bcrypt/node_modules/.bin:/node_modules/.bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
356 verbose lifecycle bcrypt@0.8.7~install: CWD: /node_modules/bcrypt
357 silly lifecycle bcrypt@0.8.7~install: Args: [ '-c', 'node-gyp rebuild' ]
358 silly lifecycle bcrypt@0.8.7~install: Returned: code: 1 signal: null
359 info lifecycle bcrypt@0.8.7~install: Failed to exec install script
360 verbose unlock done using /root/.npm/_locks/staging-781faa38490e6896.lock for /node_modules/.staging
361 silly rollbackFailedOptional Starting
362 silly rollbackFailedOptional Finishing
363 silly runTopLevelLifecycles Starting
364 silly runTopLevelLifecycles Finishing
365 silly install printInstalled
366 warn enoent ENOENT: no such file or directory, open '/package.json'
367 warn !invalid#1 No description
368 warn !invalid#1 No repository field.
369 warn !invalid#1 No README data
370 warn !invalid#1 No license field.
371 verbose stack Error: bcrypt@0.8.7 install: `node-gyp rebuild`
371 verbose stack Exit status 1
371 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/lib/utils/lifecycle.js:245:16)
371 verbose stack at emitTwo (events.js:106:13)
371 verbose stack at EventEmitter.emit (events.js:191:7)
371 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/spawn.js:24:14)
371 verbose stack at emitTwo (events.js:106:13)
371 verbose stack at ChildProcess.emit (events.js:191:7)
371 verbose stack at maybeClose (internal/child_process.js:852:16)
371 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
372 verbose pkgid bcrypt@0.8.7
373 verbose cwd /
374 error Linux 4.4.13-moby
375 error argv "/usr/bin/nodejs" "/usr/bin/npm" "i" "bcrypt"
376 error node v6.2.2
377 error npm v3.9.5
378 error code ELIFECYCLE
379 error bcrypt@0.8.7 install: `node-gyp rebuild`
379 error Exit status 1
380 error Failed at the bcrypt@0.8.7 install script 'node-gyp rebuild'.
380 error Make sure you have the latest version of node.js and npm installed.
380 error If you do, this is most likely a problem with the bcrypt package,
380 error not with npm itself.
380 error Tell the author that this fails on your system:
380 error node-gyp rebuild
380 error You can get information on how to open an issue for this project with:
380 error npm bugs bcrypt
380 error Or if that isn't available, you can get their info via:
380 error npm owner ls bcrypt
380 error There is likely additional logging output above.
381 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment