Skip to content

Instantly share code, notes, and snippets.

@lorensr
Created April 1, 2017 00:10
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 lorensr/4d7c1eeb6ab1d0750a88cc7c6ecccd8b to your computer and use it in GitHub Desktop.
Save lorensr/4d7c1eeb6ab1d0750a88cc7c6ecccd8b to your computer and use it in GitHub Desktop.
macbook:todos me$ git:(master) 5M DEBUG=nightmare:*,electron:* TEST_BROWSER_VISIBLE=1 TEST_BROWSER_DRIVER=nightmare meteor test --once --driver-package dispatch:mocha
[[[[[ Tests ]]]]]
=> Started proxy.
=> Started MongoDB.
W20170331-20:05:34.861(-4)? (STDERR) Note: you are using a pure-JavaScript implementation of bcrypt.
W20170331-20:05:35.301(-4)? (STDERR) While this implementation will work correctly, it is known to be
W20170331-20:05:35.301(-4)? (STDERR) approximately three times slower than the native implementation.
W20170331-20:05:35.302(-4)? (STDERR) In order to use the native implementation instead, run
W20170331-20:05:35.303(-4)? (STDERR)
W20170331-20:05:35.303(-4)? (STDERR) meteor npm install --save bcrypt
W20170331-20:05:35.304(-4)? (STDERR)
W20170331-20:05:35.304(-4)? (STDERR) in the root directory of your application.
I20170331-20:05:37.014(-4)?
I20170331-20:05:37.014(-4)? --------------------------------
I20170331-20:05:37.015(-4)? ----- RUNNING SERVER TESTS -----
I20170331-20:05:37.015(-4)? --------------------------------
I20170331-20:05:37.016(-4)?
I20170331-20:05:37.017(-4)?
I20170331-20:05:37.017(-4)?
I20170331-20:05:37.019(-4)? lists
I20170331-20:05:37.030(-4)? mutators
=> Started your app.
=> App running at: http://localhost:3000/
I20170331-20:05:37.164(-4)?
I20170331-20:05:37.165(-4)? ✓ builds correctly from factory (121ms)
I20170331-20:05:37.166(-4)? publications
I20170331-20:05:37.423(-4)? lists.public
I20170331-20:05:37.427(-4)?
I20170331-20:05:37.427(-4)? ✓ sends all public lists
I20170331-20:05:37.428(-4)? lists.private
I20170331-20:05:37.432(-4)?
I20170331-20:05:37.433(-4)? ✓ sends all owned lists
I20170331-20:05:37.434(-4)? methods
I20170331-20:05:37.435(-4)? makePrivate / makePublic
I20170331-20:05:37.520(-4)?
I20170331-20:05:37.520(-4)? ✓ makes a list private and updates the todos
I20170331-20:05:37.543(-4)?
I20170331-20:05:37.543(-4)? ✓ only works if you are logged in
I20170331-20:05:37.567(-4)?
I20170331-20:05:37.568(-4)? ✓ only works if it's not the last public list
I20170331-20:05:37.606(-4)?
I20170331-20:05:37.607(-4)? ✓ only makes the list public if you made it private
I20170331-20:05:37.611(-4)? updateName
I20170331-20:05:37.669(-4)?
I20170331-20:05:37.669(-4)? ✓ changes the name, but not if you don't have permission
I20170331-20:05:37.670(-4)? remove
I20170331-20:05:37.700(-4)?
I20170331-20:05:37.703(-4)? ✓ does not delete the last public list
I20170331-20:05:37.738(-4)?
I20170331-20:05:37.739(-4)? ✓ does not delete a private list you don't own
I20170331-20:05:37.739(-4)? rate limiting
I20170331-20:05:38.052(-4)?
I20170331-20:05:38.053(-4)? 1) does not allow more than 5 operations rapidly
I20170331-20:05:38.053(-4)?
I20170331-20:05:38.054(-4)? todos
I20170331-20:05:38.072(-4)?
I20170331-20:05:38.073(-4)? ✓ leaves createdAt on update
I20170331-20:05:38.073(-4)? mutators
I20170331-20:05:38.088(-4)?
I20170331-20:05:38.089(-4)? ✓ builds correctly from factory
I20170331-20:05:38.090(-4)? publications
I20170331-20:05:38.149(-4)? todos.inList
I20170331-20:05:38.164(-4)?
I20170331-20:05:38.165(-4)? ✓ sends all todos for a public list
I20170331-20:05:38.174(-4)?
I20170331-20:05:38.174(-4)? ✓ sends all todos for a public list when logged in
I20170331-20:05:38.183(-4)?
I20170331-20:05:38.184(-4)? ✓ sends all todos for a private list when logged in as owner
I20170331-20:05:38.187(-4)?
I20170331-20:05:38.188(-4)? ✓ sends no todos for a private list when not logged in
I20170331-20:05:38.191(-4)?
I20170331-20:05:38.192(-4)? ✓ sends no todos for a private list when logged in as another user
I20170331-20:05:38.192(-4)?
I20170331-20:05:38.193(-4)?
I20170331-20:05:38.195(-4)? 17 passing (1s)
I20170331-20:05:38.195(-4)? 1 failing
I20170331-20:05:38.196(-4)?
I20170331-20:05:38.196(-4)? 1) lists methods rate limiting does not allow more than 5 operations rapidly:
I20170331-20:05:38.197(-4)? AssertionError: expected [Function] to throw Error
I20170331-20:05:38.197(-4)? at Assertion.assertThrows (packages/practicalmeteor_chai.js:2217:10)
I20170331-20:05:38.197(-4)? at Assertion.ctx.(anonymous function) [as Throw] (packages/practicalmeteor_chai.js:4058:25)
I20170331-20:05:38.198(-4)? at Function.assert.Throw (packages/practicalmeteor_chai.js:3480:47)
I20170331-20:05:38.198(-4)? at Test.<anonymous> (imports/api/lists/server/lists.tests.js:193:16)
I20170331-20:05:38.198(-4)? at run (packages/practicalmeteor:mocha-core/server.js:34:29)
I20170331-20:05:38.198(-4)?
I20170331-20:05:38.199(-4)?
I20170331-20:05:38.199(-4)?
I20170331-20:05:38.199(-4)?
I20170331-20:05:38.199(-4)? --------------------------------
I20170331-20:05:38.200(-4)? ----- RUNNING CLIENT TESTS -----
I20170331-20:05:38.200(-4)? --------------------------------
W20170331-20:05:38.909(-4)? (STDERR) Sat, 01 Apr 2017 00:05:38 GMT nightmare:log Navigating: "http://localhost:3000/",
W20170331-20:05:38.910(-4)? (STDERR) headers: [none],
W20170331-20:05:38.910(-4)? (STDERR) timeout: 30000
W20170331-20:05:38.969(-4)? (STDERR) Sat, 01 Apr 2017 00:05:38 GMT nightmare:log did-start-loading [{}]
W20170331-20:05:39.023(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/","http://localhost:3000/",200,"GET","",{"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["text/html; charset=utf-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"mainFrame"]
W20170331-20:05:39.231(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/meteor-base.js?hash=a4d07a6b394e56bbe6ccc773c95e7cdb3434960d","http://localhost:3000/packages/meteor-base.js?hash=a4d07a6b394e56bbe6ccc773c95e7cdb3434960d",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["720"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"a4d07a6b394e56bbe6ccc773c95e7cdb3434960d\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.231(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/merged-stylesheets.css?hash=f09c95e58a04b7e79420aa5dda173f734099e5b3","http://localhost:3000/merged-stylesheets.css?hash=f09c95e58a04b7e79420aa5dda173f734099e5b3",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["text/css; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"f09c95e58a04b7e79420aa5dda173f734099e5b3\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/f09c95e58a04b7e79420aa5dda173f734099e5b3.map"]},"stylesheet"]
W20170331-20:05:39.234(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/underscore.js?hash=cde485f60699ff9aced3305f70189e39c665183c","http://localhost:3000/packages/underscore.js?hash=cde485f60699ff9aced3305f70189e39c665183c",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"cde485f60699ff9aced3305f70189e39c665183c\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.235(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/modules-runtime.js?hash=0969a3165abf9612f4fb6ca11e39ddbae2c52756","http://localhost:3000/packages/modules-runtime.js?hash=0969a3165abf9612f4fb6ca11e39ddbae2c52756",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"0969a3165abf9612f4fb6ca11e39ddbae2c52756\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.237(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/meteor.js?hash=27829e936d09beae3149ecfbf3332c42ccb1596f","http://localhost:3000/packages/meteor.js?hash=27829e936d09beae3149ecfbf3332c42ccb1596f",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"27829e936d09beae3149ecfbf3332c42ccb1596f\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.237(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/modules.js?hash=aef70212e1542ba91afd8e478ebb1e86594f77bf","http://localhost:3000/packages/modules.js?hash=aef70212e1542ba91afd8e478ebb1e86594f77bf",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"aef70212e1542ba91afd8e478ebb1e86594f77bf\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.372(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/babel-compiler.js?hash=a9546d4e245cfe40b406e08d40bf106241f01683","http://localhost:3000/packages/babel-compiler.js?hash=a9546d4e245cfe40b406e08d40bf106241f01683",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["723"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"a9546d4e245cfe40b406e08d40bf106241f01683\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.373(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/ecmascript.js?hash=370a8752194bcf73be7fffa3635715d0fbf7853d","http://localhost:3000/packages/ecmascript.js?hash=370a8752194bcf73be7fffa3635715d0fbf7853d",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["716"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"370a8752194bcf73be7fffa3635715d0fbf7853d\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.373(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/promise.js?hash=6a0f64b1cce0be2effe4ffc80ef3e97d9c1d107c","http://localhost:3000/packages/promise.js?hash=6a0f64b1cce0be2effe4ffc80ef3e97d9c1d107c",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"6a0f64b1cce0be2effe4ffc80ef3e97d9c1d107c\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.374(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/es5-shim.js?hash=adc3c6270d5697523fe2a72e73428390b7eba83a","http://localhost:3000/packages/es5-shim.js?hash=adc3c6270d5697523fe2a72e73428390b7eba83a",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"adc3c6270d5697523fe2a72e73428390b7eba83a\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.374(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/ecmascript-runtime.js?hash=eab9d1e3ecaea7979b03098e1f94076b11e5cf61","http://localhost:3000/packages/ecmascript-runtime.js?hash=eab9d1e3ecaea7979b03098e1f94076b11e5cf61",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"eab9d1e3ecaea7979b03098e1f94076b11e5cf61\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.396(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/base64.js?hash=0053489bb30bb5c0e3545df151f83e41150344b0","http://localhost:3000/packages/base64.js?hash=0053489bb30bb5c0e3545df151f83e41150344b0",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"0053489bb30bb5c0e3545df151f83e41150344b0\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.399(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/check.js?hash=87c633843915b879a0c9676ea81f1cd351296e41","http://localhost:3000/packages/check.js?hash=87c633843915b879a0c9676ea81f1cd351296e41",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"87c633843915b879a0c9676ea81f1cd351296e41\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.400(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/tracker.js?hash=9f8a0cec09c662aad5a5e224447b2d4e88d011ef","http://localhost:3000/packages/tracker.js?hash=9f8a0cec09c662aad5a5e224447b2d4e88d011ef",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"9f8a0cec09c662aad5a5e224447b2d4e88d011ef\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.400(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/ejson.js?hash=0f17ced99d522d48cd8f8b2139167fd06babd969","http://localhost:3000/packages/ejson.js?hash=0f17ced99d522d48cd8f8b2139167fd06babd969",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"0f17ced99d522d48cd8f8b2139167fd06babd969\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.434(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/less.js?hash=f316070a447c127756b4cc6fc87e7ba8f1d543e9","http://localhost:3000/packages/less.js?hash=f316070a447c127756b4cc6fc87e7ba8f1d543e9",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["710"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"f316070a447c127756b4cc6fc87e7ba8f1d543e9\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.435(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/blaze-html-templates.js?hash=6e8335ce66460e45f00da73c7497654c5e26e236","http://localhost:3000/packages/blaze-html-templates.js?hash=6e8335ce66460e45f00da73c7497654c5e26e236",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["729"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"6e8335ce66460e45f00da73c7497654c5e26e236\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.497(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/id-map.js?hash=c7aea8dfa2bf46ff2ae0aa6c6cf09e36abc61d07","http://localhost:3000/packages/id-map.js?hash=c7aea8dfa2bf46ff2ae0aa6c6cf09e36abc61d07",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"c7aea8dfa2bf46ff2ae0aa6c6cf09e36abc61d07\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.498(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/jquery.js?hash=c57b3cfa0ca9c66400d4456b6f6f1e486ee10aad","http://localhost:3000/packages/jquery.js?hash=c57b3cfa0ca9c66400d4456b6f6f1e486ee10aad",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"c57b3cfa0ca9c66400d4456b6f6f1e486ee10aad\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.498(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/ordered-dict.js?hash=bacdd1852075630a01f7de783e5e8e8aa8541cdc","http://localhost:3000/packages/ordered-dict.js?hash=bacdd1852075630a01f7de783e5e8e8aa8541cdc",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"bacdd1852075630a01f7de783e5e8e8aa8541cdc\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.503(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/babel-runtime.js?hash=2a73f70587538dd04bf4d4c0fd00ddd497c992da","http://localhost:3000/packages/babel-runtime.js?hash=2a73f70587538dd04bf4d4c0fd00ddd497c992da",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"2a73f70587538dd04bf4d4c0fd00ddd497c992da\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.503(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/random.js?hash=a3be1ee923a6fc933f063c7f8de3e15243e12f47","http://localhost:3000/packages/random.js?hash=a3be1ee923a6fc933f063c7f8de3e15243e12f47",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"a3be1ee923a6fc933f063c7f8de3e15243e12f47\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/a3be1ee923a6fc933f063c7f8de3e15243e12f47.map"]},"script"]
W20170331-20:05:39.531(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/mongo-id.js?hash=345d169d517353f8146292b4abd24061721f8b26","http://localhost:3000/packages/mongo-id.js?hash=345d169d517353f8146292b4abd24061721f8b26",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"345d169d517353f8146292b4abd24061721f8b26\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.568(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/diff-sequence.js?hash=15014d7b1e11c05111a386992e684ab1d3cc4158","http://localhost:3000/packages/diff-sequence.js?hash=15014d7b1e11c05111a386992e684ab1d3cc4158",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"15014d7b1e11c05111a386992e684ab1d3cc4158\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.596(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/geojson-utils.js?hash=b204c7d4caf119e6883522fb87c6cce060724bf0","http://localhost:3000/packages/geojson-utils.js?hash=b204c7d4caf119e6883522fb87c6cce060724bf0",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"b204c7d4caf119e6883522fb87c6cce060724bf0\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.636(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/retry.js?hash=1e409617b538ff3e2b0238b15e45b3380c51a224","http://localhost:3000/packages/retry.js?hash=1e409617b538ff3e2b0238b15e45b3380c51a224",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"1e409617b538ff3e2b0238b15e45b3380c51a224\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.678(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/ddp-common.js?hash=d42359bcace6c66ac90e2782193494253ee68155","http://localhost:3000/packages/ddp-common.js?hash=d42359bcace6c66ac90e2782193494253ee68155",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"d42359bcace6c66ac90e2782193494253ee68155\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.679(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/reload.js?hash=628b069673bffbc7390ba84ece8809c8c88c2eed","http://localhost:3000/packages/reload.js?hash=628b069673bffbc7390ba84ece8809c8c88c2eed",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"628b069673bffbc7390ba84ece8809c8c88c2eed\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.680(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/minimongo.js?hash=8645fc685d558a15e6207c847f5709d20f6a14d9","http://localhost:3000/packages/minimongo.js?hash=8645fc685d558a15e6207c847f5709d20f6a14d9",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"8645fc685d558a15e6207c847f5709d20f6a14d9\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/8645fc685d558a15e6207c847f5709d20f6a14d9.map"]},"script"]
W20170331-20:05:39.681(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/ddp.js?hash=25dc3f428447c81620c91c4245dbc6e4f7d32fb7","http://localhost:3000/packages/ddp.js?hash=25dc3f428447c81620c91c4245dbc6e4f7d32fb7",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["874"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"25dc3f428447c81620c91c4245dbc6e4f7d32fb7\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.681(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/ddp-client.js?hash=89f721bb437611dfd558156033a1367eb42686c0","http://localhost:3000/packages/ddp-client.js?hash=89f721bb437611dfd558156033a1367eb42686c0",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"89f721bb437611dfd558156033a1367eb42686c0\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.704(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/ddp-server.js?hash=1beefbc7bd033ea687e7ab8fbd5694df072662af","http://localhost:3000/packages/ddp-server.js?hash=1beefbc7bd033ea687e7ab8fbd5694df072662af",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["719"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"1beefbc7bd033ea687e7ab8fbd5694df072662af\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.760(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/reactive-var.js?hash=ec712fa3ae588c4a1e7017f0bb4507c725391225","http://localhost:3000/packages/reactive-var.js?hash=ec712fa3ae588c4a1e7017f0bb4507c725391225",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"ec712fa3ae588c4a1e7017f0bb4507c725391225\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.760(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/mongo.js?hash=90f037f47abee1e74ba80360e6b3f3dbaa792260","http://localhost:3000/packages/mongo.js?hash=90f037f47abee1e74ba80360e6b3f3dbaa792260",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"90f037f47abee1e74ba80360e6b3f3dbaa792260\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/90f037f47abee1e74ba80360e6b3f3dbaa792260.map"]},"script"]
W20170331-20:05:39.763(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/reactive-dict.js?hash=fafa4f575f707596da31c349eb0ddb1f899f1e3d","http://localhost:3000/packages/reactive-dict.js?hash=fafa4f575f707596da31c349eb0ddb1f899f1e3d",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"fafa4f575f707596da31c349eb0ddb1f899f1e3d\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/fafa4f575f707596da31c349eb0ddb1f899f1e3d.map"]},"script"]
W20170331-20:05:39.772(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/allow-deny.js?hash=9651dba61aa212828975b89e7c889af540c6a5da","http://localhost:3000/packages/allow-deny.js?hash=9651dba61aa212828975b89e7c889af540c6a5da",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"9651dba61aa212828975b89e7c889af540c6a5da\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/9651dba61aa212828975b89e7c889af540c6a5da.map"]},"script"]
W20170331-20:05:39.801(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/deps.js?hash=7313f5a2685c6c2c673c78c15c8ce86ff59ab0c9","http://localhost:3000/packages/deps.js?hash=7313f5a2685c6c2c673c78c15c8ce86ff59ab0c9",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["932"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"7313f5a2685c6c2c673c78c15c8ce86ff59ab0c9\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.882(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/observe-sequence.js?hash=8fe58036c6ba00c458f54c360a21fd0e41fb7ee0","http://localhost:3000/packages/observe-sequence.js?hash=8fe58036c6ba00c458f54c360a21fd0e41fb7ee0",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"8fe58036c6ba00c458f54c360a21fd0e41fb7ee0\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.883(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/htmljs.js?hash=1ac878018eee6c53ed1375dc7ee75fc6865666ae","http://localhost:3000/packages/htmljs.js?hash=1ac878018eee6c53ed1375dc7ee75fc6865666ae",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"1ac878018eee6c53ed1375dc7ee75fc6865666ae\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.887(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/templating-compiler.js?hash=a71883cdec50e95ca135291415990753ed6d57fc","http://localhost:3000/packages/templating-compiler.js?hash=a71883cdec50e95ca135291415990753ed6d57fc",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["728"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"a71883cdec50e95ca135291415990753ed6d57fc\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.901(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761","http://localhost:3000/packages/blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"f33d3dfed63a491d24e3aa07ad66c24b5fe8c761\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.903(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/spacebars.js?hash=ebf9381e7fc625d41acb0df14995b7614360858a","http://localhost:3000/packages/spacebars.js?hash=ebf9381e7fc625d41acb0df14995b7614360858a",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"ebf9381e7fc625d41acb0df14995b7614360858a\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.917(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/templating.js?hash=c2cf38de06efb47f67affb2dff9320e5eef33893","http://localhost:3000/packages/templating.js?hash=c2cf38de06efb47f67affb2dff9320e5eef33893",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["909"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"c2cf38de06efb47f67affb2dff9320e5eef33893\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.924(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/templating-runtime.js?hash=c18de19afda6e9f0db7faf3d4382a4c953cabe18","http://localhost:3000/packages/templating-runtime.js?hash=c18de19afda6e9f0db7faf3d4382a4c953cabe18",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"c18de19afda6e9f0db7faf3d4382a4c953cabe18\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.965(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/aldeed_template-extension.js?hash=cac69980e1a560b68d773bdeb8a7009080d4d7bd","http://localhost:3000/packages/aldeed_template-extension.js?hash=cac69980e1a560b68d773bdeb8a7009080d4d7bd",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"cac69980e1a560b68d773bdeb8a7009080d4d7bd\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/cac69980e1a560b68d773bdeb8a7009080d4d7bd.map"]},"script"]
W20170331-20:05:39.965(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/percolate_velocityjs.js?hash=bb0af8dbd9868b1473693bb98ad17740c2462352","http://localhost:3000/packages/percolate_velocityjs.js?hash=bb0af8dbd9868b1473693bb98ad17740c2462352",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"bb0af8dbd9868b1473693bb98ad17740c2462352\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:39.994(-4)? (STDERR) Sat, 01 Apr 2017 00:05:39 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/percolate_momentum.js?hash=65e445fd193de34ea34433879389c7dd9614ec93","http://localhost:3000/packages/percolate_momentum.js?hash=65e445fd193de34ea34433879389c7dd9614ec93",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:39 GMT"],"etag":["\"65e445fd193de34ea34433879389c7dd9614ec93\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.132(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/raix_eventemitter.js?hash=b009bf66474c7942360d5e2bba2398ec847d81dc","http://localhost:3000/packages/raix_eventemitter.js?hash=b009bf66474c7942360d5e2bba2398ec847d81dc",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"b009bf66474c7942360d5e2bba2398ec847d81dc\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.139(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/aldeed_schema-index.js?hash=5f0c7f93d339b4899a5f1aa271976345de4a8b33","http://localhost:3000/packages/aldeed_schema-index.js?hash=5f0c7f93d339b4899a5f1aa271976345de4a8b33",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"5f0c7f93d339b4899a5f1aa271976345de4a8b33\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/5f0c7f93d339b4899a5f1aa271976345de4a8b33.map"]},"script"]
W20170331-20:05:40.156(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/aldeed_collection2-core.js?hash=cd76f0a8f289f873c33e0896e9a86201e64a47d1","http://localhost:3000/packages/aldeed_collection2-core.js?hash=cd76f0a8f289f873c33e0896e9a86201e64a47d1",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"cd76f0a8f289f873c33e0896e9a86201e64a47d1\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.160(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/aldeed_simple-schema.js?hash=13e803ef04b6685a7577083e5871767a498b6351","http://localhost:3000/packages/aldeed_simple-schema.js?hash=13e803ef04b6685a7577083e5871767a498b6351",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"13e803ef04b6685a7577083e5871767a498b6351\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.174(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/aldeed_collection2.js?hash=2a40052f92753d39451338b55e6d318a4bf46a3b","http://localhost:3000/packages/aldeed_collection2.js?hash=2a40052f92753d39451338b55e6d318a4bf46a3b",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["727"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"2a40052f92753d39451338b55e6d318a4bf46a3b\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.174(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/aldeed_schema-deny.js?hash=c46f0998a459ed45c0c557fcb85c31b85c40e7d4","http://localhost:3000/packages/aldeed_schema-deny.js?hash=c46f0998a459ed45c0c557fcb85c31b85c40e7d4",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"c46f0998a459ed45c0c557fcb85c31b85c40e7d4\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.183(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/dburles_collection-helpers.js?hash=3ef2eff277fdbdf9dc43ba883d1e1c774bfa77f9","http://localhost:3000/packages/dburles_collection-helpers.js?hash=3ef2eff277fdbdf9dc43ba883d1e1c774bfa77f9",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"3ef2eff277fdbdf9dc43ba883d1e1c774bfa77f9\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.188(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/reywood_publish-composite.js?hash=84c50e5a25e3c842c990a07aa04aea3936b9c5fc","http://localhost:3000/packages/reywood_publish-composite.js?hash=84c50e5a25e3c842c990a07aa04aea3936b9c5fc",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["734"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"84c50e5a25e3c842c990a07aa04aea3936b9c5fc\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.200(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/mdg_validation-error.js?hash=c824fee078386259563451e9fa961549731965f5","http://localhost:3000/packages/mdg_validation-error.js?hash=c824fee078386259563451e9fa961549731965f5",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"c824fee078386259563451e9fa961549731965f5\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/c824fee078386259563451e9fa961549731965f5.map"]},"script"]
W20170331-20:05:40.232(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/mdg_validated-method.js?hash=6427bdae9f989ecfeec537ad65ca5997622e9efb","http://localhost:3000/packages/mdg_validated-method.js?hash=6427bdae9f989ecfeec537ad65ca5997622e9efb",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"6427bdae9f989ecfeec537ad65ca5997622e9efb\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/6427bdae9f989ecfeec537ad65ca5997622e9efb.map"]},"script"]
W20170331-20:05:40.255(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/coffeescript.js?hash=30be370951f0121a385db0e3d4a6e2bb698f6815","http://localhost:3000/packages/coffeescript.js?hash=30be370951f0121a385db0e3d4a6e2bb698f6815",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["718"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"30be370951f0121a385db0e3d4a6e2bb698f6815\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.257(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/kadira_flow-router.js?hash=bd1da710d713aef77fb525fd7b227b2921a9171f","http://localhost:3000/packages/kadira_flow-router.js?hash=bd1da710d713aef77fb525fd7b227b2921a9171f",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"bd1da710d713aef77fb525fd7b227b2921a9171f\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.259(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/kadira_blaze-layout.js?hash=dbd1396d04e62378fc8792cdef18869a1108cedd","http://localhost:3000/packages/kadira_blaze-layout.js?hash=dbd1396d04e62378fc8792cdef18869a1108cedd",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"dbd1396d04e62378fc8792cdef18869a1108cedd\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.312(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/zimme_active-route.js?hash=36cb2aadd23b793f6044393fb073e3ddc2eafae6","http://localhost:3000/packages/zimme_active-route.js?hash=36cb2aadd23b793f6044393fb073e3ddc2eafae6",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"36cb2aadd23b793f6044393fb073e3ddc2eafae6\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.313(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/ddp-rate-limiter.js?hash=457af847f89d207a6ca630c56f06d2a3af3a414c","http://localhost:3000/packages/ddp-rate-limiter.js?hash=457af847f89d207a6ca630c56f06d2a3af3a414c",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["725"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"457af847f89d207a6ca630c56f06d2a3af3a414c\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.314(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/arillo_flow-router-helpers.js?hash=392c19bcfc1dac096df70a70a573bc1fef9c5c6e","http://localhost:3000/packages/arillo_flow-router-helpers.js?hash=392c19bcfc1dac096df70a70a573bc1fef9c5c6e",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"392c19bcfc1dac096df70a70a573bc1fef9c5c6e\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/392c19bcfc1dac096df70a70a573bc1fef9c5c6e.map"]},"script"]
W20170331-20:05:40.319(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/meteorspark_util.js?hash=e11f3a11498d54c1025f6d99c69008ec5c0d3c6a","http://localhost:3000/packages/meteorspark_util.js?hash=e11f3a11498d54c1025f6d99c69008ec5c0d3c6a",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"e11f3a11498d54c1025f6d99c69008ec5c0d3c6a\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.319(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/tap_i18n.js?hash=775d3e9975d013dfe2ea7a9b5fb244da33652b68","http://localhost:3000/packages/tap_i18n.js?hash=775d3e9975d013dfe2ea7a9b5fb244da33652b68",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"775d3e9975d013dfe2ea7a9b5fb244da33652b68\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/775d3e9975d013dfe2ea7a9b5fb244da33652b68.map"]},"script"]
W20170331-20:05:40.320(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/session.js?hash=821b0746e602b3be69538d299d6866e222121b54","http://localhost:3000/packages/session.js?hash=821b0746e602b3be69538d299d6866e222121b54",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"821b0746e602b3be69538d299d6866e222121b54\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.329(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/localstorage.js?hash=0e2106503b232ac80073b6e8ef206e988c5aca5b","http://localhost:3000/packages/localstorage.js?hash=0e2106503b232ac80073b6e8ef206e988c5aca5b",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"0e2106503b232ac80073b6e8ef206e988c5aca5b\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.334(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/callback-hook.js?hash=e15ed8aa52e7c647efd9f4854e8a0fe4e40808fc","http://localhost:3000/packages/callback-hook.js?hash=e15ed8aa52e7c647efd9f4854e8a0fe4e40808fc",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"e15ed8aa52e7c647efd9f4854e8a0fe4e40808fc\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.540(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/sha.js?hash=04013281f0c21857cac3458d88a0dd86b20109ba","http://localhost:3000/packages/sha.js?hash=04013281f0c21857cac3458d88a0dd86b20109ba",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"04013281f0c21857cac3458d88a0dd86b20109ba\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.541(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/accounts-password.js?hash=43132122c568d428133aeec601bf39b36fee4a63","http://localhost:3000/packages/accounts-password.js?hash=43132122c568d428133aeec601bf39b36fee4a63",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"43132122c568d428133aeec601bf39b36fee4a63\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/43132122c568d428133aeec601bf39b36fee4a63.map"]},"script"]
W20170331-20:05:40.541(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/accounts-base.js?hash=7ab901cb8f654bbb90990fd3a51e831f19819c92","http://localhost:3000/packages/accounts-base.js?hash=7ab901cb8f654bbb90990fd3a51e831f19819c92",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"7ab901cb8f654bbb90990fd3a51e831f19819c92\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/7ab901cb8f654bbb90990fd3a51e831f19819c92.map"]},"script"]
W20170331-20:05:40.558(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/srp.js?hash=85fa5b3bc1440273f8fa5125df5443c09f337567","http://localhost:3000/packages/srp.js?hash=85fa5b3bc1440273f8fa5125df5443c09f337567",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"85fa5b3bc1440273f8fa5125df5443c09f337567\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.560(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/softwarerero_accounts-t9n.js?hash=f1c77da0bcbdd5ea82fa41c7f99e0cb50829116f","http://localhost:3000/packages/softwarerero_accounts-t9n.js?hash=f1c77da0bcbdd5ea82fa41c7f99e0cb50829116f",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"f1c77da0bcbdd5ea82fa41c7f99e0cb50829116f\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/f1c77da0bcbdd5ea82fa41c7f99e0cb50829116f.map"]},"script"]
W20170331-20:05:40.563(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/useraccounts_flow-routing.js?hash=3e4b855f6c52ec535ad25c9ff976b407ba5935a9","http://localhost:3000/packages/useraccounts_flow-routing.js?hash=3e4b855f6c52ec535ad25c9ff976b407ba5935a9",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"3e4b855f6c52ec535ad25c9ff976b407ba5935a9\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.591(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/crosswalk.js?hash=64f8a5da4ef2acc956ecf09629fe6e6d93e16927","http://localhost:3000/packages/crosswalk.js?hash=64f8a5da4ef2acc956ecf09629fe6e6d93e16927",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["715"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"64f8a5da4ef2acc956ecf09629fe6e6d93e16927\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.593(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/useraccounts_core.js?hash=265f0c0e6cc5c8c960c0e72ff303d053c1c69d63","http://localhost:3000/packages/useraccounts_core.js?hash=265f0c0e6cc5c8c960c0e72ff303d053c1c69d63",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"265f0c0e6cc5c8c960c0e72ff303d053c1c69d63\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.610(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/mobile-experience.js?hash=8ded3e69a3e367f321ab9a2b52e3ecdd2661a365","http://localhost:3000/packages/mobile-experience.js?hash=8ded3e69a3e367f321ab9a2b52e3ecdd2661a365",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["726"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"8ded3e69a3e367f321ab9a2b52e3ecdd2661a365\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.629(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/juliancwirko_postcss.js?hash=b230b112644019d7cbcaff508c19aa48e0afab3a","http://localhost:3000/packages/juliancwirko_postcss.js?hash=b230b112644019d7cbcaff508c19aa48e0afab3a",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["729"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"b230b112644019d7cbcaff508c19aa48e0afab3a\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.645(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/simple_rest-accounts-password.js?hash=8a5852fee6202067d98b9adc4b6179b2caa8c1a2","http://localhost:3000/packages/simple_rest-accounts-password.js?hash=8a5852fee6202067d98b9adc4b6179b2caa8c1a2",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["738"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"8a5852fee6202067d98b9adc4b6179b2caa8c1a2\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.646(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/standard-minifier-js.js?hash=041bab58c8a89172eaab795deb5d96e38b64ec37","http://localhost:3000/packages/standard-minifier-js.js?hash=041bab58c8a89172eaab795deb5d96e38b64ec37",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["729"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"041bab58c8a89172eaab795deb5d96e38b64ec37\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.650(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/useraccounts_unstyled.js?hash=980a274ba9c849c2934412a25b611a537157f131","http://localhost:3000/packages/useraccounts_unstyled.js?hash=980a274ba9c849c2934412a25b611a537157f131",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"980a274ba9c849c2934412a25b611a537157f131\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.653(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/simple_rest.js?hash=5fd88c307b4697a6ed540b135c15a0edf40658e0","http://localhost:3000/packages/simple_rest.js?hash=5fd88c307b4697a6ed540b135c15a0edf40658e0",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["894"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"5fd88c307b4697a6ed540b135c15a0edf40658e0\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.656(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/chriswessels_hammer.js?hash=36a7c378650ffd1035af8826d09672cb005cfeec","http://localhost:3000/packages/chriswessels_hammer.js?hash=36a7c378650ffd1035af8826d09672cb005cfeec",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"36a7c378650ffd1035af8826d09672cb005cfeec\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.709(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/xolvio_cleaner.js?hash=652b39aa32cbc4f9b728fa264981506f474499c6","http://localhost:3000/packages/xolvio_cleaner.js?hash=652b39aa32cbc4f9b728fa264981506f474499c6",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"652b39aa32cbc4f9b728fa264981506f474499c6\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/652b39aa32cbc4f9b728fa264981506f474499c6.map"]},"script"]
W20170331-20:05:40.712(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/dispatch_mocha-phantomjs.js?hash=e317b12e48b4a22dbe86ca4a86c047a9dc707d72","http://localhost:3000/packages/dispatch_mocha-phantomjs.js?hash=e317b12e48b4a22dbe86ca4a86c047a9dc707d72",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"e317b12e48b4a22dbe86ca4a86c047a9dc707d72\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/e317b12e48b4a22dbe86ca4a86c047a9dc707d72.map"]},"script"]
W20170331-20:05:40.753(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/practicalmeteor_mocha-core.js?hash=3cf0109b40a441251460242fb067f63a3ac6eef1","http://localhost:3000/packages/practicalmeteor_mocha-core.js?hash=3cf0109b40a441251460242fb067f63a3ac6eef1",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"3cf0109b40a441251460242fb067f63a3ac6eef1\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/3cf0109b40a441251460242fb067f63a3ac6eef1.map"]},"script"]
W20170331-20:05:40.755(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/tmeasday_test-reporter-helpers.js?hash=5f1f98ac6172f27752c386233cfd03b5a54fe34c","http://localhost:3000/packages/tmeasday_test-reporter-helpers.js?hash=5f1f98ac6172f27752c386233cfd03b5a54fe34c",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"5f1f98ac6172f27752c386233cfd03b5a54fe34c\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/5f1f98ac6172f27752c386233cfd03b5a54fe34c.map"]},"script"]
W20170331-20:05:40.756(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/practicalmeteor_sinon.js?hash=b2d5a9f0bc4d44b0cc741e58786e4e3a1c997c69","http://localhost:3000/packages/practicalmeteor_sinon.js?hash=b2d5a9f0bc4d44b0cc741e58786e4e3a1c997c69",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"b2d5a9f0bc4d44b0cc741e58786e4e3a1c997c69\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.803(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/practicalmeteor_chai.js?hash=92e20bf0b3cbd42fa5a454b304547d6d17fb7fcd","http://localhost:3000/packages/practicalmeteor_chai.js?hash=92e20bf0b3cbd42fa5a454b304547d6d17fb7fcd",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"92e20bf0b3cbd42fa5a454b304547d6d17fb7fcd\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.804(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/practicalmeteor_loglevel.js?hash=ccffd1b17de3cf8a83e5f78520c4280d6bee4945","http://localhost:3000/packages/practicalmeteor_loglevel.js?hash=ccffd1b17de3cf8a83e5f78520c4280d6bee4945",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"ccffd1b17de3cf8a83e5f78520c4280d6bee4945\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.804(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/autoupdate.js?hash=1fd9cf3472adaa6887170d88ab5ea1ddabf695fa","http://localhost:3000/packages/autoupdate.js?hash=1fd9cf3472adaa6887170d88ab5ea1ddabf695fa",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"1fd9cf3472adaa6887170d88ab5ea1ddabf695fa\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.891(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/hwillson_stub-collections.js?hash=bef58d9f36ab39205e53f7e1fffa813805568f78","http://localhost:3000/packages/hwillson_stub-collections.js?hash=bef58d9f36ab39205e53f7e1fffa813805568f78",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"bef58d9f36ab39205e53f7e1fffa813805568f78\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/bef58d9f36ab39205e53f7e1fffa813805568f78.map"]},"script"]
W20170331-20:05:40.891(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/shell-server.js?hash=6ff1313e4bf7618e577eb2604a580b2ea9b7631f","http://localhost:3000/packages/shell-server.js?hash=6ff1313e4bf7618e577eb2604a580b2ea9b7631f",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["721"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"6ff1313e4bf7618e577eb2604a580b2ea9b7631f\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.892(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/johanbrook_publication-collector.js?hash=c2150842e80ab4a97e5df4c68df1b5ce1de6f715","http://localhost:3000/packages/johanbrook_publication-collector.js?hash=c2150842e80ab4a97e5df4c68df1b5ce1de6f715",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["741"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"c2150842e80ab4a97e5df4c68df1b5ce1de6f715\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.893(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/practicalmeteor_mocha.js?hash=87e091663c4d57e5e74783d08f237119d7c82bd4","http://localhost:3000/packages/practicalmeteor_mocha.js?hash=87e091663c4d57e5e74783d08f237119d7c82bd4",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"87e091663c4d57e5e74783d08f237119d7c82bd4\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/87e091663c4d57e5e74783d08f237119d7c82bd4.map"]},"script"]
W20170331-20:05:40.915(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/audit-argument-checks.js?hash=f5747c59ff722b4da4b536f33c1f9530aeeaffb6","http://localhost:3000/packages/audit-argument-checks.js?hash=f5747c59ff722b4da4b536f33c1f9530aeeaffb6",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["730"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"f5747c59ff722b4da4b536f33c1f9530aeeaffb6\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.929(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/dispatch_phantomjs-tests.js?hash=49e1be39fa56830d32e4d4e0c4717585f278d8fa","http://localhost:3000/packages/dispatch_phantomjs-tests.js?hash=49e1be39fa56830d32e4d4e0c4717585f278d8fa",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["733"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"49e1be39fa56830d32e4d4e0c4717585f278d8fa\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.947(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/dburles_factory.js?hash=fbec5c5ae30d515dda30b8ed3403a77a810ddbba","http://localhost:3000/packages/dburles_factory.js?hash=fbec5c5ae30d515dda30b8ed3403a77a810ddbba",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"fbec5c5ae30d515dda30b8ed3403a77a810ddbba\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/fbec5c5ae30d515dda30b8ed3403a77a810ddbba.map"]},"script"]
W20170331-20:05:40.959(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/webapp.js?hash=8024f6bce97bd768bcff7fc9d76449e74f051e36","http://localhost:3000/packages/webapp.js?hash=8024f6bce97bd768bcff7fc9d76449e74f051e36",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"8024f6bce97bd768bcff7fc9d76449e74f051e36\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/8024f6bce97bd768bcff7fc9d76449e74f051e36.map"]},"script"]
W20170331-20:05:40.968(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/livedata.js?hash=7cf1831a60b48e304b054aee1ae0f7e38ff35d09","http://localhost:3000/packages/livedata.js?hash=7cf1831a60b48e304b054aee1ae0f7e38ff35d09",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["958"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"7cf1831a60b48e304b054aee1ae0f7e38ff35d09\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:40.983(-4)? (STDERR) Sat, 01 Apr 2017 00:05:40 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/hot-code-push.js?hash=2e864a0bdd0d5f686115099f8c48eb6c866b5b14","http://localhost:3000/packages/hot-code-push.js?hash=2e864a0bdd0d5f686115099f8c48eb6c866b5b14",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["722"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:40 GMT"],"etag":["\"2e864a0bdd0d5f686115099f8c48eb6c866b5b14\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:41.016(-4)? (STDERR) Sat, 01 Apr 2017 00:05:41 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/ui.js?hash=039c55a98376abd03d9d8cd4100895861b897643","http://localhost:3000/packages/ui.js?hash=039c55a98376abd03d9d8cd4100895861b897643",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-length":["979"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:41 GMT"],"etag":["\"039c55a98376abd03d9d8cd4100895861b897643\""],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:41.022(-4)? (STDERR) Sat, 01 Apr 2017 00:05:41 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/sockjs/info?cb=li39we3ifv","http://localhost:3000/sockjs/info?cb=li39we3ifv",200,"GET","http://localhost:3000/",{"access-control-allow-origin":["*"],"cache-control":["no-store, no-cache, no-transform, must-revalidate, max-age=0"],"connection":["keep-alive"],"content-type":["application/json; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:41 GMT"],"transfer-encoding":["chunked"],"vary":["Origin"]},"xhr"]
W20170331-20:05:41.029(-4)? (STDERR) Sat, 01 Apr 2017 00:05:41 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/global-imports.js?hash=4b3b51829ff2c04ccd8e1b7849c279b8ea35e305","http://localhost:3000/packages/global-imports.js?hash=4b3b51829ff2c04ccd8e1b7849c279b8ea35e305",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:41 GMT"],"etag":["\"4b3b51829ff2c04ccd8e1b7849c279b8ea35e305\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:41.032(-4)? (STDERR) Sat, 01 Apr 2017 00:05:41 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/launch-screen.js?hash=2f56943306c7e900ed9f4d894b87f534ebffeaeb","http://localhost:3000/packages/launch-screen.js?hash=2f56943306c7e900ed9f4d894b87f534ebffeaeb",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:41 GMT"],"etag":["\"2f56943306c7e900ed9f4d894b87f534ebffeaeb\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:41.036(-4)? (STDERR) Sat, 01 Apr 2017 00:05:41 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/service-configuration.js?hash=42ac9ae8eb44f3e73762f9cb0003410397021984","http://localhost:3000/packages/service-configuration.js?hash=42ac9ae8eb44f3e73762f9cb0003410397021984",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:41 GMT"],"etag":["\"42ac9ae8eb44f3e73762f9cb0003410397021984\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"]},"script"]
W20170331-20:05:41.039(-4)? (STDERR) Sat, 01 Apr 2017 00:05:41 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/app/app.js?hash=0f7e0e3bcacac1df8379128247bcc40378eaefee","http://localhost:3000/app/app.js?hash=0f7e0e3bcacac1df8379128247bcc40378eaefee",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:41 GMT"],"etag":["\"0f7e0e3bcacac1df8379128247bcc40378eaefee\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/app/0f7e0e3bcacac1df8379128247bcc40378eaefee.map"]},"script"]
W20170331-20:05:41.041(-4)? (STDERR) Sat, 01 Apr 2017 00:05:41 GMT nightmare:log did-get-response-details [{},false,"http://localhost:3000/packages/dispatch_mocha.js?hash=675cf74bdc63891056f70555c56ced5b926f7894","http://localhost:3000/packages/dispatch_mocha.js?hash=675cf74bdc63891056f70555c56ced5b926f7894",200,"GET","http://localhost:3000/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=31536000"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-type":["application/javascript; charset=UTF-8"],"date":["Sat, 01 Apr 2017 00:05:41 GMT"],"etag":["\"675cf74bdc63891056f70555c56ced5b926f7894\""],"transfer-encoding":["chunked"],"vary":["Accept-Encoding"],"x-sourcemap":["/packages/675cf74bdc63891056f70555c56ced5b926f7894.map"]},"script"]
W20170331-20:05:41.199(-4)? (STDERR) Sat, 01 Apr 2017 00:05:41 GMT nightmare:log page-error Uncaught TypeError: Cannot redefine property: checkForMocha TypeError: Cannot redefine property: checkForMocha
W20170331-20:05:41.199(-4)? (STDERR) at Function.defineProperty (<anonymous>)
W20170331-20:05:41.200(-4)? (STDERR) at http://localhost:3000/packages/dispatch_mocha.js?hash=675cf74bdc63891056f70555c56ced5b926f7894:171:12
W20170331-20:05:41.200(-4)? (STDERR) at meteorInstall.node_modules.meteor.dispatch:mocha.browser-shim.js (http://localhost:3000/packages/dispatch_mocha.js?hash=675cf74bdc63891056f70555c56ced5b926f7894:260:3)
W20170331-20:05:41.200(-4)? (STDERR) at fileEvaluate (http://localhost:3000/packages/modules-runtime.js?hash=0969a3165abf9612f4fb6ca11e39ddbae2c52756:207:9)
W20170331-20:05:41.200(-4)? (STDERR) at Module.require (http://localhost:3000/packages/modules-runtime.js?hash=0969a3165abf9612f4fb6ca11e39ddbae2c52756:130:16)
W20170331-20:05:41.201(-4)? (STDERR) at Module.Mp.import (http://localhost:3000/packages/modules.js?hash=aef70212e1542ba91afd8e478ebb1e86594f77bf:376:16)
W20170331-20:05:41.201(-4)? (STDERR) at meteorInstall.node_modules.meteor.dispatch:mocha.client.js (http://localhost:3000/packages/dispatch_mocha.js?hash=675cf74bdc63891056f70555c56ced5b926f7894:48:14)
W20170331-20:05:41.202(-4)? (STDERR) at fileEvaluate (http://localhost:3000/packages/modules-runtime.js?hash=0969a3165abf9612f4fb6ca11e39ddbae2c52756:207:9)
W20170331-20:05:41.202(-4)? (STDERR) at require (http://localhost:3000/packages/modules-runtime.js?hash=0969a3165abf9612f4fb6ca11e39ddbae2c52756:130:16)
W20170331-20:05:41.202(-4)? (STDERR) at http://localhost:3000/packages/dispatch_mocha.js?hash=675cf74bdc63891056f70555c56ced5b926f7894:1887:15
W20170331-20:05:41.375(-4)? (STDERR) Sat, 01 Apr 2017 00:05:41 GMT nightmare:log page-error Uncaught Error: Can't find test driver package: dispatch:mocha Error: Can't find test driver package: dispatch:mocha
W20170331-20:05:41.375(-4)? (STDERR) at http://localhost:3000/packages/meteor.js?hash=27829e936d09beae3149ecfbf3332c42ccb1596f:1019:13
W20170331-20:05:41.376(-4)? (STDERR) at maybeReady (http://localhost:3000/packages/meteor.js?hash=27829e936d09beae3149ecfbf3332c42ccb1596f:809:28)
W20170331-20:05:41.376(-4)? (STDERR) at HTMLDocument.loadingCompleted (http://localhost:3000/packages/meteor.js?hash=27829e936d09beae3149ecfbf3332c42ccb1596f:821:5)
W20170331-20:05:41.376(-4)? (STDERR) Sat, 01 Apr 2017 00:05:41 GMT nightmare:log dom-ready [{}]
W20170331-20:05:41.376(-4)? (STDERR) Sat, 01 Apr 2017 00:05:41 GMT nightmare:log did-frame-finish-load [{},true]
W20170331-20:05:41.377(-4)? (STDERR) Sat, 01 Apr 2017 00:05:41 GMT nightmare:log did-finish-load [{}]
W20170331-20:05:41.377(-4)? (STDERR) Sat, 01 Apr 2017 00:05:41 GMT nightmare:log page-favicon-updated [{},["http://localhost:3000/favicon.ico"]]
W20170331-20:05:41.377(-4)? (STDERR) Sat, 01 Apr 2017 00:05:41 GMT nightmare:log did-stop-loading [{}]
W20170331-20:05:41.378(-4)? (STDERR) Sat, 01 Apr 2017 00:05:41 GMT nightmare:actions .wait() for fn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment