See <https://ci-hadoop.apache.org/job/Tez-qbt-0.9-snapshots/50/display/redirect?page=changes>
Changes: [bodorlaszlo0202] TEZ-4342: TestSecureShuffle is broken - No subject alternative names ------------------------------------------ [...truncated 14.58 KB...] Step 24/49 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] ---> Using cache ---> 9bbfe2f422c1 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 ---> 9649f6426c3f Step 26/49 : FROM tezbase AS buf ---> 1da093d27125 Step 27/49 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] ---> Using cache ---> 9bbfe2f422c1 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 ---> dfda7f671942 Step 29/49 : FROM tezbase ---> 1da093d27125 Step 30/49 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] ---> Using cache ---> 9bbfe2f422c1 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 ---> c0619bee2c62 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 ---> 01b09cfc1a33 Step 33/49 : ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64 ---> Using cache ---> d0708edaf677 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 ---> 4c149598c3ef Step 35/49 : ENV FINDBUGS_HOME /usr ---> Using cache ---> 15abadc6708c 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 ---> ba964631fc60 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 ---> c6c92c4f66a0 Step 38/49 : RUN ln -s /usr/local/bin/pylint3 /usr/local/bin/pylint ---> Using cache ---> 575df89e30dd Step 39/49 : RUN ln -s /usr/local/bin/pip3 /usr/local/bin/pip ---> Using cache ---> 34bbabb39d9d 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 ---> 60385068bab5 Step 41/49 : COPY --from=shellcheck /bin/shellcheck /bin/shellcheck ---> Using cache ---> 8064866570cf Step 42/49 : COPY --from=hadolint /bin/hadolint /bin/hadolint ---> Using cache ---> 955e325a4b89 Step 43/49 : COPY --from=buf /usr/local/bin/buf /usr/local/bin/buf ---> Using cache ---> 8c2d1774db96 Step 44/49 : COPY --from=protobuf250 /opt/protobuf /opt/protobuf ---> Using cache ---> 3dec430111a0 Step 45/49 : ENV PROTOBUF_HOME /opt/protobuf ---> Using cache ---> 011996352102 Step 46/49 : ENV PROTOC_PATH /opt/protobuf/bin/protoc ---> Using cache ---> 22b15211de0f Step 47/49 : ENV PATH "${PATH}:/opt/protobuf/bin" ---> Using cache ---> cd399e307207 Step 48/49 : LABEL org.apache.yetus="" ---> Using cache ---> 3f104901c80d Step 49/49 : LABEL org.apache.yetus.testpatch.project=tez ---> Using cache ---> 4ff01d704874 Successfully built 4ff01d704874 Successfully tagged yetus/tez:f88aa6f21 Building run-specific image yetus/tez:tp-19434 Total elapsed build time: 0m 21s 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 6d7ef203c TEZ-4381: Speed up TestSecureShuffle (#180) (Mark Bathori reviewed by Laszlo 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 6d7ef203c TEZ-4381: Speed up TestSecureShuffle (#180) (Mark Bathori reviewed by Laszlo 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://ci-hadoop.apache.org/job/Tez-qbt-0.9-snapshots/ws/sourcedir> mvn --batch-mode -Dmaven.repo.local=<https://ci-hadoop.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://ci-hadoop.apache.org/job/Tez-qbt-0.9-snapshots/50/artifact/out/maven-patch-dirlist-.txt> 2>&1 Elapsed: 0m 17s ============================================================================ ============================================================================ Tez Deploy Post-Compile ============================================================================ ============================================================================ ============================================================================ ============================================================================ maven deploy verification: full ============================================================================ ============================================================================ cd <https://ci-hadoop.apache.org/job/Tez-qbt-0.9-snapshots/ws/sourcedir> mvn --batch-mode -Dmaven.repo.local=<https://ci-hadoop.apache.org/job/Tez-qbt-0.9-snapshots/ws/yetus-m2/tez-master-full-0> deploy -DskipTests -DdeployAtEnd=true -DretryFailedDeploymentCount=10 > <https://ci-hadoop.apache.org/job/Tez-qbt-0.9-snapshots/50/artifact/out/patch-mvndeploy-root.txt> 2>&1 Elapsed: 0m 19s root in the source failed. Total Elapsed time: 1m 15s -1 overall | Vote | Subsystem | Runtime | Comment ============================================================================ | 0 | reexec | 0m 33s | Docker mode activated. +--------------------------------------------------------------------------- | | | | Prechecks +--------------------------------------------------------------------------- +--------------------------------------------------------------------------- | | | | Compile Tests +--------------------------------------------------------------------------- | 0 | mvndep | 0m 17s | Maven dependency ordering | -1 | mvndeploy | 0m 19s | root in the source failed. +--------------------------------------------------------------------------- | | | | Other Tests +--------------------------------------------------------------------------- | | | 1m 15s | || Subsystem || Report/Notes || ============================================================================ | Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Tez-qbt-0.9-snapshots/50/artifact/out/Dockerfile | | Optional Tests | | | uname | Linux 7464e926dc13 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 / 6d7ef203c | | mvndeploy | https://ci-hadoop.apache.org/job/Tez-qbt-0.9-snapshots/50/artifact/out/patch-mvndeploy-root.txt | | Max. process+thread count | 8 (vs. ulimit of 5500) | | modules | C: . docs hadoop-shim hadoop-shim-impls hadoop-shim-impls/hadoop-shim-2.7 hadoop-shim-impls/hadoop-shim-2.8 tez-api tez-build-tools tez-common tez-dag tez-dist tez-examples tez-ext-service-tests tez-mapreduce tez-plugins tez-plugins/tez-aux-services tez-plugins/tez-history-parser tez-plugins/tez-protobuf-history-plugin tez-plugins/tez-yarn-timeline-cache-plugin tez-plugins/tez-yarn-timeline-history tez-plugins/tez-yarn-timeline-history-with-acls tez-plugins/tez-yarn-timeline-history-with-fs tez-runtime-internals tez-runtime-library tez-tests tez-tools tez-tools/analyzers tez-tools/analyzers/job-analyzer tez-tools/tez-javadoc-tools tez-tools/tez-tfile-parser tez-ui U: . | | Console output | https://ci-hadoop.apache.org/job/Tez-qbt-0.9-snapshots/50/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