This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
amyrlam@amyrlamComputer frontend (amy/ember-310-branch) 🌔 $ DEBUG=ember-cli-update,boilerplate-update,git-diff-apply ember-cli-update | |
git-diff-apply npm view ember-cli versions --json +0ms | |
git-diff-apply [ | |
git-diff-apply "0.0.0", | |
git-diff-apply "0.0.1", | |
git-diff-apply "0.0.2", | |
git-diff-apply "0.0.3", | |
git-diff-apply "0.0.4", | |
git-diff-apply "0.0.5", | |
git-diff-apply "0.0.6", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/Cellar/node/4.1.1/bin/node', | |
1 verbose cli '/usr/local/bin/npm', | |
1 verbose cli 'install' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 silly loadCurrentTree Starting | |
5 silly install loadCurrentTree | |
6 silly install readLocalPackageData | |
7 silly install normalizeTree |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] install /Users/alam/src/Tango/node_modules/bufferutil | |
> node-gyp rebuild | |
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o | |
In file included from ../src/bufferutil.cc:16: | |
../../nan/nan.h:261:25: error: redefinition of '_NanEnsureLocal' | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) { | |
^ | |
../../nan/nan.h:256:25: note: previous definition is here | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Handle<T> val) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] install /Users/alam/src/Tango/node_modules/bufferutil | |
> node-gyp rebuild | |
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o | |
In file included from ../src/bufferutil.cc:16: | |
../../nan/nan.h:261:25: error: redefinition of '_NanEnsureLocal' | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) { | |
^ | |
../../nan/nan.h:256:25: note: previous definition is here | |
NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Handle<T> val) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/Cellar/node/4.1.1/bin/node', | |
1 verbose cli '/usr/local/bin/npm', | |
1 verbose cli 'install' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 silly loadCurrentTree Starting | |
5 silly install loadCurrentTree | |
6 silly install readLocalPackageData | |
7 silly install normalizeTree |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ foreman start | |
23:19:50 web.1 | started with pid 604 | |
23:19:50 web.1 | 2014-02-27 23:19:50 [604] [INFO] Starting gunicorn 18.0 | |
23:19:50 web.1 | 2014-02-27 23:19:50 [604] [INFO] Listening at: http://0.0.0.0:5000 (604) | |
23:19:50 web.1 | 2014-02-27 23:19:50 [604] [INFO] Using worker: sync | |
23:19:50 web.1 | 2014-02-27 23:19:50 [607] [INFO] Booting worker with pid: 607 | |
23:19:50 web.1 | 2014-02-27 23:19:50 [607] [ERROR] Exception in worker process: | |
23:19:50 web.1 | Traceback (most recent call last): | |
23:19:50 web.1 | File "/Users/amyrlam/.virtualenvs/www_amy/lib/python2.7/site-packages/gunicorn/arbiter.py", line 495, in spawn_worker | |
23:19:50 web.1 | worker.init_process() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ heroku logs | |
2014-02-28T04:50:53.592920+00:00 app[web.1]: return util.import_app(self.app_uri) | |
2014-02-28T04:50:53.592920+00:00 app[web.1]: 2014-02-28 04:50:53 [7] [INFO] Worker exiting (pid: 7) | |
2014-02-28T04:50:53.592920+00:00 app[web.1]: ImportError: No module named mysite.wsgi | |
2014-02-28T04:50:53.592920+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/util.py", line 354, in import_app | |
2014-02-28T04:50:53.592920+00:00 app[web.1]: __import__(module) | |
2014-02-28T04:50:53.716404+00:00 app[web.1]: 2014-02-28 04:50:53 [2] [INFO] Reason: Worker failed to boot. | |
2014-02-28T04:50:53.716404+00:00 app[web.1]: 2014-02-28 04:50:53 [2] [INFO] Shutting down: Master | |
2014-02-28T04:50:55.156858+00:00 heroku[web.1]: Process exited with status 3 | |
2014-02-28T04:50:55.164955+00:00 heroku[web.1]: State changed from starting to crashed |