You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/08/04 14:08:49 UTC

Build failed in Jenkins: Tez-qbt-0.9-snapshots #6

See <https://builds.apache.org/job/Tez-qbt-0.9-snapshots/6/display/redirect?page=changes>

Changes:

[jeagles] TEZ-4212. Fix build checkstyle configuration and suppressions dtd URLs


------------------------------------------
[...truncated 9.54 KB...]
 ---> Using cache
 ---> b8cd59ed35e4
Step 4/28 : RUN echo APT::Install-Recommends "0"\; > /etc/apt/apt.conf.d/10disableextras
 ---> Using cache
 ---> c6207326c91f
Step 5/28 : RUN echo APT::Install-Suggests "0"\; >>  /etc/apt/apt.conf.d/10disableextras
 ---> Using cache
 ---> b0ee43750904
Step 6/28 : ENV DEBIAN_FRONTEND noninteractive
 ---> Using cache
 ---> ebe60ef87706
Step 7/28 : ENV DEBCONF_TERSE true
 ---> Using cache
 ---> 708d246c4bd9
Step 8/28 : RUN apt-get -q update     && apt-get -q install -y --no-install-recommends         apt-utils         build-essential         bzip2         clang         curl         doxygen         fuse         g++         gcc         git         gnupg-agent         libbz2-dev         libfuse-dev         libprotobuf-dev         libprotoc-dev         libsasl2-dev         libsnappy-dev         libssl-dev         libtool         locales         make         pinentry-curses         pkg-config         python         python2.7         python-pip         python-pkg-resources         python-setuptools         python-wheel         rsync         software-properties-common         sudo         valgrind         zlib1g-dev     && apt-get clean     && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 3a3590fe5ce2
Step 9/28 : RUN apt-get -q update     && apt-get -q install -y --no-install-recommends openjdk-8-jdk libbcprov-java     && apt-get clean     && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> a00b153de20c
Step 10/28 : RUN mkdir -p /opt/cmake     && curl -L -s -S       https://cmake.org/files/v3.1/cmake-3.1.0-Linux-x86_64.tar.gz       -o /opt/cmake.tar.gz     && tar xzf /opt/cmake.tar.gz --strip-components 1 -C /opt/cmake
 ---> Using cache
 ---> a77c0e56015c
Step 11/28 : ENV CMAKE_HOME /opt/cmake
 ---> Using cache
 ---> 9e06678869f4
Step 12/28 : ENV PATH "${PATH}:/opt/cmake/bin"
 ---> Using cache
 ---> 6248485d8328
Step 13/28 : RUN mkdir -p /opt/protobuf-src     && curl -L -s -S       https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.gz       -o /opt/protobuf.tar.gz     && tar xzf /opt/protobuf.tar.gz --strip-components 1 -C /opt/protobuf-src     && cd /opt/protobuf-src     && ./configure --prefix=/opt/protobuf     && make install     && cd /root     && rm -rf /opt/protobuf-src
 ---> Using cache
 ---> f45c49a69c63
Step 14/28 : ENV PROTOBUF_HOME /opt/protobuf
 ---> Using cache
 ---> 12c63b24423a
Step 15/28 : ENV PATH "${PATH}:/opt/protobuf/bin"
 ---> Using cache
 ---> c2ef6c02c0da
Step 16/28 : RUN apt-get -q update     && apt-get -q install -y --no-install-recommends maven     && apt-get clean     && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 63c1b4a73030
Step 17/28 : ENV MAVEN_HOME /usr
 ---> Using cache
 ---> 43e7fb973b93
Step 18/28 : RUN apt-get -q update     && apt-get -q install -y --no-install-recommends findbugs ant     && apt-get clean     && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 47b2a23e3096
Step 19/28 : ENV FINDBUGS_HOME /usr
 ---> Using cache
 ---> 9ae79d2d21aa
Step 20/28 : RUN add-apt-repository -y ppa:hvr/ghc     && apt-get -q update     && apt-get -q install -y --no-install-recommends shellcheck ghc-8.0.2     && apt-get clean     && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> fd5af254be8b
Step 21/28 : RUN apt-get -q update     && apt-get -q install -y --no-install-recommends bats     && apt-get clean     && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 495386722647
Step 22/28 : RUN pip2 install pylint==1.9.2
 ---> Using cache
 ---> 60f47480039b
Step 23/28 : RUN pip2 install python-dateutil==2.7.3
 ---> Using cache
 ---> 38224732436c
