See 
<https://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/145/display/redirect?page=changes>

Changes:

[noreply] TEZ-4411: Update FileSaver dependency (#206) (Nikhil Gupta reviewed by


------------------------------------------
[...truncated 12.78 KB...]
Step 24/49 : SHELL ["/bin/bash", "-o", "pipefail", "-c"]
 ---> Using cache
 ---> 510118575ee5
Step 25/49 : RUN curl -sSL         
https://github.com/hadolint/hadolint/releases/download/v1.18.0/hadolint-Linux-x86_64
         -o /bin/hadolint     && chmod a+rx /bin/hadolint     && shasum -a 512 
/bin/hadolint     | awk 
'$1!="df27253d374c143a606483b07a26234ac7b4bca40b4eba53e79609c81aa70146e7d5c145f90dcec71d6d1aad1048b7d9d2de68d92284f48a735d04d19c5c5559"
 {exit(1)}'
 ---> Using cache
 ---> dd386e1ac5c7
Step 26/49 : FROM tezbase AS buf
 ---> 11acaa826f4e
Step 27/49 : SHELL ["/bin/bash", "-o", "pipefail", "-c"]
 ---> Using cache
 ---> 510118575ee5
Step 28/49 : RUN curl -sSL       
https://github.com/bufbuild/buf/releases/download/v0.21.0/buf-Linux-x86_64.tar.gz
       -o buf.tar.gz     && shasum -a 256 buf.tar.gz     | awk 
'$1!="95aba62ac0ecc5a9120cc58c65cdcc85038633a816bddfe8398c5ae3b32803f1" 
{exit(1)}'     && tar -xzf buf.tar.gz -C /usr/local --strip-components 1     && 
rm buf.tar.gz
 ---> Using cache
 ---> d9c495e0d0b0
Step 29/49 : FROM tezbase
 ---> 11acaa826f4e
Step 30/49 : SHELL ["/bin/bash", "-o", "pipefail", "-c"]
 ---> Using cache
 ---> 510118575ee5
Step 31/49 : RUN apt-get -q update && apt-get -q install 
--no-install-recommends -y openjdk-8-jdk-headless     && apt-get clean     && 
rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> a23faed7558f
Step 32/49 : RUN apt-get -q update && apt-get -q install 
--no-install-recommends -y default-jre-headless openjdk-11-jdk-headless     && 
apt-get clean     && rm -rf /var/lib/apt/lists/*     && 
update-java-alternatives -s java-1.8.0-openjdk-amd64     && rm -f 
/usr/lib/jvm/default-java     && ln -s java-8-openjdk-amd64 
/usr/lib/jvm/default-java
 ---> Using cache
 ---> 50ba13989f16
Step 33/49 : ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
 ---> Using cache
 ---> df5ae87a957f
Step 34/49 : RUN apt-get -q update && apt-get -q install 
--no-install-recommends -y findbugs     && apt-get clean     && rm -rf 
/var/lib/apt/lists/*
 ---> Using cache
 ---> 38220c29524f
Step 35/49 : ENV FINDBUGS_HOME /usr
 ---> Using cache
 ---> 5c29061526de
Step 36/49 : RUN apt-get -q update && apt-get -q install 
--no-install-recommends -y maven     && apt-get clean     && rm -rf 
/var/lib/apt/lists/*
 ---> Using cache
 ---> 84c36322c08c
Step 37/49 : RUN apt-get -q update && apt-get -q install 
--no-install-recommends -y         python3         python3-bcrypt         
python3-cffi         python3-cryptography         python3-dateutil         
python3-dev         python3-dev         python3-isort         python3-dockerpty 
        python3-nacl         python3-pyrsistent         python3-setuptools      
   python3-setuptools         python3-singledispatch         python3-six        
 python3-wheel         python3-wrapt         python3-yaml     && apt-get clean  
   && rm -rf /var/lib/apt/lists/*     && curl -sSL 
https://bootstrap.pypa.io/get-pip.py -o /tmp/get-pip.py     && python3 
/tmp/get-pip.py     && rm /usr/local/bin/pip /tmp/get-pip.py     && pip3 
install -v         astroid==2.4.2         codespell==2.0         pylint==2.5.3  
       yamllint==1.24.2     && rm -rf /root/.cache     && mv 
/usr/local/bin/pylint /usr/local/bin/pylint3
 ---> Using cache
 ---> 48b7cda4e196
Step 38/49 : RUN ln -s /usr/local/bin/pylint3 /usr/local/bin/pylint
 ---> Using cache
 ---> c8a0ed9a5474
Step 39/49 : RUN ln -s /usr/local/bin/pip3 /usr/local/bin/pip
 ---> Using cache
 ---> 411f7a04dbf8
Step 40/49 : RUN curl -sSL https://deb.nodesource.com/setup_14.x | bash -     
&& apt-get -q install --no-install-recommends -y nodejs     && apt-get clean    
 && rm -rf /var/lib/apt/lists/*     && npm install -g         jshint@2.12.0     
    markdownlint-cli@0.23.2     && rm -rf /root/.npm
 ---> Using cache
 ---> 5b4781e77995
Step 41/49 : COPY --from=shellcheck /bin/shellcheck /bin/shellcheck
 ---> Using cache
 ---> a720f7990c8f
Step 42/49 : COPY --from=hadolint /bin/hadolint /bin/hadolint
 ---> Using cache
 ---> fee35174e4e5
Step 43/49 : COPY --from=buf /usr/local/bin/buf /usr/local/bin/buf
 ---> Using cache
 ---> f7b1a3310e62
Step 44/49 : COPY --from=protobuf250 /opt/protobuf /opt/protobuf
 ---> Using cache
 ---> b79ef110df75
Step 45/49 : ENV PROTOBUF_HOME /opt/protobuf
 ---> Using cache
 ---> 9521a2c9e8a2
Step 46/49 : ENV PROTOC_PATH /opt/protobuf/bin/protoc
 ---> Using cache
 ---> 3b1954391e4a
Step 47/49 : ENV PATH "${PATH}:/opt/protobuf/bin"
 ---> Using cache
 ---> 8fdc65db1d17
Step 48/49 : LABEL org.apache.yetus=""
 ---> Using cache
 ---> b42eafe09dae
Step 49/49 : LABEL org.apache.yetus.testpatch.project=tez
 ---> Using cache
 ---> 7605a31e9d77
Successfully built 7605a31e9d77
Successfully tagged yetus/tez:f88aa6f21
Building run-specific image yetus/tez:tp-7365

Total elapsed build time:   0m 28s

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-11-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-4329                -> origin/TEZ-4329
 = [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.10.1           -> origin/branch-0.10.1
 = [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 2a9495afe TEZ-4411: Update FileSaver dependency (#206) (Nikhil 
Gupta reviewed by Laszlo Bodor,  Deependra Patel)
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 2a9495afe TEZ-4411: Update FileSaver dependency (#206) (Nikhil 
Gupta reviewed by Laszlo Bodor,  Deependra Patel)
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://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/ws/sourcedir>
mvn --batch-mode 
-Dmaven.repo.local=<https://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/ws/yetus-m2/tez-master-full-0>
 -fae -q exec:exec -Dexec.executable=pwd -Dexec.args='' > 
<https://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/145/artifact/out/maven-patch-dirlist-.txt>
 2>&1
Elapsed:   0m 24s


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




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


cd <https://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/ws/sourcedir>
mvn --batch-mode 
-Dmaven.repo.local=<https://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/ws/yetus-m2/tez-master-full-0>
 deploy -DskipTests -DdeployAtEnd=true -DretryFailedDeploymentCount=10 > 
<https://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/145/artifact/out/patch-mvndeploy-root.txt>
 2>&1
Elapsed:   3m 51s

root in the source failed.


Total Elapsed time:   5m  8s



-1 overall

| Vote |     Subsystem |  Runtime   | Comment
============================================================================
|   0  |       reexec  |   0m 42s   | Docker mode activated. 
+---------------------------------------------------------------------------
|      |               |            | Prechecks 
+---------------------------------------------------------------------------
+---------------------------------------------------------------------------
|      |               |            | Compile Tests 
+---------------------------------------------------------------------------
|   0  |       mvndep  |   0m 24s   | Maven dependency ordering 
|  -1  |    mvndeploy  |   3m 51s   | root in the source failed. 
+---------------------------------------------------------------------------
|      |               |            | Other Tests 
+---------------------------------------------------------------------------
|      |               |   5m  8s   | 


|| Subsystem || Report/Notes ||
============================================================================
| Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/145/artifact/out/Dockerfile
 |
| Optional Tests |  |
| uname | Linux 1c5362e4d8f9 4.15.0-156-generic #163-Ubuntu SMP Thu Aug 19 
23:31:58 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | personality/tez.sh |
| git revision | master / 2a9495afe |
| mvndeploy | 
https://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/145/artifact/out/patch-mvndeploy-root.txt
 |
| Max. process+thread count | 87 (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/analyzers/job-analyzer 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/tez-tfile-parser U: . |
| Console output | 
https://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/145/console |
| versions | git=2.25.1 maven=3.6.3 |
| 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

Reply via email to