See
<https://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/324/display/redirect?page=changes>
Changes:
[github] TEZ-4687: Spotless: enforce endWithNewline (#459) (Laszlo Bodor
reviewed
------------------------------------------
[...truncated 10.29 KiB...]
.../org/apache/tez/service/impl/TezTestServiceProtocolClientImpl.java | 2 +-
.../src/main/java/org/apache/tez/mapreduce/client/package-info.java | 2 +-
.../tez/mapreduce/grouper/SplitSizeEstimatorWrapperMapReduce.java | 2 +-
.../apache/tez/mapreduce/hadoop/MultiStageMRConfToTezTranslator.java | 2 +-
.../main/java/org/apache/tez/mapreduce/hadoop/mapred/package-info.java | 2 +-
.../java/org/apache/tez/mapreduce/hadoop/mapreduce/package-info.java | 2 +-
.../src/main/java/org/apache/tez/mapreduce/hadoop/package-info.java | 2 +-
.../src/main/java/org/apache/tez/mapreduce/lib/package-info.java | 2 +-
.../src/main/java/org/apache/tez/history/parser/ProtoHistoryParser.java | 2 +-
.../main/java/org/apache/tez/history/parser/SimpleHistoryParser.java | 2 +-
.../org/apache/tez/runtime/internals/api/TaskReporterInterface.java | 2 +-
.../main/java/org/apache/tez/runtime/internals/api/TezTrapEvent.java | 2 +-
.../src/main/java/org/apache/tez/runtime/task/TezTaskRunner2.java | 2 +-
.../src/main/java/org/apache/tez/runtime/task/TezTrapEventHandler.java | 2 +-
tez-runtime-library/src/main/java/org/apache/tez/http/SSLFactory.java | 2 +-
.../org/apache/tez/http/async/netty/TezBodyDeferringAsyncHandler.java | 2 +-
.../runtime/library/cartesianproduct/CartesianProductEdgeManager.java | 2 +-
.../cartesianproduct/CartesianProductEdgeManagerPartitioned.java | 2 +-
.../runtime/library/cartesianproduct/CartesianProductVertexManager.java | 2 +-
.../cartesianproduct/CartesianProductVertexManagerPartitioned.java | 2 +-
.../library/cartesianproduct/FairCartesianProductEdgeManager.java | 2 +-
.../library/cartesianproduct/FairCartesianProductVertexManager.java | 2 +-
.../apache/tez/runtime/library/common/MemoryUpdateCallbackHandler.java | 2 +-
.../apache/tez/runtime/library/common/shuffle/impl/package-info.java | 2 +-
.../tez/runtime/library/common/shuffle/orderedgrouped/package-info.java | 2 +-
.../org/apache/tez/runtime/library/common/shuffle/package-info.java | 2 +-
.../apache/tez/runtime/library/common/sort/impl/dflt/package-info.java | 2 +-
.../org/apache/tez/runtime/library/common/sort/impl/package-info.java | 2 +-
.../tez/runtime/library/common/task/local/output/package-info.java | 2 +-
.../org/apache/tez/runtime/library/common/writers/package-info.java | 2 +-
.../src/main/java/org/apache/tez/runtime/library/conf/package-info.java | 2 +-
.../tez/runtime/library/input/ConcatenatedMergedKeyValueInput.java | 2 +-
.../tez/runtime/library/input/ConcatenatedMergedKeyValuesInput.java | 2 +-
.../main/java/org/apache/tez/runtime/library/input/package-info.java | 2 +-
.../main/java/org/apache/tez/runtime/library/output/package-info.java | 2 +-
.../src/main/java/org/apache/tez/runtime/library/utils/CodecUtils.java | 2 +-
.../runtime/library/cartesianproduct/TestCartesianProductConfig.java | 2 +-
.../library/cartesianproduct/TestFairCartesianProductEdgeManager.java | 2 +-
.../java/org/apache/tez/runtime/library/common/TestConfigUtils.java | 2 +-
.../test/java/org/apache/tez/runtime/library/testutils/KVDataGen.java | 2 +-
.../src/main/java/org/apache/tez/analyzer/plugins/AnalyzerDriver.java | 2 +-
.../src/main/java/org/apache/tez/analyzer/utils/SVGUtils.java | 2 +-
78 files changed, 78 insertions(+), 77 deletions(-)
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at 17546aa68 TEZ-4687: Spotless: enforce endWithNewline (#459)
(Laszlo Bodor reviewed by Ayush Saxena)
Building a list of all files in the source tree
============================================================================
============================================================================
Removing old images
============================================================================
============================================================================
WARNING: This output is designed for human readability. For machine-readable
output, please use --format.
IMAGE ID DISK USAGE CONTENT SIZE EXTRA
Untagged images:
Apache Yetus images:
Other images:
WARNING: This output is designed for human readability. For machine-readable
output, please use --format.
============================================================================
============================================================================
Docker Container Maintenance
============================================================================
============================================================================
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
============================================================================
============================================================================
Docker Image Creation
============================================================================
============================================================================
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 7.81kB done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/library/ubuntu:noble
#2 DONE 0.6s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [tezbase 1/6] FROM
docker.io/library/ubuntu:noble@sha256:d1e2e92c075e5ca139d51a140fff46f84315c0fdce203eab2807c7e495eff4f9
#4 DONE 0.0s
#5 [tezbase 2/6] WORKDIR /root
#5 CACHED
#6 [tezbase 3/6] RUN apt-get -q update && apt-get -q install
--no-install-recommends -y apt-transport-https apt-utils bzip2
ca-certificates curl dirmngr git gpg gpg-agent
libffi-dev locales make pkg-config rsync
software-properties-common ssh-client unzip xz-utils && apt-get
clean && rm -rf /var/lib/apt/lists/*
#6 0.359 Ign:1 http://archive.ubuntu.com/ubuntu noble InRelease
#6 0.359 Ign:2 http://security.ubuntu.com/ubuntu noble-security InRelease
#6 0.363 Ign:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
#6 0.367 Ign:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
#6 1.366 Ign:1 http://archive.ubuntu.com/ubuntu noble InRelease
#6 1.366 Ign:2 http://security.ubuntu.com/ubuntu noble-security InRelease
#6 1.371 Ign:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
#6 1.376 Ign:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
#6 3.372 Ign:2 http://security.ubuntu.com/ubuntu noble-security InRelease
#6 3.372 Ign:1 http://archive.ubuntu.com/ubuntu noble InRelease
#6 3.377 Ign:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
#6 3.381 Ign:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
#6 7.379 Err:1 http://archive.ubuntu.com/ubuntu noble InRelease
#6 7.379 Temporary failure resolving 'archive.ubuntu.com'
#6 7.379 Err:2 http://security.ubuntu.com/ubuntu noble-security InRelease
#6 7.379 Temporary failure resolving 'security.ubuntu.com'
#6 7.384 Err:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
#6 7.384 Temporary failure resolving 'archive.ubuntu.com'
#6 7.389 Err:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
#6 7.389 Temporary failure resolving 'archive.ubuntu.com'
#6 7.400 Reading package lists...
#6 7.430 W: Failed to fetch
http://archive.ubuntu.com/ubuntu/dists/noble/InRelease Temporary failure
resolving 'archive.ubuntu.com'
#6 7.430 W: Failed to fetch
http://archive.ubuntu.com/ubuntu/dists/noble-updates/InRelease Temporary
failure resolving 'archive.ubuntu.com'
#6 7.430 W: Failed to fetch
http://archive.ubuntu.com/ubuntu/dists/noble-backports/InRelease Temporary
failure resolving 'archive.ubuntu.com'
#6 7.430 W: Failed to fetch
http://security.ubuntu.com/ubuntu/dists/noble-security/InRelease Temporary
failure resolving 'security.ubuntu.com'
#6 7.430 W: Some index files failed to download. They have been ignored, or old
ones used instead.
#6 7.445 Reading package lists...
#6 7.464 Building dependency tree...
#6 7.466 Reading state information...
#6 7.467 Package apt-utils is not available, but is referred to by another
package.
#6 7.467 This may mean that the package is missing, has been obsoleted, or
#6 7.467 is only available from another source
#6 7.467 However the following packages replace it:
#6 7.467 apt
#6 7.467
#6 7.467 Package ca-certificates is not available, but is referred to by
another package.
#6 7.467 This may mean that the package is missing, has been obsoleted, or
#6 7.467 is only available from another source
#6 7.467
#6 7.467 Package locales is not available, but is referred to by another
package.
#6 7.467 This may mean that the package is missing, has been obsoleted, or
#6 7.467 is only available from another source
#6 7.467
#6 7.467 Package bzip2 is not available, but is referred to by another package.
#6 7.467 This may mean that the package is missing, has been obsoleted, or
#6 7.467 is only available from another source
#6 7.467
#6 7.467 Package xz-utils is not available, but is referred to by another
package.
#6 7.467 This may mean that the package is missing, has been obsoleted, or
#6 7.467 is only available from another source
#6 7.467
#6 7.467 E: Package 'apt-utils' has no installation candidate
#6 7.467 E: Package 'bzip2' has no installation candidate
#6 7.467 E: Package 'ca-certificates' has no installation candidate
#6 7.467 E: Unable to locate package curl
#6 7.467 E: Unable to locate package dirmngr
#6 7.467 E: Unable to locate package git
#6 7.467 E: Unable to locate package gpg
#6 7.467 E: Unable to locate package gpg-agent
#6 7.467 E: Unable to locate package libffi-dev
#6 7.467 E: Package 'locales' has no installation candidate
#6 7.467 E: Unable to locate package make
#6 7.468 E: Unable to locate package pkg-config
#6 7.468 E: Unable to locate package rsync
#6 7.468 E: Unable to locate package software-properties-common
#6 7.468 E: Unable to locate package ssh-client
#6 7.468 E: Unable to locate package unzip
#6 7.468 E: Package 'xz-utils' has no installation candidate
#6 ERROR: process "/bin/bash -o pipefail -c apt-get -q update && apt-get -q
install --no-install-recommends -y apt-transport-https apt-utils
bzip2 ca-certificates curl dirmngr git gpg gpg-agent
libffi-dev locales make pkg-config rsync
software-properties-common ssh-client unzip xz-utils && apt-get
clean && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit
code: 100
------
> [tezbase 3/6] RUN apt-get -q update && apt-get -q install
> --no-install-recommends -y apt-transport-https apt-utils bzip2
> ca-certificates curl dirmngr git gpg gpg-agent
> libffi-dev locales make pkg-config rsync
> software-properties-common ssh-client unzip xz-utils &&
> apt-get clean && rm -rf /var/lib/apt/lists/*:
7.467 E: Unable to locate package gpg-agent
7.467 E: Unable to locate package libffi-dev
7.467 E: Package 'locales' has no installation candidate
7.467 E: Unable to locate package make
7.468 E: Unable to locate package pkg-config
7.468 E: Unable to locate package rsync
7.468 E: Unable to locate package software-properties-common
7.468 E: Unable to locate package ssh-client
7.468 E: Unable to locate package unzip
7.468 E: Package 'xz-utils' has no installation candidate
------
[33m9 warnings found (use docker --debug to expand):
[0m - 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)
- 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 257)
- 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 255)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV
key value" format (line 256)
Dockerfile:42
--------------------
41 | # hadolint ignore=DL3008
42 | >>> RUN apt-get -q update && apt-get -q install --no-install-recommends
-y \
43 | >>> apt-transport-https \
44 | >>> apt-utils \
45 | >>> bzip2 \
46 | >>> ca-certificates \
47 | >>> curl \
48 | >>> dirmngr \
49 | >>> git \
50 | >>> gpg \
51 | >>> gpg-agent \
52 | >>> libffi-dev \
53 | >>> locales \
54 | >>> make \
55 | >>> pkg-config \
56 | >>> rsync \
57 | >>> software-properties-common \
58 | >>> ssh-client \
59 | >>> unzip \
60 | >>> xz-utils \
61 | >>> && apt-get clean \
62 | >>> && rm -rf /var/lib/apt/lists/*
63 |
--------------------
ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c
apt-get -q update && apt-get -q install --no-install-recommends -y
apt-transport-https apt-utils bzip2 ca-certificates curl
dirmngr git gpg gpg-agent libffi-dev locales make
pkg-config rsync software-properties-common ssh-client unzip
xz-utils && apt-get clean && rm -rf /var/lib/apt/lists/*" did not
complete successfully: exit code: 100
ERROR: Docker failed to build yetus/tez:faa9bb9b2.
-1 overall
| Vote | Subsystem | Runtime | Comment
============================================================================
| 0 | reexec | 0m 0s | Docker mode activated.
| -1 | docker | 0m 8s | Docker failed to build
| | | | yetus/tez:faa9bb9b2.
|| Subsystem || Report/Notes ||
============================================================================
| Console output |
https://ci-hadoop.apache.org/job/Tez-qbt-0.10-snapshots/324/console |
| versions | git=2.34.1 |
| Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
============================================================================
============================================================================
Finished build.
============================================================================
============================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts