Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 706896 Details for
Bug 918383
OSError is shown when git push a scaled up python-2.7/python-3.3 app
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
python-3.3 git push log after migration
scaled_python33_gitpush.log (text/x-log), 22.08 KB, created by
Jianwei Hou
on 2013-03-08 03:23:56 UTC
(
hide
)
Description:
python-3.3 git push log after migration
Filename:
MIME Type:
Creator:
Jianwei Hou
Created:
2013-03-08 03:23:56 UTC
Size:
22.08 KB
patch
obsolete
>[master 7cf2ba1] p > 1 file changed, 1 insertion(+) >Warning: Permanently added '33scaled-jhou.dev.rhcloud.com,107.21.131.232' (RSA) to the list of known hosts. >Counting objects: 5, done. >Delta compression using up to 4 threads. >Compressing objects: 100% (3/3), done. >Writing objects: 100% (3/3), 270 bytes, done. >Total 3 (delta 2), reused 0 (delta 0) >remote: restart_on_add=false >remote: Done >remote: restart_on_add=false >remote: Running .openshift/action_hooks/pre_build >remote: - Created/Updated virtual env and activated it. >remote: - Found setup.py. Processing it ... >remote: running develop >remote: running egg_info >remote: creating YourAppName.egg-info >remote: writing top-level names to YourAppName.egg-info/top_level.txt >remote: writing YourAppName.egg-info/PKG-INFO >remote: writing requirements to YourAppName.egg-info/requires.txt >remote: writing dependency_links to YourAppName.egg-info/dependency_links.txt >remote: writing manifest file 'YourAppName.egg-info/SOURCES.txt' >remote: reading manifest file 'YourAppName.egg-info/SOURCES.txt' >remote: writing manifest file 'YourAppName.egg-info/SOURCES.txt' >remote: running build_ext >remote: Creating /var/lib/openshift/513948cf204be99eac000077/python-3.3/virtenv/venv/lib/python3.3/site-packages/YourAppName.egg-link (link to .) >remote: Adding YourAppName 1.0 to easy-install.pth file >remote: >remote: Installed /var/lib/openshift/513948cf204be99eac000077/app-root/runtime/repo >remote: Processing dependencies for YourAppName==1.0 >remote: Searching for WebOb >remote: Reading http://mirror1.ops.rhcloud.com/mirror/python/web/simple/WebOb/ >remote: Reading http://pythonpaste.org/webob/ >remote: Best match: WebOb 1.2.3 >remote: Downloading http://mirror1.ops.rhcloud.com/mirror/python/web/packages/source/W/WebOb/WebOb-1.2.3.tar.gz#md5=11825b7074ba7043e157805e4e6e0f55 >remote: Processing WebOb-1.2.3.tar.gz >remote: Writing /tmp/easy_install-1aqq3p/WebOb-1.2.3/setup.cfg >remote: Running WebOb-1.2.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1aqq3p/WebOb-1.2.3/egg-dist-tmp-u6yb66 >remote: no previously-included directories found matching '*.pyc' >remote: no previously-included directories found matching '*.pyo' >remote: Adding WebOb 1.2.3 to easy-install.pth file >remote: >remote: Installed /var/lib/openshift/513948cf204be99eac000077/python-3.3/virtenv/venv/lib/python3.3/site-packages/WebOb-1.2.3-py3.3.egg >remote: Finished processing dependencies for YourAppName==1.0 >remote: - Done processing setup.py >remote: Running .openshift/action_hooks/build >remote: Running .openshift/action_hooks/build >remote: Running .openshift/action_hooks/deploy >remote: SSH_CMD: ssh 5139495d204be99eac000099@10.151.98.218 >remote: SSH_CMD: ssh 5139495d204be99eac00009a@10.151.98.218 >remote: ++ date >remote: + echo 'Syncing to gear: 5139495d204be99eac000099@10.151.98.218:python-3.3 @ ' Thu Mar 7 22:16:10 EST 2013 >remote: Syncing to gear: 5139495d204be99eac000099@10.151.98.218:python-3.3 @ Thu Mar 7 22:16:10 EST 2013 >remote: + for rpccall in '"${OPENSHIFT_SYNC_GEARS_PRE[@]}"' >remote: + ssh 5139495d204be99eac000099@10.151.98.218 'ctl_all stop' >remote: >remote: ********************************************************************* >remote: >remote: You are accessing a service that is for use only by authorized users. >remote: If you do not have authorization, discontinue use at once. >remote: Any use of the services is subject to the applicable terms of the >remote: agreement which can be found at: >remote: https://openshift.redhat.com/app/legal >remote: >remote: ********************************************************************* >remote: >remote: Welcome to OpenShift shell >remote: >remote: This shell will assist you in managing OpenShift applications. >remote: >remote: !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! >remote: Shell access is quite powerful and it is possible for you to >remote: accidentally damage your application. Proceed with care! >remote: If worse comes to worst, destroy your application with 'rhc app delete' >remote: and recreate it >remote: !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! >remote: >remote: Type "help" for more info. >remote: >remote: Stopping services >remote: WARNING: This ssh terminal was started without a tty. >remote: It is highly recommended to login with: ssh -t >remote: Done >remote: + for subd in '"${OPENSHIFT_SYNC_GEARS_DIRS[@]}"' >remote: + '[' -d /var/lib/openshift/513948cf204be99eac000077//python-3.3/repo ']' >remote: + rsync -v --delete-after -az /var/lib/openshift/513948cf204be99eac000077//python-3.3/repo/ 5139495d204be99eac000099@10.151.98.218:python-3.3/repo/ >remote: building file list ... done >remote: ./ >remote: README >remote: app.py >remote: setup.py >remote: .openshift/ >remote: .openshift/action_hooks/ >remote: .openshift/action_hooks/build >remote: .openshift/action_hooks/deploy >remote: .openshift/action_hooks/post_deploy >remote: .openshift/action_hooks/post_start_python-2.7 >remote: .openshift/action_hooks/post_stop_python-2.7 >remote: .openshift/action_hooks/pre_build >remote: .openshift/action_hooks/pre_start_python-2.7 >remote: .openshift/action_hooks/pre_stop_python-2.7 >remote: .openshift/cron/ >remote: .openshift/cron/README.cron >remote: .openshift/cron/daily/ >remote: .openshift/cron/daily/.gitignore >remote: .openshift/cron/hourly/ >remote: .openshift/cron/hourly/.gitignore >remote: .openshift/cron/minutely/ >remote: .openshift/cron/minutely/.gitignore >remote: .openshift/cron/monthly/ >remote: .openshift/cron/monthly/.gitignore >remote: .openshift/cron/weekly/ >remote: .openshift/cron/weekly/README >remote: .openshift/cron/weekly/chrono.dat >remote: .openshift/cron/weekly/chronograph >remote: .openshift/cron/weekly/jobs.allow >remote: .openshift/cron/weekly/jobs.deny >remote: .openshift/markers/ >remote: .openshift/markers/README >remote: YourAppName.egg-info/ >remote: YourAppName.egg-info/PKG-INFO >remote: YourAppName.egg-info/SOURCES.txt >remote: YourAppName.egg-info/dependency_links.txt >remote: YourAppName.egg-info/requires.txt >remote: YourAppName.egg-info/top_level.txt >remote: libs/ >remote: libs/.gitignore >remote: wsgi/ >remote: wsgi/application >remote: wsgi/static/ >remote: wsgi/static/.gitignore >remote: deleting wsgi/__pycache__/applicationcpython-33.pyc >remote: deleting wsgi/__pycache__/ >remote: deleting wsgi/applicationc >remote: >remote: sent 2612 bytes received 822 bytes 2289.33 bytes/sec >remote: total size is 17426 speedup is 5.07 >remote: + for subd in '"${OPENSHIFT_SYNC_GEARS_DIRS[@]}"' >remote: + '[' -d /var/lib/openshift/513948cf204be99eac000077//python-3.3/node_modules ']' >remote: + for subd in '"${OPENSHIFT_SYNC_GEARS_DIRS[@]}"' >remote: + '[' -d /var/lib/openshift/513948cf204be99eac000077//python-3.3/../.m2 ']' >remote: + for subd in '"${OPENSHIFT_SYNC_GEARS_DIRS[@]}"' >remote: + '[' -d /var/lib/openshift/513948cf204be99eac000077//python-3.3/.openshift ']' >remote: + for subd in '"${OPENSHIFT_SYNC_GEARS_DIRS[@]}"' >remote: + '[' -d /var/lib/openshift/513948cf204be99eac000077//python-3.3/deployments ']' >remote: + for subd in '"${OPENSHIFT_SYNC_GEARS_DIRS[@]}"' >remote: + '[' -d /var/lib/openshift/513948cf204be99eac000077//python-3.3/perl5lib ']' >remote: + for subd in '"${OPENSHIFT_SYNC_GEARS_DIRS[@]}"' >remote: + '[' -d /var/lib/openshift/513948cf204be99eac000077//python-3.3/phplib ']' >remote: + for rpccall in '"${OPENSHIFT_SYNC_GEARS_POST[@]}"' >remote: + ssh 5139495d204be99eac000099@10.151.98.218 deploy.sh >remote: Error: [Errno 13] Permission denied: '/var/lib/openshift/5139495d204be99eac000099/python-3.3/virtenv' >remote: /var/lib/openshift/5139495d204be99eac000099//python-3.3/lib/utils: line 26: pushd: /var/lib/openshift/5139495d204be99eac000099//python-3.3/virtenv/venv: No such file or directory >remote: /var/lib/openshift/5139495d204be99eac000099//python-3.3/lib/utils: line 29: bin/activate: No such file or directory >remote: % Total % Received % Xferd Average Speed Time Time Time Current >remote: Dload Upload Total Spent Left Speed >remote: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Failed to create the file distribute_setup.py >remote: 82 17319 82 14237 0 0 42373 0 --:--:-- --:--:-- --:--:-- 84744 >remote: curl: (23) Failed writing body (0 != 14237) >remote: python: can't open file 'distribute_setup.py': [Errno 2] No such file or directory >remote: /var/lib/openshift/5139495d204be99eac000099//python-3.3/lib/utils: line 34: bin/activate: No such file or directory >remote: error: can't create or remove files in install directory >remote: >remote: The following error occurred while trying to add or remove files in the >remote: installation directory: >remote: >remote: [Errno 13] Permission denied: '/usr/lib/python2.6/site-packages/test-easy-install-18971.write-test' >remote: >remote: The installation directory you specified (via --install-dir, --prefix, or >remote: the distutils default setting) was: >remote: >remote: /usr/lib/python2.6/site-packages/ >remote: >remote: Perhaps your account does not have write access to this directory? If the >remote: installation directory is a system-owned directory, you may need to sign in >remote: as the administrator or "root" account. If you do not have administrative >remote: access to this machine, you may wish to choose a different installation >remote: directory, preferably one that is listed in your PYTHONPATH environment >remote: variable. >remote: >remote: For information on other options, you may wish to consult the >remote: documentation at: >remote: >remote: http://peak.telecommunity.com/EasyInstall.html >remote: >remote: Please make the appropriate changes for your system and try again. >remote: >remote: /var/lib/openshift/5139495d204be99eac000099//python-3.3/lib/utils: line 37: popd: directory stack empty >remote: /var/lib/openshift/5139495d204be99eac000099//python-3.3/lib/utils: line 76: pushd: /var/lib/openshift/5139495d204be99eac000099//python-3.3/virtenv/venv: No such file or directory >remote: /var/lib/openshift/5139495d204be99eac000099//python-3.3/lib/utils: line 78: cd: /var/lib/openshift/5139495d204be99eac000099//python-3.3/virtenv: No such file or directory >remote: grep: ./.tmp: Permission denied >remote: grep: ./.sandbox: Permission denied >remote: grep: ./.ssh: Permission denied >remote: /var/lib/openshift/5139495d204be99eac000099//python-3.3/lib/utils: line 83: popd: directory stack empty >remote: /var/lib/openshift/5139495d204be99eac000099//python-3.3/activate_virtenv: line 5: /var/lib/openshift/5139495d204be99eac000099//python-3.3/virtenv/venv/bin/activate: No such file or directory >remote: Running .openshift/action_hooks/deploy >remote: + for rpccall in '"${OPENSHIFT_SYNC_GEARS_POST[@]}"' >remote: + ssh 5139495d204be99eac000099@10.151.98.218 'ctl_all start' >remote: >remote: ********************************************************************* >remote: >remote: You are accessing a service that is for use only by authorized users. >remote: If you do not have authorization, discontinue use at once. >remote: Any use of the services is subject to the applicable terms of the >remote: agreement which can be found at: >remote: https://openshift.redhat.com/app/legal >remote: >remote: ********************************************************************* >remote: >remote: Welcome to OpenShift shell >remote: >remote: This shell will assist you in managing OpenShift applications. >remote: >remote: !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! >remote: Shell access is quite powerful and it is possible for you to >remote: accidentally damage your application. Proceed with care! >remote: If worse comes to worst, destroy your application with 'rhc app delete' >remote: and recreate it >remote: !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! >remote: >remote: Type "help" for more info. >remote: >remote: WARNING: This ssh terminal was started without a tty. >remote: Starting services >remote: It is highly recommended to login with: ssh -t >remote: /var/lib/openshift/5139495d204be99eac000099//python-3.3/activate_virtenv: line 5: /var/lib/openshift/5139495d204be99eac000099//python-3.3/virtenv/venv/bin/activate: No such file or directory >remote: Starting WSGIServer on 127.0.253.1:8080 ... >remote: Done >remote: + for rpccall in '"${OPENSHIFT_SYNC_GEARS_POST[@]}"' >remote: + ssh 5139495d204be99eac000099@10.151.98.218 post_deploy.sh >remote: Running .openshift/action_hooks/post_deploy >remote: Exit code: 0 >remote: ++ date >remote: + echo 'Syncing to gear: 5139495d204be99eac00009a@10.151.98.218:python-3.3 @ ' Thu Mar 7 22:16:10 EST 2013 >remote: Syncing to gear: 5139495d204be99eac00009a@10.151.98.218:python-3.3 @ Thu Mar 7 22:16:10 EST 2013 >remote: + for rpccall in '"${OPENSHIFT_SYNC_GEARS_PRE[@]}"' >remote: + ssh 5139495d204be99eac00009a@10.151.98.218 'ctl_all stop' >remote: >remote: ********************************************************************* >remote: >remote: You are accessing a service that is for use only by authorized users. >remote: If you do not have authorization, discontinue use at once. >remote: Any use of the services is subject to the applicable terms of the >remote: agreement which can be found at: >remote: https://openshift.redhat.com/app/legal >remote: >remote: ********************************************************************* >remote: >remote: Welcome to OpenShift shell >remote: >remote: This shell will assist you in managing OpenShift applications. >remote: >remote: !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! >remote: Shell access is quite powerful and it is possible for you to >remote: accidentally damage your application. Proceed with care! >remote: If worse comes to worst, destroy your application with 'rhc app delete' >remote: and recreate it >remote: !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! >remote: >remote: Type "help" for more info. >remote: >remote: Stopping services >remote: WARNING: This ssh terminal was started without a tty. >remote: It is highly recommended to login with: ssh -t >remote: Done >remote: + for subd in '"${OPENSHIFT_SYNC_GEARS_DIRS[@]}"' >remote: + '[' -d /var/lib/openshift/513948cf204be99eac000077//python-3.3/repo ']' >remote: + rsync -v --delete-after -az /var/lib/openshift/513948cf204be99eac000077//python-3.3/repo/ 5139495d204be99eac00009a@10.151.98.218:python-3.3/repo/ >remote: building file list ... done >remote: ./ >remote: README >remote: app.py >remote: setup.py >remote: .openshift/ >remote: .openshift/action_hooks/ >remote: .openshift/action_hooks/build >remote: .openshift/action_hooks/deploy >remote: .openshift/action_hooks/post_deploy >remote: .openshift/action_hooks/post_start_python-2.7 >remote: .openshift/action_hooks/post_stop_python-2.7 >remote: .openshift/action_hooks/pre_build >remote: .openshift/action_hooks/pre_start_python-2.7 >remote: .openshift/action_hooks/pre_stop_python-2.7 >remote: .openshift/cron/ >remote: .openshift/cron/README.cron >remote: .openshift/cron/daily/ >remote: .openshift/cron/daily/.gitignore >remote: .openshift/cron/hourly/ >remote: .openshift/cron/hourly/.gitignore >remote: .openshift/cron/minutely/ >remote: .openshift/cron/minutely/.gitignore >remote: .openshift/cron/monthly/ >remote: .openshift/cron/monthly/.gitignore >remote: .openshift/cron/weekly/ >remote: .openshift/cron/weekly/README >remote: .openshift/cron/weekly/chrono.dat >remote: .openshift/cron/weekly/chronograph >remote: .openshift/cron/weekly/jobs.allow >remote: .openshift/cron/weekly/jobs.deny >remote: .openshift/markers/ >remote: .openshift/markers/README >remote: YourAppName.egg-info/ >remote: YourAppName.egg-info/PKG-INFO >remote: YourAppName.egg-info/SOURCES.txt >remote: YourAppName.egg-info/dependency_links.txt >remote: YourAppName.egg-info/requires.txt >remote: YourAppName.egg-info/top_level.txt >remote: libs/ >remote: libs/.gitignore >remote: wsgi/ >remote: wsgi/application >remote: wsgi/static/ >remote: wsgi/static/.gitignore >remote: deleting wsgi/__pycache__/applicationcpython-33.pyc >remote: deleting wsgi/__pycache__/ >remote: deleting wsgi/applicationc >remote: >remote: sent 2612 bytes received 822 bytes 2289.33 bytes/sec >remote: total size is 17426 speedup is 5.07 >remote: + for subd in '"${OPENSHIFT_SYNC_GEARS_DIRS[@]}"' >remote: + '[' -d /var/lib/openshift/513948cf204be99eac000077//python-3.3/node_modules ']' >remote: + for subd in '"${OPENSHIFT_SYNC_GEARS_DIRS[@]}"' >remote: + '[' -d /var/lib/openshift/513948cf204be99eac000077//python-3.3/../.m2 ']' >remote: + for subd in '"${OPENSHIFT_SYNC_GEARS_DIRS[@]}"' >remote: + '[' -d /var/lib/openshift/513948cf204be99eac000077//python-3.3/.openshift ']' >remote: + for subd in '"${OPENSHIFT_SYNC_GEARS_DIRS[@]}"' >remote: + '[' -d /var/lib/openshift/513948cf204be99eac000077//python-3.3/deployments ']' >remote: + for subd in '"${OPENSHIFT_SYNC_GEARS_DIRS[@]}"' >remote: + '[' -d /var/lib/openshift/513948cf204be99eac000077//python-3.3/perl5lib ']' >remote: + for subd in '"${OPENSHIFT_SYNC_GEARS_DIRS[@]}"' >remote: + '[' -d /var/lib/openshift/513948cf204be99eac000077//python-3.3/phplib ']' >remote: + for rpccall in '"${OPENSHIFT_SYNC_GEARS_POST[@]}"' >remote: + ssh 5139495d204be99eac00009a@10.151.98.218 deploy.sh >remote: Error: [Errno 13] Permission denied: '/var/lib/openshift/5139495d204be99eac00009a/python-3.3/virtenv' >remote: /var/lib/openshift/5139495d204be99eac00009a//python-3.3/lib/utils: line 26: pushd: /var/lib/openshift/5139495d204be99eac00009a//python-3.3/virtenv/venv: No such file or directory >remote: /var/lib/openshift/5139495d204be99eac00009a//python-3.3/lib/utils: line 29: bin/activate: No such file or directory >remote: % Total % Received % Xferd Average Speed Time Time Time Current >remote: Dload Upload Total Spent Left Speed >remote: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Failed to create the file distribute_setup.py >remote: 82 17319 82 14237 0 0 42976 0 --:--:-- --:--:-- --:--:-- 84744 >remote: curl: (23) Failed writing body (0 != 14237) >remote: python: can't open file 'distribute_setup.py': [Errno 2] No such file or directory >remote: /var/lib/openshift/5139495d204be99eac00009a//python-3.3/lib/utils: line 34: bin/activate: No such file or directory >remote: error: can't create or remove files in install directory >remote: >remote: The following error occurred while trying to add or remove files in the >remote: installation directory: >remote: >remote: [Errno 13] Permission denied: '/usr/lib/python2.6/site-packages/test-easy-install-18972.write-test' >remote: >remote: The installation directory you specified (via --install-dir, --prefix, or >remote: the distutils default setting) was: >remote: >remote: /usr/lib/python2.6/site-packages/ >remote: >remote: Perhaps your account does not have write access to this directory? If the >remote: installation directory is a system-owned directory, you may need to sign in >remote: as the administrator or "root" account. If you do not have administrative >remote: access to this machine, you may wish to choose a different installation >remote: directory, preferably one that is listed in your PYTHONPATH environment >remote: variable. >remote: >remote: For information on other options, you may wish to consult the >remote: documentation at: >remote: >remote: http://peak.telecommunity.com/EasyInstall.html >remote: >remote: Please make the appropriate changes for your system and try again. >remote: >remote: /var/lib/openshift/5139495d204be99eac00009a//python-3.3/lib/utils: line 37: popd: directory stack empty >remote: /var/lib/openshift/5139495d204be99eac00009a//python-3.3/lib/utils: line 76: pushd: /var/lib/openshift/5139495d204be99eac00009a//python-3.3/virtenv/venv: No such file or directory >remote: /var/lib/openshift/5139495d204be99eac00009a//python-3.3/lib/utils: line 78: cd: /var/lib/openshift/5139495d204be99eac00009a//python-3.3/virtenv: No such file or directory >remote: grep: ./.tmp: Permission denied >remote: grep: ./.sandbox: Permission denied >remote: grep: ./.ssh: Permission denied >remote: /var/lib/openshift/5139495d204be99eac00009a//python-3.3/lib/utils: line 83: popd: directory stack empty >remote: /var/lib/openshift/5139495d204be99eac00009a//python-3.3/activate_virtenv: line 5: /var/lib/openshift/5139495d204be99eac00009a//python-3.3/virtenv/venv/bin/activate: No such file or directory >remote: Running .openshift/action_hooks/deploy >remote: + for rpccall in '"${OPENSHIFT_SYNC_GEARS_POST[@]}"' >remote: + ssh 5139495d204be99eac00009a@10.151.98.218 'ctl_all start' >remote: >remote: ********************************************************************* >remote: >remote: You are accessing a service that is for use only by authorized users. >remote: If you do not have authorization, discontinue use at once. >remote: Any use of the services is subject to the applicable terms of the >remote: agreement which can be found at: >remote: https://openshift.redhat.com/app/legal >remote: >remote: ********************************************************************* >remote: >remote: Welcome to OpenShift shell >remote: >remote: This shell will assist you in managing OpenShift applications. >remote: >remote: !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! >remote: Shell access is quite powerful and it is possible for you to >remote: accidentally damage your application. Proceed with care! >remote: If worse comes to worst, destroy your application with 'rhc app delete' >remote: and recreate it >remote: !!! IMPORTANT !!! IMPORTANT !!! IMPORTANT !!! >remote: >remote: Type "help" for more info. >remote: >remote: Starting services >remote: WARNING: This ssh terminal was started without a tty. >remote: It is highly recommended to login with: ssh -t >remote: /var/lib/openshift/5139495d204be99eac00009a//python-3.3/activate_virtenv: line 5: /var/lib/openshift/5139495d204be99eac00009a//python-3.3/virtenv/venv/bin/activate: No such file or directory >remote: Starting WSGIServer on 127.0.253.129:8080 ... >remote: Done >remote: + for rpccall in '"${OPENSHIFT_SYNC_GEARS_POST[@]}"' >remote: + ssh 5139495d204be99eac00009a@10.151.98.218 post_deploy.sh >remote: Running .openshift/action_hooks/post_deploy >remote: Exit code: 0 >remote: hot_deploy_added=false >remote: Starting WSGIServer on 127.0.252.129:8080 ... >remote: Done >remote: Running .openshift/action_hooks/post_deploy >To ssh://513948cf204be99eac000077@33scaled-jhou.dev.rhcloud.com/~/git/33scaled.git/ > 8473c95..7cf2ba1 master -> master >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 918383
:
706395
|
706396
|
706895
| 706896