Created
March 2, 2017 16:10
-
-
Save AsaK/a1bc5281e5d36e1bf885ef55d0913189 to your computer and use it in GitHub Desktop.
jenkins output
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
| Started by GitHub push by AsaK | |
| Building in workspace /var/lib/jenkins/workspace/env-arvore-prod | |
| > git rev-parse --is-inside-work-tree # timeout=10 | |
| Fetching changes from the remote Git repository | |
| > git config remote.origin.url git@github.com:arvoresistemas/arvore-sistema.git # timeout=10 | |
| Fetching upstream changes from git@github.com:arvoresistemas/arvore-sistema.git | |
| > git --version # timeout=10 | |
| > git fetch --tags --progress git@github.com:arvoresistemas/arvore-sistema.git +refs/heads/*:refs/remotes/origin/* | |
| > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 | |
| > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 | |
| Checking out Revision 7765e172312d6cd4498852ccf3fa4eb1fdefcf69 (refs/remotes/origin/master) | |
| > git config core.sparsecheckout # timeout=10 | |
| > git checkout -f 7765e172312d6cd4498852ccf3fa4eb1fdefcf69 | |
| > git rev-list 4532516f5b521b22e5e19b77a701789decd81e71 # timeout=10 | |
| SSH: Connecting from host [arvore-ci] | |
| SSH: Connecting with configuration [Arvore-App-Srv-Django-Prod] ... | |
| SSH: EXEC: STDOUT/STDERR from command [cd /home/django/framework-base/ | |
| git pull origin master | |
| python3 manage.py collectstatic --noinput | |
| python3 manage.py makemigrations | |
| python3 manage.py migrate | |
| service gunicorn restart | |
| service nginx restart] ... | |
| fatal: could not read Username for 'https://github.com': No such device or address | |
| 0 static files copied to '/var/django/www/static', 320 unmodified. | |
| System check identified some issues: | |
| WARNINGS: | |
| ?: (1_8.W001) The standalone TEMPLATE_* settings were deprecated in Django 1.8 and the TEMPLATES dictionary takes precedence. You must put the values of the following settings into your default TEMPLATES dict: TEMPLATE_CONTEXT_PROCESSORS. | |
| No changes detected | |
| System check identified some issues: | |
| WARNINGS: | |
| ?: (1_8.W001) The standalone TEMPLATE_* settings were deprecated in Django 1.8 and the TEMPLATES dictionary takes precedence. You must put the values of the following settings into your default TEMPLATES dict: TEMPLATE_CONTEXT_PROCESSORS. | |
| Operations to perform: | |
| Apply all migrations: default, auth, admin, contenttypes, arvore, oauth2_provider, atividade_medica, sessions | |
| Running migrations: | |
| No migrations to apply. | |
| stop: Rejected send message, 1 matched rules; type="method_call", sender=":1.372" (uid=1000 pid=7974 comm="stop gunicorn ") interface="com.ubuntu.Upstart0_6.Job" member="Stop" error name="(unset)" requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init ") | |
| start: Rejected send message, 1 matched rules; type="method_call", sender=":1.373" (uid=1000 pid=7968 comm="start gunicorn ") interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)" requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init ") | |
| * Restarting nginx nginx | |
| ...fail! | |
| SSH: EXEC: completed after 4,607 ms | |
| SSH: Disconnecting configuration [Arvore-App-Srv-Django-Prod] ... | |
| SSH: Transferred 0 file(s) | |
| Finished: SUCCESS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment