Skip to content

Instantly share code, notes, and snippets.

@cmc333333
Created March 25, 2016 21:28
Show Gist options
  • Save cmc333333/7e300790f159a6a3d13f to your computer and use it in GitHub Desktop.
Save cmc333333/7e300790f159a6a3d13f to your computer and use it in GitHub Desktop.
16-03-25T21:08:10.76+0000 [API/0] OUT Updated app with guid a916257d-1e61-4f45-a2a2-848917bda4a1 ({"state"=>"STARTED"})
2016-03-25T21:08:10.92+0000 [STG/2] OUT -----> Downloaded app package (4.4M)
2016-03-25T21:08:12.64+0000 [STG/2] OUT -----> Downloaded app buildpack cache (49M)
2016-03-25T21:08:13.58+0000 [STG/0] OUT -------> Buildpack version 1.5.4
2016-03-25T21:08:13.61+0000 [STG/0] OUT ! Warning: Your application is missing a Procfile. This file tells Heroku how to run your application.
2016-03-25T21:08:13.61+0000 [STG/0] OUT ! Learn more: https://devcenter.heroku.com/articles/procfile
2016-03-25T21:08:16.26+0000 [STG/0] OUT -----> Uninstalling stale dependencies
2016-03-25T21:08:16.60+0000 [STG/0] OUT Uninstalling waitress-0.8.10:
2016-03-25T21:08:16.60+0000 [STG/0] ERR Exception:
2016-03-25T21:08:16.60+0000 [STG/0] ERR Traceback (most recent call last):
2016-03-25T21:08:16.60+0000 [STG/0] ERR File "/app/.heroku/python/lib/python3.4/shutil.py", line 523, in move
2016-03-25T21:08:16.60+0000 [STG/0] ERR os.rename(src, real_dst)
2016-03-25T21:08:16.60+0000 [STG/0] ERR FileNotFoundError: [Errno 2] No such file or directory: '/home/vcap/app/.heroku/python/bin/waitress-serve' -> '/tmp/pip-y6rgflvi-uninstall/home/vcap/app/.heroku/python/bin/waitress-serve'
2016-03-25T21:08:16.60+0000 [STG/0] ERR During handling of the above exception, another exception occurred:
2016-03-25T21:08:16.60+0000 [STG/0] ERR Traceback (most recent call last):
2016-03-25T21:08:16.60+0000 [STG/0] ERR File "/app/.heroku/python/lib/python3.4/site-packages/pip-7.1.2-py3.4.egg/pip/basecommand.py", line 211, in main
2016-03-25T21:08:16.60+0000 [STG/0] ERR status = self.run(options, args)
2016-03-25T21:08:16.60+0000 [STG/0] ERR File "/app/.heroku/python/lib/python3.4/site-packages/pip-7.1.2-py3.4.egg/pip/commands/uninstall.py", line 76, in run
2016-03-25T21:08:16.60+0000 [STG/0] ERR requirement_set.uninstall(auto_confirm=options.yes)
2016-03-25T21:08:16.60+0000 [STG/0] ERR File "/app/.heroku/python/lib/python3.4/site-packages/pip-7.1.2-py3.4.egg/pip/req/req_set.py", line 305, in uninstall
2016-03-25T21:08:16.60+0000 [STG/0] ERR req.uninstall(auto_confirm=auto_confirm)
2016-03-25T21:08:16.60+0000 [STG/0] ERR File "/app/.heroku/python/lib/python3.4/site-packages/pip-7.1.2-py3.4.egg/pip/req/req_install.py", line 716, in uninstall
2016-03-25T21:08:16.60+0000 [STG/0] ERR paths_to_remove.remove(auto_confirm)
2016-03-25T21:08:16.60+0000 [STG/0] ERR File "/app/.heroku/python/lib/python3.4/site-packages/pip-7.1.2-py3.4.egg/pip/req/req_uninstall.py", line 125, in remove
2016-03-25T21:08:16.60+0000 [STG/0] ERR renames(path, new_path)
2016-03-25T21:08:16.60+0000 [STG/0] ERR File "/app/.heroku/python/lib/python3.4/site-packages/pip-7.1.2-py3.4.egg/pip/utils/__init__.py", line 315, in renames
2016-03-25T21:08:16.60+0000 [STG/0] ERR shutil.move(old, new)
2016-03-25T21:08:16.60+0000 [STG/0] ERR File "/app/.heroku/python/lib/python3.4/shutil.py", line 535, in move
2016-03-25T21:08:16.60+0000 [STG/0] ERR copy2(src, real_dst)
2016-03-25T21:08:16.60+0000 [STG/0] ERR File "/app/.heroku/python/lib/python3.4/shutil.py", line 245, in copy2
2016-03-25T21:08:16.60+0000 [STG/0] ERR copyfile(src, dst, follow_symlinks=follow_symlinks)
2016-03-25T21:08:16.60+0000 [STG/0] ERR File "/app/.heroku/python/lib/python3.4/shutil.py", line 108, in copyfile
2016-03-25T21:08:16.60+0000 [STG/0] ERR with open(src, 'rb') as fsrc:
2016-03-25T21:08:16.60+0000 [STG/0] ERR FileNotFoundError: [Errno 2] No such file or directory: '/home/vcap/app/.heroku/python/bin/waitress-serve'
2016-03-25T21:08:16.69+0000 [STG/0] ERR You are using pip version 7.1.2, however version 8.1.1 is available.
2016-03-25T21:08:16.69+0000 [STG/0] ERR You should consider upgrading via the 'pip install --upgrade pip' command.
2016-03-25T21:08:16.73+0000 [STG/0] OUT Staging failed: Buildpack compilation step failed
2016-03-25T21:08:16.83+0000 [API/0] ERR encountered error: App staging failed in the buildpack compile phase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment