See <https://builds.apache.org/job/HTrace-Master/90/>
------------------------------------------ Started by user stack [EnvInject] - Loading node environment variables. Building remotely on ubuntu-2 (docker Ubuntu ubuntu) in workspace <https://builds.apache.org/job/HTrace-Master/ws/> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url > https://git-wip-us.apache.org/repos/asf/incubator-htrace.git # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/incubator-htrace.git > git --version # timeout=10 > git fetch --tags --progress > https://git-wip-us.apache.org/repos/asf/incubator-htrace.git > +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 f9343e912b0cf5927d76956c74032b29d31474a2 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f f9343e912b0cf5927d76956c74032b29d31474a2 > git rev-list f9343e912b0cf5927d76956c74032b29d31474a2 # timeout=10 [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content export=MAVEN_OPTS="-Xmx6100M -XX:-UsePerfData" [EnvInject] - Variables injected successfully. [HTrace-Master] $ /bin/bash -xe /tmp/hudson5568480804196989705.sh + which java /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk-1.7u51/bin/java + java -version java version "1.7.0_51" Java(TM) SE Runtime Environment (build 1.7.0_51-b13) Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode) + ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 386178 max locked memory (kbytes, -l) 64 max memory size (kbytes, -m) unlimited open files (-n) 60000 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) 10240 virtual memory (kbytes, -v) unlimited file locks (-x) unlimited + docker build -t htrace . Sending build context to Docker daemon 557.1 kB Sending build context to Docker daemon 1.114 MB Sending build context to Docker daemon 1.671 MB Sending build context to Docker daemon 2.228 MB Sending build context to Docker daemon 2.785 MB Sending build context to Docker daemon 3.342 MB Sending build context to Docker daemon 3.899 MB Sending build context to Docker daemon 4.456 MB Sending build context to Docker daemon 5.014 MB Sending build context to Docker daemon 5.571 MB Sending build context to Docker daemon 6.128 MB Sending build context to Docker daemon 6.685 MB Sending build context to Docker daemon 6.91 MB Sending build context to Docker daemon Step 0 : FROM ubuntu:trusty ---> 91e54dfb1179 Step 1 : MAINTAINER Apache HTrace <[email protected]> ---> Using cache ---> 231e21939466 Step 2 : ENV HOME /root ---> Using cache ---> b5520020a379 Step 3 : ENV DEBIAN_FRONTEND noninteractive ---> Using cache ---> 30da759033ac Step 4 : RUN apt-get update -y && apt-get dist-upgrade -y ---> Using cache ---> 1c50e863ae46 Step 5 : RUN apt-get install -y build-essential curl gcc git libleveldb-dev libsnappy-dev ---> Using cache ---> 57df0984d359 Step 6 : RUN curl -sSL http://nixos.org/releases/patchelf/patchelf-0.8/patchelf-0.8.tar.bz2 | tar -C /tmp -xj && cd /tmp/patchelf-*/ && ./configure --prefix=/usr && make install ---> Using cache ---> fd79f90fbf6d Step 7 : RUN apt-get install -y software-properties-common && echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections && add-apt-repository -y ppa:webupd8team/java && apt-get update && apt-get install -y oracle-java7-installer oracle-java7-set-default ---> Using cache ---> 5beb06f417f3 Step 8 : RUN curl -sSL http://archive.apache.org/dist/maven/maven-3/3.0.4/binaries/apache-maven-3.0.4-bin.tar.gz | tar -C /usr/share -xz && mv /usr/share/apache-maven-3.0.4 /usr/share/maven && ln -s /usr/share/maven/bin/mvn /usr/bin/mvn ---> Using cache ---> 10a58d971ecc Step 9 : RUN curl -sSL http://archive.apache.org/dist/ant/binaries/apache-ant-1.9.6-bin.tar.gz | tar -C /usr/share -xz && mv /usr/share/apache-ant-1.9.6 /usr/share/ant && ln -s /usr/share/ant/bin/ant /usr/bin/ant ---> Using cache ---> be95bc977788 Step 10 : ENV JAVA_HOME /usr/lib/jvm/java-7-oracle ---> Using cache ---> 126a8f967b8f Step 11 : ENV MAVEN_HOME /usr/share/maven ---> Using cache ---> f248874bbfbb Step 12 : ENV ANT_HOME /ust/share/ant ---> Using cache ---> 11798f618bfb Step 13 : RUN curl -sSL https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz | tar -C /usr/lib/ -xz && mkdir -p /usr/share/go ---> Using cache ---> a4d8aa7fd251 Step 14 : ENV GOROOT /usr/lib/go ---> Using cache ---> ff6cf049a5c9 Step 15 : ENV GOPATH /usr/share/go ---> Using cache ---> 60d6ca3596ec Step 16 : ENV PATH ${GOROOT}/bin:${GOPATH}/bin:$PATH ---> Using cache ---> 9340a45c93c2 Step 17 : RUN apt-get clean && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* && rm -rf /var/tmp/* ---> Using cache ---> 53f74c4d9e0c Step 18 : WORKDIR $HOME ---> Using cache ---> 1bf265d68898 Successfully built 1bf265d68898 ++ pwd + docker run -it -v <https://builds.apache.org/job/HTrace-Master/ws/>:/htrace --entrypoint /bin/bash htrace -c 'cd /htrace && mvn install' cannot enable tty mode on non tty input Build step 'Execute shell' marked build as failure [FINDBUGS] Skipping publisher since build result is FAILURE Performing Post build task... Match found for :.* : True Logical operation result is TRUE Running script : [HTrace-Master] $ /bin/bash -xe /tmp/hudson5107630667334075004.sh POST BUILD TASK : SUCCESS END OF POST BUILD TASK : 0 Archiving artifacts No prior successful build to compare, so performing full copy of artifacts Recording test results
