Skip to content

Instantly share code, notes, and snippets.

@trentm
Created June 28, 2012 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trentm/3008782 to your computer and use it in GitHub Desktop.
Save trentm/3008782 to your computer and use it in GitHub Desktop.
npm retry testing results
npm info it worked if it ends with ok
npm info using npm@1.1.32
npm info using node@v0.6.19
npm info retry registry request attempt 1 at 20:20:29
npm http GET http://localhost:8000/bunyan
npm http 500 http://localhost:8000/bunyan
npm info retry will retry, error on last attempt: 500 Internal Server Error
npm info retry registry request attempt 2 at 20:20:39
npm http GET http://localhost:8000/bunyan
npm http 500 http://localhost:8000/bunyan
npm info retry will retry, error on last attempt: 500 Internal Server Error
npm info retry registry request attempt 3 at 20:21:39
npm http GET http://localhost:8000/bunyan
npm http 500 http://localhost:8000/bunyan
npm ERR! 500 Internal Server Error
npm ERR! not ok code undefined
npm ERR! not ok code 1
npm info it worked if it ends with ok
npm info using npm@1.1.32
npm info using node@v0.6.19
npm info retry registry request attempt 1 at 20:27:48
npm http GET http://localhost:8000/bunyan
npm http 500 http://localhost:8000/bunyan
npm info retry will retry, error on last attempt: 500 Internal Server Error
npm info retry registry request attempt 2 at 20:27:58
npm http GET http://localhost:8000/bunyan
npm http 500 http://localhost:8000/bunyan
npm info retry will retry, error on last attempt: 500 Internal Server Error
npm info retry registry request attempt 3 at 20:28:58
npm http GET http://localhost:8000/bunyan
npm http 200 http://localhost:8000/bunyan
npm info retry fetch attempt 1 at 20:28:58
npm http GET http://localhost:8000/bunyan/-/bunyan-0.10.0.tgz
npm http 500 http://localhost:8000/bunyan/-/bunyan-0.10.0.tgz
npm info shasum da39a3ee5e6b4b0d3255bfef95601890afd80709
npm info shasum /var/folders/a1/a1q548caE+ytwn0liWfg7E+++TI/-Tmp-/npm-39692/1340854138951-0.05759225273504853/tmp.tgz
npm info retry will retry, error on last attempt: Error: shasum check failed for /var/folders/a1/a1q548caE+ytwn0liWfg7E+++TI/-Tmp-/npm-39692/1340854138951-0.05759225273504853/tmp.tgz
npm info retry Expected: 51b6270f4e6f151a6eaf9a9f188acaebec2101eb
npm info retry Actual: da39a3ee5e6b4b0d3255bfef95601890afd80709
npm info retry fetch attempt 2 at 20:29:08
npm http GET http://localhost:8000/bunyan/-/bunyan-0.10.0.tgz
npm http 200 http://localhost:8000/bunyan/-/bunyan-0.10.0.tgz
npm info shasum 51b6270f4e6f151a6eaf9a9f188acaebec2101eb
npm info shasum /var/folders/a1/a1q548caE+ytwn0liWfg7E+++TI/-Tmp-/npm-39692/1340854138951-0.05759225273504853/tmp.tgz
npm info shasum 51b6270f4e6f151a6eaf9a9f188acaebec2101eb
npm info shasum /Users/trentm/tm/npm-registry-proxy/tmp/cache/bunyan/0.10.0/package.tgz
npm info install bunyan@0.10.0 into /Users/trentm/tm/npm-registry-proxy
npm info installOne bunyan@0.10.0
npm info /Users/trentm/tm/npm-registry-proxy/node_modules/bunyan unbuild
npm info preinstall bunyan@0.10.0
npm info build /Users/trentm/tm/npm-registry-proxy/node_modules/bunyan
npm info linkStuff bunyan@0.10.0
npm info install bunyan@0.10.0
npm info postinstall bunyan@0.10.0
bunyan@0.10.0 node_modules/bunyan
npm info ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment