Skip to content

Console Output

10:58:59 + make REF=20.10 centos-9
10:58:59 git init src/github.com/docker/cli
10:58:59 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:58:59 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:58:59 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:58:59 + SRC=src/github.com/docker/cli
10:58:59 + REF=20.10
10:58:59 + REF_FETCH=20.10
10:58:59 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
10:58:59 + awk {print $2}
10:58:59 + REF=refs/heads/20.10
10:58:59 + [ -n refs/heads/20.10 ]
10:58:59 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:58:59 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:01 From https://github.com/docker/cli
10:59:01  * [new branch]      20.10      -> 20.10
10:59:01  * [new branch]      20.10      -> origin/20.10
10:59:01 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:59:02 git init src/github.com/docker/docker
10:59:02 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:59:02 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:59:02 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:59:02 + SRC=src/github.com/docker/docker
10:59:02 + REF=20.10
10:59:02 + REF_FETCH=20.10
10:59:02 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
10:59:02 + awk {print $2}
10:59:02 + REF=refs/heads/20.10
10:59:02 + [ -n refs/heads/20.10 ]
10:59:02 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:02 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:04 From https://github.com/docker/docker
10:59:04  * [new branch]      20.10      -> 20.10
10:59:04  * [new branch]      20.10      -> origin/20.10
10:59:04 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
10:59:04 git init src/github.com/docker/compose
10:59:04 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
10:59:04 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
10:59:04 ./scripts/checkout.sh src/github.com/docker/compose "v2.7.0"
10:59:04 + SRC=src/github.com/docker/compose
10:59:04 + REF=v2.7.0
10:59:04 + REF_FETCH=v2.7.0
10:59:04 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.7.0
10:59:04 + awk {print $2}
10:59:04 + REF=refs/tags/v2.7.0
10:59:04 + [ -n refs/tags/v2.7.0 ]
10:59:04 + REF_FETCH=refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:04 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:05 From https://github.com/docker/compose
10:59:05  * [new tag]         v2.7.0     -> v2.7.0
10:59:05 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.7.0
10:59:05 git init src/github.com/docker/scan-cli-plugin
10:59:05 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
10:59:05 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
10:59:05 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
10:59:05 + SRC=src/github.com/docker/scan-cli-plugin
10:59:05 + REF=v0.17.0
10:59:05 + REF_FETCH=v0.17.0
10:59:05 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
10:59:05 + awk {print $2}
10:59:05 + REF=refs/tags/v0.17.0
10:59:05 + [ -n refs/tags/v0.17.0 ]
10:59:05 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
10:59:05 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
10:59:05 From https://github.com/docker/scan-cli-plugin
10:59:05  * [new tag]         v0.17.0    -> v0.17.0
10:59:05 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
10:59:05 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.17.13 centos-9
10:59:05 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
10:59:05 mkdir -p rpmbuild/SOURCES
10:59:05 docker run --rm -w /v \
10:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
10:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:05 	alpine \
10:59:05 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
10:59:05 Unable to find image 'alpine:latest' locally
10:59:06 latest: Pulling from library/alpine
10:59:06 f97344484467: Pulling fs layer
10:59:06 f97344484467: Verifying Checksum
10:59:06 f97344484467: Download complete
10:59:06 f97344484467: Pull complete
10:59:06 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
10:59:06 Status: Downloaded newer image for alpine:latest
10:59:11 mkdir -p rpmbuild/SOURCES
10:59:11 docker run --rm -w /v \
10:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
10:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:11 	alpine \
10:59:11 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
10:59:14 mkdir -p rpmbuild/SOURCES
10:59:14 docker run --rm -w /v \
10:59:14 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
10:59:14 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:14 	alpine \
10:59:14 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
10:59:14 mkdir -p rpmbuild/SOURCES
10:59:14 docker run --rm -w /v \
10:59:14 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
10:59:14 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:14 	alpine \
10:59:14 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
10:59:15 mkdir -p rpmbuild/SOURCES
10:59:15 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
10:59:15 mkdir -p rpmbuild/SOURCES
10:59:15 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
10:59:15 docker run --rm -w /v \
10:59:15 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
10:59:15 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:15 	alpine \
10:59:15 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
10:59:16 == Building packages for centos-9 ==
10:59:16 mkdir -p "rpmbuild/centos-9"
10:59:16 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.13-buster -t rpmbuild-centos-9/aarch64 -f centos-9/Dockerfile .
10:59:16 #1 [internal] load build definition from Dockerfile
10:59:16 #1 sha256:989f050348bd86996715916ffe6063a023f3ee44045a663e2fa0ad5306bba851
10:59:16 #1 transferring dockerfile: 1.29kB done
10:59:16 #1 DONE 0.0s
10:59:16 
10:59:16 #2 [internal] load .dockerignore
10:59:16 #2 sha256:af23efe2a3caf80c8e9903963dfc82a3488178d1d978eb42982bc2684ae0d584
10:59:16 #2 transferring context: 2B done
10:59:16 #2 DONE 0.0s
10:59:16 
10:59:16 #5 [auth] library/golang:pull token for registry-1.docker.io
10:59:16 #5 sha256:6eeb24681ed0803d85f76964b76acc524671129cc819cc9f07f09e26c3feb01f
10:59:16 #5 DONE 0.0s
10:59:16 
10:59:16 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
10:59:16 #4 sha256:435e7632093f904481779f1a66c0d23d7641c0855ef1553e4dd30adc277a04fd
10:59:17 #4 DONE 0.3s
10:59:17 
10:59:17 #3 [internal] load metadata for quay.io/centos/centos:stream9
10:59:17 #3 sha256:88ff1a4b5828cdd3f62185c34438b156e9cbac4e3206b9f03083beb619d46746
10:59:17 #3 DONE 0.2s
10:59:17 
10:59:17 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
10:59:17 #13 sha256:80f656a7fc0c9a56c0414b52b580ece15446fcb75b09b6f4b150b0c6e61b42d0
10:59:17 #13 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.0s done
10:59:17 #13 ...
10:59:17 
10:59:17 #10 [internal] load build context
10:59:17 #10 sha256:984ab26a8b4d6b8129b0a55f33b935689c47b6120c2c13382bee39e1ff55667d
10:59:17 #10 transferring context: 14.04kB done
10:59:17 #10 DONE 0.0s
10:59:17 
10:59:17 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
10:59:17 #13 sha256:80f656a7fc0c9a56c0414b52b580ece15446fcb75b09b6f4b150b0c6e61b42d0
10:59:17 #13 sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 0B / 49.23MB 0.1s
10:59:17 #13 sha256:6a5d1ed6a27dab15e77b7afa9c8697a170f017a73ec9ea8f3f00d5f322e1d3ab 0B / 7.72MB 0.1s
10:59:17 #13 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done
10:59:17 #13 sha256:e2bc327932368ef7b63a3ba3fec80b25836271aea01e4218691d7ea5c7d3530d 1.79kB / 1.79kB done
10:59:17 #13 sha256:3cd80618bcb7f97eeb7979d171339a878994ac69b63511f6a49cf48abed98197 7.13kB / 7.13kB done
10:59:17 #13 sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 16.78MB / 49.23MB 0.2s
10:59:17 #13 sha256:6a5d1ed6a27dab15e77b7afa9c8697a170f017a73ec9ea8f3f00d5f322e1d3ab 7.72MB / 7.72MB 0.2s
10:59:17 #13 sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 26.21MB / 49.23MB 0.3s
10:59:17 #13 sha256:6a5d1ed6a27dab15e77b7afa9c8697a170f017a73ec9ea8f3f00d5f322e1d3ab 7.72MB / 7.72MB 0.2s done
10:59:17 #13 sha256:1186afd5d5e89c602b988d31dd5210c9e3c19435f849f6cc4a6a22a2388e83cf 0B / 9.77MB 0.3s
10:59:17 #13 sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 32.51MB / 49.23MB 0.4s
10:59:17 #13 sha256:1186afd5d5e89c602b988d31dd5210c9e3c19435f849f6cc4a6a22a2388e83cf 8.39MB / 9.77MB 0.4s
10:59:17 #13 sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 46.14MB / 49.23MB 0.5s
10:59:17 #13 sha256:1186afd5d5e89c602b988d31dd5210c9e3c19435f849f6cc4a6a22a2388e83cf 9.77MB / 9.77MB 0.5s done
10:59:17 #13 sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 0B / 52.17MB 0.5s
10:59:17 #13 sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 49.23MB / 49.23MB 0.7s
10:59:17 #13 sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 8.39MB / 52.17MB 0.6s
10:59:17 #13 sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 28.31MB / 52.17MB 0.8s
10:59:17 #13 sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 49.23MB / 49.23MB 0.9s done
10:59:17 #13 sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 32.51MB / 52.17MB 0.9s
10:59:17 #13 extracting sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862
10:59:18 #13 sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 52.17MB / 52.17MB 1.1s
10:59:18 #13 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 0B / 62.47MB 1.3s
10:59:18 #13 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 3.15MB / 62.47MB 1.4s
10:59:18 #13 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 19.92MB / 62.47MB 1.5s
10:59:18 #13 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 29.36MB / 62.47MB 1.6s
10:59:18 #13 sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 52.17MB / 52.17MB 1.7s done
10:59:18 #13 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 32.51MB / 62.47MB 1.7s
10:59:18 #13 sha256:2af36d48bd2b561139df983cd4f373a63969c05069fa366b3aa84dcaf42c4329 0B / 125B 1.7s
10:59:18 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 0B / 102.82MB 1.7s
10:59:19 #13 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 54.53MB / 62.47MB 1.9s
10:59:19 #13 sha256:2af36d48bd2b561139df983cd4f373a63969c05069fa366b3aa84dcaf42c4329 125B / 125B 1.8s done
10:59:19 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 16.78MB / 102.82MB 1.9s
10:59:19 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 29.36MB / 102.82MB 2.0s
10:59:19 #13 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 62.47MB / 62.47MB 2.1s
10:59:19 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 50.33MB / 102.82MB 2.3s
10:59:19 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 66.06MB / 102.82MB 2.5s
10:59:19 #13 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 62.47MB / 62.47MB 2.5s done
10:59:19 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 74.45MB / 102.82MB 2.6s
10:59:19 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 90.55MB / 102.82MB 2.7s
10:59:19 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 102.82MB / 102.82MB 2.9s
10:59:20 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 102.82MB / 102.82MB 3.5s done
10:59:20 #13 extracting sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 2.8s done
10:59:20 #13 extracting sha256:6a5d1ed6a27dab15e77b7afa9c8697a170f017a73ec9ea8f3f00d5f322e1d3ab
10:59:21 #13 extracting sha256:6a5d1ed6a27dab15e77b7afa9c8697a170f017a73ec9ea8f3f00d5f322e1d3ab 0.4s done
10:59:21 #13 extracting sha256:1186afd5d5e89c602b988d31dd5210c9e3c19435f849f6cc4a6a22a2388e83cf
10:59:22 #13 ...
10:59:22 
10:59:22 #6 [stage-1 1/8] FROM quay.io/centos/centos:stream9@sha256:07f9ccafb44a1de11a1c2c2bad3fcc10cd224921f9f1c9c6e778b723c740c24a
10:59:22 #6 sha256:24ed2411ceb65ffacc1d3fb13997c662dcae14d30b8559f191cc028da152fcd0
10:59:22 #6 resolve quay.io/centos/centos:stream9@sha256:07f9ccafb44a1de11a1c2c2bad3fcc10cd224921f9f1c9c6e778b723c740c24a 0.0s done
10:59:22 #6 sha256:07f9ccafb44a1de11a1c2c2bad3fcc10cd224921f9f1c9c6e778b723c740c24a 858B / 858B done
10:59:22 #6 sha256:53a076016c16356a235c2a3ef833bcfbf311cbbe3d027c9b9208322e69925528 350B / 350B done
10:59:22 #6 sha256:32adc41cc2bbaa6a0ec26d9ee59c9386e2360474b33aa4e65c383c33bae8b93f 1.15kB / 1.15kB done
10:59:22 #6 sha256:5e086ecef80cbcdc685d157769e70d184dc1cc856d0be2234f1b8511a674a594 55.15MB / 55.15MB 1.3s done
10:59:22 #6 extracting sha256:5e086ecef80cbcdc685d157769e70d184dc1cc856d0be2234f1b8511a674a594 3.3s done
10:59:22 #6 DONE 4.9s
10:59:22 
10:59:22 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
10:59:22 #13 sha256:80f656a7fc0c9a56c0414b52b580ece15446fcb75b09b6f4b150b0c6e61b42d0
10:59:22 #13 extracting sha256:1186afd5d5e89c602b988d31dd5210c9e3c19435f849f6cc4a6a22a2388e83cf 0.4s done
10:59:22 #13 extracting sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 0.1s
10:59:23 #13 ...
10:59:23 
10:59:23 #7 [stage-1 2/8] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
10:59:23 #7 sha256:9243ad087756276f080140e92749ad49d2959c0d363c5b53aa9ba8ef2bb16480
10:59:23 #7 DONE 1.3s
10:59:23 
10:59:23 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
10:59:23 #13 sha256:80f656a7fc0c9a56c0414b52b580ece15446fcb75b09b6f4b150b0c6e61b42d0
10:59:25 #13 extracting sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 2.5s done
10:59:25 #13 extracting sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab
10:59:26 #13 extracting sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 1.9s done
10:59:26 #13 extracting sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 0.1s
10:59:32 #13 extracting sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 4.8s done
10:59:32 #13 extracting sha256:2af36d48bd2b561139df983cd4f373a63969c05069fa366b3aa84dcaf42c4329 done
10:59:32 #13 DONE 15.0s
10:59:32 
10:59:32 #8 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
10:59:32 #8 sha256:8716cf049cbeaf95dcf6ee00eafcdf6c940dc379216db6e0639f5f2fcea57e66
10:59:32 #8 2.555 CentOS Stream 9 - BaseOS                        2.5 MB/s | 4.5 MB     00:01    
10:59:32 #8 5.477 CentOS Stream 9 - AppStream                     6.3 MB/s |  12 MB     00:01    
10:59:32 #8 9.219 CentOS Stream 9 - Extras packages                20 kB/s | 8.5 kB     00:00    
10:59:33 #8 10.03 Dependencies resolved.
10:59:33 #8 10.04 ================================================================================
10:59:33 #8 10.04  Package                       Arch     Version                Repository  Size
10:59:33 #8 10.04 ================================================================================
10:59:33 #8 10.04 Installing:
10:59:33 #8 10.04  dnf-plugins-core              noarch   4.1.0-1.el9            baseos      35 k
10:59:33 #8 10.04  rpm-build                     aarch64  4.16.1.3-15.el9        appstream  101 k
10:59:33 #8 10.04  rpmlint                       noarch   1.11-19.el9            appstream  198 k
10:59:33 #8 10.04 Installing dependencies:
10:59:33 #8 10.04  binutils                      aarch64  2.35.2-24.el9          baseos     4.8 M
10:59:33 #8 10.04  bzip2                         aarch64  1.0.8-8.el9            baseos      56 k
10:59:33 #8 10.04  checkpolicy                   aarch64  3.4-1.el9              appstream  341 k
10:59:33 #8 10.04  cpio                          aarch64  2.13-16.el9            baseos     274 k
10:59:33 #8 10.04  cracklib                      aarch64  2.9.6-27.el9           baseos      95 k
10:59:33 #8 10.04  cracklib-dicts                aarch64  2.9.6-27.el9           baseos     3.6 M
10:59:33 #8 10.04  dbus-libs                     aarch64  1:1.12.20-5.el9        baseos     150 k
10:59:33 #8 10.04  desktop-file-utils            aarch64  0.26-6.el9             appstream   72 k
10:59:33 #8 10.04  diffutils                     aarch64  3.7-12.el9             baseos     392 k
10:59:33 #8 10.04  dwz                           aarch64  0.14-3.el9             appstream  126 k
10:59:33 #8 10.04  ed                            aarch64  1.14.2-12.el9          baseos      74 k
10:59:33 #8 10.04  efi-srpm-macros               noarch   4-9.el9                appstream   23 k
10:59:33 #8 10.04  elfutils                      aarch64  0.187-5.el9            baseos     521 k
10:59:33 #8 10.04  elfutils-debuginfod-client    aarch64  0.187-5.el9            baseos      37 k
10:59:33 #8 10.04  emacs-filesystem              noarch   1:27.1-3.el9           appstream  9.2 k
10:59:33 #8 10.04  enchant                       aarch64  1:1.6.0-30.el9         appstream   61 k
10:59:33 #8 10.04  environment-modules           aarch64  5.0.1-1.el9            baseos     493 k
10:59:33 #8 10.04  file                          aarch64  5.39-8.el9             baseos      51 k
10:59:33 #8 10.04  fonts-srpm-macros             noarch   1:2.0.5-7.el9.1        appstream   28 k
10:59:33 #8 10.04  gcc-toolset-12-binutils       aarch64  2.38-16.el9            appstream  5.8 M
10:59:33 #8 10.04  gcc-toolset-12-binutils-gold  aarch64  2.38-14.el9            appstream  897 k
10:59:33 #8 10.04  gcc-toolset-12-runtime        aarch64  12.0-5.el9             appstream   55 k
10:59:33 #8 10.04  gdb-minimal                   aarch64  10.2-10.el9            appstream  3.1 M
10:59:33 #8 10.04  gdk-pixbuf2                   aarch64  2.42.6-2.el9           appstream  491 k
10:59:33 #8 10.04  ghc-srpm-macros               noarch   1.5.0-6.el9            appstream  8.8 k
10:59:33 #8 10.04  glib-networking               aarch64  2.68.3-3.el9           baseos     185 k
10:59:33 #8 10.04  glibc-gconv-extra             aarch64  2.34-39.el9            baseos     1.7 M
10:59:33 #8 10.04  go-srpm-macros                noarch   3.0.9-9.el9            appstream   27 k
10:59:33 #8 10.04  groff-base                    aarch64  1.22.4-10.el9          baseos     1.0 M
10:59:33 #8 10.04  gsettings-desktop-schemas     aarch64  40.0-4.el9             baseos     688 k
10:59:33 #8 10.04  hunspell                      aarch64  1.7.0-11.el9           appstream  319 k
10:59:33 #8 10.04  hunspell-en-GB                noarch   0.20140811.1-20.el9    appstream  226 k
10:59:33 #8 10.04  hunspell-en-US                noarch   0.20140811.1-20.el9    appstream  177 k
10:59:33 #8 10.04  hunspell-filesystem           aarch64  1.7.0-11.el9           appstream  8.6 k
10:59:33 #8 10.04  info                          aarch64  6.7-15.el9             baseos     221 k
10:59:33 #8 10.04  json-glib                     aarch64  1.6.6-1.el9            baseos     160 k
10:59:33 #8 10.04  kernel-srpm-macros            noarch   1.0-11.el9             appstream   16 k
10:59:33 #8 10.04  less                          aarch64  590-1.el9              baseos     161 k
10:59:33 #8 10.04  libappstream-glib             aarch64  0.7.18-4.el9           appstream  380 k
10:59:33 #8 10.04  libbrotli                     aarch64  1.0.9-6.el9            baseos     314 k
10:59:33 #8 10.04  libdb                         aarch64  5.3.28-53.el9          baseos     712 k
10:59:33 #8 10.04  libeconf                      aarch64  0.4.1-2.el9            baseos      27 k
10:59:33 #8 10.04  libfdisk                      aarch64  2.37.4-3.el9           baseos     150 k
10:59:33 #8 10.04  libicu                        aarch64  67.1-9.el9             baseos     9.5 M
10:59:33 #8 10.04  libjpeg-turbo                 aarch64  2.0.90-5.el9           appstream  170 k
10:59:33 #8 10.04  libpipeline                   aarch64  1.5.3-4.el9            baseos      48 k
10:59:33 #8 10.04  libpkgconf                    aarch64  1.7.3-9.el9            baseos      36 k
10:59:33 #8 10.04  libpng                        aarch64  2:1.6.37-12.el9        baseos     115 k
10:59:33 #8 10.04  libproxy                      aarch64  0.4.15-35.el9          baseos      71 k
10:59:33 #8 10.04  libpsl                        aarch64  0.21.1-5.el9           baseos      64 k
10:59:33 #8 10.04  libpwquality                  aarch64  1.4.4-8.el9            baseos     119 k
10:59:33 #8 10.04  libselinux-utils              aarch64  3.4-3.el9              baseos     181 k
10:59:33 #8 10.04  libsoup                       aarch64  2.72.0-8.el9           appstream  397 k
10:59:33 #8 10.04  libstemmer                    aarch64  0-18.585svn.el9        appstream   82 k
10:59:33 #8 10.04  libutempter                   aarch64  1.2.1-6.el9            baseos      27 k
10:59:33 #8 10.04  lua-srpm-macros               noarch   1-6.el9                appstream  9.5 k
10:59:33 #8 10.04  man-db                        aarch64  2.9.3-6.el9            baseos     1.2 M
10:59:33 #8 10.04  ncurses                       aarch64  6.2-8.20210508.el9     baseos     406 k
10:59:33 #8 10.04  ocaml-srpm-macros             noarch   6-6.el9                appstream  8.8 k
10:59:33 #8 10.04  openblas-srpm-macros          noarch   2-11.el9               appstream  8.4 k
10:59:33 #8 10.04  openssl                       aarch64  1:3.0.1-38.el9         baseos     1.2 M
10:59:33 #8 10.04  pam                           aarch64  1.5.1-12.el9           baseos     620 k
10:59:33 #8 10.04  patch                         aarch64  2.7.6-16.el9           appstream  124 k
10:59:33 #8 10.04  perl-AutoLoader               noarch   5.74-479.el9           appstream   31 k
10:59:33 #8 10.04  perl-B                        aarch64  1.80-479.el9           appstream  190 k
10:59:33 #8 10.04  perl-Carp                     noarch   1.50-460.el9           appstream   30 k
10:59:33 #8 10.04  perl-Class-Struct             noarch   0.66-479.el9           appstream   32 k
10:59:33 #8 10.04  perl-Data-Dumper              aarch64  2.174-462.el9          appstream   55 k
10:59:33 #8 10.04  perl-Digest                   noarch   1.19-4.el9             appstream   26 k
10:59:33 #8 10.04  perl-Digest-MD5               aarch64  2.58-4.el9             appstream   37 k
10:59:33 #8 10.04  perl-Encode                   aarch64  4:3.08-462.el9         appstream  1.7 M
10:59:33 #8 10.04  perl-Errno                    aarch64  1.30-479.el9           appstream   24 k
10:59:33 #8 10.04  perl-Exporter                 noarch   5.74-461.el9           appstream   32 k
10:59:33 #8 10.04  perl-Fcntl                    aarch64  1.13-479.el9           appstream   30 k
10:59:33 #8 10.04  perl-File-Basename            noarch   2.85-479.el9           appstream   27 k
10:59:33 #8 10.04  perl-File-Path                noarch   2.18-4.el9             appstream   36 k
10:59:33 #8 10.04  perl-File-Temp                noarch   1:0.231.100-4.el9      appstream   60 k
10:59:33 #8 10.04  perl-File-stat                noarch   1.09-479.el9           appstream   27 k
10:59:33 #8 10.04  perl-FileHandle               noarch   2.03-479.el9           appstream   25 k
10:59:33 #8 10.04  perl-Getopt-Long              noarch   1:2.52-4.el9           appstream   61 k
10:59:33 #8 10.04  perl-Getopt-Std               noarch   1.12-479.el9           appstream   25 k
10:59:33 #8 10.04  perl-HTTP-Tiny                noarch   0.076-460.el9          appstream   55 k
10:59:33 #8 10.04  perl-IO                       aarch64  1.43-479.el9           appstream   98 k
10:59:33 #8 10.04  perl-IO-Socket-IP             noarch   0.41-5.el9             appstream   43 k
10:59:33 #8 10.04  perl-IPC-Open3                noarch   1.21-479.el9           appstream   32 k
10:59:33 #8 10.04  perl-MIME-Base64              aarch64  3.16-4.el9             appstream   31 k
10:59:33 #8 10.04  perl-Net-SSLeay               aarch64  1.92-1.el9             appstream  389 k
10:59:33 #8 10.04  perl-POSIX                    aarch64  1.94-479.el9           appstream  106 k
10:59:33 #8 10.04  perl-PathTools                aarch64  3.78-461.el9           appstream   88 k
10:59:33 #8 10.04  perl-Pod-Escapes              noarch   1:1.07-460.el9         appstream   21 k
10:59:33 #8 10.04  perl-Pod-Perldoc              noarch   3.28.01-461.el9        appstream   87 k
10:59:33 #8 10.04  perl-Pod-Simple               noarch   1:3.42-4.el9           appstream  225 k
10:59:33 #8 10.04  perl-Pod-Usage                noarch   4:2.01-4.el9           appstream   41 k
10:59:33 #8 10.04  perl-Scalar-List-Utils        aarch64  4:1.56-461.el9         appstream   72 k
10:59:33 #8 10.04  perl-SelectSaver              noarch   1.02-479.el9           appstream   21 k
10:59:33 #8 10.04  perl-Socket                   aarch64  4:2.031-4.el9          appstream   55 k
10:59:33 #8 10.04  perl-Storable                 aarch64  1:3.21-460.el9         appstream   94 k
10:59:33 #8 10.04  perl-Symbol                   noarch   1.08-479.el9           appstream   24 k
10:59:33 #8 10.04  perl-Term-ANSIColor           noarch   5.01-461.el9           appstream   49 k
10:59:33 #8 10.04  perl-Term-Cap                 noarch   1.17-460.el9           appstream   23 k
10:59:33 #8 10.04  perl-Text-ParseWords          noarch   3.30-460.el9           appstream   17 k
10:59:33 #8 10.04  perl-Text-Tabs+Wrap           noarch   2013.0523-460.el9      appstream   24 k
10:59:33 #8 10.04  perl-Time-Local               noarch   2:1.300-7.el9          appstream   34 k
10:59:33 #8 10.04  perl-URI                      noarch   5.09-3.el9             appstream  121 k
10:59:33 #8 10.04  perl-base                     noarch   2.27-479.el9           appstream   26 k
10:59:33 #8 10.04  perl-constant                 noarch   1.33-461.el9           appstream   24 k
10:59:33 #8 10.04  perl-if                       noarch   0.60.800-479.el9       appstream   24 k
10:59:33 #8 10.04  perl-interpreter              aarch64  4:5.32.1-479.el9       appstream   80 k
10:59:33 #8 10.04  perl-libnet                   noarch   3.13-4.el9             appstream  130 k
10:59:33 #8 10.04  perl-libs                     aarch64  4:5.32.1-479.el9       appstream  2.1 M
10:59:33 #8 10.04  perl-mro                      aarch64  1.23-479.el9           appstream   37 k
10:59:33 #8 10.04  perl-overload                 noarch   1.31-479.el9           appstream   55 k
10:59:33 #8 10.04  perl-overloading              noarch   0.02-479.el9           appstream   22 k
10:59:33 #8 10.04  perl-parent                   noarch   1:0.238-460.el9        appstream   15 k
10:59:33 #8 10.04  perl-podlators                noarch   1:4.14-460.el9         appstream  114 k
10:59:33 #8 10.04  perl-srpm-macros              noarch   1-41.el9               appstream  9.1 k
10:59:33 #8 10.04  perl-subs                     noarch   1.03-479.el9           appstream   21 k
10:59:33 #8 10.04  perl-vars                     noarch   1.05-479.el9           appstream   23 k
10:59:33 #8 10.04  pkgconf                       aarch64  1.7.3-9.el9            baseos      41 k
10:59:33 #8 10.04  pkgconf-m4                    noarch   1.7.3-9.el9            baseos      15 k
10:59:33 #8 10.04  pkgconf-pkg-config            aarch64  1.7.3-9.el9            baseos      11 k
10:59:33 #8 10.04  policycoreutils               aarch64  3.4-1.el9              baseos     233 k
10:59:33 #8 10.04  policycoreutils-python-utils  noarch   3.4-1.el9              appstream   74 k
10:59:33 #8 10.04  procps-ng                     aarch64  3.3.17-5.el9           baseos     348 k
10:59:33 #8 10.04  publicsuffix-list-dafsa       noarch   20210518-3.el9         baseos      58 k
10:59:33 #8 10.04  python-srpm-macros            noarch   3.9-52.el9             appstream   24 k
10:59:33 #8 10.04  python3-audit                 aarch64  3.0.7-103.el9          appstream   84 k
10:59:33 #8 10.04  python3-dateutil              noarch   1:2.8.1-6.el9          baseos     302 k
10:59:33 #8 10.04  python3-dbus                  aarch64  1.2.18-2.el9           baseos     144 k
10:59:33 #8 10.04  python3-dnf-plugins-core      noarch   4.1.0-1.el9            baseos     236 k
10:59:33 #8 10.04  python3-enchant               noarch   3.2.0-5.el9            appstream   86 k
10:59:33 #8 10.04  python3-file-magic            noarch   5.39-8.el9             appstream   18 k
10:59:33 #8 10.04  python3-libselinux            aarch64  3.4-3.el9              appstream  181 k
10:59:33 #8 10.04  python3-libsemanage           aarch64  3.4-1.el9              appstream   80 k
10:59:33 #8 10.04  python3-policycoreutils       noarch   3.4-1.el9              appstream  2.1 M
10:59:33 #8 10.04  python3-setools               aarch64  4.4.0-5.el9            baseos     590 k
10:59:33 #8 10.04  python3-setuptools            noarch   53.0.0-10.el9          baseos     946 k
10:59:33 #8 10.04  python3-six                   noarch   1.15.0-9.el9           baseos      37 k
10:59:33 #8 10.04  qt5-srpm-macros               noarch   5.15.3-1.el9           appstream  9.7 k
10:59:33 #8 10.04  redhat-rpm-config             noarch   196-1.el9              appstream   73 k
10:59:33 #8 10.04  rust-srpm-macros              noarch   17-4.el9               appstream   10 k
10:59:33 #8 10.04  scl-utils                     aarch64  1:2.0.3-2.el9          appstream   38 k
10:59:33 #8 10.04  shared-mime-info              aarch64  2.1-4.el9              baseos     557 k
10:59:33 #8 10.04  systemd-libs                  aarch64  250-7.el9              baseos     586 k
10:59:33 #8 10.04  tcl                           aarch64  1:8.6.10-7.el9         baseos     1.1 M
10:59:33 #8 10.04  unzip                         aarch64  6.0-56.el9             baseos     179 k
10:59:33 #8 10.04  util-linux                    aarch64  2.37.4-3.el9           baseos     2.3 M
10:59:33 #8 10.04  util-linux-core               aarch64  2.37.4-3.el9           baseos     459 k
10:59:33 #8 10.04  vim-filesystem                noarch   2:8.2.2637-16.el9      baseos      25 k
10:59:33 #8 10.04  webkit2gtk3-jsc               aarch64  2.36.1-1.el9           appstream  2.9 M
10:59:33 #8 10.04  xz                            aarch64  5.2.5-8.el9            baseos     226 k
10:59:33 #8 10.04  zip                           aarch64  3.0-33.el9             baseos     235 k
10:59:33 #8 10.04  zstd                          aarch64  1.5.1-2.el9            baseos     387 k
10:59:33 #8 10.04 Installing weak dependencies:
10:59:33 #8 10.04  abattis-cantarell-fonts       noarch   0.301-4.el9            appstream  365 k
10:59:33 #8 10.04  adobe-source-code-pro-fonts   noarch   2.030.1.050-12.el9.1   appstream  832 k
10:59:33 #8 10.04  hunspell-en                   noarch   0.20140811.1-20.el9    appstream  187 k
10:59:33 #8 10.04  libproxy-webkitgtk4           aarch64  0.4.15-35.el9          appstream   21 k
10:59:33 #8 10.04  perl-IO-Socket-SSL            noarch   2.073-1.el9            appstream  219 k
10:59:33 #8 10.04  perl-Mozilla-CA               noarch   20200520-6.el9         appstream   13 k
10:59:33 #8 10.04  perl-NDBM_File                aarch64  1.15-479.el9           appstream   31 k
10:59:33 #8 10.04 
10:59:33 #8 10.04 Transaction Summary
10:59:33 #8 10.04 ================================================================================
10:59:33 #8 10.04 Install  163 Packages
10:59:33 #8 10.04 
10:59:33 #8 10.05 Total download size: 66 M
10:59:33 #8 10.05 Installed size: 260 M
10:59:33 #8 10.05 Downloading Packages:
10:59:34 #8 11.17 (1/163): bzip2-1.0.8-8.el9.aarch64.rpm          115 kB/s |  56 kB     00:00    
10:59:34 #8 11.33 (2/163): cpio-2.13-16.el9.aarch64.rpm           426 kB/s | 274 kB     00:00    
10:59:34 #8 11.33 (3/163): cracklib-2.9.6-27.el9.aarch64.rpm      575 kB/s |  95 kB     00:00    
10:59:34 #8 11.41 (4/163): dbus-libs-1.12.20-5.el9.aarch64.rpm    2.0 MB/s | 150 kB     00:00    
10:59:34 #8 11.55 (5/163): diffutils-3.7-12.el9.aarch64.rpm       2.7 MB/s | 392 kB     00:00    
10:59:35 #8 11.63 (6/163): dnf-plugins-core-4.1.0-1.el9.noarch.rp 479 kB/s |  35 kB     00:00    
10:59:35 #8 11.66 (7/163): binutils-2.35.2-24.el9.aarch64.rpm     4.9 MB/s | 4.8 MB     00:00    
10:59:35 #8 11.73 (8/163): cracklib-dicts-2.9.6-27.el9.aarch64.rp 9.1 MB/s | 3.6 MB     00:00    
10:59:35 #8 11.74 (9/163): ed-1.14.2-12.el9.aarch64.rpm           665 kB/s |  74 kB     00:00    
10:59:35 #8 11.77 (10/163): elfutils-0.187-5.el9.aarch64.rpm      4.7 MB/s | 521 kB     00:00    
10:59:35 #8 11.81 (11/163): elfutils-debuginfod-client-0.187-5.el 516 kB/s |  37 kB     00:00    
10:59:35 #8 11.82 (12/163): environment-modules-5.0.1-1.el9.aarch 6.1 MB/s | 493 kB     00:00    
10:59:35 #8 11.84 (13/163): file-5.39-8.el9.aarch64.rpm           693 kB/s |  51 kB     00:00    
10:59:35 #8 11.88 (14/163): glib-networking-2.68.3-3.el9.aarch64. 2.4 MB/s | 185 kB     00:00    
10:59:35 #8 11.93 (15/163): groff-base-1.22.4-10.el9.aarch64.rpm   12 MB/s | 1.0 MB     00:00    
10:59:35 #8 11.96 (16/163): gsettings-desktop-schemas-40.0-4.el9. 8.1 MB/s | 688 kB     00:00    
10:59:35 #8 11.97 (17/163): glibc-gconv-extra-2.34-39.el9.aarch64  11 MB/s | 1.7 MB     00:00    
10:59:35 #8 12.01 (18/163): info-6.7-15.el9.aarch64.rpm           2.9 MB/s | 221 kB     00:00    
10:59:35 #8 12.04 (19/163): json-glib-1.6.6-1.el9.aarch64.rpm     2.1 MB/s | 160 kB     00:00    
10:59:35 #8 12.05 (20/163): less-590-1.el9.aarch64.rpm            2.1 MB/s | 161 kB     00:00    
10:59:35 #8 12.08 (21/163): libbrotli-1.0.9-6.el9.aarch64.rpm     4.0 MB/s | 314 kB     00:00    
10:59:35 #8 12.12 (22/163): libdb-5.3.28-53.el9.aarch64.rpm       8.6 MB/s | 712 kB     00:00    
10:59:35 #8 12.12 (23/163): libeconf-0.4.1-2.el9.aarch64.rpm      368 kB/s |  27 kB     00:00    
10:59:35 #8 12.16 (24/163): libfdisk-2.37.4-3.el9.aarch64.rpm     2.0 MB/s | 150 kB     00:00    
10:59:35 #8 12.20 (25/163): libpipeline-1.5.3-4.el9.aarch64.rpm   601 kB/s |  48 kB     00:00    
10:59:35 #8 12.23 (26/163): libpkgconf-1.7.3-9.el9.aarch64.rpm    502 kB/s |  36 kB     00:00    
10:59:35 #8 12.28 (27/163): libpng-1.6.37-12.el9.aarch64.rpm      1.5 MB/s | 115 kB     00:00    
10:59:35 #8 12.30 (28/163): libproxy-0.4.15-35.el9.aarch64.rpm    980 kB/s |  71 kB     00:00    
10:59:35 #8 12.35 (29/163): libpsl-0.21.1-5.el9.aarch64.rpm       887 kB/s |  64 kB     00:00    
10:59:35 #8 12.38 (30/163): libpwquality-1.4.4-8.el9.aarch64.rpm  1.6 MB/s | 119 kB     00:00    
10:59:35 #8 12.43 (31/163): libselinux-utils-3.4-3.el9.aarch64.rp 2.4 MB/s | 181 kB     00:00    
10:59:35 #8 12.45 (32/163): libutempter-1.2.1-6.el9.aarch64.rpm   375 kB/s |  27 kB     00:00    
10:59:35 #8 12.51 (33/163): man-db-2.9.3-6.el9.aarch64.rpm         14 MB/s | 1.2 MB     00:00    
10:59:35 #8 12.53 (34/163): ncurses-6.2-8.20210508.el9.aarch64.rp 5.1 MB/s | 406 kB     00:00    
10:59:35 #8 12.60 (35/163): openssl-3.0.1-38.el9.aarch64.rpm       14 MB/s | 1.2 MB     00:00    
10:59:35 #8 12.61 (36/163): pam-1.5.1-12.el9.aarch64.rpm          7.5 MB/s | 620 kB     00:00    
10:59:36 #8 12.67 (37/163): pkgconf-1.7.3-9.el9.aarch64.rpm       562 kB/s |  41 kB     00:00    
10:59:36 #8 12.68 (38/163): pkgconf-m4-1.7.3-9.el9.noarch.rpm     211 kB/s |  15 kB     00:00    
10:59:36 #8 12.71 (39/163): libicu-67.1-9.el9.aarch64.rpm          16 MB/s | 9.5 MB     00:00    
10:59:36 #8 12.74 (40/163): pkgconf-pkg-config-1.7.3-9.el9.aarch6 151 kB/s |  11 kB     00:00    
10:59:36 #8 12.75 (41/163): policycoreutils-3.4-1.el9.aarch64.rpm 3.0 MB/s | 233 kB     00:00    
10:59:36 #8 12.79 (42/163): procps-ng-3.3.17-5.el9.aarch64.rpm    4.4 MB/s | 348 kB     00:00    
10:59:36 #8 12.81 (43/163): publicsuffix-list-dafsa-20210518-3.el 815 kB/s |  58 kB     00:00    
10:59:36 #8 12.83 (44/163): python3-dateutil-2.8.1-6.el9.noarch.r 3.9 MB/s | 302 kB     00:00    
10:59:36 #8 12.86 (45/163): python3-dbus-1.2.18-2.el9.aarch64.rpm 1.9 MB/s | 144 kB     00:00    
10:59:36 #8 12.89 (46/163): python3-dnf-plugins-core-4.1.0-1.el9. 3.1 MB/s | 236 kB     00:00    
10:59:36 #8 12.91 (47/163): python3-setools-4.4.0-5.el9.aarch64.r 7.3 MB/s | 590 kB     00:00    
10:59:36 #8 12.95 (48/163): python3-setuptools-53.0.0-10.el9.noar  11 MB/s | 946 kB     00:00    
10:59:36 #8 12.96 (49/163): python3-six-1.15.0-9.el9.noarch.rpm   515 kB/s |  37 kB     00:00    
10:59:36 #8 12.99 (50/163): shared-mime-info-2.1-4.el9.aarch64.rp 6.8 MB/s | 557 kB     00:00    
10:59:36 #8 13.03 (51/163): systemd-libs-250-7.el9.aarch64.rpm    7.2 MB/s | 586 kB     00:00    
10:59:36 #8 13.05 (52/163): tcl-8.6.10-7.el9.aarch64.rpm           13 MB/s | 1.1 MB     00:00    
10:59:36 #8 13.06 (53/163): unzip-6.0-56.el9.aarch64.rpm          2.4 MB/s | 179 kB     00:00    
10:59:36 #8 13.13 (54/163): util-linux-core-2.37.4-3.el9.aarch64. 5.8 MB/s | 459 kB     00:00    
10:59:36 #8 13.14 (55/163): vim-filesystem-8.2.2637-16.el9.noarch 345 kB/s |  25 kB     00:00    
10:59:36 #8 13.18 (56/163): util-linux-2.37.4-3.el9.aarch64.rpm    15 MB/s | 2.3 MB     00:00    
10:59:36 #8 13.20 (57/163): xz-5.2.5-8.el9.aarch64.rpm            3.0 MB/s | 226 kB     00:00    
10:59:36 #8 13.21 (58/163): zip-3.0-33.el9.aarch64.rpm            3.0 MB/s | 235 kB     00:00    
10:59:36 #8 13.26 (59/163): zstd-1.5.1-2.el9.aarch64.rpm          4.9 MB/s | 387 kB     00:00    
10:59:37 #8 13.90 (60/163): abattis-cantarell-fonts-0.301-4.el9.n 523 kB/s | 365 kB     00:00    
10:59:37 #8 13.95 (61/163): checkpolicy-3.4-1.el9.aarch64.rpm     491 kB/s | 341 kB     00:00    
10:59:37 #8 13.97 (62/163): desktop-file-utils-0.26-6.el9.aarch64 985 kB/s |  72 kB     00:00    
10:59:37 #8 13.98 (63/163): adobe-source-code-pro-fonts-2.030.1.0 1.1 MB/s | 832 kB     00:00    
10:59:37 #8 14.03 (64/163): dwz-0.14-3.el9.aarch64.rpm            1.7 MB/s | 126 kB     00:00    
10:59:37 #8 14.05 (65/163): efi-srpm-macros-4-9.el9.noarch.rpm    311 kB/s |  23 kB     00:00    
10:59:37 #8 14.05 (66/163): emacs-filesystem-27.1-3.el9.noarch.rp 128 kB/s | 9.2 kB     00:00    
10:59:37 #8 14.10 (67/163): enchant-1.6.0-30.el9.aarch64.rpm      835 kB/s |  61 kB     00:00    
10:59:37 #8 14.12 (68/163): fonts-srpm-macros-2.0.5-7.el9.1.noarc 381 kB/s |  28 kB     00:00    
10:59:37 #8 14.19 (69/163): gcc-toolset-12-runtime-12.0-5.el9.aar 750 kB/s |  55 kB     00:00    
10:59:37 #8 14.39 (70/163): gcc-toolset-12-binutils-gold-2.38-14. 3.1 MB/s | 897 kB     00:00    
10:59:37 #8 14.47 (71/163): gdk-pixbuf2-2.42.6-2.el9.aarch64.rpm  6.2 MB/s | 491 kB     00:00    
10:59:37 #8 14.54 (72/163): ghc-srpm-macros-1.5.0-6.el9.noarch.rp 120 kB/s | 8.8 kB     00:00    
10:59:37 #8 14.61 (73/163): go-srpm-macros-3.0.9-9.el9.noarch.rpm 368 kB/s |  27 kB     00:00    
10:59:37 #8 14.64 (74/163): gcc-toolset-12-binutils-2.38-16.el9.a 9.9 MB/s | 5.8 MB     00:00    
10:59:37 #8 14.69 (75/163): hunspell-1.7.0-11.el9.aarch64.rpm     4.1 MB/s | 319 kB     00:00    
10:59:37 #8 14.70 (76/163): gdb-minimal-10.2-10.el9.aarch64.rpm   6.1 MB/s | 3.1 MB     00:00    
10:59:37 #8 14.72 (77/163): hunspell-en-0.20140811.1-20.el9.noarc 2.4 MB/s | 187 kB     00:00    
10:59:38 #8 14.77 (78/163): hunspell-en-GB-0.20140811.1-20.el9.no 2.9 MB/s | 226 kB     00:00    
10:59:38 #8 14.78 (79/163): hunspell-en-US-0.20140811.1-20.el9.no 2.3 MB/s | 177 kB     00:00    
10:59:38 #8 14.79 (80/163): hunspell-filesystem-1.7.0-11.el9.aarc 118 kB/s | 8.6 kB     00:00    
10:59:38 #8 14.84 (81/163): kernel-srpm-macros-1.0-11.el9.noarch. 220 kB/s |  16 kB     00:00    
10:59:38 #8 14.85 (82/163): libappstream-glib-0.7.18-4.el9.aarch6 4.9 MB/s | 380 kB     00:00    
10:59:38 #8 14.87 (83/163): libjpeg-turbo-2.0.90-5.el9.aarch64.rp 2.2 MB/s | 170 kB     00:00    
10:59:38 #8 14.91 (84/163): libproxy-webkitgtk4-0.4.15-35.el9.aar 286 kB/s |  21 kB     00:00    
10:59:38 #8 14.93 (85/163): libsoup-2.72.0-8.el9.aarch64.rpm      5.1 MB/s | 397 kB     00:00    
10:59:38 #8 14.94 (86/163): libstemmer-0-18.585svn.el9.aarch64.rp 1.1 MB/s |  82 kB     00:00    
10:59:38 #8 14.99 (87/163): lua-srpm-macros-1-6.el9.noarch.rpm    131 kB/s | 9.5 kB     00:00    
10:59:38 #8 15.00 (88/163): ocaml-srpm-macros-6-6.el9.noarch.rpm  122 kB/s | 8.8 kB     00:00    
10:59:38 #8 15.01 (89/163): openblas-srpm-macros-2-11.el9.noarch. 116 kB/s | 8.4 kB     00:00    
10:59:38 #8 15.06 (90/163): patch-2.7.6-16.el9.aarch64.rpm        1.6 MB/s | 124 kB     00:00    
10:59:38 #8 15.08 (91/163): perl-AutoLoader-5.74-479.el9.noarch.r 424 kB/s |  31 kB     00:00    
10:59:38 #8 15.09 (92/163): perl-B-1.80-479.el9.aarch64.rpm       2.5 MB/s | 190 kB     00:00    
10:59:38 #8 15.13 (93/163): perl-Carp-1.50-460.el9.noarch.rpm     409 kB/s |  30 kB     00:00    
10:59:38 #8 15.15 (94/163): perl-Class-Struct-0.66-479.el9.noarch 435 kB/s |  32 kB     00:00    
10:59:38 #8 15.16 (95/163): perl-Data-Dumper-2.174-462.el9.aarch6 751 kB/s |  55 kB     00:00    
10:59:38 #8 15.21 (96/163): perl-Digest-1.19-4.el9.noarch.rpm     361 kB/s |  26 kB     00:00    
10:59:38 #8 15.22 (97/163): perl-Digest-MD5-2.58-4.el9.aarch64.rp 508 kB/s |  37 kB     00:00    
10:59:38 #8 15.28 (98/163): perl-Errno-1.30-479.el9.aarch64.rpm   336 kB/s |  24 kB     00:00    
10:59:38 #8 15.30 (99/163): perl-Exporter-5.74-461.el9.noarch.rpm 438 kB/s |  32 kB     00:00    
10:59:38 #8 15.35 (100/163): perl-Fcntl-1.13-479.el9.aarch64.rpm  412 kB/s |  30 kB     00:00    
10:59:38 #8 15.37 (101/163): perl-File-Basename-2.85-479.el9.noar 361 kB/s |  27 kB     00:00    
10:59:38 #8 15.38 (102/163): perl-Encode-3.08-462.el9.aarch64.rpm 7.9 MB/s | 1.7 MB     00:00    
10:59:38 #8 15.42 (103/163): perl-File-Path-2.18-4.el9.noarch.rpm 497 kB/s |  36 kB     00:00    
10:59:38 #8 15.44 (104/163): perl-File-Temp-0.231.100-4.el9.noarc 820 kB/s |  60 kB     00:00    
10:59:38 #8 15.45 (105/163): perl-File-stat-1.09-479.el9.noarch.r 368 kB/s |  27 kB     00:00    
10:59:38 #8 15.50 (106/163): perl-FileHandle-2.03-479.el9.noarch. 344 kB/s |  25 kB     00:00    
10:59:38 #8 15.52 (107/163): perl-Getopt-Long-2.52-4.el9.noarch.r 826 kB/s |  61 kB     00:00    
10:59:38 #8 15.53 (108/163): perl-Getopt-Std-1.12-479.el9.noarch. 345 kB/s |  25 kB     00:00    
10:59:38 #8 15.57 (109/163): perl-HTTP-Tiny-0.076-460.el9.noarch. 753 kB/s |  55 kB     00:00    
10:59:38 #8 15.59 (110/163): perl-IO-1.43-479.el9.aarch64.rpm     1.3 MB/s |  98 kB     00:00    
10:59:38 #8 15.60 (111/163): perl-IO-Socket-IP-0.41-5.el9.noarch. 579 kB/s |  43 kB     00:00    
10:59:38 #8 15.65 (112/163): perl-IO-Socket-SSL-2.073-1.el9.noarc 2.9 MB/s | 219 kB     00:00    
10:59:38 #8 15.67 (113/163): perl-IPC-Open3-1.21-479.el9.noarch.r 444 kB/s |  32 kB     00:00    
10:59:38 #8 15.67 (114/163): perl-MIME-Base64-3.16-4.el9.aarch64. 430 kB/s |  31 kB     00:00    
10:59:38 #8 15.72 (115/163): perl-Mozilla-CA-20200520-6.el9.noarc 181 kB/s |  13 kB     00:00    
10:59:38 #8 15.74 (116/163): perl-NDBM_File-1.15-479.el9.aarch64. 433 kB/s |  31 kB     00:00    
10:59:38 #8 15.75 (117/163): perl-Net-SSLeay-1.92-1.el9.aarch64.r 5.0 MB/s | 389 kB     00:00    
10:59:38 #8 15.79 (118/163): perl-POSIX-1.94-479.el9.aarch64.rpm  1.4 MB/s | 106 kB     00:00    
10:59:38 #8 15.81 (119/163): perl-PathTools-3.78-461.el9.aarch64. 1.2 MB/s |  88 kB     00:00    
10:59:38 #8 15.82 (120/163): perl-Pod-Escapes-1.07-460.el9.noarch 283 kB/s |  21 kB     00:00    
10:59:39 #8 15.87 (121/163): perl-Pod-Perldoc-3.28.01-461.el9.noa 1.2 MB/s |  87 kB     00:00    
10:59:39 #8 15.89 (122/163): perl-Pod-Simple-3.42-4.el9.noarch.rp 2.9 MB/s | 225 kB     00:00    
10:59:39 #8 15.90 (123/163): perl-Pod-Usage-2.01-4.el9.noarch.rpm 566 kB/s |  41 kB     00:00    
10:59:39 #8 15.94 (124/163): perl-Scalar-List-Utils-1.56-461.el9. 980 kB/s |  72 kB     00:00    
10:59:39 #8 15.96 (125/163): perl-SelectSaver-1.02-479.el9.noarch 289 kB/s |  21 kB     00:00    
10:59:39 #8 15.97 (126/163): perl-Socket-2.031-4.el9.aarch64.rpm  756 kB/s |  55 kB     00:00    
10:59:39 #8 16.02 (127/163): perl-Storable-3.21-460.el9.aarch64.r 1.2 MB/s |  94 kB     00:00    
10:59:39 #8 16.04 (128/163): perl-Symbol-1.08-479.el9.noarch.rpm  325 kB/s |  24 kB     00:00    
10:59:39 #8 16.04 (129/163): perl-Term-ANSIColor-5.01-461.el9.noa 665 kB/s |  49 kB     00:00    
10:59:39 #8 16.09 (130/163): perl-Term-Cap-1.17-460.el9.noarch.rp 313 kB/s |  23 kB     00:00    
10:59:39 #8 16.11 (131/163): perl-Text-ParseWords-3.30-460.el9.no 231 kB/s |  17 kB     00:00    
10:59:39 #8 16.12 (132/163): perl-Text-Tabs+Wrap-2013.0523-460.el 324 kB/s |  24 kB     00:00    
10:59:39 #8 16.16 (133/163): perl-Time-Local-1.300-7.el9.noarch.r 469 kB/s |  34 kB     00:00    
10:59:39 #8 16.18 (134/163): perl-URI-5.09-3.el9.noarch.rpm       1.6 MB/s | 121 kB     00:00    
10:59:39 #8 16.19 (135/163): perl-base-2.27-479.el9.noarch.rpm    355 kB/s |  26 kB     00:00    
10:59:39 #8 16.23 (136/163): perl-constant-1.33-461.el9.noarch.rp 326 kB/s |  24 kB     00:00    
10:59:39 #8 16.26 (137/163): perl-if-0.60.800-479.el9.noarch.rpm  322 kB/s |  24 kB     00:00    
10:59:39 #8 16.26 (138/163): perl-interpreter-5.32.1-479.el9.aarc 1.1 MB/s |  80 kB     00:00    
10:59:39 #8 16.31 (139/163): perl-libnet-3.13-4.el9.noarch.rpm    1.7 MB/s | 130 kB     00:00    
10:59:39 #8 16.34 (140/163): perl-mro-1.23-479.el9.aarch64.rpm    516 kB/s |  37 kB     00:00    
10:59:39 #8 16.38 (141/163): perl-overload-1.31-479.el9.noarch.rp 755 kB/s |  55 kB     00:00    
10:59:39 #8 16.41 (142/163): perl-overloading-0.02-479.el9.noarch 309 kB/s |  22 kB     00:00    
10:59:39 #8 16.46 (143/163): perl-parent-0.238-460.el9.noarch.rpm 204 kB/s |  15 kB     00:00    
10:59:39 #8 16.52 (144/163): perl-libs-5.32.1-479.el9.aarch64.rpm 8.1 MB/s | 2.1 MB     00:00    
10:59:40 #8 16.53 (145/163): perl-podlators-4.14-460.el9.noarch.r 980 kB/s | 114 kB     00:00    
10:59:40 #8 16.53 (146/163): perl-srpm-macros-1-41.el9.noarch.rpm 126 kB/s | 9.1 kB     00:00    
10:59:40 #8 16.60 (147/163): perl-subs-1.03-479.el9.noarch.rpm    291 kB/s |  21 kB     00:00    
10:59:40 #8 16.60 (148/163): perl-vars-1.05-479.el9.noarch.rpm    309 kB/s |  23 kB     00:00    
10:59:40 #8 16.60 (149/163): policycoreutils-python-utils-3.4-1.e 1.0 MB/s |  74 kB     00:00    
10:59:40 #8 16.67 (150/163): python-srpm-macros-3.9-52.el9.noarch 324 kB/s |  24 kB     00:00    
10:59:40 #8 16.67 (151/163): python3-audit-3.0.7-103.el9.aarch64. 1.1 MB/s |  84 kB     00:00    
10:59:40 #8 16.68 (152/163): python3-enchant-3.2.0-5.el9.noarch.r 1.1 MB/s |  86 kB     00:00    
10:59:40 #8 16.74 (153/163): python3-file-magic-5.39-8.el9.noarch 253 kB/s |  18 kB     00:00    
10:59:40 #8 16.75 (154/163): python3-libselinux-3.4-3.el9.aarch64 2.4 MB/s | 181 kB     00:00    
10:59:40 #8 16.75 (155/163): python3-libsemanage-3.4-1.el9.aarch6 1.1 MB/s |  80 kB     00:00    
10:59:40 #8 16.82 (156/163): qt5-srpm-macros-5.15.3-1.el9.noarch. 133 kB/s | 9.7 kB     00:00    
10:59:40 #8 16.82 (157/163): redhat-rpm-config-196-1.el9.noarch.r 996 kB/s |  73 kB     00:00    
10:59:40 #8 16.90 (158/163): rpm-build-4.16.1.3-15.el9.aarch64.rp 1.3 MB/s | 101 kB     00:00    
10:59:40 #8 16.92 (159/163): rpmlint-1.11-19.el9.noarch.rpm       2.0 MB/s | 198 kB     00:00    
10:59:40 #8 16.99 (160/163): python3-policycoreutils-3.4-1.el9.no 8.4 MB/s | 2.1 MB     00:00    
10:59:40 #8 17.00 (161/163): rust-srpm-macros-17-4.el9.noarch.rpm 104 kB/s |  10 kB     00:00    
10:59:40 #8 17.00 (162/163): scl-utils-2.0.3-2.el9.aarch64.rpm    493 kB/s |  38 kB     00:00    
10:59:40 #8 17.29 (163/163): webkit2gtk3-jsc-2.36.1-1.el9.aarch64 9.9 MB/s | 2.9 MB     00:00    
10:59:40 #8 17.29 --------------------------------------------------------------------------------
10:59:40 #8 17.29 Total                                           9.1 MB/s |  66 MB     00:07     
10:59:43 #8 19.35 Running transaction check
10:59:43 #8 19.48 Transaction check succeeded.
10:59:43 #8 19.48 Running transaction test
10:59:43 #8 20.15 Transaction test succeeded.
10:59:43 #8 20.15 Running transaction
10:59:44 #8 21.53   Preparing        :                                                        1/1 
10:59:44 #8 21.62   Installing       : systemd-libs-250-7.el9.aarch64                       1/163 
10:59:44 #8 21.62   Running scriptlet: systemd-libs-250-7.el9.aarch64                       1/163 
10:59:44 #8 21.65   Installing       : elfutils-debuginfod-client-0.187-5.el9.aarch64       2/163 
10:59:44 #8 21.68   Running scriptlet: groff-base-1.22.4-10.el9.aarch64                     3/163 
10:59:44 #8 21.73   Installing       : groff-base-1.22.4-10.el9.aarch64                     3/163 
10:59:45 #8 21.76   Running scriptlet: groff-base-1.22.4-10.el9.aarch64                     3/163 
10:59:45 #8 21.77   Installing       : file-5.39-8.el9.aarch64                              4/163 
10:59:45 #8 21.78   Installing       : python3-libselinux-3.4-3.el9.aarch64                 5/163 
10:59:45 #8 21.81   Installing       : xz-5.2.5-8.el9.aarch64                               6/163 
10:59:45 #8 21.82   Installing       : unzip-6.0-56.el9.aarch64                             7/163 
10:59:45 #8 21.89   Installing       : libproxy-0.4.15-35.el9.aarch64                       8/163 
10:59:45 #8 21.90   Installing       : less-590-1.el9.aarch64                               9/163 
10:59:45 #8 21.93   Installing       : diffutils-3.7-12.el9.aarch64                        10/163 
10:59:45 #8 21.94   Installing       : cracklib-2.9.6-27.el9.aarch64                       11/163 
10:59:45 #8 21.95   Installing       : cpio-2.13-16.el9.aarch64                            12/163 
10:59:45 #8 21.98   Installing       : bzip2-1.0.8-8.el9.aarch64                           13/163 
10:59:45 #8 22.05   Installing       : cracklib-dicts-2.9.6-27.el9.aarch64                 14/163 
10:59:45 #8 22.06   Installing       : zip-3.0-33.el9.aarch64                              15/163 
10:59:45 #8 22.06   Installing       : python3-libsemanage-3.4-1.el9.aarch64               16/163 
10:59:45 #8 22.07   Installing       : python3-file-magic-5.39-8.el9.noarch                17/163 
10:59:45 #8 22.09   Installing       : elfutils-0.187-5.el9.aarch64                        18/163 
10:59:45 #8 22.14   Installing       : gdb-minimal-10.2-10.el9.aarch64                     19/163 
10:59:45 #8 22.15   Installing       : dbus-libs-1:1.12.20-5.el9.aarch64                   20/163 
10:59:45 #8 22.16   Installing       : python3-dbus-1.2.18-2.el9.aarch64                   21/163 
10:59:45 #8 22.18   Installing       : procps-ng-3.3.17-5.el9.aarch64                      22/163 
10:59:45 #8 22.21   Installing       : util-linux-core-2.37.4-3.el9.aarch64                23/163 
10:59:45 #8 22.21   Running scriptlet: util-linux-core-2.37.4-3.el9.aarch64                23/163 
10:59:45 #8 22.22   Installing       : rust-srpm-macros-17-4.el9.noarch                    24/163 
10:59:45 #8 22.22   Installing       : qt5-srpm-macros-5.15.3-1.el9.noarch                 25/163 
10:59:45 #8 22.23   Installing       : python3-audit-3.0.7-103.el9.aarch64                 26/163 
10:59:45 #8 22.24   Installing       : perl-srpm-macros-1-41.el9.noarch                    27/163 
10:59:45 #8 22.24   Installing       : openblas-srpm-macros-2-11.el9.noarch                28/163 
10:59:45 #8 22.24   Installing       : ocaml-srpm-macros-6-6.el9.noarch                    29/163 
10:59:45 #8 22.25   Installing       : lua-srpm-macros-1-6.el9.noarch                      30/163 
10:59:45 #8 22.25   Installing       : libstemmer-0-18.585svn.el9.aarch64                  31/163 
10:59:45 #8 22.26   Installing       : libjpeg-turbo-2.0.90-5.el9.aarch64                  32/163 
10:59:45 #8 22.27   Installing       : hunspell-filesystem-1.7.0-11.el9.aarch64            33/163 
10:59:45 #8 22.27   Installing       : hunspell-en-GB-0.20140811.1-20.el9.noarch           34/163 
10:59:45 #8 22.28   Installing       : hunspell-en-0.20140811.1-20.el9.noarch              35/163 
10:59:45 #8 22.29   Installing       : hunspell-en-US-0.20140811.1-20.el9.noarch           36/163 
10:59:45 #8 22.30   Installing       : hunspell-1.7.0-11.el9.aarch64                       37/163 
10:59:45 #8 22.31   Installing       : enchant-1:1.6.0-30.el9.aarch64                      38/163 
10:59:45 #8 22.32   Installing       : python3-enchant-3.2.0-5.el9.noarch                  39/163 
10:59:45 #8 22.33   Installing       : ghc-srpm-macros-1.5.0-6.el9.noarch                  40/163 
10:59:45 #8 22.33   Installing       : emacs-filesystem-1:27.1-3.el9.noarch                41/163 
10:59:45 #8 22.34   Installing       : desktop-file-utils-0.26-6.el9.aarch64               42/163 
10:59:45 #8 22.34   Installing       : efi-srpm-macros-4-9.el9.noarch                      43/163 
10:59:45 #8 22.35   Installing       : dwz-0.14-3.el9.aarch64                              44/163 
10:59:45 #8 22.36   Installing       : checkpolicy-3.4-1.el9.aarch64                       45/163 
10:59:45 #8 22.38   Installing       : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1    46/163 
10:59:45 #8 22.39   Installing       : abattis-cantarell-fonts-0.301-4.el9.noarch          47/163 
10:59:45 #8 22.40   Installing       : gsettings-desktop-schemas-40.0-4.el9.aarch64        48/163 
10:59:45 #8 22.42   Installing       : zstd-1.5.1-2.el9.aarch64                            49/163 
10:59:45 #8 22.42   Installing       : vim-filesystem-2:8.2.2637-16.el9.noarch             50/163 
10:59:45 #8 22.47   Installing       : tcl-1:8.6.10-7.el9.aarch64                          51/163 
10:59:45 #8 22.49   Installing       : shared-mime-info-2.1-4.el9.aarch64                  52/163 
10:59:45 #8 22.50   Running scriptlet: shared-mime-info-2.1-4.el9.aarch64                  52/163 
10:59:45 #8 22.51   Installing       : python3-six-1.15.0-9.el9.noarch                     53/163 
10:59:45 #8 22.52   Installing       : python3-dateutil-1:2.8.1-6.el9.noarch               54/163 
10:59:45 #8 22.54   Installing       : python3-dnf-plugins-core-4.1.0-1.el9.noarch         55/163 
10:59:46 #8 22.60   Installing       : python3-setuptools-53.0.0-10.el9.noarch             56/163 
10:59:46 #8 22.64   Installing       : python3-setools-4.4.0-5.el9.aarch64                 57/163 
10:59:46 #8 22.65   Installing       : publicsuffix-list-dafsa-20210518-3.el9.noarch       58/163 
10:59:46 #8 22.65   Installing       : libpsl-0.21.1-5.el9.aarch64                         59/163 
10:59:46 #8 22.66   Installing       : pkgconf-m4-1.7.3-9.el9.noarch                       60/163 
10:59:46 #8 22.69   Installing       : openssl-1:3.0.1-38.el9.aarch64                      61/163 
10:59:46 #8 22.71   Installing       : ncurses-6.2-8.20210508.el9.aarch64                  62/163 
10:59:46 #8 22.71   Installing       : perl-Digest-1.19-4.el9.noarch                       63/163 
10:59:46 #8 22.72   Installing       : perl-Digest-MD5-2.58-4.el9.aarch64                  64/163 
10:59:46 #8 22.73   Installing       : perl-B-1.80-479.el9.aarch64                         65/163 
10:59:46 #8 22.74   Installing       : perl-FileHandle-2.03-479.el9.noarch                 66/163 
10:59:46 #8 22.74   Installing       : perl-AutoLoader-5.74-479.el9.noarch                 67/163 
10:59:46 #8 22.75   Installing       : perl-Data-Dumper-2.174-462.el9.aarch64              68/163 
10:59:46 #8 22.75   Installing       : perl-libnet-3.13-4.el9.noarch                       69/163 
10:59:46 #8 22.76   Installing       : perl-base-2.27-479.el9.noarch                       70/163 
10:59:46 #8 22.77   Installing       : perl-URI-5.09-3.el9.noarch                          71/163 
10:59:46 #8 22.79   Installing       : perl-Net-SSLeay-1.92-1.el9.aarch64                  72/163 
10:59:46 #8 22.80   Installing       : perl-Mozilla-CA-20200520-6.el9.noarch               73/163 
10:59:46 #8 22.80   Installing       : perl-if-0.60.800-479.el9.noarch                     74/163 
10:59:46 #8 22.81   Installing       : perl-IO-Socket-IP-0.41-5.el9.noarch                 75/163 
10:59:46 #8 22.82   Installing       : perl-Time-Local-2:1.300-7.el9.noarch                76/163 
10:59:46 #8 22.82   Installing       : perl-File-Path-2.18-4.el9.noarch                    77/163 
10:59:46 #8 22.83   Installing       : perl-IO-Socket-SSL-2.073-1.el9.noarch               78/163 
10:59:46 #8 22.84   Installing       : perl-Pod-Escapes-1:1.07-460.el9.noarch              79/163 
10:59:46 #8 22.84   Installing       : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch        80/163 
10:59:46 #8 22.85   Installing       : perl-Class-Struct-0.66-479.el9.noarch               81/163 
10:59:46 #8 22.85   Installing       : perl-POSIX-1.94-479.el9.aarch64                     82/163 
10:59:46 #8 22.86   Installing       : perl-Term-ANSIColor-5.01-461.el9.noarch             83/163 
10:59:46 #8 22.87   Installing       : perl-IPC-Open3-1.21-479.el9.noarch                  84/163 
10:59:46 #8 22.87   Installing       : perl-subs-1.03-479.el9.noarch                       85/163 
10:59:46 #8 22.88   Installing       : perl-File-Temp-1:0.231.100-4.el9.noarch             86/163 
10:59:46 #8 22.88   Installing       : perl-HTTP-Tiny-0.076-460.el9.noarch                 87/163 
10:59:46 #8 22.89   Installing       : perl-Term-Cap-1.17-460.el9.noarch                   88/163 
10:59:46 #8 22.90   Installing       : perl-Pod-Simple-1:3.42-4.el9.noarch                 89/163 
10:59:46 #8 22.91   Installing       : perl-Socket-4:2.031-4.el9.aarch64                   90/163 
10:59:46 #8 22.91   Installing       : perl-SelectSaver-1.02-479.el9.noarch                91/163 
10:59:46 #8 22.92   Installing       : perl-Symbol-1.08-479.el9.noarch                     92/163 
10:59:46 #8 22.92   Installing       : perl-File-stat-1.09-479.el9.noarch                  93/163 
10:59:46 #8 22.93   Installing       : perl-podlators-1:4.14-460.el9.noarch                94/163 
10:59:46 #8 22.94   Installing       : perl-Pod-Perldoc-3.28.01-461.el9.noarch             95/163 
10:59:46 #8 22.94   Installing       : perl-Fcntl-1.13-479.el9.aarch64                     96/163 
10:59:46 #8 22.95   Installing       : perl-Text-ParseWords-3.30-460.el9.noarch            97/163 
10:59:46 #8 22.95   Installing       : perl-mro-1.23-479.el9.aarch64                       98/163 
10:59:46 #8 22.96   Installing       : perl-IO-1.43-479.el9.aarch64                        99/163 
10:59:46 #8 22.97   Installing       : perl-overloading-0.02-479.el9.noarch               100/163 
10:59:46 #8 22.97   Installing       : perl-Pod-Usage-4:2.01-4.el9.noarch                 101/163 
10:59:46 #8 22.98   Installing       : perl-Errno-1.30-479.el9.aarch64                    102/163 
10:59:46 #8 22.98   Installing       : perl-File-Basename-2.85-479.el9.noarch             103/163 
10:59:46 #8 22.99   Installing       : perl-Getopt-Std-1.12-479.el9.noarch                104/163 
10:59:46 #8 22.99   Installing       : perl-MIME-Base64-3.16-4.el9.aarch64                105/163 
10:59:46 #8 23.00   Installing       : perl-Scalar-List-Utils-4:1.56-461.el9.aarch64      106/163 
10:59:46 #8 23.01   Installing       : perl-constant-1.33-461.el9.noarch                  107/163 
10:59:46 #8 23.01   Installing       : perl-Storable-1:3.21-460.el9.aarch64               108/163 
10:59:46 #8 23.02   Installing       : perl-overload-1.31-479.el9.noarch                  109/163 
10:59:46 #8 23.02   Installing       : perl-parent-1:0.238-460.el9.noarch                 110/163 
10:59:46 #8 23.03   Installing       : perl-vars-1.05-479.el9.noarch                      111/163 
10:59:46 #8 23.03   Installing       : perl-Getopt-Long-1:2.52-4.el9.noarch               112/163 
10:59:46 #8 23.04   Installing       : perl-Carp-1.50-460.el9.noarch                      113/163 
10:59:46 #8 23.04   Installing       : perl-Exporter-5.74-461.el9.noarch                  114/163 
10:59:46 #8 23.05   Installing       : perl-NDBM_File-1.15-479.el9.aarch64                115/163 
10:59:46 #8 23.05   Installing       : perl-PathTools-3.78-461.el9.aarch64                116/163 
10:59:46 #8 23.10   Installing       : perl-Encode-4:3.08-462.el9.aarch64                 117/163 
10:59:46 #8 23.21   Installing       : perl-libs-4:5.32.1-479.el9.aarch64                 118/163 
10:59:46 #8 23.22   Installing       : perl-interpreter-4:5.32.1-479.el9.aarch64          119/163 
10:59:46 #8 23.22   Installing       : kernel-srpm-macros-1.0-11.el9.noarch               120/163 
10:59:46 #8 23.23   Installing       : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch           121/163 
10:59:46 #8 23.23   Installing       : go-srpm-macros-3.0.9-9.el9.noarch                  122/163 
10:59:46 #8 23.24   Installing       : python-srpm-macros-3.9-52.el9.noarch               123/163 
10:59:46 #8 23.25   Installing       : redhat-rpm-config-196-1.el9.noarch                 124/163 
10:59:46 #8 23.25   Running scriptlet: libutempter-1.2.1-6.el9.aarch64                    125/163 
10:59:46 #8 23.30   Installing       : libutempter-1.2.1-6.el9.aarch64                    125/163 
10:59:46 #8 23.32   Installing       : libselinux-utils-3.4-3.el9.aarch64                 126/163 
10:59:46 #8 23.36   Installing       : libpng-2:1.6.37-12.el9.aarch64                     127/163 
10:59:46 #8 23.37   Installing       : gdk-pixbuf2-2.42.6-2.el9.aarch64                   128/163 
10:59:46 #8 23.41   Installing       : libpkgconf-1.7.3-9.el9.aarch64                     129/163 
10:59:46 #8 23.44   Installing       : pkgconf-1.7.3-9.el9.aarch64                        130/163 
10:59:46 #8 23.44   Installing       : pkgconf-pkg-config-1.7.3-9.el9.aarch64             131/163 
10:59:46 #8 23.47   Installing       : libpipeline-1.5.3-4.el9.aarch64                    132/163 
10:59:46 #8 23.48   Running scriptlet: man-db-2.9.3-6.el9.aarch64                         133/163 
10:59:46 #8 23.51   Installing       : man-db-2.9.3-6.el9.aarch64                         133/163 
10:59:46 #8 23.55   Running scriptlet: man-db-2.9.3-6.el9.aarch64                         133/163 
10:59:46 #8 23.57   Installing       : environment-modules-5.0.1-1.el9.aarch64            134/163 
10:59:46 #8 23.60   Running scriptlet: environment-modules-5.0.1-1.el9.aarch64            134/163 
10:59:47 #8 23.62   Installing       : scl-utils-1:2.0.3-2.el9.aarch64                    135/163 
10:59:47 #8 23.83   Installing       : libicu-67.1-9.el9.aarch64                          136/163 
10:59:47 #8 23.88   Installing       : webkit2gtk3-jsc-2.36.1-1.el9.aarch64               137/163 
10:59:47 #8 23.90   Installing       : libproxy-webkitgtk4-0.4.15-35.el9.aarch64          138/163 
10:59:47 #8 23.91   Installing       : glib-networking-2.68.3-3.el9.aarch64               139/163 
10:59:47 #8 23.92   Installing       : libfdisk-2.37.4-3.el9.aarch64                      140/163 
10:59:47 #8 23.93   Installing       : libeconf-0.4.1-2.el9.aarch64                       141/163 
10:59:47 #8 23.94   Installing       : libdb-5.3.28-53.el9.aarch64                        142/163 
10:59:47 #8 23.98   Installing       : pam-1.5.1-12.el9.aarch64                           143/163 
10:59:47 #8 24.00   Installing       : libpwquality-1.4.4-8.el9.aarch64                   144/163 
10:59:47 #8 24.07   Installing       : util-linux-2.37.4-3.el9.aarch64                    145/163 
10:59:47 #8 24.07 warning: /etc/adjtime created as /etc/adjtime.rpmnew
10:59:47 #8 24.07 
10:59:47 #8 24.10   Installing       : policycoreutils-3.4-1.el9.aarch64                  146/163 
10:59:47 #8 24.10   Running scriptlet: policycoreutils-3.4-1.el9.aarch64                  146/163 
10:59:47 #8 24.15   Installing       : python3-policycoreutils-3.4-1.el9.noarch           147/163 
10:59:47 #8 24.16   Installing       : policycoreutils-python-utils-3.4-1.el9.noarch      148/163 
10:59:47 #8 24.17   Installing       : gcc-toolset-12-runtime-12.0-5.el9.aarch64          149/163 
10:59:47 #8 24.18   Running scriptlet: gcc-toolset-12-runtime-12.0-5.el9.aarch64          149/163 
10:59:47 #8 24.38 ValueError: SELinux policy is not managed or store cannot be accessed.
10:59:47 #8 24.38 
10:59:47 #8 24.47   Installing       : gcc-toolset-12-binutils-2.38-16.el9.aarch64        150/163 
10:59:47 #8 24.48   Running scriptlet: gcc-toolset-12-binutils-2.38-16.el9.aarch64        150/163 
10:59:47 #8 24.50   Installing       : gcc-toolset-12-binutils-gold-2.38-14.el9.aarch64   151/163 
10:59:48 #8 24.58   Installing       : binutils-2.35.2-24.el9.aarch64                     152/163 
10:59:48 #8 24.59   Running scriptlet: binutils-2.35.2-24.el9.aarch64                     152/163 
10:59:48 #8 24.61   Installing       : libbrotli-1.0.9-6.el9.aarch64                      153/163 
10:59:48 #8 24.62   Installing       : libsoup-2.72.0-8.el9.aarch64                       154/163 
10:59:48 #8 24.63   Installing       : json-glib-1.6.6-1.el9.aarch64                      155/163 
10:59:48 #8 24.64   Installing       : libappstream-glib-0.7.18-4.el9.aarch64             156/163 
10:59:48 #8 24.65   Installing       : info-6.7-15.el9.aarch64                            157/163 
10:59:48 #8 24.66   Installing       : ed-1.14.2-12.el9.aarch64                           158/163 
10:59:48 #8 24.67   Installing       : patch-2.7.6-16.el9.aarch64                         159/163 
10:59:48 #8 24.68   Installing       : rpm-build-4.16.1.3-15.el9.aarch64                  160/163 
10:59:48 #8 24.70   Installing       : rpmlint-1.11-19.el9.noarch                         161/163 
10:59:48 #8 24.70   Installing       : dnf-plugins-core-4.1.0-1.el9.noarch                162/163 
10:59:48 #8 24.81   Installing       : glibc-gconv-extra-2.34-39.el9.aarch64              163/163 
10:59:51 #8 24.82   Running scriptlet: glibc-gconv-extra-2.34-39.el9.aarch64              163/163 
10:59:51 #8 27.81   Verifying        : binutils-2.35.2-24.el9.aarch64                       1/163 
10:59:51 #8 27.81   Verifying        : bzip2-1.0.8-8.el9.aarch64                            2/163 
10:59:51 #8 27.81   Verifying        : cpio-2.13-16.el9.aarch64                             3/163 
10:59:51 #8 27.81   Verifying        : cracklib-2.9.6-27.el9.aarch64                        4/163 
10:59:51 #8 27.81   Verifying        : cracklib-dicts-2.9.6-27.el9.aarch64                  5/163 
10:59:51 #8 27.81   Verifying        : dbus-libs-1:1.12.20-5.el9.aarch64                    6/163 
10:59:51 #8 27.81   Verifying        : diffutils-3.7-12.el9.aarch64                         7/163 
10:59:51 #8 27.81   Verifying        : dnf-plugins-core-4.1.0-1.el9.noarch                  8/163 
10:59:51 #8 27.81   Verifying        : ed-1.14.2-12.el9.aarch64                             9/163 
10:59:51 #8 27.81   Verifying        : elfutils-0.187-5.el9.aarch64                        10/163 
10:59:51 #8 27.81   Verifying        : elfutils-debuginfod-client-0.187-5.el9.aarch64      11/163 
10:59:51 #8 27.81   Verifying        : environment-modules-5.0.1-1.el9.aarch64             12/163 
10:59:51 #8 27.81   Verifying        : file-5.39-8.el9.aarch64                             13/163 
10:59:51 #8 27.81   Verifying        : glib-networking-2.68.3-3.el9.aarch64                14/163 
10:59:51 #8 27.81   Verifying        : glibc-gconv-extra-2.34-39.el9.aarch64               15/163 
10:59:51 #8 27.81   Verifying        : groff-base-1.22.4-10.el9.aarch64                    16/163 
10:59:51 #8 27.81   Verifying        : gsettings-desktop-schemas-40.0-4.el9.aarch64        17/163 
10:59:51 #8 27.81   Verifying        : info-6.7-15.el9.aarch64                             18/163 
10:59:51 #8 27.81   Verifying        : json-glib-1.6.6-1.el9.aarch64                       19/163 
10:59:51 #8 27.81   Verifying        : less-590-1.el9.aarch64                              20/163 
10:59:51 #8 27.81   Verifying        : libbrotli-1.0.9-6.el9.aarch64                       21/163 
10:59:51 #8 27.81   Verifying        : libdb-5.3.28-53.el9.aarch64                         22/163 
10:59:51 #8 27.81   Verifying        : libeconf-0.4.1-2.el9.aarch64                        23/163 
10:59:51 #8 27.81   Verifying        : libfdisk-2.37.4-3.el9.aarch64                       24/163 
10:59:51 #8 27.81   Verifying        : libicu-67.1-9.el9.aarch64                           25/163 
10:59:51 #8 27.81   Verifying        : libpipeline-1.5.3-4.el9.aarch64                     26/163 
10:59:51 #8 27.81   Verifying        : libpkgconf-1.7.3-9.el9.aarch64                      27/163 
10:59:51 #8 27.81   Verifying        : libpng-2:1.6.37-12.el9.aarch64                      28/163 
10:59:51 #8 27.81   Verifying        : libproxy-0.4.15-35.el9.aarch64                      29/163 
10:59:51 #8 27.81   Verifying        : libpsl-0.21.1-5.el9.aarch64                         30/163 
10:59:51 #8 27.81   Verifying        : libpwquality-1.4.4-8.el9.aarch64                    31/163 
10:59:51 #8 27.81   Verifying        : libselinux-utils-3.4-3.el9.aarch64                  32/163 
10:59:51 #8 27.81   Verifying        : libutempter-1.2.1-6.el9.aarch64                     33/163 
10:59:51 #8 27.81   Verifying        : man-db-2.9.3-6.el9.aarch64                          34/163 
10:59:51 #8 27.81   Verifying        : ncurses-6.2-8.20210508.el9.aarch64                  35/163 
10:59:51 #8 27.81   Verifying        : openssl-1:3.0.1-38.el9.aarch64                      36/163 
10:59:51 #8 27.82   Verifying        : pam-1.5.1-12.el9.aarch64                            37/163 
10:59:51 #8 27.82   Verifying        : pkgconf-1.7.3-9.el9.aarch64                         38/163 
10:59:51 #8 27.82   Verifying        : pkgconf-m4-1.7.3-9.el9.noarch                       39/163 
10:59:51 #8 27.82   Verifying        : pkgconf-pkg-config-1.7.3-9.el9.aarch64              40/163 
10:59:51 #8 27.82   Verifying        : policycoreutils-3.4-1.el9.aarch64                   41/163 
10:59:51 #8 27.82   Verifying        : procps-ng-3.3.17-5.el9.aarch64                      42/163 
10:59:51 #8 27.82   Verifying        : publicsuffix-list-dafsa-20210518-3.el9.noarch       43/163 
10:59:51 #8 27.82   Verifying        : python3-dateutil-1:2.8.1-6.el9.noarch               44/163 
10:59:51 #8 27.82   Verifying        : python3-dbus-1.2.18-2.el9.aarch64                   45/163 
10:59:51 #8 27.82   Verifying        : python3-dnf-plugins-core-4.1.0-1.el9.noarch         46/163 
10:59:51 #8 27.82   Verifying        : python3-setools-4.4.0-5.el9.aarch64                 47/163 
10:59:51 #8 27.82   Verifying        : python3-setuptools-53.0.0-10.el9.noarch             48/163 
10:59:51 #8 27.82   Verifying        : python3-six-1.15.0-9.el9.noarch                     49/163 
10:59:51 #8 27.82   Verifying        : shared-mime-info-2.1-4.el9.aarch64                  50/163 
10:59:51 #8 27.82   Verifying        : systemd-libs-250-7.el9.aarch64                      51/163 
10:59:51 #8 27.82   Verifying        : tcl-1:8.6.10-7.el9.aarch64                          52/163 
10:59:51 #8 27.82   Verifying        : unzip-6.0-56.el9.aarch64                            53/163 
10:59:51 #8 27.82   Verifying        : util-linux-2.37.4-3.el9.aarch64                     54/163 
10:59:51 #8 27.82   Verifying        : util-linux-core-2.37.4-3.el9.aarch64                55/163 
10:59:51 #8 27.82   Verifying        : vim-filesystem-2:8.2.2637-16.el9.noarch             56/163 
10:59:51 #8 27.82   Verifying        : xz-5.2.5-8.el9.aarch64                              57/163 
10:59:51 #8 27.82   Verifying        : zip-3.0-33.el9.aarch64                              58/163 
10:59:51 #8 27.82   Verifying        : zstd-1.5.1-2.el9.aarch64                            59/163 
10:59:51 #8 27.82   Verifying        : abattis-cantarell-fonts-0.301-4.el9.noarch          60/163 
10:59:51 #8 27.82   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1    61/163 
10:59:51 #8 27.82   Verifying        : checkpolicy-3.4-1.el9.aarch64                       62/163 
10:59:51 #8 27.82   Verifying        : desktop-file-utils-0.26-6.el9.aarch64               63/163 
10:59:51 #8 27.82   Verifying        : dwz-0.14-3.el9.aarch64                              64/163 
10:59:51 #8 27.82   Verifying        : efi-srpm-macros-4-9.el9.noarch                      65/163 
10:59:51 #8 27.82   Verifying        : emacs-filesystem-1:27.1-3.el9.noarch                66/163 
10:59:51 #8 27.82   Verifying        : enchant-1:1.6.0-30.el9.aarch64                      67/163 
10:59:51 #8 27.82   Verifying        : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch            68/163 
10:59:51 #8 27.82   Verifying        : gcc-toolset-12-binutils-2.38-16.el9.aarch64         69/163 
10:59:51 #8 27.82   Verifying        : gcc-toolset-12-binutils-gold-2.38-14.el9.aarch64    70/163 
10:59:51 #8 27.82   Verifying        : gcc-toolset-12-runtime-12.0-5.el9.aarch64           71/163 
10:59:51 #8 27.82   Verifying        : gdb-minimal-10.2-10.el9.aarch64                     72/163 
10:59:51 #8 27.82   Verifying        : gdk-pixbuf2-2.42.6-2.el9.aarch64                    73/163 
10:59:51 #8 27.82   Verifying        : ghc-srpm-macros-1.5.0-6.el9.noarch                  74/163 
10:59:51 #8 27.82   Verifying        : go-srpm-macros-3.0.9-9.el9.noarch                   75/163 
10:59:51 #8 27.82   Verifying        : hunspell-1.7.0-11.el9.aarch64                       76/163 
10:59:51 #8 27.82   Verifying        : hunspell-en-0.20140811.1-20.el9.noarch              77/163 
10:59:51 #8 27.82   Verifying        : hunspell-en-GB-0.20140811.1-20.el9.noarch           78/163 
10:59:51 #8 27.82   Verifying        : hunspell-en-US-0.20140811.1-20.el9.noarch           79/163 
10:59:51 #8 27.82   Verifying        : hunspell-filesystem-1.7.0-11.el9.aarch64            80/163 
10:59:51 #8 27.82   Verifying        : kernel-srpm-macros-1.0-11.el9.noarch                81/163 
10:59:51 #8 27.82   Verifying        : libappstream-glib-0.7.18-4.el9.aarch64              82/163 
10:59:51 #8 27.82   Verifying        : libjpeg-turbo-2.0.90-5.el9.aarch64                  83/163 
10:59:51 #8 27.82   Verifying        : libproxy-webkitgtk4-0.4.15-35.el9.aarch64           84/163 
10:59:51 #8 27.82   Verifying        : libsoup-2.72.0-8.el9.aarch64                        85/163 
10:59:51 #8 27.82   Verifying        : libstemmer-0-18.585svn.el9.aarch64                  86/163 
10:59:51 #8 27.82   Verifying        : lua-srpm-macros-1-6.el9.noarch                      87/163 
10:59:51 #8 27.82   Verifying        : ocaml-srpm-macros-6-6.el9.noarch                    88/163 
10:59:51 #8 27.82   Verifying        : openblas-srpm-macros-2-11.el9.noarch                89/163 
10:59:51 #8 27.82   Verifying        : patch-2.7.6-16.el9.aarch64                          90/163 
10:59:51 #8 27.82   Verifying        : perl-AutoLoader-5.74-479.el9.noarch                 91/163 
10:59:51 #8 27.82   Verifying        : perl-B-1.80-479.el9.aarch64                         92/163 
10:59:51 #8 27.82   Verifying        : perl-Carp-1.50-460.el9.noarch                       93/163 
10:59:51 #8 27.82   Verifying        : perl-Class-Struct-0.66-479.el9.noarch               94/163 
10:59:51 #8 27.82   Verifying        : perl-Data-Dumper-2.174-462.el9.aarch64              95/163 
10:59:51 #8 27.82   Verifying        : perl-Digest-1.19-4.el9.noarch                       96/163 
10:59:51 #8 27.82   Verifying        : perl-Digest-MD5-2.58-4.el9.aarch64                  97/163 
10:59:51 #8 27.82   Verifying        : perl-Encode-4:3.08-462.el9.aarch64                  98/163 
10:59:51 #8 27.82   Verifying        : perl-Errno-1.30-479.el9.aarch64                     99/163 
10:59:51 #8 27.82   Verifying        : perl-Exporter-5.74-461.el9.noarch                  100/163 
10:59:51 #8 27.82   Verifying        : perl-Fcntl-1.13-479.el9.aarch64                    101/163 
10:59:51 #8 27.82   Verifying        : perl-File-Basename-2.85-479.el9.noarch             102/163 
10:59:51 #8 27.82   Verifying        : perl-File-Path-2.18-4.el9.noarch                   103/163 
10:59:51 #8 27.82   Verifying        : perl-File-Temp-1:0.231.100-4.el9.noarch            104/163 
10:59:51 #8 27.82   Verifying        : perl-File-stat-1.09-479.el9.noarch                 105/163 
10:59:51 #8 27.82   Verifying        : perl-FileHandle-2.03-479.el9.noarch                106/163 
10:59:51 #8 27.82   Verifying        : perl-Getopt-Long-1:2.52-4.el9.noarch               107/163 
10:59:51 #8 27.82   Verifying        : perl-Getopt-Std-1.12-479.el9.noarch                108/163 
10:59:51 #8 27.82   Verifying        : perl-HTTP-Tiny-0.076-460.el9.noarch                109/163 
10:59:51 #8 27.82   Verifying        : perl-IO-1.43-479.el9.aarch64                       110/163 
10:59:51 #8 27.82   Verifying        : perl-IO-Socket-IP-0.41-5.el9.noarch                111/163 
10:59:51 #8 27.82   Verifying        : perl-IO-Socket-SSL-2.073-1.el9.noarch              112/163 
10:59:51 #8 27.82   Verifying        : perl-IPC-Open3-1.21-479.el9.noarch                 113/163 
10:59:51 #8 27.82   Verifying        : perl-MIME-Base64-3.16-4.el9.aarch64                114/163 
10:59:51 #8 27.82   Verifying        : perl-Mozilla-CA-20200520-6.el9.noarch              115/163 
10:59:51 #8 27.82   Verifying        : perl-NDBM_File-1.15-479.el9.aarch64                116/163 
10:59:51 #8 27.82   Verifying        : perl-Net-SSLeay-1.92-1.el9.aarch64                 117/163 
10:59:51 #8 27.82   Verifying        : perl-POSIX-1.94-479.el9.aarch64                    118/163 
10:59:51 #8 27.82   Verifying        : perl-PathTools-3.78-461.el9.aarch64                119/163 
10:59:51 #8 27.82   Verifying        : perl-Pod-Escapes-1:1.07-460.el9.noarch             120/163 
10:59:51 #8 27.82   Verifying        : perl-Pod-Perldoc-3.28.01-461.el9.noarch            121/163 
10:59:51 #8 27.82   Verifying        : perl-Pod-Simple-1:3.42-4.el9.noarch                122/163 
10:59:51 #8 27.82   Verifying        : perl-Pod-Usage-4:2.01-4.el9.noarch                 123/163 
10:59:51 #8 27.82   Verifying        : perl-Scalar-List-Utils-4:1.56-461.el9.aarch64      124/163 
10:59:51 #8 27.82   Verifying        : perl-SelectSaver-1.02-479.el9.noarch               125/163 
10:59:51 #8 27.82   Verifying        : perl-Socket-4:2.031-4.el9.aarch64                  126/163 
10:59:51 #8 27.82   Verifying        : perl-Storable-1:3.21-460.el9.aarch64               127/163 
10:59:51 #8 27.82   Verifying        : perl-Symbol-1.08-479.el9.noarch                    128/163 
10:59:51 #8 27.82   Verifying        : perl-Term-ANSIColor-5.01-461.el9.noarch            129/163 
10:59:51 #8 27.82   Verifying        : perl-Term-Cap-1.17-460.el9.noarch                  130/163 
10:59:51 #8 27.82   Verifying        : perl-Text-ParseWords-3.30-460.el9.noarch           131/163 
10:59:51 #8 27.82   Verifying        : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch       132/163 
10:59:51 #8 27.82   Verifying        : perl-Time-Local-2:1.300-7.el9.noarch               133/163 
10:59:51 #8 27.82   Verifying        : perl-URI-5.09-3.el9.noarch                         134/163 
10:59:51 #8 27.82   Verifying        : perl-base-2.27-479.el9.noarch                      135/163 
10:59:51 #8 27.82   Verifying        : perl-constant-1.33-461.el9.noarch                  136/163 
10:59:51 #8 27.82   Verifying        : perl-if-0.60.800-479.el9.noarch                    137/163 
10:59:51 #8 27.82   Verifying        : perl-interpreter-4:5.32.1-479.el9.aarch64          138/163 
10:59:51 #8 27.82   Verifying        : perl-libnet-3.13-4.el9.noarch                      139/163 
10:59:51 #8 27.82   Verifying        : perl-libs-4:5.32.1-479.el9.aarch64                 140/163 
10:59:51 #8 27.82   Verifying        : perl-mro-1.23-479.el9.aarch64                      141/163 
10:59:51 #8 27.82   Verifying        : perl-overload-1.31-479.el9.noarch                  142/163 
10:59:51 #8 27.82   Verifying        : perl-overloading-0.02-479.el9.noarch               143/163 
10:59:51 #8 27.82   Verifying        : perl-parent-1:0.238-460.el9.noarch                 144/163 
10:59:51 #8 27.82   Verifying        : perl-podlators-1:4.14-460.el9.noarch               145/163 
10:59:51 #8 27.82   Verifying        : perl-srpm-macros-1-41.el9.noarch                   146/163 
10:59:51 #8 27.82   Verifying        : perl-subs-1.03-479.el9.noarch                      147/163 
10:59:51 #8 27.82   Verifying        : perl-vars-1.05-479.el9.noarch                      148/163 
10:59:51 #8 27.82   Verifying        : policycoreutils-python-utils-3.4-1.el9.noarch      149/163 
10:59:51 #8 27.82   Verifying        : python-srpm-macros-3.9-52.el9.noarch               150/163 
10:59:51 #8 27.82   Verifying        : python3-audit-3.0.7-103.el9.aarch64                151/163 
10:59:51 #8 27.82   Verifying        : python3-enchant-3.2.0-5.el9.noarch                 152/163 
10:59:51 #8 27.82   Verifying        : python3-file-magic-5.39-8.el9.noarch               153/163 
10:59:51 #8 27.82   Verifying        : python3-libselinux-3.4-3.el9.aarch64               154/163 
10:59:51 #8 27.82   Verifying        : python3-libsemanage-3.4-1.el9.aarch64              155/163 
10:59:51 #8 27.82   Verifying        : python3-policycoreutils-3.4-1.el9.noarch           156/163 
10:59:51 #8 27.82   Verifying        : qt5-srpm-macros-5.15.3-1.el9.noarch                157/163 
10:59:51 #8 27.83   Verifying        : redhat-rpm-config-196-1.el9.noarch                 158/163 
10:59:51 #8 27.83   Verifying        : rpm-build-4.16.1.3-15.el9.aarch64                  159/163 
10:59:51 #8 27.83   Verifying        : rpmlint-1.11-19.el9.noarch                         160/163 
10:59:51 #8 27.83   Verifying        : rust-srpm-macros-17-4.el9.noarch                   161/163 
10:59:51 #8 27.83   Verifying        : scl-utils-1:2.0.3-2.el9.aarch64                    162/163 
10:59:51 #8 27.83   Verifying        : webkit2gtk3-jsc-2.36.1-1.el9.aarch64               163/163 
10:59:51 #8 27.97 
10:59:51 #8 27.97 Installed:
10:59:51 #8 27.97   abattis-cantarell-fonts-0.301-4.el9.noarch                                    
10:59:51 #8 27.97   adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch                       
10:59:51 #8 27.97   binutils-2.35.2-24.el9.aarch64                                                
10:59:51 #8 27.97   bzip2-1.0.8-8.el9.aarch64                                                     
10:59:51 #8 27.97   checkpolicy-3.4-1.el9.aarch64                                                 
10:59:51 #8 27.97   cpio-2.13-16.el9.aarch64                                                      
10:59:51 #8 27.97   cracklib-2.9.6-27.el9.aarch64                                                 
10:59:51 #8 27.97   cracklib-dicts-2.9.6-27.el9.aarch64                                           
10:59:51 #8 27.97   dbus-libs-1:1.12.20-5.el9.aarch64                                             
10:59:51 #8 27.97   desktop-file-utils-0.26-6.el9.aarch64                                         
10:59:51 #8 27.97   diffutils-3.7-12.el9.aarch64                                                  
10:59:51 #8 27.97   dnf-plugins-core-4.1.0-1.el9.noarch                                           
10:59:51 #8 27.97   dwz-0.14-3.el9.aarch64                                                        
10:59:51 #8 27.97   ed-1.14.2-12.el9.aarch64                                                      
10:59:51 #8 27.97   efi-srpm-macros-4-9.el9.noarch                                                
10:59:51 #8 27.97   elfutils-0.187-5.el9.aarch64                                                  
10:59:51 #8 27.97   elfutils-debuginfod-client-0.187-5.el9.aarch64                                
10:59:51 #8 27.97   emacs-filesystem-1:27.1-3.el9.noarch                                          
10:59:51 #8 27.97   enchant-1:1.6.0-30.el9.aarch64                                                
10:59:51 #8 27.97   environment-modules-5.0.1-1.el9.aarch64                                       
10:59:51 #8 27.97   file-5.39-8.el9.aarch64                                                       
10:59:51 #8 27.97   fonts-srpm-macros-1:2.0.5-7.el9.1.noarch                                      
10:59:51 #8 27.97   gcc-toolset-12-binutils-2.38-16.el9.aarch64                                   
10:59:51 #8 27.97   gcc-toolset-12-binutils-gold-2.38-14.el9.aarch64                              
10:59:51 #8 27.97   gcc-toolset-12-runtime-12.0-5.el9.aarch64                                     
10:59:51 #8 27.97   gdb-minimal-10.2-10.el9.aarch64                                               
10:59:51 #8 27.97   gdk-pixbuf2-2.42.6-2.el9.aarch64                                              
10:59:51 #8 27.97   ghc-srpm-macros-1.5.0-6.el9.noarch                                            
10:59:51 #8 27.97   glib-networking-2.68.3-3.el9.aarch64                                          
10:59:51 #8 27.97   glibc-gconv-extra-2.34-39.el9.aarch64                                         
10:59:51 #8 27.97   go-srpm-macros-3.0.9-9.el9.noarch                                             
10:59:51 #8 27.97   groff-base-1.22.4-10.el9.aarch64                                              
10:59:51 #8 27.97   gsettings-desktop-schemas-40.0-4.el9.aarch64                                  
10:59:51 #8 27.97   hunspell-1.7.0-11.el9.aarch64                                                 
10:59:51 #8 27.97   hunspell-en-0.20140811.1-20.el9.noarch                                        
10:59:51 #8 27.97   hunspell-en-GB-0.20140811.1-20.el9.noarch                                     
10:59:51 #8 27.97   hunspell-en-US-0.20140811.1-20.el9.noarch                                     
10:59:51 #8 27.97   hunspell-filesystem-1.7.0-11.el9.aarch64                                      
10:59:51 #8 27.97   info-6.7-15.el9.aarch64                                                       
10:59:51 #8 27.97   json-glib-1.6.6-1.el9.aarch64                                                 
10:59:51 #8 27.97   kernel-srpm-macros-1.0-11.el9.noarch                                          
10:59:51 #8 27.97   less-590-1.el9.aarch64                                                        
10:59:51 #8 27.97   libappstream-glib-0.7.18-4.el9.aarch64                                        
10:59:51 #8 27.97   libbrotli-1.0.9-6.el9.aarch64                                                 
10:59:51 #8 27.97   libdb-5.3.28-53.el9.aarch64                                                   
10:59:51 #8 27.97   libeconf-0.4.1-2.el9.aarch64                                                  
10:59:51 #8 27.97   libfdisk-2.37.4-3.el9.aarch64                                                 
10:59:51 #8 27.97   libicu-67.1-9.el9.aarch64                                                     
10:59:51 #8 27.97   libjpeg-turbo-2.0.90-5.el9.aarch64                                            
10:59:51 #8 27.97   libpipeline-1.5.3-4.el9.aarch64                                               
10:59:51 #8 27.97   libpkgconf-1.7.3-9.el9.aarch64                                                
10:59:51 #8 27.97   libpng-2:1.6.37-12.el9.aarch64                                                
10:59:51 #8 27.97   libproxy-0.4.15-35.el9.aarch64                                                
10:59:51 #8 27.97   libproxy-webkitgtk4-0.4.15-35.el9.aarch64                                     
10:59:51 #8 27.97   libpsl-0.21.1-5.el9.aarch64                                                   
10:59:51 #8 27.97   libpwquality-1.4.4-8.el9.aarch64                                              
10:59:51 #8 27.97   libselinux-utils-3.4-3.el9.aarch64                                            
10:59:51 #8 27.97   libsoup-2.72.0-8.el9.aarch64                                                  
10:59:51 #8 27.97   libstemmer-0-18.585svn.el9.aarch64                                            
10:59:51 #8 27.97   libutempter-1.2.1-6.el9.aarch64                                               
10:59:51 #8 27.97   lua-srpm-macros-1-6.el9.noarch                                                
10:59:51 #8 27.97   man-db-2.9.3-6.el9.aarch64                                                    
10:59:51 #8 27.97   ncurses-6.2-8.20210508.el9.aarch64                                            
10:59:51 #8 27.97   ocaml-srpm-macros-6-6.el9.noarch                                              
10:59:51 #8 27.97   openblas-srpm-macros-2-11.el9.noarch                                          
10:59:51 #8 27.97   openssl-1:3.0.1-38.el9.aarch64                                                
10:59:51 #8 27.97   pam-1.5.1-12.el9.aarch64                                                      
10:59:51 #8 27.97   patch-2.7.6-16.el9.aarch64                                                    
10:59:51 #8 27.97   perl-AutoLoader-5.74-479.el9.noarch                                           
10:59:51 #8 27.97   perl-B-1.80-479.el9.aarch64                                                   
10:59:51 #8 27.97   perl-Carp-1.50-460.el9.noarch                                                 
10:59:51 #8 27.97   perl-Class-Struct-0.66-479.el9.noarch                                         
10:59:51 #8 27.97   perl-Data-Dumper-2.174-462.el9.aarch64                                        
10:59:51 #8 27.97   perl-Digest-1.19-4.el9.noarch                                                 
10:59:51 #8 27.97   perl-Digest-MD5-2.58-4.el9.aarch64                                            
10:59:51 #8 27.97   perl-Encode-4:3.08-462.el9.aarch64                                            
10:59:51 #8 27.97   perl-Errno-1.30-479.el9.aarch64                                               
10:59:51 #8 27.97   perl-Exporter-5.74-461.el9.noarch                                             
10:59:51 #8 27.97   perl-Fcntl-1.13-479.el9.aarch64                                               
10:59:51 #8 27.97   perl-File-Basename-2.85-479.el9.noarch                                        
10:59:51 #8 27.97   perl-File-Path-2.18-4.el9.noarch                                              
10:59:51 #8 27.97   perl-File-Temp-1:0.231.100-4.el9.noarch                                       
10:59:51 #8 27.97   perl-File-stat-1.09-479.el9.noarch                                            
10:59:51 #8 27.97   perl-FileHandle-2.03-479.el9.noarch                                           
10:59:51 #8 27.97   perl-Getopt-Long-1:2.52-4.el9.noarch                                          
10:59:51 #8 27.97   perl-Getopt-Std-1.12-479.el9.noarch                                           
10:59:51 #8 27.97   perl-HTTP-Tiny-0.076-460.el9.noarch                                           
10:59:51 #8 27.97   perl-IO-1.43-479.el9.aarch64                                                  
10:59:51 #8 27.97   perl-IO-Socket-IP-0.41-5.el9.noarch                                           
10:59:51 #8 27.97   perl-IO-Socket-SSL-2.073-1.el9.noarch                                         
10:59:51 #8 27.97   perl-IPC-Open3-1.21-479.el9.noarch                                            
10:59:51 #8 27.97   perl-MIME-Base64-3.16-4.el9.aarch64                                           
10:59:51 #8 27.97   perl-Mozilla-CA-20200520-6.el9.noarch                                         
10:59:51 #8 27.97   perl-NDBM_File-1.15-479.el9.aarch64                                           
10:59:51 #8 27.97   perl-Net-SSLeay-1.92-1.el9.aarch64                                            
10:59:51 #8 27.97   perl-POSIX-1.94-479.el9.aarch64                                               
10:59:51 #8 27.97   perl-PathTools-3.78-461.el9.aarch64                                           
10:59:51 #8 27.97   perl-Pod-Escapes-1:1.07-460.el9.noarch                                        
10:59:51 #8 27.97   perl-Pod-Perldoc-3.28.01-461.el9.noarch                                       
10:59:51 #8 27.97   perl-Pod-Simple-1:3.42-4.el9.noarch                                           
10:59:51 #8 27.97   perl-Pod-Usage-4:2.01-4.el9.noarch                                            
10:59:51 #8 27.97   perl-Scalar-List-Utils-4:1.56-461.el9.aarch64                                 
10:59:51 #8 27.97   perl-SelectSaver-1.02-479.el9.noarch                                          
10:59:51 #8 27.97   perl-Socket-4:2.031-4.el9.aarch64                                             
10:59:51 #8 27.97   perl-Storable-1:3.21-460.el9.aarch64                                          
10:59:51 #8 27.97   perl-Symbol-1.08-479.el9.noarch                                               
10:59:51 #8 27.97   perl-Term-ANSIColor-5.01-461.el9.noarch                                       
10:59:51 #8 27.97   perl-Term-Cap-1.17-460.el9.noarch                                             
10:59:51 #8 27.97   perl-Text-ParseWords-3.30-460.el9.noarch                                      
10:59:51 #8 27.97   perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch                                  
10:59:51 #8 27.97   perl-Time-Local-2:1.300-7.el9.noarch                                          
10:59:51 #8 27.97   perl-URI-5.09-3.el9.noarch                                                    
10:59:51 #8 27.97   perl-base-2.27-479.el9.noarch                                                 
10:59:51 #8 27.97   perl-constant-1.33-461.el9.noarch                                             
10:59:51 #8 27.97   perl-if-0.60.800-479.el9.noarch                                               
10:59:51 #8 27.97   perl-interpreter-4:5.32.1-479.el9.aarch64                                     
10:59:51 #8 27.97   perl-libnet-3.13-4.el9.noarch                                                 
10:59:51 #8 27.97   perl-libs-4:5.32.1-479.el9.aarch64                                            
10:59:51 #8 27.97   perl-mro-1.23-479.el9.aarch64                                                 
10:59:51 #8 27.97   perl-overload-1.31-479.el9.noarch                                             
10:59:51 #8 27.97   perl-overloading-0.02-479.el9.noarch                                          
10:59:51 #8 27.97   perl-parent-1:0.238-460.el9.noarch                                            
10:59:51 #8 27.97   perl-podlators-1:4.14-460.el9.noarch                                          
10:59:51 #8 27.97   perl-srpm-macros-1-41.el9.noarch                                              
10:59:51 #8 27.97   perl-subs-1.03-479.el9.noarch                                                 
10:59:51 #8 27.97   perl-vars-1.05-479.el9.noarch                                                 
10:59:51 #8 27.97   pkgconf-1.7.3-9.el9.aarch64                                                   
10:59:51 #8 27.97   pkgconf-m4-1.7.3-9.el9.noarch                                                 
10:59:51 #8 27.97   pkgconf-pkg-config-1.7.3-9.el9.aarch64                                        
10:59:51 #8 27.97   policycoreutils-3.4-1.el9.aarch64                                             
10:59:51 #8 27.97   policycoreutils-python-utils-3.4-1.el9.noarch                                 
10:59:51 #8 27.97   procps-ng-3.3.17-5.el9.aarch64                                                
10:59:51 #8 27.97   publicsuffix-list-dafsa-20210518-3.el9.noarch                                 
10:59:51 #8 27.97   python-srpm-macros-3.9-52.el9.noarch                                          
10:59:51 #8 27.97   python3-audit-3.0.7-103.el9.aarch64                                           
10:59:51 #8 27.97   python3-dateutil-1:2.8.1-6.el9.noarch                                         
10:59:51 #8 27.97   python3-dbus-1.2.18-2.el9.aarch64                                             
10:59:51 #8 27.97   python3-dnf-plugins-core-4.1.0-1.el9.noarch                                   
10:59:51 #8 27.97   python3-enchant-3.2.0-5.el9.noarch                                            
10:59:51 #8 27.97   python3-file-magic-5.39-8.el9.noarch                                          
10:59:51 #8 27.97   python3-libselinux-3.4-3.el9.aarch64                                          
10:59:51 #8 27.97   python3-libsemanage-3.4-1.el9.aarch64                                         
10:59:51 #8 27.97   python3-policycoreutils-3.4-1.el9.noarch                                      
10:59:51 #8 27.97   python3-setools-4.4.0-5.el9.aarch64                                           
10:59:51 #8 27.97   python3-setuptools-53.0.0-10.el9.noarch                                       
10:59:51 #8 27.97   python3-six-1.15.0-9.el9.noarch                                               
10:59:51 #8 27.97   qt5-srpm-macros-5.15.3-1.el9.noarch                                           
10:59:51 #8 27.97   redhat-rpm-config-196-1.el9.noarch                                            
10:59:51 #8 27.97   rpm-build-4.16.1.3-15.el9.aarch64                                             
10:59:51 #8 27.97   rpmlint-1.11-19.el9.noarch                                                    
10:59:51 #8 27.97   rust-srpm-macros-17-4.el9.noarch                                              
10:59:51 #8 27.97   scl-utils-1:2.0.3-2.el9.aarch64                                               
10:59:51 #8 27.97   shared-mime-info-2.1-4.el9.aarch64                                            
10:59:51 #8 27.97   systemd-libs-250-7.el9.aarch64                                                
10:59:51 #8 27.97   tcl-1:8.6.10-7.el9.aarch64                                                    
10:59:51 #8 27.97   unzip-6.0-56.el9.aarch64                                                      
10:59:51 #8 27.97   util-linux-2.37.4-3.el9.aarch64                                               
10:59:51 #8 27.97   util-linux-core-2.37.4-3.el9.aarch64                                          
10:59:51 #8 27.97   vim-filesystem-2:8.2.2637-16.el9.noarch                                       
10:59:51 #8 27.97   webkit2gtk3-jsc-2.36.1-1.el9.aarch64                                          
10:59:51 #8 27.97   xz-5.2.5-8.el9.aarch64                                                        
10:59:51 #8 27.97   zip-3.0-33.el9.aarch64                                                        
10:59:51 #8 27.97   zstd-1.5.1-2.el9.aarch64                                                      
10:59:51 #8 27.97 
10:59:51 #8 27.97 Complete!
10:59:51 #8 DONE 28.1s
10:59:51 
10:59:51 #9 [stage-1 4/8] RUN dnf config-manager --set-enabled crb
10:59:51 #9 sha256:901d8a56baa5afe3cb0b49bbd74277f225a98b01779916b4704f617cdf62df7a
10:59:52 #9 DONE 0.6s
10:59:52 
10:59:52 #11 [stage-1 5/8] COPY SPECS /root/rpmbuild/SPECS
10:59:52 #11 sha256:f7c9d64e64a607b700cb85906effd5994b020db652ad15ec1a0fe5d80a4573b8
10:59:52 #11 DONE 0.1s
10:59:52 
10:59:52 #12 [stage-1 6/8] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep --define '_without_btrfs 1' -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep --define '_without_btrfs 1' -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
10:59:52 #12 sha256:7cabf42a2ac474cab01e2aa0e058c296a0dcbe606f27c0b68d50a134d35f4909
10:59:53 #12 1.088 CentOS Stream 9 - BaseOS                         15 kB/s | 7.6 kB     00:00    
10:59:53 #12 1.444 CentOS Stream 9 - AppStream                      25 kB/s | 7.7 kB     00:00    
10:59:54 #12 2.794 CentOS Stream 9 - CRB                           2.7 MB/s | 3.4 MB     00:01    
10:59:56 #12 4.231 Package bash-5.1.8-4.el9.aarch64 is already installed.
10:59:56 #12 4.244 Package bash-5.1.8-4.el9.aarch64 is already installed.
10:59:56 #12 4.244 Package ca-certificates-2022.2.54-90.0.el9.noarch is already installed.
10:59:56 #12 4.244 Package libarchive-3.5.3-3.el9.aarch64 is already installed.
10:59:56 #12 4.245 Package pkgconf-pkg-config-1.7.3-9.el9.aarch64 is already installed.
10:59:56 #12 4.245 Package tar-2:1.34-5.el9.aarch64 is already installed.
10:59:56 #12 4.258 Package bash-5.1.8-4.el9.aarch64 is already installed.
10:59:56 #12 4.300 Dependencies resolved.
10:59:56 #12 4.306 ================================================================================
10:59:56 #12 4.306  Package                   Arch      Version                  Repository   Size
10:59:56 #12 4.306 ================================================================================
10:59:56 #12 4.306 Installing:
10:59:56 #12 4.306  cmake                     aarch64   3.20.2-7.el9             appstream   6.2 M
10:59:56 #12 4.306  device-mapper-devel       aarch64   9:1.02.185-1.el9         crb          44 k
10:59:56 #12 4.306  gcc                       aarch64   11.3.1-2.1.el9           appstream    30 M
10:59:56 #12 4.306  git                       aarch64   2.31.1-2.el9.2           appstream   124 k
10:59:56 #12 4.306  glibc-static              aarch64   2.34-39.el9              crb         1.4 M
10:59:56 #12 4.306  libseccomp-devel          aarch64   2.5.2-2.el9              appstream    59 k
10:59:56 #12 4.306  libselinux-devel          aarch64   3.4-3.el9                appstream   158 k
10:59:56 #12 4.306  libtool                   aarch64   2.4.6-45.el9             appstream   582 k
10:59:56 #12 4.306  libtool-ltdl-devel        aarch64   2.4.6-45.el9             crb         161 k
10:59:56 #12 4.306  make                      aarch64   1:4.3-7.el9              baseos      535 k
10:59:56 #12 4.306  selinux-policy-devel      noarch    34.1.38-1.el9            appstream   934 k
10:59:56 #12 4.306  systemd                   aarch64   250-7.el9                baseos      4.0 M
10:59:56 #12 4.306  systemd-devel             aarch64   250-7.el9                appstream   618 k
10:59:56 #12 4.306  which                     aarch64   2.21-28.el9              baseos       41 k
10:59:56 #12 4.306 Installing dependencies:
10:59:56 #12 4.306  acl                       aarch64   2.3.1-3.el9              baseos       73 k
10:59:56 #12 4.306  annobin                   aarch64   10.73-3.el9              appstream   959 k
10:59:56 #12 4.306  autoconf                  noarch    2.69-38.el9              appstream   681 k
10:59:56 #12 4.306  automake                  noarch    1.16.2-6.el9             appstream   689 k
10:59:56 #12 4.306  cmake-data                noarch    3.20.2-7.el9             appstream   2.1 M
10:59:56 #12 4.306  cmake-filesystem          aarch64   3.20.2-7.el9             appstream    23 k
10:59:56 #12 4.306  cmake-rpm-macros          noarch    3.20.2-7.el9             appstream    16 k
10:59:56 #12 4.306  cpp                       aarch64   11.3.1-2.1.el9           appstream    10 M
10:59:56 #12 4.306  cryptsetup-libs           aarch64   2.4.3-4.el9              baseos      438 k
10:59:56 #12 4.306  dbus                      aarch64   1:1.12.20-5.el9          baseos      4.3 k
10:59:56 #12 4.306  dbus-broker               aarch64   28-5.el9                 baseos      166 k
10:59:56 #12 4.306  dbus-common               noarch    1:1.12.20-5.el9          baseos       15 k
10:59:56 #12 4.306  device-mapper             aarch64   9:1.02.185-1.el9         baseos      139 k
10:59:56 #12 4.306  device-mapper-libs        aarch64   9:1.02.185-1.el9         baseos      172 k
10:59:56 #12 4.306  gcc-plugin-annobin        aarch64   11.3.1-2.1.el9           appstream    68 k
10:59:56 #12 4.306  git-core                  aarch64   2.31.1-2.el9.2           appstream   3.7 M
10:59:56 #12 4.306  git-core-doc              noarch    2.31.1-2.el9.2           appstream   2.5 M
10:59:56 #12 4.306  glibc-devel               aarch64   2.34-39.el9              appstream   554 k
10:59:56 #12 4.306  kernel-headers            aarch64   5.14.0-134.el9           appstream   3.0 M
10:59:56 #12 4.306  kmod-libs                 aarch64   28-7.el9                 baseos       63 k
10:59:56 #12 4.306  libasan                   aarch64   11.3.1-2.1.el9           appstream   435 k
10:59:56 #12 4.306  libatomic                 aarch64   11.3.1-2.1.el9           baseos       60 k
10:59:56 #12 4.306  libcbor                   aarch64   0.7.0-5.el9              baseos       56 k
10:59:56 #12 4.306  libedit                   aarch64   3.1-37.20210216cvs.el9   baseos      104 k
10:59:56 #12 4.306  libfido2                  aarch64   1.6.0-7.el9              baseos       69 k
10:59:56 #12 4.306  libmpc                    aarch64   1.2.1-4.el9              appstream    63 k
10:59:56 #12 4.306  libseccomp                aarch64   2.5.2-2.el9              baseos       72 k
10:59:56 #12 4.306  libsepol-devel            aarch64   3.4-1.1.el9              appstream    48 k
10:59:56 #12 4.306  libtool-ltdl              aarch64   2.4.6-45.el9             appstream    37 k
10:59:56 #12 4.306  libubsan                  aarch64   11.3.1-2.1.el9           appstream   208 k
10:59:56 #12 4.306  libuv                     aarch64   1:1.42.0-1.el9           appstream   146 k
10:59:56 #12 4.306  libxcrypt-devel           aarch64   4.4.18-3.el9             appstream    29 k
10:59:56 #12 4.306  libxcrypt-static          aarch64   4.4.18-3.el9             crb         108 k
10:59:56 #12 4.306  llvm-libs                 aarch64   14.0.5-1.el9             appstream    19 M
10:59:56 #12 4.306  m4                        aarch64   1.4.19-1.el9             appstream   297 k
10:59:56 #12 4.306  openssh                   aarch64   8.7p1-19.el9             baseos      448 k
10:59:56 #12 4.306  openssh-clients           aarch64   8.7p1-19.el9             baseos      681 k
10:59:56 #12 4.306  pcre2-devel               aarch64   10.40-2.el9              appstream   515 k
10:59:56 #12 4.306  pcre2-utf16               aarch64   10.40-2.el9              appstream   199 k
10:59:56 #12 4.306  pcre2-utf32               aarch64   10.40-2.el9              appstream   190 k
10:59:56 #12 4.306  perl-DynaLoader           aarch64   1.47-479.el9             appstream    35 k
10:59:56 #12 4.306  perl-Error                noarch    1:0.17029-7.el9          appstream    42 k
10:59:56 #12 4.306  perl-File-Compare         noarch    1.100.600-479.el9        appstream    23 k
10:59:56 #12 4.306  perl-File-Copy            noarch    2.34-479.el9             appstream    30 k
10:59:56 #12 4.306  perl-File-Find            noarch    1.37-479.el9             appstream    35 k
10:59:56 #12 4.306  perl-Git                  noarch    2.31.1-2.el9.2           appstream    43 k
10:59:56 #12 4.306  perl-TermReadKey          aarch64   2.38-11.el9              appstream    36 k
10:59:56 #12 4.306  perl-Thread-Queue         noarch    3.14-460.el9             appstream    22 k
10:59:56 #12 4.306  perl-lib                  aarch64   0.65-479.el9             appstream    24 k
10:59:56 #12 4.306  perl-threads              aarch64   1:2.25-460.el9           appstream    57 k
10:59:56 #12 4.306  perl-threads-shared       aarch64   1.61-460.el9             appstream    44 k
10:59:56 #12 4.306  policycoreutils-devel     aarch64   3.4-1.el9                appstream   139 k
10:59:56 #12 4.306  rpm-plugin-selinux        aarch64   4.16.1.3-15.el9          baseos       18 k
10:59:56 #12 4.306  selinux-policy            noarch    34.1.38-1.el9            baseos       62 k
10:59:56 #12 4.306  selinux-policy-targeted   noarch    34.1.38-1.el9            baseos      6.7 M
10:59:56 #12 4.306  systemd-pam               aarch64   250-7.el9                baseos      233 k
10:59:56 #12 4.306  systemd-rpm-macros        noarch    250-7.el9                baseos       29 k
10:59:56 #12 4.306 
10:59:56 #12 4.306 Transaction Summary
10:59:56 #12 4.306 ================================================================================
10:59:56 #12 4.306 Install  71 Packages
10:59:56 #12 4.306 
10:59:56 #12 4.311 Total download size: 100 M
10:59:56 #12 4.311 Installed size: 345 M
10:59:56 #12 4.311 Downloading Packages:
10:59:57 #12 5.620 (1/71): dbus-1.12.20-5.el9.aarch64.rpm           11 kB/s | 4.3 kB     00:00    
10:59:57 #12 5.745 (2/71): acl-2.3.1-3.el9.aarch64.rpm             142 kB/s |  73 kB     00:00    
10:59:57 #12 5.817 (3/71): dbus-common-1.12.20-5.el9.noarch.rpm    209 kB/s |  15 kB     00:00    
10:59:57 #12 5.926 (4/71): dbus-broker-28-5.el9.aarch64.rpm        544 kB/s | 166 kB     00:00    
10:59:57 #12 5.967 (5/71): device-mapper-1.02.185-1.el9.aarch64.rp 929 kB/s | 139 kB     00:00    
10:59:57 #12 5.987 (6/71): cryptsetup-libs-2.4.3-4.el9.aarch64.rpm 580 kB/s | 438 kB     00:00    
10:59:58 #12 6.048 (7/71): kmod-libs-28-7.el9.aarch64.rpm          783 kB/s |  63 kB     00:00    
10:59:58 #12 6.086 (8/71): libatomic-11.3.1-2.1.el9.aarch64.rpm    604 kB/s |  60 kB     00:00    
10:59:58 #12 6.099 (9/71): device-mapper-libs-1.02.185-1.el9.aarch 1.0 MB/s | 172 kB     00:00    
10:59:58 #12 6.126 (10/71): libcbor-0.7.0-5.el9.aarch64.rpm        720 kB/s |  56 kB     00:00    
10:59:58 #12 6.168 (11/71): libedit-3.1-37.20210216cvs.el9.aarch64 1.2 MB/s | 104 kB     00:00    
10:59:58 #12 6.187 (12/71): libfido2-1.6.0-7.el9.aarch64.rpm       797 kB/s |  69 kB     00:00    
10:59:58 #12 6.225 (13/71): libseccomp-2.5.2-2.el9.aarch64.rpm     734 kB/s |  72 kB     00:00    
10:59:58 #12 6.313 (14/71): make-4.3-7.el9.aarch64.rpm             3.6 MB/s | 535 kB     00:00    
10:59:58 #12 6.340 (15/71): openssh-8.7p1-19.el9.aarch64.rpm       2.9 MB/s | 448 kB     00:00    
10:59:58 #12 6.392 (16/71): rpm-plugin-selinux-4.16.1.3-15.el9.aar 231 kB/s |  18 kB     00:00    
10:59:58 #12 6.429 (17/71): selinux-policy-34.1.38-1.el9.noarch.rp 702 kB/s |  62 kB     00:00    
10:59:58 #12 6.449 (18/71): openssh-clients-8.7p1-19.el9.aarch64.r 3.0 MB/s | 681 kB     00:00    
10:59:58 #12 6.533 (19/71): systemd-pam-250-7.el9.aarch64.rpm      2.7 MB/s | 233 kB     00:00    
10:59:58 #12 6.611 (20/71): systemd-rpm-macros-250-7.el9.noarch.rp 370 kB/s |  29 kB     00:00    
10:59:58 #12 6.684 (21/71): which-2.21-28.el9.aarch64.rpm          574 kB/s |  41 kB     00:00    
10:59:58 #12 6.728 (22/71): systemd-250-7.el9.aarch64.rpm           13 MB/s | 4.0 MB     00:00    
10:59:58 #12 6.826 (23/71): selinux-policy-targeted-34.1.38-1.el9.  16 MB/s | 6.7 MB     00:00    
10:59:59 #12 7.533 (24/71): annobin-10.73-3.el9.aarch64.rpm        1.1 MB/s | 959 kB     00:00    
10:59:59 #12 7.606 (25/71): autoconf-2.69-38.el9.noarch.rpm        775 kB/s | 681 kB     00:00    
10:59:59 #12 7.696 (26/71): automake-1.16.2-6.el9.noarch.rpm       792 kB/s | 689 kB     00:00    
10:59:59 #12 7.862 (27/71): cmake-filesystem-3.20.2-7.el9.aarch64. 141 kB/s |  23 kB     00:00    
11:00:00 #12 7.915 (28/71): cmake-3.20.2-7.el9.aarch64.rpm          16 MB/s | 6.2 MB     00:00    
11:00:00 #12 7.988 (29/71): cmake-data-3.20.2-7.el9.noarch.rpm     5.6 MB/s | 2.1 MB     00:00    
11:00:00 #12 7.991 (30/71): cmake-rpm-macros-3.20.2-7.el9.noarch.r 127 kB/s |  16 kB     00:00    
11:00:00 #12 8.227 (31/71): gcc-plugin-annobin-11.3.1-2.1.el9.aarc 291 kB/s |  68 kB     00:00    
11:00:00 #12 8.462 (32/71): cpp-11.3.1-2.1.el9.aarch64.rpm          19 MB/s |  10 MB     00:00    
11:00:00 #12 8.466 (33/71): git-2.31.1-2.el9.2.aarch64.rpm         521 kB/s | 124 kB     00:00    
11:00:01 #12 9.804 (34/71): gcc-11.3.1-2.1.el9.aarch64.rpm          16 MB/s |  30 MB     00:01    
11:00:01 #12 9.848 (35/71): git-core-2.31.1-2.el9.2.aarch64.rpm    2.6 MB/s | 3.7 MB     00:01    
11:00:01 #12 9.909 (36/71): git-core-doc-2.31.1-2.el9.2.noarch.rpm 1.8 MB/s | 2.5 MB     00:01    
11:00:02 #12 9.934 (37/71): glibc-devel-2.34-39.el9.aarch64.rpm    4.3 MB/s | 554 kB     00:00    
11:00:02 #12 10.06 (38/71): kernel-headers-5.14.0-134.el9.aarch64.  14 MB/s | 3.0 MB     00:00    
11:00:02 #12 10.07 (39/71): libasan-11.3.1-2.1.el9.aarch64.rpm     2.6 MB/s | 435 kB     00:00    
11:00:02 #12 10.08 (40/71): libmpc-1.2.1-4.el9.aarch64.rpm         446 kB/s |  63 kB     00:00    
11:00:02 #12 10.14 (41/71): libseccomp-devel-2.5.2-2.el9.aarch64.r 739 kB/s |  59 kB     00:00    
11:00:02 #12 10.17 (42/71): libselinux-devel-3.4-3.el9.aarch64.rpm 1.6 MB/s | 158 kB     00:00    
11:00:02 #12 10.22 (43/71): libsepol-devel-3.4-1.1.el9.aarch64.rpm 348 kB/s |  48 kB     00:00    
11:00:02 #12 10.30 (44/71): libtool-2.4.6-45.el9.aarch64.rpm       3.7 MB/s | 582 kB     00:00    
11:00:02 #12 10.31 (45/71): libtool-ltdl-2.4.6-45.el9.aarch64.rpm  259 kB/s |  37 kB     00:00    
11:00:02 #12 10.32 (46/71): libubsan-11.3.1-2.1.el9.aarch64.rpm    1.9 MB/s | 208 kB     00:00    
11:00:02 #12 10.42 (47/71): libuv-1.42.0-1.el9.aarch64.rpm         1.2 MB/s | 146 kB     00:00    
11:00:02 #12 10.42 (48/71): libxcrypt-devel-4.4.18-3.el9.aarch64.r 261 kB/s |  29 kB     00:00    
11:00:02 #12 10.85 (49/71): m4-1.4.19-1.el9.aarch64.rpm            697 kB/s | 297 kB     00:00    
11:00:03 #12 11.10 (50/71): pcre2-devel-10.40-2.el9.aarch64.rpm    762 kB/s | 515 kB     00:00    
11:00:03 #12 11.15 (51/71): pcre2-utf16-10.40-2.el9.aarch64.rpm    652 kB/s | 199 kB     00:00    
11:00:03 #12 11.29 (52/71): llvm-libs-14.0.5-1.el9.aarch64.rpm      20 MB/s |  19 MB     00:00    
11:00:03 #12 11.29 (53/71): pcre2-utf32-10.40-2.el9.aarch64.rpm    978 kB/s | 190 kB     00:00    
11:00:03 #12 11.29 (54/71): perl-DynaLoader-1.47-479.el9.aarch64.r 248 kB/s |  35 kB     00:00    
11:00:03 #12 11.35 (55/71): perl-Error-0.17029-7.el9.noarch.rpm    644 kB/s |  42 kB     00:00    
11:00:03 #12 11.37 (56/71): perl-File-Compare-1.100.600-479.el9.no 306 kB/s |  23 kB     00:00    
11:00:03 #12 11.37 (57/71): perl-File-Copy-2.34-479.el9.noarch.rpm 379 kB/s |  30 kB     00:00    
11:00:03 #12 11.42 (58/71): perl-File-Find-1.37-479.el9.noarch.rpm 540 kB/s |  35 kB     00:00    
11:00:03 #12 11.44 (59/71): perl-Git-2.31.1-2.el9.2.noarch.rpm     671 kB/s |  43 kB     00:00    
11:00:03 #12 11.44 (60/71): perl-TermReadKey-2.38-11.el9.aarch64.r 559 kB/s |  36 kB     00:00    
11:00:03 #12 11.49 (61/71): perl-Thread-Queue-3.14-460.el9.noarch. 344 kB/s |  22 kB     00:00    
11:00:03 #12 11.50 (62/71): perl-lib-0.65-479.el9.aarch64.rpm      377 kB/s |  24 kB     00:00    
11:00:03 #12 11.52 (63/71): perl-threads-2.25-460.el9.aarch64.rpm  673 kB/s |  57 kB     00:00    
11:00:03 #12 11.55 (64/71): perl-threads-shared-1.61-460.el9.aarch 636 kB/s |  44 kB     00:00    
11:00:03 #12 11.61 (65/71): policycoreutils-devel-3.4-1.el9.aarch6 1.3 MB/s | 139 kB     00:00    
11:00:03 #12 11.65 (66/71): selinux-policy-devel-34.1.38-1.el9.noa 7.2 MB/s | 934 kB     00:00    
11:00:03 #12 11.71 (67/71): systemd-devel-250-7.el9.aarch64.rpm    3.8 MB/s | 618 kB     00:00    
11:00:04 #12 12.09 (68/71): device-mapper-devel-1.02.185-1.el9.aar  92 kB/s |  44 kB     00:00    
11:00:04 #12 12.23 (69/71): libxcrypt-static-4.4.18-3.el9.aarch64. 750 kB/s | 108 kB     00:00    
11:00:04 #12 12.35 (70/71): libtool-ltdl-devel-2.4.6-45.el9.aarch6 253 kB/s | 161 kB     00:00    
11:00:04 #12 12.50 (71/71): glibc-static-2.34-39.el9.aarch64.rpm   1.6 MB/s | 1.4 MB     00:00    
11:00:04 #12 12.51 --------------------------------------------------------------------------------
11:00:04 #12 12.51 Total                                            12 MB/s | 100 MB     00:08     
11:00:05 #12 13.90 Running transaction check
11:00:06 #12 14.02 Transaction check succeeded.
11:00:06 #12 14.02 Running transaction test
11:00:07 #12 14.75 Transaction test succeeded.
11:00:07 #12 14.75 Running transaction
11:00:07 #12 15.57   Running scriptlet: selinux-policy-targeted-34.1.38-1.el9.noarch           1/1 
11:00:07 #12 15.69   Preparing        :                                                        1/1 
11:00:07 #12 15.76   Installing       : make-1:4.3-7.el9.aarch64                              1/71 
11:00:07 #12 15.78   Installing       : perl-DynaLoader-1.47-479.el9.aarch64                  2/71 
11:00:07 #12 15.79   Installing       : perl-threads-1:2.25-460.el9.aarch64                   3/71 
11:00:07 #12 15.82   Installing       : perl-File-Find-1.37-479.el9.noarch                    4/71 
11:00:07 #12 15.83   Installing       : perl-File-Copy-2.34-479.el9.noarch                    5/71 
11:00:07 #12 15.83   Installing       : perl-File-Compare-1.100.600-479.el9.noarch            6/71 
11:00:07 #12 15.87   Installing       : m4-1.4.19-1.el9.aarch64                               7/71 
11:00:07 #12 15.89   Installing       : autoconf-2.69-38.el9.noarch                           8/71 
11:00:07 #12 15.94   Installing       : libmpc-1.2.1-4.el9.aarch64                            9/71 
11:00:08 #12 15.97   Installing       : cmake-rpm-macros-3.20.2-7.el9.noarch                 10/71 
11:00:08 #12 15.98   Installing       : cmake-filesystem-3.20.2-7.el9.aarch64                11/71 
11:00:08 #12 15.98   Installing       : libseccomp-2.5.2-2.el9.aarch64                       12/71 
11:00:08 #12 16.01   Installing       : libedit-3.1-37.20210216cvs.el9.aarch64               13/71 
11:00:08 #12 16.37   Installing       : llvm-libs-14.0.5-1.el9.aarch64                       14/71 
11:00:08 #12 16.56   Installing       : cpp-11.3.1-2.1.el9.aarch64                           15/71 
11:00:08 #12 16.59   Installing       : perl-threads-shared-1.61-460.el9.aarch64             16/71 
11:00:08 #12 16.60   Installing       : perl-Thread-Queue-3.14-460.el9.noarch                17/71 
11:00:08 #12 16.62   Installing       : automake-1.16.2-6.el9.noarch                         18/71 
11:00:08 #12 16.66   Installing       : perl-TermReadKey-2.38-11.el9.aarch64                 19/71 
11:00:08 #12 16.69   Installing       : rpm-plugin-selinux-4.16.1.3-15.el9.aarch64           20/71 
11:00:08 #12 16.70   Installing       : selinux-policy-34.1.38-1.el9.noarch                  21/71 
11:00:08 #12 16.73   Running scriptlet: selinux-policy-34.1.38-1.el9.noarch                  21/71 
11:00:08 #12 16.75   Running scriptlet: selinux-policy-targeted-34.1.38-1.el9.noarch         22/71 
11:00:09 #12 16.96   Installing       : selinux-policy-targeted-34.1.38-1.el9.noarch         22/71 
11:00:09 #12 17.00   Running scriptlet: selinux-policy-targeted-34.1.38-1.el9.noarch         22/71 
11:00:09 #12 17.02   Installing       : policycoreutils-devel-3.4-1.el9.aarch64              23/71 
11:00:09 #12 17.15   Installing       : selinux-policy-devel-34.1.38-1.el9.noarch            24/71 
11:00:09 #12 17.18   Running scriptlet: selinux-policy-devel-34.1.38-1.el9.noarch            24/71 
11:00:09 #12 17.19   Installing       : perl-lib-0.65-479.el9.aarch64                        25/71 
11:00:09 #12 17.22   Installing       : perl-Error-1:0.17029-7.el9.noarch                    26/71 
11:00:09 #12 17.23   Installing       : pcre2-utf32-10.40-2.el9.aarch64                      27/71 
11:00:09 #12 17.24   Installing       : pcre2-utf16-10.40-2.el9.aarch64                      28/71 
11:00:09 #12 17.30   Installing       : pcre2-devel-10.40-2.el9.aarch64                      29/71 
11:00:09 #12 17.31   Installing       : libuv-1:1.42.0-1.el9.aarch64                         30/71 
11:00:10 #12 17.66   Installing       : cmake-data-3.20.2-7.el9.noarch                       31/71 
11:00:10 #12 17.82   Installing       : cmake-3.20.2-7.el9.aarch64                           32/71 
11:00:10 #12 17.83   Installing       : libubsan-11.3.1-2.1.el9.aarch64                      33/71 
11:00:10 #12 17.85   Installing       : libtool-ltdl-2.4.6-45.el9.aarch64                    34/71 
11:00:10 #12 17.86   Installing       : libsepol-devel-3.4-1.1.el9.aarch64                   35/71 
11:00:10 #12 17.91   Installing       : libselinux-devel-3.4-3.el9.aarch64                   36/71 
11:00:10 #12 17.95   Installing       : libasan-11.3.1-2.1.el9.aarch64                       37/71 
11:00:10 #12 18.17   Installing       : kernel-headers-5.14.0-134.el9.aarch64                38/71 
11:00:10 #12 18.23   Installing       : libxcrypt-devel-4.4.18-3.el9.aarch64                 39/71 
11:00:10 #12 18.29   Installing       : glibc-devel-2.34-39.el9.aarch64                      40/71 
11:00:10 #12 18.38   Installing       : glibc-static-2.34-39.el9.aarch64                     41/71 
11:00:10 #12 18.39   Installing       : libxcrypt-static-4.4.18-3.el9.aarch64                42/71 
11:00:10 #12 18.40   Installing       : systemd-rpm-macros-250-7.el9.noarch                  43/71 
11:00:10 #12 18.40   Running scriptlet: openssh-8.7p1-19.el9.aarch64                         44/71 
11:00:10 #12 18.44   Installing       : openssh-8.7p1-19.el9.aarch64                         44/71 
11:00:10 #12 18.48   Installing       : libcbor-0.7.0-5.el9.aarch64                          45/71 
11:00:10 #12 18.49   Installing       : libfido2-1.6.0-7.el9.aarch64                         46/71 
11:00:10 #12 18.54   Installing       : openssh-clients-8.7p1-19.el9.aarch64                 47/71 
11:00:10 #12 18.57   Running scriptlet: openssh-clients-8.7p1-19.el9.aarch64                 47/71 
11:00:11 #12 18.65   Installing       : git-core-2.31.1-2.el9.2.aarch64                      48/71 
11:00:11 #12 18.84   Installing       : git-core-doc-2.31.1-2.el9.2.noarch                   49/71 
11:00:11 #12 18.88   Installing       : perl-Git-2.31.1-2.el9.2.noarch                       50/71 
11:00:11 #12 18.89   Installing       : git-2.31.1-2.el9.2.aarch64                           51/71 
11:00:11 #12 18.92   Installing       : libatomic-11.3.1-2.1.el9.aarch64                     52/71 
11:00:11 #12 19.27   Installing       : gcc-11.3.1-2.1.el9.aarch64                           53/71 
11:00:11 #12 19.32   Installing       : kmod-libs-28-7.el9.aarch64                           54/71 
11:00:11 #12 19.36   Installing       : acl-2.3.1-3.el9.aarch64                              55/71 
11:00:11 #12 19.37   Installing       : device-mapper-9:1.02.185-1.el9.aarch64               56/71 
11:00:11 #12 19.40   Installing       : device-mapper-libs-9:1.02.185-1.el9.aarch64          57/71 
11:00:11 #12 19.41   Installing       : cryptsetup-libs-2.4.3-4.el9.aarch64                  58/71 
11:00:11 #12 19.44   Installing       : dbus-1:1.12.20-5.el9.aarch64                         59/71 
11:00:11 #12 19.45   Installing       : systemd-pam-250-7.el9.aarch64                        60/71 
11:00:11 #12 19.48   Running scriptlet: systemd-250-7.el9.aarch64                            61/71 
11:00:12 #12 19.77   Installing       : systemd-250-7.el9.aarch64                            61/71 
11:00:12 #12 19.82   Running scriptlet: systemd-250-7.el9.aarch64                            61/71 
11:00:12 #12 19.95   Installing       : dbus-common-1:1.12.20-5.el9.noarch                   62/71 
11:00:12 #12 19.98   Running scriptlet: dbus-common-1:1.12.20-5.el9.noarch                   62/71 
11:00:12 #12 20.00 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
11:00:12 #12 20.00 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
11:00:12 #12 20.00 
11:00:12 #12 20.00   Running scriptlet: dbus-broker-28-5.el9.aarch64                         63/71 
11:00:12 #12 20.07   Installing       : dbus-broker-28-5.el9.aarch64                         63/71 
11:00:12 #12 20.08   Running scriptlet: dbus-broker-28-5.el9.aarch64                         63/71 
11:00:12 #12 20.10 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
11:00:12 #12 20.10 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
11:00:12 #12 20.10 
11:00:12 #12 20.19   Installing       : systemd-devel-250-7.el9.aarch64                      64/71 
11:00:12 #12 20.23   Installing       : device-mapper-devel-9:1.02.185-1.el9.aarch64         65/71 
11:00:12 #12 20.24   Installing       : annobin-10.73-3.el9.aarch64                          66/71 
11:00:12 #12 20.26   Running scriptlet: annobin-10.73-3.el9.aarch64                          66/71 
11:00:12 #12 20.28   Installing       : gcc-plugin-annobin-11.3.1-2.1.el9.aarch64            67/71 
11:00:12 #12 20.29   Running scriptlet: gcc-plugin-annobin-11.3.1-2.1.el9.aarch64            67/71 
11:00:12 #12 20.32   Installing       : libtool-2.4.6-45.el9.aarch64                         68/71 
11:00:12 #12 20.34   Installing       : libtool-ltdl-devel-2.4.6-45.el9.aarch64              69/71 
11:00:12 #12 20.37   Installing       : libseccomp-devel-2.5.2-2.el9.aarch64                 70/71 
11:00:12 #12 20.38   Installing       : which-2.21-28.el9.aarch64                            71/71 
11:00:12 #12 20.40   Running scriptlet: selinux-policy-targeted-34.1.38-1.el9.noarch         71/71 
11:00:15 #12 20.43   Running scriptlet: which-2.21-28.el9.aarch64                            71/71 
11:00:15 #12 22.80   Verifying        : acl-2.3.1-3.el9.aarch64                               1/71 
11:00:15 #12 22.80   Verifying        : cryptsetup-libs-2.4.3-4.el9.aarch64                   2/71 
11:00:15 #12 22.80   Verifying        : dbus-1:1.12.20-5.el9.aarch64                          3/71 
11:00:15 #12 22.80   Verifying        : dbus-broker-28-5.el9.aarch64                          4/71 
11:00:15 #12 22.80   Verifying        : dbus-common-1:1.12.20-5.el9.noarch                    5/71 
11:00:15 #12 22.80   Verifying        : device-mapper-9:1.02.185-1.el9.aarch64                6/71 
11:00:15 #12 22.80   Verifying        : device-mapper-libs-9:1.02.185-1.el9.aarch64           7/71 
11:00:15 #12 22.80   Verifying        : kmod-libs-28-7.el9.aarch64                            8/71 
11:00:15 #12 22.80   Verifying        : libatomic-11.3.1-2.1.el9.aarch64                      9/71 
11:00:15 #12 22.80   Verifying        : libcbor-0.7.0-5.el9.aarch64                          10/71 
11:00:15 #12 22.80   Verifying        : libedit-3.1-37.20210216cvs.el9.aarch64               11/71 
11:00:15 #12 22.80   Verifying        : libfido2-1.6.0-7.el9.aarch64                         12/71 
11:00:15 #12 22.80   Verifying        : libseccomp-2.5.2-2.el9.aarch64                       13/71 
11:00:15 #12 22.80   Verifying        : make-1:4.3-7.el9.aarch64                             14/71 
11:00:15 #12 22.80   Verifying        : openssh-8.7p1-19.el9.aarch64                         15/71 
11:00:15 #12 22.80   Verifying        : openssh-clients-8.7p1-19.el9.aarch64                 16/71 
11:00:15 #12 22.80   Verifying        : rpm-plugin-selinux-4.16.1.3-15.el9.aarch64           17/71 
11:00:15 #12 22.80   Verifying        : selinux-policy-34.1.38-1.el9.noarch                  18/71 
11:00:15 #12 22.80   Verifying        : selinux-policy-targeted-34.1.38-1.el9.noarch         19/71 
11:00:15 #12 22.80   Verifying        : systemd-250-7.el9.aarch64                            20/71 
11:00:15 #12 22.80   Verifying        : systemd-pam-250-7.el9.aarch64                        21/71 
11:00:15 #12 22.80   Verifying        : systemd-rpm-macros-250-7.el9.noarch                  22/71 
11:00:15 #12 22.80   Verifying        : which-2.21-28.el9.aarch64                            23/71 
11:00:15 #12 22.80   Verifying        : annobin-10.73-3.el9.aarch64                          24/71 
11:00:15 #12 22.80   Verifying        : autoconf-2.69-38.el9.noarch                          25/71 
11:00:15 #12 22.80   Verifying        : automake-1.16.2-6.el9.noarch                         26/71 
11:00:15 #12 22.80   Verifying        : cmake-3.20.2-7.el9.aarch64                           27/71 
11:00:15 #12 22.80   Verifying        : cmake-data-3.20.2-7.el9.noarch                       28/71 
11:00:15 #12 22.80   Verifying        : cmake-filesystem-3.20.2-7.el9.aarch64                29/71 
11:00:15 #12 22.80   Verifying        : cmake-rpm-macros-3.20.2-7.el9.noarch                 30/71 
11:00:15 #12 22.81   Verifying        : cpp-11.3.1-2.1.el9.aarch64                           31/71 
11:00:15 #12 22.81   Verifying        : gcc-11.3.1-2.1.el9.aarch64                           32/71 
11:00:15 #12 22.81   Verifying        : gcc-plugin-annobin-11.3.1-2.1.el9.aarch64            33/71 
11:00:15 #12 22.81   Verifying        : git-2.31.1-2.el9.2.aarch64                           34/71 
11:00:15 #12 22.81   Verifying        : git-core-2.31.1-2.el9.2.aarch64                      35/71 
11:00:15 #12 22.81   Verifying        : git-core-doc-2.31.1-2.el9.2.noarch                   36/71 
11:00:15 #12 22.81   Verifying        : glibc-devel-2.34-39.el9.aarch64                      37/71 
11:00:15 #12 22.81   Verifying        : kernel-headers-5.14.0-134.el9.aarch64                38/71 
11:00:15 #12 22.81   Verifying        : libasan-11.3.1-2.1.el9.aarch64                       39/71 
11:00:15 #12 22.81   Verifying        : libmpc-1.2.1-4.el9.aarch64                           40/71 
11:00:15 #12 22.81   Verifying        : libseccomp-devel-2.5.2-2.el9.aarch64                 41/71 
11:00:15 #12 22.81   Verifying        : libselinux-devel-3.4-3.el9.aarch64                   42/71 
11:00:15 #12 22.81   Verifying        : libsepol-devel-3.4-1.1.el9.aarch64                   43/71 
11:00:15 #12 22.81   Verifying        : libtool-2.4.6-45.el9.aarch64                         44/71 
11:00:15 #12 22.81   Verifying        : libtool-ltdl-2.4.6-45.el9.aarch64                    45/71 
11:00:15 #12 22.81   Verifying        : libubsan-11.3.1-2.1.el9.aarch64                      46/71 
11:00:15 #12 22.81   Verifying        : libuv-1:1.42.0-1.el9.aarch64                         47/71 
11:00:15 #12 22.81   Verifying        : libxcrypt-devel-4.4.18-3.el9.aarch64                 48/71 
11:00:15 #12 22.81   Verifying        : llvm-libs-14.0.5-1.el9.aarch64                       49/71 
11:00:15 #12 22.81   Verifying        : m4-1.4.19-1.el9.aarch64                              50/71 
11:00:15 #12 22.81   Verifying        : pcre2-devel-10.40-2.el9.aarch64                      51/71 
11:00:15 #12 22.81   Verifying        : pcre2-utf16-10.40-2.el9.aarch64                      52/71 
11:00:15 #12 22.81   Verifying        : pcre2-utf32-10.40-2.el9.aarch64                      53/71 
11:00:15 #12 22.81   Verifying        : perl-DynaLoader-1.47-479.el9.aarch64                 54/71 
11:00:15 #12 22.81   Verifying        : perl-Error-1:0.17029-7.el9.noarch                    55/71 
11:00:15 #12 22.81   Verifying        : perl-File-Compare-1.100.600-479.el9.noarch           56/71 
11:00:15 #12 22.81   Verifying        : perl-File-Copy-2.34-479.el9.noarch                   57/71 
11:00:15 #12 22.81   Verifying        : perl-File-Find-1.37-479.el9.noarch                   58/71 
11:00:15 #12 22.81   Verifying        : perl-Git-2.31.1-2.el9.2.noarch                       59/71 
11:00:15 #12 22.81   Verifying        : perl-TermReadKey-2.38-11.el9.aarch64                 60/71 
11:00:15 #12 22.81   Verifying        : perl-Thread-Queue-3.14-460.el9.noarch                61/71 
11:00:15 #12 22.81   Verifying        : perl-lib-0.65-479.el9.aarch64                        62/71 
11:00:15 #12 22.81   Verifying        : perl-threads-1:2.25-460.el9.aarch64                  63/71 
11:00:15 #12 22.81   Verifying        : perl-threads-shared-1.61-460.el9.aarch64             64/71 
11:00:15 #12 22.81   Verifying        : policycoreutils-devel-3.4-1.el9.aarch64              65/71 
11:00:15 #12 22.81   Verifying        : selinux-policy-devel-34.1.38-1.el9.noarch            66/71 
11:00:15 #12 22.81   Verifying        : systemd-devel-250-7.el9.aarch64                      67/71 
11:00:15 #12 22.81   Verifying        : device-mapper-devel-9:1.02.185-1.el9.aarch64         68/71 
11:00:15 #12 22.81   Verifying        : glibc-static-2.34-39.el9.aarch64                     69/71 
11:00:15 #12 22.81   Verifying        : libtool-ltdl-devel-2.4.6-45.el9.aarch64              70/71 
11:00:15 #12 22.81   Verifying        : libxcrypt-static-4.4.18-3.el9.aarch64                71/71 
11:00:15 #12 22.94 
11:00:15 #12 22.94 Installed:
11:00:15 #12 22.94   acl-2.3.1-3.el9.aarch64                                                       
11:00:15 #12 22.94   annobin-10.73-3.el9.aarch64                                                   
11:00:15 #12 22.94   autoconf-2.69-38.el9.noarch                                                   
11:00:15 #12 22.94   automake-1.16.2-6.el9.noarch                                                  
11:00:15 #12 22.94   cmake-3.20.2-7.el9.aarch64                                                    
11:00:15 #12 22.94   cmake-data-3.20.2-7.el9.noarch                                                
11:00:15 #12 22.94   cmake-filesystem-3.20.2-7.el9.aarch64                                         
11:00:15 #12 22.94   cmake-rpm-macros-3.20.2-7.el9.noarch                                          
11:00:15 #12 22.94   cpp-11.3.1-2.1.el9.aarch64                                                    
11:00:15 #12 22.94   cryptsetup-libs-2.4.3-4.el9.aarch64                                           
11:00:15 #12 22.94   dbus-1:1.12.20-5.el9.aarch64                                                  
11:00:15 #12 22.94   dbus-broker-28-5.el9.aarch64                                                  
11:00:15 #12 22.94   dbus-common-1:1.12.20-5.el9.noarch                                            
11:00:15 #12 22.94   device-mapper-9:1.02.185-1.el9.aarch64                                        
11:00:15 #12 22.94   device-mapper-devel-9:1.02.185-1.el9.aarch64                                  
11:00:15 #12 22.94   device-mapper-libs-9:1.02.185-1.el9.aarch64                                   
11:00:15 #12 22.94   gcc-11.3.1-2.1.el9.aarch64                                                    
11:00:15 #12 22.94   gcc-plugin-annobin-11.3.1-2.1.el9.aarch64                                     
11:00:15 #12 22.94   git-2.31.1-2.el9.2.aarch64                                                    
11:00:15 #12 22.94   git-core-2.31.1-2.el9.2.aarch64                                               
11:00:15 #12 22.94   git-core-doc-2.31.1-2.el9.2.noarch                                            
11:00:15 #12 22.94   glibc-devel-2.34-39.el9.aarch64                                               
11:00:15 #12 22.94   glibc-static-2.34-39.el9.aarch64                                              
11:00:15 #12 22.94   kernel-headers-5.14.0-134.el9.aarch64                                         
11:00:15 #12 22.94   kmod-libs-28-7.el9.aarch64                                                    
11:00:15 #12 22.94   libasan-11.3.1-2.1.el9.aarch64                                                
11:00:15 #12 22.94   libatomic-11.3.1-2.1.el9.aarch64                                              
11:00:15 #12 22.94   libcbor-0.7.0-5.el9.aarch64                                                   
11:00:15 #12 22.94   libedit-3.1-37.20210216cvs.el9.aarch64                                        
11:00:15 #12 22.94   libfido2-1.6.0-7.el9.aarch64                                                  
11:00:15 #12 22.94   libmpc-1.2.1-4.el9.aarch64                                                    
11:00:15 #12 22.94   libseccomp-2.5.2-2.el9.aarch64                                                
11:00:15 #12 22.94   libseccomp-devel-2.5.2-2.el9.aarch64                                          
11:00:15 #12 22.94   libselinux-devel-3.4-3.el9.aarch64                                            
11:00:15 #12 22.94   libsepol-devel-3.4-1.1.el9.aarch64                                            
11:00:15 #12 22.94   libtool-2.4.6-45.el9.aarch64                                                  
11:00:15 #12 22.94   libtool-ltdl-2.4.6-45.el9.aarch64                                             
11:00:15 #12 22.94   libtool-ltdl-devel-2.4.6-45.el9.aarch64                                       
11:00:15 #12 22.94   libubsan-11.3.1-2.1.el9.aarch64                                               
11:00:15 #12 22.94   libuv-1:1.42.0-1.el9.aarch64                                                  
11:00:15 #12 22.94   libxcrypt-devel-4.4.18-3.el9.aarch64                                          
11:00:15 #12 22.94   libxcrypt-static-4.4.18-3.el9.aarch64                                         
11:00:15 #12 22.94   llvm-libs-14.0.5-1.el9.aarch64                                                
11:00:15 #12 22.94   m4-1.4.19-1.el9.aarch64                                                       
11:00:15 #12 22.94   make-1:4.3-7.el9.aarch64                                                      
11:00:15 #12 22.94   openssh-8.7p1-19.el9.aarch64                                                  
11:00:15 #12 22.94   openssh-clients-8.7p1-19.el9.aarch64                                          
11:00:15 #12 22.94   pcre2-devel-10.40-2.el9.aarch64                                               
11:00:15 #12 22.94   pcre2-utf16-10.40-2.el9.aarch64                                               
11:00:15 #12 22.94   pcre2-utf32-10.40-2.el9.aarch64                                               
11:00:15 #12 22.94   perl-DynaLoader-1.47-479.el9.aarch64                                          
11:00:15 #12 22.94   perl-Error-1:0.17029-7.el9.noarch                                             
11:00:15 #12 22.94   perl-File-Compare-1.100.600-479.el9.noarch                                    
11:00:15 #12 22.94   perl-File-Copy-2.34-479.el9.noarch                                            
11:00:15 #12 22.94   perl-File-Find-1.37-479.el9.noarch                                            
11:00:15 #12 22.94   perl-Git-2.31.1-2.el9.2.noarch                                                
11:00:15 #12 22.94   perl-TermReadKey-2.38-11.el9.aarch64                                          
11:00:15 #12 22.94   perl-Thread-Queue-3.14-460.el9.noarch                                         
11:00:15 #12 22.94   perl-lib-0.65-479.el9.aarch64                                                 
11:00:15 #12 22.94   perl-threads-1:2.25-460.el9.aarch64                                           
11:00:15 #12 22.94   perl-threads-shared-1.61-460.el9.aarch64                                      
11:00:15 #12 22.94   policycoreutils-devel-3.4-1.el9.aarch64                                       
11:00:15 #12 22.94   rpm-plugin-selinux-4.16.1.3-15.el9.aarch64                                    
11:00:15 #12 22.94   selinux-policy-34.1.38-1.el9.noarch                                           
11:00:15 #12 22.94   selinux-policy-devel-34.1.38-1.el9.noarch                                     
11:00:15 #12 22.94   selinux-policy-targeted-34.1.38-1.el9.noarch                                  
11:00:15 #12 22.94   systemd-250-7.el9.aarch64                                                     
11:00:15 #12 22.94   systemd-devel-250-7.el9.aarch64                                               
11:00:15 #12 22.94   systemd-pam-250-7.el9.aarch64                                                 
11:00:15 #12 22.94   systemd-rpm-macros-250-7.el9.noarch                                           
11:00:15 #12 22.94   which-2.21-28.el9.aarch64                                                     
11:00:15 #12 22.94 
11:00:15 #12 22.94 Complete!
11:00:15 #12 DONE 23.2s
11:00:15 
11:00:15 #14 [stage-1 7/8] COPY --from=golang /usr/local/go /usr/local/go
11:00:15 #14 sha256:6c5d74879ad8b73c96656828d9c9167f9fa55cc09c30a716f6eabd75fae6f473
11:00:17 #14 DONE 2.1s
11:00:17 
11:00:17 #15 [stage-1 8/8] WORKDIR /root/rpmbuild
11:00:17 #15 sha256:64b03c0da65e6a2ca542001077dbbd699b5824d31b2666d2117068e6d3219461
11:00:17 #15 DONE 0.0s
11:00:17 
11:00:17 #16 exporting to image
11:00:17 #16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:00:17 #16 exporting layers
11:00:20 #16 exporting layers 2.5s done
11:00:20 #16 writing image sha256:6569f3b0c0b4246a6bd1df3444b7cb7f32dd27c40fb8c9e0162351426d009051 done
11:00:20 #16 naming to docker.io/rpmbuild-centos-9/aarch64 done
11:00:20 #16 DONE 2.5s
11:00:20 docker run --rm -e PLATFORM -e GOPROXY=https://proxy.golang.org -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/centos-9/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/centos-9/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-9/aarch64 -ba --define '_gitcommit_cli 715cfc4' --define '_gitcommit_engine a70ae13' --define '_release 0' --define '_version 0.0.0.20220804091928.715cfc4' --define '_origversion 0.0.0-20220804091928-715cfc4' --define '_compose_rpm_version 2.7.0' --define '_compose_version v2.7.0' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a' --define '_without_btrfs 1' SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-compose-plugin.spec
11:00:20 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:00:20 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:00:20 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:00:20 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.EOeFw5
11:00:20 + umask 022
11:00:20 + cd /root/rpmbuild/BUILD
11:00:20 + cd /root/rpmbuild/BUILD
11:00:20 + rm -rf src
11:00:20 + /usr/bin/mkdir -p src
11:00:20 + cd src
11:00:20 + /usr/bin/tar -xof -
11:00:20 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:00:20 + STATUS=0
11:00:20 + '[' 0 -ne 0 ']'
11:00:20 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:00:20 + /usr/bin/tar -xof -
11:00:21 + STATUS=0
11:00:21 + '[' 0 -ne 0 ']'
11:00:21 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:00:21 + RPM_EC=0
11:00:21 ++ jobs -p
11:00:21 + exit 0
11:00:21 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.LhyhS5
11:00:21 + umask 022
11:00:21 + cd /root/rpmbuild/BUILD
11:00:21 + cd src
11:00:21 + export DOCKER_GITCOMMIT=a70ae13
11:00:21 + DOCKER_GITCOMMIT=a70ae13
11:00:21 + mkdir -p /go/src/github.com/docker
11:00:21 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:00:21 + pushd /root/rpmbuild/BUILD/src/engine
11:00:21 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:00:21 + for component in tini "proxy dynamic"
11:00:21 + TMP_GOPATH=/go
11:00:21 + hack/dockerfile/install/install.sh tini
11:00:21 + RM_GOPATH=0
11:00:21 + TMP_GOPATH=/go
11:00:21 + : /usr/local/bin
11:00:21 + '[' -z /go ']'
11:00:21 + export GOPATH=/go
11:00:21 + GOPATH=/go
11:00:21 + case "$(go env GOARCH)" in
11:00:21 ++ go env GOARCH
11:00:21 + export GO_BUILDMODE=-buildmode=pie
11:00:21 + GO_BUILDMODE=-buildmode=pie
11:00:21 ++ dirname hack/dockerfile/install/install.sh
11:00:21 + dir=hack/dockerfile/install
11:00:21 + bin=tini
11:00:21 + shift
11:00:21 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:00:21 + . hack/dockerfile/install/tini.installer
11:00:21 ++ : v0.19.0
11:00:21 Install tini version v0.19.0
11:00:21 + install_tini
11:00:21 + echo 'Install tini version v0.19.0'
11:00:21 + git clone https://github.com/krallin/tini.git /go/tini
11:00:21 Cloning into '/go/tini'...
11:00:21 + cd /go/tini
11:00:21 + git checkout -q v0.19.0
11:00:21 + cmake .
11:00:21 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:00:21   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:00:21   CMake.
11:00:21 
11:00:21   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:00:21   CMake that the project does not need compatibility with older versions.
11:00:21 
11:00:21 
11:00:21 -- The C compiler identification is GNU 11.3.1
11:00:21 -- Detecting C compiler ABI info
11:00:21 -- Detecting C compiler ABI info - done
11:00:21 -- Check for working C compiler: /usr/bin/cc - skipped
11:00:21 -- Detecting C compile features
11:00:21 -- Detecting C compile features - done
11:00:21 -- Performing Test HAS_BUILTIN_FORTIFY
11:00:21 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:00:21 -- Configuring done
11:00:21 -- Generating done
11:00:21 -- Build files have been written to: /go/tini
11:00:21 + make tini-static
11:00:21 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:00:22 [100%] Linking C executable tini-static
11:00:22 [100%] Built target tini-static
11:00:22 + mkdir -p /usr/local/bin
11:00:22 + cp tini-static /usr/local/bin/docker-init
11:00:22 + for component in tini "proxy dynamic"
11:00:22 + TMP_GOPATH=/go
11:00:22 + hack/dockerfile/install/install.sh proxy dynamic
11:00:22 + RM_GOPATH=0
11:00:22 + TMP_GOPATH=/go
11:00:22 + : /usr/local/bin
11:00:22 + '[' -z /go ']'
11:00:22 + export GOPATH=/go
11:00:22 + GOPATH=/go
11:00:22 + case "$(go env GOARCH)" in
11:00:22 ++ go env GOARCH
11:00:22 + export GO_BUILDMODE=-buildmode=pie
11:00:22 + GO_BUILDMODE=-buildmode=pie
11:00:22 ++ dirname hack/dockerfile/install/install.sh
11:00:22 + dir=hack/dockerfile/install
11:00:22 + bin=proxy
11:00:22 + shift
11:00:22 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
11:00:22 + . hack/dockerfile/install/proxy.installer
11:00:22 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
11:00:22 + install_proxy dynamic
11:00:22 + case "$1" in
11:00:22 + install_proxy_dynamic
11:00:22 + export PROXY_LDFLAGS=-linkmode=external install_proxy
11:00:22 + PROXY_LDFLAGS=-linkmode=external
11:00:22 + export BUILD_MODE=-buildmode=pie
11:00:22 + BUILD_MODE=-buildmode=pie
11:00:22 + _install_proxy
11:00:22 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
11:00:22 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
11:00:22 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
11:00:22 Cloning into '/go/src/github.com/docker/libnetwork'...
11:00:24 + cd /go/src/github.com/docker/libnetwork
11:00:24 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
11:00:24 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:00:32 + return
11:00:32 + VERSION=0.0.0-20220804091928-715cfc4
11:00:32 + PRODUCT=docker
11:00:32 + hack/make.sh dynbinary
11:00:32 
11:00:32 Removing bundles/
11:00:32 
11:00:32 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:00:32 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:00:32 GOOS="" GOARCH="" GOARM=""
11:01:39 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:01:39 
11:01:39 + popd
11:01:39 + RPM_EC=0
11:01:39 ~/rpmbuild/BUILD/src
11:01:39 ++ jobs -p
11:01:39 + exit 0
11:01:39 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.AwIGlC
11:01:39 + umask 022
11:01:39 + cd /root/rpmbuild/BUILD
11:01:39 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.aarch64 '!=' / ']'
11:01:39 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:01:39 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:01:39 + mkdir -p /root/rpmbuild/BUILDROOT
11:01:39 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:01:39 + cd src
11:01:39 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
11:01:39 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/bin/dockerd
11:01:39 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/bin/docker-proxy
11:01:39 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/bin/docker-init
11:01:39 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/lib/systemd/system/docker.service
11:01:39 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/lib/systemd/system/docker.socket
11:01:39 + /usr/lib/rpm/check-buildroot
11:01:39 + /usr/lib/rpm/redhat/brp-ldconfig
11:01:39 + /usr/lib/rpm/brp-compress
11:01:39 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:01:39 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:01:39 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
11:01:39 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:01:39 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:01:39 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:01:39 + /usr/lib/rpm/brp-python-hardlink
11:01:39 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:01:39 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.xr5Pcn
11:01:39 + umask 022
11:01:39 + cd /root/rpmbuild/BUILD
11:01:39 + cd src
11:01:39 ++ engine/bundles/dynbinary-daemon/dockerd --version
11:01:39 + ver='Docker version 0.0.0-20220804091928-715cfc4, build a70ae13'
11:01:39 + test 'Docker version 0.0.0-20220804091928-715cfc4, build a70ae13' = 'Docker version 0.0.0-20220804091928-715cfc4, build a70ae13'
11:01:39 + echo 'PASS: daemon version OK'
11:01:39 + RPM_EC=0
11:01:39 PASS: daemon version OK
11:01:39 ++ jobs -p
11:01:39 + exit 0
11:01:39 Processing files: docker-ce-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:01:40 Provides: docker-ce = 3:0.0.0.20220804091928.715cfc4-0.el9 docker-ce(aarch-64) = 3:0.0.0.20220804091928.715cfc4-0.el9
11:01:40 Requires(interp): /bin/sh /bin/sh /bin/sh
11:01:40 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:01:40 Requires(post): /bin/sh
11:01:40 Requires(preun): /bin/sh
11:01:40 Requires(postun): /bin/sh
11:01:40 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
11:01:40 Conflicts: docker docker-ee docker-engine-cs docker-io
11:01:40 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
11:01:40 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:01:40 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.src.rpm
11:02:19 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.aarch64.rpm
11:02:19 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2hFiVF
11:02:19 + umask 022
11:02:19 + cd /root/rpmbuild/BUILD
11:02:19 + cd src
11:02:19 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:02:19 + RPM_EC=0
11:02:19 ++ jobs -p
11:02:19 + exit 0
11:02:19 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.CtCkUx
11:02:19 + umask 022
11:02:19 + cd /root/rpmbuild/BUILD
11:02:19 + cd /root/rpmbuild/BUILD
11:02:19 + rm -rf src
11:02:19 + /usr/bin/mkdir -p src
11:02:19 + cd src
11:02:19 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:02:19 + /usr/bin/tar -xof -
11:02:19 + STATUS=0
11:02:19 + '[' 0 -ne 0 ']'
11:02:19 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
11:02:19 + /usr/bin/tar -xof -
11:02:19 + STATUS=0
11:02:19 + '[' 0 -ne 0 ']'
11:02:19 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:02:19 + RPM_EC=0
11:02:19 ++ jobs -p
11:02:19 + exit 0
11:02:19 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qiJyse
11:02:19 + umask 022
11:02:19 + cd /root/rpmbuild/BUILD
11:02:19 + cd src
11:02:19 + mkdir -p /go/src/github.com/docker
11:02:19 + rm -f /go/src/github.com/docker/cli
11:02:19 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
11:02:19 + pushd /go/src/github.com/docker/cli
11:02:19 + DISABLE_WARN_OUTSIDE_CONTAINER=1
11:02:19 + make VERSION=0.0.0-20220804091928-715cfc4 GITCOMMIT=715cfc4 dynbinary manpages
11:02:19 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
11:02:19 GO_LINKMODE=dynamic ./scripts/build/binary
11:02:19 Building dynamic docker-linux-arm64
11:03:15 scripts/docs/generate-man.sh
11:04:23 Project root: /go/src/github.com/docker/cli
11:04:23 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
11:04:23 2022/08/04 11:04:11 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
11:04:23 + popd
11:04:23 ~/rpmbuild/BUILD/src
11:04:23 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
11:04:23 + pushd /root/rpmbuild/BUILD/src/plugins
11:04:23 + for installer in *.installer
11:04:23 + '[' app.installer '!=' scan.installer ']'
11:04:23 + bash app.installer build
11:04:23 Cloning into '/go/src/github.com/docker/app'...
11:04:23 Fetching origin
11:04:23 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
11:05:01 + for installer in *.installer
11:05:01 + '[' buildx.installer '!=' scan.installer ']'
11:05:01 + bash buildx.installer build
11:05:01 Cloning into '/go/src/github.com/docker/buildx'...
11:05:01 Fetching origin
11:05:01 + GO111MODULE=on
11:05:01 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2-docker -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
11:06:23 + popd
11:06:23 + RPM_EC=0
11:06:23 ~/rpmbuild/BUILD/src
11:06:23 ++ jobs -p
11:06:23 + exit 0
11:06:23 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3FZnQz
11:06:23 + umask 022
11:06:23 + cd /root/rpmbuild/BUILD
11:06:23 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64 '!=' / ']'
11:06:23 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:06:23 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:06:23 + mkdir -p /root/rpmbuild/BUILDROOT
11:06:23 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:06:23 + cd src
11:06:23 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/bin
11:06:23 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/bin/docker
11:06:23 + pushd /root/rpmbuild/BUILD/src/plugins
11:06:23 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
11:06:23 + for installer in *.installer
11:06:23 + '[' app.installer '!=' scan.installer ']'
11:06:23 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:06:23 + PREFIX=/usr/libexec/docker/cli-plugins
11:06:23 + bash app.installer install_plugin
11:06:23 + for installer in *.installer
11:06:23 + '[' buildx.installer '!=' scan.installer ']'
11:06:23 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:06:23 + PREFIX=/usr/libexec/docker/cli-plugins
11:06:23 + bash buildx.installer install_plugin
11:06:23 + popd
11:06:23 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/bash-completion/completions
11:06:23 ~/rpmbuild/BUILD/src
11:06:23 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/zsh/vendor-completions
11:06:23 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/fish/vendor_completions.d
11:06:23 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/bash-completion/completions/docker
11:06:23 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/zsh/vendor-completions/_docker
11:06:23 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/fish/vendor_completions.d/docker.fish
11:06:23 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/man/man1
11:06:23 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/man/man1
11:06:23 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/man/man5
11:06:23 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/man/man5
11:06:23 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/man/man8
11:06:23 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/man/man8
11:06:23 + mkdir -p build-docs
11:06:23 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:06:23 + cp cli/LICENSE build-docs/LICENSE
11:06:23 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:06:23 + cp cli/MAINTAINERS build-docs/MAINTAINERS
11:06:23 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:06:23 + cp cli/NOTICE build-docs/NOTICE
11:06:23 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:06:23 + cp cli/README.md build-docs/README.md
11:06:23 + /usr/lib/rpm/check-buildroot
11:06:23 + /usr/lib/rpm/redhat/brp-ldconfig
11:06:23 + /usr/lib/rpm/brp-compress
11:06:23 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:06:23 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:06:23 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:06:23 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:06:23 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:06:23 + /usr/lib/rpm/brp-python-hardlink
11:06:23 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:06:23 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.NrPxTo
11:06:23 + umask 022
11:06:23 + cd /root/rpmbuild/BUILD
11:06:23 + cd src
11:06:23 ++ cli/build/docker --version
11:06:23 + ver='Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4'
11:06:23 + test 'Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4' = 'Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4'
11:06:23 + echo 'PASS: cli version OK'
11:06:23 + RPM_EC=0
11:06:23 PASS: cli version OK
11:06:23 ++ jobs -p
11:06:23 + exit 0
11:06:23 Processing files: docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:06:23 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.dtH6fC
11:06:23 + umask 022
11:06:23 + cd /root/rpmbuild/BUILD
11:06:23 + cd src
11:06:23 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/doc/docker-ce-cli
11:06:23 + export LC_ALL=C
11:06:23 + LC_ALL=C
11:06:23 + export DOCDIR
11:06:23 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/doc/docker-ce-cli
11:06:23 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/doc/docker-ce-cli
11:06:23 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/doc/docker-ce-cli
11:06:23 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/doc/docker-ce-cli
11:06:23 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/share/doc/docker-ce-cli
11:06:23 + RPM_EC=0
11:06:23 ++ jobs -p
11:06:23 + exit 0
11:06:23 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:06:23 Provides: docker-ce-cli = 1:0.0.0.20220804091928.715cfc4-0.el9 docker-ce-cli(aarch-64) = 1:0.0.0.20220804091928.715cfc4-0.el9
11:06:23 Requires(interp): /bin/sh
11:06:23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:06:23 Requires(post): /bin/sh
11:06:23 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) rtld(GNU_HASH)
11:06:23 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
11:06:23 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:06:23 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.src.rpm
11:07:31 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64.rpm
11:07:31 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5mkj6y
11:07:31 + umask 022
11:07:31 + cd /root/rpmbuild/BUILD
11:07:31 + cd src
11:07:31 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:07:31 + RPM_EC=0
11:07:31 ++ jobs -p
11:07:31 + exit 0
11:07:31 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.WvOF2R
11:07:31 + umask 022
11:07:31 + cd /root/rpmbuild/BUILD
11:07:31 + cd /root/rpmbuild/BUILD
11:07:31 + rm -rf src
11:07:31 + /usr/bin/mkdir -p src
11:07:31 + cd src
11:07:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:07:31 + /usr/bin/tar -xof -
11:07:31 + STATUS=0
11:07:31 + '[' 0 -ne 0 ']'
11:07:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:07:31 + /usr/bin/tar -xof -
11:07:31 + STATUS=0
11:07:31 + '[' 0 -ne 0 ']'
11:07:31 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:07:31 + RPM_EC=0
11:07:31 ++ jobs -p
11:07:31 + exit 0
11:07:31 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9ph3Ql
11:07:31 + umask 022
11:07:31 + cd /root/rpmbuild/BUILD
11:07:31 + cd src
11:07:31 + export DOCKER_GITCOMMIT=a70ae13
11:07:31 + DOCKER_GITCOMMIT=a70ae13
11:07:31 + mkdir -p /go/src/github.com/docker
11:07:31 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:07:31 + TMP_GOPATH=/go
11:07:31 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:07:31 + RM_GOPATH=0
11:07:31 + TMP_GOPATH=/go
11:07:31 + : /usr/local/bin
11:07:31 + '[' -z /go ']'
11:07:31 + export GOPATH=/go
11:07:31 + GOPATH=/go
11:07:31 + case "$(go env GOARCH)" in
11:07:31 ++ go env GOARCH
11:07:31 + export GO_BUILDMODE=-buildmode=pie
11:07:31 + GO_BUILDMODE=-buildmode=pie
11:07:31 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:07:31 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:07:31 + bin=rootlesskit
11:07:31 + shift
11:07:31 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:07:31 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:07:31 ++ : v0.14.4
11:07:31 + install_rootlesskit dynamic
11:07:31 + case "$1" in
11:07:31 + install_rootlesskit_dynamic
11:07:31 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:07:31 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:07:31 + export BUILD_MODE=-buildmode=pie
11:07:31 + BUILD_MODE=-buildmode=pie
11:07:31 + _install_rootlesskit
11:07:31 + echo 'Install rootlesskit version v0.14.4'
11:07:31 + for f in rootlesskit rootlesskit-docker-proxy
11:07:31 + GOBIN=/usr/local/bin
11:07:31 + GO111MODULE=on
11:07:31 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:07:31 Install rootlesskit version v0.14.4
11:07:31 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:07:31 go: downloading github.com/pkg/errors v0.9.1
11:07:31 go: downloading github.com/sirupsen/logrus v1.8.1
11:07:31 go: downloading github.com/urfave/cli/v2 v2.3.0
11:07:31 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:07:31 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:07:31 go: downloading github.com/google/uuid v1.3.0
11:07:31 go: downloading github.com/moby/vpnkit v0.5.0
11:07:31 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:07:31 go: downloading github.com/gofrs/flock v0.8.1
11:07:31 go: downloading github.com/gorilla/mux v1.8.0
11:07:31 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:07:31 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:07:31 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:07:31 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:07:31 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:07:31 + for f in rootlesskit rootlesskit-docker-proxy
11:07:31 + GOBIN=/usr/local/bin
11:07:31 + GO111MODULE=on
11:07:31 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:07:31 + return
11:07:31 + RPM_EC=0
11:07:31 ++ jobs -p
11:07:31 + exit 0
11:07:31 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7igJUt
11:07:31 + umask 022
11:07:31 + cd /root/rpmbuild/BUILD
11:07:31 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.aarch64 '!=' / ']'
11:07:31 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:07:31 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:07:31 + mkdir -p /root/rpmbuild/BUILDROOT
11:07:31 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:07:31 + cd src
11:07:31 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/bin/dockerd-rootless.sh
11:07:31 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/bin/dockerd-rootless-setuptool.sh
11:07:31 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/bin/rootlesskit
11:07:31 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.aarch64/usr/bin/rootlesskit-docker-proxy
11:07:31 + /usr/lib/rpm/check-buildroot
11:07:31 + /usr/lib/rpm/redhat/brp-ldconfig
11:07:31 + /usr/lib/rpm/brp-compress
11:07:31 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:07:31 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:07:31 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:07:31 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:07:31 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:07:31 + /usr/lib/rpm/brp-python-hardlink
11:07:31 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:07:31 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
11:07:31 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
11:07:31 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.CmSEul
11:07:31 + umask 022
11:07:31 + cd /root/rpmbuild/BUILD
11:07:31 + cd src
11:07:31 + /usr/local/bin/rootlesskit -v
11:07:31 rootlesskit version 0.14.4
11:07:31 + RPM_EC=0
11:07:31 ++ jobs -p
11:07:31 + exit 0
11:07:31 Processing files: docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:07:31 Provides: docker-ce-rootless-extras = 0:0.0.0.20220804091928.715cfc4-0.el9 docker-ce-rootless-extras(aarch-64) = 0:0.0.0.20220804091928.715cfc4-0.el9
11:07:31 Requires(interp): /bin/sh /bin/sh /bin/sh
11:07:31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:07:31 Requires(post): /bin/sh
11:07:31 Requires(preun): /bin/sh
11:07:31 Requires(postun): /bin/sh
11:07:31 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
11:07:31 Conflicts: rootlesskit
11:07:31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:07:31 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.src.rpm
11:07:37 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.aarch64.rpm
11:07:37 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.AVMIfF
11:07:37 + umask 022
11:07:37 + cd /root/rpmbuild/BUILD
11:07:37 + cd src
11:07:37 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.aarch64
11:07:37 + RPM_EC=0
11:07:37 ++ jobs -p
11:07:37 + exit 0
11:07:37 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rqIBfP
11:07:37 + umask 022
11:07:37 + cd /root/rpmbuild/BUILD
11:07:37 + cd /root/rpmbuild/BUILD
11:07:37 + rm -rf src
11:07:37 + /usr/bin/mkdir -p src
11:07:37 + cd src
11:07:37 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:07:37 + /usr/bin/tar -xof -
11:07:37 + STATUS=0
11:07:37 + '[' 0 -ne 0 ']'
11:07:37 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:07:37 + /usr/bin/tar -xof -
11:07:37 + STATUS=0
11:07:37 + '[' 0 -ne 0 ']'
11:07:37 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:07:37 + RPM_EC=0
11:07:37 ++ jobs -p
11:07:37 + exit 0
11:07:37 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.BdOOu2
11:07:37 + umask 022
11:07:37 + cd /root/rpmbuild/BUILD
11:07:37 + cd src
11:07:37 + pushd /root/rpmbuild/BUILD/src/compose
11:07:37 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:07:37 + GOPROXY=https://proxy.golang.org
11:07:37 + GO111MODULE=on
11:07:37 + go mod download
11:08:09 + GOPROXY=https://proxy.golang.org
11:08:09 + GO111MODULE=on
11:08:09 + GIT_TAG=v2.7.0
11:08:09 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
11:08:09 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.7.0"  -o bin/docker-compose ./cmd
11:09:06 + popd
11:09:06 + RPM_EC=0
11:09:06 ~/rpmbuild/BUILD/src
11:09:06 ++ jobs -p
11:09:06 + exit 0
11:09:06 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.b7U2OZ
11:09:06 + umask 022
11:09:06 + cd /root/rpmbuild/BUILD
11:09:06 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.aarch64 '!=' / ']'
11:09:06 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.aarch64
11:09:06 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.aarch64
11:09:06 + mkdir -p /root/rpmbuild/BUILDROOT
11:09:06 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.aarch64
11:09:06 + cd src
11:09:06 + pushd /root/rpmbuild/BUILD/src/compose
11:09:06 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:09:06 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose
11:09:06 + popd
11:09:06 + for f in LICENSE MAINTAINERS NOTICE README.md
11:09:06 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
11:09:06 ~/rpmbuild/BUILD/src
11:09:06 + for f in LICENSE MAINTAINERS NOTICE README.md
11:09:06 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
11:09:06 + for f in LICENSE MAINTAINERS NOTICE README.md
11:09:06 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
11:09:06 + for f in LICENSE MAINTAINERS NOTICE README.md
11:09:06 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
11:09:06 + /usr/lib/rpm/check-buildroot
11:09:06 + /usr/lib/rpm/redhat/brp-ldconfig
11:09:06 + /usr/lib/rpm/brp-compress
11:09:06 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:09:06 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:09:06 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:09:06 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:09:06 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:09:06 + /usr/lib/rpm/brp-python-hardlink
11:09:06 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:09:06 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.pycZs2
11:09:06 + umask 022
11:09:06 + cd /root/rpmbuild/BUILD
11:09:06 + cd src
11:09:06 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
11:09:06 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:09:06 + ver=v2.7.0
11:09:06 + test v2.7.0 = v2.7.0
11:09:06 + echo 'PASS: docker-compose version OK'
11:09:06 + RPM_EC=0
11:09:06 PASS: docker-compose version OK
11:09:06 ++ jobs -p
11:09:06 + exit 0
11:09:06 Processing files: docker-compose-plugin-2.7.0-0.el9.aarch64
11:09:06 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.imhLEL
11:09:06 + umask 022
11:09:06 + cd /root/rpmbuild/BUILD
11:09:06 + cd src
11:09:06 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.aarch64/usr/share/doc/docker-compose-plugin
11:09:06 + export LC_ALL=C
11:09:06 + LC_ALL=C
11:09:06 + export DOCDIR
11:09:06 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.aarch64/usr/share/doc/docker-compose-plugin
11:09:06 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.aarch64/usr/share/doc/docker-compose-plugin
11:09:06 + RPM_EC=0
11:09:06 ++ jobs -p
11:09:06 + exit 0
11:09:06 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Gyo3Co
11:09:06 + umask 022
11:09:06 + cd /root/rpmbuild/BUILD
11:09:06 + cd src
11:09:06 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
11:09:06 + export LC_ALL=C
11:09:06 + LC_ALL=C
11:09:06 + export LICENSEDIR
11:09:06 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
11:09:06 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
11:09:06 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
11:09:06 + RPM_EC=0
11:09:06 ++ jobs -p
11:09:06 + exit 0
11:09:06 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose
11:09:06 Provides: docker-compose-plugin = 0:2.7.0-0.el9 docker-compose-plugin(aarch-64) = 0:2.7.0-0.el9
11:09:06 Requires(interp): /bin/sh /bin/sh /bin/sh
11:09:06 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:09:06 Requires(post): /bin/sh
11:09:06 Requires(preun): /bin/sh
11:09:06 Requires(postun): /bin/sh
11:09:06 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.aarch64
11:09:06 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.7.0-0.el9.src.rpm
11:09:14 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.7.0-0.el9.aarch64.rpm
11:09:14 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.yi8FcU
11:09:14 + umask 022
11:09:14 + cd /root/rpmbuild/BUILD
11:09:14 + cd src
11:09:14 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.aarch64
11:09:14 + RPM_EC=0
11:09:14 ++ jobs -p
11:09:14 + exit 0
11:09:18 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-9"
11:09:18 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'