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/13 05:50:33 UTC

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

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

Changes:

[harishjp] Revert "TEZ-4223 - Adding new jars or resources after the first DAG runs


------------------------------------------
[...truncated 9.14 KB...]
Step 3/28 : SHELL ["/bin/bash", "-o", "pipefail", "-c"]
 ---> Using cache
 ---> 6fe3a8e5df00
Step 4/28 : RUN echo APT::Install-Recommends "0"\; > /etc/apt/apt.conf.d/10disableextras
 ---> Using cache
 ---> 65ed3b056fd6
Step 5/28 : RUN echo APT::Install-Suggests "0"\; >>  /etc/apt/apt.conf.d/10disableextras
 ---> Using cache
 ---> 08292001f504
Step 6/28 : ENV DEBIAN_FRONTEND noninteractive
 ---> Using cache
 ---> 03614874e2c4
Step 7/28 : ENV DEBCONF_TERSE true
 ---> Using cache
 ---> 6fd8f86d775f
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
 ---> 1f4c04d4bca6
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
 ---> 26d49424a29e
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
 ---> 870a3fdc0078
Step 11/28 : ENV CMAKE_HOME /opt/cmake
 ---> Using cache
 ---> c42d936df3ae
Step 12/28 : ENV PATH "${PATH}:/opt/cmake/bin"
 ---> Using cache
 ---> 30ca0731cdb1
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
 ---> 0478ed547b10
Step 14/28 : ENV PROTOBUF_HOME /opt/protobuf
 ---> Using cache
 ---> b83e859aec50
Step 15/28 : ENV PATH "${PATH}:/opt/protobuf/bin"
 ---> Using cache
 ---> fc68ad932de5
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
 ---> d042b3dca22f
Step 17/28 : ENV MAVEN_HOME /usr
 ---> Using cache
 ---> 611b8df7d522
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
 ---> 23bcd8c48a02
Step 19/28 : ENV FINDBUGS_HOME /usr
 ---> Using cache
 ---> cfddc40c2134
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
 ---> 30f6be570660
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
 ---> 5ae7c6937a19
Step 22/28 : RUN pip2 install pylint==1.9.2
 ---> Using cache
 ---> d05b9dff94e6
Step 23/28 : RUN pip2 install python-dateutil==2.7.3
 ---> Using cache
 ---> 82b2ae6d0af5
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
 ---> 40a279db55ab
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
 ---> 18f3396109c2
Step 26/28 : ENV MAVEN_OPTS -Xms256m -Xmx1536m
 ---> Using cache
 ---> 9b506e92409d
Step 27/28 : LABEL org.apache.yetus=""
 ---> Using cache
 ---> 439a69005466
Step 28/28 : LABEL org.apache.yetus.testpatch.project=tez
 ---> Using cache
 ---> e00487472895
Successfully built e00487472895
Successfully tagged yetus/tez:474bb22ba
Building run-specific image yetus/tez:tp-519

Total elapsed build time:   1m  7s

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 6fc75ad6e TEZ-4223 - Adding new jars or resources after the first DAG runs does not work.
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 6fc75ad6e TEZ-4223 - Adding new jars or resources after the first DAG runs does not work.
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/9/artifact/out/maven-patch-dirlist-.txt> 2>&1
Elapsed:   0m  8s


============================================================================
============================================================================
                          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/9/artifact/out/patch-mvndeploy-root.txt> 2>&1
Elapsed:   0m 35s

root in the source failed.


Total Elapsed time:   2m  6s



-1 overall

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


|| Subsystem || Report/Notes ||
============================================================================
| Docker | ClientAPI=1.40 ServerAPI=1.40 base: https://builds.apache.org/job/Tez-qbt-0.9-snapshots/9/artifact/out/Dockerfile |
| Optional Tests |  |
| uname | Linux c92da6d2b275 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | personality/tez.sh |
| git revision | master / 6fc75ad6e |
| mvndeploy | https://builds.apache.org/job/Tez-qbt-0.9-snapshots/9/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/9/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

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

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

Changes:

