See <https://ci-hadoop.apache.org/job/Tez-qbt-0.9-snapshots/57/display/redirect?page=changes>
Changes: [bodorlaszlo0202] TEZ-4388: Asynchttpclient can cause stuck TezChild processes (#189) ------------------------------------------ [...truncated 11.84 KB...] Step 24/49 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] ---> Using cache ---> fd3db631cbdc 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 ---> f51202c4a1a8 Step 26/49 : FROM tezbase AS buf ---> ddb5c925214e Step 27/49 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] ---> Using cache ---> fd3db631cbdc 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 ---> 1034f8954f65 Step 29/49 : FROM tezbase ---> ddb5c925214e Step 30/49 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] ---> Using cache ---> fd3db631cbdc 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 ---> 5aff4cb9f067 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 ---> 5a671e2562f7 Step 33/49 : ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64 ---> Using cache ---> 5b8cb88fe57b 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 ---> fdf85cf37e23 Step 35/49 : ENV FINDBUGS_HOME /usr ---> Using cache ---> d7126baf93a0 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 ---> 31d185bd2228 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 ---> d2f99dfa305a Step 38/49 : RUN ln -s /usr/local/bin/pylint3 /usr/local/bin/pylint ---> Using cache ---> 78fa6d23c9b8 Step 39/49 : RUN ln -s /usr/local/bin/pip3 /usr/local/bin/pip ---> Using cache ---> 15bf3463cdba 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 ---> e09fa415344c Step 41/49 : COPY --from=shellcheck /bin/shellcheck /bin/shellcheck ---> Using cache ---> 69e17e3af862 Step 42/49 : COPY --from=hadolint /bin/hadolint /bin/hadolint ---> Using cache ---> 0b272ac67731 Step 43/49 : COPY --from=buf /usr/local/bin/buf /usr/local/bin/buf ---> Using cache ---> a8b5aa7ea865 Step 44/49 : COPY --from=protobuf250 /opt/protobuf /opt/protobuf ---> Using cache ---> 1122d9ae4ca5 Step 45/49 : ENV PROTOBUF_HOME /opt/protobuf ---> Using cache ---> 9c3a21bca7f4 Step 46/49 : ENV PROTOC_PATH /opt/protobuf/bin/protoc ---> Using cache ---> d890655dc273 Step 47/49 : ENV PATH "${PATH}:/opt/protobuf/bin" ---> Using cache ---> 58d909aacc1d Step 48/49 : LABEL org.apache.yetus="" ---> Using cache ---> 5f59ce5e9b98 Step 49/49 : LABEL org.apache.yetus.testpatch.project=tez ---> Using cache ---> 07bb955e7c71 Successfully built 07bb955e7c71 Successfully tagged yetus/tez:f88aa6f21 Building run-specific image yetus/tez:tp-18057 Total elapsed build time: 1m 5s 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 fa74b9587 TEZ-4388: Asynchttpclient can cause stuck TezChild processes (#189) (Laszlo Bodor reviewed by Rajesh Balamohan) 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 fa74b9587 TEZ-4388: Asynchttpclient can cause stuck TezChild processes (#189) (Laszlo Bodor reviewed by Rajesh Balamohan) 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/57/artifact/out/maven-patch-dirlist-.txt> 2>&1 Elapsed: 5m 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/57/artifact/out/patch-mvndeploy-root.txt> 2>&1 Elapsed: 4m 50s root in the source failed. Total Elapsed time: 11m 30s -1 overall | Vote | Subsystem | Runtime | Comment ============================================================================ | 0 | reexec | 1m 15s | Docker mode activated. +--------------------------------------------------------------------------- | | | | Prechecks +--------------------------------------------------------------------------- +--------------------------------------------------------------------------- | | | | Compile Tests +--------------------------------------------------------------------------- | 0 | mvndep | 5m 17s | Maven dependency ordering | -1 | mvndeploy | 4m 50s | root in the source failed. +--------------------------------------------------------------------------- | | | | Other Tests +--------------------------------------------------------------------------- | | | 11m 30s | || Subsystem || Report/Notes || ============================================================================ | Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Tez-qbt-0.9-snapshots/57/artifact/out/Dockerfile | | Optional Tests | | | uname | Linux 8a34f179db0c 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 / fa74b9587 | | mvndeploy | https://ci-hadoop.apache.org/job/Tez-qbt-0.9-snapshots/57/artifact/out/patch-mvndeploy-root.txt | | Max. process+thread count | 76 (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://ci-hadoop.apache.org/job/Tez-qbt-0.9-snapshots/57/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