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

Changes:

[github] TEZ-4565. TestAnalyzer subtest testInternalPreemption is flaky (#357) 
(Jonathan Turner Eagles reviewed by Laszlo Bodor)


------------------------------------------
[...truncated 448.12 KiB...]
#16 1188.3  /usr/bin/install -c -m 644  google/protobuf/io/coded_stream.h 
google/protobuf/io/io_win32.h google/protobuf/io/printer.h 
google/protobuf/io/strtod.h google/protobuf/io/tokenizer.h 
google/protobuf/io/zero_copy_stream.h 
google/protobuf/io/zero_copy_stream_impl.h 
google/protobuf/io/zero_copy_stream_impl_lite.h 
'/opt/protobuf/include/google/protobuf/io'
#16 1188.3  /usr/bin/mkdir -p 
'/opt/protobuf/include/google/protobuf/compiler/java'
#16 1188.3  /usr/bin/install -c -m 644  
google/protobuf/compiler/java/generator.h 
google/protobuf/compiler/java/java_generator.h 
google/protobuf/compiler/java/kotlin_generator.h 
google/protobuf/compiler/java/names.h 
'/opt/protobuf/include/google/protobuf/compiler/java'
#16 1188.3  /usr/bin/mkdir -p 
'/opt/protobuf/include/google/protobuf/compiler/python'
#16 1188.3  /usr/bin/install -c -m 644  
google/protobuf/compiler/python/generator.h 
google/protobuf/compiler/python/pyi_generator.h 
google/protobuf/compiler/python/python_generator.h 
'/opt/protobuf/include/google/protobuf/compiler/python'
#16 1188.3 make[2]: Leaving directory '/opt/protobuf-src/src'
#16 1188.3 make[1]: Leaving directory '/opt/protobuf-src/src'
#16 DONE 1190.7s

#27 [protobuf 4/5] WORKDIR /root
#27 DONE 0.1s

#28 [protobuf 5/5] RUN rm -rf /opt/protobuf-src
#28 DONE 0.7s

#29 [stage-5 12/12] COPY --from=protobuf /opt/protobuf /opt/protobuf
#29 DONE 3.7s

#30 exporting to image
#30 exporting layers
#30 exporting layers 13.3s done
#30 writing image 
sha256:0388b7ad7c9e485cde21bbcc742c72b9c56e1420b2c3584729774e3be0a56c3a done
#30 naming to docker.io/yetus/tez:03b5f1d68 done
#30 DONE 13.3s

 9 warnings found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy 
"ENV key value" format (line 67)
 - 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 258)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV 
key value" format (line 259)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV 
key value" format (line 68)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV 
key value" format (line 189)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV 
key value" format (line 260)
 - 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 33)
Building run-specific image yetus/tez:tp-17678
#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 DONE 0.0s

#2 [internal] load metadata for docker.io/yetus/tez:03b5f1d68
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s

#4 [internal] load build context
#4 transferring context: 4.26kB done
#4 DONE 0.1s

#5 [ 1/11] FROM docker.io/yetus/tez:03b5f1d68
#5 DONE 0.3s

#6 [ 2/11] RUN groupadd --non-unique -g "910" "jenkins" || true
#6 DONE 1.0s

#7 [ 3/11] RUN useradd -g "910" -u "910" -m "jenkins" || true
#7 0.374 useradd warning: jenkins's uid 910 outside of the UID_MIN 1000 and 
UID_MAX 60000 range.
#7 DONE 0.6s

#8 [ 4/11] RUN if [ "998" != -1 ]; then (groupadd --non-unique --gid 998 
dockersock && adduser "jenkins" dockersock ) || true; fi
#8 0.542 info: Adding user `jenkins' to group `dockersock' ...
#8 DONE 0.8s

#9 [ 5/11] RUN mkdir -p /precommit/extras
#9 DONE 0.6s

#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.2s

#12 [ 8/11] COPY launch-test-patch.sh /launch-test-patch.sh
#12 DONE 0.2s

#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.6s

#15 [11/11] RUN chown -R "jenkins" "/home/jenkins" || true
#15 DONE 0.5s

#16 exporting to image
#16 exporting layers 0.1s done
#16 writing image 
sha256:c2474bbf4af37abb146abc2706445290f3da30cfbcc65977da27756ba854826a done
#16 naming to docker.io/yetus/tez:tp-17678 done
#16 DONE 0.2s

 3 warnings found (use docker --debug to expand):
 - 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:  26m 15s

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/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 adf258bb6 TEZ-4565. TestAnalyzer subtest testInternalPreemption 
is flaky (#357) (Jonathan Turner Eagles 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 adf258bb6 TEZ-4565. TestAnalyzer subtest testInternalPreemption 
is flaky (#357) (Jonathan Turner Eagles reviewed by Laszlo Bodor)
Building a list of all files in the source tree


============================================================================
============================================================================
                    Re-exec mode detected. Continuing.
============================================================================
============================================================================


ERROR: Unprocessed flag(s): --findbugs-strict-precheck


============================================================================
============================================================================
             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  |  26m 24s   | Docker mode activated. 
|  -1  |       yetus  |   0m  4s   | Unprocessed flag(s): 
|      |              |            | --findbugs-strict-precheck


|| Subsystem || Report/Notes ||
============================================================================
| Docker | ClientAPI=1.51 ServerAPI=1.51 base: 
https://ci-hadoop.apache.org/job/Tez-qbt-0.10-Build/247/artifact/out/Dockerfile 
|
| Console output | 
https://ci-hadoop.apache.org/job/Tez-qbt-0.10-Build/247/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?

Reply via email to