[harishjp] TEZ-4223 - Adding new jars or resources after the first DAG runs does


------------------------------------------
[...truncated 9.83 KB...]
Step 3/28 : SHELL ["/bin/bash", "-o", "pipefail", "-c"]
 ---> Using cache
 ---> 6fe3a8e5df00
Step 4/28 : RUN echo APT::Install-Recommends "0"\; > /etc/apt/apt.conf.d/10disableextras
 ---> Using cache
 ---> 65ed3b056fd6
Step 5/28 : RUN echo APT::Install-Suggests "0"\; >>  /etc/apt/apt.conf.d/10disableextras
 ---> Using cache
 ---> 08292001f504
Step 6/28 : ENV DEBIAN_FRONTEND noninteractive
 ---> Using cache
 ---> 03614874e2c4
Step 7/28 : ENV DEBCONF_TERSE true
 ---> Using cache
 ---> 6fd8f86d775f
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
 ---> 1f4c04d4bca6
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
 ---> 26d49424a29e
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
 ---> 870a3fdc0078
Step 11/28 : ENV CMAKE_HOME /opt/cmake
 ---> Using cache
 ---> c42d936df3ae
Step 12/28 : ENV PATH "${PATH}:/opt/cmake/bin"
 ---> Using cache
 ---> 30ca0731cdb1
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
 ---> 0478ed547b10
Step 14/28 : ENV PROTOBUF_HOME /opt/protobuf
 ---> Using cache
 ---> b83e859aec50
Step 15/28 : ENV PATH "${PATH}:/opt/protobuf/bin"
 ---> Using cache
 ---> fc68ad932de5
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
 ---> d042b3dca22f
Step 17/28 : ENV MAVEN_HOME /usr
 ---> Using cache
 ---> 611b8df7d522
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
 ---> 23bcd8c48a02
Step 19/28 : ENV FINDBUGS_HOME /usr
 ---> Using cache
 ---> cfddc40c2134
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
 ---> 30f6be570660
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
 ---> 5ae7c6937a19
Step 22/28 : RUN pip2 install pylint==1.9.2
 ---> Using cache
 ---> d05b9dff94e6
Step 23/28 : RUN pip2 install python-dateutil==2.7.3
 ---> Using cache
 ---> 82b2ae6d0af5
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
 ---> 40a279db55ab
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
 ---> 18f3396109c2
Step 26/28 : ENV MAVEN_OPTS -Xms256m -Xmx1536m
 ---> Using cache
 ---> 9b506e92409d
Step 27/28 : LABEL org.apache.yetus=""
 ---> Using cache
 ---> 439a69005466
Step 28/28 : LABEL org.apache.yetus.testpatch.project=tez
 ---> Using cache
 ---> e00487472895
Successfully built e00487472895
Successfully tagged yetus/tez:474bb22ba
Building run-specific image yetus/tez:tp-3002

Total elapsed build time:   1m 19s

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 8f7209fcb TEZ-4207: Provide approximate number of input records to be processed in UnorderedKVInput (Rajesh Balamohan, reviewed by Ashutosh Chauhan)
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 8f7209fcb TEZ-4207: Provide approximate number of input records to be processed in UnorderedKVInput (Rajesh Balamohan, reviewed by Ashutosh Chauhan)
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/10/artifact/out/maven-patch-dirlist-.txt> 2>&1
Elapsed:   0m  8s


============================================================================
============================================================================
                          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/10/artifact/out/patch-mvndeploy-root.txt> 2>&1
Elapsed:   0m 36s

root in the source failed.


Total Elapsed time:   2m 16s



-1 overall

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


|| Subsystem || Report/Notes ||
============================================================================
| Docker | ClientAPI=1.40 ServerAPI=1.40 base: https://builds.apache.org/job/Tez-qbt-0.9-snapshots/10/artifact/out/Dockerfile |
| Optional Tests |  |
| uname | Linux 257ba668756a 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | personality/tez.sh |
| git revision | master / 8f7209fcb |
| mvndeploy | https://builds.apache.org/job/Tez-qbt-0.9-snapshots/10/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/10/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