Step 24/28 : RUN apt-get -q update     && apt-get install -y --no-install-recommends nodejs npm     && apt-get clean     && rm -rf /var/lib/apt/lists/*     && npm install npm@latest -g     && npm install -g jshint
 ---> Using cache
 ---> 02684245361c
Step 25/28 : RUN curl -L -s -S         https://github.com/hadolint/hadolint/releases/download/v1.11.1/hadolint-Linux-x86_64         -o /bin/hadolint    && chmod a+rx /bin/hadolint    && shasum -a 512 /bin/hadolint |         awk '$1!="734e37c1f6619cbbd86b9b249e69c9af8ee1ea87a2b1ff71dccda412e9dac35e63425225a95d71572091a3f0a11e9a04c2fc25d9e91b840530c26af32b9891ca" {exit(1)}'
 ---> Using cache
 ---> f170215f8d22
Step 26/28 : ENV MAVEN_OPTS -Xms256m -Xmx1536m
 ---> Using cache
 ---> 08b91a2ae3d7
Step 27/28 : LABEL org.apache.yetus=""
 ---> Using cache
 ---> 3f13bb882fc8
Step 28/28 : LABEL org.apache.yetus.testpatch.project=tez
 ---> Using cache
 ---> 91590a761841
Successfully built 91590a761841
Successfully tagged yetus/tez:474bb22ba
Building run-specific image yetus/tez:tp-3500

Total elapsed build time:   1m 22s

WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
WARNING: JAVA_HOME=/home/jenkins/tools/java/latest1.8 does not exist. Dockermode: attempting to switch to another.
WARNING: Setting /usr/lib/jvm/java-8-openjdk-amd64 as the JAVA_HOME.
WARNING: Working around Jenkins branch information
From https://gitbox.apache.org/repos/asf/tez
 = [up to date]          master                  -> origin/master
 = [up to date]          TEZ-1                   -> origin/TEZ-1
 = [up to date]          TEZ-1190                -> origin/TEZ-1190
 = [up to date]          TEZ-2003                -> origin/TEZ-2003
 = [up to date]          TEZ-2592                -> origin/TEZ-2592
 = [up to date]          TEZ-2980                -> origin/TEZ-2980
 = [up to date]          TEZ-3334                -> origin/TEZ-3334
 = [up to date]          TEZ-398                 -> origin/TEZ-398
 = [up to date]          TEZ-8                   -> origin/TEZ-8
 = [up to date]          branch-0.10.0           -> origin/branch-0.10.0
 = [up to date]          branch-0.2.0            -> origin/branch-0.2.0
 = [up to date]          branch-0.3.0-incubating -> origin/branch-0.3.0-incubating
 = [up to date]          branch-0.4              -> origin/branch-0.4
 = [up to date]          branch-0.4.0-incubating -> origin/branch-0.4.0-incubating
 = [up to date]          branch-0.4.1-incubating -> origin/branch-0.4.1-incubating
 = [up to date]          branch-0.5              -> origin/branch-0.5
 = [up to date]          branch-0.5.0            -> origin/branch-0.5.0
 = [up to date]          branch-0.5.1            -> origin/branch-0.5.1
 = [up to date]          branch-0.5.2            -> origin/branch-0.5.2
 = [up to date]          branch-0.5.3            -> origin/branch-0.5.3
 = [up to date]          branch-0.5.4            -> origin/branch-0.5.4
 = [up to date]          branch-0.6              -> origin/branch-0.6
 = [up to date]          branch-0.6.0            -> origin/branch-0.6.0
 = [up to date]          branch-0.6.1            -> origin/branch-0.6.1
 = [up to date]          branch-0.6.2            -> origin/branch-0.6.2
 = [up to date]          branch-0.7              -> origin/branch-0.7
 = [up to date]          branch-0.7.0            -> origin/branch-0.7.0
 = [up to date]          branch-0.7.1            -> origin/branch-0.7.1
 = [up to date]          branch-0.8              -> origin/branch-0.8
 = [up to date]          branch-0.9              -> origin/branch-0.9
 = [up to date]          branch-0.9.0            -> origin/branch-0.9.0
 = [up to date]          branch-0.9.1            -> origin/branch-0.9.1
 = [up to date]          branch-0.9.2            -> origin/branch-0.9.2
 = [up to date]          tez-0.1                 -> origin/tez-0.1
Modes: Jenkins MultiJDK Sentinel Reaper Robot Docker ResetRepo UnitTests


============================================================================
============================================================================
                        Confirming git environment
============================================================================
============================================================================


HEAD is now at 5f3cac509 TEZ-4212. Fix build checkstyle configuration and suppressions dtd URLs (Jonathan Eagles reviewed by László Bodor)
Already on 'master'
Your branch is up to date with 'origin/master'.
Already up to date.
Current branch master is up to date.
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at 5f3cac509 TEZ-4212. Fix build checkstyle configuration and suppressions dtd URLs (Jonathan Eagles reviewed by László Bodor)
Building a list of all files in the source tree


============================================================================
============================================================================
                    Re-exec mode detected. Continuing.
============================================================================
============================================================================




============================================================================
============================================================================
                         Determining needed tests
============================================================================
============================================================================


(Depending upon input size and number of plug-ins, this may take a while)


============================================================================
============================================================================
Determining Maven Dependency Order (downloading dependencies in the process)
============================================================================
============================================================================


cd <https://builds.apache.org/job/Tez-qbt-0.9-snapshots/ws/sourcedir>
/usr/bin/mvn --batch-mode -Dmaven.repo.local=<https://builds.apache.org/job/Tez-qbt-0.9-snapshots/ws/yetus-m2/tez-master-full-0> -fae -q exec:exec -Dexec.executable=pwd -Dexec.args='' > <https://builds.apache.org/job/Tez-qbt-0.9-snapshots/6/artifact/out/maven-patch-dirlist-.txt> 2>&1
Elapsed:   0m 12s


============================================================================
============================================================================
                          Tez Deploy Post-Compile
============================================================================
============================================================================




============================================================================
============================================================================
                      maven deploy verification: full
============================================================================
============================================================================


cd <https://builds.apache.org/job/Tez-qbt-0.9-snapshots/ws/sourcedir>
/usr/bin/mvn --batch-mode -Dmaven.repo.local=<https://builds.apache.org/job/Tez-qbt-0.9-snapshots/ws/yetus-m2/tez-master-full-0> deploy -DskipTests -DdeployAtEnd=true -DretryFailedDeploymentCount=10 > <https://builds.apache.org/job/Tez-qbt-0.9-snapshots/6/artifact/out/patch-mvndeploy-root.txt> 2>&1
Elapsed:   0m 46s

root in the source failed.


Total Elapsed time:   2m 38s



-1 overall

| Vote |     Subsystem |  Runtime   | Comment
============================================================================
|   0  |       reexec  |   1m 32s   | Docker mode activated. 
+---------------------------------------------------------------------------
|      |               |            | Prechecks 
+---------------------------------------------------------------------------
+---------------------------------------------------------------------------
|      |               |            | Compile Tests 
+---------------------------------------------------------------------------
|   0  |       mvndep  |   0m 12s   | Maven dependency ordering 
|  -1  |    mvndeploy  |   0m 46s   | root in the source failed. 
+---------------------------------------------------------------------------
|      |               |            | Other Tests 
+---------------------------------------------------------------------------
|      |               |   2m 38s   | 


|| Subsystem || Report/Notes ||
============================================================================
| Docker | ClientAPI=1.40 ServerAPI=1.40 base: https://builds.apache.org/job/Tez-qbt-0.9-snapshots/6/artifact/out/Dockerfile |
| Optional Tests |  |
| uname | Linux da52fd7a78e5 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | personality/tez.sh |
| git revision | master / 5f3cac509 |
| mvndeploy | https://builds.apache.org/job/Tez-qbt-0.9-snapshots/6/artifact/out/patch-mvndeploy-root.txt |
| Max. process+thread count | 42 (vs. ulimit of 5500) |
| modules | C: hadoop-shim tez-api tez-build-tools tez-common tez-runtime-internals tez-runtime-library tez-mapreduce tez-examples tez-dag tez-tests tez-ext-service-tests tez-ui tez-plugins tez-plugins/tez-protobuf-history-plugin tez-plugins/tez-yarn-timeline-history tez-plugins/tez-yarn-timeline-history-with-acls tez-plugins/tez-yarn-timeline-cache-plugin tez-plugins/tez-yarn-timeline-history-with-fs tez-plugins/tez-history-parser tez-plugins/tez-aux-services tez-tools tez-tools/analyzers tez-tools/tez-javadoc-tools hadoop-shim-impls hadoop-shim-impls/hadoop-shim-2.8 tez-dist docs . hadoop-shim-impls/hadoop-shim-2.7 tez-tools/analyzers/job-analyzer tez-tools/tez-tfile-parser U: . |
| Console output | https://builds.apache.org/job/Tez-qbt-0.9-snapshots/6/console |
| versions | git=2.17.1 maven=3.6.0 |
| Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |


Cleaning up docker image used for testing.


============================================================================
============================================================================
                              Finished build.
============================================================================
============================================================================


Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Tez-qbt-0.9-snapshots #4 to compare, so performing full copy of artifacts

Jenkins build is back to normal : Tez-qbt-0.9-snapshots #7

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tez-qbt-0.9-snapshots/7/display/redirect?page=changes>