Skip to content

Instantly share code, notes, and snippets.

@nathansamson
Created February 5, 2014 09:40
Show Gist options
  • Save nathansamson/8820177 to your computer and use it in GitHub Desktop.
Save nathansamson/8820177 to your computer and use it in GitHub Desktop.
Accepted publickey for git from 192.168.61.1 port 39506 ssh2
2014/02/05 09:39:01 POST /v1.8/containers/create
[/var/lib/docker|804c7eba] +job create()
[/var/lib/docker|804c7eba] -job create() = OK (0)
2014/02/05 09:39:01 POST /v1.8/containers/f5bb9199942d7ecc98df8ad76261b11fdbb7da99935eef7ae6a1b4b73750a5d3/attach?stdin=1&stream=1
2014/02/05 09:39:01 POST /v1.8/containers/f5bb9199942d7ecc98df8ad76261b11fdbb7da99935eef7ae6a1b4b73750a5d3/start
[/var/lib/docker|804c7eba] +job start(f5bb9199942d7ecc98df8ad76261b11fdbb7da99935eef7ae6a1b4b73750a5d3)
[/var/lib/docker|804c7eba] -job start(f5bb9199942d7ecc98df8ad76261b11fdbb7da99935eef7ae6a1b4b73750a5d3) = OK (0)
2014/02/05 09:39:01 GET /v1.8/containers/f5bb9199942d7ecc98df8ad76261b11fdbb7da99935eef7ae6a1b4b73750a5d3/json
2014/02/05 09:39:01 POST /v1.8/containers/f5bb9199942d7ecc98df8ad76261b11fdbb7da99935eef7ae6a1b4b73750a5d3/attach?stderr=1&stdin=1&stdout=1&stream=1
2014/02/05 09:39:39 GET /v1.8/containers/f5bb9199942d7ecc98df8ad76261b11fdbb7da99935eef7ae6a1b4b73750a5d3/json
2014/02/05 09:39:39 POST /v1.8/containers/f5bb9199942d7ecc98df8ad76261b11fdbb7da99935eef7ae6a1b4b73750a5d3/copy
2014/02/05 09:39:39 POST /v1.8/build?t=dev%2Fjetty%3Atemp_bf755409
2014/02/05 09:39:44 POST /v1.8/images/dev/jetty:temp_bf755409/tag?repo=192.168.61.100%3A5000%2Fdev%2Fjetty&tag=
[/var/lib/docker|804c7eba] +job tag(dev/jetty:temp_bf755409, 192.168.61.100:5000/dev/jetty, )
[/var/lib/docker|804c7eba] -job tag(dev/jetty:temp_bf755409, 192.168.61.100:5000/dev/jetty, ) = OK (0)
Received disconnect from 192.168.61.1: 11: disconnected by user
2014/02/05 09:39:44 DELETE /v1.8/containers/f5bb9199942d7ecc98df8ad76261b11fdbb7da99935eef7ae6a1b4b73750a5d3
2014/02/05 09:39:44 DELETE /v1.8/images/dev/jetty:temp_bf755409
[nathan@omega example-java-jetty]$ git push deis master
+ GITUSER=git
+ GITHOME=/home/git
++ which /usr/local/bin/gitreceive
+ SELF=/usr/local/bin/gitreceive
+ case "$1" in
+ export RECEIVE_USER=dev
+ RECEIVE_USER=dev
+ export RECEIVE_FINGERPRINT=f5:4d:10:e1:1e:29:56:00:a7:3d:80:75:f4:f6:ad:14
+ RECEIVE_FINGERPRINT=f5:4d:10:e1:1e:29:56:00:a7:3d:80:75:f4:f6:ad:14
++ echo git-receive-pack ''\''/jetty.git'\'''
++ sed 's/\///g'
+ SSH_ORIGINAL_COMMAND='git-receive-pack '\''jetty.git'\'''
++ echo git-receive-pack ''\''jetty.git'\'''
++ sed 's/\\'\''/'\''/g'
++ perl -pe 's/(?<!\\)'\''//g'
++ awk '{print $2}'
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_PAPER = "nl_BE.utf8",
LC_MONETARY = "nl_BE.utf8",
LC_NUMERIC = "nl_BE.utf8",
LC_MEASUREMENT = "nl_BE.utf8",
LC_TIME = "nl_BE.utf8",
LANG = "nl_BE.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
+ export RECEIVE_REPO=jetty.git
+ RECEIVE_REPO=jetty.git
+ REPO_PATH=/home/git/jetty.git
+ '[' '!' -d /home/git/jetty.git ']'
+ cd /home/git
+ PRERECEIVE_HOOK=/home/git/jetty.git/hooks/pre-receive
+ cat
+ chmod +x /home/git/jetty.git/hooks/pre-receive
+ git-shell -c 'git-receive-pack '\''jetty.git'\'''
+ [[ git-receive-pack 'jetty.git' == git-receive-pack* ]]
+ [[ -e /home/git/jetty.git/refs/heads/master ]]
+ sudo /home/git/builder dev jetty.git
-----> Installing OpenJDK 1.6... done
-----> Installing settings.xml... done
-----> executing /tmp/cache/.maven/bin/mvn -B -Duser.home=/tmp/source -Dmaven.repo.local=/tmp/cache/.m2/repository -s /tmp/cache/.m2/settings.xml -DskipTests=true clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building helloworld 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ helloworld ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/source/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ helloworld ---
[INFO] Compiling 1 source file to /tmp/source/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/source/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ helloworld ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ helloworld ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ helloworld ---
[INFO] Building jar: /tmp/source/target/helloworld-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-dependency-plugin:2.4:copy-dependencies (copy-dependencies) @ helloworld ---
[INFO] Copying jetty-http-7.6.0.v20120127.jar to /tmp/source/target/dependency/jetty-http-7.6.0.v20120127.jar
[INFO] Copying jetty-servlet-7.6.0.v20120127.jar to /tmp/source/target/dependency/jetty-servlet-7.6.0.v20120127.jar
[INFO] Copying jetty-io-7.6.0.v20120127.jar to /tmp/source/target/dependency/jetty-io-7.6.0.v20120127.jar
[INFO] Copying jetty-continuation-7.6.0.v20120127.jar to /tmp/source/target/dependency/jetty-continuation-7.6.0.v20120127.jar
[INFO] Copying servlet-api-2.5.jar to /tmp/source/target/dependency/servlet-api-2.5.jar
[INFO] Copying jetty-server-7.6.0.v20120127.jar to /tmp/source/target/dependency/jetty-server-7.6.0.v20120127.jar
[INFO] Copying jetty-security-7.6.0.v20120127.jar to /tmp/source/target/dependency/jetty-security-7.6.0.v20120127.jar
[INFO] Copying jetty-util-7.6.0.v20120127.jar to /tmp/source/target/dependency/jetty-util-7.6.0.v20120127.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ helloworld ---
[INFO] Installing /tmp/source/target/helloworld-1.0-SNAPSHOT.jar to /tmp/cache/.m2/repository/com/example/helloworld/1.0-SNAPSHOT/helloworld-1.0-SNAPSHOT.jar
[INFO] Installing /tmp/source/pom.xml to /tmp/cache/.m2/repository/com/example/helloworld/1.0-SNAPSHOT/helloworld-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.237s
[INFO] Finished at: Wed Feb 05 09:39:31 UTC 2014
[INFO] Final Memory: 12M/84M
[INFO] ------------------------------------------------------------------------
-----> Discovering process types
Procfile declares types -> web
-----> Compiled slug size is 64M
-----> Building Docker image
Uploading context 66.57 MB
Uploading context
Step 1 : FROM deis/slugrunner
---> 11ed04395758
Step 2 : RUN mkdir -p /app
---> Using cache
---> c656fe758f42
Step 3 : ADD slug.tgz /app
---> 7ab9062586e9
Step 4 : ENTRYPOINT ["/runner/init"]
---> Running in 2cfedffd152b
---> f65ab47d4abe
Successfully built f65ab47d4abe
-----> Pushing image to private registry
Could not tag Docker image
error: failed to push some refs to 'ssh://git@deis-controller.local:2222/jetty.git'
[nathan@omega example-java-jetty]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment