See <https://ci-hadoop.apache.org/job/Tez-qbt-0.10-Build/269/display/redirect?page=changes>
Changes: [github] TEZ-4617 prevent resource leaks for Closeables (#402) (Dmitry Kryukov reviewed by Laszlo Bodor) [github] TEZ-4673: Fix pylint errors in tez-tools python scripts (#451) (Raghav Aggarwal reviewed by Laszlo Bodor) [github] TEZ-4613: Remove unused StringBuilder in DAGImpl (#400) (Dmitry Kryukov reviewed by Ayush Saxena) [github] TEZ-4680: Bump org.bouncycastle:bcpkix-jdk18on from 1.78.1 to 1.79 (#438) (dependabot reviewed by Ayush Saxena) [github] TEZ-4655: Upgrade Upgrade to netty 4.1.130.Final (#442) (Raghav Aggarwal reviewed by Laszlo Bodor) [github] TEZ-4676: [JDK25]: Compile on JDK25 + Github actions (#453). (Ayush Saxena, reviewed by Laszlo Bodor) ------------------------------------------ [...truncated 14.83 KiB...] #21 [tezbase 6/6] RUN add-apt-repository -y ppa:longsleep/golang-backports && apt-get -q update && apt-get -q install --no-install-recommends -y golang-go && apt-get clean && rm -rf /var/lib/apt/lists/* #21 CACHED #22 [hadolint 1/1] 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)}' #22 CACHED #23 [stage-5 5/12] 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 --break-system-packages && rm /usr/local/bin/pip /tmp/get-pip.py && pip3 install --break-system-packages -v astroid==4.0.3 codespell==2.4.1 pylint==4.0.4 yamllint==1.38.0 && rm -rf /root/.cache && mv /usr/local/bin/pylint /usr/local/bin/pylint4 #23 CACHED #24 [stage-5 2/12] RUN update-alternatives --install /usr/bin/java java /usr/lib/jvm/java-21-openjdk-amd64/bin/java 1 #24 CACHED #25 [stage-5 12/12] COPY --from=protobuf /opt/protobuf /opt/protobuf #25 CACHED #26 exporting to image #26 exporting layers done #26 writing image sha256:bf27242b397bf561bde49a3d9ffba9970fa319b2e42e1908f509116a363f2501 done #26 naming to docker.io/yetus/tez:faa9bb9b2 done #26 DONE 0.0s [33m9 warnings found (use docker --debug to expand): [0m - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 69) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 70) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 186) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 255) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 256) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 32) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 257) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 33) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 68) Building run-specific image yetus/tez:tp-8358 #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.88kB done #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${baseimagename} results in empty or invalid base image name (line 19) #1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 43) #1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 45) #1 DONE 0.0s #2 [internal] load metadata for docker.io/yetus/tez:faa9bb9b2 #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [ 1/11] FROM docker.io/yetus/tez:faa9bb9b2 #4 CACHED #5 [internal] load build context #5 transferring context: 4.26kB done #5 DONE 0.0s #6 [ 2/11] RUN groupadd --non-unique -g "910" "jenkins" || true #6 DONE 0.3s #7 [ 3/11] RUN useradd -g "910" -u "910" -m "jenkins" || true #7 0.419 useradd warning: jenkins's uid 910 outside of the UID_MIN 1000 and UID_MAX 60000 range. #7 DONE 0.4s #8 [ 4/11] RUN if [ "998" != -1 ]; then (groupadd --non-unique --gid 998 dockersock && adduser "jenkins" dockersock ) || true; fi #8 0.518 info: Adding user `jenkins' to group `dockersock' ... #8 DONE 0.5s #9 [ 5/11] RUN mkdir -p /precommit/extras #9 DONE 0.4s #10 [ 6/11] RUN chmod a+rwx /precommit/extras #10 DONE 0.5s #11 [ 7/11] COPY user_params.txt /precommit/user_params.txt #11 DONE 0.0s #12 [ 8/11] COPY launch-test-patch.sh /launch-test-patch.sh #12 DONE 0.0s #13 [ 9/11] RUN chown -R "jenkins":"910" /precommit /launch-test-patch.sh || true #13 DONE 0.4s #14 [10/11] RUN chmod a+rx /launch-test-patch.sh #14 DONE 0.4s #15 [11/11] RUN chown -R "jenkins" "/home/jenkins" || true #15 DONE 0.6s #16 exporting to image #16 exporting layers 0.0s done #16 writing image sha256:7a732d36382925c22eb77688a26104fafabe7446d431f6031a20279f61c12b6a done #16 naming to docker.io/yetus/tez:tp-8358 done #16 DONE 0.0s [33m3 warnings found (use docker --debug to expand): [0m - InvalidDefaultArgInFrom: Default value for ARG ${baseimagename} results in empty or invalid base image name (line 19) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 43) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 45) Total elapsed build time: 0m 5s WARNING: JAVA_HOME=/home/jenkins/tools/java/latest1.8 does not exist. Dockermode: attempting to switch to another. WARNING: Setting /usr/lib/jvm/java-21-openjdk-amd64 as the JAVA_HOME. WARNING: Working around Jenkins branch information warning: redirecting to https://gitbox.apache.org/repos/asf/tez.git/ POST git-upload-pack (188 bytes) >From http://git-wip-us.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] abstractdog-patch-1 -> origin/abstractdog-patch-1 = [up to date] branch-0.10 -> origin/branch-0.10 = [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.10.2 -> origin/branch-0.10.2 = [up to date] branch-0.10.3 -> origin/branch-0.10.3 = [up to date] branch-0.10.4 -> origin/branch-0.10.4 = [up to date] branch-0.10.5 -> origin/branch-0.10.5 = [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] dependabot/npm_and_yarn/tez-ui/src/main/webapp/brace-expansion-1.1.12 -> origin/dependabot/npm_and_yarn/tez-ui/src/main/webapp/brace-expansion-1.1.12 = [up to date] dependabot/npm_and_yarn/tez-ui/src/main/webapp/es5-ext-0.10.63 -> origin/dependabot/npm_and_yarn/tez-ui/src/main/webapp/es5-ext-0.10.63 = [up to date] dependabot/npm_and_yarn/tez-ui/src/main/webapp/express-4.20.0 -> origin/dependabot/npm_and_yarn/tez-ui/src/main/webapp/express-4.20.0 = [up to date] dependabot/npm_and_yarn/tez-ui/src/main/webapp/js-yaml-3.14.2 -> origin/dependabot/npm_and_yarn/tez-ui/src/main/webapp/js-yaml-3.14.2 = [up to date] dependabot/npm_and_yarn/tez-ui/src/main/webapp/minimist-1.2.6 -> origin/dependabot/npm_and_yarn/tez-ui/src/main/webapp/minimist-1.2.6 = [up to date] dependabot/npm_and_yarn/tez-ui/src/main/webapp/tmpl-1.0.5 -> origin/dependabot/npm_and_yarn/tez-ui/src/main/webapp/tmpl-1.0.5 = [up to date] tez-0.1 -> origin/tez-0.1 WARNING: Found both spotbugs and findbugs. Disabling findbugs. WARNING: Cannot locate JDK directory /usr/lib/jvm/java-8-openjdk-amd64: ignoring Modes: Jenkins MultiJDK Sentinel Reaper Robot Docker ResetRepo UnitTests ============================================================================ ============================================================================ Confirming git environment ============================================================================ ============================================================================ HEAD is now at 99ef6d22d TEZ-4676: [JDK25]: Compile on JDK25 + Github actions (#453). (Ayush Saxena, reviewed by Laszlo Bodor) Already on 'master' Your branch is up to date with 'origin/master'. warning: redirecting to https://gitbox.apache.org/repos/asf/tez.git/ Already up to date. Already on 'master' Your branch is up to date with 'origin/master'. warning: redirecting to https://gitbox.apache.org/repos/asf/tez.git/ HEAD is now at 99ef6d22d TEZ-4676: [JDK25]: Compile on JDK25 + Github actions (#453). (Ayush Saxena, reviewed by Laszlo Bodor) Building a list of all files in the source tree ERROR: Unprocessed flag(s): --findbugs-strict-precheck ============================================================================ ============================================================================ Re-exec mode detected. Continuing. ============================================================================ ============================================================================ ============================================================================ ============================================================================ Writing Brief Text Report to /precommit/brief.txt ============================================================================ ============================================================================ ============================================================================ ============================================================================ Adding comment to Gitlab ============================================================================ ============================================================================ Gitlab Plugin: no credentials provided to write a comment. ============================================================================ ============================================================================ Writing HTML to /precommit/report.htm ============================================================================ ============================================================================ -1 overall | Vote | Subsystem | Runtime | Comment ============================================================================ | 0 | reexec | 0m 12s | Docker mode activated. | -1 | yetus | 0m 5s | Unprocessed flag(s): | | | | --findbugs-strict-precheck || Subsystem || Report/Notes || ============================================================================ | Docker | ClientAPI=1.52 ServerAPI=1.52 base: https://ci-hadoop.apache.org/job/Tez-qbt-0.10-Build/269/artifact/out/Dockerfile | | Console output | https://ci-hadoop.apache.org/job/Tez-qbt-0.10-Build/269/console | | versions | git=2.43.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 [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
