[
https://issues.apache.org/jira/browse/AURORA-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15257157#comment-15257157
]
John Sirois commented on AURORA-1682:
-------------------------------------
One of the transient issues - I do not understand how this is transient unless
different mirrors are active in different runs, and there is package skew for
the jdk package they provide, from [this
run|https://builds.apache.org/job/aurora-packaging-nightly/281/console]:
{noformat}
...
Using docker image aurora-ubuntu-trusty
Sending build context to Docker daemon 5.12 kB
Sending build context to Docker daemon 5.12 kB
Step 1 : FROM ubuntu:trusty
---> c88b54fedc4f
Step 2 : WORKDIR /aurora
---> Using cache
---> 29148091538e
Step 3 : ENV HOME /aurora
---> Using cache
---> 1f29974a3e74
Step 4 : ENV DEBIAN_FRONTEND noninteractive
---> Using cache
---> c3c5b4c1dbc2
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
---> 886dd5d04865
Step 6 : RUN add-apt-repository ppa:openjdk-r/ppa -y && apt-get update &&
apt-get install -y openjdk-8-jdk && update-alternatives --set java
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
---> Using cache
---> db045e7d7d60
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' >
...
Preparing to unpack gradle-2.12_2.12-2_all.deb ...
Unpacking gradle-2.12 (2.12-2) ...
dpkg: dependency problems prevent configuration of gradle-2.12:
gradle-2.12 depends on java-runtime | default-jre-headless; however:
Package java-runtime is not installed.
Package default-jre-headless is not installed.
dpkg: error processing package gradle-2.12 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
gradle-2.12
The command '/bin/sh -c git clone --depth 1
https://github.com/benley/gradle-packaging && cd gradle-packaging &&
apt-get install -y ruby ruby-dev unzip wget && gem install fpm &&
./gradle-mkdeb.sh 2.12 && dpkg -i gradle-2.12_2.12-2_all.deb && cd .. && rm
-rf gradle-packaging' returned a non-zero code: 1
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful
Sending e-mails to: [email protected]
Finished: FAILURE
{noformat}
> https://builds.apache.org/job/aurora-packaging-nightly is broken
> ----------------------------------------------------------------
>
> Key: AURORA-1682
> URL: https://issues.apache.org/jira/browse/AURORA-1682
> Project: Aurora
> Issue Type: Bug
> Components: Continuous Integration, Packaging
> Reporter: John Sirois
> Assignee: John Sirois
>
> It looks like
> https://git1-us-west.apache.org/repos/asf?p=aurora-packaging.git;a=commit;h=d5d41691c476fdfe32a595efcd53fc3a007d4d9e
> broke the nightly CI. That CI uses a custom version, namely {{version=$(cat
> .auroraversion).$(date +%Y.%m.%d)}}, which breaks CI with:
> {noformat}
> ...
> -rwxrwxr-x root/root 13218 2016-04-22 22:43
> apache-aurora-0.13.1snapshot.2016.04.25/src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
> -rwxrwxr-x root/root 5275 2016-04-22 22:43
> apache-aurora-0.13.1snapshot.2016.04.25/src/test/sh/org/apache/aurora/e2e/test_kerberos_end_to_end.sh
> -rw-rw-r-- root/root 1483 2016-04-22 22:43
> apache-aurora-0.13.1snapshot.2016.04.25/src/test/sh/org/apache/aurora/e2e/validate_serverset.py
> + STATUS=0
> + '[' 0 -ne 0 ']'
> + cd apache-aurora-0.13.1-SNAPSHOT
> /var/tmp/rpm-tmp.ZAuzps: line 35: cd: apache-aurora-0.13.1-SNAPSHOT: No such
> file or directory
> error: Bad exit status from /var/tmp/rpm-tmp.ZAuzps (%prep)
> RPM build errors:
> Bad exit status from /var/tmp/rpm-tmp.ZAuzps (%prep)
> make: *** [rpm] Error 1
> Build step 'Execute shell' marked build as failure
> Skipped archiving because build is not successful
> Sending e-mails to: [email protected]
> Finished: FAILURE
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)