FailedConsole Output

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-27T15:34:06.427 +0200'
U         orxonox_qc/Dockerfile
At revision 11158

[build_docker_images] $ /bin/sh -xe /tmp/hudson3273422245731150326.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 		wget 		zip 	&& rm -rf /var/lib/apt/lists/*
 ---> Running in 4d0eccd892d1
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 11s (1900 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
Recommended packages:
  llvm-3.4-dev libalgorithm-diff-xs-perl unzip
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 wget zip
0 upgraded, 14 newly installed, 0 to remove and 15 not upgraded.
Need to get 21.7 MB of archives.
After this operation, 87.9 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/main zip amd64 3.0-8 [262 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.7 MB in 8s (2427 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 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 zip.
Preparing to unpack .../archives/zip_3.0-8_amd64.deb ...
Unpacking zip (3.0-8) ...
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 zip (3.0-8) ...
Processing triggers for libc-bin (2.19-0ubuntu6.7) ...
 ---> 63cf02d0a328
Removing intermediate container 4d0eccd892d1
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 9c9271e573ff
--2016-03-27 13:34:47--  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://ufpr.dl.sourceforge.net/project/pmd/pmd/4.2.6/pmd-bin-4.2.6.zip [following]
--2016-03-27 13:34:47--  http://ufpr.dl.sourceforge.net/project/pmd/pmd/4.2.6/pmd-bin-4.2.6.zip
Resolving ufpr.dl.sourceforge.net (ufpr.dl.sourceforge.net)... 200.236.31.2, 2801:82:80ff:8000::3
Connecting to ufpr.dl.sourceforge.net (ufpr.dl.sourceforge.net)|200.236.31.2|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8014683 (7.6M) [application/zip]
Saving to: 'pmd-bin-4.2.6.zip'

     0K .......... .......... .......... .......... ..........  0% 95.0K 82s
    50K .......... .......... .......... .......... ..........  1%  191K 61s
   100K .......... .......... .......... .......... ..........  1% 19.5M 40s
   150K .......... .......... .......... .......... ..........  2%  274M 30s
   200K .......... .......... .......... .......... ..........  3%  191K 32s
   250K .......... .......... .......... .......... ..........  3%  151M 26s
   300K .......... .......... .......... .......... ..........  4%  190K 28s
   350K .......... .......... .......... .......... ..........  5% 44.9M 24s
   400K .......... .......... .......... .......... ..........  5%  181M 22s
   450K .......... .......... .......... .......... ..........  6%  165M 19s
   500K .......... .......... .......... .......... ..........  7%  193K 21s
   550K .......... .......... .......... .......... ..........  7% 8.01M 19s
   600K .......... .......... .......... .......... ..........  8%  217M 17s
   650K .......... .......... .......... .......... ..........  8%  204M 16s
   700K .......... .......... .......... .......... ..........  9%  273M 15s
   750K .......... .......... .......... .......... .......... 10%  232M 14s
   800K .......... .......... .......... .......... .......... 10%  201M 13s
   850K .......... .......... .......... .......... .......... 11% 92.3M 12s
   900K .......... .......... .......... .......... .......... 12%  213M 11s
   950K .......... .......... .......... .......... .......... 12%  228M 11s
  1000K .......... .......... .......... .......... .......... 13%  245M 10s
  1050K .......... .......... .......... .......... .......... 14%  198K 11s
  1100K .......... .......... .......... .......... .......... 14% 27.7M 11s
  1150K .......... .......... .......... .......... .......... 15% 26.3M 10s
  1200K .......... .......... .......... .......... .......... 15%  248M 10s
  1250K .......... .......... .......... .......... .......... 16%  230M 9s
  1300K .......... .......... .......... .......... .......... 17% 10.5M 9s
  1350K .......... .......... .......... .......... .......... 17%  211M 8s
  1400K .......... .......... .......... .......... .......... 18%  311M 8s
  1450K .......... .......... .......... .......... .......... 19%  193K 9s
  1500K .......... .......... .......... .......... .......... 19% 56.7M 9s
  1550K .......... .......... .......... .......... .......... 20%  207M 8s
  1600K .......... .......... .......... .......... .......... 21%  160M 8s
  1650K .......... .......... .......... .......... .......... 21%  160M 8s
  1700K .......... .......... .......... .......... .......... 22%  221M 7s
  1750K .......... .......... .......... .......... .......... 22%  225M 7s
  1800K .......... .......... .......... .......... .......... 23% 92.2M 7s
  1850K .......... .......... .......... .......... .......... 24% 71.3M 7s
  1900K .......... .......... .......... .......... .......... 24%  128M 6s
  1950K .......... .......... .......... .......... .......... 25%  165M 6s
  2000K .......... .......... .......... .......... .......... 26%  234M 6s
  2050K .......... .......... .......... .......... .......... 26%  102M 6s
  2100K .......... .......... .......... .......... .......... 27%  213M 6s
  2150K .......... .......... .......... .......... .......... 28%  126M 5s
  2200K .......... .......... .......... .......... .......... 28%  185M 5s
  2250K .......... .......... .......... .......... .......... 29%  111M 5s
  2300K .......... .......... .......... .......... .......... 30%  188M 5s
  2350K .......... .......... .......... .......... .......... 30%  256M 5s
  2400K .......... .......... .......... .......... .......... 31%  199M 5s
  2450K .......... .......... .......... .......... .......... 31%  199K 5s
  2500K .......... .......... .......... .......... .......... 32% 13.9M 5s
  2550K .......... .......... .......... .......... .......... 33% 3.69M 5s
  2600K .......... .......... .......... .......... .......... 33% 62.0M 5s
  2650K .......... .......... .......... .......... .......... 34%  142M 5s
  2700K .......... .......... .......... .......... .......... 35%  117M 4s
  2750K .......... .......... .......... .......... .......... 35%  161M 4s
  2800K .......... .......... .......... .......... .......... 36%  131M 4s
  2850K .......... .......... .......... .......... .......... 37%  154M 4s
  2900K .......... .......... .......... .......... .......... 37%  117M 4s
  2950K .......... .......... .......... .......... .......... 38%  124M 4s
  3000K .......... .......... .......... .......... .......... 38%  142M 4s
  3050K .......... .......... .......... .......... .......... 39%  201K 4s
  3100K .......... .......... .......... .......... .......... 40% 99.9M 4s
  3150K .......... .......... .......... .......... .......... 40%  147M 4s
  3200K .......... .......... .......... .......... .......... 41% 72.6M 4s
  3250K .......... .......... .......... .......... .......... 42%  140M 4s
  3300K .......... .......... .......... .......... .......... 42%  146M 4s
  3350K .......... .......... .......... .......... .......... 43% 4.84M 3s
  3400K .......... .......... .......... .......... .......... 44%  149M 3s
  3450K .......... .......... .......... .......... .......... 44%  177M 3s
  3500K .......... .......... .......... .......... .......... 45%  209M 3s
  3550K .......... .......... .......... .......... .......... 45%  170M 3s
  3600K .......... .......... .......... .......... .......... 46%  160M 3s
  3650K .......... .......... .......... .......... .......... 47%  204M 3s
  3700K .......... .......... .......... .......... .......... 47%  181M 3s
  3750K .......... .......... .......... .......... .......... 48%  137M 3s
  3800K .......... .......... .......... .......... .......... 49%  261M 3s
  3850K .......... .......... .......... .......... .......... 49% 88.0M 3s
  3900K .......... .......... .......... .......... .......... 50%  181M 3s
  3950K .......... .......... .......... .......... .......... 51%  258M 3s
  4000K .......... .......... .......... .......... .......... 51%  330M 2s
  4050K .......... .......... .......... .......... .......... 52%  392M 2s
  4100K .......... .......... .......... .......... .......... 53%  250M 2s
  4150K .......... .......... .......... .......... .......... 53%  190M 2s
  4200K .......... .......... .......... .......... .......... 54%  261M 2s
  4250K .......... .......... .......... .......... .......... 54%  300M 2s
  4300K .......... .......... .......... .......... .......... 55%  248M 2s
  4350K .......... .......... .......... .......... .......... 56%  260M 2s
  4400K .......... .......... .......... .......... .......... 56%  188M 2s
  4450K .......... .......... .......... .......... .......... 57%  283M 2s
  4500K .......... .......... .......... .......... .......... 58%  311M 2s
  4550K .......... .......... .......... .......... .......... 58%  215M 2s
  4600K .......... .......... .......... .......... .......... 59%  275M 2s
  4650K .......... .......... .......... .......... .......... 60%  193M 2s
  4700K .......... .......... .......... .......... .......... 60%  263M 2s
  4750K .......... .......... .......... .......... .......... 61%  219M 2s
  4800K .......... .......... .......... .......... .......... 61%  260M 2s
  4850K .......... .......... .......... .......... .......... 62% 77.7M 2s
  4900K .......... .......... .......... .......... .......... 63%  207K 2s
  4950K .......... .......... .......... .......... .......... 63%  125M 2s
  5000K .......... .......... .......... .......... .......... 64%  118M 2s
  5050K .......... .......... .......... .......... .......... 65%  174M 2s
  5100K .......... .......... .......... .......... .......... 65% 79.3M 2s
  5150K .......... .......... .......... .......... .......... 66%  112M 1s
  5200K .......... .......... .......... .......... .......... 67%  138M 1s
  5250K .......... .......... .......... .......... .......... 67%  152M 1s
  5300K .......... .......... .......... .......... .......... 68%  257M 1s
  5350K .......... .......... .......... .......... .......... 68%  142M 1s
  5400K .......... .......... .......... .......... .......... 69%  229M 1s
  5450K .......... .......... .......... .......... .......... 70%  222M 1s
  5500K .......... .......... .......... .......... .......... 70%  203M 1s
  5550K .......... .......... .......... .......... .......... 71%  229M 1s
  5600K .......... .......... .......... .......... .......... 72% 19.4M 1s
  5650K .......... .......... .......... .......... .......... 72% 11.7M 1s
  5700K .......... .......... .......... .......... .......... 73% 17.8M 1s
  5750K .......... .......... .......... .......... .......... 74% 14.4M 1s
  5800K .......... .......... .......... .......... .......... 74% 33.4M 1s
  5850K .......... .......... .......... .......... .......... 75%  145M 1s
  5900K .......... .......... .......... .......... .......... 76%  112M 1s
  5950K .......... .......... .......... .......... .......... 76%  140M 1s
  6000K .......... .......... .......... .......... .......... 77%  135M 1s
  6050K .......... .......... .......... .......... .......... 77%  125M 1s
  6100K .......... .......... .......... .......... .......... 78%  147M 1s
  6150K .......... .......... .......... .......... .......... 79%  145M 1s
  6200K .......... .......... .......... .......... .......... 79%  158M 1s
  6250K .......... .......... .......... .......... .......... 80%  140M 1s
  6300K .......... .......... .......... .......... .......... 81%  234M 1s
  6350K .......... .......... .......... .......... .......... 81%  145M 1s
  6400K .......... .......... .......... .......... .......... 82%  150M 1s
  6450K .......... .......... .......... .......... .......... 83%  153M 1s
  6500K .......... .......... .......... .......... .......... 83%  135M 1s
  6550K .......... .......... .......... .......... .......... 84%  101M 1s
  6600K .......... .......... .......... .......... .......... 84%  155M 1s
  6650K .......... .......... .......... .......... .......... 85%  205K 1s
  6700K .......... .......... .......... .......... .......... 86%  267M 1s
  6750K .......... .......... .......... .......... .......... 86%  350M 0s
  6800K .......... .......... .......... .......... .......... 87%  136M 0s
  6850K .......... .......... .......... .......... .......... 88%  252M 0s
  6900K .......... .......... .......... .......... .......... 88%  162M 0s
  6950K .......... .......... .......... .......... .......... 89%  212M 0s
  7000K .......... .......... .......... .......... .......... 90%  209M 0s
  7050K .......... .......... .......... .......... .......... 90%  235M 0s
  7100K .......... .......... .......... .......... .......... 91%  182M 0s
  7150K .......... .......... .......... .......... .......... 91%  244M 0s
  7200K .......... .......... .......... .......... .......... 92%  132M 0s
  7250K .......... .......... .......... .......... .......... 93%  242M 0s
  7300K .......... .......... .......... .......... .......... 93%  191K 0s
  7350K .......... .......... .......... .......... .......... 94% 42.8M 0s
  7400K .......... .......... .......... .......... .......... 95% 48.8M 0s
  7450K .......... .......... .......... .......... .......... 95% 94.5M 0s
  7500K .......... .......... .......... .......... .......... 96%  242M 0s
  7550K .......... .......... .......... .......... .......... 97%  193M 0s
  7600K .......... .......... .......... .......... .......... 97%  240M 0s
  7650K .......... .......... .......... .......... .......... 98%  137M 0s
  7700K .......... .......... .......... .......... .......... 99%  247M 0s
  7750K .......... .......... .......... .......... .......... 99%  238M 0s
  7800K .......... .......... ......                          100%  166M=3.4s

2016-03-27 13:34:51 (2.23 MB/s) - 'pmd-bin-4.2.6.zip' saved [8014683/8014683]

/bin/sh: 1: unzip: not found
The command '/bin/sh -c 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' returned a non-zero code: 127
Build step 'Execute shell' marked build as failure
Sending e-mails to: landauf@orxonox.net
Finished: FAILURE