SuccessConsole Output

Started by an SCM change
Building in workspace /var/lib/jenkins/workspace/build_docker_images
Checking out a fresh workspace because there's no workspace at /var/lib/jenkins/workspace/build_docker_images
Cleaning local Directory .
Checking out http://svn.orxonox.net/game/build/dockerfiles at revision '2016-03-19T00:25:06.291 +0100'
A         orxonox_jenkins-slave
A         orxonox_jenkins-slave/Dockerfile
A         orxonox_build
A         orxonox_build/Dockerfile
At revision 11147

[build_docker_images] $ /bin/sh -xe /tmp/hudson609047778778765560.sh
+ cd orxonox_jenkins-slave
+ docker build -t orxonox/jenkins-slave .
Sending build context to Docker daemon 2.048 kB

Step 1 : FROM ubuntu:14.04
 ---> a0d4a44ae66e
Step 2 : MAINTAINER Fabian 'x3n' Landau
 ---> Using cache
 ---> 6e6eaeb8e557
Step 3 : RUN apt-get update && apt-get install -y --no-install-recommends 		openssh-server 		openjdk-7-jdk 	&& rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> b12f240a0d11
Step 4 : RUN mkdir -p /var/run/sshd
 ---> Using cache
 ---> edb07143fec5
Step 5 : RUN sed -i 's|session    required     pam_loginuid.so|session    optional     pam_loginuid.so|g' /etc/pam.d/sshd
 ---> Using cache
 ---> ed13fc733e2d
Step 6 : RUN adduser --quiet jenkins
 ---> Using cache
 ---> 4854c6940461
Step 7 : RUN echo "jenkins:jenkins" | chpasswd
 ---> Using cache
 ---> 0a4537c24bfd
Step 8 : EXPOSE 22
 ---> Using cache
 ---> 5986c01ab472
Step 9 : CMD /usr/sbin/sshd -D
 ---> Using cache
 ---> fd1e604c7763
Successfully built fd1e604c7763
+ cd ..
+ cd orxonox_build
+ docker build -t orxonox/build .
Sending build context to Docker daemon 2.048 kB

Step 1 : FROM orxonox/jenkins-slave
 ---> fd1e604c7763
Step 2 : MAINTAINER Fabian 'x3n' Landau
 ---> Using cache
 ---> 7ee6cb4a3922
Step 3 : RUN apt-get update && apt-get install -y --no-install-recommends 		build-essential 		cmake 		gcovr 		libalut-dev 		libboost-date-time-dev 		libboost-filesystem-dev 		libboost-thread-dev 		libcegui-mk2-dev 		libenet-dev 		liblua5.1-0-dev 		libogre-1.8-dev 		libtolua-dev 		libtolua++5.1-dev 		libvorbis-dev 		subversion 		tcl-dev 	&& rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 0f9578b872ad
Successfully built 0f9578b872ad
+ cd ..
Finished: SUCCESS