Skip to content

Instantly share code, notes, and snippets.

@rochacon
Created November 5, 2013 05:25
Show Gist options
  • Save rochacon/7314356 to your computer and use it in GitHub Desktop.
Save rochacon/7314356 to your computer and use it in GitHub Desktop.
Hello Tsuru problems
$ git push
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 328 bytes | 0 bytes/s, done.
Total 3 (delta 1), reused 0 (delta 0)
remote: Cloning into '/home/application/current'...
remote: /
remote: requirements.apt not found.
remote: Skipping...
remote: Downloading/unpacking Flask (from -r /home/application/current/requirements.txt (line 1))
remote: Running setup.py egg_info for package Flask
remote:
remote: warning: no files found matching '*' under directory 'tests'
remote: warning: no previously-included files matching '*.pyc' found under directory 'docs'
remote: warning: no previously-included files matching '*.pyo' found under directory 'docs'
remote: warning: no previously-included files matching '*.pyc' found under directory 'tests'
remote: warning: no previously-included files matching '*.pyo' found under directory 'tests'
remote: warning: no previously-included files matching '*.pyc' found under directory 'examples'
remote: warning: no previously-included files matching '*.pyo' found under directory 'examples'
remote: no previously-included directories found matching 'docs/_build'
remote: no previously-included directories found matching 'docs/_themes/.git'
remote: Downloading/unpacking Werkzeug>=0.7 (from Flask->-r /home/application/current/requirements.txt (line 1))
remote: Running setup.py egg_info for package Werkzeug
remote:
remote: warning: no files found matching '*' under directory 'werkzeug/debug/templates'
remote: warning: no files found matching '*' under directory 'tests'
remote: warning: no previously-included files matching '*.pyc' found under directory 'docs'
remote: warning: no previously-included files matching '*.pyo' found under directory 'docs'
remote: warning: no previously-included files matching '*.pyc' found under directory 'tests'
remote: warning: no previously-included files matching '*.pyo' found under directory 'tests'
remote: warning: no previously-included files matching '*.pyc' found under directory 'examples'
remote: warning: no previously-included files matching '*.pyo' found under directory 'examples'
remote: no previously-included directories found matching 'docs/_build'
remote: Downloading/unpacking Jinja2>=2.4 (from Flask->-r /home/application/current/requirements.txt (line 1))
remote: Running setup.py egg_info for package Jinja2
remote:
remote: warning: no files found matching '*' under directory 'custom_fixers'
remote: warning: no previously-included files matching '*' found under directory 'docs/_build'
remote: warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
remote: warning: no previously-included files matching '*.pyc' found under directory 'docs'
remote: warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
remote: warning: no previously-included files matching '*.pyo' found under directory 'docs'
remote: Downloading/unpacking itsdangerous>=0.21 (from Flask->-r /home/application/current/requirements.txt (line 1))
remote: Running setup.py egg_info for package itsdangerous
remote:
remote: warning: no previously-included files matching '*' found under directory 'docs/_build'
remote: Downloading/unpacking markupsafe (from Jinja2>=2.4->Flask->-r /home/application/current/requirements.txt (line 1))
remote: Downloading MarkupSafe-0.18.tar.gz
remote: Running setup.py egg_info for package markupsafe
remote:
remote: Installing collected packages: Flask, Werkzeug, Jinja2, itsdangerous, markupsafe
remote: Running setup.py install for Flask
remote:
remote: warning: no files found matching '*' under directory 'tests'
remote: warning: no previously-included files matching '*.pyc' found under directory 'docs'
remote: warning: no previously-included files matching '*.pyo' found under directory 'docs'
remote: warning: no previously-included files matching '*.pyc' found under directory 'tests'
remote: warning: no previously-included files matching '*.pyo' found under directory 'tests'
remote: warning: no previously-included files matching '*.pyc' found under directory 'examples'
remote: warning: no previously-included files matching '*.pyo' found under directory 'examples'
remote: no previously-included directories found matching 'docs/_build'
remote: no previously-included directories found matching 'docs/_themes/.git'
remote: Running setup.py install for Werkzeug
remote:
remote: warning: no files found matching '*' under directory 'werkzeug/debug/templates'
remote: warning: no files found matching '*' under directory 'tests'
remote: warning: no previously-included files matching '*.pyc' found under directory 'docs'
remote: warning: no previously-included files matching '*.pyo' found under directory 'docs'
remote: warning: no previously-included files matching '*.pyc' found under directory 'tests'
remote: warning: no previously-included files matching '*.pyo' found under directory 'tests'
remote: warning: no previously-included files matching '*.pyc' found under directory 'examples'
remote: warning: no previously-included files matching '*.pyo' found under directory 'examples'
remote: no previously-included directories found matching 'docs/_build'
remote: Running setup.py install for Jinja2
remote:
remote: warning: no files found matching '*' under directory 'custom_fixers'
remote: warning: no previously-included files matching '*' found under directory 'docs/_build'
remote: warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
remote: warning: no previously-included files matching '*.pyc' found under directory 'docs'
remote: warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
remote: warning: no previously-included files matching '*.pyo' found under directory 'docs'
remote: Running setup.py install for itsdangerous
remote:
remote: warning: no previously-included files matching '*' found under directory 'docs/_build'
remote: Running setup.py install for markupsafe
remote:
remote: building 'markupsafe._speedups' extension
remote: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c markupsafe/_speedups.c -o build/temp.linux-x86_64-2.7/markupsafe/_speedups.o
remote: gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/markupsafe/_speedups.o -o build/lib.linux-x86_64-2.7/markupsafe/_speedups.so
remote: Successfully installed Flask Werkzeug Jinja2 itsdangerous markupsafe
remote: Cleaning up...
remote: python: can't open file '/var/lib/tsuru/hooks.py': [Errno 2] No such file or directory
remote:
remote: ---> App will be restarted, please check its logs for more details...
remote:
To git@git.tsuru.io:hello-tsuru.git
eb7506b..a67883a master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment