See <https://builds.apache.org/job/HTrace-Master/87/>
------------------------------------------ Started by user stack [EnvInject] - Loading node environment variables. Building remotely on H1 (Mapreduce Hadoop Pig Hdfs) 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/hudson2408436122037594079.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.543 MB Sending build context to Docker daemon Step 0 : FROM ubuntu:trusty ---> 07f8e8c5e660 Step 1 : MAINTAINER Apache HTrace <[email protected]> ---> Using cache ---> e373788488f2 Step 2 : ENV HOME /root ---> Using cache ---> ed273041574f Step 3 : ENV DEBIAN_FRONTEND noninteractive ---> Using cache ---> 0b571b45ee27 Step 4 : RUN apt-get update -y && apt-get dist-upgrade -y ---> Using cache ---> d5b7f51624e5 Step 5 : RUN apt-get install -y build-essential curl gcc git libleveldb-dev libsnappy-dev ---> Using cache ---> 3ebf2f9bd739 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 ---> 42c48b37ce03 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 ---> c48939752e54 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 ---> 7145dc65f9b2 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 ---> d91025f41be2 Step 10 : ENV JAVA_HOME /usr/lib/jvm/java-7-oracle ---> Using cache ---> 0e4717637160 Step 11 : ENV MAVEN_HOME /usr/share/maven ---> Using cache ---> a5a2aef8448a Step 12 : ENV ANT_HOME /ust/share/ant ---> Using cache ---> 0e2217488b1d 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 ---> dbe8ea33caa6 Step 14 : ENV GOROOT /usr/lib/go ---> Using cache ---> 6115b5b74b09 Step 15 : ENV GOPATH /usr/share/go ---> Using cache ---> 81814acf37c6 Step 16 : ENV PATH ${GOROOT}/bin:${GOPATH}/bin:$PATH ---> Using cache ---> 763ca0578db0 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 ---> aa03de255c42 Step 18 : WORKDIR $HOME ---> Using cache ---> f84d7e0e7a3f Successfully built f84d7e0e7a3f ++ pwd + docker run --rm -v=<https://builds.apache.org/job/HTrace-Master/ws/>:/htrace htrace /bin/bash -C 'ls .' /bin/bash: ls .: No such file or directory 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/hudson5353069939621142751.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
