lloyd / node-toobusy

Build Node.JS servers that don't fall over.
1.3k stars 128 forks source link

NodeJs v6.1.0 Install Fail #54

Open higunjan opened 8 years ago

higunjan commented 8 years ago

Please check follow npm-debug.log . Why it's fail with latest nodejs .

0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'install', 'toobusy@0.2.4' ] 2 info using npm@3.8.6 3 info using node@v6.1.0 4 silly loadCurrentTree Starting 5 silly install loadCurrentTree 6 silly install readLocalPackageData 7 silly fetchPackageMetaData toobusy@0.2.4 8 silly fetchNamedPackageData toobusy 9 silly mapToRegistry name toobusy 10 silly mapToRegistry using default registry 11 silly mapToRegistry registry https://registry.npmjs.org/ 12 silly mapToRegistry data Result { 12 silly mapToRegistry raw: 'toobusy', 12 silly mapToRegistry scope: null, 12 silly mapToRegistry name: 'toobusy', 12 silly mapToRegistry rawSpec: '', 12 silly mapToRegistry spec: 'latest', 12 silly mapToRegistry type: 'tag' } 13 silly mapToRegistry uri https://registry.npmjs.org/toobusy 14 verbose request uri https://registry.npmjs.org/toobusy 15 verbose request no auth needed 16 info attempt registry request try #1 at 12:18:05 PM 17 verbose request id bee098d26fa9de1f 18 verbose etag "CM5FLHQ6H025OOBTSPUZ1JSQ9" 19 http request GET https://registry.npmjs.org/toobusy 20 http 304 https://registry.npmjs.org/toobusy 21 verbose headers { date: 'Mon, 16 May 2016 06:46:46 GMT', 21 verbose headers via: '1.1 varnish', 21 verbose headers 'cache-control': 'max-age=300', 21 verbose headers etag: '"CM5FLHQ6H025OOBTSPUZ1JSQ9"', 21 verbose headers age: '111', 21 verbose headers connection: 'keep-alive', 21 verbose headers 'x-served-by': 'cache-sin6922-SIN', 21 verbose headers 'x-cache': 'HIT', 21 verbose headers 'x-cache-hits': '2', 21 verbose headers 'x-timer': 'S1463381206.791662,VS0,VE0', 21 verbose headers vary: 'Accept-Encoding' } 22 silly get cb [ 304, 22 silly get { date: 'Mon, 16 May 2016 06:46:46 GMT', 22 silly get via: '1.1 varnish', 22 silly get 'cache-control': 'max-age=300', 22 silly get etag: '"CM5FLHQ6H025OOBTSPUZ1JSQ9"', 22 silly get age: '111', 22 silly get connection: 'keep-alive', 22 silly get 'x-served-by': 'cache-sin6922-SIN', 22 silly get 'x-cache': 'HIT', 22 silly get 'x-cache-hits': '2', 22 silly get 'x-timer': 'S1463381206.791662,VS0,VE0', 22 silly get vary: 'Accept-Encoding' } ] 23 verbose etag https://registry.npmjs.org/toobusy from cache 24 verbose get saving toobusy to /home/snow22/.npm/registry.npmjs.org/toobusy/.cache.json 25 verbose correctMkdir /home/snow22/.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 toobusy@0.2.4 checking installable status 39 silly cache add args [ 'toobusy@0.2.4', null ] 40 verbose cache add spec toobusy@0.2.4 41 silly cache add parsed spec Result { 41 silly cache add raw: 'toobusy@0.2.4', 41 silly cache add scope: null, 41 silly cache add name: 'toobusy', 41 silly cache add rawSpec: '0.2.4', 41 silly cache add spec: '0.2.4', 41 silly cache add type: 'version' } 42 silly addNamed toobusy@0.2.4 43 verbose addNamed "0.2.4" is a plain semver version for toobusy 44 silly mapToRegistry name toobusy 45 silly mapToRegistry using default registry 46 silly mapToRegistry registry https://registry.npmjs.org/ 47 silly mapToRegistry data Result { 47 silly mapToRegistry raw: 'toobusy', 47 silly mapToRegistry scope: null, 47 silly mapToRegistry name: 'toobusy', 47 silly mapToRegistry rawSpec: '', 47 silly mapToRegistry spec: 'latest', 47 silly mapToRegistry type: 'tag' } 48 silly mapToRegistry uri https://registry.npmjs.org/toobusy 49 verbose addNameVersion registry:https://registry.npmjs.org/toobusy not in flight; fetching 50 verbose get https://registry.npmjs.org/toobusy not expired, no request 51 silly cache afterAdd toobusy@0.2.4 52 verbose afterAdd /home/snow22/.npm/toobusy/0.2.4/package/package.json not in flight; writing 53 verbose correctMkdir /home/snow22/.npm correctMkdir not in flight; initializing 54 verbose afterAdd /home/snow22/.npm/toobusy/0.2.4/package/package.json written 55 silly fetchNamedPackageData bindings 56 silly mapToRegistry name bindings 57 silly mapToRegistry using default registry 58 silly mapToRegistry registry https://registry.npmjs.org/ 59 silly mapToRegistry data Result { 59 silly mapToRegistry raw: 'bindings', 59 silly mapToRegistry scope: null, 59 silly mapToRegistry name: 'bindings', 59 silly mapToRegistry rawSpec: '', 59 silly mapToRegistry spec: 'latest', 59 silly mapToRegistry type: 'tag' } 60 silly mapToRegistry uri https://registry.npmjs.org/bindings 61 verbose request uri https://registry.npmjs.org/bindings 62 verbose request no auth needed 63 info attempt registry request try #1 at 12:18:06 PM 64 verbose etag "5MNVCWCD1NYN71LZKTD8QDCME" 65 http request GET https://registry.npmjs.org/bindings 66 http 304 https://registry.npmjs.org/bindings 67 verbose headers { date: 'Mon, 16 May 2016 06:46:46 GMT', 67 verbose headers via: '1.1 varnish', 67 verbose headers 'cache-control': 'max-age=300', 67 verbose headers etag: '"5MNVCWCD1NYN71LZKTD8QDCME"', 67 verbose headers age: '156', 67 verbose headers connection: 'keep-alive', 67 verbose headers 'x-served-by': 'cache-sin6922-SIN', 67 verbose headers 'x-cache': 'HIT', 67 verbose headers 'x-cache-hits': '55', 67 verbose headers 'x-timer': 'S1463381206.985216,VS0,VE0', 67 verbose headers vary: 'Accept-Encoding' } 68 silly get cb [ 304, 68 silly get { date: 'Mon, 16 May 2016 06:46:46 GMT', 68 silly get via: '1.1 varnish', 68 silly get 'cache-control': 'max-age=300', 68 silly get etag: '"5MNVCWCD1NYN71LZKTD8QDCME"', 68 silly get age: '156', 68 silly get connection: 'keep-alive', 68 silly get 'x-served-by': 'cache-sin6922-SIN', 68 silly get 'x-cache': 'HIT', 68 silly get 'x-cache-hits': '55', 68 silly get 'x-timer': 'S1463381206.985216,VS0,VE0', 68 silly get vary: 'Accept-Encoding' } ] 69 verbose etag https://registry.npmjs.org/bindings from cache 70 verbose get saving bindings to /home/snow22/.npm/registry.npmjs.org/bindings/.cache.json 71 verbose correctMkdir /home/snow22/.npm correctMkdir not in flight; initializing 72 silly resolveWithNewModule bindings@1.1.0 checking installable status 73 silly cache add args [ 'bindings@1.1.0', null ] 74 verbose cache add spec bindings@1.1.0 75 silly cache add parsed spec Result { 75 silly cache add raw: 'bindings@1.1.0', 75 silly cache add scope: null, 75 silly cache add name: 'bindings', 75 silly cache add rawSpec: '1.1.0', 75 silly cache add spec: '1.1.0', 75 silly cache add type: 'version' } 76 silly addNamed bindings@1.1.0 77 verbose addNamed "1.1.0" is a plain semver version for bindings 78 silly mapToRegistry name bindings 79 silly mapToRegistry using default registry 80 silly mapToRegistry registry https://registry.npmjs.org/ 81 silly mapToRegistry data Result { 81 silly mapToRegistry raw: 'bindings', 81 silly mapToRegistry scope: null, 81 silly mapToRegistry name: 'bindings', 81 silly mapToRegistry rawSpec: '', 81 silly mapToRegistry spec: 'latest', 81 silly mapToRegistry type: 'tag' } 82 silly mapToRegistry uri https://registry.npmjs.org/bindings 83 verbose addNameVersion registry:https://registry.npmjs.org/bindings not in flight; fetching 84 verbose get https://registry.npmjs.org/bindings not expired, no request 85 silly cache afterAdd bindings@1.1.0 86 verbose afterAdd /home/snow22/.npm/bindings/1.1.0/package/package.json not in flight; writing 87 verbose correctMkdir /home/snow22/.npm correctMkdir not in flight; initializing 88 verbose afterAdd /home/snow22/.npm/bindings/1.1.0/package/package.json written 89 silly loadAllDepsIntoIdealTree Finishing 90 silly idealTree:prePrune Test 90 silly idealTree:prePrune +-- accepts@1.2.13 90 silly idealTree:prePrune +-- array-flatten@1.1.1 90 silly idealTree:prePrune +-- bindings@1.1.0 90 silly idealTree:prePrune +-- content-disposition@0.5.1 90 silly idealTree:prePrune +-- content-type@1.0.2 90 silly idealTree:prePrune +-- cookie-signature@1.0.6 90 silly idealTree:prePrune +-- cookie@0.1.5 90 silly idealTree:prePrune +-- debug@2.2.0 90 silly idealTree:prePrune +-- depd@1.1.0 90 silly idealTree:prePrune +-- destroy@1.0.4 90 silly idealTree:prePrune +-- ee-first@1.1.1 90 silly idealTree:prePrune +-- escape-html@1.0.3 90 silly idealTree:prePrune +-- etag@1.7.0 90 silly idealTree:prePrune +-- express@4.13.4 90 silly idealTree:prePrune +-- finalhandler@0.4.1 90 silly idealTree:prePrune +-- forwarded@0.1.0 90 silly idealTree:prePrune +-- fresh@0.3.0 90 silly idealTree:prePrune +-- http-errors@1.3.1 90 silly idealTree:prePrune +-- inherits@2.0.1 90 silly idealTree:prePrune +-- ipaddr.js@1.0.5 90 silly idealTree:prePrune +-- media-typer@0.3.0 90 silly idealTree:prePrune +-- merge-descriptors@1.0.1 90 silly idealTree:prePrune +-- methods@1.1.2 90 silly idealTree:prePrune +-- mime-db@1.23.0 90 silly idealTree:prePrune +-- mime-types@2.1.11 90 silly idealTree:prePrune +-- mime@1.3.4 90 silly idealTree:prePrune +-- ms@0.7.1 90 silly idealTree:prePrune +-- negotiator@0.5.3 90 silly idealTree:prePrune +-- on-finished@2.3.0 90 silly idealTree:prePrune +-- parseurl@1.3.1 90 silly idealTree:prePrune +-- path-to-regexp@0.1.7 90 silly idealTree:prePrune +-- proxy-addr@1.0.10 90 silly idealTree:prePrune +-- qs@4.0.0 90 silly idealTree:prePrune +-- range-parser@1.0.3 90 silly idealTree:prePrune +-- send@0.13.1 90 silly idealTree:prePrune +-- serve-static@1.10.2 90 silly idealTree:prePrune +-- statuses@1.2.1 90 silly idealTree:prePrune +-- toobusy@0.2.4 90 silly idealTree:prePrune +-- type-is@1.6.12 90 silly idealTree:prePrune +-- unpipe@1.0.0 90 silly idealTree:prePrune +-- utils-merge@1.0.0 90 silly idealTree:prePrune -- vary@1.0.1 91 silly loadIdealTree Finishing 92 silly currentTree Test 92 silly currentTree +-- accepts@1.2.13 92 silly currentTree +-- array-flatten@1.1.1 92 silly currentTree +-- content-disposition@0.5.1 92 silly currentTree +-- content-type@1.0.2 92 silly currentTree +-- cookie-signature@1.0.6 92 silly currentTree +-- cookie@0.1.5 92 silly currentTree +-- debug@2.2.0 92 silly currentTree +-- depd@1.1.0 92 silly currentTree +-- destroy@1.0.4 92 silly currentTree +-- ee-first@1.1.1 92 silly currentTree +-- escape-html@1.0.3 92 silly currentTree +-- etag@1.7.0 92 silly currentTree +-- express@4.13.4 92 silly currentTree +-- finalhandler@0.4.1 92 silly currentTree +-- forwarded@0.1.0 92 silly currentTree +-- fresh@0.3.0 92 silly currentTree +-- http-errors@1.3.1 92 silly currentTree +-- inherits@2.0.1 92 silly currentTree +-- ipaddr.js@1.0.5 92 silly currentTree +-- media-typer@0.3.0 92 silly currentTree +-- merge-descriptors@1.0.1 92 silly currentTree +-- methods@1.1.2 92 silly currentTree +-- mime-db@1.23.0 92 silly currentTree +-- mime-types@2.1.11 92 silly currentTree +-- mime@1.3.4 92 silly currentTree +-- ms@0.7.1 92 silly currentTree +-- negotiator@0.5.3 92 silly currentTree +-- on-finished@2.3.0 92 silly currentTree +-- parseurl@1.3.1 92 silly currentTree +-- path-to-regexp@0.1.7 92 silly currentTree +-- proxy-addr@1.0.10 92 silly currentTree +-- qs@4.0.0 92 silly currentTree +-- range-parser@1.0.3 92 silly currentTree +-- send@0.13.1 92 silly currentTree +-- serve-static@1.10.2 92 silly currentTree +-- statuses@1.2.1 92 silly currentTree +-- type-is@1.6.12 92 silly currentTree +-- unpipe@1.0.0 92 silly currentTree +-- utils-merge@1.0.0 92 silly currentTree-- vary@1.0.1 93 silly idealTree Test 93 silly idealTree +-- accepts@1.2.13 93 silly idealTree +-- array-flatten@1.1.1 93 silly idealTree +-- bindings@1.1.0 93 silly idealTree +-- content-disposition@0.5.1 93 silly idealTree +-- content-type@1.0.2 93 silly idealTree +-- cookie-signature@1.0.6 93 silly idealTree +-- cookie@0.1.5 93 silly idealTree +-- debug@2.2.0 93 silly idealTree +-- depd@1.1.0 93 silly idealTree +-- destroy@1.0.4 93 silly idealTree +-- ee-first@1.1.1 93 silly idealTree +-- escape-html@1.0.3 93 silly idealTree +-- etag@1.7.0 93 silly idealTree +-- express@4.13.4 93 silly idealTree +-- finalhandler@0.4.1 93 silly idealTree +-- forwarded@0.1.0 93 silly idealTree +-- fresh@0.3.0 93 silly idealTree +-- http-errors@1.3.1 93 silly idealTree +-- inherits@2.0.1 93 silly idealTree +-- ipaddr.js@1.0.5 93 silly idealTree +-- media-typer@0.3.0 93 silly idealTree +-- merge-descriptors@1.0.1 93 silly idealTree +-- methods@1.1.2 93 silly idealTree +-- mime-db@1.23.0 93 silly idealTree +-- mime-types@2.1.11 93 silly idealTree +-- mime@1.3.4 93 silly idealTree +-- ms@0.7.1 93 silly idealTree +-- negotiator@0.5.3 93 silly idealTree +-- on-finished@2.3.0 93 silly idealTree +-- parseurl@1.3.1 93 silly idealTree +-- path-to-regexp@0.1.7 93 silly idealTree +-- proxy-addr@1.0.10 93 silly idealTree +-- qs@4.0.0 93 silly idealTree +-- range-parser@1.0.3 93 silly idealTree +-- send@0.13.1 93 silly idealTree +-- serve-static@1.10.2 93 silly idealTree +-- statuses@1.2.1 93 silly idealTree +-- toobusy@0.2.4 93 silly idealTree +-- type-is@1.6.12 93 silly idealTree +-- unpipe@1.0.0 93 silly idealTree +-- utils-merge@1.0.0 93 silly idealTree -- vary@1.0.1 94 silly generateActionsToTake Starting 95 silly install generateActionsToTake 96 silly generateActionsToTake Finishing 97 silly diffTrees action count 3 98 silly diffTrees add bindings@1.1.0 99 silly diffTrees update express@4.13.4 100 silly diffTrees add toobusy@0.2.4 101 silly decomposeActions action count 24 102 silly decomposeActions fetch bindings@1.1.0 103 silly decomposeActions extract bindings@1.1.0 104 silly decomposeActions test bindings@1.1.0 105 silly decomposeActions preinstall bindings@1.1.0 106 silly decomposeActions build bindings@1.1.0 107 silly decomposeActions install bindings@1.1.0 108 silly decomposeActions postinstall bindings@1.1.0 109 silly decomposeActions finalize bindings@1.1.0 110 silly decomposeActions fetch express@4.13.4 111 silly decomposeActions extract express@4.13.4 112 silly decomposeActions test express@4.13.4 113 silly decomposeActions preinstall express@4.13.4 114 silly decomposeActions build express@4.13.4 115 silly decomposeActions install express@4.13.4 116 silly decomposeActions postinstall express@4.13.4 117 silly decomposeActions finalize express@4.13.4 118 silly decomposeActions fetch toobusy@0.2.4 119 silly decomposeActions extract toobusy@0.2.4 120 silly decomposeActions test toobusy@0.2.4 121 silly decomposeActions preinstall toobusy@0.2.4 122 silly decomposeActions build toobusy@0.2.4 123 silly decomposeActions install toobusy@0.2.4 124 silly decomposeActions postinstall toobusy@0.2.4 125 silly decomposeActions finalize toobusy@0.2.4 126 silly executeActions Starting 127 silly install executeActions 128 silly doSerial global-install 0 129 silly doParallel fetch 3 130 verbose correctMkdir /home/snow22/.npm/_locks correctMkdir not in flight; initializing 131 verbose lock using /home/snow22/.npm/_locks/staging-3bffecb92a07beab.lock for /home/snow22/workspace/Test/node_modules/.staging 132 silly doParallel extract 3 133 silly extract bindings@1.1.0 134 silly extract express@4.13.4 135 silly extract toobusy@0.2.4 136 verbose unbuild node_modules/.staging/bindings-8c2f9478 137 verbose unbuild node_modules/.staging/express-98175ee2 138 verbose unbuild node_modules/.staging/toobusy-e1f859a8 139 silly gentlyRm /home/snow22/workspace/Test/node_modules/.staging/bindings-8c2f9478 is being purged from base /home/snow22/workspace/Test 140 verbose gentlyRm don't care about contents; nuking /home/snow22/workspace/Test/node_modules/.staging/bindings-8c2f9478 141 silly gentlyRm /home/snow22/workspace/Test/node_modules/.staging/express-98175ee2 is being purged from base /home/snow22/workspace/Test 142 verbose gentlyRm don't care about contents; nuking /home/snow22/workspace/Test/node_modules/.staging/express-98175ee2 143 silly gentlyRm /home/snow22/workspace/Test/node_modules/.staging/toobusy-e1f859a8 is being purged from base /home/snow22/workspace/Test 144 verbose gentlyRm don't care about contents; nuking /home/snow22/workspace/Test/node_modules/.staging/toobusy-e1f859a8 145 verbose tar unpack /home/snow22/.npm/bindings/1.1.0/package.tgz 146 verbose tar unpacking to /home/snow22/workspace/Test/node_modules/.staging/bindings-8c2f9478 147 silly gentlyRm /home/snow22/workspace/Test/node_modules/.staging/bindings-8c2f9478 is being purged 148 verbose gentlyRm don't care about contents; nuking /home/snow22/workspace/Test/node_modules/.staging/bindings-8c2f9478 149 verbose tar unpack /home/snow22/.npm/express/4.13.4/package.tgz 150 verbose tar unpacking to /home/snow22/workspace/Test/node_modules/.staging/express-98175ee2 151 silly gentlyRm /home/snow22/workspace/Test/node_modules/.staging/express-98175ee2 is being purged 152 verbose gentlyRm don't care about contents; nuking /home/snow22/workspace/Test/node_modules/.staging/express-98175ee2 153 verbose tar unpack /home/snow22/.npm/toobusy/0.2.4/package.tgz 154 verbose tar unpacking to /home/snow22/workspace/Test/node_modules/.staging/toobusy-e1f859a8 155 silly gentlyRm /home/snow22/workspace/Test/node_modules/.staging/toobusy-e1f859a8 is being purged 156 verbose gentlyRm don't care about contents; nuking /home/snow22/workspace/Test/node_modules/.staging/toobusy-e1f859a8 157 silly gunzTarPerm modes [ '775', '664' ] 158 silly gunzTarPerm modes [ '775', '664' ] 159 silly gunzTarPerm modes [ '775', '664' ] 160 silly gunzTarPerm extractEntry package.json 161 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ] 162 silly gunzTarPerm extractEntry package.json 163 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ] 164 silly gunzTarPerm extractEntry package.json 165 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ] 166 silly gunzTarPerm extractEntry README.md 167 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ] 168 silly gunzTarPerm extractEntry bindings.js 169 silly gunzTarPerm modified mode [ 'bindings.js', 420, 436 ] 170 silly gunzTarPerm extractEntry LICENSE 171 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ] 172 silly gunzTarPerm extractEntry index.js 173 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ] 174 silly gunzTarPerm extractEntry .npmignore 175 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ] 176 silly gunzTarPerm extractEntry README.md 177 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ] 178 silly gunzTarPerm extractEntry History.md 179 silly gunzTarPerm modified mode [ 'History.md', 438, 436 ] 180 silly gunzTarPerm extractEntry Readme.md 181 silly gunzTarPerm modified mode [ 'Readme.md', 438, 436 ] 182 silly gunzTarPerm extractEntry lib/application.js 183 silly gunzTarPerm modified mode [ 'lib/application.js', 438, 436 ] 184 silly gunzTarPerm extractEntry lib/express.js 185 silly gunzTarPerm modified mode [ 'lib/express.js', 438, 436 ] 186 silly gunzTarPerm extractEntry lib/request.js 187 silly gunzTarPerm modified mode [ 'lib/request.js', 438, 436 ] 188 silly gunzTarPerm extractEntry lib/response.js 189 silly gunzTarPerm modified mode [ 'lib/response.js', 438, 436 ] 190 silly gunzTarPerm extractEntry lib/utils.js 191 silly gunzTarPerm modified mode [ 'lib/utils.js', 438, 436 ] 192 silly gunzTarPerm extractEntry lib/view.js 193 silly gunzTarPerm modified mode [ 'lib/view.js', 438, 436 ] 194 silly gunzTarPerm extractEntry lib/middleware/init.js 195 silly gunzTarPerm modified mode [ 'lib/middleware/init.js', 438, 436 ] 196 silly gunzTarPerm extractEntry lib/middleware/query.js 197 silly gunzTarPerm modified mode [ 'lib/middleware/query.js', 438, 436 ] 198 silly gunzTarPerm extractEntry lib/router/index.js 199 silly gunzTarPerm modified mode [ 'lib/router/index.js', 438, 436 ] 200 silly gunzTarPerm extractEntry lib/router/layer.js 201 silly gunzTarPerm modified mode [ 'lib/router/layer.js', 438, 436 ] 202 silly gunzTarPerm extractEntry lib/router/route.js 203 silly gunzTarPerm modified mode [ 'lib/router/route.js', 438, 436 ] 204 silly gunzTarPerm extractEntry index.js 205 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ] 206 silly gunzTarPerm extractEntry tests.js 207 silly gunzTarPerm modified mode [ 'tests.js', 420, 436 ] 208 silly gunzTarPerm extractEntry .travis.yml 209 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ] 210 silly gunzTarPerm extractEntry ChangeLog 211 silly gunzTarPerm modified mode [ 'ChangeLog', 420, 436 ] 212 silly gunzTarPerm extractEntry binding.gyp 213 silly gunzTarPerm modified mode [ 'binding.gyp', 420, 436 ] 214 silly gunzTarPerm extractEntry examples/package.json 215 silly gunzTarPerm modified mode [ 'examples/package.json', 420, 436 ] 216 silly gunzTarPerm extractEntry examples/express.js 217 silly gunzTarPerm modified mode [ 'examples/express.js', 420, 436 ] 218 silly gunzTarPerm extractEntry examples/http.js 219 silly gunzTarPerm modified mode [ 'examples/http.js', 420, 436 ] 220 silly gentlyRm /home/snow22/workspace/Test/node_modules/.staging/bindings-8c2f9478/node_modules is being purged 221 verbose gentlyRm don't care about contents; nuking /home/snow22/workspace/Test/node_modules/.staging/bindings-8c2f9478/node_modules 222 silly gunzTarPerm extractEntry examples/load.js 223 silly gunzTarPerm modified mode [ 'examples/load.js', 420, 436 ] 224 silly gunzTarPerm extractEntry examples/standalone.js 225 silly gunzTarPerm modified mode [ 'examples/standalone.js', 420, 436 ] 226 silly gunzTarPerm extractEntry examples/before.txt 227 silly gunzTarPerm modified mode [ 'examples/before.txt', 420, 436 ] 228 silly gunzTarPerm extractEntry examples/lower_dampening.txt 229 silly gunzTarPerm modified mode [ 'examples/lower_dampening.txt', 420, 436 ] 230 silly gunzTarPerm extractEntry toobusy.cc 231 silly gunzTarPerm modified mode [ 'toobusy.cc', 420, 436 ] 232 silly gentlyRm /home/snow22/workspace/Test/node_modules/.staging/toobusy-e1f859a8/node_modules is being purged 233 verbose gentlyRm don't care about contents; nuking /home/snow22/workspace/Test/node_modules/.staging/toobusy-e1f859a8/node_modules 234 silly gentlyRm /home/snow22/workspace/Test/node_modules/.staging/express-98175ee2/node_modules is being purged 235 verbose gentlyRm don't care about contents; nuking /home/snow22/workspace/Test/node_modules/.staging/express-98175ee2/node_modules 236 silly doParallel preinstall 3 237 silly preinstall bindings@1.1.0 /home/snow22/workspace/Test/node_modules/.staging/bindings-8c2f9478 238 info lifecycle bindings@1.1.0~preinstall: bindings@1.1.0 239 silly preinstall express@4.13.4 /home/snow22/workspace/Test/node_modules/.staging/express-98175ee2 240 info lifecycle express@4.13.4~preinstall: express@4.13.4 241 silly preinstall toobusy@0.2.4 /home/snow22/workspace/Test/node_modules/.staging/toobusy-e1f859a8 242 info lifecycle toobusy@0.2.4~preinstall: toobusy@0.2.4 243 silly lifecycle bindings@1.1.0~preinstall: no script for preinstall, continuing 244 silly lifecycle express@4.13.4~preinstall: no script for preinstall, continuing 245 silly lifecycle toobusy@0.2.4~preinstall: no script for preinstall, continuing 246 silly doReverseSerial remove 0 247 silly doSerial move 0 248 silly doSerial finalize 3 249 silly finalize /home/snow22/workspace/Test/node_modules/bindings 250 silly finalize /home/snow22/workspace/Test/node_modules/express 251 silly finalize /home/snow22/workspace/Test/node_modules/toobusy 252 silly doSerial build 3 253 silly build bindings@1.1.0 254 info linkStuff bindings@1.1.0 255 silly linkStuff bindings@1.1.0 has /home/snow22/workspace/Test/node_modules as its parent node_modules 256 verbose linkBins bindings@1.1.0 257 verbose linkMans bindings@1.1.0 258 silly build express@4.13.4 259 info linkStuff express@4.13.4 260 silly linkStuff express@4.13.4 has /home/snow22/workspace/Test/node_modules as its parent node_modules 261 verbose linkBins express@4.13.4 262 verbose linkMans express@4.13.4 263 silly build toobusy@0.2.4 264 info linkStuff toobusy@0.2.4 265 silly linkStuff toobusy@0.2.4 has /home/snow22/workspace/Test/node_modules as its parent node_modules 266 verbose linkBins toobusy@0.2.4 267 verbose linkMans toobusy@0.2.4 268 silly doSerial global-link 0 269 silly doParallel update-linked 0 270 silly doSerial install 3 271 silly install bindings@1.1.0 /home/snow22/workspace/Test/node_modules/.staging/bindings-8c2f9478 272 info lifecycle bindings@1.1.0~install: bindings@1.1.0 273 silly lifecycle bindings@1.1.0~install: no script for install, continuing 274 silly install express@4.13.4 /home/snow22/workspace/Test/node_modules/.staging/express-98175ee2 275 info lifecycle express@4.13.4~install: express@4.13.4 276 silly lifecycle express@4.13.4~install: no script for install, continuing 277 silly install toobusy@0.2.4 /home/snow22/workspace/Test/node_modules/.staging/toobusy-e1f859a8 278 info lifecycle toobusy@0.2.4~install: toobusy@0.2.4 279 verbose lifecycle toobusy@0.2.4~install: unsafe-perm in lifecycle true 280 verbose lifecycle toobusy@0.2.4~install: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/home/snow22/workspace/Test/node_modules/toobusy/node_modules/.bin:/home/snow22/workspace/Test/node_modules/.bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games 281 verbose lifecycle toobusy@0.2.4~install: CWD: /home/snow22/workspace/Test/node_modules/toobusy 282 silly lifecycle toobusy@0.2.4~install: Args: [ '-c', 'node-gyp rebuild' ] 283 silly lifecycle toobusy@0.2.4~install: Returned: code: 1 signal: null 284 info lifecycle toobusy@0.2.4~install: Failed to exec install script 285 verbose unlock done using /home/snow22/.npm/_locks/staging-3bffecb92a07beab.lock for /home/snow22/workspace/Test/node_modules/.staging 286 silly rollbackFailedOptional Starting 287 silly rollbackFailedOptional Finishing 288 silly runTopLevelLifecycles Starting 289 silly runTopLevelLifecycles Finishing 290 silly install printInstalled 291 warn enoent ENOENT: no such file or directory, open '/home/snow22/workspace/Test/package.json' 292 warn Test No description 293 warn Test No repository field. 294 warn Test No README data 295 warn Test No license field. 296 verbose stack Error: toobusy@0.2.4 install:node-gyp rebuild 296 verbose stack Exit status 1 296 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/lib/utils/lifecycle.js:239:16) 296 verbose stack at emitTwo (events.js:106:13) 296 verbose stack at EventEmitter.emit (events.js:191:7) 296 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/spawn.js:24:14) 296 verbose stack at emitTwo (events.js:106:13) 296 verbose stack at ChildProcess.emit (events.js:191:7) 296 verbose stack at maybeClose (internal/child_process.js:850:16) 296 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5) 297 verbose pkgid toobusy@0.2.4 298 verbose cwd /home/snow22/workspace/Test 299 error Linux 3.19.0-25-generic 300 error argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "toobusy@0.2.4" 301 error node v6.1.0 302 error npm v3.8.6 303 error code ELIFECYCLE 304 error toobusy@0.2.4 install:node-gyp rebuild` 304 error Exit status 1 305 error Failed at the toobusy@0.2.4 install script 'node-gyp rebuild'. 305 error Make sure you have the latest version of node.js and npm installed. 305 error If you do, this is most likely a problem with the toobusy package, 305 error not with npm itself. 305 error Tell the author that this fails on your system: 305 error node-gyp rebuild 305 error You can get information on how to open an issue for this project with: 305 error npm bugs toobusy 305 error Or if that isn't available, you can get their info via: 305 error npm owner ls toobusy 305 error There is likely additional logging output above. 306 verbose exit [ 1, true ]

mashedcode commented 8 years ago

This repository is apparently no longer maintained and a maintained fork exists: https://github.com/STRML/node-toobusy