You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aurora.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/28 00:33:25 UTC

Build failed in Jenkins: aurora-packaging-nightly #377

See <https://builds.apache.org/job/aurora-packaging-nightly/377/>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on H10 (docker Ubuntu ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/aurora-packaging-nightly/ws/>
Cloning the remote Git repository
Using shallow clone
Cloning repository https://git-wip-us.apache.org/repos/asf/aurora
 > git init <https://builds.apache.org/job/aurora-packaging-nightly/ws/aurora> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/aurora
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/aurora +refs/heads/*:refs/remotes/origin/* --depth=1
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/aurora # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/aurora # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/aurora
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/aurora +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision dde2c92f7af6379666001829f14264ac25977158 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dde2c92f7af6379666001829f14264ac25977158
 > git rev-list 08792d43350ab981af23786d300c199d9b409151 # timeout=10
First time build. Skipping changelog.
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/aurora-packaging
 > git init <https://builds.apache.org/job/aurora-packaging-nightly/ws/aurora-packaging> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/aurora-packaging
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/aurora-packaging +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/aurora-packaging # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/aurora-packaging # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/aurora-packaging
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/aurora-packaging +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 2a9dd402b7b0fe75d994ed83de36f820619fd836 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2a9dd402b7b0fe75d994ed83de36f820619fd836
 > git rev-list 2a9dd402b7b0fe75d994ed83de36f820619fd836 # timeout=10
[aurora-packaging-nightly] $ /bin/bash -xe /tmp/hudson5781004899720784007.sh
+ cd aurora
++ cat .auroraversion
+ internal_version=0.16.0-SNAPSHOT
+ git archive --prefix=apache-aurora-0.16.0-SNAPSHOT/ -o snapshot.tar.gz HEAD
+ cd ../aurora-packaging
++ date +%Y.%m.%d
+ nightly_version=0.16.0-SNAPSHOT.2016.07.28
+ ./build-artifact.sh ../aurora/snapshot.tar.gz 0.16.0-SNAPSHOT.2016.07.28
Using docker image aurora-ubuntu-trusty
Sending build context to Docker daemon  5.12 kB

Step 1 : FROM ubuntu:trusty
 ---> 8f1bd21bd25c
Step 2 : WORKDIR /aurora
 ---> Using cache
 ---> c1dd68c4b5dc
Step 3 : ENV HOME /aurora
 ---> Using cache
 ---> 01c561f5981e
Step 4 : ENV DEBIAN_FRONTEND noninteractive
 ---> Using cache
 ---> 862531a8087d
Step 5 : RUN apt-get update && apt-get -y install   bison   debhelper   devscripts   dpkg-dev   curl   git   libapr1-dev   libcurl4-openssl-dev   libsvn-dev   python-all-dev   software-properties-common
 ---> Using cache
 ---> ec03f8ad6112
Step 6 : RUN add-apt-repository -y ppa:openjdk-r/ppa   && apt-get update   && apt-get -y install openjdk-8-jdk   && update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
 ---> Using cache
 ---> d55fb0dd8014
Step 7 : RUN curl -sSL http://apache.org/dist/thrift/KEYS | gpg --import - &&    gpg --export --armor 66B778F9 | sudo apt-key add - &&    echo 'deb http://www.apache.org/dist/thrift/debian 0.9.1 main' > /etc/apt/sources.list.d/thrift.list &&    apt-get update &&    apt-get -y install thrift-compiler=0.9.1
 ---> Using cache
 ---> f96a74338967
Step 8 : RUN git clone --depth 1 https://github.com/benley/gradle-packaging   && cd gradle-packaging   && apt-get -y install ruby ruby-dev unzip wget   && gem install fpm && ./gradle-mkdeb.sh 2.14   && apt-get -y install gdebi-core   && gdebi --non-interactive gradle-2.14_2.14-2_all.deb   && cd .. && rm -rf gradle-packaging
 ---> Running in da33de67b285
Cloning into 'gradle-packaging'...
Reading package lists...
Building dependency tree...
Reading state information...
unzip is already the newest version.
unzip set to manually installed.
The following extra packages will be installed:
  libruby1.9.1 libyaml-0-2 ruby1.9.1 ruby1.9.1-dev
Suggested packages:
  ri ruby1.9.1-examples ri1.9.1 graphviz ruby-switch
The following NEW packages will be installed:
  libruby1.9.1 libyaml-0-2 ruby ruby-dev ruby1.9.1 ruby1.9.1-dev wget
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Need to get 3879 kB of archives.
After this operation, 17.7 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libyaml-0-2 amd64 0.1.4-3ubuntu3.1 [48.1 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main ruby all 1:1.9.3.4 [5334 B]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main ruby1.9.1 amd64 1.9.3.484-2ubuntu1.2 [35.6 kB]
Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libruby1.9.1 amd64 1.9.3.484-2ubuntu1.2 [2645 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main ruby1.9.1-dev amd64 1.9.3.484-2ubuntu1.2 [871 kB]
Get:6 http://archive.ubuntu.com/ubuntu/ trusty/main ruby-dev all 1:1.9.3.4 [4660 B]
Err http://archive.ubuntu.com/ubuntu/ trusty-security/main wget amd64 1.15-1ubuntu1.14.04.1
  404  Not Found [IP: 91.189.88.152 80]
Fetched 3610 kB in 2s (1513 kB/s)
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/w/wget/wget_1.15-1ubuntu1.14.04.1_amd64.deb  404  Not Found [IP: 91.189.88.152 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
The command '/bin/sh -c git clone --depth 1 https://github.com/benley/gradle-packaging   && cd gradle-packaging   && apt-get -y install ruby ruby-dev unzip wget   && gem install fpm && ./gradle-mkdeb.sh 2.14   && apt-get -y install gdebi-core   && gdebi --non-interactive gradle-2.14_2.14-2_all.deb   && cd .. && rm -rf gradle-packaging' returned a non-zero code: 100
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful

Jenkins build is back to normal : aurora-packaging-nightly #378

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/aurora-packaging-nightly/378/>