Started by an SCM change Building in workspace /var/lib/jenkins/workspace/build_docker_images Updating http://svn.orxonox.net/game/build/dockerfiles at revision '2016-03-26T14:24:07.632 +0100' A orxonox_qc A orxonox_qc/Dockerfile At revision 11155 [build_docker_images] $ /bin/sh -xe /tmp/hudson3446812295273555851.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 doxygen 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 ---> c89ba8397c79 Successfully built c89ba8397c79 + cd .. + cd orxonox_qc + docker build -t orxonox/qc . Sending build context to Docker daemon 2.048 kB Step 1 : FROM orxonox/build ---> c89ba8397c79 Step 2 : MAINTAINER Fabian 'x3n' Landau ---> Running in dce5b360e32e ---> 0caab400aca2 Removing intermediate container dce5b360e32e Step 3 : RUN apt-get update && apt-get install -y --no-install-recommends clang cppcheck && rm -rf /var/lib/apt/lists/* ---> Running in 4d7d56d95cb3 Ign http://archive.ubuntu.com trusty InRelease Get:1 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:2 http://archive.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://archive.ubuntu.com trusty Release.gpg [933 B] Get:4 http://archive.ubuntu.com trusty Release [58.5 kB] Get:5 http://archive.ubuntu.com trusty-updates/main Sources [340 kB] Get:6 http://archive.ubuntu.com trusty-updates/restricted Sources [5217 B] Get:7 http://archive.ubuntu.com trusty-updates/universe Sources [190 kB] Get:8 http://archive.ubuntu.com trusty-updates/main amd64 Packages [931 kB] Get:9 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [23.5 kB] Get:10 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [460 kB] Get:11 http://archive.ubuntu.com trusty-security/main Sources [139 kB] Get:12 http://archive.ubuntu.com trusty-security/restricted Sources [3920 B] Get:13 http://archive.ubuntu.com trusty-security/universe Sources [39.2 kB] Get:14 http://archive.ubuntu.com trusty-security/main amd64 Packages [557 kB] Get:15 http://archive.ubuntu.com trusty-security/restricted amd64 Packages [20.2 kB] Get:16 http://archive.ubuntu.com trusty-security/universe amd64 Packages [163 kB] Get:17 http://archive.ubuntu.com trusty/main Sources [1335 kB] Get:18 http://archive.ubuntu.com trusty/restricted Sources [5335 B] Get:19 http://archive.ubuntu.com trusty/universe Sources [7926 kB] Get:20 http://archive.ubuntu.com trusty/main amd64 Packages [1743 kB] Get:21 http://archive.ubuntu.com trusty/restricted amd64 Packages [16.0 kB] Get:22 http://archive.ubuntu.com trusty/universe amd64 Packages [7589 kB] Fetched 21.7 MB in 10s (1998 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clang-3.4 libclang-common-3.4-dev libclang1-3.4 libllvm3.4 libobjc-4.8-dev libobjc4 libtinyxml2-0.0.0 Recommended packages: llvm-3.4-dev The following NEW packages will be installed: clang clang-3.4 cppcheck libclang-common-3.4-dev libclang1-3.4 libllvm3.4 libobjc-4.8-dev libobjc4 libtinyxml2-0.0.0 0 upgraded, 9 newly installed, 0 to remove and 15 not upgraded. Need to get 20.9 MB of archives. After this operation, 85.7 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libllvm3.4 amd64 1:3.4-1ubuntu3 [6540 kB] Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libobjc4 amd64 4.8.4-2ubuntu1~14.04.1 [111 kB] Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libobjc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.1 [378 kB] Get:4 http://archive.ubuntu.com/ubuntu/ trusty/universe libclang1-3.4 amd64 1:3.4-1ubuntu3 [3534 kB] Get:5 http://archive.ubuntu.com/ubuntu/ trusty/universe libtinyxml2-0.0.0 amd64 0~git20120518.1.a2ae54e-1 [27.4 kB] Get:6 http://archive.ubuntu.com/ubuntu/ trusty/universe libclang-common-3.4-dev amd64 1:3.4-1ubuntu3 [667 kB] Get:7 http://archive.ubuntu.com/ubuntu/ trusty/universe clang-3.4 amd64 1:3.4-1ubuntu3 [8922 kB] Get:8 http://archive.ubuntu.com/ubuntu/ trusty/universe clang amd64 1:3.4-0ubuntu1 [2476 B] Get:9 http://archive.ubuntu.com/ubuntu/ trusty/universe cppcheck amd64 1.61-1 [684 kB] debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: Fetched 20.9 MB in 5s (4029 kB/s) Selecting previously unselected package libllvm3.4:amd64. (Reading database ... 32628 files and directories currently installed.) Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... Selecting previously unselected package libobjc4:amd64. Preparing to unpack .../libobjc4_4.8.4-2ubuntu1~14.04.1_amd64.deb ... Unpacking libobjc4:amd64 (4.8.4-2ubuntu1~14.04.1) ... Selecting previously unselected package libobjc-4.8-dev:amd64. Preparing to unpack .../libobjc-4.8-dev_4.8.4-2ubuntu1~14.04.1_amd64.deb ... Unpacking libobjc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.1) ... Selecting previously unselected package libclang1-3.4:amd64. Preparing to unpack .../libclang1-3.4_1%3a3.4-1ubuntu3_amd64.deb ... Unpacking libclang1-3.4:amd64 (1:3.4-1ubuntu3) ... Selecting previously unselected package libtinyxml2-0.0.0:amd64. Preparing to unpack .../libtinyxml2-0.0.0_0~git20120518.1.a2ae54e-1_amd64.deb ... Unpacking libtinyxml2-0.0.0:amd64 (0~git20120518.1.a2ae54e-1) ... Selecting previously unselected package libclang-common-3.4-dev. Preparing to unpack .../libclang-common-3.4-dev_1%3a3.4-1ubuntu3_amd64.deb ... Unpacking libclang-common-3.4-dev (1:3.4-1ubuntu3) ... Selecting previously unselected package clang-3.4. Preparing to unpack .../clang-3.4_1%3a3.4-1ubuntu3_amd64.deb ... Unpacking clang-3.4 (1:3.4-1ubuntu3) ... Selecting previously unselected package clang. Preparing to unpack .../clang_1%3a3.4-0ubuntu1_amd64.deb ... Unpacking clang (1:3.4-0ubuntu1) ... Selecting previously unselected package cppcheck. Preparing to unpack .../cppcheck_1.61-1_amd64.deb ... Unpacking cppcheck (1.61-1) ... Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... Setting up libobjc4:amd64 (4.8.4-2ubuntu1~14.04.1) ... Setting up libobjc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.1) ... Setting up libclang1-3.4:amd64 (1:3.4-1ubuntu3) ... Setting up libtinyxml2-0.0.0:amd64 (0~git20120518.1.a2ae54e-1) ... Setting up libclang-common-3.4-dev (1:3.4-1ubuntu3) ... Setting up clang-3.4 (1:3.4-1ubuntu3) ... Setting up clang (1:3.4-0ubuntu1) ... Setting up cppcheck (1.61-1) ... Processing triggers for libc-bin (2.19-0ubuntu6.7) ... ---> 573fdf06565d Removing intermediate container 4d7d56d95cb3 Successfully built 573fdf06565d + cd .. Finished: SUCCESS