Skip to content

Instantly share code, notes, and snippets.

@kzaitsev
Created April 6, 2014 17:23
Show Gist options
  • Save kzaitsev/10008986 to your computer and use it in GitHub Desktop.
Save kzaitsev/10008986 to your computer and use it in GitHub Desktop.
$ cat /var/log/upstart/drone.log
2014/04/06 15:04:10 Database already up-to-date.
2014/04/06 15:04:10 starting drone version 2a009fa on port :8081
2014/04/06 20:03:56 Database already up-to-date.
2014/04/06 20:03:56 starting drone version 2a009fa on port :8081
2014/04/06 20:05:20 Database already up-to-date.
2014/04/06 20:05:20 starting drone version 2a009fa on port :8081
2014/04/06 20:11:11 error updating github status: Not Found
starting service container bradrydzewski/postgres:9.1
creating build image
Step 0 : FROM bradrydzewski/ruby:2.1.1
---> cbbd06128d13
Step 1 : WORKDIR /var/cache/drone/src/git.company.ru/owner/owner
---> Running in 2ef87e44ac3b
---> 2c7552d95932
Step 2 : ADD drone /usr/local/bin/
---> 4c56194cb3f7
Step 3 : USER ubuntu
---> Running in 38cca32a6dba
---> 2858c72a3fd4
Step 4 : ENV HOME /home/ubuntu
---> Running in f3e72d333ff0
---> 7fa232118d1d
Step 5 : ENV LANG en_US.UTF-8
---> Running in 7d1dfff90014
---> 53eef58c1e3c
Step 6 : ENV LANGUAGE en_US:en
---> Running in 0beedd0f8589
---> 18894ab2d7c5
Step 7 : ENV LOGNAME ubuntu
---> Running in 95aec6daba6b
---> e2b90362b1f0
Step 8 : ENV TERM xterm
---> Running in 9073579b4a1c
---> 15c7ce88bf49
Step 9 : ENV SHELL /bin/bash
---> Running in 3e33892c2db6
---> 6b4f76cbda5d
Step 10 : ADD id_rsa /home/ubuntu/.ssh/id_rsa
---> baf30b765e17
Step 11 : RUN sudo chown -R ubuntu:ubuntu /home/ubuntu/.ssh
---> Running in 7706a57e49ff
---> e06d080810b5
Step 12 : RUN sudo chown -R ubuntu:ubuntu /var/cache/drone
---> Running in d81ccbfe0321
---> a8578bf0bbab
Step 13 : RUN sudo chown -R ubuntu:ubuntu /usr/local/bin/drone
---> Running in d50bda301a08
---> f7ca5a91a0d1
Step 14 : RUN sudo chmod 600 /home/ubuntu/.ssh/id_rsa
---> Running in 480a14d475cb
---> 8cada2b7c106
Step 15 : ADD proxy.sh /etc/drone.d/
---> 171595e63925
Step 16 : ENTRYPOINT /bin/bash -e /usr/local/bin/drone
---> Running in 0326598f7e3d
---> ec13cee4794d
Successfully built ec13cee4794d
Removing intermediate container ffc9a952fb94
Removing intermediate container f3e72d333ff0
Removing intermediate container 95aec6daba6b
Removing intermediate container 0ecb9b42b57d
Removing intermediate container d81ccbfe0321
Removing intermediate container 480a14d475cb
Removing intermediate container 38cca32a6dba
Removing intermediate container 9073579b4a1c
Removing intermediate container 3e33892c2db6
Removing intermediate container 7706a57e49ff
Removing intermediate container d50bda301a08
Removing intermediate container 2ef87e44ac3b
Removing intermediate container 0beedd0f8589
Removing intermediate container aaffe51c8dc2
Removing intermediate container 0326598f7e3d
Removing intermediate container 7d1dfff90014
copying repository to /var/cache/drone/src/git.company.ru/owner/owner
starting build
temp directory is /tmp/drone
mounting volume /tmp/drone/git.company.ru/owner/owner/master/tmp/bundle:/tmp/bundle
removing build container
removing service container postgres
removing build image
2014/04/06 20:11:22 error updating github status: Not Found
removing build container
removing service container postgres
removing build image
2014/04/06 20:11:51 error updating github status: Not Found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment