fzaninotto / uptime

A remote monitoring application using Node.js, MongoDB, and Twitter Bootstrap.
http://fzaninotto.github.com/uptime/
MIT License
3.62k stars 706 forks source link

Can't run npm install #219

Open adieyal opened 10 years ago

adieyal commented 10 years ago

Any suggestions?

npm install npm http GET https://registry.npmjs.org/mongoose/3.6.7 npm http GET https://registry.npmjs.org/mongoose-lifecycle/1.0.0 npm http GET https://registry.npmjs.org/express/3.2.0 npm http GET https://registry.npmjs.org/express-partials/0.1.1 npm http GET https://registry.npmjs.org/connect-flash/0.1.0 npm http GET https://registry.npmjs.org/ejs/0.8.3 npm http GET https://registry.npmjs.org/config/0.4.32 npm http GET https://registry.npmjs.org/async/0.1.22 npm http GET https://registry.npmjs.org/socket.io/0.9.14 npm http GET https://registry.npmjs.org/semver/1.1.0 npm http GET https://registry.npmjs.org/moment/2.1.0 npm http GET https://registry.npmjs.org/nodemailer/0.3.35 npm http GET https://registry.npmjs.org/net-ping/1.1.7 npm http GET https://registry.npmjs.org/js-yaml/2.1.0 npm http GET https://registry.npmjs.org/mocha npm http GET https://registry.npmjs.org/should/1.1.0

npm ERR! Error: failed to fetch from registry: express/3.2.0 npm ERR! at /usr/share/npm/lib/utils/npm-registry-client/get.js:139:12 npm ERR! at cb (/usr/share/npm/lib/utils/npm-registry-client/request.js:31:9) npm ERR! at Request._callback (/usr/share/npm/lib/utils/npm-registry-client/request.js:136:18) npm ERR! at Request.init.self.callback (/usr/lib/nodejs/request/main.js:119:22) npm ERR! at Request.init.self.headers.authorization (/usr/lib/nodejs/request/main.js:212:58) npm ERR! at Request.EventEmitter.emit (events.js:126:20) npm ERR! at ClientRequest. (/usr/lib/nodejs/request/main.js:412:12) npm ERR! at ClientRequest.g (events.js:192:14) npm ERR! at ClientRequest.EventEmitter.emit (events.js:96:17) npm ERR! at HTTPParser.parserOnIncomingClient as onIncoming npm ERR! You may report this log at: npm ERR! http://bugs.debian.org/npm npm ERR! or use npm ERR! reportbug --attach /home/adi/Development/uptime/npm-debug.log npm npm ERR! npm ERR! System Linux 3.8.0-33-generic npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" npm ERR! cwd /home/adi/Development/uptime npm ERR! node -v v0.8.25 npm ERR! npm -v 1.1.4 npm ERR! message failed to fetch from registry: express/3.2.0 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/adi/Development/uptime/npm-debug.log npm not ok

damm commented 10 years ago

It looks like your nodejs is older than suggested. For reference https://github.com/fzaninotto/uptime#installing-uptime

yooakim commented 10 years ago

I get similar errors but I'm using node v0.10.26 which I belive should work?

I am using Ubuntu 13.10 with kernel 3.11.0-19. It's a virtual machin running in Microsft Azure.

This is my log (sorry for making a long post but I don't know how to submit logfiles to GitHub issues?)

0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install' ]
2 info using npm@1.4.3
3 info using node@v0.10.26
4 verbose node symlink /usr/bin/node
5 verbose readDependencies using package.json deps
6 verbose install where, deps [ '/home/joakim/uptime',
6 verbose install   [ 'mongoose',
6 verbose install     'mongoose-lifecycle',
6 verbose install     'express',
6 verbose install     'express-partials',
6 verbose install     'connect-flash',
6 verbose install     'ejs',
6 verbose install     'config',
6 verbose install     'async',
6 verbose install     'socket.io',
6 verbose install     'semver',
6 verbose install     'moment',
6 verbose install     'nodemailer',
6 verbose install     'net-ping',
6 verbose install     'js-yaml',
6 verbose install     'mocha',
6 verbose install     'should' ] ]
7 info preinstall node-uptime@3.2.0
8 verbose readDependencies using package.json deps
9 verbose cache add [ 'mongoose-lifecycle@1.0.0', null ]
10 verbose cache add name=undefined spec="mongoose-lifecycle@1.0.0" args=["mongoose-lifecycle@1.0.0",null]
11 verbose parsed url { protocol: null,
11 verbose parsed url   slashes: null,
11 verbose parsed url   auth: null,
11 verbose parsed url   host: null,
11 verbose parsed url   port: null,
11 verbose parsed url   hostname: null,
11 verbose parsed url   hash: null,
11 verbose parsed url   search: null,
11 verbose parsed url   query: null,
11 verbose parsed url   pathname: 'mongoose-lifecycle@1.0.0',
11 verbose parsed url   path: 'mongoose-lifecycle@1.0.0',
11 verbose parsed url   href: 'mongoose-lifecycle@1.0.0' }
12 verbose cache add name="mongoose-lifecycle" spec="1.0.0" args=["mongoose-lifecycle","1.0.0"]
13 verbose parsed url { protocol: null,
13 verbose parsed url   slashes: null,
13 verbose parsed url   auth: null,
13 verbose parsed url   host: null,
13 verbose parsed url   port: null,
13 verbose parsed url   hostname: null,
13 verbose parsed url   hash: null,
13 verbose parsed url   search: null,
13 verbose parsed url   query: null,
13 verbose parsed url   pathname: '1.0.0',
13 verbose parsed url   path: '1.0.0',
13 verbose parsed url   href: '1.0.0' }
14 verbose addNamed [ 'mongoose-lifecycle', '1.0.0' ]
15 verbose addNamed [ '1.0.0', '1.0.0' ]
16 verbose cache add [ 'connect-flash@0.1.0', null ]
17 verbose cache add name=undefined spec="connect-flash@0.1.0" args=["connect-flash@0.1.0",null]
18 verbose parsed url { protocol: null,
18 verbose parsed url   slashes: null,
18 verbose parsed url   auth: null,
18 verbose parsed url   host: null,
18 verbose parsed url   port: null,
18 verbose parsed url   hostname: null,
18 verbose parsed url   hash: null,
18 verbose parsed url   search: null,
18 verbose parsed url   query: null,
18 verbose parsed url   pathname: 'connect-flash@0.1.0',
18 verbose parsed url   path: 'connect-flash@0.1.0',
18 verbose parsed url   href: 'connect-flash@0.1.0' }
19 verbose cache add name="connect-flash" spec="0.1.0" args=["connect-flash","0.1.0"]
20 verbose parsed url { protocol: null,
20 verbose parsed url   slashes: null,
20 verbose parsed url   auth: null,
20 verbose parsed url   host: null,
20 verbose parsed url   port: null,
20 verbose parsed url   hostname: null,
20 verbose parsed url   hash: null,
20 verbose parsed url   search: null,
20 verbose parsed url   query: null,
20 verbose parsed url   pathname: '0.1.0',
20 verbose parsed url   path: '0.1.0',
20 verbose parsed url   href: '0.1.0' }
21 verbose addNamed [ 'connect-flash', '0.1.0' ]
22 verbose addNamed [ '0.1.0', '0.1.0' ]
23 verbose cache add [ 'express@3.2.0', null ]
24 verbose cache add name=undefined spec="express@3.2.0" args=["express@3.2.0",null]
25 verbose parsed url { protocol: null,
25 verbose parsed url   slashes: null,
25 verbose parsed url   auth: null,
25 verbose parsed url   host: null,
25 verbose parsed url   port: null,
25 verbose parsed url   hostname: null,
25 verbose parsed url   hash: null,
25 verbose parsed url   search: null,
25 verbose parsed url   query: null,
25 verbose parsed url   pathname: 'express@3.2.0',
25 verbose parsed url   path: 'express@3.2.0',
25 verbose parsed url   href: 'express@3.2.0' }
26 verbose cache add name="express" spec="3.2.0" args=["express","3.2.0"]
27 verbose parsed url { protocol: null,
27 verbose parsed url   slashes: null,
27 verbose parsed url   auth: null,
27 verbose parsed url   host: null,
27 verbose parsed url   port: null,
27 verbose parsed url   hostname: null,
27 verbose parsed url   hash: null,
27 verbose parsed url   search: null,
27 verbose parsed url   query: null,
27 verbose parsed url   pathname: '3.2.0',
27 verbose parsed url   path: '3.2.0',
27 verbose parsed url   href: '3.2.0' }
28 verbose addNamed [ 'express', '3.2.0' ]
29 verbose addNamed [ '3.2.0', '3.2.0' ]
30 verbose cache add [ 'ejs@0.8.3', null ]
31 verbose cache add name=undefined spec="ejs@0.8.3" args=["ejs@0.8.3",null]
32 verbose parsed url { protocol: null,
32 verbose parsed url   slashes: null,
32 verbose parsed url   auth: null,
32 verbose parsed url   host: null,
32 verbose parsed url   port: null,
32 verbose parsed url   hostname: null,
32 verbose parsed url   hash: null,
32 verbose parsed url   search: null,
32 verbose parsed url   query: null,
32 verbose parsed url   pathname: 'ejs@0.8.3',
32 verbose parsed url   path: 'ejs@0.8.3',
32 verbose parsed url   href: 'ejs@0.8.3' }
33 verbose cache add name="ejs" spec="0.8.3" args=["ejs","0.8.3"]
34 verbose parsed url { protocol: null,
34 verbose parsed url   slashes: null,
34 verbose parsed url   auth: null,
34 verbose parsed url   host: null,
34 verbose parsed url   port: null,
34 verbose parsed url   hostname: null,
34 verbose parsed url   hash: null,
34 verbose parsed url   search: null,
34 verbose parsed url   query: null,
34 verbose parsed url   pathname: '0.8.3',
34 verbose parsed url   path: '0.8.3',
34 verbose parsed url   href: '0.8.3' }
35 verbose addNamed [ 'ejs', '0.8.3' ]
36 verbose addNamed [ '0.8.3', '0.8.3' ]
37 verbose cache add [ 'express-partials@0.1.1', null ]
38 verbose cache add name=undefined spec="express-partials@0.1.1" args=["express-partials@0.1.1",null]
39 verbose parsed url { protocol: null,
39 verbose parsed url   slashes: null,
39 verbose parsed url   auth: null,
39 verbose parsed url   host: null,
39 verbose parsed url   port: null,
39 verbose parsed url   hostname: null,
39 verbose parsed url   hash: null,
39 verbose parsed url   search: null,
39 verbose parsed url   query: null,
39 verbose parsed url   pathname: 'express-partials@0.1.1',
39 verbose parsed url   path: 'express-partials@0.1.1',
39 verbose parsed url   href: 'express-partials@0.1.1' }
40 verbose cache add name="express-partials" spec="0.1.1" args=["express-partials","0.1.1"]
41 verbose parsed url { protocol: null,
41 verbose parsed url   slashes: null,
41 verbose parsed url   auth: null,
41 verbose parsed url   host: null,
41 verbose parsed url   port: null,
41 verbose parsed url   hostname: null,
41 verbose parsed url   hash: null,
41 verbose parsed url   search: null,
41 verbose parsed url   query: null,
41 verbose parsed url   pathname: '0.1.1',
41 verbose parsed url   path: '0.1.1',
41 verbose parsed url   href: '0.1.1' }
42 verbose addNamed [ 'express-partials', '0.1.1' ]
43 verbose addNamed [ '0.1.1', '0.1.1' ]
44 verbose cache add [ 'config@0.4.32', null ]
45 verbose cache add name=undefined spec="config@0.4.32" args=["config@0.4.32",null]
46 verbose parsed url { protocol: null,
46 verbose parsed url   slashes: null,
46 verbose parsed url   auth: null,
46 verbose parsed url   host: null,
46 verbose parsed url   port: null,
46 verbose parsed url   hostname: null,
46 verbose parsed url   hash: null,
46 verbose parsed url   search: null,
46 verbose parsed url   query: null,
46 verbose parsed url   pathname: 'config@0.4.32',
46 verbose parsed url   path: 'config@0.4.32',
46 verbose parsed url   href: 'config@0.4.32' }
47 verbose cache add name="config" spec="0.4.32" args=["config","0.4.32"]
48 verbose parsed url { protocol: null,
48 verbose parsed url   slashes: null,
48 verbose parsed url   auth: null,
48 verbose parsed url   host: null,
48 verbose parsed url   port: null,
48 verbose parsed url   hostname: null,
48 verbose parsed url   hash: null,
48 verbose parsed url   search: null,
48 verbose parsed url   query: null,
48 verbose parsed url   pathname: '0.4.32',
48 verbose parsed url   path: '0.4.32',
48 verbose parsed url   href: '0.4.32' }
49 verbose addNamed [ 'config', '0.4.32' ]
50 verbose addNamed [ '0.4.32', '0.4.32' ]
51 silly lockFile 0063d813-mongoose-lifecycle-1-0-0 mongoose-lifecycle@1.0.0
52 verbose lock mongoose-lifecycle@1.0.0 /home/joakim/.npm/0063d813-mongoose-lifecycle-1-0-0.lock
53 silly lockFile c903b246-connect-flash-0-1-0 connect-flash@0.1.0
54 verbose lock connect-flash@0.1.0 /home/joakim/.npm/c903b246-connect-flash-0-1-0.lock
55 silly lockFile 043db733-express-3-2-0 express@3.2.0
56 verbose lock express@3.2.0 /home/joakim/.npm/043db733-express-3-2-0.lock
57 silly lockFile 63abddb0-ejs-0-8-3 ejs@0.8.3
58 verbose lock ejs@0.8.3 /home/joakim/.npm/63abddb0-ejs-0-8-3.lock
59 silly lockFile ab291bcc-express-partials-0-1-1 express-partials@0.1.1
60 verbose lock express-partials@0.1.1 /home/joakim/.npm/ab291bcc-express-partials-0-1-1.lock
61 verbose cache add [ 'async@0.1.22', null ]
62 verbose cache add name=undefined spec="async@0.1.22" args=["async@0.1.22",null]
63 verbose parsed url { protocol: null,
63 verbose parsed url   slashes: null,
63 verbose parsed url   auth: null,
63 verbose parsed url   host: null,
63 verbose parsed url   port: null,
63 verbose parsed url   hostname: null,
63 verbose parsed url   hash: null,
63 verbose parsed url   search: null,
63 verbose parsed url   query: null,
63 verbose parsed url   pathname: 'async@0.1.22',
63 verbose parsed url   path: 'async@0.1.22',
63 verbose parsed url   href: 'async@0.1.22' }
64 verbose cache add name="async" spec="0.1.22" args=["async","0.1.22"]
65 verbose parsed url { protocol: null,
65 verbose parsed url   slashes: null,
65 verbose parsed url   auth: null,
65 verbose parsed url   host: null,
65 verbose parsed url   port: null,
65 verbose parsed url   hostname: null,
65 verbose parsed url   hash: null,
65 verbose parsed url   search: null,
65 verbose parsed url   query: null,
65 verbose parsed url   pathname: '0.1.22',
65 verbose parsed url   path: '0.1.22',
65 verbose parsed url   href: '0.1.22' }
66 verbose addNamed [ 'async', '0.1.22' ]
67 verbose addNamed [ '0.1.22', '0.1.22' ]
68 silly lockFile 09d21715-async-0-1-22 async@0.1.22
69 verbose lock async@0.1.22 /home/joakim/.npm/09d21715-async-0-1-22.lock
70 verbose cache add [ 'socket.io@0.9.14', null ]
71 verbose cache add name=undefined spec="socket.io@0.9.14" args=["socket.io@0.9.14",null]
72 verbose parsed url { protocol: null,
72 verbose parsed url   slashes: null,
72 verbose parsed url   auth: null,
72 verbose parsed url   host: null,
72 verbose parsed url   port: null,
72 verbose parsed url   hostname: null,
72 verbose parsed url   hash: null,
72 verbose parsed url   search: null,
72 verbose parsed url   query: null,
72 verbose parsed url   pathname: 'socket.io@0.9.14',
72 verbose parsed url   path: 'socket.io@0.9.14',
72 verbose parsed url   href: 'socket.io@0.9.14' }
73 verbose cache add name="socket.io" spec="0.9.14" args=["socket.io","0.9.14"]
74 verbose parsed url { protocol: null,
74 verbose parsed url   slashes: null,
74 verbose parsed url   auth: null,
74 verbose parsed url   host: null,
74 verbose parsed url   port: null,
74 verbose parsed url   hostname: null,
74 verbose parsed url   hash: null,
74 verbose parsed url   search: null,
74 verbose parsed url   query: null,
74 verbose parsed url   pathname: '0.9.14',
74 verbose parsed url   path: '0.9.14',
74 verbose parsed url   href: '0.9.14' }
75 verbose addNamed [ 'socket.io', '0.9.14' ]
76 verbose addNamed [ '0.9.14', '0.9.14' ]
77 silly lockFile 937091a8-socket-io-0-9-14 socket.io@0.9.14
78 verbose lock socket.io@0.9.14 /home/joakim/.npm/937091a8-socket-io-0-9-14.lock
79 verbose cache add [ 'semver@1.1.0', null ]
80 verbose cache add name=undefined spec="semver@1.1.0" args=["semver@1.1.0",null]
81 verbose parsed url { protocol: null,
81 verbose parsed url   slashes: null,
81 verbose parsed url   auth: null,
81 verbose parsed url   host: null,
81 verbose parsed url   port: null,
81 verbose parsed url   hostname: null,
81 verbose parsed url   hash: null,
81 verbose parsed url   search: null,
81 verbose parsed url   query: null,
81 verbose parsed url   pathname: 'semver@1.1.0',
81 verbose parsed url   path: 'semver@1.1.0',
81 verbose parsed url   href: 'semver@1.1.0' }
82 verbose cache add name="semver" spec="1.1.0" args=["semver","1.1.0"]
83 verbose parsed url { protocol: null,
83 verbose parsed url   slashes: null,
83 verbose parsed url   auth: null,
83 verbose parsed url   host: null,
83 verbose parsed url   port: null,
83 verbose parsed url   hostname: null,
83 verbose parsed url   hash: null,
83 verbose parsed url   search: null,
83 verbose parsed url   query: null,
83 verbose parsed url   pathname: '1.1.0',
83 verbose parsed url   path: '1.1.0',
83 verbose parsed url   href: '1.1.0' }
84 verbose addNamed [ 'semver', '1.1.0' ]
85 verbose addNamed [ '1.1.0', '1.1.0' ]
86 silly lockFile 740aca99-semver-1-1-0 semver@1.1.0
87 verbose lock semver@1.1.0 /home/joakim/.npm/740aca99-semver-1-1-0.lock
88 verbose cache add [ 'moment@2.1.0', null ]
89 verbose cache add name=undefined spec="moment@2.1.0" args=["moment@2.1.0",null]
90 verbose parsed url { protocol: null,
90 verbose parsed url   slashes: null,
90 verbose parsed url   auth: null,
90 verbose parsed url   host: null,
90 verbose parsed url   port: null,
90 verbose parsed url   hostname: null,
90 verbose parsed url   hash: null,
90 verbose parsed url   search: null,
90 verbose parsed url   query: null,
90 verbose parsed url   pathname: 'moment@2.1.0',
90 verbose parsed url   path: 'moment@2.1.0',
90 verbose parsed url   href: 'moment@2.1.0' }
91 verbose cache add name="moment" spec="2.1.0" args=["moment","2.1.0"]
92 verbose parsed url { protocol: null,
92 verbose parsed url   slashes: null,
92 verbose parsed url   auth: null,
92 verbose parsed url   host: null,
92 verbose parsed url   port: null,
92 verbose parsed url   hostname: null,
92 verbose parsed url   hash: null,
92 verbose parsed url   search: null,
92 verbose parsed url   query: null,
92 verbose parsed url   pathname: '2.1.0',
92 verbose parsed url   path: '2.1.0',
92 verbose parsed url   href: '2.1.0' }
93 verbose addNamed [ 'moment', '2.1.0' ]
94 verbose addNamed [ '2.1.0', '2.1.0' ]
95 silly lockFile 64ea3f57-moment-2-1-0 moment@2.1.0
96 verbose lock moment@2.1.0 /home/joakim/.npm/64ea3f57-moment-2-1-0.lock
97 verbose cache add [ 'nodemailer@0.3.35', null ]
98 verbose cache add name=undefined spec="nodemailer@0.3.35" args=["nodemailer@0.3.35",null]
99 verbose parsed url { protocol: null,
99 verbose parsed url   slashes: null,
99 verbose parsed url   auth: null,
99 verbose parsed url   host: null,
99 verbose parsed url   port: null,
99 verbose parsed url   hostname: null,
99 verbose parsed url   hash: null,
99 verbose parsed url   search: null,
99 verbose parsed url   query: null,
99 verbose parsed url   pathname: 'nodemailer@0.3.35',
99 verbose parsed url   path: 'nodemailer@0.3.35',
99 verbose parsed url   href: 'nodemailer@0.3.35' }
100 verbose cache add name="nodemailer" spec="0.3.35" args=["nodemailer","0.3.35"]
101 verbose parsed url { protocol: null,
101 verbose parsed url   slashes: null,
101 verbose parsed url   auth: null,
101 verbose parsed url   host: null,
101 verbose parsed url   port: null,
101 verbose parsed url   hostname: null,
101 verbose parsed url   hash: null,
101 verbose parsed url   search: null,
101 verbose parsed url   query: null,
101 verbose parsed url   pathname: '0.3.35',
101 verbose parsed url   path: '0.3.35',
101 verbose parsed url   href: '0.3.35' }
102 verbose addNamed [ 'nodemailer', '0.3.35' ]
103 verbose addNamed [ '0.3.35', '0.3.35' ]
104 silly lockFile 9e4468ed-nodemailer-0-3-35 nodemailer@0.3.35
105 verbose lock nodemailer@0.3.35 /home/joakim/.npm/9e4468ed-nodemailer-0-3-35.lock
106 verbose cache add [ 'net-ping@1.1.7', null ]
107 verbose cache add name=undefined spec="net-ping@1.1.7" args=["net-ping@1.1.7",null]
108 verbose parsed url { protocol: null,
108 verbose parsed url   slashes: null,
108 verbose parsed url   auth: null,
108 verbose parsed url   host: null,
108 verbose parsed url   port: null,
108 verbose parsed url   hostname: null,
108 verbose parsed url   hash: null,
108 verbose parsed url   search: null,
108 verbose parsed url   query: null,
108 verbose parsed url   pathname: 'net-ping@1.1.7',
108 verbose parsed url   path: 'net-ping@1.1.7',
108 verbose parsed url   href: 'net-ping@1.1.7' }
109 verbose cache add name="net-ping" spec="1.1.7" args=["net-ping","1.1.7"]
110 verbose parsed url { protocol: null,
110 verbose parsed url   slashes: null,
110 verbose parsed url   auth: null,
110 verbose parsed url   host: null,
110 verbose parsed url   port: null,
110 verbose parsed url   hostname: null,
110 verbose parsed url   hash: null,
110 verbose parsed url   search: null,
110 verbose parsed url   query: null,
110 verbose parsed url   pathname: '1.1.7',
110 verbose parsed url   path: '1.1.7',
110 verbose parsed url   href: '1.1.7' }
111 verbose addNamed [ 'net-ping', '1.1.7' ]
112 verbose addNamed [ '1.1.7', '1.1.7' ]
113 silly lockFile e175bd26-net-ping-1-1-7 net-ping@1.1.7
114 verbose lock net-ping@1.1.7 /home/joakim/.npm/e175bd26-net-ping-1-1-7.lock
115 verbose cache add [ 'js-yaml@2.1.0', null ]
116 verbose cache add name=undefined spec="js-yaml@2.1.0" args=["js-yaml@2.1.0",null]
117 verbose parsed url { protocol: null,
117 verbose parsed url   slashes: null,
117 verbose parsed url   auth: null,
117 verbose parsed url   host: null,
117 verbose parsed url   port: null,
117 verbose parsed url   hostname: null,
117 verbose parsed url   hash: null,
117 verbose parsed url   search: null,
117 verbose parsed url   query: null,
117 verbose parsed url   pathname: 'js-yaml@2.1.0',
117 verbose parsed url   path: 'js-yaml@2.1.0',
117 verbose parsed url   href: 'js-yaml@2.1.0' }
118 verbose cache add name="js-yaml" spec="2.1.0" args=["js-yaml","2.1.0"]
119 verbose parsed url { protocol: null,
119 verbose parsed url   slashes: null,
119 verbose parsed url   auth: null,
119 verbose parsed url   host: null,
119 verbose parsed url   port: null,
119 verbose parsed url   hostname: null,
119 verbose parsed url   hash: null,
119 verbose parsed url   search: null,
119 verbose parsed url   query: null,
119 verbose parsed url   pathname: '2.1.0',
119 verbose parsed url   path: '2.1.0',
119 verbose parsed url   href: '2.1.0' }
120 verbose addNamed [ 'js-yaml', '2.1.0' ]
121 verbose addNamed [ '2.1.0', '2.1.0' ]
122 silly lockFile 271fe7eb-js-yaml-2-1-0 js-yaml@2.1.0
123 verbose lock js-yaml@2.1.0 /home/joakim/.npm/271fe7eb-js-yaml-2-1-0.lock
124 verbose cache add [ 'mocha@1.7.x', null ]
125 verbose cache add name=undefined spec="mocha@1.7.x" args=["mocha@1.7.x",null]
126 verbose parsed url { protocol: null,
126 verbose parsed url   slashes: null,
126 verbose parsed url   auth: null,
126 verbose parsed url   host: null,
126 verbose parsed url   port: null,
126 verbose parsed url   hostname: null,
126 verbose parsed url   hash: null,
126 verbose parsed url   search: null,
126 verbose parsed url   query: null,
126 verbose parsed url   pathname: 'mocha@1.7.x',
126 verbose parsed url   path: 'mocha@1.7.x',
126 verbose parsed url   href: 'mocha@1.7.x' }
127 verbose cache add name="mocha" spec="1.7.x" args=["mocha","1.7.x"]
128 verbose parsed url { protocol: null,
128 verbose parsed url   slashes: null,
128 verbose parsed url   auth: null,
128 verbose parsed url   host: null,
128 verbose parsed url   port: null,
128 verbose parsed url   hostname: null,
128 verbose parsed url   hash: null,
128 verbose parsed url   search: null,
128 verbose parsed url   query: null,
128 verbose parsed url   pathname: '1.7.x',
128 verbose parsed url   path: '1.7.x',
128 verbose parsed url   href: '1.7.x' }
129 verbose addNamed [ 'mocha', '1.7.x' ]
130 verbose addNamed [ null, '>=1.7.0-0 <1.8.0-0' ]
131 silly lockFile e6b4aad5-mocha-1-7-x mocha@1.7.x
132 verbose lock mocha@1.7.x /home/joakim/.npm/e6b4aad5-mocha-1-7-x.lock
133 silly lockFile e36cd612-config-0-4-32 config@0.4.32
134 verbose lock config@0.4.32 /home/joakim/.npm/e36cd612-config-0-4-32.lock
135 verbose cache add [ 'should@1.1.0', null ]
136 verbose cache add name=undefined spec="should@1.1.0" args=["should@1.1.0",null]
137 verbose parsed url { protocol: null,
137 verbose parsed url   slashes: null,
137 verbose parsed url   auth: null,
137 verbose parsed url   host: null,
137 verbose parsed url   port: null,
137 verbose parsed url   hostname: null,
137 verbose parsed url   hash: null,
137 verbose parsed url   search: null,
137 verbose parsed url   query: null,
137 verbose parsed url   pathname: 'should@1.1.0',
137 verbose parsed url   path: 'should@1.1.0',
137 verbose parsed url   href: 'should@1.1.0' }
138 verbose cache add name="should" spec="1.1.0" args=["should","1.1.0"]
139 verbose parsed url { protocol: null,
139 verbose parsed url   slashes: null,
139 verbose parsed url   auth: null,
139 verbose parsed url   host: null,
139 verbose parsed url   port: null,
139 verbose parsed url   hostname: null,
139 verbose parsed url   hash: null,
139 verbose parsed url   search: null,
139 verbose parsed url   query: null,
139 verbose parsed url   pathname: '1.1.0',
139 verbose parsed url   path: '1.1.0',
139 verbose parsed url   href: '1.1.0' }
140 verbose addNamed [ 'should', '1.1.0' ]
141 verbose addNamed [ '1.1.0', '1.1.0' ]
142 silly lockFile 733efbc5-should-1-1-0 should@1.1.0
143 verbose lock should@1.1.0 /home/joakim/.npm/733efbc5-should-1-1-0.lock
144 verbose cache add [ 'mongoose@3.6.7', null ]
145 verbose cache add name=undefined spec="mongoose@3.6.7" args=["mongoose@3.6.7",null]
146 verbose parsed url { protocol: null,
146 verbose parsed url   slashes: null,
146 verbose parsed url   auth: null,
146 verbose parsed url   host: null,
146 verbose parsed url   port: null,
146 verbose parsed url   hostname: null,
146 verbose parsed url   hash: null,
146 verbose parsed url   search: null,
146 verbose parsed url   query: null,
146 verbose parsed url   pathname: 'mongoose@3.6.7',
146 verbose parsed url   path: 'mongoose@3.6.7',
146 verbose parsed url   href: 'mongoose@3.6.7' }
147 verbose cache add name="mongoose" spec="3.6.7" args=["mongoose","3.6.7"]
148 verbose parsed url { protocol: null,
148 verbose parsed url   slashes: null,
148 verbose parsed url   auth: null,
148 verbose parsed url   host: null,
148 verbose parsed url   port: null,
148 verbose parsed url   hostname: null,
148 verbose parsed url   hash: null,
148 verbose parsed url   search: null,
148 verbose parsed url   query: null,
148 verbose parsed url   pathname: '3.6.7',
148 verbose parsed url   path: '3.6.7',
148 verbose parsed url   href: '3.6.7' }
149 verbose addNamed [ 'mongoose', '3.6.7' ]
150 verbose addNamed [ '3.6.7', '3.6.7' ]
151 silly lockFile 6644a7f3-mongoose-3-6-7 mongoose@3.6.7
152 verbose lock mongoose@3.6.7 /home/joakim/.npm/6644a7f3-mongoose-3-6-7.lock
153 silly addNameRange { name: 'mocha', range: '>=1.7.0-0 <1.8.0-0', hasData: false }
154 verbose url raw async/0.1.22
155 verbose url resolving [ 'https://registry.npmjs.org/', './async/0.1.22' ]
156 verbose url resolved https://registry.npmjs.org/async/0.1.22
157 info trying registry request attempt 1 at 20:20:20
158 http GET https://registry.npmjs.org/async/0.1.22
159 verbose url raw moment/2.1.0
160 verbose url resolving [ 'https://registry.npmjs.org/', './moment/2.1.0' ]
161 verbose url resolved https://registry.npmjs.org/moment/2.1.0
162 info trying registry request attempt 1 at 20:20:21
163 http GET https://registry.npmjs.org/moment/2.1.0
164 verbose url raw mongoose-lifecycle/1.0.0
165 verbose url resolving [ 'https://registry.npmjs.org/', './mongoose-lifecycle/1.0.0' ]
166 verbose url resolved https://registry.npmjs.org/mongoose-lifecycle/1.0.0
167 info trying registry request attempt 1 at 20:20:21
168 verbose etag "EVHH45AVJOKYSQ8MNLT52RH5F"
169 http GET https://registry.npmjs.org/mongoose-lifecycle/1.0.0
170 verbose url raw connect-flash/0.1.0
171 verbose url resolving [ 'https://registry.npmjs.org/', './connect-flash/0.1.0' ]
172 verbose url resolved https://registry.npmjs.org/connect-flash/0.1.0
173 info trying registry request attempt 1 at 20:20:21
174 verbose etag "1UU5KQDHYASHDXRC24P4O3FYC"
175 http GET https://registry.npmjs.org/connect-flash/0.1.0
176 verbose url raw express/3.2.0
177 verbose url resolving [ 'https://registry.npmjs.org/', './express/3.2.0' ]
178 verbose url resolved https://registry.npmjs.org/express/3.2.0
179 info trying registry request attempt 1 at 20:20:21
180 verbose etag "173DZ34SMD1HSWGI0N8WKBM83"
181 http GET https://registry.npmjs.org/express/3.2.0
182 verbose url raw express-partials/0.1.1
183 verbose url resolving [ 'https://registry.npmjs.org/', './express-partials/0.1.1' ]
184 verbose url resolved https://registry.npmjs.org/express-partials/0.1.1
185 info trying registry request attempt 1 at 20:20:21
186 verbose etag "9ACF90KWH09VCYS4CI0Z23EBR"
187 http GET https://registry.npmjs.org/express-partials/0.1.1
188 verbose url raw socket.io/0.9.14
189 verbose url resolving [ 'https://registry.npmjs.org/', './socket.io/0.9.14' ]
190 verbose url resolved https://registry.npmjs.org/socket.io/0.9.14
191 info trying registry request attempt 1 at 20:20:21
192 verbose etag "BGHC5LJG803DMQAM2OF9QLXSR"
193 http GET https://registry.npmjs.org/socket.io/0.9.14
194 verbose url raw semver/1.1.0
195 verbose url resolving [ 'https://registry.npmjs.org/', './semver/1.1.0' ]
196 verbose url resolved https://registry.npmjs.org/semver/1.1.0
197 info trying registry request attempt 1 at 20:20:21
198 verbose etag "73MJML2GGFR2KWW8VUEMK8P9I"
199 http GET https://registry.npmjs.org/semver/1.1.0
200 verbose url raw ejs/0.8.3
201 verbose url resolving [ 'https://registry.npmjs.org/', './ejs/0.8.3' ]
202 verbose url resolved https://registry.npmjs.org/ejs/0.8.3
203 info trying registry request attempt 1 at 20:20:21
204 verbose etag "8R1F0LQG57OWEZ242954ZXJKT"
205 http GET https://registry.npmjs.org/ejs/0.8.3
206 verbose url raw nodemailer/0.3.35
207 verbose url resolving [ 'https://registry.npmjs.org/', './nodemailer/0.3.35' ]
208 verbose url resolved https://registry.npmjs.org/nodemailer/0.3.35
209 info trying registry request attempt 1 at 20:20:21
210 verbose etag "5M88GROT3E40Q9LGMYZPIGZQR"
211 http GET https://registry.npmjs.org/nodemailer/0.3.35
212 verbose url raw net-ping/1.1.7
213 verbose url resolving [ 'https://registry.npmjs.org/', './net-ping/1.1.7' ]
214 verbose url resolved https://registry.npmjs.org/net-ping/1.1.7
215 info trying registry request attempt 1 at 20:20:21
216 verbose etag "B8XUKGUVJMXELX761YSDTJTHC"
217 http GET https://registry.npmjs.org/net-ping/1.1.7
218 verbose url raw js-yaml/2.1.0
219 verbose url resolving [ 'https://registry.npmjs.org/', './js-yaml/2.1.0' ]
220 verbose url resolved https://registry.npmjs.org/js-yaml/2.1.0
221 info trying registry request attempt 1 at 20:20:21
222 verbose etag "EU9XR9P4AZ1IL21PA8ZMNQWKK"
223 http GET https://registry.npmjs.org/js-yaml/2.1.0
224 verbose url raw mocha
225 verbose url resolving [ 'https://registry.npmjs.org/', './mocha' ]
226 verbose url resolved https://registry.npmjs.org/mocha
227 info trying registry request attempt 1 at 20:20:21
228 verbose etag "70YD12RUQRLF09CIC4NAS9QU9"
229 http GET https://registry.npmjs.org/mocha
230 verbose url raw config/0.4.32
231 verbose url resolving [ 'https://registry.npmjs.org/', './config/0.4.32' ]
232 verbose url resolved https://registry.npmjs.org/config/0.4.32
233 info trying registry request attempt 1 at 20:20:21
234 verbose etag "9UBG8QLRQ3XI5T8NN4Y42D6Y3"
235 http GET https://registry.npmjs.org/config/0.4.32
236 verbose url raw should/1.1.0
237 verbose url resolving [ 'https://registry.npmjs.org/', './should/1.1.0' ]
238 verbose url resolved https://registry.npmjs.org/should/1.1.0
239 info trying registry request attempt 1 at 20:20:21
240 verbose etag "AV4BAGL8M6NUKTRFLAQRDEBQI"
241 http GET https://registry.npmjs.org/should/1.1.0
242 verbose url raw mongoose/3.6.7
243 verbose url resolving [ 'https://registry.npmjs.org/', './mongoose/3.6.7' ]
244 verbose url resolved https://registry.npmjs.org/mongoose/3.6.7
245 info trying registry request attempt 1 at 20:20:21
246 verbose etag "1BIHI1CW8AFUPHEBI5LMY9THX"
247 http GET https://registry.npmjs.org/mongoose/3.6.7
248 info retry will retry, error on last attempt: Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE
249 info retry will retry, error on last attempt: Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE
250 info retry will retry, error on last attempt: Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE
251 info retry will retry, error on last attempt: Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE
252 info retry will retry, error on last attempt: Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE
253 http 304 https://registry.npmjs.org/ejs/0.8.3
254 silly registry.get cb [ 304,
254 silly registry.get   { date: 'Thu, 10 Apr 2014 20:20:21 GMT',
254 silly registry.get     server: 'Apache',
254 silly registry.get     via: '1.1 varnish',
254 silly registry.get     'last-modified': 'Thu, 10 Apr 2014 20:20:21 GMT',
254 silly registry.get     'cache-control': 'max-age=1',
254 silly registry.get     etag: '"8R1F0LQG57OWEZ242954ZXJKT"',
254 silly registry.get     'x-served-by': 'cache-am70-AMS',
254 silly registry.get     'x-cache': 'MISS',
254 silly registry.get     'x-cache-hits': '0',
254 silly registry.get     'x-timer': 'S1397161221.232686758,VS0,VE90',
254 silly registry.get     vary: 'Accept',
254 silly registry.get     'content-length': '0',
254 silly registry.get     'keep-alive': 'timeout=10, max=50',
254 silly registry.get     connection: 'Keep-Alive' } ]
255 verbose etag ejs/0.8.3 from cache
256 silly lockFile 63abddb0-ejs-0-8-3 ejs@0.8.3
257 silly lockFile 63abddb0-ejs-0-8-3 ejs@0.8.3
258 http 304 https://registry.npmjs.org/nodemailer/0.3.35
259 silly registry.get cb [ 304,
259 silly registry.get   { date: 'Thu, 10 Apr 2014 20:20:21 GMT',
259 silly registry.get     server: 'Apache',
259 silly registry.get     via: '1.1 varnish',
259 silly registry.get     'last-modified': 'Thu, 10 Apr 2014 20:20:21 GMT',
259 silly registry.get     'cache-control': 'max-age=1',
259 silly registry.get     etag: '"5M88GROT3E40Q9LGMYZPIGZQR"',
259 silly registry.get     'x-served-by': 'cache-lcy1134-LCY',
259 silly registry.get     'x-cache': 'MISS',
259 silly registry.get     'x-cache-hits': '0',
259 silly registry.get     'x-timer': 'S1397161221.262994528,VS0,VE180',
259 silly registry.get     vary: 'Accept',
259 silly registry.get     'content-length': '0',
259 silly registry.get     'keep-alive': 'timeout=10, max=50',
259 silly registry.get     connection: 'Keep-Alive' } ]
260 verbose etag nodemailer/0.3.35 from cache
261 silly lockFile 9e4468ed-nodemailer-0-3-35 nodemailer@0.3.35
262 silly lockFile 9e4468ed-nodemailer-0-3-35 nodemailer@0.3.35
263 http 304 https://registry.npmjs.org/net-ping/1.1.7
264 silly registry.get cb [ 304,
264 silly registry.get   { date: 'Thu, 10 Apr 2014 20:20:21 GMT',
264 silly registry.get     server: 'Apache',
264 silly registry.get     via: '1.1 varnish',
264 silly registry.get     'last-modified': 'Thu, 10 Apr 2014 20:20:21 GMT',
264 silly registry.get     'cache-control': 'max-age=1',
264 silly registry.get     etag: '"B8XUKGUVJMXELX761YSDTJTHC"',
264 silly registry.get     'x-served-by': 'cache-am70-AMS',
264 silly registry.get     'x-cache': 'MISS',
264 silly registry.get     'x-cache-hits': '0',
264 silly registry.get     'x-timer': 'S1397161221.344736099,VS0,VE193',
264 silly registry.get     vary: 'Accept',
264 silly registry.get     'content-length': '0',
264 silly registry.get     'keep-alive': 'timeout=10, max=49',
264 silly registry.get     connection: 'Keep-Alive' } ]
265 verbose etag net-ping/1.1.7 from cache
266 silly lockFile 1ccc0bdb--org-net-ping-net-ping-1-1-7-tgz https://registry.npmjs.org/net-ping/-/net-ping-1.1.7.tgz
267 verbose lock https://registry.npmjs.org/net-ping/-/net-ping-1.1.7.tgz /home/joakim/.npm/1ccc0bdb--org-net-ping-net-ping-1-1-7-tgz.lock
268 verbose addRemoteTarball [ 'https://registry.npmjs.org/net-ping/-/net-ping-1.1.7.tgz',
268 verbose addRemoteTarball   '49f5bca55a30a3726d69253557f231135a637075' ]
269 info retry fetch attempt 1 at 20:20:21
270 verbose fetch to= /home/joakim/tmp/npm-2432-5iwXHgzC/1397161221588-0.0490321540273726/tmp.tgz
271 http GET https://registry.npmjs.org/net-ping/-/net-ping-1.1.7.tgz
272 http 304 https://registry.npmjs.org/js-yaml/2.1.0
273 silly registry.get cb [ 304,
273 silly registry.get   { date: 'Thu, 10 Apr 2014 20:20:21 GMT',
273 silly registry.get     server: 'Apache',
273 silly registry.get     via: '1.1 varnish',
273 silly registry.get     'last-modified': 'Thu, 10 Apr 2014 20:20:21 GMT',
273 silly registry.get     'cache-control': 'max-age=1',
273 silly registry.get     etag: '"EU9XR9P4AZ1IL21PA8ZMNQWKK"',
273 silly registry.get     'x-served-by': 'cache-lcy1134-LCY',
273 silly registry.get     'x-cache': 'MISS',
273 silly registry.get     'x-cache-hits': '0',
273 silly registry.get     'x-timer': 'S1397161221.457450390,VS0,VE93',
273 silly registry.get     vary: 'Accept',
273 silly registry.get     'content-length': '0',
273 silly registry.get     'keep-alive': 'timeout=10, max=49',
273 silly registry.get     connection: 'Keep-Alive' } ]
274 verbose etag js-yaml/2.1.0 from cache
275 silly lockFile 271fe7eb-js-yaml-2-1-0 js-yaml@2.1.0
276 silly lockFile 271fe7eb-js-yaml-2-1-0 js-yaml@2.1.0
277 error fetch failed https://registry.npmjs.org/net-ping/-/net-ping-1.1.7.tgz
278 info retry will retry, error on last attempt: Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE
279 http 304 https://registry.npmjs.org/mocha
280 silly registry.get cb [ 304,
280 silly registry.get   { date: 'Thu, 10 Apr 2014 20:20:21 GMT',
280 silly registry.get     server: 'Apache',
280 silly registry.get     via: '1.1 varnish',
280 silly registry.get     'last-modified': 'Thu, 10 Apr 2014 20:20:21 GMT',
280 silly registry.get     'cache-control': 'max-age=1',
280 silly registry.get     etag: '"70YD12RUQRLF09CIC4NAS9QU9"',
280 silly registry.get     'x-served-by': 'cache-am70-AMS',
280 silly registry.get     'x-cache': 'MISS',
280 silly registry.get     'x-cache-hits': '0',
280 silly registry.get     'x-timer': 'S1397161221.557681322,VS0,VE202',
280 silly registry.get     vary: 'Accept',
280 silly registry.get     'content-length': '0',
280 silly registry.get     'keep-alive': 'timeout=10, max=48',
280 silly registry.get     connection: 'Keep-Alive' } ]
281 verbose etag mocha from cache
282 http 304 https://registry.npmjs.org/config/0.4.32
283 silly registry.get cb [ 304,
283 silly registry.get   { date: 'Thu, 10 Apr 2014 20:20:21 GMT',
283 silly registry.get     server: 'Apache',
283 silly registry.get     via: '1.1 varnish',
283 silly registry.get     'last-modified': 'Thu, 10 Apr 2014 20:20:21 GMT',
283 silly registry.get     'cache-control': 'max-age=1',
283 silly registry.get     etag: '"9UBG8QLRQ3XI5T8NN4Y42D6Y3"',
283 silly registry.get     'x-served-by': 'cache-lcy1134-LCY',
283 silly registry.get     'x-cache': 'MISS',
283 silly registry.get     'x-cache-hits': '0',
283 silly registry.get     'x-timer': 'S1397161221.572675467,VS0,VE207',
283 silly registry.get     vary: 'Accept',
283 silly registry.get     'content-length': '0',
283 silly registry.get     'keep-alive': 'timeout=10, max=48',
283 silly registry.get     connection: 'Keep-Alive' } ]
284 verbose etag config/0.4.32 from cache
285 silly addNameRange number 2 { name: 'mocha', range: '>=1.7.0-0 <1.8.0-0', hasData: true }
286 silly addNameRange versions [ 'mocha',
286 silly addNameRange   [ '0.0.1-alpha1',
286 silly addNameRange     '0.0.1-alpha2',
286 silly addNameRange     '0.0.1-alpha3',
286 silly addNameRange     '0.0.1-alpha4',
286 silly addNameRange     '0.0.1-alpha5',
286 silly addNameRange     '0.0.1-alpha6',
286 silly addNameRange     '0.0.1',
286 silly addNameRange     '0.0.2',
286 silly addNameRange     '0.0.3',
286 silly addNameRange     '0.0.4',
286 silly addNameRange     '0.0.5',
286 silly addNameRange     '0.0.6',
286 silly addNameRange     '0.0.7',
286 silly addNameRange     '0.0.8',
286 silly addNameRange     '0.1.0',
286 silly addNameRange     '0.2.0',
286 silly addNameRange     '0.3.0',
286 silly addNameRange     '0.3.1',
286 silly addNameRange     '0.3.2',
286 silly addNameRange     '0.3.3',
286 silly addNameRange     '0.3.4',
286 silly addNameRange     '0.3.6',
286 silly addNameRange     '0.4.0',
286 silly addNameRange     '0.5.0',
286 silly addNameRange     '0.6.0',
286 silly addNameRange     '0.7.0',
286 silly addNameRange     '0.7.1',
286 silly addNameRange     '0.8.0',
286 silly addNameRange     '0.8.1',
286 silly addNameRange     '0.9.0',
286 silly addNameRange     '0.10.0',
286 silly addNameRange     '0.10.1',
286 silly addNameRange     '0.10.2',
286 silly addNameRange     '0.11.0',
286 silly addNameRange     '0.12.0',
286 silly addNameRange     '0.12.1',
286 silly addNameRange     '0.13.0',
286 silly addNameRange     '0.14.0',
286 silly addNameRange     '0.14.1',
286 silly addNameRange     '1.0.0',
286 silly addNameRange     '1.0.1',
286 silly addNameRange     '1.0.2',
286 silly addNameRange     '1.0.3',
286 silly addNameRange     '1.1.0',
286 silly addNameRange     '1.2.0',
286 silly addNameRange     '1.2.1',
286 silly addNameRange     '1.2.2',
286 silly addNameRange     '1.3.0',
286 silly addNameRange     '1.3.1',
286 silly addNameRange     '1.3.2',
286 silly addNameRange     '1.4.0',
286 silly addNameRange     '1.4.1',
286 silly addNameRange     '1.4.2',
286 silly addNameRange     '1.4.3',
286 silly addNameRange     '1.5.0',
286 silly addNameRange     '1.6.0',
286 silly addNameRange     '1.7.0',
286 silly addNameRange     '1.7.1',
286 silly addNameRange     '1.7.2',
286 silly addNameRange     '1.7.3',
286 silly addNameRange     '1.7.4',
286 silly addNameRange     '1.8.0',
286 silly addNameRange     '1.8.1',
286 silly addNameRange     '1.8.2',
286 silly addNameRange     '1.9.0',
286 silly addNameRange     '1.10.0',
286 silly addNameRange     '1.11.0',
286 silly addNameRange     '1.12.0',
286 silly addNameRange     '1.12.1',
286 silly addNameRange     '1.13.0',
286 silly addNameRange     '1.14.0',
286 silly addNameRange     '1.15.0',
286 silly addNameRange     '1.15.1',
286 silly addNameRange     '1.16.0',
286 silly addNameRange     '1.16.1',
286 silly addNameRange     '1.16.2',
286 silly addNameRange     '1.17.0',
286 silly addNameRange     '1.17.1',
286 silly addNameRange     '1.18.0',
286 silly addNameRange     '1.18.1',
286 silly addNameRange     '1.18.2' ] ]
287 verbose addNamed [ 'mocha', '1.7.4' ]
288 verbose addNamed [ '1.7.4', '1.7.4' ]
289 silly lockFile ade45221-mocha-1-7-4 mocha@1.7.4
290 verbose lock mocha@1.7.4 /home/joakim/.npm/ade45221-mocha-1-7-4.lock
291 silly lockFile ade45221-mocha-1-7-4 mocha@1.7.4
292 silly lockFile ade45221-mocha-1-7-4 mocha@1.7.4
293 silly lockFile e6b4aad5-mocha-1-7-x mocha@1.7.x
294 silly lockFile e6b4aad5-mocha-1-7-x mocha@1.7.x
295 silly lockFile e36cd612-config-0-4-32 config@0.4.32
296 silly lockFile e36cd612-config-0-4-32 config@0.4.32
297 http 304 https://registry.npmjs.org/mongoose/3.6.7
298 silly registry.get cb [ 304,
298 silly registry.get   { date: 'Thu, 10 Apr 2014 20:20:21 GMT',
298 silly registry.get     server: 'Apache',
298 silly registry.get     via: '1.1 varnish',
298 silly registry.get     'last-modified': 'Thu, 10 Apr 2014 20:20:21 GMT',
298 silly registry.get     'cache-control': 'max-age=1',
298 silly registry.get     etag: '"1BIHI1CW8AFUPHEBI5LMY9THX"',
298 silly registry.get     'x-served-by': 'cache-lcy1134-LCY',
298 silly registry.get     'x-cache': 'MISS',
298 silly registry.get     'x-cache-hits': '0',
298 silly registry.get     'x-timer': 'S1397161221.795940638,VS0,VE76',
298 silly registry.get     vary: 'Accept',
298 silly registry.get     'content-length': '0',
298 silly registry.get     'keep-alive': 'timeout=10, max=47',
298 silly registry.get     connection: 'Keep-Alive' } ]
299 verbose etag mongoose/3.6.7 from cache
300 silly lockFile 6644a7f3-mongoose-3-6-7 mongoose@3.6.7
301 silly lockFile 6644a7f3-mongoose-3-6-7 mongoose@3.6.7
302 http 304 https://registry.npmjs.org/should/1.1.0
303 silly registry.get cb [ 304,
303 silly registry.get   { date: 'Thu, 10 Apr 2014 20:20:21 GMT',
303 silly registry.get     server: 'Apache',
303 silly registry.get     via: '1.1 varnish',
303 silly registry.get     'last-modified': 'Thu, 10 Apr 2014 20:20:22 GMT',
303 silly registry.get     'cache-control': 'max-age=1',
303 silly registry.get     etag: '"AV4BAGL8M6NUKTRFLAQRDEBQI"',
303 silly registry.get     'x-served-by': 'cache-am70-AMS',
303 silly registry.get     'x-cache': 'MISS',
303 silly registry.get     'x-cache-hits': '0',
303 silly registry.get     'x-timer': 'S1397161221.777356148,VS0,VE233',
303 silly registry.get     vary: 'Accept',
303 silly registry.get     'content-length': '0',
303 silly registry.get     'keep-alive': 'timeout=10, max=47',
303 silly registry.get     connection: 'Keep-Alive' } ]
304 verbose etag should/1.1.0 from cache
305 silly lockFile 2d2dac40-pmjs-org-should-should-1-1-0-tgz https://registry.npmjs.org/should/-/should-1.1.0.tgz
306 verbose lock https://registry.npmjs.org/should/-/should-1.1.0.tgz /home/joakim/.npm/2d2dac40-pmjs-org-should-should-1-1-0-tgz.lock
307 verbose addRemoteTarball [ 'https://registry.npmjs.org/should/-/should-1.1.0.tgz',
307 verbose addRemoteTarball   '9409922669d5e0624758507692fd16a8f304b34c' ]
308 info retry fetch attempt 1 at 20:20:22
309 verbose fetch to= /home/joakim/tmp/npm-2432-5iwXHgzC/1397161222060-0.2452713856473565/tmp.tgz
310 http GET https://registry.npmjs.org/should/-/should-1.1.0.tgz
311 http 200 https://registry.npmjs.org/should/-/should-1.1.0.tgz
312 verbose tar unpack /home/joakim/tmp/npm-2432-5iwXHgzC/1397161222060-0.2452713856473565/tmp.tgz
313 silly lockFile fe7efec5-22060-0-2452713856473565-package tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161222060-0.2452713856473565/package
314 verbose lock tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161222060-0.2452713856473565/package /home/joakim/.npm/fe7efec5-22060-0-2452713856473565-package.lock
315 silly lockFile b05fdc86-22060-0-2452713856473565-tmp-tgz tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161222060-0.2452713856473565/tmp.tgz
316 verbose lock tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161222060-0.2452713856473565/tmp.tgz /home/joakim/.npm/b05fdc86-22060-0-2452713856473565-tmp-tgz.lock
317 silly gunzTarPerm modes [ '755', '644' ]
318 silly gunzTarPerm extractEntry package.json
319 silly gunzTarPerm extractEntry .npmignore
320 silly gunzTarPerm extractEntry index.js
321 silly gunzTarPerm extractEntry .gitmodules
322 silly gunzTarPerm extractEntry examples/runner.js
323 silly gunzTarPerm extractEntry History.md
324 silly gunzTarPerm extractEntry lib/eql.js
325 silly gunzTarPerm extractEntry lib/should.js
326 silly gunzTarPerm extractEntry Makefile
327 silly gunzTarPerm extractEntry Readme.md
328 silly gunzTarPerm extractEntry test/exist.test.js
329 silly gunzTarPerm extractEntry test/should.test.js
330 silly lockFile fe7efec5-22060-0-2452713856473565-package tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161222060-0.2452713856473565/package
331 silly lockFile fe7efec5-22060-0-2452713856473565-package tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161222060-0.2452713856473565/package
332 silly lockFile b05fdc86-22060-0-2452713856473565-tmp-tgz tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161222060-0.2452713856473565/tmp.tgz
333 silly lockFile b05fdc86-22060-0-2452713856473565-tmp-tgz tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161222060-0.2452713856473565/tmp.tgz
334 verbose tar pack [ '/home/joakim/.npm/should/1.1.0/package.tgz',
334 verbose tar pack   '/home/joakim/tmp/npm-2432-5iwXHgzC/1397161222060-0.2452713856473565/package' ]
335 verbose tarball /home/joakim/.npm/should/1.1.0/package.tgz
336 verbose folder /home/joakim/tmp/npm-2432-5iwXHgzC/1397161222060-0.2452713856473565/package
337 silly lockFile fe7efec5-22060-0-2452713856473565-package tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161222060-0.2452713856473565/package
338 verbose lock tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161222060-0.2452713856473565/package /home/joakim/.npm/fe7efec5-22060-0-2452713856473565-package.lock
339 silly lockFile 610abc94-kim-npm-should-1-1-0-package-tgz tar:///home/joakim/.npm/should/1.1.0/package.tgz
340 verbose lock tar:///home/joakim/.npm/should/1.1.0/package.tgz /home/joakim/.npm/610abc94-kim-npm-should-1-1-0-package-tgz.lock
341 silly lockFile fe7efec5-22060-0-2452713856473565-package tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161222060-0.2452713856473565/package
342 silly lockFile fe7efec5-22060-0-2452713856473565-package tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161222060-0.2452713856473565/package
343 silly lockFile 610abc94-kim-npm-should-1-1-0-package-tgz tar:///home/joakim/.npm/should/1.1.0/package.tgz
344 silly lockFile 610abc94-kim-npm-should-1-1-0-package-tgz tar:///home/joakim/.npm/should/1.1.0/package.tgz
345 silly lockFile 94ba7a8c--joakim-npm-should-1-1-0-package /home/joakim/.npm/should/1.1.0/package
346 verbose lock /home/joakim/.npm/should/1.1.0/package /home/joakim/.npm/94ba7a8c--joakim-npm-should-1-1-0-package.lock
347 silly lockFile 94ba7a8c--joakim-npm-should-1-1-0-package /home/joakim/.npm/should/1.1.0/package
348 silly lockFile 94ba7a8c--joakim-npm-should-1-1-0-package /home/joakim/.npm/should/1.1.0/package
349 verbose tar unpack /home/joakim/.npm/should/1.1.0/package.tgz
350 silly lockFile 11691c3a--joakim-npm-should-1-1-0-package tar:///home/joakim/.npm/should/1.1.0/package
351 verbose lock tar:///home/joakim/.npm/should/1.1.0/package /home/joakim/.npm/11691c3a--joakim-npm-should-1-1-0-package.lock
352 silly lockFile 610abc94-kim-npm-should-1-1-0-package-tgz tar:///home/joakim/.npm/should/1.1.0/package.tgz
353 verbose lock tar:///home/joakim/.npm/should/1.1.0/package.tgz /home/joakim/.npm/610abc94-kim-npm-should-1-1-0-package-tgz.lock
354 silly gunzTarPerm modes [ '755', '644' ]
355 silly gunzTarPerm extractEntry package.json
356 silly gunzTarPerm extractEntry .npmignore
357 silly gunzTarPerm extractEntry index.js
358 silly gunzTarPerm extractEntry .gitmodules
359 silly gunzTarPerm extractEntry History.md
360 silly gunzTarPerm extractEntry Makefile
361 silly gunzTarPerm extractEntry Readme.md
362 silly gunzTarPerm extractEntry examples/runner.js
363 silly gunzTarPerm extractEntry lib/eql.js
364 silly gunzTarPerm extractEntry lib/should.js
365 silly gunzTarPerm extractEntry test/exist.test.js
366 silly gunzTarPerm extractEntry test/should.test.js
367 silly lockFile 11691c3a--joakim-npm-should-1-1-0-package tar:///home/joakim/.npm/should/1.1.0/package
368 silly lockFile 11691c3a--joakim-npm-should-1-1-0-package tar:///home/joakim/.npm/should/1.1.0/package
369 silly lockFile 610abc94-kim-npm-should-1-1-0-package-tgz tar:///home/joakim/.npm/should/1.1.0/package.tgz
370 silly lockFile 610abc94-kim-npm-should-1-1-0-package-tgz tar:///home/joakim/.npm/should/1.1.0/package.tgz
371 verbose chmod /home/joakim/.npm/should/1.1.0/package.tgz 644
372 verbose chown /home/joakim/.npm/should/1.1.0/package.tgz [ 1001, 1001 ]
373 silly lockFile 2d2dac40-pmjs-org-should-should-1-1-0-tgz https://registry.npmjs.org/should/-/should-1.1.0.tgz
374 silly lockFile 2d2dac40-pmjs-org-should-should-1-1-0-tgz https://registry.npmjs.org/should/-/should-1.1.0.tgz
375 silly lockFile 733efbc5-should-1-1-0 should@1.1.0
376 silly lockFile 733efbc5-should-1-1-0 should@1.1.0
377 http 304 https://registry.npmjs.org/connect-flash/0.1.0
378 silly registry.get cb [ 304,
378 silly registry.get   { date: 'Thu, 10 Apr 2014 20:20:26 GMT',
378 silly registry.get     server: 'Apache',
378 silly registry.get     via: '1.1 varnish',
378 silly registry.get     'last-modified': 'Thu, 10 Apr 2014 20:20:26 GMT',
378 silly registry.get     'cache-control': 'max-age=1',
378 silly registry.get     etag: '"1UU5KQDHYASHDXRC24P4O3FYC"',
378 silly registry.get     'x-served-by': 'cache-lcy1134-LCY',
378 silly registry.get     'x-cache': 'MISS',
378 silly registry.get     'x-cache-hits': '0',
378 silly registry.get     'x-timer': 'S1397161226.103163481,VS0,VE171',
378 silly registry.get     vary: 'Accept',
378 silly registry.get     'content-length': '0',
378 silly registry.get     'keep-alive': 'timeout=10, max=50',
378 silly registry.get     connection: 'Keep-Alive' } ]
379 verbose etag connect-flash/0.1.0 from cache
380 silly lockFile c903b246-connect-flash-0-1-0 connect-flash@0.1.0
381 silly lockFile c903b246-connect-flash-0-1-0 connect-flash@0.1.0
382 http 304 https://registry.npmjs.org/express/3.2.0
383 silly registry.get cb [ 304,
383 silly registry.get   { date: 'Thu, 10 Apr 2014 20:20:26 GMT',
383 silly registry.get     server: 'Apache',
383 silly registry.get     via: '1.1 varnish',
383 silly registry.get     'last-modified': 'Thu, 10 Apr 2014 20:20:26 GMT',
383 silly registry.get     'cache-control': 'max-age=1',
383 silly registry.get     etag: '"173DZ34SMD1HSWGI0N8WKBM83"',
383 silly registry.get     'x-served-by': 'cache-am70-AMS',
383 silly registry.get     'x-cache': 'MISS',
383 silly registry.get     'x-cache-hits': '0',
383 silly registry.get     'x-timer': 'S1397161226.112008333,VS0,VE219',
383 silly registry.get     vary: 'Accept',
383 silly registry.get     'content-length': '0',
383 silly registry.get     'keep-alive': 'timeout=10, max=50',
383 silly registry.get     connection: 'Keep-Alive' } ]
384 verbose etag express/3.2.0 from cache
385 silly lockFile 043db733-express-3-2-0 express@3.2.0
386 silly lockFile 043db733-express-3-2-0 express@3.2.0
387 info trying registry request attempt 2 at 20:20:31
388 http GET https://registry.npmjs.org/async/0.1.22
389 info trying registry request attempt 2 at 20:20:31
390 http GET https://registry.npmjs.org/moment/2.1.0
391 info retry will retry, error on last attempt: Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE
392 info trying registry request attempt 2 at 20:20:31
393 verbose etag "9ACF90KWH09VCYS4CI0Z23EBR"
394 http GET https://registry.npmjs.org/express-partials/0.1.1
395 info trying registry request attempt 2 at 20:20:31
396 verbose etag "BGHC5LJG803DMQAM2OF9QLXSR"
397 http GET https://registry.npmjs.org/socket.io/0.9.14
398 info retry will retry, error on last attempt: Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE
399 http 304 https://registry.npmjs.org/mongoose-lifecycle/1.0.0
400 silly registry.get cb [ 304,
400 silly registry.get   { date: 'Thu, 10 Apr 2014 20:20:31 GMT',
400 silly registry.get     server: 'Apache',
400 silly registry.get     via: '1.1 varnish',
400 silly registry.get     'last-modified': 'Thu, 10 Apr 2014 20:20:31 GMT',
400 silly registry.get     'cache-control': 'max-age=1',
400 silly registry.get     etag: '"EVHH45AVJOKYSQ8MNLT52RH5F"',
400 silly registry.get     'x-served-by': 'cache-lcy1127-LCY',
400 silly registry.get     'x-cache': 'MISS',
400 silly registry.get     'x-cache-hits': '0',
400 silly registry.get     'x-timer': 'S1397161231.087763309,VS0,VE88',
400 silly registry.get     vary: 'Accept',
400 silly registry.get     'content-length': '0',
400 silly registry.get     'keep-alive': 'timeout=10, max=50',
400 silly registry.get     connection: 'Keep-Alive' } ]
401 verbose etag mongoose-lifecycle/1.0.0 from cache
402 silly lockFile 0063d813-mongoose-lifecycle-1-0-0 mongoose-lifecycle@1.0.0
403 silly lockFile 0063d813-mongoose-lifecycle-1-0-0 mongoose-lifecycle@1.0.0
404 info trying registry request attempt 2 at 20:20:31
405 verbose etag "73MJML2GGFR2KWW8VUEMK8P9I"
406 http GET https://registry.npmjs.org/semver/1.1.0
407 http 304 https://registry.npmjs.org/express-partials/0.1.1
408 silly registry.get cb [ 304,
408 silly registry.get   { date: 'Thu, 10 Apr 2014 20:20:31 GMT',
408 silly registry.get     server: 'Apache',
408 silly registry.get     via: '1.1 varnish',
408 silly registry.get     'last-modified': 'Thu, 10 Apr 2014 20:20:31 GMT',
408 silly registry.get     'cache-control': 'max-age=1',
408 silly registry.get     etag: '"9ACF90KWH09VCYS4CI0Z23EBR"',
408 silly registry.get     'x-served-by': 'cache-am70-AMS',
408 silly registry.get     'x-cache': 'MISS',
408 silly registry.get     'x-cache-hits': '0',
408 silly registry.get     'x-timer': 'S1397161231.264517307,VS0,VE128',
408 silly registry.get     vary: 'Accept',
408 silly registry.get     'content-length': '0',
408 silly registry.get     'keep-alive': 'timeout=10, max=50',
408 silly registry.get     connection: 'Keep-Alive' } ]
409 verbose etag express-partials/0.1.1 from cache
410 silly lockFile ab291bcc-express-partials-0-1-1 express-partials@0.1.1
411 silly lockFile ab291bcc-express-partials-0-1-1 express-partials@0.1.1
412 http 304 https://registry.npmjs.org/socket.io/0.9.14
413 silly registry.get cb [ 304,
413 silly registry.get   { date: 'Thu, 10 Apr 2014 20:20:31 GMT',
413 silly registry.get     server: 'Apache',
413 silly registry.get     via: '1.1 varnish',
413 silly registry.get     'last-modified': 'Thu, 10 Apr 2014 20:20:31 GMT',
413 silly registry.get     'cache-control': 'max-age=1',
413 silly registry.get     etag: '"BGHC5LJG803DMQAM2OF9QLXSR"',
413 silly registry.get     'x-served-by': 'cache-am70-AMS',
413 silly registry.get     'x-cache': 'MISS',
413 silly registry.get     'x-cache-hits': '0',
413 silly registry.get     'x-timer': 'S1397161231.253211021,VS0,VE180',
413 silly registry.get     vary: 'Accept',
413 silly registry.get     'content-length': '0',
413 silly registry.get     'keep-alive': 'timeout=10, max=50',
413 silly registry.get     connection: 'Keep-Alive' } ]
414 verbose etag socket.io/0.9.14 from cache
415 silly lockFile 937091a8-socket-io-0-9-14 socket.io@0.9.14
416 silly lockFile 937091a8-socket-io-0-9-14 socket.io@0.9.14
417 http 304 https://registry.npmjs.org/semver/1.1.0
418 silly registry.get cb [ 304,
418 silly registry.get   { date: 'Thu, 10 Apr 2014 20:20:31 GMT',
418 silly registry.get     server: 'Apache',
418 silly registry.get     via: '1.1 varnish',
418 silly registry.get     'last-modified': 'Thu, 10 Apr 2014 20:20:31 GMT',
418 silly registry.get     'cache-control': 'max-age=1',
418 silly registry.get     etag: '"73MJML2GGFR2KWW8VUEMK8P9I"',
418 silly registry.get     'x-served-by': 'cache-am70-AMS',
418 silly registry.get     'x-cache': 'MISS',
418 silly registry.get     'x-cache-hits': '0',
418 silly registry.get     'x-timer': 'S1397161231.292509079,VS0,VE189',
418 silly registry.get     vary: 'Accept',
418 silly registry.get     'content-length': '0',
418 silly registry.get     'keep-alive': 'timeout=10, max=50',
418 silly registry.get     connection: 'Keep-Alive' } ]
419 verbose etag semver/1.1.0 from cache
420 silly lockFile 740aca99-semver-1-1-0 semver@1.1.0
421 silly lockFile 740aca99-semver-1-1-0 semver@1.1.0
422 info retry fetch attempt 2 at 20:20:31
423 verbose fetch to= /home/joakim/tmp/npm-2432-5iwXHgzC/1397161221588-0.0490321540273726/tmp.tgz
424 http GET https://registry.npmjs.org/net-ping/-/net-ping-1.1.7.tgz
425 http 200 https://registry.npmjs.org/net-ping/-/net-ping-1.1.7.tgz
426 verbose tar unpack /home/joakim/tmp/npm-2432-5iwXHgzC/1397161221588-0.0490321540273726/tmp.tgz
427 silly lockFile 82f3d89b-21588-0-0490321540273726-package tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161221588-0.0490321540273726/package
428 verbose lock tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161221588-0.0490321540273726/package /home/joakim/.npm/82f3d89b-21588-0-0490321540273726-package.lock
429 silly lockFile 88c5dd65-21588-0-0490321540273726-tmp-tgz tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161221588-0.0490321540273726/tmp.tgz
430 verbose lock tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161221588-0.0490321540273726/tmp.tgz /home/joakim/.npm/88c5dd65-21588-0-0490321540273726-tmp-tgz.lock
431 silly gunzTarPerm modes [ '755', '644' ]
432 silly gunzTarPerm extractEntry package.json
433 silly gunzTarPerm extractEntry README.md
434 silly gunzTarPerm extractEntry index.js
435 silly gunzTarPerm extractEntry .hgignore
436 silly gunzTarPerm extractEntry .hgtags
437 silly gunzTarPerm extractEntry example/ping-packet-size.js
438 silly gunzTarPerm extractEntry example/ping-response-time.js
439 silly gunzTarPerm extractEntry example/ping-ttl.js
440 silly gunzTarPerm extractEntry example/ping.js
441 silly gunzTarPerm extractEntry example/ping6-ttl.js
442 silly gunzTarPerm extractEntry example/ping6.js
443 silly gunzTarPerm extractEntry example/trace-route.js
444 silly lockFile 82f3d89b-21588-0-0490321540273726-package tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161221588-0.0490321540273726/package
445 silly lockFile 82f3d89b-21588-0-0490321540273726-package tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161221588-0.0490321540273726/package
446 silly lockFile 88c5dd65-21588-0-0490321540273726-tmp-tgz tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161221588-0.0490321540273726/tmp.tgz
447 silly lockFile 88c5dd65-21588-0-0490321540273726-tmp-tgz tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161221588-0.0490321540273726/tmp.tgz
448 verbose tar pack [ '/home/joakim/.npm/net-ping/1.1.7/package.tgz',
448 verbose tar pack   '/home/joakim/tmp/npm-2432-5iwXHgzC/1397161221588-0.0490321540273726/package' ]
449 verbose tarball /home/joakim/.npm/net-ping/1.1.7/package.tgz
450 verbose folder /home/joakim/tmp/npm-2432-5iwXHgzC/1397161221588-0.0490321540273726/package
451 silly lockFile 82f3d89b-21588-0-0490321540273726-package tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161221588-0.0490321540273726/package
452 verbose lock tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161221588-0.0490321540273726/package /home/joakim/.npm/82f3d89b-21588-0-0490321540273726-package.lock
453 silly lockFile 1b085384-m-npm-net-ping-1-1-7-package-tgz tar:///home/joakim/.npm/net-ping/1.1.7/package.tgz
454 verbose lock tar:///home/joakim/.npm/net-ping/1.1.7/package.tgz /home/joakim/.npm/1b085384-m-npm-net-ping-1-1-7-package-tgz.lock
455 silly lockFile 82f3d89b-21588-0-0490321540273726-package tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161221588-0.0490321540273726/package
456 silly lockFile 82f3d89b-21588-0-0490321540273726-package tar:///home/joakim/tmp/npm-2432-5iwXHgzC/1397161221588-0.0490321540273726/package
457 silly lockFile 1b085384-m-npm-net-ping-1-1-7-package-tgz tar:///home/joakim/.npm/net-ping/1.1.7/package.tgz
458 silly lockFile 1b085384-m-npm-net-ping-1-1-7-package-tgz tar:///home/joakim/.npm/net-ping/1.1.7/package.tgz
459 silly lockFile f2da1be5-oakim-npm-net-ping-1-1-7-package /home/joakim/.npm/net-ping/1.1.7/package
460 verbose lock /home/joakim/.npm/net-ping/1.1.7/package /home/joakim/.npm/f2da1be5-oakim-npm-net-ping-1-1-7-package.lock
461 silly lockFile f2da1be5-oakim-npm-net-ping-1-1-7-package /home/joakim/.npm/net-ping/1.1.7/package
462 silly lockFile f2da1be5-oakim-npm-net-ping-1-1-7-package /home/joakim/.npm/net-ping/1.1.7/package
463 verbose tar unpack /home/joakim/.npm/net-ping/1.1.7/package.tgz
464 silly lockFile d1198a6c-oakim-npm-net-ping-1-1-7-package tar:///home/joakim/.npm/net-ping/1.1.7/package
465 verbose lock tar:///home/joakim/.npm/net-ping/1.1.7/package /home/joakim/.npm/d1198a6c-oakim-npm-net-ping-1-1-7-package.lock
466 silly lockFile 1b085384-m-npm-net-ping-1-1-7-package-tgz tar:///home/joakim/.npm/net-ping/1.1.7/package.tgz
467 verbose lock tar:///home/joakim/.npm/net-ping/1.1.7/package.tgz /home/joakim/.npm/1b085384-m-npm-net-ping-1-1-7-package-tgz.lock
468 silly gunzTarPerm modes [ '755', '644' ]
469 silly gunzTarPerm extractEntry package.json
470 silly gunzTarPerm extractEntry README.md
471 silly gunzTarPerm extractEntry index.js
472 silly gunzTarPerm extractEntry .hgignore
473 silly gunzTarPerm extractEntry .hgtags
474 silly gunzTarPerm extractEntry example/ping-packet-size.js
475 silly gunzTarPerm extractEntry example/ping-response-time.js
476 silly gunzTarPerm extractEntry example/ping-ttl.js
477 silly gunzTarPerm extractEntry example/ping.js
478 silly gunzTarPerm extractEntry example/ping6-ttl.js
479 silly gunzTarPerm extractEntry example/ping6.js
480 silly gunzTarPerm extractEntry example/trace-route.js
481 silly lockFile d1198a6c-oakim-npm-net-ping-1-1-7-package tar:///home/joakim/.npm/net-ping/1.1.7/package
482 silly lockFile d1198a6c-oakim-npm-net-ping-1-1-7-package tar:///home/joakim/.npm/net-ping/1.1.7/package
483 silly lockFile 1b085384-m-npm-net-ping-1-1-7-package-tgz tar:///home/joakim/.npm/net-ping/1.1.7/package.tgz
484 silly lockFile 1b085384-m-npm-net-ping-1-1-7-package-tgz tar:///home/joakim/.npm/net-ping/1.1.7/package.tgz
485 verbose chmod /home/joakim/.npm/net-ping/1.1.7/package.tgz 644
486 verbose chown /home/joakim/.npm/net-ping/1.1.7/package.tgz [ 1001, 1001 ]
487 silly lockFile 1ccc0bdb--org-net-ping-net-ping-1-1-7-tgz https://registry.npmjs.org/net-ping/-/net-ping-1.1.7.tgz
488 silly lockFile 1ccc0bdb--org-net-ping-net-ping-1-1-7-tgz https://registry.npmjs.org/net-ping/-/net-ping-1.1.7.tgz
489 silly lockFile e175bd26-net-ping-1-1-7 net-ping@1.1.7
490 silly lockFile e175bd26-net-ping-1-1-7 net-ping@1.1.7
491 info trying registry request attempt 3 at 20:21:31
492 http GET https://registry.npmjs.org/async/0.1.22
493 info trying registry request attempt 3 at 20:21:31
494 http GET https://registry.npmjs.org/moment/2.1.0
495 silly lockFile 09d21715-async-0-1-22 async@0.1.22
496 silly lockFile 09d21715-async-0-1-22 async@0.1.22
497 error Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE
497 error     at SecurePair.<anonymous> (tls.js:1370:32)
497 error     at SecurePair.EventEmitter.emit (events.js:92:17)
497 error     at SecurePair.maybeInitFinished (tls.js:982:10)
497 error     at CleartextStream.read [as _read] (tls.js:469:13)
497 error     at CleartextStream.Readable.read (_stream_readable.js:320:10)
497 error     at EncryptedStream.write [as _write] (tls.js:366:25)
497 error     at doWrite (_stream_writable.js:226:10)
497 error     at writeOrBuffer (_stream_writable.js:216:5)
497 error     at EncryptedStream.Writable.write (_stream_writable.js:183:11)
497 error     at write (_stream_readable.js:583:24)
497 error     at flow (_stream_readable.js:592:7)
498 error If you need help, you may report this *entire* log,
498 error including the npm and node versions, at:
498 error     <http://github.com/npm/npm/issues>
499 error System Linux 3.11.0-19-generic
500 error command "/usr/bin/node" "/usr/bin/npm" "install"
501 error cwd /home/joakim/uptime
502 error node -v v0.10.26
503 error npm -v 1.4.3
504 verbose exit [ 1, true ]
damm commented 10 years ago

@yooakim check out https://stackoverflow.com/questions/9626990/receiving-error-error-ssl-error-self-signed-cert-in-chain-while-using-npm

your npm is too old and they have replaced the old certificate.

yooakim commented 10 years ago

Ok, thanks. I'm a newbie in the npm World so sorry if I should have caught this earlier!

Cheers, Joakim

Fr?n: Scott M. Likensmailto:notifications@github.com Skickat: ?fredag? den ?11? ?april? ?2014 ?00?:?51 Till: fzaninotto/uptimemailto:uptime@noreply.github.com Kopia: Joakim Westinmailto:joakim@jwab.net

@yooakimhttps://github.com/yooakim check out https://stackoverflow.com/questions/9626990/receiving-error-error-ssl-error-self-signed-cert-in-chain-while-using-npm

your npm is too old and they have replaced the old certificate.

Reply to this email directly or view it on GitHubhttps://github.com/fzaninotto/uptime/issues/219#issuecomment-40152317.

damm commented 10 years ago

@yooakim You really get a free pass on this. It's darn hard to read the stacktrace on it just to determine that the SSL Certificate is not trusted.

It's double confusing as somethings are installed; and then it fails.