See <https://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/137/display/redirect?page=changes>
Changes: [noreply] TEZ-4388: Asynchttpclient can cause stuck TezChild processes (#189) ------------------------------------------ [...truncated 10.74 KB...] Step 24/49 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] ---> Using cache ---> 5b383e772587 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 ---> 7da5c12c3fbc Step 26/49 : FROM tezbase AS buf ---> ebdd8cd7a873 Step 27/49 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] ---> Using cache ---> 5b383e772587 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 ---> dedb2966177b Step 29/49 : FROM tezbase ---> ebdd8cd7a873 Step 30/49 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] ---> Using cache ---> 5b383e772587 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 ---> 77e7b14dd9c2 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 ---> 6312c5a0da02 Step 33/49 : ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64 ---> Using cache ---> e5eb24d0d993 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 ---> 319714d4eacc Step 35/49 : ENV FINDBUGS_HOME /usr ---> Using cache ---> a4090a0d2740 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 ---> cd48576ee4ab 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 ---> e0a9bd35f75c Step 38/49 : RUN ln -s /usr/local/bin/pylint3 /usr/local/bin/pylint ---> Using cache ---> 13fa76b09b7d Step 39/49 : RUN ln -s /usr/local/bin/pip3 /usr/local/bin/pip ---> Using cache ---> 88d654682fe5 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 ---> ff76f13a3c44 Step 41/49 : COPY --from=shellcheck /bin/shellcheck /bin/shellcheck ---> Using cache ---> 9fed72e2b4d7 Step 42/49 : COPY --from=hadolint /bin/hadolint /bin/hadolint ---> Using cache ---> f3b6264a9f7f Step 43/49 : COPY --from=buf /usr/local/bin/buf /usr/local/bin/buf ---> Using cache ---> 86518e102d4c Step 44/49 : COPY --from=protobuf250 /opt/protobuf /opt/protobuf ---> Using cache ---> d222fe045a3a Step 45/49 : ENV PROTOBUF_HOME /opt/protobuf ---> Using cache ---> b78b0e517504 Step 46/49 : ENV PROTOC_PATH /opt/protobuf/bin/protoc ---> Using cache ---> 0b6c31480a09 Step 47/49 : ENV PATH "${PATH}:/opt/protobuf/bin" ---> Using cache ---> ee32f1d89b6f Step 48/49 : LABEL org.apache.yetus="" ---> Using cache ---> 91d3f8642124 Step 49/49 : LABEL org.apache.yetus.testpatch.project=tez ---> Using cache ---> 9c414f7e1ab6 Successfully built 9c414f7e1ab6 Successfully tagged yetus/tez:f88aa6f21 Building run-specific image yetus/tez:tp-12674 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 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.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-1> -fae -q exec:exec -Dexec.executable=pwd -Dexec.args='' > <https://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/137/artifact/out/maven-patch-dirlist-.txt> 2>&1 Elapsed: 5m 13s ============================================================================ ============================================================================ 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-1> deploy -DskipTests -DdeployAtEnd=true -DretryFailedDeploymentCount=10 > <https://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/137/artifact/out/patch-mvndeploy-root.txt> 2>&1 Elapsed: 0m 52s root in the source failed. Total Elapsed time: 6m 48s -1 overall | Vote | Subsystem | Runtime | Comment ============================================================================ | 0 | reexec | 0m 36s | Docker mode activated. +--------------------------------------------------------------------------- | | | | Prechecks +--------------------------------------------------------------------------- +--------------------------------------------------------------------------- | | | | Compile Tests +--------------------------------------------------------------------------- | 0 | mvndep | 5m 13s | Maven dependency ordering | -1 | mvndeploy | 0m 52s | root in the source failed. +--------------------------------------------------------------------------- | | | | Other Tests +--------------------------------------------------------------------------- | | | 6m 48s | || Subsystem || Report/Notes || ============================================================================ | Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/137/artifact/out/Dockerfile | | Optional Tests | | | uname | Linux 33c2ce93e8e5 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 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.10-snapshots/137/artifact/out/patch-mvndeploy-root.txt | | Max. process+thread count | 47 (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.10-snapshots/137/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