justadudewhohacks / justadudewhohacks/opencv4nodejs

Failed at the opencv-build@0.0.14 install script

Open
#401 10 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
5.1k
Forks
826
PR merge metrics
No merged PRs in 30d

Description

Auto build script is failing at 90% after opencv_calib3d is built when installing opencv4nodejs in my case.
I'm on macOS, and I also tried to clone this repo and run `npm install` instead but I got the same error.
Does anyone have an idea what may causing this issue?

Below are complete log of my installation run.

```
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install' ]
2 info using npm@6.4.1
3 info using node@v10.6.0
4 verbose npm-session 2bf52e07fbb61901
5 silly install runPreinstallTopLevelLifecycles
6 silly preinstall opencv4nodejs@4.7.5
7 info lifecycle opencv4nodejs@4.7.5~preinstall: opencv4nodejs@4.7.5
8 silly install loadCurrentTree
9 silly install readLocalPackageData
10 timing stage:loadCurrentTree Completed in 10ms
11 silly install loadIdealTree
12 silly install cloneCurrentTreeToIdealTree
13 timing stage:loadIdealTree:cloneCurrentTree Completed in 1ms
14 silly install loadShrinkwrap
15 timing stage:loadIdealTree:loadShrinkwrap Completed in 30ms
16 silly install loadAllDepsIntoIdealTree
17 timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 50ms
18 timing stage:loadIdealTree Completed in 91ms
19 silly currentTree opencv4nodejs@4.7.5
20 silly idealTree opencv4nodejs@4.7.5
20 silly idealTree ├── @types/node@9.6.1
20 silly idealTree ├── ansi-regex@2.1.1
20 silly idealTree ├── aproba@1.2.0
20 silly idealTree ├── are-we-there-yet@1.1.5
20 silly idealTree ├── code-point-at@1.1.0
20 silly idealTree ├── console-control-strings@1.1.0
20 silly idealTree ├── core-util-is@1.0.2
20 silly idealTree ├── delegates@1.0.0
20 silly idealTree ├── gauge@2.7.4
20 silly idealTree ├── has-unicode@2.0.1
20 silly idealTree ├── inherits@2.0.3
20 silly idealTree ├── is-fullwidth-code-point@1.0.0
20 silly idealTree ├── isarray@1.0.0
20 silly idealTree ├── macro-inferno@0.2.1
20 silly idealTree ├── nan@2.10.0
20 silly idealTree ├─┬ native-node-utils@0.1.2
20 silly idealTree │ └── nan@2.10.0
20 silly idealTree ├── npmlog@4.1.2
20 silly idealTree ├── number-is-nan@1.0.1
20 silly idealTree ├── object-assign@4.1.1
20 silly idealTree ├── opencv-build@0.0.14
20 silly idealTree ├── process-nextick-args@2.0.0
20 silly idealTree ├── readable-stream@2.3.6
20 silly idealTree ├── safe-buffer@5.1.2
20 silly idealTree ├── set-blocking@2.0.0
20 silly idealTree ├── signal-exit@3.0.2
20 silly idealTree ├── string_decoder@1.1.1
20 silly idealTree ├── string-width@1.0.2
20 silly idealTree ├── strip-ansi@3.0.1
20 silly idealTree ├── util-deprecate@1.0.2
20 silly idealTree └── wide-align@1.1.3
21 silly install generateActionsToTake
22 timing stage:generateActionsToTake Completed in 9ms
23 silly diffTrees action count 31
24 silly diffTrees add ansi-regex@2.1.1
25 silly diffTrees add aproba@1.2.0
26 silly diffTrees add code-point-at@1.1.0
27 silly diffTrees add console-control-strings@1.1.0
28 silly diffTrees add core-util-is@1.0.2
29 silly diffTrees add delegates@1.0.0
30 silly diffTrees add has-unicode@2.0.1
31 silly diffTrees add inherits@2.0.3
32 silly diffTrees add isarray@1.0.0
33 silly diffTrees add nan@2.10.0
34 silly diffTrees add nan@2.10.0
35 silly diffTrees add number-is-nan@1.0.1
36 silly diffTrees add is-fullwidth-code-point@1.0.0
37 silly diffTrees add object-assign@4.1.1
38 silly diffTrees add process-nextick-args@2.0.0
39 silly diffTrees add safe-buffer@5.1.2
40 silly diffTrees add set-blocking@2.0.0
41 silly diffTrees add signal-exit@3.0.2
42 silly diffTrees add string_decoder@1.1.1
43 silly diffTrees add strip-ansi@3.0.1
44 silly diffTrees add string-width@1.0.2
45 silly diffTrees add util-deprecate@1.0.2
46 silly diffTrees add readable-stream@2.3.6
47 silly diffTrees add are-we-there-yet@1.1.5
48 silly diffTrees add wide-align@1.1.3
49 silly diffTrees add gauge@2.7.4
50 silly diffTrees add npmlog@4.1.2
51 silly diffTrees add @types/node@9.6.1
52 silly diffTrees add macro-inferno@0.2.1
53 silly diffTrees add native-node-utils@0.1.2
54 silly diffTrees add opencv-build@0.0.14
55 silly decomposeActions action count 248
56 silly decomposeActions fetch ansi-regex@2.1.1
57 silly decomposeActions extract ansi-regex@2.1.1
58 silly decomposeActions preinstall ansi-regex@2.1.1
59 silly decomposeActions build ansi-regex@2.1.1
60 silly decomposeActions install ansi-regex@2.1.1
61 silly decomposeActions postinstall ansi-regex@2.1.1
62 silly decomposeActions finalize ansi-regex@2.1.1
63 silly decomposeActions refresh-package-json ansi-regex@2.1.1
64 silly decomposeActions fetch aproba@1.2.0
65 silly decomposeActions extract aproba@1.2.0
66 silly decomposeActions preinstall aproba@1.2.0
67 silly decomposeActions build aproba@1.2.0
68 silly decomposeActions install aproba@1.2.0
69 silly decomposeActions postinstall aproba@1.2.0
70 silly decomposeActions finalize aproba@1.2.0
71 silly decomposeActions refresh-package-json aproba@1.2.0
72 silly decomposeActions fetch code-point-at@1.1.0
73 silly decomposeActions extract code-point-at@1.1.0
74 silly decomposeActions preinstall code-point-at@1.1.0
75 silly decomposeActions build code-point-at@1.1.0
76 silly decomposeActions install code-point-at@1.1.0
77 silly decomposeActions postinstall code-point-at@1.1.0
78 silly decomposeActions finalize code-point-at@1.1.0
79 silly decomposeActions refresh-package-json code-point-at@1.1.0
80 silly decomposeActions fetch console-control-strings@1.1.0
81 silly decomposeActions extract console-control-strings@1.1.0
82 silly decomposeActions preinstall console-control-strings@1.1.0
83 silly decomposeActions build console-control-strings@1.1.0
84 silly decomposeActions install console-control-strings@1.1.0
85 silly decomposeActions postinstall console-control-strings@1.1.0
86 silly decomposeActions finalize console-control-strings@1.1.0
87 silly decomposeActions refresh-package-json console-control-strings@1.1.0
88 silly decomposeActions fetch core-util-is@1.0.2
89 silly decomposeActions extract core-util-is@1.0.2
90 silly decomposeActions preinstall core-util-is@1.0.2
91 silly decomposeActions build core-util-is@1.0.2
92 silly decomposeActions install core-util-is@1.0.2
93 silly decomposeActions postinstall core-util-is@1.0.2
94 silly decomposeActions finalize core-util-is@1.0.2
95 silly decomposeActions refresh-package-json core-util-is@1.0.2
96 silly decomposeActions fetch delegates@1.0.0
97 silly decomposeActions extract delegates@1.0.0
98 silly decomposeActions preinstall delegates@1.0.0
99 silly decomposeActions build delegates@1.0.0
100 silly decomposeActions install delegates@1.0.0
101 silly decomposeActions postinstall delegates@1.0.0
102 silly decomposeActions finalize delegates@1.0.0
103 silly decomposeActions refresh-package-json delegates@1.0.0
104 silly decomposeActions fetch has-unicode@2.0.1
105 silly decomposeActions extract has-unicode@2.0.1
106 silly decomposeActions preinstall has-unicode@2.0.1
107 silly decomposeActions build has-unicode@2.0.1
108 silly decomposeActions install has-unicode@2.0.1
109 silly decomposeActions postinstall has-unicode@2.0.1
110 silly decomposeActions finalize has-unicode@2.0.1
111 silly decomposeActions refresh-package-json has-unicode@2.0.1
112 silly decomposeActions fetch inherits@2.0.3
113 silly decomposeActions extract inherits@2.0.3
114 silly decomposeActions preinstall inherits@2.0.3
115 silly decomposeActions build inherits@2.0.3
116 silly decomposeActions install inherits@2.0.3
117 silly decomposeActions postinstall inherits@2.0.3
118 silly decomposeActions finalize inherits@2.0.3
119 silly decomposeActions refresh-package-json inherits@2.0.3
120 silly decomposeActions fetch isarray@1.0.0
121 silly decomposeActions extract isarray@1.0.0
122 silly decomposeActions preinstall isarray@1.0.0
123 silly decomposeActions build isarray@1.0.0
124 silly decomposeActions install isarray@1.0.0
125 silly decomposeActions postinstall isarray@1.0.0
126 silly decomposeActions finalize isarray@1.0.0
127 silly decomposeActions refresh-package-json isarray@1.0.0
128 silly decomposeActions fetch nan@2.10.0
129 silly decomposeActions extract nan@2.10.0
130 silly decomposeActions preinstall nan@2.10.0
131 silly decomposeActions build nan@2.10.0
132 silly decomposeActions install nan@2.10.0
133 silly decomposeActions postinstall nan@2.10.0
134 silly decomposeActions finalize nan@2.10.0
135 silly decomposeActions refresh-package-json nan@2.10.0
136 silly decomposeActions fetch nan@2.10.0
137 silly decomposeActions extract nan@2.10.0
138 silly decomposeActions preinstall nan@2.10.0
139 silly decomposeActions build nan@2.10.0
140 silly decomposeActions install nan@2.10.0
141 silly decomposeActions postinstall nan@2.10.0
142 silly decomposeActions finalize nan@2.10.0
143 silly decomposeActions refresh-package-json nan@2.10.0
144 silly decomposeActions fetch number-is-nan@1.0.1
145 silly decomposeActions extract number-is-nan@1.0.1
146 silly decomposeActions preinstall number-is-nan@1.0.1
147 silly decomposeActions build number-is-nan@1.0.1
148 silly decomposeActions install number-is-nan@1.0.1
149 silly decomposeActions postinstall number-is-nan@1.0.1
150 silly decomposeActions finalize number-is-nan@1.0.1
151 silly decomposeActions refresh-package-json number-is-nan@1.0.1
152 silly decomposeActions fetch is-fullwidth-code-point@1.0.0
153 silly decomposeActions extract is-fullwidth-code-point@1.0.0
154 silly decomposeActions preinstall is-fullwidth-code-point@1.0.0
155 silly decomposeActions build is-fullwidth-code-point@1.0.0
156 silly decomposeActions install is-fullwidth-code-point@1.0.0
157 silly decomposeActions postinstall is-fullwidth-code-point@1.0.0
158 silly decomposeActions finalize is-fullwidth-code-point@1.0.0
159 silly decomposeActions refresh-package-json is-fullwidth-code-point@1.0.0
160 silly decomposeActions fetch object-assign@4.1.1
161 silly decomposeActions extract object-assign@4.1.1
162 silly decomposeActions preinstall object-assign@4.1.1
163 silly decomposeActions build object-assign@4.1.1
164 silly decomposeActions install object-assign@4.1.1
165 silly decomposeActions postinstall object-assign@4.1.1
166 silly decomposeActions finalize object-assign@4.1.1
167 silly decomposeActions refresh-package-json object-assign@4.1.1
168 silly decomposeActions fetch process-nextick-args@2.0.0
169 silly decomposeActions extract process-nextick-args@2.0.0
170 silly decomposeActions preinstall process-nextick-args@2.0.0
171 silly decomposeActions build process-nextick-args@2.0.0
172 silly decomposeActions install process-nextick-args@2.0.0
173 silly decomposeActions postinstall process-nextick-args@2.0.0
174 silly decomposeActions finalize process-nextick-args@2.0.0
175 silly decomposeActions refresh-package-json process-nextick-args@2.0.0
176 silly decomposeActions fetch safe-buffer@5.1.2
177 silly decomposeActions extract safe-buffer@5.1.2
178 silly decomposeActions preinstall safe-buffer@5.1.2
179 silly decomposeActions build safe-buffer@5.1.2
180 silly decomposeActions install safe-buffer@5.1.2
181 silly decomposeActions postinstall safe-buffer@5.1.2
182 silly decomposeActions finalize safe-buffer@5.1.2
183 silly decomposeActions refresh-package-json safe-buffer@5.1.2
184 silly decomposeActions fetch set-blocking@2.0.0
185 silly decomposeActions extract set-blocking@2.0.0
186 silly decomposeActions preinstall set-blocking@2.0.0
187 silly decomposeActions build set-blocking@2.0.0
188 silly decomposeActions install set-blocking@2.0.0
189 silly decomposeActions postinstall set-blocking@2.0.0
190 silly decomposeActions finalize set-blocking@2.0.0
191 silly decomposeActions refresh-package-json set-blocking@2.0.0
192 silly decomposeActions fetch signal-exit@3.0.2
193 silly decomposeActions extract signal-exit@3.0.2
194 silly decomposeActions preinstall signal-exit@3.0.2
195 silly decomposeActions build signal-exit@3.0.2
196 silly decomposeActions install signal-exit@3.0.2
197 silly decomposeActions postinstall signal-exit@3.0.2
198 silly decomposeActions finalize signal-exit@3.0.2
199 silly decomposeActions refresh-package-json signal-exit@3.0.2
200 silly decomposeActions fetch string_decoder@1.1.1
201 silly decomposeActions extract string_decoder@1.1.1
202 silly decomposeActions preinstall string_decoder@1.1.1
203 silly decomposeActions build string_decoder@1.1.1
204 silly decomposeActions install string_decoder@1.1.1
205 silly decomposeActions postinstall string_decoder@1.1.1
206 silly decomposeActions finalize string_decoder@1.1.1
207 silly decomposeActions refresh-package-json string_decoder@1.1.1
208 silly decomposeActions fetch strip-ansi@3.0.1
209 silly decomposeActions extract strip-ansi@3.0.1
210 silly decomposeActions preinstall strip-ansi@3.0.1
211 silly decomposeActions build strip-ansi@3.0.1
212 silly decomposeActions install strip-ansi@3.0.1
213 silly decomposeActions postinstall strip-ansi@3.0.1
214 silly decomposeActions finalize strip-ansi@3.0.1
215 silly decomposeActions refresh-package-json strip-ansi@3.0.1
216 silly decomposeActions fetch string-width@1.0.2
217 silly decomposeActions extract string-width@1.0.2
218 silly decomposeActions preinstall string-width@1.0.2
219 silly decomposeActions build string-width@1.0.2
220 silly decomposeActions install string-width@1.0.2
221 silly decomposeActions postinstall string-width@1.0.2
222 silly decomposeActions finalize string-width@1.0.2
223 silly decomposeActions refresh-package-json string-width@1.0.2
224 silly decomposeActions fetch util-deprecate@1.0.2
225 silly decomposeActions extract util-deprecate@1.0.2
226 silly decomposeActions preinstall util-deprecate@1.0.2
227 silly decomposeActions build util-deprecate@1.0.2
228 silly decomposeActions install util-deprecate@1.0.2
229 silly decomposeActions postinstall util-deprecate@1.0.2
230 silly decomposeActions finalize util-deprecate@1.0.2
231 silly decomposeActions refresh-package-json util-deprecate@1.0.2
232 silly decomposeActions fetch readable-stream@2.3.6
233 silly decomposeActions extract readable-stream@2.3.6
234 silly decomposeActions preinstall readable-stream@2.3.6
235 silly decomposeActions build readable-stream@2.3.6
236 silly decomposeActions install readable-stream@2.3.6
237 silly decomposeActions postinstall readable-stream@2.3.6
238 silly decomposeActions finalize readable-stream@2.3.6
239 silly decomposeActions refresh-package-json readable-stream@2.3.6
240 silly decomposeActions fetch are-we-there-yet@1.1.5
241 silly decomposeActions extract are-we-there-yet@1.1.5
242 silly decomposeActions preinstall are-we-there-yet@1.1.5
243 silly decomposeActions build are-we-there-yet@1.1.5
244 silly decomposeActions install are-we-there-yet@1.1.5
245 silly decomposeActions postinstall are-we-there-yet@1.1.5
246 silly decomposeActions finalize are-we-there-yet@1.1.5
247 silly decomposeActions refresh-package-json are-we-there-yet@1.1.5
248 silly decomposeActions fetch wide-align@1.1.3
249 silly decomposeActions extract wide-align@1.1.3
250 silly decomposeActions preinstall wide-align@1.1.3
251 silly decomposeActions build wide-align@1.1.3
252 silly decomposeActions install wide-align@1.1.3
253 silly decomposeActions postinstall wide-align@1.1.3
254 silly decomposeActions finalize wide-align@1.1.3
255 silly decomposeActions refresh-package-json wide-align@1.1.3
256 silly decomposeActions fetch gauge@2.7.4
257 silly decomposeActions extract gauge@2.7.4
258 silly decomposeActions preinstall gauge@2.7.4
259 silly decomposeActions build gauge@2.7.4
260 silly decomposeActions install gauge@2.7.4
261 silly decomposeActions postinstall gauge@2.7.4
262 silly decomposeActions finalize gauge@2.7.4
263 silly decomposeActions refresh-package-json gauge@2.7.4
264 silly decomposeActions fetch npmlog@4.1.2
265 silly decomposeActions extract npmlog@4.1.2
266 silly decomposeActions preinstall npmlog@4.1.2
267 silly decomposeActions build npmlog@4.1.2
268 silly decomposeActions install npmlog@4.1.2
269 silly decomposeActions postinstall npmlog@4.1.2
270 silly decomposeActions finalize npmlog@4.1.2
271 silly decomposeActions refresh-package-json npmlog@4.1.2
272 silly decomposeActions fetch @types/node@9.6.1
273 silly decomposeActions extract @types/node@9.6.1
274 silly decomposeActions preinstall @types/node@9.6.1
275 silly decomposeActions build @types/node@9.6.1
276 silly decomposeActions install @types/node@9.6.1
277 silly decomposeActions postinstall @types/node@9.6.1
278 silly decomposeActions finalize @types/node@9.6.1
279 silly decomposeActions refresh-package-json @types/node@9.6.1
280 silly decomposeActions fetch macro-inferno@0.2.1
281 silly decomposeActions extract macro-inferno@0.2.1
282 silly decomposeActions preinstall macro-inferno@0.2.1
283 silly decomposeActions build macro-inferno@0.2.1
284 silly decomposeActions install macro-inferno@0.2.1
285 silly decomposeActions postinstall macro-inferno@0.2.1
286 silly decomposeActions finalize macro-inferno@0.2.1
287 silly decomposeActions refresh-package-json macro-inferno@0.2.1
288 silly decomposeActions fetch native-node-utils@0.1.2
289 silly decomposeActions extract native-node-utils@0.1.2
290 silly decomposeActions preinstall native-node-utils@0.1.2
291 silly decomposeActions build native-node-utils@0.1.2
292 silly decomposeActions install native-node-utils@0.1.2
293 silly decomposeActions postinstall native-node-utils@0.1.2
294 silly decomposeActions finalize native-node-utils@0.1.2
295 silly decomposeActions refresh-package-json native-node-utils@0.1.2
296 silly decomposeActions fetch opencv-build@0.0.14
297 silly decomposeActions extract opencv-build@0.0.14
298 silly decomposeActions preinstall opencv-build@0.0.14
299 silly decomposeActions build opencv-build@0.0.14
300 silly decomposeActions install opencv-build@0.0.14
301 silly decomposeActions postinstall opencv-build@0.0.14
302 silly decomposeActions finalize opencv-build@0.0.14
303 silly decomposeActions refresh-package-json opencv-build@0.0.14
304 silly install executeActions
305 silly doSerial global-install 248
306 verbose correctMkdir /Users/LEoREo/.npm/_locks correctMkdir not in flight; initializing
307 timing audit compress Completed in 7ms
308 info audit Submitting payload of 2169bytes
309 verbose lock using /Users/LEoREo/.npm/_locks/staging-c3cbf59a844eddd7.lock for /Users/LEoREo/opencv4nodejs/node_modules/.staging
310 silly doParallel extract 31
311 silly extract ansi-regex@2.1.1
312 silly extract aproba@1.2.0
313 silly extract code-point-at@1.1.0
314 silly extract console-control-strings@1.1.0
315 silly extract core-util-is@1.0.2
316 silly extract delegates@1.0.0
317 silly extract has-unicode@2.0.1
318 silly extract inherits@2.0.3
319 silly extract isarray@1.0.0
320 silly extract nan@2.10.0
321 silly extract nan@2.10.0
322 silly extract number-is-nan@1.0.1
323 silly extract is-fullwidth-code-point@1.0.0
324 silly extract object-assign@4.1.1
325 silly extract process-nextick-args@2.0.0
326 silly extract safe-buffer@5.1.2
327 silly extract set-blocking@2.0.0
328 silly extract signal-exit@3.0.2
329 silly extract string_decoder@1.1.1
330 silly extract strip-ansi@3.0.1
331 silly extract string-width@1.0.2
332 silly extract util-deprecate@1.0.2
333 silly extract readable-stream@2.3.6
334 silly extract are-we-there-yet@1.1.5
335 silly extract wide-align@1.1.3
336 silly extract gauge@2.7.4
337 silly extract npmlog@4.1.2
338 silly extract @types/node@9.6.1
339 silly extract macro-inferno@0.2.1
340 silly extract native-node-utils@0.1.2
341 silly extract opencv-build@0.0.14
342 timing audit submit Completed in 982ms
343 http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/audits/quick 724ms
344 timing audit body Completed in 1ms
345 timing action:extract Completed in 765ms
346 silly doReverseSerial unbuild 248
347 silly doSerial remove 248
348 silly doSerial move 248
349 silly doSerial finalize 248
350 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/ansi-regex
351 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/aproba
352 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/code-point-at
353 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/console-control-strings
354 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/core-util-is
355 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/delegates
356 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/has-unicode
357 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/inherits
358 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/isarray
359 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/nan
360 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/native-node-utils/node_modules/nan
361 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/number-is-nan
362 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/is-fullwidth-code-point
363 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/object-assign
364 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/process-nextick-args
365 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/safe-buffer
366 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/set-blocking
367 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/signal-exit
368 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/string_decoder
369 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/strip-ansi
370 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/string-width
371 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/util-deprecate
372 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/readable-stream
373 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/are-we-there-yet
374 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/wide-align
375 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/gauge
376 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/npmlog
377 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/@types/node
378 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/macro-inferno
379 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/native-node-utils
380 silly finalize /Users/LEoREo/opencv4nodejs/node_modules/opencv-build
381 timing action:finalize Completed in 52ms
382 silly doParallel refresh-package-json 31
383 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/ansi-regex
384 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/aproba
385 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/code-point-at
386 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/console-control-strings
387 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/core-util-is
388 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/delegates
389 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/has-unicode
390 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/inherits
391 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/isarray
392 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/nan
393 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/native-node-utils/node_modules/nan
394 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/number-is-nan
395 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/is-fullwidth-code-point
396 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/object-assign
397 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/process-nextick-args
398 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/safe-buffer
399 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/set-blocking
400 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/signal-exit
401 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/string_decoder
402 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/strip-ansi
403 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/string-width
404 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/util-deprecate
405 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/readable-stream
406 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/are-we-there-yet
407 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/wide-align
408 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/gauge
409 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/npmlog
410 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/@types/node
411 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/macro-inferno
412 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/native-node-utils
413 silly refresh-package-json /Users/LEoREo/opencv4nodejs/node_modules/opencv-build
414 timing action:refresh-package-json Completed in 116ms
415 silly doParallel preinstall 31
416 silly preinstall ansi-regex@2.1.1
417 info lifecycle ansi-regex@2.1.1~preinstall: ansi-regex@2.1.1
418 silly preinstall aproba@1.2.0
419 info lifecycle aproba@1.2.0~preinstall: aproba@1.2.0
420 silly preinstall code-point-at@1.1.0
421 info lifecycle code-point-at@1.1.0~preinstall: code-point-at@1.1.0
422 silly preinstall console-control-strings@1.1.0
423 info lifecycle console-control-strings@1.1.0~preinstall: console-control-strings@1.1.0
424 silly preinstall core-util-is@1.0.2
425 info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
426 silly preinstall delegates@1.0.0
427 info lifecycle delegates@1.0.0~preinstall: delegates@1.0.0
428 silly preinstall has-unicode@2.0.1
429 info lifecycle has-unicode@2.0.1~preinstall: has-unicode@2.0.1
430 silly preinstall inherits@2.0.3
431 info lifecycle inherits@2.0.3~preinstall: inherits@2.0.3
432 silly preinstall isarray@1.0.0
433 info lifecycle isarray@1.0.0~preinstall: isarray@1.0.0
434 silly preinstall nan@2.10.0
435 info lifecycle nan@2.10.0~preinstall: nan@2.10.0
436 silly preinstall nan@2.10.0
437 info lifecycle nan@2.10.0~preinstall: nan@2.10.0
438 silly preinstall number-is-nan@1.0.1
439 info lifecycle number-is-nan@1.0.1~preinstall: number-is-nan@1.0.1
440 silly preinstall is-fullwidth-code-point@1.0.0
441 info lifecycle is-fullwidth-code-point@1.0.0~preinstall: is-fullwidth-code-point@1.0.0
442 silly preinstall object-assign@4.1.1
443 info lifecycle object-assign@4.1.1~preinstall: object-assign@4.1.1
444 silly preinstall process-nextick-args@2.0.0
445 info lifecycle process-nextick-args@2.0.0~preinstall: process-nextick-args@2.0.0
446 silly preinstall safe-buffer@5.1.2
447 info lifecycle safe-buffer@5.1.2~preinstall: safe-buffer@5.1.2
448 silly preinstall set-blocking@2.0.0
449 info lifecycle set-blocking@2.0.0~preinstall: set-blocking@2.0.0
450 silly preinstall signal-exit@3.0.2
451 info lifecycle signal-exit@3.0.2~preinstall: signal-exit@3.0.2
452 silly preinstall string_decoder@1.1.1
453 info lifecycle string_decoder@1.1.1~preinstall: string_decoder@1.1.1
454 silly preinstall strip-ansi@3.0.1
455 info lifecycle strip-ansi@3.0.1~preinstall: strip-ansi@3.0.1
456 silly preinstall string-width@1.0.2
457 info lifecycle string-width@1.0.2~preinstall: string-width@1.0.2
458 silly preinstall util-deprecate@1.0.2
459 info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
460 silly preinstall readable-stream@2.3.6
461 info lifecycle readable-stream@2.3.6~preinstall: readable-stream@2.3.6
462 silly preinstall are-we-there-yet@1.1.5
463 info lifecycle are-we-there-yet@1.1.5~preinstall: are-we-there-yet@1.1.5
464 silly preinstall wide-align@1.1.3
465 info lifecycle wide-align@1.1.3~preinstall: wide-align@1.1.3
466 silly preinstall gauge@2.7.4
467 info lifecycle gauge@2.7.4~preinstall: gauge@2.7.4
468 silly preinstall npmlog@4.1.2
469 info lifecycle npmlog@4.1.2~preinstall: npmlog@4.1.2
470 silly preinstall @types/node@9.6.1
471 info lifecycle @types/node@9.6.1~preinstall: @types/node@9.6.1
472 silly preinstall macro-inferno@0.2.1
473 info lifecycle macro-inferno@0.2.1~preinstall: macro-inferno@0.2.1
474 silly preinstall native-node-utils@0.1.2
475 info lifecycle native-node-utils@0.1.2~preinstall: native-node-utils@0.1.2
476 silly preinstall opencv-build@0.0.14
477 info lifecycle opencv-build@0.0.14~preinstall: opencv-build@0.0.14
478 timing action:preinstall Completed in 5ms
479 silly doSerial build 248
480 silly build ansi-regex@2.1.1
481 info linkStuff ansi-regex@2.1.1
482 silly linkStuff ansi-regex@2.1.1 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
483 silly build aproba@1.2.0
484 info linkStuff aproba@1.2.0
485 silly linkStuff aproba@1.2.0 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
486 silly build code-point-at@1.1.0
487 info linkStuff code-point-at@1.1.0
488 silly linkStuff code-point-at@1.1.0 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
489 silly build console-control-strings@1.1.0
490 info linkStuff console-control-strings@1.1.0
491 silly linkStuff console-control-strings@1.1.0 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
492 silly build core-util-is@1.0.2
493 info linkStuff core-util-is@1.0.2
494 silly linkStuff core-util-is@1.0.2 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
495 silly build delegates@1.0.0
496 info linkStuff delegates@1.0.0
497 silly linkStuff delegates@1.0.0 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
498 silly build has-unicode@2.0.1
499 info linkStuff has-unicode@2.0.1
500 silly linkStuff has-unicode@2.0.1 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
501 silly build inherits@2.0.3
502 info linkStuff inherits@2.0.3
503 silly linkStuff inherits@2.0.3 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
504 silly build isarray@1.0.0
505 info linkStuff isarray@1.0.0
506 silly linkStuff isarray@1.0.0 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
507 silly build nan@2.10.0
508 info linkStuff nan@2.10.0
509 silly linkStuff nan@2.10.0 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
510 silly build nan@2.10.0
511 info linkStuff nan@2.10.0
512 silly linkStuff nan@2.10.0 has /Users/LEoREo/opencv4nodejs/node_modules/native-node-utils/node_modules as its parent node_modules
513 silly build number-is-nan@1.0.1
514 info linkStuff number-is-nan@1.0.1
515 silly linkStuff number-is-nan@1.0.1 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
516 silly build is-fullwidth-code-point@1.0.0
517 info linkStuff is-fullwidth-code-point@1.0.0
518 silly linkStuff is-fullwidth-code-point@1.0.0 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
519 silly build object-assign@4.1.1
520 info linkStuff object-assign@4.1.1
521 silly linkStuff object-assign@4.1.1 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
522 silly build process-nextick-args@2.0.0
523 info linkStuff process-nextick-args@2.0.0
524 silly linkStuff process-nextick-args@2.0.0 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
525 silly build safe-buffer@5.1.2
526 info linkStuff safe-buffer@5.1.2
527 silly linkStuff safe-buffer@5.1.2 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
528 silly build set-blocking@2.0.0
529 info linkStuff set-blocking@2.0.0
530 silly linkStuff set-blocking@2.0.0 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
531 silly build signal-exit@3.0.2
532 info linkStuff signal-exit@3.0.2
533 silly linkStuff signal-exit@3.0.2 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
534 silly build string_decoder@1.1.1
535 info linkStuff string_decoder@1.1.1
536 silly linkStuff string_decoder@1.1.1 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
537 silly build strip-ansi@3.0.1
538 info linkStuff strip-ansi@3.0.1
539 silly linkStuff strip-ansi@3.0.1 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
540 silly build string-width@1.0.2
541 info linkStuff string-width@1.0.2
542 silly linkStuff string-width@1.0.2 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
543 silly build util-deprecate@1.0.2
544 info linkStuff util-deprecate@1.0.2
545 silly linkStuff util-deprecate@1.0.2 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
546 silly build readable-stream@2.3.6
547 info linkStuff readable-stream@2.3.6
548 silly linkStuff readable-stream@2.3.6 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
549 silly build are-we-there-yet@1.1.5
550 info linkStuff are-we-there-yet@1.1.5
551 silly linkStuff are-we-there-yet@1.1.5 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
552 silly build wide-align@1.1.3
553 info linkStuff wide-align@1.1.3
554 silly linkStuff wide-align@1.1.3 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
555 silly build gauge@2.7.4
556 info linkStuff gauge@2.7.4
557 silly linkStuff gauge@2.7.4 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
558 silly build npmlog@4.1.2
559 info linkStuff npmlog@4.1.2
560 silly linkStuff npmlog@4.1.2 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
561 silly build @types/node@9.6.1
562 info linkStuff @types/node@9.6.1
563 silly linkStuff @types/node@9.6.1 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
564 silly build macro-inferno@0.2.1
565 info linkStuff macro-inferno@0.2.1
566 silly linkStuff macro-inferno@0.2.1 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
567 silly build native-node-utils@0.1.2
568 info linkStuff native-node-utils@0.1.2
569 silly linkStuff native-node-utils@0.1.2 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
570 silly build opencv-build@0.0.14
571 info linkStuff opencv-build@0.0.14
572 silly linkStuff opencv-build@0.0.14 has /Users/LEoREo/opencv4nodejs/node_modules as its parent node_modules
573 timing action:build Completed in 6ms
574 silly doSerial global-link 248
575 silly doParallel update-linked 0
576 silly doSerial install 248
577 silly install ansi-regex@2.1.1
578 info lifecycle ansi-regex@2.1.1~install: ansi-regex@2.1.1
579 silly install aproba@1.2.0
580 info lifecycle aproba@1.2.0~install: aproba@1.2.0
581 silly install code-point-at@1.1.0
582 info lifecycle code-point-at@1.1.0~install: code-point-at@1.1.0
583 silly install console-control-strings@1.1.0
584 info lifecycle console-control-strings@1.1.0~install: console-control-strings@1.1.0
585 silly install core-util-is@1.0.2
586 info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
587 silly install delegates@1.0.0
588 info lifecycle delegates@1.0.0~install: delegates@1.0.0
589 silly install has-unicode@2.0.1
590 info lifecycle has-unicode@2.0.1~install: has-unicode@2.0.1
591 silly install inherits@2.0.3
592 info lifecycle inherits@2.0.3~install: inherits@2.0.3
593 silly install isarray@1.0.0
594 info lifecycle isarray@1.0.0~install: isarray@1.0.0
595 silly install nan@2.10.0
596 info lifecycle nan@2.10.0~install: nan@2.10.0
597 silly install nan@2.10.0
598 info lifecycle nan@2.10.0~install: nan@2.10.0
599 silly install number-is-nan@1.0.1
600 info lifecycle number-is-nan@1.0.1~install: number-is-nan@1.0.1
601 silly install is-fullwidth-code-point@1.0.0
602 info lifecycle is-fullwidth-code-point@1.0.0~install: is-fullwidth-code-point@1.0.0
603 silly install object-assign@4.1.1
604 info lifecycle object-assign@4.1.1~install: object-assign@4.1.1
605 silly install process-nextick-args@2.0.0
606 info lifecycle process-nextick-args@2.0.0~install: process-nextick-args@2.0.0
607 silly install safe-buffer@5.1.2
608 info lifecycle safe-buffer@5.1.2~install: safe-buffer@5.1.2
609 silly install set-blocking@2.0.0
610 info lifecycle set-blocking@2.0.0~install: set-blocking@2.0.0
611 silly install signal-exit@3.0.2
612 info lifecycle signal-exit@3.0.2~install: signal-exit@3.0.2
613 silly install string_decoder@1.1.1
614 info lifecycle string_decoder@1.1.1~install: string_decoder@1.1.1
615 silly install strip-ansi@3.0.1
616 info lifecycle strip-ansi@3.0.1~install: strip-ansi@3.0.1
617 silly install string-width@1.0.2
618 info lifecycle string-width@1.0.2~install: string-width@1.0.2
619 silly install util-deprecate@1.0.2
620 info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
621 silly install readable-stream@2.3.6
622 info lifecycle readable-stream@2.3.6~install: readable-stream@2.3.6
623 silly install are-we-there-yet@1.1.5
624 info lifecycle are-we-there-yet@1.1.5~install: are-we-there-yet@1.1.5
625 silly install wide-align@1.1.3
626 info lifecycle wide-align@1.1.3~install: wide-align@1.1.3
627 silly install gauge@2.7.4
628 info lifecycle gauge@2.7.4~install: gauge@2.7.4
629 silly install npmlog@4.1.2
630 info lifecycle npmlog@4.1.2~install: npmlog@4.1.2
631 silly install @types/node@9.6.1
632 info lifecycle @types/node@9.6.1~install: @types/node@9.6.1
633 silly install macro-inferno@0.2.1
634 info lifecycle macro-inferno@0.2.1~install: macro-inferno@0.2.1
635 silly install native-node-utils@0.1.2
636 info lifecycle native-node-utils@0.1.2~install: native-node-utils@0.1.2
637 silly install opencv-build@0.0.14
638 info lifecycle opencv-build@0.0.14~install: opencv-build@0.0.14
639 verbose lifecycle opencv-build@0.0.14~install: unsafe-perm in lifecycle true
640 verbose lifecycle opencv-build@0.0.14~install: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/LEoREo/opencv4nodejs/node_modules/opencv-build/node_modules/.bin:/Users/LEoREo/opencv4nodejs/node_modules/.bin:/usr/local/git/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public:/opt/X11/bin
641 verbose lifecycle opencv-build@0.0.14~install: CWD: /Users/LEoREo/opencv4nodejs/node_modules/opencv-build
642 silly lifecycle opencv-build@0.0.14~install: Args: [ '-c', 'node ./install.js' ]
643 silly lifecycle opencv-build@0.0.14~install: Returned: code: 1 signal: null
644 info lifecycle opencv-build@0.0.14~install: Failed to exec install script
645 timing action:install Completed in 1014918ms
646 verbose unlock done using /Users/LEoREo/.npm/_locks/staging-c3cbf59a844eddd7.lock for /Users/LEoREo/opencv4nodejs/node_modules/.staging
647 timing stage:rollbackFailedOptional Completed in 2282ms
648 timing stage:runTopLevelLifecycles Completed in 1018689ms
649 silly saveTree opencv4nodejs@4.7.5
649 silly saveTree ├── @types/node@9.6.1
649 silly saveTree ├─┬ macro-inferno@0.2.1
649 silly saveTree │ └── nan@2.10.0
649 silly saveTree ├── nan@2.10.0
649 silly saveTree ├─┬ native-node-utils@0.1.2
649 silly saveTree │ └── nan@2.10.0
649 silly saveTree └─┬ opencv-build@0.0.14
649 silly saveTree └─┬ npmlog@4.1.2
649 silly saveTree ├─┬ are-we-there-yet@1.1.5
649 silly saveTree │ ├── delegates@1.0.0
649 silly saveTree │ └─┬ readable-stream@2.3.6
649 silly saveTree │ ├── core-util-is@1.0.2
649 silly saveTree │ ├── inherits@2.0.3
649 silly saveTree │ ├── isarray@1.0.0
649 silly saveTree │ ├── process-nextick-args@2.0.0
649 silly saveTree │ ├── safe-buffer@5.1.2
649 silly saveTree │ ├── string_decoder@1.1.1
649 silly saveTree │ └── util-deprecate@1.0.2
649 silly saveTree ├── console-control-strings@1.1.0
649 silly saveTree ├─┬ gauge@2.7.4
649 silly saveTree │ ├── aproba@1.2.0
649 silly saveTree │ ├── has-unicode@2.0.1
649 silly saveTree │ ├── object-assign@4.1.1
649 silly saveTree │ ├── signal-exit@3.0.2
649 silly saveTree │ ├─┬ string-width@1.0.2
649 silly saveTree │ │ ├── code-point-at@1.1.0
649 silly saveTree │ │ ├─┬ is-fullwidth-code-point@1.0.0
649 silly saveTree │ │ │ └── number-is-nan@1.0.1
649 silly saveTree │ │ └─┬ strip-ansi@3.0.1
649 silly saveTree │ │ └── ansi-regex@2.1.1
649 silly saveTree │ ├── strip-ansi@3.0.1
649 silly saveTree │ └── wide-align@1.1.3
649 silly saveTree └── set-blocking@2.0.0
650 verbose stack Error: opencv-build@0.0.14 install: `node ./install.js`
650 verbose stack Exit status 1
650 verbose stack at EventEmitter. (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
650 verbose stack at EventEmitter.emit (events.js:182:13)
650 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
650 verbose stack at ChildProcess.emit (events.js:182:13)
650 verbose stack at maybeClose (internal/child_process.js:961:16)
650 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:5)
651 verbose pkgid opencv-build@0.0.14
652 verbose cwd /Users/LEoREo/opencv4nodejs
653 verbose Darwin 18.0.0
654 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
655 verbose node v10.6.0
656 verbose npm v6.4.1
657 error code ELIFECYCLE
658 error errno 1
659 error opencv-build@0.0.14 install: `node ./install.js`
659 error Exit status 1
660 error Failed at the opencv-build@0.0.14 install script.
660 error This is probably not a problem with npm. There is likely additional logging output above.
661 verbose exit [ 1, true ]
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.