SuccessConsole Output

Started by user Fabian Landau
Building in workspace /var/lib/jenkins/workspace/build_docker_images
Updating http://svn.orxonox.net/game/build/dockerfiles at revision '2016-03-27T15:36:26.117 +0200'
U         orxonox_qc/Dockerfile
At revision 11159

[build_docker_images] $ /bin/sh -xe /tmp/hudson339819652595992520.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
 ---> Using cache
 ---> 0caab400aca2
Step 3 : RUN apt-get update && apt-get install -y --no-install-recommends 		clang 		cloc 		cppcheck 		unzip 		wget 	&& rm -rf /var/lib/apt/lists/*
 ---> Running in b772eb2031f6
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 3s (5779 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  clang-3.4 libalgorithm-diff-perl libclang-common-3.4-dev libclang1-3.4
  libllvm3.4 libobjc-4.8-dev libobjc4 libregexp-common-perl libtinyxml2-0.0.0
Suggested packages:
  zip
Recommended packages:
  llvm-3.4-dev libalgorithm-diff-xs-perl
The following NEW packages will be installed:
  clang clang-3.4 cloc cppcheck libalgorithm-diff-perl libclang-common-3.4-dev
  libclang1-3.4 libllvm3.4 libobjc-4.8-dev libobjc4 libregexp-common-perl
  libtinyxml2-0.0.0 unzip wget
0 upgraded, 14 newly installed, 0 to remove and 15 not upgraded.
Need to get 21.6 MB of archives.
After this operation, 87.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-updates/main wget amd64 1.15-1ubuntu1.14.04.1 [269 kB]
Get:7 http://archive.ubuntu.com/ubuntu/ trusty/universe libclang-common-3.4-dev amd64 1:3.4-1ubuntu3 [667 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ trusty/universe clang-3.4 amd64 1:3.4-1ubuntu3 [8922 kB]
Get:9 http://archive.ubuntu.com/ubuntu/ trusty/universe clang amd64 1:3.4-0ubuntu1 [2476 B]
Get:10 http://archive.ubuntu.com/ubuntu/ trusty/main libregexp-common-perl all 2013031301-1 [167 kB]
Get:11 http://archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]
Get:12 http://archive.ubuntu.com/ubuntu/ trusty/universe cloc all 1.60-1 [83.1 kB]
Get:13 http://archive.ubuntu.com/ubuntu/ trusty/universe cppcheck amd64 1.61-1 [684 kB]
Get:14 http://archive.ubuntu.com/ubuntu/ trusty-updates/main unzip amd64 6.0-9ubuntu1.5 [157 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 21.6 MB in 1s (13.9 MB/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 wget.
Preparing to unpack .../wget_1.15-1ubuntu1.14.04.1_amd64.deb ...
Unpacking wget (1.15-1ubuntu1.14.04.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 libregexp-common-perl.
Preparing to unpack .../libregexp-common-perl_2013031301-1_all.deb ...
Unpacking libregexp-common-perl (2013031301-1) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...
Unpacking libalgorithm-diff-perl (1.19.02-3) ...
Selecting previously unselected package cloc.
Preparing to unpack .../archives/cloc_1.60-1_all.deb ...
Unpacking cloc (1.60-1) ...
Selecting previously unselected package cppcheck.
Preparing to unpack .../cppcheck_1.61-1_amd64.deb ...
Unpacking cppcheck (1.61-1) ...
Selecting previously unselected package unzip.
Preparing to unpack .../unzip_6.0-9ubuntu1.5_amd64.deb ...
Unpacking unzip (6.0-9ubuntu1.5) ...
Processing triggers for mime-support (3.54ubuntu1.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 wget (1.15-1ubuntu1.14.04.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 libregexp-common-perl (2013031301-1) ...
Setting up libalgorithm-diff-perl (1.19.02-3) ...
Setting up cloc (1.60-1) ...
Setting up cppcheck (1.61-1) ...
Setting up unzip (6.0-9ubuntu1.5) ...
Processing triggers for libc-bin (2.19-0ubuntu6.7) ...
 ---> 88c99ff3c797
Removing intermediate container b772eb2031f6
Step 4 : RUN wget http://downloads.sourceforge.net/project/pmd/pmd/4.2.6/pmd-bin-4.2.6.zip 	&& unzip -q pmd-bin-4.2.6.zip
 ---> Running in 34b8fff766c6
--2016-03-27 13:36:46--  http://downloads.sourceforge.net/project/pmd/pmd/4.2.6/pmd-bin-4.2.6.zip
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://tenet.dl.sourceforge.net/project/pmd/pmd/4.2.6/pmd-bin-4.2.6.zip [following]
--2016-03-27 13:36:46--  http://tenet.dl.sourceforge.net/project/pmd/pmd/4.2.6/pmd-bin-4.2.6.zip
Resolving tenet.dl.sourceforge.net (tenet.dl.sourceforge.net)... 155.232.191.245, 2001:4200:fffc::245
Connecting to tenet.dl.sourceforge.net (tenet.dl.sourceforge.net)|155.232.191.245|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8014683 (7.6M) [application/octet-stream]
Saving to: 'pmd-bin-4.2.6.zip'

     0K .......... .......... .......... .......... ..........  0%  108K 72s
    50K .......... .......... .......... .......... ..........  1%  246K 51s
   100K .......... .......... .......... .......... ..........  1%  348K 41s
   150K .......... .......... .......... .......... ..........  2%  858K 33s
   200K .......... .......... .......... .......... ..........  3% 57.2M 26s
   250K .......... .......... .......... .......... ..........  3%  351K 25s
   300K .......... .......... .......... .......... ..........  4%  858K 23s
   350K .......... .......... .......... .......... ..........  5%  171M 20s
   400K .......... .......... .......... .......... ..........  5%  348K 20s
   450K .......... .......... .......... .......... ..........  6%  839K 19s
   500K .......... .......... .......... .......... ..........  7% 66.7M 17s
   550K .......... .......... .......... .......... ..........  7%  171M 15s
   600K .......... .......... .......... .......... ..........  8%  120M 14s
   650K .......... .......... .......... .......... ..........  8%  383K 14s
   700K .......... .......... .......... .......... ..........  9% 4.25M 13s
   750K .......... .......... .......... .......... .......... 10%  205M 12s
   800K .......... .......... .......... .......... .......... 10%  197M 12s
   850K .......... .......... .......... .......... .......... 11%  872K 11s
   900K .......... .......... .......... .......... .......... 12% 40.1M 11s
   950K .......... .......... .......... .......... .......... 12% 82.3M 10s
  1000K .......... .......... .......... .......... .......... 13% 90.6M 10s
  1050K .......... .......... .......... .......... .......... 14%  302M 9s
  1100K .......... .......... .......... .......... .......... 14%  214M 9s
  1150K .......... .......... .......... .......... .......... 15%  305M 8s
  1200K .......... .......... .......... .......... .......... 15% 69.4K 12s
  1250K .......... .......... .......... .......... .......... 16% 93.0M 11s
  1300K .......... .......... .......... .......... .......... 17%  265M 11s
  1350K .......... .......... .......... .......... .......... 17% 1.19M 10s
  1400K .......... .......... .......... .......... .......... 18% 88.5M 10s
  1450K .......... .......... .......... .......... .......... 19%  244M 9s
  1500K .......... .......... .......... .......... .......... 19%  317K 10s
  1550K .......... .......... .......... .......... .......... 20%  288M 9s
  1600K .......... .......... .......... .......... .......... 21% 69.7M 9s
  1650K .......... .......... .......... .......... .......... 21%  195M 9s
  1700K .......... .......... .......... .......... .......... 22%  165M 8s
  1750K .......... .......... .......... .......... .......... 22% 64.8M 8s
  1800K .......... .......... .......... .......... .......... 23%  130M 8s
  1850K .......... .......... .......... .......... .......... 24% 1.19M 8s
  1900K .......... .......... .......... .......... .......... 24% 78.0M 7s
  1950K .......... .......... .......... .......... .......... 25%  167M 7s
  2000K .......... .......... .......... .......... .......... 26% 49.3M 7s
  2050K .......... .......... .......... .......... .......... 26%  320K 7s
  2100K .......... .......... .......... .......... .......... 27% 61.2M 7s
  2150K .......... .......... .......... .......... .......... 28% 62.7M 7s
  2200K .......... .......... .......... .......... .......... 28% 58.1M 6s
  2250K .......... .......... .......... .......... .......... 29% 43.4M 6s
  2300K .......... .......... .......... .......... .......... 30% 46.8M 6s
  2350K .......... .......... .......... .......... .......... 30% 47.7M 6s
  2400K .......... .......... .......... .......... .......... 31% 52.9M 6s
  2450K .......... .......... .......... .......... .......... 31% 65.8M 6s
  2500K .......... .......... .......... .......... .......... 32% 92.1M 5s
  2550K .......... .......... .......... .......... .......... 33%  137M 5s
  2600K .......... .......... .......... .......... .......... 33%  153M 5s
  2650K .......... .......... .......... .......... .......... 34%  139M 5s
  2700K .......... .......... .......... .......... .......... 35%  292K 5s
  2750K .......... .......... .......... .......... .......... 35%  224M 5s
  2800K .......... .......... .......... .......... .......... 36%  206M 5s
  2850K .......... .......... .......... .......... .......... 37%  194M 5s
  2900K .......... .......... .......... .......... .......... 37% 1.35M 5s
  2950K .......... .......... .......... .......... .......... 38% 58.3M 5s
  3000K .......... .......... .......... .......... .......... 38% 3.81M 4s
  3050K .......... .......... .......... .......... .......... 39% 57.8M 4s
  3100K .......... .......... .......... .......... .......... 40%  113M 4s
  3150K .......... .......... .......... .......... .......... 40%  130M 4s
  3200K .......... .......... .......... .......... .......... 41%  191M 4s
  3250K .......... .......... .......... .......... .......... 42% 50.4M 4s
  3300K .......... .......... .......... .......... .......... 42%  123M 4s
  3350K .......... .......... .......... .......... .......... 43%  196M 4s
  3400K .......... .......... .......... .......... .......... 44% 1.69M 4s
  3450K .......... .......... .......... .......... .......... 44% 42.5M 4s
  3500K .......... .......... .......... .......... .......... 45% 74.9M 3s
  3550K .......... .......... .......... .......... .......... 45%  127M 3s
  3600K .......... .......... .......... .......... .......... 46%  202M 3s
  3650K .......... .......... .......... .......... .......... 47% 4.15M 3s
  3700K .......... .......... .......... .......... .......... 47%  443K 3s
  3750K .......... .......... .......... .......... .......... 48% 72.4M 3s
  3800K .......... .......... .......... .......... .......... 49% 69.8M 3s
  3850K .......... .......... .......... .......... .......... 49% 52.0M 3s
  3900K .......... .......... .......... .......... .......... 50% 63.3M 3s
  3950K .......... .......... .......... .......... .......... 51% 82.8M 3s
  4000K .......... .......... .......... .......... .......... 51% 69.8M 3s
  4050K .......... .......... .......... .......... .......... 52%  102M 3s
  4100K .......... .......... .......... .......... .......... 53% 1.97M 3s
  4150K .......... .......... .......... .......... .......... 53% 34.1M 3s
  4200K .......... .......... .......... .......... .......... 54% 64.9M 3s
  4250K .......... .......... .......... .......... .......... 54% 92.5M 2s
  4300K .......... .......... .......... .......... .......... 55% 3.47M 2s
  4350K .......... .......... .......... .......... .......... 56%  153M 2s
  4400K .......... .......... .......... .......... .......... 56% 36.5M 2s
  4450K .......... .......... .......... .......... .......... 57% 64.1M 2s
  4500K .......... .......... .......... .......... .......... 58%  138M 2s
  4550K .......... .......... .......... .......... .......... 58%  149M 2s
  4600K .......... .......... .......... .......... .......... 59%  156M 2s
  4650K .......... .......... .......... .......... .......... 60% 99.3M 2s
  4700K .......... .......... .......... .......... .......... 60%  145M 2s
  4750K .......... .......... .......... .......... .......... 61%  250K 2s
  4800K .......... .......... .......... .......... .......... 61% 56.6M 2s
  4850K .......... .......... .......... .......... .......... 62% 62.8M 2s
  4900K .......... .......... .......... .......... .......... 63% 65.8M 2s
  4950K .......... .......... .......... .......... .......... 63% 10.9K 4s
  5000K .......... .......... .......... .......... .......... 64%  243K 4s
  5050K .......... .......... .......... .......... .......... 65%  244K 4s
  5100K .......... .......... .......... .......... .......... 65% 50.1M 4s
  5150K .......... .......... .......... .......... .......... 66%  245K 4s
  5200K .......... .......... .......... .......... .......... 67% 69.1M 4s
  5250K .......... .......... .......... .......... .......... 67% 41.0M 4s
  5300K .......... .......... .......... .......... .......... 68% 68.5M 4s
  5350K .......... .......... .......... .......... .......... 68%  258K 4s
  5400K .......... .......... .......... .......... .......... 69% 59.0M 4s
  5450K .......... .......... .......... .......... .......... 70% 4.54M 4s
  5500K .......... .......... .......... .......... .......... 70% 72.5M 4s
  5550K .......... .......... .......... .......... .......... 71% 54.3M 3s
  5600K .......... .......... .......... .......... .......... 72% 91.0M 3s
  5650K .......... .......... .......... .......... .......... 72% 86.2M 3s
  5700K .......... .......... .......... .......... .......... 73% 50.8M 3s
  5750K .......... .......... .......... .......... .......... 74% 82.6M 3s
  5800K .......... .......... .......... .......... .......... 74% 94.3M 3s
  5850K .......... .......... .......... .......... .......... 75%  260K 3s
  5900K .......... .......... .......... .......... .......... 76% 78.4M 3s
  5950K .......... .......... .......... .......... .......... 76% 95.6M 3s
  6000K .......... .......... .......... .......... .......... 77% 53.3M 3s
  6050K .......... .......... .......... .......... .......... 77% 82.6M 3s
  6100K .......... .......... .......... .......... .......... 78%  101M 2s
  6150K .......... .......... .......... .......... .......... 79% 33.4M 2s
  6200K .......... .......... .......... .......... .......... 79% 11.5M 2s
  6250K .......... .......... .......... .......... .......... 80% 47.0M 2s
  6300K .......... .......... .......... .......... .......... 81% 94.2M 2s
  6350K .......... .......... .......... .......... .......... 81%  101M 2s
  6400K .......... .......... .......... .......... .......... 82% 58.0M 2s
  6450K .......... .......... .......... .......... .......... 83% 74.1M 2s
  6500K .......... .......... .......... .......... .......... 83% 81.7M 2s
  6550K .......... .......... .......... .......... .......... 84% 54.0M 2s
  6600K .......... .......... .......... .......... .......... 84% 77.6M 2s
  6650K .......... .......... .......... .......... .......... 85%  254K 2s
  6700K .......... .......... .......... .......... .......... 86%  262K 1s
  6750K .......... .......... .......... .......... .......... 86% 50.8M 1s
  6800K .......... .......... .......... .......... .......... 87% 58.2M 1s
  6850K .......... .......... .......... .......... .......... 88% 84.0M 1s
  6900K .......... .......... .......... .......... .......... 88% 83.5M 1s
  6950K .......... .......... .......... .......... .......... 89% 88.0M 1s
  7000K .......... .......... .......... .......... .......... 90% 77.1M 1s
  7050K .......... .......... .......... .......... .......... 90% 20.9M 1s
  7100K .......... .......... .......... .......... .......... 91% 52.5M 1s
  7150K .......... .......... .......... .......... .......... 91% 85.6M 1s
  7200K .......... .......... .......... .......... .......... 92% 78.2M 1s
  7250K .......... .......... .......... .......... .......... 93% 62.9M 1s
  7300K .......... .......... .......... .......... .......... 93% 64.0M 1s
  7350K .......... .......... .......... .......... .......... 94% 67.0M 1s
  7400K .......... .......... .......... .......... .......... 95% 76.9M 0s
  7450K .......... .......... .......... .......... .......... 95% 89.5M 0s
  7500K .......... .......... .......... .......... .......... 96% 60.2M 0s
  7550K .......... .......... .......... .......... .......... 97% 71.7M 0s
  7600K .......... .......... .......... .......... .......... 97% 55.1M 0s
  7650K .......... .......... .......... .......... .......... 98% 75.1M 0s
  7700K .......... .......... .......... .......... .......... 99% 63.6M 0s
  7750K .......... .......... .......... .......... .......... 99% 69.5M 0s
  7800K .......... .......... ......                          100% 69.5M=9.3s

2016-03-27 13:36:56 (844 KB/s) - 'pmd-bin-4.2.6.zip' saved [8014683/8014683]

 ---> 6b7a2a73012c
Removing intermediate container 34b8fff766c6
Successfully built 6b7a2a73012c
+ cd ..
Sending e-mails to: landauf@orxonox.net
Finished: SUCCESS