Skip to content

Console Output

13:49:01 + make REF=20.10 fedora-36
13:49:01 git init src/github.com/docker/cli
13:49:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
13:49:01 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:49:01 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
13:49:01 + SRC=src/github.com/docker/cli
13:49:01 + REF=20.10
13:49:01 + REF_FETCH=20.10
13:49:01 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin+  20.10
13:49:01 awk {print $2}
13:49:01 + REF=refs/heads/20.10
13:49:01 + [ -n refs/heads/20.10 ]
13:49:01 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:49:01 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:49:02 From https://github.com/docker/cli
13:49:02  * [new branch]      20.10      -> 20.10
13:49:02  * [new tag]         v20.10.16  -> v20.10.16
13:49:02  * [new branch]      20.10      -> origin/20.10
13:49:02 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
13:49:03 git init src/github.com/docker/docker
13:49:03 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
13:49:03 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:49:03 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
13:49:03 + SRC=src/github.com/docker/docker
13:49:03 + REF=20.10
13:49:03 + REF_FETCH=20.10
13:49:03 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
13:49:03 + awk {print $2}
13:49:03 + REF=refs/heads/20.10
13:49:03 + [ -n refs/heads/20.10 ]
13:49:03 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:49:03 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:49:05 From https://github.com/docker/docker
13:49:05  * [new branch]      20.10      -> 20.10
13:49:05  * [new branch]      20.10      -> origin/20.10
13:49:05 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
13:49:05 git init src/github.com/docker/compose
13:49:06 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
13:49:06 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:49:06 ./scripts/checkout.sh src/github.com/docker/compose "v2.6.0"
13:49:06 + SRC=src/github.com/docker/compose
13:49:06 + REF=v2.6.0
13:49:06 + REF_FETCH=v2.6.0
13:49:06 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.6.0
13:49:06 + awk {print $2}
13:49:06 + REF=refs/tags/v2.6.0
13:49:06 + [ -n refs/tags/v2.6.0 ]
13:49:06 + REF_FETCH=refs/tags/v2.6.0:refs/tags/v2.6.0
13:49:06 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.6.0:refs/tags/v2.6.0
13:49:07 From https://github.com/docker/compose
13:49:07  * [new tag]         v2.6.0     -> v2.6.0
13:49:07 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.6.0
13:49:07 git init src/github.com/docker/scan-cli-plugin
13:49:07 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
13:49:07 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:49:07 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:49:07 + SRC=src/github.com/docker/scan-cli-plugin
13:49:07 + REF=v0.17.0
13:49:07 + REF_FETCH=v0.17.0
13:49:07 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
13:49:07 + awk {print $2}
13:49:07 + REF=refs/tags/v0.17.0
13:49:07 + [ -n refs/tags/v0.17.0 ]
13:49:07 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
13:49:07 + 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
13:49:07 From https://github.com/docker/scan-cli-plugin
13:49:07  * [new tag]         v0.17.0    -> v0.17.0
13:49:07 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:49:07 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.17.10 fedora-36
13:49:07 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
13:49:07 mkdir -p rpmbuild/SOURCES
13:49:07 docker run --rm -w /v \
13:49:07 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
13:49:07 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:49:07 	alpine \
13:49:07 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:49:07 Unable to find image 'alpine:latest' locally
13:49:07 latest: Pulling from library/alpine
13:49:07 b3c136eddcbf: Pulling fs layer
13:49:07 b3c136eddcbf: Verifying Checksum
13:49:07 b3c136eddcbf: Download complete
13:49:07 b3c136eddcbf: Pull complete
13:49:08 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c
13:49:08 Status: Downloaded newer image for alpine:latest
13:49:14 mkdir -p rpmbuild/SOURCES
13:49:14 docker run --rm -w /v \
13:49:14 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
13:49:14 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:49:14 	alpine \
13:49:14 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:49:17 mkdir -p rpmbuild/SOURCES
13:49:17 docker run --rm -w /v \
13:49:17 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
13:49:17 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:49:17 	alpine \
13:49:17 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:49:17 mkdir -p rpmbuild/SOURCES
13:49:17 docker run --rm -w /v \
13:49:17 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:49:17 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:49:17 	alpine \
13:49:17 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:49:18 mkdir -p rpmbuild/SOURCES
13:49:18 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
13:49:18 mkdir -p rpmbuild/SOURCES
13:49:18 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
13:49:18 docker run --rm -w /v \
13:49:18 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
13:49:18 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:49:18 	alpine \
13:49:18 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
13:49:19 == Building packages for fedora-36 ==
13:49:19 mkdir -p "rpmbuild/fedora-36"
13:49:19 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.10-buster -t rpmbuild-fedora-36/aarch64 -f fedora-36/Dockerfile .
13:49:19 #1 [internal] load build definition from Dockerfile
13:49:19 #1 sha256:b1f5b1e7cdabe5c0f4adc56a4e157948ee660d409e87a8612d49c8755bf94fb9
13:49:19 #1 transferring dockerfile: 847B done
13:49:19 #1 DONE 0.1s
13:49:19 
13:49:19 #2 [internal] load .dockerignore
13:49:19 #2 sha256:f87674b785c6666ef87d9bbe8f4b850fbadcd73da85dae6c9f96f0538c0bc14a
13:49:19 #2 transferring context: 2B done
13:49:19 #2 DONE 0.1s
13:49:19 
13:49:19 #4 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:49:19 #4 sha256:77749321ce5ebca1965c720e15dc5f8436f4c6810934e555747c21e4f92fd430
13:49:19 #4 ...
13:49:19 
13:49:19 #5 [auth] library/fedora:pull token for registry-1.docker.io
13:49:19 #5 sha256:ef494d606b2f96500beae5112aee04ec4a5638224c8eca2640daf013a2ab4305
13:49:19 #5 DONE 0.0s
13:49:19 
13:49:19 #6 [auth] library/golang:pull token for registry-1.docker.io
13:49:19 #6 sha256:78c61fe79cd60c40ac6e8b19e14a5d1da459dcd5de6d7887994d1769ac69ad55
13:49:19 #6 DONE 0.0s
13:49:19 
13:49:19 #3 [internal] load metadata for docker.io/library/fedora:36
13:49:19 #3 sha256:73cd5a5ed47fc791d26860a9f6452dd61c51470638f517e9fa5cdca15792d916
13:49:19 #3 DONE 0.3s
13:49:19 
13:49:19 #4 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:49:19 #4 sha256:77749321ce5ebca1965c720e15dc5f8436f4c6810934e555747c21e4f92fd430
13:49:19 #4 DONE 0.3s
13:49:19 
13:49:19 #9 [internal] load build context
13:49:19 #9 sha256:65b4581ab8d3fbd49cd92cc53ceb73cb4bf20e504f95539d59184c8a1b384679
13:49:19 #9 transferring context: 14.04kB done
13:49:19 #9 DONE 0.0s
13:49:19 
13:49:19 #12 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:49:19 #12 sha256:0748dff22fb1e7086f9a48c7d0c2271a5bccd9d30ace7a38fc44326cf8e7d238
13:49:19 #12 resolve docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a 0.0s done
13:49:20 #12 sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a 1.86kB / 1.86kB done
13:49:20 #12 sha256:9d3f470a769bb162f00756e79f879e7e700b3c2429508db916e326be56145f5f 1.79kB / 1.79kB done
13:49:20 #12 sha256:96f8ef4754339034c4273b67cf9e4666e5685dd95b8819561edf4eba20afa6a9 7.13kB / 7.13kB done
13:49:20 #12 sha256:fadbed17b01e84815ca3018d3dc42670c3add65c67e7cc74d6bc477ae8425934 1.05MB / 49.23MB 0.1s
13:49:20 #12 sha256:5795076bf6e9bf96da71f2e31cbe91d3c49a17f211c5b0d33e032e095c5564a5 3.15MB / 7.72MB 0.1s
13:49:20 #12 sha256:fadbed17b01e84815ca3018d3dc42670c3add65c67e7cc74d6bc477ae8425934 15.73MB / 49.23MB 0.2s
13:49:20 #12 sha256:5795076bf6e9bf96da71f2e31cbe91d3c49a17f211c5b0d33e032e095c5564a5 7.72MB / 7.72MB 0.2s
13:49:20 #12 sha256:fadbed17b01e84815ca3018d3dc42670c3add65c67e7cc74d6bc477ae8425934 32.51MB / 49.23MB 0.4s
13:49:20 #12 sha256:5795076bf6e9bf96da71f2e31cbe91d3c49a17f211c5b0d33e032e095c5564a5 7.72MB / 7.72MB 0.2s done
13:49:20 #12 sha256:b1eda3e266fa432ba8ae8ba25a5ad2fa4c5349ef2aa244612c89f990704c5b25 9.77MB / 9.77MB 0.4s
13:49:20 #12 sha256:fadbed17b01e84815ca3018d3dc42670c3add65c67e7cc74d6bc477ae8425934 45.09MB / 49.23MB 0.5s
13:49:20 #12 sha256:fadbed17b01e84815ca3018d3dc42670c3add65c67e7cc74d6bc477ae8425934 49.23MB / 49.23MB 0.6s
13:49:20 #12 sha256:b1eda3e266fa432ba8ae8ba25a5ad2fa4c5349ef2aa244612c89f990704c5b25 9.77MB / 9.77MB 0.5s done
13:49:20 #12 sha256:64dfac45ba23f255c176d3688a882854cfc56b2e822c56e0eb0d91ecc8bad25f 3.15MB / 52.17MB 0.6s
13:49:20 #12 sha256:64dfac45ba23f255c176d3688a882854cfc56b2e822c56e0eb0d91ecc8bad25f 13.63MB / 52.17MB 0.7s
13:49:20 #12 sha256:64dfac45ba23f255c176d3688a882854cfc56b2e822c56e0eb0d91ecc8bad25f 32.51MB / 52.17MB 0.9s
13:49:20 #12 sha256:64dfac45ba23f255c176d3688a882854cfc56b2e822c56e0eb0d91ecc8bad25f 42.99MB / 52.17MB 1.0s
13:49:20 #12 sha256:64dfac45ba23f255c176d3688a882854cfc56b2e822c56e0eb0d91ecc8bad25f 52.17MB / 52.17MB 1.1s
13:49:21 #12 sha256:fadbed17b01e84815ca3018d3dc42670c3add65c67e7cc74d6bc477ae8425934 49.23MB / 49.23MB 1.3s done
13:49:21 #12 extracting sha256:fadbed17b01e84815ca3018d3dc42670c3add65c67e7cc74d6bc477ae8425934
13:49:23 #12 sha256:64dfac45ba23f255c176d3688a882854cfc56b2e822c56e0eb0d91ecc8bad25f 52.17MB / 52.17MB 3.0s done
13:49:23 #12 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 5.24MB / 62.45MB 3.2s
13:49:23 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 11.53MB / 102.72MB 3.2s
13:49:23 #12 sha256:c8d73c8a55ec509afff79d4b02eeda18642c89f7f41399cbe0ab2d024b82f42e 125B / 125B 3.1s done
13:49:23 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 20.97MB / 102.72MB 3.3s
13:49:23 #12 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 12.58MB / 62.45MB 3.4s
13:49:23 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 31.46MB / 102.72MB 3.4s
13:49:23 #12 extracting sha256:fadbed17b01e84815ca3018d3dc42670c3add65c67e7cc74d6bc477ae8425934 2.1s done
13:49:23 #12 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 17.48MB / 62.45MB 3.5s
13:49:23 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 41.04MB / 102.72MB 3.5s
13:49:23 #12 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 25.20MB / 62.45MB 3.6s
13:49:23 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 50.45MB / 102.72MB 3.6s
13:49:23 #12 extracting sha256:5795076bf6e9bf96da71f2e31cbe91d3c49a17f211c5b0d33e032e095c5564a5
13:49:23 #12 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 37.75MB / 62.45MB 3.7s
13:49:23 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 60.20MB / 102.72MB 3.7s
13:49:23 #12 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 50.33MB / 62.45MB 3.8s
13:49:23 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 71.30MB / 102.72MB 3.8s
13:49:23 #12 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 58.72MB / 62.45MB 4.0s
13:49:23 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 91.23MB / 102.72MB 4.0s
13:49:23 #12 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 61.87MB / 62.45MB 4.1s
13:49:23 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 101.71MB / 102.72MB 4.1s
13:49:24 #12 extracting sha256:5795076bf6e9bf96da71f2e31cbe91d3c49a17f211c5b0d33e032e095c5564a5 0.5s done
13:49:25 #12 extracting sha256:b1eda3e266fa432ba8ae8ba25a5ad2fa4c5349ef2aa244612c89f990704c5b25
13:49:25 #12 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 62.45MB / 62.45MB 5.0s done
13:49:25 #12 extracting sha256:b1eda3e266fa432ba8ae8ba25a5ad2fa4c5349ef2aa244612c89f990704c5b25 0.3s done
13:49:26 #12 extracting sha256:64dfac45ba23f255c176d3688a882854cfc56b2e822c56e0eb0d91ecc8bad25f
13:49:26 #12 ...
13:49:26 
13:49:26 #7 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185
13:49:26 #7 sha256:11fef5128898432e60be5c03f5f026a519232be93569f3e046349fc68ec4376e
13:49:26 #7 resolve docker.io/library/fedora:36@sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185 0.0s done
13:49:26 #7 sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185 1.20kB / 1.20kB done
13:49:26 #7 sha256:f149778a36890280d9052e56ae7be6a50484c4c3828c68c692415849d3519b9c 529B / 529B done
13:49:26 #7 sha256:8847e9bf6df80d7720e7daa5788671263f03a108a19cff8ff8c6f5f17fcad348 2.00kB / 2.00kB done
13:49:26 #7 sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 57.02MB / 57.02MB 2.2s done
13:49:26 #7 extracting sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 4.0s done
13:49:26 #7 DONE 6.7s
13:49:26 
13:49:26 #12 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:49:26 #12 sha256:0748dff22fb1e7086f9a48c7d0c2271a5bccd9d30ace7a38fc44326cf8e7d238
13:49:26 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 102.72MB / 102.72MB 6.7s done
13:49:29 #12 extracting sha256:64dfac45ba23f255c176d3688a882854cfc56b2e822c56e0eb0d91ecc8bad25f 2.4s done
13:49:29 #12 extracting sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 0.1s
13:49:31 #12 extracting sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 1.6s done
13:49:31 #12 extracting sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 0.1s
13:49:34 #12 extracting sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 3.7s done
13:49:35 #12 extracting sha256:c8d73c8a55ec509afff79d4b02eeda18642c89f7f41399cbe0ab2d024b82f42e done
13:49:36 #12 ...
13:49:36 
13:49:36 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:49:36 #8 sha256:b870c0a2898a1d1ce38e5b50de369816c7ee91f9343c55a7f8e31049c64e859c
13:49:36 #8 ...
13:49:36 
13:49:36 #12 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:49:36 #12 sha256:0748dff22fb1e7086f9a48c7d0c2271a5bccd9d30ace7a38fc44326cf8e7d238
13:49:36 #12 DONE 17.0s
13:49:37 
13:49:37 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:49:37 #8 sha256:b870c0a2898a1d1ce38e5b50de369816c7ee91f9343c55a7f8e31049c64e859c
13:49:39 #8 12.61 Fedora 36 - aarch64                             6.5 MB/s |  77 MB     00:11    
13:50:01 #8 32.40 Fedora 36 openh264 (From Cisco) - aarch64       2.4 kB/s | 2.5 kB     00:01    
13:50:01 #8 34.33 Fedora Modular 36 - aarch64                     1.5 MB/s | 2.3 MB     00:01    
13:50:03 #8 36.14 Fedora 36 - aarch64 - Updates                    13 MB/s |  14 MB     00:01    
13:50:09 #8 41.91 Fedora Modular 36 - aarch64 - Updates           1.2 MB/s | 2.1 MB     00:01    
13:50:09 #8 42.80 Last metadata expiration check: 0:00:01 ago on Tue May 31 13:50:08 2022.
13:50:12 #8 45.96 Dependencies resolved.
13:50:12 #8 45.98 ================================================================================
13:50:12 #8 45.98  Package                       Arch      Version                Repo       Size
13:50:12 #8 45.98 ================================================================================
13:50:12 #8 45.98 Installing:
13:50:12 #8 45.98  dnf-plugins-core              noarch    4.2.0-1.fc36           updates    34 k
13:50:12 #8 45.98  rpm-build                     aarch64   4.17.0-10.fc36         fedora     61 k
13:50:12 #8 45.98  rpmlint                       noarch    2.2.0-3.fc36           fedora    240 k
13:50:12 #8 45.98 Installing dependencies:
13:50:12 #8 45.98  ansible-srpm-macros           noarch    1-5.fc36               updates   7.3 k
13:50:12 #8 45.98  binutils                      aarch64   2.37-27.fc36           updates   6.4 M
13:50:12 #8 45.98  binutils-gold                 aarch64   2.37-27.fc36           updates   896 k
13:50:12 #8 45.98  bzip2                         aarch64   1.0.8-11.fc36          fedora     52 k
13:50:12 #8 45.98  cpio                          aarch64   2.13-12.fc36           fedora    267 k
13:50:12 #8 45.98  dash                          aarch64   0.5.10.2-10.fc36       fedora     97 k
13:50:12 #8 45.98  dbus-libs                     aarch64   1:1.14.0-1.fc36        fedora    153 k
13:50:12 #8 45.98  debugedit                     aarch64   5.0-3.fc36             fedora     76 k
13:50:12 #8 45.98  devscripts-checkbashisms      aarch64   2.22.1-1.fc36          fedora     28 k
13:50:12 #8 45.98  diffutils                     aarch64   3.8-2.fc36             fedora    368 k
13:50:12 #8 45.98  dwz                           aarch64   0.14-2.fc35            fedora    125 k
13:50:12 #8 45.98  ed                            aarch64   1.14.2-12.fc36         fedora     73 k
13:50:12 #8 45.98  efi-srpm-macros               noarch    5-5.fc36               fedora     22 k
13:50:12 #8 45.98  elfutils                      aarch64   0.186-3.fc36           fedora    516 k
13:50:12 #8 45.98  elfutils-debuginfod-client    aarch64   0.186-3.fc36           fedora     39 k
13:50:12 #8 45.98  enchant                       aarch64   1:1.6.0-30.fc36        fedora     59 k
13:50:12 #8 45.98  file                          aarch64   5.41-4.fc36            fedora     48 k
13:50:12 #8 45.98  fonts-filesystem              noarch    1:2.0.5-7.fc36         fedora    9.0 k
13:50:12 #8 45.98  fonts-srpm-macros             noarch    1:2.0.5-7.fc36         fedora     27 k
13:50:12 #8 45.98  fpc-srpm-macros               noarch    1.3-5.fc36             fedora    7.6 k
13:50:12 #8 45.98  gdb-minimal                   aarch64   12.1-1.fc36            updates   3.5 M
13:50:12 #8 45.98  gdk-pixbuf2                   aarch64   2.42.8-1.fc36          fedora    463 k
13:50:12 #8 45.98  ghc-srpm-macros               noarch    1.5.0-6.fc36           fedora    7.7 k
13:50:12 #8 45.98  glib-networking               aarch64   2.72.0-1.fc36          fedora    184 k
13:50:12 #8 45.98  glibc-gconv-extra             aarch64   2.35-4.fc36            fedora    1.7 M
13:50:12 #8 45.98  gnat-srpm-macros              noarch    4-15.fc36              fedora    8.2 k
13:50:12 #8 45.98  go-srpm-macros                noarch    3.0.15-1.fc36          fedora     26 k
13:50:12 #8 45.98  groff-base                    aarch64   1.22.4-9.fc36          fedora    1.0 M
13:50:12 #8 45.98  gsettings-desktop-schemas     aarch64   42.0-1.fc36            fedora    692 k
13:50:12 #8 45.98  hunspell                      aarch64   1.7.0-19.fc36          fedora    284 k
13:50:12 #8 45.98  hunspell-en-GB                noarch    0.20140811.1-22.fc36   fedora    225 k
13:50:12 #8 45.98  hunspell-en-US                noarch    0.20140811.1-22.fc36   fedora    176 k
13:50:12 #8 45.98  hunspell-filesystem           aarch64   1.7.0-19.fc36          fedora    8.9 k
13:50:12 #8 45.98  info                          aarch64   6.8-3.fc36             fedora    220 k
13:50:12 #8 45.98  json-glib                     aarch64   1.6.6-2.fc36           fedora    149 k
13:50:12 #8 45.98  kernel-srpm-macros            noarch    1.0-14.fc36            fedora    9.1 k
13:50:12 #8 45.98  libappstream-glib             aarch64   0.7.18-4.fc36          fedora    374 k
13:50:12 #8 45.98  libicu                        aarch64   69.1-6.fc36            updates   9.7 M
13:50:12 #8 45.98  libjpeg-turbo                 aarch64   2.1.2-2.fc36           fedora    190 k
13:50:12 #8 45.98  libpkgconf                    aarch64   1.8.0-2.fc36           fedora     36 k
13:50:12 #8 45.98  libpng                        aarch64   2:1.6.37-12.fc36       fedora    114 k
13:50:12 #8 45.98  libproxy                      aarch64   0.4.17-4.fc36          fedora     68 k
13:50:12 #8 45.98  libsoup                       aarch64   2.74.2-2.fc36          fedora    385 k
13:50:12 #8 45.98  libstemmer                    aarch64   0-18.585svn.fc36       fedora     82 k
13:50:12 #8 45.98  lua-srpm-macros               noarch    1-6.fc36               fedora    8.5 k
13:50:12 #8 45.98  ncurses                       aarch64   6.2-9.20210508.fc36    fedora    400 k
13:50:12 #8 45.98  nim-srpm-macros               noarch    3-6.fc36               fedora    8.3 k
13:50:12 #8 45.98  ocaml-srpm-macros             noarch    6-6.fc36               fedora    7.7 k
13:50:12 #8 45.98  openblas-srpm-macros          noarch    2-11.fc36              fedora    7.4 k
13:50:12 #8 45.98  package-notes-srpm-macros     noarch    0.4-14.fc36            fedora     11 k
13:50:12 #8 45.98  patch                         aarch64   2.7.6-16.fc36          fedora    121 k
13:50:12 #8 45.98  perl-AutoLoader               noarch    5.74-486.fc36          fedora     26 k
13:50:12 #8 45.98  perl-B                        aarch64   1.82-486.fc36          fedora    186 k
13:50:12 #8 45.98  perl-Carp                     noarch    1.52-479.fc36          fedora     29 k
13:50:12 #8 45.98  perl-Class-Struct             noarch    0.66-486.fc36          fedora     27 k
13:50:12 #8 45.98  perl-Data-Dumper              aarch64   2.183-3.fc36           fedora     55 k
13:50:12 #8 45.98  perl-Digest                   noarch    1.20-2.fc36            fedora     25 k
13:50:12 #8 45.98  perl-Digest-MD5               aarch64   2.58-479.fc36          fedora     36 k
13:50:12 #8 45.98  perl-DynaLoader               aarch64   1.50-486.fc36          fedora     31 k
13:50:12 #8 45.98  perl-Encode                   aarch64   4:3.17-485.fc36        updates   1.7 M
13:50:12 #8 45.98  perl-Errno                    aarch64   1.33-486.fc36          fedora     20 k
13:50:12 #8 45.98  perl-Exporter                 noarch    5.76-480.fc36          fedora     31 k
13:50:12 #8 45.98  perl-Fcntl                    aarch64   1.14-486.fc36          fedora     25 k
13:50:12 #8 45.98  perl-File-Basename            noarch    2.85-486.fc36          fedora     22 k
13:50:12 #8 45.98  perl-File-Path                noarch    2.18-479.fc36          fedora     35 k
13:50:12 #8 45.98  perl-File-Temp                noarch    1:0.231.100-479.fc36   fedora     59 k
13:50:12 #8 45.98  perl-File-stat                noarch    1.09-486.fc36          fedora     22 k
13:50:12 #8 45.98  perl-FileHandle               noarch    2.03-486.fc36          fedora     20 k
13:50:12 #8 45.98  perl-Getopt-Long              noarch    1:2.52-479.fc36        fedora     60 k
13:50:12 #8 45.98  perl-Getopt-Std               noarch    1.13-486.fc36          fedora     21 k
13:50:12 #8 45.98  perl-HTTP-Tiny                noarch    0.080-2.fc36           fedora     55 k
13:50:12 #8 45.98  perl-IO                       aarch64   1.46-486.fc36          fedora     92 k
13:50:12 #8 45.98  perl-IO-Socket-IP             noarch    0.41-480.fc36          fedora     42 k
13:50:12 #8 45.98  perl-IPC-Open3                noarch    1.21-486.fc36          fedora     28 k
13:50:12 #8 45.98  perl-MIME-Base64              aarch64   3.16-479.fc36          fedora     30 k
13:50:12 #8 45.98  perl-Net-SSLeay               aarch64   1.92-2.fc36            fedora    365 k
13:50:12 #8 45.98  perl-POSIX                    aarch64   1.97-486.fc36          fedora    103 k
13:50:12 #8 45.98  perl-PathTools                aarch64   3.80-479.fc36          fedora     85 k
13:50:12 #8 45.98  perl-Pod-Escapes              noarch    1:1.07-479.fc36        fedora     20 k
13:50:12 #8 45.98  perl-Pod-Perldoc              noarch    3.28.01-480.fc36       fedora     83 k
13:50:12 #8 45.98  perl-Pod-Simple               noarch    1:3.43-3.fc36          fedora    215 k
13:50:12 #8 45.98  perl-Pod-Usage                noarch    4:2.01-479.fc36        fedora     40 k
13:50:12 #8 45.98  perl-Scalar-List-Utils        aarch64   5:1.62-464.fc36        fedora     70 k
13:50:12 #8 45.98  perl-SelectSaver              noarch    1.02-486.fc36          fedora     17 k
13:50:12 #8 45.98  perl-Socket                   aarch64   4:2.033-1.fc36         updates    55 k
13:50:12 #8 45.98  perl-Storable                 aarch64   1:3.25-2.fc36          fedora     93 k
13:50:12 #8 45.98  perl-Symbol                   noarch    1.09-486.fc36          fedora     19 k
13:50:12 #8 45.98  perl-Term-ANSIColor           noarch    5.01-480.fc36          fedora     48 k
13:50:12 #8 45.98  perl-Term-Cap                 noarch    1.17-479.fc36          fedora     22 k
13:50:12 #8 45.98  perl-Text-ParseWords          noarch    3.31-1.fc36            updates    16 k
13:50:12 #8 45.98  perl-Text-Tabs+Wrap           noarch    2021.0814-2.fc36       fedora     22 k
13:50:12 #8 45.98  perl-Time-Local               noarch    2:1.300-479.fc36       fedora     34 k
13:50:12 #8 45.98  perl-URI                      noarch    5.10-1.fc36            fedora    108 k
13:50:12 #8 45.98  perl-base                     noarch    2.27-486.fc36          fedora     21 k
13:50:12 #8 45.98  perl-constant                 noarch    1.33-480.fc36          fedora     23 k
13:50:12 #8 45.98  perl-if                       noarch    0.60.900-486.fc36      fedora     19 k
13:50:12 #8 45.98  perl-interpreter              aarch64   4:5.34.1-486.fc36      fedora     76 k
13:50:12 #8 45.98  perl-libnet                   noarch    3.13-480.fc36          fedora    126 k
13:50:12 #8 45.98  perl-libs                     aarch64   4:5.34.1-486.fc36      fedora    2.0 M
13:50:12 #8 45.98  perl-mro                      aarch64   1.25-486.fc36          fedora     33 k
13:50:12 #8 45.98  perl-overload                 noarch    1.33-486.fc36          fedora     50 k
13:50:12 #8 45.98  perl-overloading              noarch    0.02-486.fc36          fedora     18 k
13:50:12 #8 45.98  perl-parent                   noarch    1:0.238-479.fc36       fedora     14 k
13:50:12 #8 45.98  perl-podlators                noarch    1:4.14-479.fc36        fedora    112 k
13:50:12 #8 45.98  perl-srpm-macros              noarch    1-43.fc36              fedora    8.4 k
13:50:12 #8 45.98  perl-subs                     noarch    1.04-486.fc36          fedora     17 k
13:50:12 #8 45.98  perl-vars                     noarch    1.05-486.fc36          fedora     18 k
13:50:12 #8 45.98  pkgconf                       aarch64   1.8.0-2.fc36           fedora     41 k
13:50:12 #8 45.98  pkgconf-m4                    noarch    1.8.0-2.fc36           fedora     14 k
13:50:12 #8 45.98  pkgconf-pkg-config            aarch64   1.8.0-2.fc36           fedora     10 k
13:50:12 #8 45.98  python-srpm-macros            noarch    3.10-17.fc36           fedora     26 k
13:50:12 #8 45.98  python3-construct             noarch    2.10.67-4.fc36         fedora    112 k
13:50:12 #8 45.98  python3-dateutil              noarch    1:2.8.1-8.fc36         fedora    289 k
13:50:12 #8 45.98  python3-dbus                  aarch64   1.2.18-3.fc36          fedora    132 k
13:50:12 #8 45.98  python3-distro                noarch    1.6.0-2.fc36           fedora     38 k
13:50:12 #8 45.98  python3-dnf-plugins-core      noarch    4.2.0-1.fc36           updates   221 k
13:50:12 #8 45.98  python3-enchant               noarch    3.2.2-2.fc36           fedora     79 k
13:50:12 #8 45.98  python3-pybeam                noarch    0.7-2.fc36             fedora     24 k
13:50:12 #8 45.98  python3-pyxdg                 noarch    0.27-4.fc36            fedora     96 k
13:50:12 #8 45.98  python3-six                   noarch    1.16.0-5.fc36          fedora     36 k
13:50:12 #8 45.98  python3-toml                  noarch    0.10.2-6.fc36          fedora     39 k
13:50:12 #8 45.98  python3-zstd                  aarch64   1.4.5.1-6.fc36         fedora     19 k
13:50:12 #8 45.98  qt5-srpm-macros               noarch    5.15.3-1.fc36          fedora    8.1 k
13:50:12 #8 45.98  redhat-rpm-config             noarch    219-1.fc36             updates    71 k
13:50:12 #8 45.98  rpmautospec-rpm-macros        noarch    0.2.6-1.fc36           updates   8.3 k
13:50:12 #8 45.98  rust-srpm-macros              noarch    21-1.fc36              fedora    9.2 k
13:50:12 #8 45.98  shared-mime-info              aarch64   2.1-3.fc35             fedora    373 k
13:50:12 #8 45.98  unzip                         aarch64   6.0-57.fc36            fedora    182 k
13:50:12 #8 45.98  webkit2gtk3-jsc               aarch64   2.36.1-1.fc36          updates   6.0 M
13:50:12 #8 45.98  xxhash-libs                   aarch64   0.8.1-2.fc36           fedora     34 k
13:50:12 #8 45.98  xz                            aarch64   5.2.5-9.fc36           fedora    215 k
13:50:12 #8 45.98  zip                           aarch64   3.0-32.fc36            fedora    256 k
13:50:12 #8 45.98  zstd                          aarch64   1.5.2-2.fc36           updates   412 k
13:50:12 #8 45.98 Installing weak dependencies:
13:50:12 #8 45.98  abattis-cantarell-fonts       noarch    0.301-7.fc36           fedora    270 k
13:50:12 #8 45.98  adobe-source-code-pro-fonts   noarch    2.030.1.050-12.fc36    fedora    831 k
13:50:12 #8 45.98  hunspell-en                   noarch    0.20140811.1-22.fc36   fedora    180 k
13:50:12 #8 45.98  libproxy-webkitgtk4           aarch64   0.4.17-4.fc36          fedora     20 k
13:50:12 #8 45.98  perl-IO-Socket-SSL            noarch    2.074-2.fc36           fedora    218 k
13:50:12 #8 45.98  perl-Mozilla-CA               noarch    20211001-2.fc36        fedora     12 k
13:50:12 #8 45.98  perl-NDBM_File                aarch64   1.15-486.fc36          fedora     27 k
13:50:12 #8 45.98 
13:50:12 #8 45.98 Transaction Summary
13:50:12 #8 45.98 ================================================================================
13:50:12 #8 45.98 Install  143 Packages
13:50:12 #8 45.98 
13:50:12 #8 45.99 Total download size: 46 M
13:50:12 #8 45.99 Installed size: 190 M
13:50:12 #8 45.99 Downloading Packages:
13:50:13 #8 46.77 (1/143): bzip2-1.0.8-11.fc36.aarch64.rpm        286 kB/s |  52 kB     00:00    
13:50:13 #8 46.87 (2/143): abattis-cantarell-fonts-0.301-7.fc36.n 965 kB/s | 270 kB     00:00    
13:50:13 #8 46.94 (3/143): cpio-2.13-12.fc36.aarch64.rpm          1.6 MB/s | 267 kB     00:00    
13:50:13 #8 46.94 (4/143): dash-0.5.10.2-10.fc36.aarch64.rpm      1.3 MB/s |  97 kB     00:00    
13:50:13 #8 47.00 (5/143): adobe-source-code-pro-fonts-2.030.1.05 2.0 MB/s | 831 kB     00:00    
13:50:13 #8 47.00 (6/143): debugedit-5.0-3.fc36.aarch64.rpm       1.3 MB/s |  76 kB     00:00    
13:50:13 #8 47.03 (7/143): dbus-libs-1.14.0-1.fc36.aarch64.rpm    1.6 MB/s | 153 kB     00:00    
13:50:13 #8 47.04 (8/143): devscripts-checkbashisms-2.22.1-1.fc36 664 kB/s |  28 kB     00:00    
13:50:13 #8 47.12 (9/143): diffutils-3.8-2.fc36.aarch64.rpm       3.1 MB/s | 368 kB     00:00    
13:50:13 #8 47.12 (10/143): ed-1.14.2-12.fc36.aarch64.rpm         923 kB/s |  73 kB     00:00    
13:50:13 #8 47.12 (11/143): dwz-0.14-2.fc35.aarch64.rpm           1.3 MB/s | 125 kB     00:00    
13:50:13 #8 47.15 (12/143): efi-srpm-macros-5-5.fc36.noarch.rpm   578 kB/s |  22 kB     00:00    
13:50:13 #8 47.16 (13/143): elfutils-debuginfod-client-0.186-3.fc 1.0 MB/s |  39 kB     00:00    
13:50:13 #8 47.20 (14/143): enchant-1.6.0-30.fc36.aarch64.rpm     1.3 MB/s |  59 kB     00:00    
13:50:13 #8 47.20 (15/143): file-5.41-4.fc36.aarch64.rpm          1.1 MB/s |  48 kB     00:00    
13:50:13 #8 47.28 (16/143): elfutils-0.186-3.fc36.aarch64.rpm     3.2 MB/s | 516 kB     00:00    
13:50:13 #8 47.28 (17/143): fonts-filesystem-2.0.5-7.fc36.noarch. 112 kB/s | 9.0 kB     00:00    
13:50:13 #8 47.29 (18/143): fonts-srpm-macros-2.0.5-7.fc36.noarch 322 kB/s |  27 kB     00:00    
13:50:13 #8 47.32 (19/143): fpc-srpm-macros-1.3-5.fc36.noarch.rpm 205 kB/s | 7.6 kB     00:00    
13:50:13 #8 47.32 (20/143): ghc-srpm-macros-1.5.0-6.fc36.noarch.r 207 kB/s | 7.7 kB     00:00    
13:50:13 #8 47.36 (21/143): gdk-pixbuf2-2.42.8-1.fc36.aarch64.rpm 5.6 MB/s | 463 kB     00:00    
13:50:13 #8 47.37 (22/143): glib-networking-2.72.0-1.fc36.aarch64 3.5 MB/s | 184 kB     00:00    
13:50:14 #8 47.40 (23/143): gnat-srpm-macros-4-15.fc36.noarch.rpm 220 kB/s | 8.2 kB     00:00    
13:50:14 #8 47.41 (24/143): go-srpm-macros-3.0.15-1.fc36.noarch.r 685 kB/s |  26 kB     00:00    
13:50:14 #8 47.51 (25/143): glibc-gconv-extra-2.35-4.fc36.aarch64 9.4 MB/s | 1.7 MB     00:00    
13:50:14 #8 47.55 (26/143): gsettings-desktop-schemas-42.0-1.fc36 4.6 MB/s | 692 kB     00:00    
13:50:14 #8 47.66 (27/143): groff-base-1.22.4-9.fc36.aarch64.rpm  3.9 MB/s | 1.0 MB     00:00    
13:50:14 #8 47.66 (28/143): hunspell-en-0.20140811.1-22.fc36.noar 1.6 MB/s | 180 kB     00:00    
13:50:14 #8 47.69 (29/143): hunspell-1.7.0-19.fc36.aarch64.rpm    1.5 MB/s | 284 kB     00:00    
13:50:14 #8 47.70 (30/143): hunspell-en-GB-0.20140811.1-22.fc36.n 4.8 MB/s | 225 kB     00:00    
13:50:14 #8 47.75 (31/143): hunspell-filesystem-1.7.0-19.fc36.aar 178 kB/s | 8.9 kB     00:00    
13:50:14 #8 47.76 (32/143): info-6.8-3.fc36.aarch64.rpm           3.8 MB/s | 220 kB     00:00    
13:50:14 #8 47.80 (33/143): hunspell-en-US-0.20140811.1-22.fc36.n 1.3 MB/s | 176 kB     00:00    
13:50:14 #8 47.80 (34/143): kernel-srpm-macros-1.0-14.fc36.noarch 239 kB/s | 9.1 kB     00:00    
13:50:14 #8 47.82 (35/143): json-glib-1.6.6-2.fc36.aarch64.rpm    1.9 MB/s | 149 kB     00:00    
13:50:14 #8 47.87 (36/143): libpkgconf-1.8.0-2.fc36.aarch64.rpm   867 kB/s |  36 kB     00:00    
13:50:14 #8 47.92 (37/143): libjpeg-turbo-2.1.2-2.fc36.aarch64.rp 1.5 MB/s | 190 kB     00:00    
13:50:14 #8 47.95 (38/143): libappstream-glib-0.7.18-4.fc36.aarch 2.3 MB/s | 374 kB     00:00    
13:50:14 #8 47.96 (39/143): libpng-1.6.37-12.fc36.aarch64.rpm     1.3 MB/s | 114 kB     00:00    
13:50:14 #8 47.99 (40/143): libproxy-0.4.17-4.fc36.aarch64.rpm    1.0 MB/s |  68 kB     00:00    
13:50:14 #8 48.00 (41/143): libproxy-webkitgtk4-0.4.17-4.fc36.aar 398 kB/s |  20 kB     00:00    
13:50:14 #8 48.07 (42/143): libsoup-2.74.2-2.fc36.aarch64.rpm     3.3 MB/s | 385 kB     00:00    
13:50:14 #8 48.07 (43/143): lua-srpm-macros-1-6.fc36.noarch.rpm   121 kB/s | 8.5 kB     00:00    
13:50:14 #8 48.08 (44/143): libstemmer-0-18.585svn.fc36.aarch64.r 926 kB/s |  82 kB     00:00    
13:50:14 #8 48.11 (45/143): nim-srpm-macros-3-6.fc36.noarch.rpm   205 kB/s | 8.3 kB     00:00    
13:50:14 #8 48.12 (46/143): ocaml-srpm-macros-6-6.fc36.noarch.rpm 181 kB/s | 7.7 kB     00:00    
13:50:14 #8 48.15 (47/143): openblas-srpm-macros-2-11.fc36.noarch 198 kB/s | 7.4 kB     00:00    
13:50:14 #8 48.16 (48/143): package-notes-srpm-macros-0.4-14.fc36 290 kB/s |  11 kB     00:00    
13:50:14 #8 48.22 (49/143): ncurses-6.2-9.20210508.fc36.aarch64.r 2.7 MB/s | 400 kB     00:00    
13:50:14 #8 48.22 (50/143): perl-AutoLoader-5.74-486.fc36.noarch. 426 kB/s |  26 kB     00:00    
13:50:14 #8 48.22 (51/143): patch-2.7.6-16.fc36.aarch64.rpm       1.7 MB/s | 121 kB     00:00    
13:50:14 #8 48.26 (52/143): perl-Carp-1.52-479.fc36.noarch.rpm    755 kB/s |  29 kB     00:00    
13:50:14 #8 48.26 (53/143): perl-Class-Struct-0.66-486.fc36.noarc 722 kB/s |  27 kB     00:00    
13:50:14 #8 48.26 (54/143): perl-B-1.82-486.fc36.aarch64.rpm      3.8 MB/s | 186 kB     00:00    
13:50:14 #8 48.30 (55/143): perl-Data-Dumper-2.183-3.fc36.aarch64 1.4 MB/s |  55 kB     00:00    
13:50:14 #8 48.30 (56/143): perl-Digest-1.20-2.fc36.noarch.rpm    664 kB/s |  25 kB     00:00    
13:50:14 #8 48.30 (57/143): perl-Digest-MD5-2.58-479.fc36.aarch64 942 kB/s |  36 kB     00:00    
13:50:14 #8 48.33 (58/143): perl-DynaLoader-1.50-486.fc36.aarch64 803 kB/s |  31 kB     00:00    
13:50:14 #8 48.34 (59/143): perl-Exporter-5.76-480.fc36.noarch.rp 821 kB/s |  31 kB     00:00    
13:50:14 #8 48.35 (60/143): perl-Errno-1.33-486.fc36.aarch64.rpm  363 kB/s |  20 kB     00:00    
13:50:14 #8 48.37 (61/143): perl-Fcntl-1.14-486.fc36.aarch64.rpm  680 kB/s |  25 kB     00:00    
13:50:14 #8 48.38 (62/143): perl-File-Basename-2.85-486.fc36.noar 586 kB/s |  22 kB     00:00    
13:50:14 #8 48.39 (63/143): perl-File-Path-2.18-479.fc36.noarch.r 931 kB/s |  35 kB     00:00    
13:50:14 #8 48.41 (64/143): perl-File-Temp-0.231.100-479.fc36.noa 1.5 MB/s |  59 kB     00:00    
13:50:14 #8 48.42 (65/143): perl-File-stat-1.09-486.fc36.noarch.r 591 kB/s |  22 kB     00:00    
13:50:14 #8 48.43 (66/143): perl-FileHandle-2.03-486.fc36.noarch. 536 kB/s |  20 kB     00:00    
13:50:14 #8 48.45 (67/143): perl-Getopt-Long-2.52-479.fc36.noarch 1.5 MB/s |  60 kB     00:00    
13:50:15 #8 48.46 (68/143): perl-Getopt-Std-1.13-486.fc36.noarch. 540 kB/s |  21 kB     00:00    
13:50:15 #8 48.47 (69/143): perl-HTTP-Tiny-0.080-2.fc36.noarch.rp 1.4 MB/s |  55 kB     00:00    
13:50:15 #8 48.49 (70/143): perl-IO-1.46-486.fc36.aarch64.rpm     2.3 MB/s |  92 kB     00:00    
13:50:15 #8 48.49 (71/143): perl-IO-Socket-IP-0.41-480.fc36.noarc 1.1 MB/s |  42 kB     00:00    
13:50:15 #8 48.57 (72/143): perl-IO-Socket-SSL-2.074-2.fc36.noarc 2.1 MB/s | 218 kB     00:00    
13:50:15 #8 48.58 (73/143): perl-IPC-Open3-1.21-486.fc36.noarch.r 319 kB/s |  28 kB     00:00    
13:50:15 #8 48.58 (74/143): perl-MIME-Base64-3.16-479.fc36.aarch6 356 kB/s |  30 kB     00:00    
13:50:15 #8 48.61 (75/143): perl-Mozilla-CA-20211001-2.fc36.noarc 325 kB/s |  12 kB     00:00    
13:50:15 #8 48.62 (76/143): perl-NDBM_File-1.15-486.fc36.aarch64. 701 kB/s |  27 kB     00:00    
13:50:15 #8 48.65 (77/143): perl-POSIX-1.97-486.fc36.aarch64.rpm  2.4 MB/s | 103 kB     00:00    
13:50:15 #8 48.66 (78/143): perl-PathTools-3.80-479.fc36.aarch64. 2.1 MB/s |  85 kB     00:00    
13:50:15 #8 48.70 (79/143): perl-Net-SSLeay-1.92-2.fc36.aarch64.r 3.0 MB/s | 365 kB     00:00    
13:50:15 #8 48.70 (80/143): perl-Pod-Escapes-1.07-479.fc36.noarch 400 kB/s |  20 kB     00:00    
13:50:15 #8 48.71 (81/143): perl-Pod-Perldoc-3.28.01-480.fc36.noa 1.5 MB/s |  83 kB     00:00    
13:50:15 #8 48.77 (82/143): perl-Pod-Simple-3.43-3.fc36.noarch.rp 3.0 MB/s | 215 kB     00:00    
13:50:15 #8 48.77 (83/143): perl-Pod-Usage-2.01-479.fc36.noarch.r 565 kB/s |  40 kB     00:00    
13:50:15 #8 48.81 (84/143): perl-SelectSaver-1.02-486.fc36.noarch 438 kB/s |  17 kB     00:00    
13:50:15 #8 48.82 (85/143): perl-Storable-3.25-2.fc36.aarch64.rpm 1.8 MB/s |  93 kB     00:00    
13:50:15 #8 48.83 (86/143): perl-Scalar-List-Utils-1.62-464.fc36. 602 kB/s |  70 kB     00:00    
13:50:15 #8 48.85 (87/143): perl-Symbol-1.09-486.fc36.noarch.rpm  511 kB/s |  19 kB     00:00    
13:50:15 #8 48.87 (88/143): perl-Term-ANSIColor-5.01-480.fc36.noa 1.2 MB/s |  48 kB     00:00    
13:50:15 #8 48.87 (89/143): perl-Term-Cap-1.17-479.fc36.noarch.rp 545 kB/s |  22 kB     00:00    
13:50:15 #8 48.88 (90/143): perl-Text-Tabs+Wrap-2021.0814-2.fc36. 587 kB/s |  22 kB     00:00    
13:50:15 #8 48.90 (91/143): perl-Time-Local-1.300-479.fc36.noarch 882 kB/s |  34 kB     00:00    
13:50:15 #8 48.92 (92/143): perl-URI-5.10-1.fc36.noarch.rpm       2.1 MB/s | 108 kB     00:00    
13:50:15 #8 48.92 (93/143): perl-base-2.27-486.fc36.noarch.rpm    544 kB/s |  21 kB     00:00    
13:50:15 #8 48.94 (94/143): perl-constant-1.33-480.fc36.noarch.rp 581 kB/s |  23 kB     00:00    
13:50:15 #8 49.01 (95/143): perl-if-0.60.900-486.fc36.noarch.rpm  217 kB/s |  19 kB     00:00    
13:50:15 #8 49.07 (96/143): perl-interpreter-5.34.1-486.fc36.aarc 513 kB/s |  76 kB     00:00    
13:50:15 #8 49.10 (97/143): perl-libnet-3.13-480.fc36.noarch.rpm  799 kB/s | 126 kB     00:00    
13:50:15 #8 49.12 (98/143): perl-mro-1.25-486.fc36.aarch64.rpm    716 kB/s |  33 kB     00:00    
13:50:15 #8 49.26 (99/143): perl-overload-1.33-486.fc36.noarch.rp 328 kB/s |  50 kB     00:00    
13:50:15 #8 49.28 (100/143): perl-overloading-0.02-486.fc36.noarc 109 kB/s |  18 kB     00:00    
13:50:15 #8 49.29 (101/143): perl-parent-0.238-479.fc36.noarch.rp 365 kB/s |  14 kB     00:00    
13:50:15 #8 49.32 (102/143): perl-podlators-4.14-479.fc36.noarch. 2.8 MB/s | 112 kB     00:00    
13:50:15 #8 49.33 (103/143): perl-srpm-macros-1-43.fc36.noarch.rp 222 kB/s | 8.4 kB     00:00    
13:50:15 #8 49.36 (104/143): perl-subs-1.04-486.fc36.noarch.rpm   439 kB/s |  17 kB     00:00    
13:50:15 #8 49.37 (105/143): perl-vars-1.05-486.fc36.noarch.rpm   463 kB/s |  18 kB     00:00    
13:50:15 #8 49.40 (106/143): pkgconf-1.8.0-2.fc36.aarch64.rpm     1.0 MB/s |  41 kB     00:00    
13:50:15 #8 49.41 (107/143): pkgconf-m4-1.8.0-2.fc36.noarch.rpm   387 kB/s |  14 kB     00:00    
13:50:16 #8 49.51 (108/143): perl-libs-5.34.1-486.fc36.aarch64.rp 4.0 MB/s | 2.0 MB     00:00    
13:50:16 #8 49.52 (109/143): pkgconf-pkg-config-1.8.0-2.fc36.aarc  86 kB/s |  10 kB     00:00    
13:50:16 #8 49.52 (110/143): python-srpm-macros-3.10-17.fc36.noar 232 kB/s |  26 kB     00:00    
13:50:16 #8 49.56 (111/143): python3-construct-2.10.67-4.fc36.noa 2.7 MB/s | 112 kB     00:00    
13:50:16 #8 49.56 (112/143): python3-dbus-1.2.18-3.fc36.aarch64.r 3.2 MB/s | 132 kB     00:00    
13:50:16 #8 49.60 (113/143): python3-dateutil-2.8.1-8.fc36.noarch 3.4 MB/s | 289 kB     00:00    
13:50:16 #8 49.60 (114/143): python3-distro-1.6.0-2.fc36.noarch.r 778 kB/s |  38 kB     00:00    
13:50:16 #8 49.61 (115/143): python3-enchant-3.2.2-2.fc36.noarch. 1.7 MB/s |  79 kB     00:00    
13:50:16 #8 49.64 (116/143): python3-pybeam-0.7-2.fc36.noarch.rpm 604 kB/s |  24 kB     00:00    
13:50:16 #8 49.64 (117/143): python3-pyxdg-0.27-4.fc36.noarch.rpm 2.4 MB/s |  96 kB     00:00    
13:50:16 #8 49.65 (118/143): python3-six-1.16.0-5.fc36.noarch.rpm 912 kB/s |  36 kB     00:00    
13:50:16 #8 49.68 (119/143): python3-toml-0.10.2-6.fc36.noarch.rp 998 kB/s |  39 kB     00:00    
13:50:16 #8 49.69 (120/143): qt5-srpm-macros-5.15.3-1.fc36.noarch 215 kB/s | 8.1 kB     00:00    
13:50:16 #8 49.70 (121/143): python3-zstd-1.4.5.1-6.fc36.aarch64. 354 kB/s |  19 kB     00:00    
13:50:16 #8 49.72 (122/143): rpm-build-4.17.0-10.fc36.aarch64.rpm 1.5 MB/s |  61 kB     00:00    
13:50:16 #8 49.73 (123/143): rpmlint-2.2.0-3.fc36.noarch.rpm      5.0 MB/s | 240 kB     00:00    
13:50:16 #8 49.74 (124/143): rust-srpm-macros-21-1.fc36.noarch.rp 247 kB/s | 9.2 kB     00:00    
13:50:16 #8 49.80 (125/143): unzip-6.0-57.fc36.aarch64.rpm        2.5 MB/s | 182 kB     00:00    
13:50:16 #8 49.81 (126/143): xxhash-libs-0.8.1-2.fc36.aarch64.rpm 483 kB/s |  34 kB     00:00    
13:50:16 #8 49.85 (127/143): shared-mime-info-2.1-3.fc35.aarch64. 2.8 MB/s | 373 kB     00:00    
13:50:16 #8 49.86 (128/143): xz-5.2.5-9.fc36.aarch64.rpm          3.9 MB/s | 215 kB     00:00    
13:50:16 #8 49.94 (129/143): zip-3.0-32.fc36.aarch64.rpm          1.8 MB/s | 256 kB     00:00    
13:50:16 #8 50.01 (130/143): ansible-srpm-macros-1-5.fc36.noarch.  47 kB/s | 7.3 kB     00:00    
13:50:16 #8 50.13 (131/143): dnf-plugins-core-4.2.0-1.fc36.noarch 287 kB/s |  34 kB     00:00    
13:50:17 #8 50.45 (132/143): binutils-gold-2.37-27.fc36.aarch64.r 1.7 MB/s | 896 kB     00:00    
13:50:17 #8 50.62 (133/143): gdb-minimal-12.1-1.fc36.aarch64.rpm  7.1 MB/s | 3.5 MB     00:00    
13:50:17 #8 50.71 (134/143): binutils-2.37-27.fc36.aarch64.rpm    7.5 MB/s | 6.4 MB     00:00    
13:50:17 #8 50.77 (135/143): perl-Socket-2.033-1.fc36.aarch64.rpm 856 kB/s |  55 kB     00:00    
13:50:17 #8 50.83 (136/143): perl-Encode-3.17-485.fc36.aarch64.rp 7.9 MB/s | 1.7 MB     00:00    
13:50:17 #8 50.84 (137/143): perl-Text-ParseWords-3.31-1.fc36.noa 258 kB/s |  16 kB     00:00    
13:50:17 #8 50.90 (138/143): python3-dnf-plugins-core-4.2.0-1.fc3 3.3 MB/s | 221 kB     00:00    
13:50:17 #8 50.90 (139/143): redhat-rpm-config-219-1.fc36.noarch. 1.1 MB/s |  71 kB     00:00    
13:50:17 #8 51.03 (140/143): libicu-69.1-6.fc36.aarch64.rpm        17 MB/s | 9.7 MB     00:00    
13:50:17 #8 51.03 (141/143): rpmautospec-rpm-macros-0.2.6-1.fc36.  61 kB/s | 8.3 kB     00:00    
13:50:17 #8 51.12 (142/143): zstd-1.5.2-2.fc36.aarch64.rpm        4.6 MB/s | 412 kB     00:00    
13:50:18 #8 51.35 (143/143): webkit2gtk3-jsc-2.36.1-1.fc36.aarch6  13 MB/s | 6.0 MB     00:00    
13:50:18 #8 51.35 --------------------------------------------------------------------------------
13:50:18 #8 51.35 Total                                           8.6 MB/s |  46 MB     00:05     
13:50:19 #8 52.69 Running transaction check
13:50:19 #8 52.77 Transaction check succeeded.
13:50:19 #8 52.77 Running transaction test
13:50:20 #8 53.26 Transaction test succeeded.
13:50:20 #8 53.26 Running transaction
13:50:20 #8 54.13   Preparing        :                                                        1/1 
13:50:20 #8 54.17   Installing       : python3-six-1.16.0-5.fc36.noarch                     1/143 
13:50:20 #8 54.19   Installing       : hunspell-filesystem-1.7.0-19.fc36.aarch64            2/143 
13:50:20 #8 54.19   Installing       : hunspell-en-GB-0.20140811.1-22.fc36.noarch           3/143 
13:50:20 #8 54.20   Installing       : hunspell-en-0.20140811.1-22.fc36.noarch              4/143 
13:50:20 #8 54.23   Installing       : hunspell-en-US-0.20140811.1-22.fc36.noarch           5/143 
13:50:20 #8 54.24   Installing       : hunspell-1.7.0-19.fc36.aarch64                       6/143 
13:50:20 #8 54.25   Installing       : elfutils-debuginfod-client-0.186-3.fc36.aarch64      7/143 
13:50:21 #8 54.29   Installing       : binutils-gold-2.37-27.fc36.aarch64                   8/143 
13:50:21 #8 54.40   Installing       : binutils-2.37-27.fc36.aarch64                        9/143 
13:50:21 #8 54.43   Running scriptlet: binutils-2.37-27.fc36.aarch64                        9/143 
13:50:21 #8 54.46   Installing       : elfutils-0.186-3.fc36.aarch64                       10/143 
13:50:21 #8 54.50   Installing       : xz-5.2.5-9.fc36.aarch64                             11/143 
13:50:21 #8 54.50   Installing       : unzip-6.0-57.fc36.aarch64                           12/143 
13:50:21 #8 54.54   Installing       : libproxy-0.4.17-4.fc36.aarch64                      13/143 
13:50:21 #8 54.55   Installing       : fonts-filesystem-1:2.0.5-7.fc36.noarch              14/143 
13:50:21 #8 54.58   Installing       : file-5.41-4.fc36.aarch64                            15/143 
13:50:21 #8 54.59   Installing       : dwz-0.14-2.fc35.aarch64                             16/143 
13:50:21 #8 54.59   Installing       : abattis-cantarell-fonts-0.301-7.fc36.noarch         17/143 
13:50:21 #8 54.63   Installing       : adobe-source-code-pro-fonts-2.030.1.050-12.fc36.    18/143 
13:50:21 #8 54.65   Installing       : gsettings-desktop-schemas-42.0-1.fc36.aarch64       19/143 
13:50:21 #8 54.70   Installing       : zip-3.0-32.fc36.aarch64                             20/143 
13:50:21 #8 54.71   Installing       : enchant-1:1.6.0-30.fc36.aarch64                     21/143 
13:50:21 #8 54.75   Installing       : python3-enchant-3.2.2-2.fc36.noarch                 22/143 
13:50:21 #8 54.76   Installing       : python3-construct-2.10.67-4.fc36.noarch             23/143 
13:50:21 #8 54.79   Installing       : python3-pybeam-0.7-2.fc36.noarch                    24/143 
13:50:21 #8 54.80   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch              25/143 
13:50:21 #8 54.86   Installing       : zstd-1.5.2-2.fc36.aarch64                           26/143 
13:50:21 #8 54.87   Installing       : rpmautospec-rpm-macros-0.2.6-1.fc36.noarch          27/143 
13:50:21 #8 55.03   Installing       : libicu-69.1-6.fc36.aarch64                          28/143 
13:50:21 #8 55.16   Installing       : webkit2gtk3-jsc-2.36.1-1.fc36.aarch64               29/143 
13:50:21 #8 55.17   Installing       : libproxy-webkitgtk4-0.4.17-4.fc36.aarch64           30/143 
13:50:21 #8 55.20   Installing       : glib-networking-2.72.0-1.fc36.aarch64               31/143 
13:50:21 #8 55.26   Installing       : libsoup-2.74.2-2.fc36.aarch64                       32/143 
13:50:21 #8 55.26   Installing       : ansible-srpm-macros-1-5.fc36.noarch                 33/143 
13:50:21 #8 55.30   Installing       : xxhash-libs-0.8.1-2.fc36.aarch64                    34/143 
13:50:21 #8 55.35   Installing       : gdb-minimal-12.1-1.fc36.aarch64                     35/143 
13:50:22 #8 55.36   Installing       : debugedit-5.0-3.fc36.aarch64                        36/143 
13:50:22 #8 55.43   Installing       : shared-mime-info-2.1-3.fc35.aarch64                 37/143 
13:50:22 #8 55.47   Running scriptlet: shared-mime-info-2.1-3.fc35.aarch64                 37/143 
13:50:22 #8 55.49   Installing       : rust-srpm-macros-21-1.fc36.noarch                   38/143 
13:50:22 #8 55.49   Installing       : qt5-srpm-macros-5.15.3-1.fc36.noarch                39/143 
13:50:22 #8 55.50   Installing       : python3-zstd-1.4.5.1-6.fc36.aarch64                 40/143 
13:50:22 #8 55.57   Installing       : python3-toml-0.10.2-6.fc36.noarch                   41/143 
13:50:22 #8 55.58   Installing       : python3-pyxdg-0.27-4.fc36.noarch                    42/143 
13:50:22 #8 55.61   Installing       : python3-distro-1.6.0-2.fc36.noarch                  43/143 
13:50:22 #8 55.62   Installing       : pkgconf-m4-1.8.0-2.fc36.noarch                      44/143 
13:50:22 #8 55.62   Installing       : perl-srpm-macros-1-43.fc36.noarch                   45/143 
13:50:22 #8 55.65   Installing       : package-notes-srpm-macros-0.4-14.fc36.noarch        46/143 
13:50:22 #8 55.66   Installing       : openblas-srpm-macros-2-11.fc36.noarch               47/143 
13:50:22 #8 55.66   Installing       : ocaml-srpm-macros-6-6.fc36.noarch                   48/143 
13:50:22 #8 55.67   Installing       : nim-srpm-macros-3-6.fc36.noarch                     49/143 
13:50:22 #8 55.67   Installing       : ncurses-6.2-9.20210508.fc36.aarch64                 50/143 
13:50:22 #8 55.70   Installing       : lua-srpm-macros-1-6.fc36.noarch                     51/143 
13:50:22 #8 55.71   Installing       : libstemmer-0-18.585svn.fc36.aarch64                 52/143 
13:50:22 #8 55.75   Installing       : libpng-2:1.6.37-12.fc36.aarch64                     53/143 
13:50:22 #8 55.76   Installing       : libpkgconf-1.8.0-2.fc36.aarch64                     54/143 
13:50:22 #8 55.76   Installing       : pkgconf-1.8.0-2.fc36.aarch64                        55/143 
13:50:22 #8 55.80   Installing       : pkgconf-pkg-config-1.8.0-2.fc36.aarch64             56/143 
13:50:22 #8 55.81   Installing       : libjpeg-turbo-2.1.2-2.fc36.aarch64                  57/143 
13:50:22 #8 55.82   Installing       : gdk-pixbuf2-2.42.8-1.fc36.aarch64                   58/143 
13:50:22 #8 55.85   Installing       : kernel-srpm-macros-1.0-14.fc36.noarch               59/143 
13:50:22 #8 55.89   Installing       : json-glib-1.6.6-2.fc36.aarch64                      60/143 
13:50:22 #8 55.90   Installing       : libappstream-glib-0.7.18-4.fc36.aarch64             61/143 
13:50:22 #8 55.94   Installing       : info-6.8-3.fc36.aarch64                             62/143 
13:50:22 #8 55.95   Installing       : ed-1.14.2-12.fc36.aarch64                           63/143 
13:50:22 #8 56.00   Installing       : patch-2.7.6-16.fc36.aarch64                         64/143 
13:50:22 #8 56.00   Running scriptlet: groff-base-1.22.4-9.fc36.aarch64                    65/143 
13:50:22 #8 56.05   Installing       : groff-base-1.22.4-9.fc36.aarch64                    65/143 
13:50:22 #8 56.06   Running scriptlet: groff-base-1.22.4-9.fc36.aarch64                    65/143 
13:50:22 #8 56.07   Installing       : perl-Digest-1.20-2.fc36.noarch                      66/143 
13:50:22 #8 56.12   Installing       : perl-Digest-MD5-2.58-479.fc36.aarch64               67/143 
13:50:22 #8 56.13   Installing       : perl-B-1.82-486.fc36.aarch64                        68/143 
13:50:23 #8 56.17   Installing       : perl-FileHandle-2.03-486.fc36.noarch                69/143 
13:50:23 #8 56.18   Installing       : perl-AutoLoader-5.74-486.fc36.noarch                70/143 
13:50:23 #8 56.18   Installing       : perl-Data-Dumper-2.183-3.fc36.aarch64               71/143 
13:50:23 #8 56.22   Installing       : perl-libnet-3.13-480.fc36.noarch                    72/143 
13:50:23 #8 56.22   Installing       : perl-base-2.27-486.fc36.noarch                      73/143 
13:50:23 #8 56.24   Installing       : perl-Net-SSLeay-1.92-2.fc36.aarch64                 74/143 
13:50:23 #8 56.28   Installing       : perl-URI-5.10-1.fc36.noarch                         75/143 
13:50:23 #8 56.38   Installing       : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         76/143 
13:50:23 #8 56.38   Installing       : perl-Mozilla-CA-20211001-2.fc36.noarch              77/143 
13:50:23 #8 56.43   Installing       : perl-if-0.60.900-486.fc36.noarch                    78/143 
13:50:23 #8 56.44   Installing       : perl-Time-Local-2:1.300-479.fc36.noarch             79/143 
13:50:23 #8 56.44   Installing       : perl-File-Path-2.18-479.fc36.noarch                 80/143 
13:50:23 #8 56.45   Installing       : perl-Pod-Escapes-1:1.07-479.fc36.noarch             81/143 
13:50:23 #8 56.48   Installing       : perl-IO-Socket-IP-0.41-480.fc36.noarch              82/143 
13:50:23 #8 56.49   Installing       : perl-IO-Socket-SSL-2.074-2.fc36.noarch              83/143 
13:50:23 #8 56.53   Installing       : perl-Class-Struct-0.66-486.fc36.noarch              84/143 
13:50:23 #8 56.53   Installing       : perl-POSIX-1.97-486.fc36.aarch64                    85/143 
13:50:23 #8 56.54   Installing       : perl-Term-ANSIColor-5.01-480.fc36.noarch            86/143 
13:50:23 #8 56.56   Installing       : perl-subs-1.04-486.fc36.noarch                      87/143 
13:50:23 #8 56.57   Installing       : perl-Pod-Simple-1:3.43-3.fc36.noarch                88/143 
13:50:23 #8 56.58   Installing       : perl-Term-Cap-1.17-479.fc36.noarch                  89/143 
13:50:23 #8 56.61   Installing       : perl-File-Temp-1:0.231.100-479.fc36.noarch          90/143 
13:50:23 #8 56.61   Installing       : perl-IPC-Open3-1.21-486.fc36.noarch                 91/143 
13:50:23 #8 56.62   Installing       : perl-HTTP-Tiny-0.080-2.fc36.noarch                  92/143 
13:50:23 #8 56.65   Installing       : perl-SelectSaver-1.02-486.fc36.noarch               93/143 
13:50:23 #8 56.66   Installing       : perl-Symbol-1.09-486.fc36.noarch                    94/143 
13:50:23 #8 56.66   Installing       : perl-File-stat-1.09-486.fc36.noarch                 95/143 
13:50:23 #8 56.69   Installing       : perl-Socket-4:2.033-1.fc36.aarch64                  96/143 
13:50:23 #8 56.70   Installing       : perl-podlators-1:4.14-479.fc36.noarch               97/143 
13:50:23 #8 56.71   Installing       : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            98/143 
13:50:23 #8 56.77   Installing       : perl-Fcntl-1.14-486.fc36.aarch64                    99/143 
13:50:23 #8 56.78   Installing       : perl-mro-1.25-486.fc36.aarch64                     100/143 
13:50:23 #8 56.82   Installing       : perl-overloading-0.02-486.fc36.noarch              101/143 
13:50:23 #8 56.83   Installing       : perl-IO-1.46-486.fc36.aarch64                      102/143 
13:50:23 #8 56.84   Installing       : perl-Text-ParseWords-3.31-1.fc36.noarch            103/143 
13:50:23 #8 56.86   Installing       : perl-Pod-Usage-4:2.01-479.fc36.noarch              104/143 
13:50:23 #8 56.87   Installing       : perl-Errno-1.33-486.fc36.aarch64                   105/143 
13:50:23 #8 56.87   Installing       : perl-File-Basename-2.85-486.fc36.noarch            106/143 
13:50:23 #8 56.90   Installing       : perl-Getopt-Std-1.13-486.fc36.noarch               107/143 
13:50:23 #8 56.91   Installing       : perl-MIME-Base64-3.16-479.fc36.aarch64             108/143 
13:50:23 #8 56.91   Installing       : perl-Scalar-List-Utils-5:1.62-464.fc36.aarch64     109/143 
13:50:23 #8 56.94   Installing       : perl-constant-1.33-480.fc36.noarch                 110/143 
13:50:23 #8 56.94   Installing       : perl-overload-1.33-486.fc36.noarch                 111/143 
13:50:23 #8 57.00   Installing       : perl-parent-1:0.238-479.fc36.noarch                112/143 
13:50:23 #8 57.00   Installing       : perl-vars-1.05-486.fc36.noarch                     113/143 
13:50:23 #8 57.01   Installing       : perl-Storable-1:3.25-2.fc36.aarch64                114/143 
13:50:23 #8 57.01   Installing       : perl-Getopt-Long-1:2.52-479.fc36.noarch            115/143 
13:50:23 #8 57.05   Installing       : perl-DynaLoader-1.50-486.fc36.aarch64              116/143 
13:50:23 #8 57.06   Installing       : perl-Carp-1.52-479.fc36.noarch                     117/143 
13:50:23 #8 57.06   Installing       : perl-Exporter-5.76-480.fc36.noarch                 118/143 
13:50:23 #8 57.10   Installing       : perl-NDBM_File-1.15-486.fc36.aarch64               119/143 
13:50:23 #8 57.11   Installing       : perl-PathTools-3.80-479.fc36.aarch64               120/143 
13:50:24 #8 57.19   Installing       : perl-Encode-4:3.17-485.fc36.aarch64                121/143 
13:50:24 #8 57.28   Installing       : perl-libs-4:5.34.1-486.fc36.aarch64                122/143 
13:50:24 #8 57.33   Installing       : perl-interpreter-4:5.34.1-486.fc36.aarch64         123/143 
13:50:24 #8 57.34   Installing       : devscripts-checkbashisms-2.22.1-1.fc36.aarch64     124/143 
13:50:24 #8 57.37   Installing       : gnat-srpm-macros-4-15.fc36.noarch                  125/143 
13:50:24 #8 57.37   Installing       : ghc-srpm-macros-1.5.0-6.fc36.noarch                126/143 
13:50:24 #8 57.37   Installing       : fpc-srpm-macros-1.3-5.fc36.noarch                  127/143 
13:50:24 #8 57.38   Installing       : efi-srpm-macros-5-5.fc36.noarch                    128/143 
13:50:24 #8 57.38   Installing       : fonts-srpm-macros-1:2.0.5-7.fc36.noarch            129/143 
13:50:24 #8 57.43   Installing       : go-srpm-macros-3.0.15-1.fc36.noarch                130/143 
13:50:24 #8 57.44   Installing       : python-srpm-macros-3.10-17.fc36.noarch             131/143 
13:50:24 #8 57.45   Installing       : redhat-rpm-config-219-1.fc36.noarch                132/143 
13:50:24 #8 57.48   Installing       : diffutils-3.8-2.fc36.aarch64                       133/143 
13:50:24 #8 57.49   Installing       : dbus-libs-1:1.14.0-1.fc36.aarch64                  134/143 
13:50:24 #8 57.54   Installing       : python3-dbus-1.2.18-3.fc36.aarch64                 135/143 
13:50:24 #8 57.61   Installing       : python3-dnf-plugins-core-4.2.0-1.fc36.noarch       136/143 
13:50:24 #8 57.62   Installing       : dash-0.5.10.2-10.fc36.aarch64                      137/143 
13:50:24 #8 57.65   Running scriptlet: dash-0.5.10.2-10.fc36.aarch64                      137/143 
13:50:24 #8 57.67   Installing       : cpio-2.13-12.fc36.aarch64                          138/143 
13:50:24 #8 57.68   Installing       : bzip2-1.0.8-11.fc36.aarch64                        139/143 
13:50:24 #8 57.71   Installing       : rpm-build-4.17.0-10.fc36.aarch64                   140/143 
13:50:24 #8 57.74   Installing       : rpmlint-2.2.0-3.fc36.noarch                        141/143 
13:50:24 #8 57.78   Installing       : dnf-plugins-core-4.2.0-1.fc36.noarch               142/143 
13:50:24 #8 57.92   Installing       : glibc-gconv-extra-2.35-4.fc36.aarch64              143/143 
13:50:30 #8 57.95   Running scriptlet: glibc-gconv-extra-2.35-4.fc36.aarch64              143/143 
13:50:30 #8 62.48   Verifying        : abattis-cantarell-fonts-0.301-7.fc36.noarch          1/143 
13:50:30 #8 62.48   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-12.fc36.     2/143 
13:50:30 #8 62.48   Verifying        : bzip2-1.0.8-11.fc36.aarch64                          3/143 
13:50:30 #8 62.48   Verifying        : cpio-2.13-12.fc36.aarch64                            4/143 
13:50:30 #8 62.48   Verifying        : dash-0.5.10.2-10.fc36.aarch64                        5/143 
13:50:30 #8 62.48   Verifying        : dbus-libs-1:1.14.0-1.fc36.aarch64                    6/143 
13:50:30 #8 62.48   Verifying        : debugedit-5.0-3.fc36.aarch64                         7/143 
13:50:30 #8 62.48   Verifying        : devscripts-checkbashisms-2.22.1-1.fc36.aarch64       8/143 
13:50:30 #8 62.48   Verifying        : diffutils-3.8-2.fc36.aarch64                         9/143 
13:50:30 #8 62.48   Verifying        : dwz-0.14-2.fc35.aarch64                             10/143 
13:50:30 #8 62.48   Verifying        : ed-1.14.2-12.fc36.aarch64                           11/143 
13:50:30 #8 62.48   Verifying        : efi-srpm-macros-5-5.fc36.noarch                     12/143 
13:50:30 #8 62.48   Verifying        : elfutils-0.186-3.fc36.aarch64                       13/143 
13:50:30 #8 62.48   Verifying        : elfutils-debuginfod-client-0.186-3.fc36.aarch64     14/143 
13:50:30 #8 62.48   Verifying        : enchant-1:1.6.0-30.fc36.aarch64                     15/143 
13:50:30 #8 62.48   Verifying        : file-5.41-4.fc36.aarch64                            16/143 
13:50:30 #8 62.48   Verifying        : fonts-filesystem-1:2.0.5-7.fc36.noarch              17/143 
13:50:30 #8 62.48   Verifying        : fonts-srpm-macros-1:2.0.5-7.fc36.noarch             18/143 
13:50:30 #8 62.48   Verifying        : fpc-srpm-macros-1.3-5.fc36.noarch                   19/143 
13:50:30 #8 62.48   Verifying        : gdk-pixbuf2-2.42.8-1.fc36.aarch64                   20/143 
13:50:30 #8 62.48   Verifying        : ghc-srpm-macros-1.5.0-6.fc36.noarch                 21/143 
13:50:30 #8 62.48   Verifying        : glib-networking-2.72.0-1.fc36.aarch64               22/143 
13:50:30 #8 62.48   Verifying        : glibc-gconv-extra-2.35-4.fc36.aarch64               23/143 
13:50:30 #8 62.48   Verifying        : gnat-srpm-macros-4-15.fc36.noarch                   24/143 
13:50:30 #8 62.48   Verifying        : go-srpm-macros-3.0.15-1.fc36.noarch                 25/143 
13:50:30 #8 62.49   Verifying        : groff-base-1.22.4-9.fc36.aarch64                    26/143 
13:50:30 #8 62.49   Verifying        : gsettings-desktop-schemas-42.0-1.fc36.aarch64       27/143 
13:50:30 #8 62.49   Verifying        : hunspell-1.7.0-19.fc36.aarch64                      28/143 
13:50:30 #8 62.49   Verifying        : hunspell-en-0.20140811.1-22.fc36.noarch             29/143 
13:50:30 #8 62.49   Verifying        : hunspell-en-GB-0.20140811.1-22.fc36.noarch          30/143 
13:50:30 #8 62.49   Verifying        : hunspell-en-US-0.20140811.1-22.fc36.noarch          31/143 
13:50:30 #8 62.49   Verifying        : hunspell-filesystem-1.7.0-19.fc36.aarch64           32/143 
13:50:30 #8 62.49   Verifying        : info-6.8-3.fc36.aarch64                             33/143 
13:50:30 #8 62.49   Verifying        : json-glib-1.6.6-2.fc36.aarch64                      34/143 
13:50:30 #8 62.49   Verifying        : kernel-srpm-macros-1.0-14.fc36.noarch               35/143 
13:50:30 #8 62.49   Verifying        : libappstream-glib-0.7.18-4.fc36.aarch64             36/143 
13:50:30 #8 62.49   Verifying        : libjpeg-turbo-2.1.2-2.fc36.aarch64                  37/143 
13:50:30 #8 62.49   Verifying        : libpkgconf-1.8.0-2.fc36.aarch64                     38/143 
13:50:30 #8 62.49   Verifying        : libpng-2:1.6.37-12.fc36.aarch64                     39/143 
13:50:30 #8 62.49   Verifying        : libproxy-0.4.17-4.fc36.aarch64                      40/143 
13:50:30 #8 62.49   Verifying        : libproxy-webkitgtk4-0.4.17-4.fc36.aarch64           41/143 
13:50:30 #8 62.49   Verifying        : libsoup-2.74.2-2.fc36.aarch64                       42/143 
13:50:30 #8 62.49   Verifying        : libstemmer-0-18.585svn.fc36.aarch64                 43/143 
13:50:30 #8 62.49   Verifying        : lua-srpm-macros-1-6.fc36.noarch                     44/143 
13:50:30 #8 62.49   Verifying        : ncurses-6.2-9.20210508.fc36.aarch64                 45/143 
13:50:30 #8 62.49   Verifying        : nim-srpm-macros-3-6.fc36.noarch                     46/143 
13:50:30 #8 62.49   Verifying        : ocaml-srpm-macros-6-6.fc36.noarch                   47/143 
13:50:30 #8 62.49   Verifying        : openblas-srpm-macros-2-11.fc36.noarch               48/143 
13:50:30 #8 62.49   Verifying        : package-notes-srpm-macros-0.4-14.fc36.noarch        49/143 
13:50:30 #8 62.49   Verifying        : patch-2.7.6-16.fc36.aarch64                         50/143 
13:50:30 #8 62.49   Verifying        : perl-AutoLoader-5.74-486.fc36.noarch                51/143 
13:50:30 #8 62.49   Verifying        : perl-B-1.82-486.fc36.aarch64                        52/143 
13:50:30 #8 62.49   Verifying        : perl-Carp-1.52-479.fc36.noarch                      53/143 
13:50:30 #8 62.49   Verifying        : perl-Class-Struct-0.66-486.fc36.noarch              54/143 
13:50:30 #8 62.49   Verifying        : perl-Data-Dumper-2.183-3.fc36.aarch64               55/143 
13:50:30 #8 62.49   Verifying        : perl-Digest-1.20-2.fc36.noarch                      56/143 
13:50:30 #8 62.49   Verifying        : perl-Digest-MD5-2.58-479.fc36.aarch64               57/143 
13:50:30 #8 62.49   Verifying        : perl-DynaLoader-1.50-486.fc36.aarch64               58/143 
13:50:30 #8 62.49   Verifying        : perl-Errno-1.33-486.fc36.aarch64                    59/143 
13:50:30 #8 62.49   Verifying        : perl-Exporter-5.76-480.fc36.noarch                  60/143 
13:50:30 #8 62.49   Verifying        : perl-Fcntl-1.14-486.fc36.aarch64                    61/143 
13:50:30 #8 62.49   Verifying        : perl-File-Basename-2.85-486.fc36.noarch             62/143 
13:50:30 #8 62.49   Verifying        : perl-File-Path-2.18-479.fc36.noarch                 63/143 
13:50:30 #8 62.49   Verifying        : perl-File-Temp-1:0.231.100-479.fc36.noarch          64/143 
13:50:30 #8 62.49   Verifying        : perl-File-stat-1.09-486.fc36.noarch                 65/143 
13:50:30 #8 62.49   Verifying        : perl-FileHandle-2.03-486.fc36.noarch                66/143 
13:50:30 #8 62.49   Verifying        : perl-Getopt-Long-1:2.52-479.fc36.noarch             67/143 
13:50:30 #8 62.49   Verifying        : perl-Getopt-Std-1.13-486.fc36.noarch                68/143 
13:50:30 #8 62.49   Verifying        : perl-HTTP-Tiny-0.080-2.fc36.noarch                  69/143 
13:50:30 #8 62.49   Verifying        : perl-IO-1.46-486.fc36.aarch64                       70/143 
13:50:30 #8 62.49   Verifying        : perl-IO-Socket-IP-0.41-480.fc36.noarch              71/143 
13:50:30 #8 62.49   Verifying        : perl-IO-Socket-SSL-2.074-2.fc36.noarch              72/143 
13:50:30 #8 62.49   Verifying        : perl-IPC-Open3-1.21-486.fc36.noarch                 73/143 
13:50:30 #8 62.49   Verifying        : perl-MIME-Base64-3.16-479.fc36.aarch64              74/143 
13:50:30 #8 62.49   Verifying        : perl-Mozilla-CA-20211001-2.fc36.noarch              75/143 
13:50:30 #8 62.49   Verifying        : perl-NDBM_File-1.15-486.fc36.aarch64                76/143 
13:50:30 #8 62.49   Verifying        : perl-Net-SSLeay-1.92-2.fc36.aarch64                 77/143 
13:50:30 #8 62.49   Verifying        : perl-POSIX-1.97-486.fc36.aarch64                    78/143 
13:50:30 #8 62.49   Verifying        : perl-PathTools-3.80-479.fc36.aarch64                79/143 
13:50:30 #8 62.49   Verifying        : perl-Pod-Escapes-1:1.07-479.fc36.noarch             80/143 
13:50:30 #8 62.49   Verifying        : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            81/143 
13:50:30 #8 62.49   Verifying        : perl-Pod-Simple-1:3.43-3.fc36.noarch                82/143 
13:50:30 #8 62.49   Verifying        : perl-Pod-Usage-4:2.01-479.fc36.noarch               83/143 
13:50:30 #8 62.49   Verifying        : perl-Scalar-List-Utils-5:1.62-464.fc36.aarch64      84/143 
13:50:30 #8 62.49   Verifying        : perl-SelectSaver-1.02-486.fc36.noarch               85/143 
13:50:30 #8 62.49   Verifying        : perl-Storable-1:3.25-2.fc36.aarch64                 86/143 
13:50:30 #8 62.49   Verifying        : perl-Symbol-1.09-486.fc36.noarch                    87/143 
13:50:30 #8 62.49   Verifying        : perl-Term-ANSIColor-5.01-480.fc36.noarch            88/143 
13:50:30 #8 62.49   Verifying        : perl-Term-Cap-1.17-479.fc36.noarch                  89/143 
13:50:30 #8 62.49   Verifying        : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         90/143 
13:50:30 #8 62.49   Verifying        : perl-Time-Local-2:1.300-479.fc36.noarch             91/143 
13:50:30 #8 62.49   Verifying        : perl-URI-5.10-1.fc36.noarch                         92/143 
13:50:30 #8 62.49   Verifying        : perl-base-2.27-486.fc36.noarch                      93/143 
13:50:30 #8 62.49   Verifying        : perl-constant-1.33-480.fc36.noarch                  94/143 
13:50:30 #8 62.49   Verifying        : perl-if-0.60.900-486.fc36.noarch                    95/143 
13:50:30 #8 62.49   Verifying        : perl-interpreter-4:5.34.1-486.fc36.aarch64          96/143 
13:50:30 #8 62.49   Verifying        : perl-libnet-3.13-480.fc36.noarch                    97/143 
13:50:30 #8 62.49   Verifying        : perl-libs-4:5.34.1-486.fc36.aarch64                 98/143 
13:50:30 #8 62.49   Verifying        : perl-mro-1.25-486.fc36.aarch64                      99/143 
13:50:30 #8 62.49   Verifying        : perl-overload-1.33-486.fc36.noarch                 100/143 
13:50:30 #8 62.49   Verifying        : perl-overloading-0.02-486.fc36.noarch              101/143 
13:50:30 #8 62.49   Verifying        : perl-parent-1:0.238-479.fc36.noarch                102/143 
13:50:30 #8 62.49   Verifying        : perl-podlators-1:4.14-479.fc36.noarch              103/143 
13:50:30 #8 62.49   Verifying        : perl-srpm-macros-1-43.fc36.noarch                  104/143 
13:50:30 #8 62.49   Verifying        : perl-subs-1.04-486.fc36.noarch                     105/143 
13:50:30 #8 62.49   Verifying        : perl-vars-1.05-486.fc36.noarch                     106/143 
13:50:30 #8 62.49   Verifying        : pkgconf-1.8.0-2.fc36.aarch64                       107/143 
13:50:30 #8 62.49   Verifying        : pkgconf-m4-1.8.0-2.fc36.noarch                     108/143 
13:50:30 #8 62.49   Verifying        : pkgconf-pkg-config-1.8.0-2.fc36.aarch64            109/143 
13:50:30 #8 62.49   Verifying        : python-srpm-macros-3.10-17.fc36.noarch             110/143 
13:50:30 #8 62.49   Verifying        : python3-construct-2.10.67-4.fc36.noarch            111/143 
13:50:30 #8 62.49   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch             112/143 
13:50:30 #8 62.49   Verifying        : python3-dbus-1.2.18-3.fc36.aarch64                 113/143 
13:50:30 #8 62.49   Verifying        : python3-distro-1.6.0-2.fc36.noarch                 114/143 
13:50:30 #8 62.49   Verifying        : python3-enchant-3.2.2-2.fc36.noarch                115/143 
13:50:30 #8 62.49   Verifying        : python3-pybeam-0.7-2.fc36.noarch                   116/143 
13:50:30 #8 62.50   Verifying        : python3-pyxdg-0.27-4.fc36.noarch                   117/143 
13:50:30 #8 62.50   Verifying        : python3-six-1.16.0-5.fc36.noarch                   118/143 
13:50:30 #8 62.50   Verifying        : python3-toml-0.10.2-6.fc36.noarch                  119/143 
13:50:30 #8 62.50   Verifying        : python3-zstd-1.4.5.1-6.fc36.aarch64                120/143 
13:50:30 #8 62.50   Verifying        : qt5-srpm-macros-5.15.3-1.fc36.noarch               121/143 
13:50:30 #8 62.50   Verifying        : rpm-build-4.17.0-10.fc36.aarch64                   122/143 
13:50:30 #8 62.50   Verifying        : rpmlint-2.2.0-3.fc36.noarch                        123/143 
13:50:30 #8 62.50   Verifying        : rust-srpm-macros-21-1.fc36.noarch                  124/143 
13:50:30 #8 62.50   Verifying        : shared-mime-info-2.1-3.fc35.aarch64                125/143 
13:50:30 #8 62.50   Verifying        : unzip-6.0-57.fc36.aarch64                          126/143 
13:50:30 #8 62.50   Verifying        : xxhash-libs-0.8.1-2.fc36.aarch64                   127/143 
13:50:30 #8 62.50   Verifying        : xz-5.2.5-9.fc36.aarch64                            128/143 
13:50:30 #8 62.50   Verifying        : zip-3.0-32.fc36.aarch64                            129/143 
13:50:30 #8 62.50   Verifying        : ansible-srpm-macros-1-5.fc36.noarch                130/143 
13:50:30 #8 62.50   Verifying        : binutils-2.37-27.fc36.aarch64                      131/143 
13:50:30 #8 62.50   Verifying        : binutils-gold-2.37-27.fc36.aarch64                 132/143 
13:50:30 #8 62.50   Verifying        : dnf-plugins-core-4.2.0-1.fc36.noarch               133/143 
13:50:30 #8 62.50   Verifying        : gdb-minimal-12.1-1.fc36.aarch64                    134/143 
13:50:30 #8 62.50   Verifying        : libicu-69.1-6.fc36.aarch64                         135/143 
13:50:30 #8 62.50   Verifying        : perl-Encode-4:3.17-485.fc36.aarch64                136/143 
13:50:30 #8 62.50   Verifying        : perl-Socket-4:2.033-1.fc36.aarch64                 137/143 
13:50:30 #8 62.50   Verifying        : perl-Text-ParseWords-3.31-1.fc36.noarch            138/143 
13:50:30 #8 62.50   Verifying        : python3-dnf-plugins-core-4.2.0-1.fc36.noarch       139/143 
13:50:30 #8 62.50   Verifying        : redhat-rpm-config-219-1.fc36.noarch                140/143 
13:50:30 #8 62.50   Verifying        : rpmautospec-rpm-macros-0.2.6-1.fc36.noarch         141/143 
13:50:30 #8 62.50   Verifying        : webkit2gtk3-jsc-2.36.1-1.fc36.aarch64              142/143 
13:50:30 #8 62.50   Verifying        : zstd-1.5.2-2.fc36.aarch64                          143/143 
13:50:30 #8 62.64 
13:50:30 #8 62.64 Installed:
13:50:30 #8 62.64   abattis-cantarell-fonts-0.301-7.fc36.noarch                                   
13:50:30 #8 62.64   adobe-source-code-pro-fonts-2.030.1.050-12.fc36.noarch                        
13:50:30 #8 62.64   ansible-srpm-macros-1-5.fc36.noarch                                           
13:50:30 #8 62.64   binutils-2.37-27.fc36.aarch64                                                 
13:50:30 #8 62.64   binutils-gold-2.37-27.fc36.aarch64                                            
13:50:30 #8 62.64   bzip2-1.0.8-11.fc36.aarch64                                                   
13:50:30 #8 62.64   cpio-2.13-12.fc36.aarch64                                                     
13:50:30 #8 62.64   dash-0.5.10.2-10.fc36.aarch64                                                 
13:50:30 #8 62.64   dbus-libs-1:1.14.0-1.fc36.aarch64                                             
13:50:30 #8 62.64   debugedit-5.0-3.fc36.aarch64                                                  
13:50:30 #8 62.64   devscripts-checkbashisms-2.22.1-1.fc36.aarch64                                
13:50:30 #8 62.64   diffutils-3.8-2.fc36.aarch64                                                  
13:50:30 #8 62.64   dnf-plugins-core-4.2.0-1.fc36.noarch                                          
13:50:30 #8 62.64   dwz-0.14-2.fc35.aarch64                                                       
13:50:30 #8 62.64   ed-1.14.2-12.fc36.aarch64                                                     
13:50:30 #8 62.64   efi-srpm-macros-5-5.fc36.noarch                                               
13:50:30 #8 62.64   elfutils-0.186-3.fc36.aarch64                                                 
13:50:30 #8 62.64   elfutils-debuginfod-client-0.186-3.fc36.aarch64                               
13:50:30 #8 62.64   enchant-1:1.6.0-30.fc36.aarch64                                               
13:50:30 #8 62.64   file-5.41-4.fc36.aarch64                                                      
13:50:30 #8 62.64   fonts-filesystem-1:2.0.5-7.fc36.noarch                                        
13:50:30 #8 62.64   fonts-srpm-macros-1:2.0.5-7.fc36.noarch                                       
13:50:30 #8 62.64   fpc-srpm-macros-1.3-5.fc36.noarch                                             
13:50:30 #8 62.64   gdb-minimal-12.1-1.fc36.aarch64                                               
13:50:30 #8 62.64   gdk-pixbuf2-2.42.8-1.fc36.aarch64                                             
13:50:30 #8 62.64   ghc-srpm-macros-1.5.0-6.fc36.noarch                                           
13:50:30 #8 62.64   glib-networking-2.72.0-1.fc36.aarch64                                         
13:50:30 #8 62.64   glibc-gconv-extra-2.35-4.fc36.aarch64                                         
13:50:30 #8 62.64   gnat-srpm-macros-4-15.fc36.noarch                                             
13:50:30 #8 62.64   go-srpm-macros-3.0.15-1.fc36.noarch                                           
13:50:30 #8 62.64   groff-base-1.22.4-9.fc36.aarch64                                              
13:50:30 #8 62.64   gsettings-desktop-schemas-42.0-1.fc36.aarch64                                 
13:50:30 #8 62.64   hunspell-1.7.0-19.fc36.aarch64                                                
13:50:30 #8 62.64   hunspell-en-0.20140811.1-22.fc36.noarch                                       
13:50:30 #8 62.64   hunspell-en-GB-0.20140811.1-22.fc36.noarch                                    
13:50:30 #8 62.64   hunspell-en-US-0.20140811.1-22.fc36.noarch                                    
13:50:30 #8 62.64   hunspell-filesystem-1.7.0-19.fc36.aarch64                                     
13:50:30 #8 62.64   info-6.8-3.fc36.aarch64                                                       
13:50:30 #8 62.64   json-glib-1.6.6-2.fc36.aarch64                                                
13:50:30 #8 62.64   kernel-srpm-macros-1.0-14.fc36.noarch                                         
13:50:30 #8 62.64   libappstream-glib-0.7.18-4.fc36.aarch64                                       
13:50:30 #8 62.64   libicu-69.1-6.fc36.aarch64                                                    
13:50:30 #8 62.64   libjpeg-turbo-2.1.2-2.fc36.aarch64                                            
13:50:30 #8 62.64   libpkgconf-1.8.0-2.fc36.aarch64                                               
13:50:30 #8 62.64   libpng-2:1.6.37-12.fc36.aarch64                                               
13:50:30 #8 62.64   libproxy-0.4.17-4.fc36.aarch64                                                
13:50:30 #8 62.64   libproxy-webkitgtk4-0.4.17-4.fc36.aarch64                                     
13:50:30 #8 62.64   libsoup-2.74.2-2.fc36.aarch64                                                 
13:50:30 #8 62.64   libstemmer-0-18.585svn.fc36.aarch64                                           
13:50:30 #8 62.64   lua-srpm-macros-1-6.fc36.noarch                                               
13:50:30 #8 62.64   ncurses-6.2-9.20210508.fc36.aarch64                                           
13:50:30 #8 62.64   nim-srpm-macros-3-6.fc36.noarch                                               
13:50:30 #8 62.64   ocaml-srpm-macros-6-6.fc36.noarch                                             
13:50:30 #8 62.64   openblas-srpm-macros-2-11.fc36.noarch                                         
13:50:30 #8 62.64   package-notes-srpm-macros-0.4-14.fc36.noarch                                  
13:50:30 #8 62.64   patch-2.7.6-16.fc36.aarch64                                                   
13:50:30 #8 62.64   perl-AutoLoader-5.74-486.fc36.noarch                                          
13:50:30 #8 62.64   perl-B-1.82-486.fc36.aarch64                                                  
13:50:30 #8 62.64   perl-Carp-1.52-479.fc36.noarch                                                
13:50:30 #8 62.64   perl-Class-Struct-0.66-486.fc36.noarch                                        
13:50:30 #8 62.64   perl-Data-Dumper-2.183-3.fc36.aarch64                                         
13:50:30 #8 62.64   perl-Digest-1.20-2.fc36.noarch                                                
13:50:30 #8 62.64   perl-Digest-MD5-2.58-479.fc36.aarch64                                         
13:50:30 #8 62.64   perl-DynaLoader-1.50-486.fc36.aarch64                                         
13:50:30 #8 62.64   perl-Encode-4:3.17-485.fc36.aarch64                                           
13:50:30 #8 62.64   perl-Errno-1.33-486.fc36.aarch64                                              
13:50:30 #8 62.64   perl-Exporter-5.76-480.fc36.noarch                                            
13:50:30 #8 62.64   perl-Fcntl-1.14-486.fc36.aarch64                                              
13:50:30 #8 62.64   perl-File-Basename-2.85-486.fc36.noarch                                       
13:50:30 #8 62.64   perl-File-Path-2.18-479.fc36.noarch                                           
13:50:30 #8 62.64   perl-File-Temp-1:0.231.100-479.fc36.noarch                                    
13:50:30 #8 62.64   perl-File-stat-1.09-486.fc36.noarch                                           
13:50:30 #8 62.64   perl-FileHandle-2.03-486.fc36.noarch                                          
13:50:30 #8 62.64   perl-Getopt-Long-1:2.52-479.fc36.noarch                                       
13:50:30 #8 62.64   perl-Getopt-Std-1.13-486.fc36.noarch                                          
13:50:30 #8 62.64   perl-HTTP-Tiny-0.080-2.fc36.noarch                                            
13:50:30 #8 62.64   perl-IO-1.46-486.fc36.aarch64                                                 
13:50:30 #8 62.64   perl-IO-Socket-IP-0.41-480.fc36.noarch                                        
13:50:30 #8 62.64   perl-IO-Socket-SSL-2.074-2.fc36.noarch                                        
13:50:30 #8 62.64   perl-IPC-Open3-1.21-486.fc36.noarch                                           
13:50:30 #8 62.64   perl-MIME-Base64-3.16-479.fc36.aarch64                                        
13:50:30 #8 62.64   perl-Mozilla-CA-20211001-2.fc36.noarch                                        
13:50:30 #8 62.64   perl-NDBM_File-1.15-486.fc36.aarch64                                          
13:50:30 #8 62.64   perl-Net-SSLeay-1.92-2.fc36.aarch64                                           
13:50:30 #8 62.64   perl-POSIX-1.97-486.fc36.aarch64                                              
13:50:30 #8 62.64   perl-PathTools-3.80-479.fc36.aarch64                                          
13:50:30 #8 62.64   perl-Pod-Escapes-1:1.07-479.fc36.noarch                                       
13:50:30 #8 62.64   perl-Pod-Perldoc-3.28.01-480.fc36.noarch                                      
13:50:30 #8 62.64   perl-Pod-Simple-1:3.43-3.fc36.noarch                                          
13:50:30 #8 62.64   perl-Pod-Usage-4:2.01-479.fc36.noarch                                         
13:50:30 #8 62.64   perl-Scalar-List-Utils-5:1.62-464.fc36.aarch64                                
13:50:30 #8 62.64   perl-SelectSaver-1.02-486.fc36.noarch                                         
13:50:30 #8 62.64   perl-Socket-4:2.033-1.fc36.aarch64                                            
13:50:30 #8 62.64   perl-Storable-1:3.25-2.fc36.aarch64                                           
13:50:30 #8 62.64   perl-Symbol-1.09-486.fc36.noarch                                              
13:50:30 #8 62.64   perl-Term-ANSIColor-5.01-480.fc36.noarch                                      
13:50:30 #8 62.64   perl-Term-Cap-1.17-479.fc36.noarch                                            
13:50:30 #8 62.64   perl-Text-ParseWords-3.31-1.fc36.noarch                                       
13:50:30 #8 62.64   perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch                                   
13:50:30 #8 62.64   perl-Time-Local-2:1.300-479.fc36.noarch                                       
13:50:30 #8 62.64   perl-URI-5.10-1.fc36.noarch                                                   
13:50:30 #8 62.64   perl-base-2.27-486.fc36.noarch                                                
13:50:30 #8 62.64   perl-constant-1.33-480.fc36.noarch                                            
13:50:30 #8 62.64   perl-if-0.60.900-486.fc36.noarch                                              
13:50:30 #8 62.64   perl-interpreter-4:5.34.1-486.fc36.aarch64                                    
13:50:30 #8 62.64   perl-libnet-3.13-480.fc36.noarch                                              
13:50:30 #8 62.64   perl-libs-4:5.34.1-486.fc36.aarch64                                           
13:50:30 #8 62.64   perl-mro-1.25-486.fc36.aarch64                                                
13:50:30 #8 62.64   perl-overload-1.33-486.fc36.noarch                                            
13:50:30 #8 62.64   perl-overloading-0.02-486.fc36.noarch                                         
13:50:30 #8 62.64   perl-parent-1:0.238-479.fc36.noarch                                           
13:50:30 #8 62.64   perl-podlators-1:4.14-479.fc36.noarch                                         
13:50:30 #8 62.64   perl-srpm-macros-1-43.fc36.noarch                                             
13:50:30 #8 62.64   perl-subs-1.04-486.fc36.noarch                                                
13:50:30 #8 62.64   perl-vars-1.05-486.fc36.noarch                                                
13:50:30 #8 62.64   pkgconf-1.8.0-2.fc36.aarch64                                                  
13:50:30 #8 62.64   pkgconf-m4-1.8.0-2.fc36.noarch                                                
13:50:30 #8 62.64   pkgconf-pkg-config-1.8.0-2.fc36.aarch64                                       
13:50:30 #8 62.64   python-srpm-macros-3.10-17.fc36.noarch                                        
13:50:30 #8 62.64   python3-construct-2.10.67-4.fc36.noarch                                       
13:50:30 #8 62.64   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
13:50:30 #8 62.64   python3-dbus-1.2.18-3.fc36.aarch64                                            
13:50:30 #8 62.64   python3-distro-1.6.0-2.fc36.noarch                                            
13:50:30 #8 62.64   python3-dnf-plugins-core-4.2.0-1.fc36.noarch                                  
13:50:30 #8 62.64   python3-enchant-3.2.2-2.fc36.noarch                                           
13:50:30 #8 62.64   python3-pybeam-0.7-2.fc36.noarch                                              
13:50:30 #8 62.64   python3-pyxdg-0.27-4.fc36.noarch                                              
13:50:30 #8 62.64   python3-six-1.16.0-5.fc36.noarch                                              
13:50:30 #8 62.64   python3-toml-0.10.2-6.fc36.noarch                                             
13:50:30 #8 62.64   python3-zstd-1.4.5.1-6.fc36.aarch64                                           
13:50:30 #8 62.64   qt5-srpm-macros-5.15.3-1.fc36.noarch                                          
13:50:30 #8 62.64   redhat-rpm-config-219-1.fc36.noarch                                           
13:50:30 #8 62.64   rpm-build-4.17.0-10.fc36.aarch64                                              
13:50:30 #8 62.64   rpmautospec-rpm-macros-0.2.6-1.fc36.noarch                                    
13:50:30 #8 62.64   rpmlint-2.2.0-3.fc36.noarch                                                   
13:50:30 #8 62.64   rust-srpm-macros-21-1.fc36.noarch                                             
13:50:30 #8 62.64   shared-mime-info-2.1-3.fc35.aarch64                                           
13:50:30 #8 62.64   unzip-6.0-57.fc36.aarch64                                                     
13:50:30 #8 62.64   webkit2gtk3-jsc-2.36.1-1.fc36.aarch64                                         
13:50:30 #8 62.64   xxhash-libs-0.8.1-2.fc36.aarch64                                              
13:50:30 #8 62.64   xz-5.2.5-9.fc36.aarch64                                                       
13:50:30 #8 62.64   zip-3.0-32.fc36.aarch64                                                       
13:50:30 #8 62.64   zstd-1.5.2-2.fc36.aarch64                                                     
13:50:30 #8 62.64 
13:50:30 #8 62.64 Complete!
13:50:30 #8 DONE 62.8s
13:50:30 
13:50:30 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
13:50:30 #10 sha256:1553705b2639e727c2b927242042c7f215912465fc9dfb6ac647f163f0001034
13:50:30 #10 DONE 0.1s
13:50:30 
13:50:30 #11 [stage-1 4/6] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
13:50:30 #11 sha256:5fdd621d0a7e67999d76745bc7ad97be9207207a827d3d80e4c173e0ee5fbfc6
13:50:30 #11 1.059 Last metadata expiration check: 0:00:22 ago on Tue May 31 13:50:08 2022.
13:50:31 #11 1.745 Package bash-5.1.16-2.fc36.aarch64 is already installed.
13:50:31 #11 1.758 Package bash-5.1.16-2.fc36.aarch64 is already installed.
13:50:31 #11 1.758 Package ca-certificates-2021.2.52-3.fc36.noarch is already installed.
13:50:31 #11 1.759 Package libarchive-3.5.3-1.fc36.aarch64 is already installed.
13:50:31 #11 1.759 Package pkgconf-pkg-config-1.8.0-2.fc36.aarch64 is already installed.
13:50:31 #11 1.760 Package tar-2:1.34-3.fc36.aarch64 is already installed.
13:50:31 #11 1.772 Package bash-5.1.16-2.fc36.aarch64 is already installed.
13:50:31 #11 1.873 Dependencies resolved.
13:50:31 #11 1.895 ================================================================================
13:50:31 #11 1.895  Package                       Arch     Version                  Repo      Size
13:50:31 #11 1.895 ================================================================================
13:50:31 #11 1.895 Installing:
13:50:31 #11 1.895  btrfs-progs-devel             aarch64  5.18-1.fc36              updates   55 k
13:50:31 #11 1.895  cmake                         aarch64  3.22.2-1.fc36            fedora   5.8 M
13:50:31 #11 1.895  device-mapper-devel           aarch64  1.02.175-7.fc36          fedora    43 k
13:50:31 #11 1.895  gcc                           aarch64  12.1.1-1.fc36            updates   29 M
13:50:31 #11 1.895  git                           aarch64  2.36.1-1.fc36            updates   66 k
13:50:31 #11 1.895  glibc-static                  aarch64  2.35-9.fc36              updates  1.4 M
13:50:31 #11 1.895  libseccomp-devel              aarch64  2.5.3-2.fc36             fedora    53 k
13:50:31 #11 1.895  libselinux-devel              aarch64  3.3-4.fc36               fedora   113 k
13:50:31 #11 1.895  libtool                       aarch64  2.4.6-50.fc36            fedora   579 k
13:50:31 #11 1.895  libtool-ltdl-devel            aarch64  2.4.6-50.fc36            fedora   156 k
13:50:31 #11 1.895  make                          aarch64  1:4.3-7.fc36             fedora   529 k
13:50:31 #11 1.895  selinux-policy-devel          noarch   36.9-1.fc36              updates  821 k
13:50:31 #11 1.895  systemd                       aarch64  250.6-1.fc36             updates  4.1 M
13:50:31 #11 1.895  which                         aarch64  2.21-32.fc36             fedora    42 k
13:50:31 #11 1.895 Upgrading:
13:50:31 #11 1.895  glibc                         aarch64  2.35-9.fc36              updates  1.7 M
13:50:31 #11 1.895  glibc-common                  aarch64  2.35-9.fc36              updates  319 k
13:50:31 #11 1.895  glibc-gconv-extra             aarch64  2.35-9.fc36              updates  1.7 M
13:50:31 #11 1.895  glibc-minimal-langpack        aarch64  2.35-9.fc36              updates   52 k
13:50:31 #11 1.895  libgcc                        aarch64  12.1.1-1.fc36            updates   89 k
13:50:31 #11 1.895  libgomp                       aarch64  12.1.1-1.fc36            updates  287 k
13:50:31 #11 1.895  systemd-libs                  aarch64  250.6-1.fc36             updates  585 k
13:50:31 #11 1.895 Installing dependencies:
13:50:31 #11 1.895  annobin-docs                  noarch   10.73-1.fc36             updates   90 k
13:50:31 #11 1.895  annobin-plugin-gcc            aarch64  10.73-1.fc36             updates  878 k
13:50:31 #11 1.895  autoconf                      noarch   2.71-2.fc36              fedora   718 k
13:50:31 #11 1.895  automake                      noarch   1.16.5-4.fc36            fedora   673 k
13:50:31 #11 1.895  btrfs-progs                   aarch64  5.18-1.fc36              updates  965 k
13:50:31 #11 1.895  checkpolicy                   aarch64  3.3-2.fc36               fedora   336 k
13:50:31 #11 1.895  cmake-data                    noarch   3.22.2-1.fc36            fedora   1.6 M
13:50:31 #11 1.895  cmake-filesystem              aarch64  3.22.2-1.fc36            fedora    18 k
13:50:31 #11 1.895  cmake-rpm-macros              noarch   3.22.2-1.fc36            fedora    17 k
13:50:31 #11 1.895  cpp                           aarch64  12.1.1-1.fc36            updates  9.2 M
13:50:31 #11 1.895  dbus                          aarch64  1:1.14.0-1.fc36          fedora   7.5 k
13:50:31 #11 1.895  dbus-broker                   aarch64  31-1.fc36                updates  170 k
13:50:31 #11 1.895  dbus-common                   noarch   1:1.14.0-1.fc36          fedora    14 k
13:50:31 #11 1.895  device-mapper                 aarch64  1.02.175-7.fc36          fedora   137 k
13:50:31 #11 1.895  device-mapper-libs            aarch64  1.02.175-7.fc36          fedora   170 k
13:50:31 #11 1.895  e2fsprogs-libs                aarch64  1.46.5-2.fc36            fedora   223 k
13:50:31 #11 1.895  emacs-filesystem              noarch   1:27.2-11.fc36           updates  9.0 k
13:50:31 #11 1.895  gc                            aarch64  8.0.6-2.fc36             fedora   102 k
13:50:31 #11 1.895  gcc-plugin-annobin            aarch64  12.1.1-1.fc36            updates   47 k
13:50:31 #11 1.895  git-core                      aarch64  2.36.1-1.fc36            updates  4.0 M
13:50:31 #11 1.895  git-core-doc                  noarch   2.36.1-1.fc36            updates  2.4 M
13:50:31 #11 1.895  glibc-devel                   aarch64  2.35-9.fc36              updates  474 k
13:50:31 #11 1.895  guile22                       aarch64  2.2.7-5.fc36             fedora   6.4 M
13:50:31 #11 1.895  jsoncpp                       aarch64  1.9.5-2.fc36             fedora    92 k
13:50:31 #11 1.895  kernel-headers                aarch64  5.17.11-300.fc36         updates  1.3 M
13:50:31 #11 1.895  kmod-libs                     aarch64  29-7.fc36                fedora    65 k
13:50:31 #11 1.895  less                          aarch64  590-3.fc36               fedora   161 k
13:50:31 #11 1.895  libargon2                     aarch64  20171227-9.fc36          updates   28 k
13:50:31 #11 1.895  libasan                       aarch64  12.1.1-1.fc36            updates  420 k
13:50:31 #11 1.895  libatomic                     aarch64  12.1.1-1.fc36            updates   38 k
13:50:31 #11 1.895  libbtrfs                      aarch64  5.18-1.fc36              updates   28 k
13:50:31 #11 1.895  libbtrfsutil                  aarch64  5.18-1.fc36              updates   33 k
13:50:31 #11 1.895  libcbor                       aarch64  0.7.0-5.fc36             fedora    55 k
13:50:31 #11 1.895  libedit                       aarch64  3.1-41.20210910cvs.fc36  fedora   104 k
13:50:31 #11 1.895  libfdisk                      aarch64  2.38-0.2.fc36            fedora   153 k
13:50:31 #11 1.895  libfido2                      aarch64  1.10.0-3.fc36            fedora    94 k
13:50:31 #11 1.895  libmpc                        aarch64  1.2.1-4.fc36             fedora    62 k
13:50:31 #11 1.895  libseccomp                    aarch64  2.5.3-2.fc36             fedora    71 k
13:50:31 #11 1.895  libselinux-utils              aarch64  3.3-4.fc36               fedora   144 k
13:50:31 #11 1.895  libsepol-devel                aarch64  3.3-3.fc36               fedora    40 k
13:50:31 #11 1.895  libtool-ltdl                  aarch64  2.4.6-50.fc36            fedora    36 k
13:50:31 #11 1.895  libubsan                      aarch64  12.1.1-1.fc36            updates  187 k
13:50:31 #11 1.895  libutempter                   aarch64  1.2.1-6.fc36             fedora    26 k
13:50:31 #11 1.895  libuv                         aarch64  1:1.44.1-1.fc36          fedora   148 k
13:50:31 #11 1.895  libxcrypt-devel               aarch64  4.4.28-1.fc36            fedora    29 k
13:50:31 #11 1.895  libxcrypt-static              aarch64  4.4.28-1.fc36            fedora   115 k
13:50:31 #11 1.895  lzo                           aarch64  2.10-6.fc36              fedora    63 k
13:50:31 #11 1.895  m4                            aarch64  1.4.19-3.fc36            fedora   293 k
13:50:31 #11 1.895  openssh                       aarch64  8.8p1-1.fc36.1           fedora   440 k
13:50:31 #11 1.895  openssh-clients               aarch64  8.8p1-1.fc36.1           fedora   671 k
13:50:31 #11 1.895  pcre2-devel                   aarch64  10.39-1.fc36.1           fedora   474 k
13:50:31 #11 1.895  pcre2-utf16                   aarch64  10.39-1.fc36.1           fedora   192 k
13:50:31 #11 1.895  pcre2-utf32                   aarch64  10.39-1.fc36.1           fedora   182 k
13:50:31 #11 1.895  perl-Error                    noarch   1:0.17029-8.fc36         fedora    41 k
13:50:31 #11 1.895  perl-File-Compare             noarch   1.100.600-486.fc36       fedora    18 k
13:50:31 #11 1.895  perl-File-Copy                noarch   2.35-486.fc36            fedora    25 k
13:50:31 #11 1.895  perl-File-Find                noarch   1.39-486.fc36            fedora    30 k
13:50:31 #11 1.895  perl-Git                      noarch   2.36.1-1.fc36            updates   43 k
13:50:31 #11 1.895  perl-TermReadKey              aarch64  2.38-12.fc36             fedora    36 k
13:50:31 #11 1.895  perl-Thread-Queue             noarch   3.14-479.fc36            fedora    21 k
13:50:31 #11 1.895  perl-lib                      aarch64  0.65-486.fc36            fedora    20 k
13:50:31 #11 1.895  perl-threads                  aarch64  1:2.26-449.fc36          fedora    56 k
13:50:31 #11 1.895  perl-threads-shared           aarch64  1.62-479.fc36            fedora    43 k
13:50:31 #11 1.895  policycoreutils               aarch64  3.3-4.fc36               fedora   203 k
13:50:31 #11 1.895  policycoreutils-devel         aarch64  3.3-4.fc36               fedora   137 k
13:50:31 #11 1.895  policycoreutils-python-utils  noarch   3.3-4.fc36               fedora    72 k
13:50:31 #11 1.895  python3-audit                 aarch64  3.0.8-1.fc36             fedora    82 k
13:50:31 #11 1.895  python3-libselinux            aarch64  3.3-4.fc36               fedora   181 k
13:50:31 #11 1.895  python3-libsemanage           aarch64  3.3-3.fc36               fedora    81 k
13:50:31 #11 1.895  python3-policycoreutils       noarch   3.3-4.fc36               fedora   2.0 M
13:50:31 #11 1.895  python3-setools               aarch64  4.4.0-5.fc36             fedora   540 k
13:50:31 #11 1.895  python3-setuptools            noarch   59.6.0-2.fc36            fedora   936 k
13:50:31 #11 1.895  rhash                         aarch64  1.4.2-2.fc36             fedora   185 k
13:50:31 #11 1.895  rpm-plugin-selinux            aarch64  4.17.0-10.fc36           fedora    21 k
13:50:31 #11 1.895  selinux-policy                noarch   36.9-1.fc36              updates   73 k
13:50:31 #11 1.895  selinux-policy-targeted       noarch   36.9-1.fc36              updates  6.4 M
13:50:31 #11 1.895  systemd-devel                 aarch64  250.6-1.fc36             updates  451 k
13:50:31 #11 1.895  systemd-pam                   aarch64  250.6-1.fc36             updates  323 k
13:50:31 #11 1.895  systemd-rpm-macros            noarch   250.6-1.fc36             updates   29 k
13:50:31 #11 1.895  util-linux                    aarch64  2.38-0.2.fc36            fedora   2.2 M
13:50:31 #11 1.895  vim-filesystem                noarch   2:8.2.4975-1.fc36        updates   22 k
13:50:31 #11 1.895  xkeyboard-config              noarch   2.35.1-1.fc36            fedora   878 k
13:50:31 #11 1.895 Installing weak dependencies:
13:50:31 #11 1.895  cryptsetup-libs               aarch64  2.4.3-2.fc36             fedora   430 k
13:50:31 #11 1.895  libbpf                        aarch64  2:0.7.0-3.fc36           updates  159 k
13:50:31 #11 1.895  libxkbcommon                  aarch64  1.4.0-1.fc36             fedora   139 k
13:50:31 #11 1.895  qrencode-libs                 aarch64  4.1.1-2.fc36             fedora    61 k
13:50:31 #11 1.895  systemd-networkd              aarch64  250.6-1.fc36             updates  517 k
13:50:31 #11 1.895  systemd-resolved              aarch64  250.6-1.fc36             updates  258 k
13:50:31 #11 1.895 
13:50:31 #11 1.895 Transaction Summary
13:50:31 #11 1.895 ================================================================================
13:50:31 #11 1.895 Install  102 Packages
13:50:31 #11 1.895 Upgrade    7 Packages
13:50:31 #11 1.895 
13:50:31 #11 1.902 Total download size: 98 M
13:50:31 #11 1.903 Downloading Packages:
13:50:32 #11 2.612 (1/109): checkpolicy-3.3-2.fc36.aarch64.rpm     3.9 MB/s | 336 kB     00:00    
13:50:32 #11 2.618 (2/109): automake-1.16.5-4.fc36.noarch.rpm      7.3 MB/s | 673 kB     00:00    
13:50:32 #11 2.624 (3/109): autoconf-2.71-2.fc36.noarch.rpm        7.3 MB/s | 718 kB     00:00    
13:50:32 #11 2.639 (4/109): cmake-filesystem-3.22.2-1.fc36.aarch64 1.2 MB/s |  18 kB     00:00    
13:50:32 #11 2.654 (5/109): cmake-rpm-macros-3.22.2-1.fc36.noarch. 1.2 MB/s |  17 kB     00:00    
13:50:32 #11 2.664 (6/109): cmake-data-3.22.2-1.fc36.noarch.rpm     35 MB/s | 1.6 MB     00:00    
13:50:32 #11 2.693 (7/109): dbus-1.14.0-1.fc36.aarch64.rpm         262 kB/s | 7.5 kB     00:00    
13:50:32 #11 2.702 (8/109): cryptsetup-libs-2.4.3-2.fc36.aarch64.r 8.8 MB/s | 430 kB     00:00    
13:50:32 #11 2.710 (9/109): dbus-common-1.14.0-1.fc36.noarch.rpm   861 kB/s |  14 kB     00:00    
13:50:32 #11 2.722 (10/109): device-mapper-1.02.175-7.fc36.aarch64 7.0 MB/s | 137 kB     00:00    
13:50:32 #11 2.728 (11/109): device-mapper-devel-1.02.175-7.fc36.a 2.4 MB/s |  43 kB     00:00    
13:50:32 #11 2.741 (12/109): device-mapper-libs-1.02.175-7.fc36.aa 9.1 MB/s | 170 kB     00:00    
13:50:32 #11 2.758 (13/109): cmake-3.22.2-1.fc36.aarch64.rpm        40 MB/s | 5.8 MB     00:00    
13:50:32 #11 2.764 (14/109): e2fsprogs-libs-1.46.5-2.fc36.aarch64. 6.3 MB/s | 223 kB     00:00    
13:50:32 #11 2.767 (15/109): gc-8.0.6-2.fc36.aarch64.rpm           3.8 MB/s | 102 kB     00:00    
13:50:32 #11 2.795 (16/109): jsoncpp-1.9.5-2.fc36.aarch64.rpm      3.0 MB/s |  92 kB     00:00    
13:50:32 #11 2.798 (17/109): kmod-libs-29-7.fc36.aarch64.rpm       2.1 MB/s |  65 kB     00:00    
13:50:32 #11 2.811 (18/109): less-590-3.fc36.aarch64.rpm           9.6 MB/s | 161 kB     00:00    
13:50:32 #11 2.826 (19/109): libcbor-0.7.0-5.fc36.aarch64.rpm      2.0 MB/s |  55 kB     00:00    
13:50:32 #11 2.832 (20/109): libedit-3.1-41.20210910cvs.fc36.aarch 5.0 MB/s | 104 kB     00:00    
13:50:32 #11 2.848 (21/109): libfdisk-2.38-0.2.fc36.aarch64.rpm    7.4 MB/s | 153 kB     00:00    
13:50:32 #11 2.852 (22/109): libfido2-1.10.0-3.fc36.aarch64.rpm    4.9 MB/s |  94 kB     00:00    
13:50:32 #11 2.879 (23/109): guile22-2.2.7-5.fc36.aarch64.rpm       53 MB/s | 6.4 MB     00:00    
13:50:32 #11 2.884 (24/109): libmpc-1.2.1-4.fc36.aarch64.rpm       1.7 MB/s |  62 kB     00:00    
13:50:32 #11 2.888 (25/109): libseccomp-2.5.3-2.fc36.aarch64.rpm   1.9 MB/s |  71 kB     00:00    
13:50:32 #11 2.897 (26/109): libseccomp-devel-2.5.3-2.fc36.aarch64 3.0 MB/s |  53 kB     00:00    
13:50:32 #11 2.903 (27/109): libselinux-devel-3.3-4.fc36.aarch64.r 5.8 MB/s | 113 kB     00:00    
13:50:32 #11 2.907 (28/109): libselinux-utils-3.3-4.fc36.aarch64.r 7.3 MB/s | 144 kB     00:00    
13:50:32 #11 2.914 (29/109): libsepol-devel-3.3-3.fc36.aarch64.rpm 2.4 MB/s |  40 kB     00:00    
13:50:32 #11 2.927 (30/109): libtool-ltdl-2.4.6-50.fc36.aarch64.rp 1.9 MB/s |  36 kB     00:00    
13:50:32 #11 2.933 (31/109): libtool-2.4.6-50.fc36.aarch64.rpm      19 MB/s | 579 kB     00:00    
13:50:32 #11 2.938 (32/109): libtool-ltdl-devel-2.4.6-50.fc36.aarc 6.5 MB/s | 156 kB     00:00    
13:50:32 #11 2.944 (33/109): libutempter-1.2.1-6.fc36.aarch64.rpm  1.5 MB/s |  26 kB     00:00    
13:50:32 #11 2.952 (34/109): libuv-1.44.1-1.fc36.aarch64.rpm       8.0 MB/s | 148 kB     00:00    
13:50:32 #11 2.955 (35/109): libxcrypt-devel-4.4.28-1.fc36.aarch64 1.7 MB/s |  29 kB     00:00    
13:50:32 #11 2.963 (36/109): libxcrypt-static-4.4.28-1.fc36.aarch6 6.0 MB/s | 115 kB     00:00    
13:50:32 #11 2.971 (37/109): libxkbcommon-1.4.0-1.fc36.aarch64.rpm 7.2 MB/s | 139 kB     00:00    
13:50:32 #11 2.975 (38/109): lzo-2.10-6.fc36.aarch64.rpm           3.1 MB/s |  63 kB     00:00    
13:50:32 #11 2.988 (39/109): m4-1.4.19-3.fc36.aarch64.rpm           12 MB/s | 293 kB     00:00    
13:50:32 #11 2.995 (40/109): openssh-8.8p1-1.fc36.1.aarch64.rpm     22 MB/s | 440 kB     00:00    
13:50:32 #11 3.002 (41/109): make-4.3-7.fc36.aarch64.rpm            17 MB/s | 529 kB     00:00    
13:50:32 #11 3.020 (42/109): openssh-clients-8.8p1-1.fc36.1.aarch6  21 MB/s | 671 kB     00:00    
13:50:32 #11 3.028 (43/109): pcre2-utf16-10.39-1.fc36.1.aarch64.rp 7.6 MB/s | 192 kB     00:00    
13:50:32 #11 3.033 (44/109): pcre2-devel-10.39-1.fc36.1.aarch64.rp  12 MB/s | 474 kB     00:00    
13:50:32 #11 3.040 (45/109): pcre2-utf32-10.39-1.fc36.1.aarch64.rp 9.1 MB/s | 182 kB     00:00    
13:50:32 #11 3.045 (46/109): perl-Error-0.17029-8.fc36.noarch.rpm  2.2 MB/s |  41 kB     00:00    
13:50:32 #11 3.048 (47/109): perl-File-Compare-1.100.600-486.fc36. 1.2 MB/s |  18 kB     00:00    
13:50:32 #11 3.054 (48/109): perl-File-Copy-2.35-486.fc36.noarch.r 1.8 MB/s |  25 kB     00:00    
13:50:32 #11 3.059 (49/109): perl-File-Find-1.39-486.fc36.noarch.r 2.2 MB/s |  30 kB     00:00    
13:50:32 #11 3.065 (50/109): perl-TermReadKey-2.38-12.fc36.aarch64 2.1 MB/s |  36 kB     00:00    
13:50:32 #11 3.069 (51/109): perl-Thread-Queue-3.14-479.fc36.noarc 1.4 MB/s |  21 kB     00:00    
13:50:32 #11 3.076 (52/109): perl-lib-0.65-486.fc36.aarch64.rpm    1.2 MB/s |  20 kB     00:00    
13:50:32 #11 3.086 (53/109): perl-threads-shared-1.62-479.fc36.aar 2.5 MB/s |  43 kB     00:00    
13:50:32 #11 3.089 (54/109): perl-threads-2.26-449.fc36.aarch64.rp 2.4 MB/s |  56 kB     00:00    
13:50:32 #11 3.095 (55/109): policycoreutils-3.3-4.fc36.aarch64.rp  10 MB/s | 203 kB     00:00    
13:50:32 #11 3.102 (56/109): policycoreutils-python-utils-3.3-4.fc 5.6 MB/s |  72 kB     00:00    
13:50:32 #11 3.107 (57/109): policycoreutils-devel-3.3-4.fc36.aarc 6.3 MB/s | 137 kB     00:00    
13:50:32 #11 3.128 (58/109): python3-audit-3.0.8-1.fc36.aarch64.rp 2.5 MB/s |  82 kB     00:00    
13:50:32 #11 3.131 (59/109): python3-libsemanage-3.3-3.fc36.aarch6 3.3 MB/s |  81 kB     00:00    
13:50:32 #11 3.135 (60/109): python3-libselinux-3.3-4.fc36.aarch64 5.3 MB/s | 181 kB     00:00    
13:50:32 #11 3.160 (61/109): python3-policycoreutils-3.3-4.fc36.no  64 MB/s | 2.0 MB     00:00    
13:50:32 #11 3.167 (62/109): python3-setools-4.4.0-5.fc36.aarch64.  15 MB/s | 540 kB     00:00    
13:50:32 #11 3.173 (63/109): python3-setuptools-59.6.0-2.fc36.noar  24 MB/s | 936 kB     00:00    
13:50:32 #11 3.179 (64/109): qrencode-libs-4.1.1-2.fc36.aarch64.rp 3.3 MB/s |  61 kB     00:00    
13:50:32 #11 3.191 (65/109): rpm-plugin-selinux-4.17.0-10.fc36.aar 1.2 MB/s |  21 kB     00:00    
13:50:32 #11 3.196 (66/109): rhash-1.4.2-2.fc36.aarch64.rpm        6.4 MB/s | 185 kB     00:00    
13:50:32 #11 3.204 (67/109): which-2.21-32.fc36.aarch64.rpm        3.2 MB/s |  42 kB     00:00    
13:50:32 #11 3.218 (68/109): util-linux-2.38-0.2.fc36.aarch64.rpm   57 MB/s | 2.2 MB     00:00    
13:50:32 #11 3.226 (69/109): xkeyboard-config-2.35.1-1.fc36.noarch  29 MB/s | 878 kB     00:00    
13:50:32 #11 3.383 (70/109): annobin-docs-10.73-1.fc36.noarch.rpm  508 kB/s |  90 kB     00:00    
13:50:33 #11 3.474 (71/109): btrfs-progs-devel-5.18-1.fc36.aarch64 604 kB/s |  55 kB     00:00    
13:50:33 #11 3.675 (72/109): btrfs-progs-5.18-1.fc36.aarch64.rpm   2.1 MB/s | 965 kB     00:00    
13:50:33 #11 3.698 (73/109): annobin-plugin-gcc-10.73-1.fc36.aarch 1.8 MB/s | 878 kB     00:00    
13:50:33 #11 3.718 (74/109): dbus-broker-31-1.fc36.aarch64.rpm     4.0 MB/s | 170 kB     00:00    
13:50:33 #11 3.739 (75/109): emacs-filesystem-27.2-11.fc36.noarch. 224 kB/s | 9.0 kB     00:00    
13:50:33 #11 3.780 (76/109): gcc-plugin-annobin-12.1.1-1.fc36.aarc 1.1 MB/s |  47 kB     00:00    
13:50:33 #11 3.822 (77/109): git-2.36.1-1.fc36.aarch64.rpm         1.5 MB/s |  66 kB     00:00    
13:50:33 #11 4.462 (78/109): git-core-2.36.1-1.fc36.aarch64.rpm    6.3 MB/s | 4.0 MB     00:00    
13:50:34 #11 4.831 (79/109): git-core-doc-2.36.1-1.fc36.noarch.rpm 6.6 MB/s | 2.4 MB     00:00    
13:50:34 #11 4.911 (80/109): glibc-devel-2.35-9.fc36.aarch64.rpm   6.0 MB/s | 474 kB     00:00    
13:50:34 #11 5.020 (81/109): cpp-12.1.1-1.fc36.aarch64.rpm         5.9 MB/s | 9.2 MB     00:01    
13:50:34 #11 5.200 (82/109): kernel-headers-5.17.11-300.fc36.aarch 7.1 MB/s | 1.3 MB     00:00    
13:50:34 #11 5.237 (83/109): libargon2-20171227-9.fc36.aarch64.rpm 769 kB/s |  28 kB     00:00    
13:50:35 #11 5.267 (84/109): glibc-static-2.35-9.fc36.aarch64.rpm  3.9 MB/s | 1.4 MB     00:00    
13:50:35 #11 5.310 (85/109): libatomic-12.1.1-1.fc36.aarch64.rpm   901 kB/s |  38 kB     00:00    
13:50:35 #11 5.316 (86/109): libasan-12.1.1-1.fc36.aarch64.rpm     5.2 MB/s | 420 kB     00:00    
13:50:35 #11 5.374 (87/109): libbtrfs-5.18-1.fc36.aarch64.rpm      490 kB/s |  28 kB     00:00    
13:50:35 #11 5.379 (88/109): libbpf-0.7.0-3.fc36.aarch64.rpm       2.2 MB/s | 159 kB     00:00    
13:50:35 #11 5.428 (89/109): libbtrfsutil-5.18-1.fc36.aarch64.rpm  609 kB/s |  33 kB     00:00    
13:50:35 #11 5.451 (90/109): libubsan-12.1.1-1.fc36.aarch64.rpm    2.6 MB/s | 187 kB     00:00    
13:50:35 #11 5.465 (91/109): perl-Git-2.36.1-1.fc36.noarch.rpm     1.2 MB/s |  43 kB     00:00    
13:50:35 #11 5.487 (92/109): selinux-policy-36.9-1.fc36.noarch.rpm 2.0 MB/s |  73 kB     00:00    
13:50:35 #11 5.572 (93/109): selinux-policy-devel-36.9-1.fc36.noar 7.5 MB/s | 821 kB     00:00    
13:50:35 #11 6.079 (94/109): systemd-250.6-1.fc36.aarch64.rpm      8.0 MB/s | 4.1 MB     00:00    
13:50:35 #11 6.183 (95/109): systemd-devel-250.6-1.fc36.aarch64.rp 4.3 MB/s | 451 kB     00:00    
13:50:35 #11 6.258 (96/109): systemd-networkd-250.6-1.fc36.aarch64 6.8 MB/s | 517 kB     00:00    
13:50:35 #11 6.328 (97/109): systemd-pam-250.6-1.fc36.aarch64.rpm  4.5 MB/s | 323 kB     00:00    
13:50:36 #11 6.369 (98/109): systemd-resolved-250.6-1.fc36.aarch64 6.3 MB/s | 258 kB     00:00    
13:50:36 #11 6.405 (99/109): systemd-rpm-macros-250.6-1.fc36.noarc 815 kB/s |  29 kB     00:00    
13:50:36 #11 6.456 (100/109): vim-filesystem-8.2.4975-1.fc36.noarc 460 kB/s |  22 kB     00:00    
13:50:36 #11 6.666 (101/109): glibc-2.35-9.fc36.aarch64.rpm        8.3 MB/s | 1.7 MB     00:00    
13:50:36 #11 6.735 (102/109): glibc-common-2.35-9.fc36.aarch64.rpm 4.5 MB/s | 319 kB     00:00    
13:50:36 #11 6.817 (103/109): selinux-policy-targeted-36.9-1.fc36. 4.8 MB/s | 6.4 MB     00:01    
13:50:36 #11 6.887 (104/109): glibc-minimal-langpack-2.35-9.fc36.a 741 kB/s |  52 kB     00:00    
13:50:36 #11 6.925 (105/109): libgcc-12.1.1-1.fc36.aarch64.rpm     2.4 MB/s |  89 kB     00:00    
13:50:36 #11 6.944 (106/109): glibc-gconv-extra-2.35-9.fc36.aarch6 7.9 MB/s | 1.7 MB     00:00    
13:50:36 #11 6.995 (107/109): libgomp-12.1.1-1.fc36.aarch64.rpm    4.0 MB/s | 287 kB     00:00    
13:50:36 #11 7.017 (108/109): systemd-libs-250.6-1.fc36.aarch64.rp 7.8 MB/s | 585 kB     00:00    
13:50:39 #11 9.655 (109/109): gcc-12.1.1-1.fc36.aarch64.rpm        4.8 MB/s |  29 MB     00:05    
13:50:39 #11 9.656 --------------------------------------------------------------------------------
13:50:39 #11 9.656 Total                                            13 MB/s |  98 MB     00:07     
13:50:41 #11 11.17 Running transaction check
13:50:41 #11 11.38 Transaction check succeeded.
13:50:41 #11 11.38 Running transaction test
13:50:41 #11 12.19 Transaction test succeeded.
13:50:41 #11 12.19 Running transaction
13:50:42 #11 13.17   Running scriptlet: selinux-policy-targeted-36.9-1.fc36.noarch             1/1 
13:50:42 #11 13.33   Preparing        :                                                        1/1 
13:50:42 #11 13.38   Upgrading        : libgcc-12.1.1-1.fc36.aarch64                         1/116 
13:50:42 #11 13.39   Running scriptlet: libgcc-12.1.1-1.fc36.aarch64                         1/116 
13:50:43 #11 13.42   Upgrading        : glibc-common-2.35-9.fc36.aarch64                     2/116 
13:50:43 #11 13.56   Upgrading        : glibc-gconv-extra-2.35-9.fc36.aarch64                3/116 
13:50:43 #11 13.60   Running scriptlet: glibc-gconv-extra-2.35-9.fc36.aarch64                3/116 
13:50:43 #11 13.61   Upgrading        : glibc-minimal-langpack-2.35-9.fc36.aarch64           4/116 
13:50:43 #11 13.62   Running scriptlet: glibc-2.35-9.fc36.aarch64                            5/116 
13:50:43 #11 13.67   Upgrading        : glibc-2.35-9.fc36.aarch64                            5/116 
13:50:43 #11 13.74   Running scriptlet: glibc-2.35-9.fc36.aarch64                            5/116 
13:50:43 #11 13.78   Upgrading        : systemd-libs-250.6-1.fc36.aarch64                    6/116 
13:50:43 #11 13.79   Installing       : python3-libselinux-3.3-4.fc36.aarch64                7/116 
13:50:43 #11 13.82   Installing       : checkpolicy-3.3-2.fc36.aarch64                       8/116 
13:50:43 #11 13.83   Installing       : libfdisk-2.38-0.2.fc36.aarch64                       9/116 
13:50:43 #11 13.87   Installing       : libmpc-1.2.1-4.fc36.aarch64                         10/116 
13:50:43 #11 13.88   Installing       : libseccomp-2.5.3-2.fc36.aarch64                     11/116 
13:50:43 #11 13.91   Installing       : libtool-ltdl-2.4.6-50.fc36.aarch64                  12/116 
13:50:43 #11 13.92   Installing       : m4-1.4.19-3.fc36.aarch64                            13/116 
13:50:43 #11 13.95   Installing       : perl-threads-1:2.26-449.fc36.aarch64                14/116 
13:50:43 #11 13.96   Installing       : emacs-filesystem-1:27.2-11.fc36.noarch              15/116 
13:50:43 #11 13.96   Installing       : perl-File-Find-1.39-486.fc36.noarch                 16/116 
13:50:43 #11 14.00   Installing       : cmake-rpm-macros-3.22.2-1.fc36.noarch               17/116 
13:50:43 #11 14.01   Installing       : cmake-filesystem-3.22.2-1.fc36.aarch64              18/116 
13:50:43 #11 14.04   Installing       : perl-threads-shared-1.62-479.fc36.aarch64           19/116 
13:50:43 #11 14.05   Installing       : perl-Thread-Queue-3.14-479.fc36.noarch              20/116 
13:50:43 #11 14.21   Installing       : cpp-12.1.1-1.fc36.aarch64                           21/116 
13:50:43 #11 14.24   Installing       : python3-libsemanage-3.3-3.fc36.aarch64              22/116 
13:50:44 #11 14.25   Installing       : e2fsprogs-libs-1.46.5-2.fc36.aarch64                23/116 
13:50:44 #11 14.30   Installing       : gc-8.0.6-2.fc36.aarch64                             24/116 
13:50:44 #11 14.53   Installing       : guile22-2.2.7-5.fc36.aarch64                        25/116 
13:50:44 #11 14.57   Installing       : make-1:4.3-7.fc36.aarch64                           26/116 
13:50:44 #11 14.61   Installing       : jsoncpp-1.9.5-2.fc36.aarch64                        27/116 
13:50:44 #11 14.62   Installing       : kmod-libs-29-7.fc36.aarch64                         28/116 
13:50:44 #11 14.63   Installing       : less-590-3.fc36.aarch64                             29/116 
13:50:44 #11 14.67   Installing       : libcbor-0.7.0-5.fc36.aarch64                        30/116 
13:50:44 #11 14.68   Installing       : libfido2-1.10.0-3.fc36.aarch64                      31/116 
13:50:44 #11 14.71   Installing       : libedit-3.1-41.20210910cvs.fc36.aarch64             32/116 
13:50:44 #11 14.72   Installing       : libselinux-utils-3.3-4.fc36.aarch64                 33/116 
13:50:44 #11 14.76   Running scriptlet: libutempter-1.2.1-6.fc36.aarch64                    34/116 
13:50:44 #11 14.81   Installing       : libutempter-1.2.1-6.fc36.aarch64                    34/116 
13:50:44 #11 14.88   Installing       : util-linux-2.38-0.2.fc36.aarch64                    35/116 
13:50:44 #11 14.96   Installing       : policycoreutils-3.3-4.fc36.aarch64                  36/116 
13:50:44 #11 15.00   Running scriptlet: policycoreutils-3.3-4.fc36.aarch64                  36/116 
13:50:44 #11 15.01   Installing       : rpm-plugin-selinux-4.17.0-10.fc36.aarch64           37/116 
13:50:44 #11 15.04   Installing       : selinux-policy-36.9-1.fc36.noarch                   38/116 
13:50:44 #11 15.05   Running scriptlet: selinux-policy-36.9-1.fc36.noarch                   38/116 
13:50:44 #11 15.07   Running scriptlet: selinux-policy-targeted-36.9-1.fc36.noarch          39/116 
13:50:45 #11 15.29   Installing       : selinux-policy-targeted-36.9-1.fc36.noarch          39/116 
13:50:55 #11 15.34   Running scriptlet: selinux-policy-targeted-36.9-1.fc36.noarch          39/116 
13:50:55 #11 24.87   Running scriptlet: openssh-8.8p1-1.fc36.1.aarch64                      40/116 
13:50:55 #11 24.91   Installing       : openssh-8.8p1-1.fc36.1.aarch64                      40/116 
13:50:55 #11 24.95   Installing       : openssh-clients-8.8p1-1.fc36.1.aarch64              41/116 
13:50:55 #11 24.96   Running scriptlet: openssh-clients-8.8p1-1.fc36.1.aarch64              41/116 
13:50:55 #11 25.04   Installing       : git-core-2.36.1-1.fc36.aarch64                      42/116 
13:50:55 #11 25.11   Installing       : git-core-doc-2.36.1-1.fc36.noarch                   43/116 
13:50:55 #11 25.15   Installing       : libuv-1:1.44.1-1.fc36.aarch64                       44/116 
13:50:55 #11 25.16   Installing       : lzo-2.10-6.fc36.aarch64                             45/116 
13:50:55 #11 25.21   Installing       : btrfs-progs-5.18-1.fc36.aarch64                     46/116 
13:50:55 #11 25.22   Installing       : pcre2-utf16-10.39-1.fc36.1.aarch64                  47/116 
13:50:55 #11 25.25   Installing       : pcre2-utf32-10.39-1.fc36.1.aarch64                  48/116 
13:50:55 #11 25.26   Installing       : pcre2-devel-10.39-1.fc36.1.aarch64                  49/116 
13:50:55 #11 25.31   Installing       : perl-TermReadKey-2.38-12.fc36.aarch64               50/116 
13:50:55 #11 25.32   Installing       : python3-audit-3.0.8-1.fc36.aarch64                  51/116 
13:50:55 #11 25.38   Installing       : qrencode-libs-4.1.1-2.fc36.aarch64                  52/116 
13:50:55 #11 25.42   Installing       : rhash-1.4.2-2.fc36.aarch64                          53/116 
13:50:55 #11 25.47   Installing       : libargon2-20171227-9.fc36.aarch64                   54/116 
13:50:55 #11 25.48   Installing       : libasan-12.1.1-1.fc36.aarch64                       55/116 
13:50:55 #11 25.48   Installing       : libatomic-12.1.1-1.fc36.aarch64                     56/116 
13:50:55 #11 25.54   Installing       : libbpf-2:0.7.0-3.fc36.aarch64                       57/116 
13:50:55 #11 25.54   Installing       : libbtrfs-5.18-1.fc36.aarch64                        58/116 
13:50:55 #11 25.55   Installing       : libbtrfsutil-5.18-1.fc36.aarch64                    59/116 
13:50:55 #11 25.58   Installing       : libubsan-12.1.1-1.fc36.aarch64                      60/116 
13:50:55 #11 25.58   Upgrading        : libgomp-12.1.1-1.fc36.aarch64                       61/116 
13:50:55 #11 25.61   Installing       : vim-filesystem-2:8.2.4975-1.fc36.noarch             62/116 
13:50:55 #11 25.92   Installing       : cmake-data-3.22.2-1.fc36.noarch                     63/116 
13:50:55 #11 26.07   Installing       : cmake-3.22.2-1.fc36.aarch64                         64/116 
13:50:55 #11 26.12   Installing       : systemd-rpm-macros-250.6-1.fc36.noarch              65/116 
13:50:55 #11 26.23   Installing       : kernel-headers-5.17.11-300.fc36.aarch64             66/116 
13:50:56 #11 26.32   Installing       : glibc-devel-2.35-9.fc36.aarch64                     67/116 
13:50:56 #11 26.37   Installing       : libxcrypt-devel-4.4.28-1.fc36.aarch64               68/116 
13:50:56 #11 26.70   Installing       : gcc-12.1.1-1.fc36.aarch64                           69/116 
13:50:56 #11 26.76   Running scriptlet: gcc-12.1.1-1.fc36.aarch64                           69/116 
13:50:56 #11 26.79   Installing       : libxcrypt-static-4.4.28-1.fc36.aarch64              70/116 
13:50:56 #11 26.85   Installing       : glibc-static-2.35-9.fc36.aarch64                    71/116 
13:50:56 #11 26.86   Installing       : annobin-docs-10.73-1.fc36.noarch                    72/116 
13:50:56 #11 26.94   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch               73/116 
13:50:56 #11 27.00   Installing       : libxkbcommon-1.4.0-1.fc36.aarch64                   74/116 
13:50:56 #11 27.06   Installing       : python3-setuptools-59.6.0-2.fc36.noarch             75/116 
13:50:56 #11 27.13   Installing       : python3-setools-4.4.0-5.fc36.aarch64                76/116 
13:50:56 #11 27.19   Installing       : python3-policycoreutils-3.3-4.fc36.noarch           77/116 
13:50:56 #11 27.25   Installing       : policycoreutils-python-utils-3.3-4.fc36.noarch      78/116 
13:50:57 #11 27.26   Installing       : policycoreutils-devel-3.3-4.fc36.aarch64            79/116 
13:50:57 #11 27.38   Installing       : selinux-policy-devel-36.9-1.fc36.noarch             80/116 
13:50:57 #11 27.45   Running scriptlet: selinux-policy-devel-36.9-1.fc36.noarch             80/116 
13:50:57 #11 27.46   Installing       : perl-lib-0.65-486.fc36.aarch64                      81/116 
13:50:57 #11 27.47   Installing       : perl-File-Copy-2.35-486.fc36.noarch                 82/116 
13:50:57 #11 27.50   Installing       : perl-File-Compare-1.100.600-486.fc36.noarch         83/116 
13:50:57 #11 27.52   Installing       : autoconf-2.71-2.fc36.noarch                         84/116 
13:50:57 #11 27.60   Installing       : automake-1.16.5-4.fc36.noarch                       85/116 
13:50:57 #11 27.63   Installing       : perl-Error-1:0.17029-8.fc36.noarch                  86/116 
13:50:57 #11 27.64   Installing       : perl-Git-2.36.1-1.fc36.noarch                       87/116 
13:50:57 #11 27.65   Installing       : git-2.36.1-1.fc36.aarch64                           88/116 
13:50:57 #11 27.68   Installing       : libsepol-devel-3.3-3.fc36.aarch64                   89/116 
13:50:57 #11 27.69   Installing       : libselinux-devel-3.3-4.fc36.aarch64                 90/116 
13:50:57 #11 27.72   Installing       : dbus-common-1:1.14.0-1.fc36.noarch                  91/116 
13:50:57 #11 27.73   Running scriptlet: dbus-common-1:1.14.0-1.fc36.noarch                  91/116 
13:50:57 #11 27.74   Running scriptlet: dbus-broker-31-1.fc36.aarch64                       92/116 
13:50:57 #11 27.80 useradd warning: dbus's uid 81 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.
13:50:57 #11 27.80 
13:50:57 #11 27.80   Installing       : dbus-broker-31-1.fc36.aarch64                       92/116 
13:50:57 #11 27.84   Running scriptlet: dbus-broker-31-1.fc36.aarch64                       92/116 
13:50:57 #11 27.85   Installing       : dbus-1:1.14.0-1.fc36.aarch64                        93/116 
13:50:57 #11 27.86   Installing       : device-mapper-libs-1.02.175-7.fc36.aarch64          94/116 
13:50:57 #11 27.89   Installing       : cryptsetup-libs-2.4.3-2.fc36.aarch64                95/116 
13:50:57 #11 27.90   Installing       : device-mapper-1.02.175-7.fc36.aarch64               96/116 
13:50:57 #11 27.94   Installing       : systemd-networkd-250.6-1.fc36.aarch64               97/116 
13:50:57 #11 27.98   Running scriptlet: systemd-networkd-250.6-1.fc36.aarch64               97/116 
13:50:57 #11 27.99   Installing       : systemd-pam-250.6-1.fc36.aarch64                    98/116 
13:50:57 #11 28.01   Installing       : systemd-resolved-250.6-1.fc36.aarch64               99/116 
13:50:57 #11 28.04   Running scriptlet: systemd-resolved-250.6-1.fc36.aarch64               99/116 
13:50:57 #11 28.16   Installing       : systemd-250.6-1.fc36.aarch64                       100/116 
13:50:58 #11 28.22   Running scriptlet: systemd-250.6-1.fc36.aarch64                       100/116 
13:50:58 #11 28.38 Creating group 'input' with GID 104.
13:50:58 #11 28.38 Creating group 'kvm' with GID 36.
13:50:58 #11 28.38 Creating group 'render' with GID 105.
13:50:58 #11 28.38 Creating group 'sgx' with GID 106.
13:50:58 #11 28.38 Creating group 'systemd-journal' with GID 190.
13:50:58 #11 28.38 Creating group 'systemd-network' with GID 192.
13:50:58 #11 28.38 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
13:50:58 #11 28.38 Creating group 'systemd-oom' with GID 998.
13:50:58 #11 28.38 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
13:50:58 #11 28.38 Creating group 'systemd-resolve' with GID 193.
13:50:58 #11 28.38 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
13:50:58 #11 28.38 
13:50:58 #11 28.39   Installing       : systemd-devel-250.6-1.fc36.aarch64                 101/116 
13:50:58 #11 28.43   Installing       : device-mapper-devel-1.02.175-7.fc36.aarch64        102/116 
13:50:58 #11 28.44   Installing       : libtool-2.4.6-50.fc36.aarch64                      103/116 
13:50:58 #11 28.48   Installing       : libtool-ltdl-devel-2.4.6-50.fc36.aarch64           104/116 
13:50:58 #11 28.49   Installing       : annobin-plugin-gcc-10.73-1.fc36.aarch64            105/116 
13:50:58 #11 28.55   Running scriptlet: annobin-plugin-gcc-10.73-1.fc36.aarch64            105/116 
13:50:58 #11 28.57   Installing       : gcc-plugin-annobin-12.1.1-1.fc36.aarch64           106/116 
13:50:58 #11 28.58   Installing       : btrfs-progs-devel-5.18-1.fc36.aarch64              107/116 
13:50:58 #11 28.59   Installing       : libseccomp-devel-2.5.3-2.fc36.aarch64              108/116 
13:50:58 #11 28.62   Installing       : which-2.21-32.fc36.aarch64                         109/116 
13:50:58 #11 28.63   Cleanup          : systemd-libs-250.3-8.fc36.aarch64                  110/116 
13:50:58 #11 28.66   Cleanup          : libgomp-12.0.1-0.16.fc36.aarch64                   111/116 
13:50:58 #11 28.67   Cleanup          : glibc-2.35-4.fc36.aarch64                          112/116 
13:50:58 #11 28.72   Cleanup          : glibc-minimal-langpack-2.35-4.fc36.aarch64         113/116 
13:50:58 #11 28.75   Cleanup          : glibc-gconv-extra-2.35-4.fc36.aarch64              114/116 
13:50:58 #11 28.75   Running scriptlet: glibc-gconv-extra-2.35-4.fc36.aarch64              114/116 
13:50:58 #11 28.79   Cleanup          : glibc-common-2.35-4.fc36.aarch64                   115/116 
13:50:58 #11 28.84   Cleanup          : libgcc-12.0.1-0.16.fc36.aarch64                    116/116 
13:50:58 #11 28.85   Running scriptlet: libgcc-12.0.1-0.16.fc36.aarch64                    116/116 
13:50:58 #11 28.87   Running scriptlet: selinux-policy-targeted-36.9-1.fc36.noarch         116/116 
13:50:58 #11 28.88   Running scriptlet: systemd-resolved-250.6-1.fc36.aarch64              116/116 
13:50:59 #11 28.92   Running scriptlet: libgcc-12.0.1-0.16.fc36.aarch64                    116/116 
13:50:59 #11 30.18   Verifying        : autoconf-2.71-2.fc36.noarch                          1/116 
13:50:59 #11 30.18   Verifying        : automake-1.16.5-4.fc36.noarch                        2/116 
13:50:59 #11 30.18   Verifying        : checkpolicy-3.3-2.fc36.aarch64                       3/116 
13:50:59 #11 30.18   Verifying        : cmake-3.22.2-1.fc36.aarch64                          4/116 
13:50:59 #11 30.19   Verifying        : cmake-data-3.22.2-1.fc36.noarch                      5/116 
13:50:59 #11 30.19   Verifying        : cmake-filesystem-3.22.2-1.fc36.aarch64               6/116 
13:50:59 #11 30.19   Verifying        : cmake-rpm-macros-3.22.2-1.fc36.noarch                7/116 
13:50:59 #11 30.19   Verifying        : cryptsetup-libs-2.4.3-2.fc36.aarch64                 8/116 
13:50:59 #11 30.19   Verifying        : dbus-1:1.14.0-1.fc36.aarch64                         9/116 
13:50:59 #11 30.19   Verifying        : dbus-common-1:1.14.0-1.fc36.noarch                  10/116 
13:50:59 #11 30.19   Verifying        : device-mapper-1.02.175-7.fc36.aarch64               11/116 
13:50:59 #11 30.19   Verifying        : device-mapper-devel-1.02.175-7.fc36.aarch64         12/116 
13:50:59 #11 30.19   Verifying        : device-mapper-libs-1.02.175-7.fc36.aarch64          13/116 
13:50:59 #11 30.19   Verifying        : e2fsprogs-libs-1.46.5-2.fc36.aarch64                14/116 
13:50:59 #11 30.19   Verifying        : gc-8.0.6-2.fc36.aarch64                             15/116 
13:50:59 #11 30.19   Verifying        : guile22-2.2.7-5.fc36.aarch64                        16/116 
13:50:59 #11 30.19   Verifying        : jsoncpp-1.9.5-2.fc36.aarch64                        17/116 
13:50:59 #11 30.19   Verifying        : kmod-libs-29-7.fc36.aarch64                         18/116 
13:50:59 #11 30.19   Verifying        : less-590-3.fc36.aarch64                             19/116 
13:50:59 #11 30.19   Verifying        : libcbor-0.7.0-5.fc36.aarch64                        20/116 
13:50:59 #11 30.19   Verifying        : libedit-3.1-41.20210910cvs.fc36.aarch64             21/116 
13:50:59 #11 30.19   Verifying        : libfdisk-2.38-0.2.fc36.aarch64                      22/116 
13:50:59 #11 30.19   Verifying        : libfido2-1.10.0-3.fc36.aarch64                      23/116 
13:50:59 #11 30.19   Verifying        : libmpc-1.2.1-4.fc36.aarch64                         24/116 
13:50:59 #11 30.19   Verifying        : libseccomp-2.5.3-2.fc36.aarch64                     25/116 
13:50:59 #11 30.19   Verifying        : libseccomp-devel-2.5.3-2.fc36.aarch64               26/116 
13:50:59 #11 30.19   Verifying        : libselinux-devel-3.3-4.fc36.aarch64                 27/116 
13:50:59 #11 30.19   Verifying        : libselinux-utils-3.3-4.fc36.aarch64                 28/116 
13:50:59 #11 30.19   Verifying        : libsepol-devel-3.3-3.fc36.aarch64                   29/116 
13:50:59 #11 30.19   Verifying        : libtool-2.4.6-50.fc36.aarch64                       30/116 
13:50:59 #11 30.19   Verifying        : libtool-ltdl-2.4.6-50.fc36.aarch64                  31/116 
13:50:59 #11 30.19   Verifying        : libtool-ltdl-devel-2.4.6-50.fc36.aarch64            32/116 
13:50:59 #11 30.19   Verifying        : libutempter-1.2.1-6.fc36.aarch64                    33/116 
13:50:59 #11 30.19   Verifying        : libuv-1:1.44.1-1.fc36.aarch64                       34/116 
13:50:59 #11 30.19   Verifying        : libxcrypt-devel-4.4.28-1.fc36.aarch64               35/116 
13:50:59 #11 30.19   Verifying        : libxcrypt-static-4.4.28-1.fc36.aarch64              36/116 
13:50:59 #11 30.19   Verifying        : libxkbcommon-1.4.0-1.fc36.aarch64                   37/116 
13:50:59 #11 30.19   Verifying        : lzo-2.10-6.fc36.aarch64                             38/116 
13:50:59 #11 30.19   Verifying        : m4-1.4.19-3.fc36.aarch64                            39/116 
13:50:59 #11 30.19   Verifying        : make-1:4.3-7.fc36.aarch64                           40/116 
13:50:59 #11 30.19   Verifying        : openssh-8.8p1-1.fc36.1.aarch64                      41/116 
13:50:59 #11 30.19   Verifying        : openssh-clients-8.8p1-1.fc36.1.aarch64              42/116 
13:50:59 #11 30.19   Verifying        : pcre2-devel-10.39-1.fc36.1.aarch64                  43/116 
13:50:59 #11 30.19   Verifying        : pcre2-utf16-10.39-1.fc36.1.aarch64                  44/116 
13:50:59 #11 30.19   Verifying        : pcre2-utf32-10.39-1.fc36.1.aarch64                  45/116 
13:50:59 #11 30.19   Verifying        : perl-Error-1:0.17029-8.fc36.noarch                  46/116 
13:50:59 #11 30.19   Verifying        : perl-File-Compare-1.100.600-486.fc36.noarch         47/116 
13:50:59 #11 30.19   Verifying        : perl-File-Copy-2.35-486.fc36.noarch                 48/116 
13:50:59 #11 30.19   Verifying        : perl-File-Find-1.39-486.fc36.noarch                 49/116 
13:50:59 #11 30.19   Verifying        : perl-TermReadKey-2.38-12.fc36.aarch64               50/116 
13:50:59 #11 30.19   Verifying        : perl-Thread-Queue-3.14-479.fc36.noarch              51/116 
13:50:59 #11 30.19   Verifying        : perl-lib-0.65-486.fc36.aarch64                      52/116 
13:50:59 #11 30.19   Verifying        : perl-threads-1:2.26-449.fc36.aarch64                53/116 
13:50:59 #11 30.19   Verifying        : perl-threads-shared-1.62-479.fc36.aarch64           54/116 
13:50:59 #11 30.19   Verifying        : policycoreutils-3.3-4.fc36.aarch64                  55/116 
13:50:59 #11 30.19   Verifying        : policycoreutils-devel-3.3-4.fc36.aarch64            56/116 
13:50:59 #11 30.19   Verifying        : policycoreutils-python-utils-3.3-4.fc36.noarch      57/116 
13:50:59 #11 30.19   Verifying        : python3-audit-3.0.8-1.fc36.aarch64                  58/116 
13:50:59 #11 30.19   Verifying        : python3-libselinux-3.3-4.fc36.aarch64               59/116 
13:50:59 #11 30.19   Verifying        : python3-libsemanage-3.3-3.fc36.aarch64              60/116 
13:50:59 #11 30.19   Verifying        : python3-policycoreutils-3.3-4.fc36.noarch           61/116 
13:50:59 #11 30.19   Verifying        : python3-setools-4.4.0-5.fc36.aarch64                62/116 
13:50:59 #11 30.19   Verifying        : python3-setuptools-59.6.0-2.fc36.noarch             63/116 
13:50:59 #11 30.19   Verifying        : qrencode-libs-4.1.1-2.fc36.aarch64                  64/116 
13:50:59 #11 30.19   Verifying        : rhash-1.4.2-2.fc36.aarch64                          65/116 
13:50:59 #11 30.19   Verifying        : rpm-plugin-selinux-4.17.0-10.fc36.aarch64           66/116 
13:50:59 #11 30.19   Verifying        : util-linux-2.38-0.2.fc36.aarch64                    67/116 
13:50:59 #11 30.19   Verifying        : which-2.21-32.fc36.aarch64                          68/116 
13:50:59 #11 30.19   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch               69/116 
13:50:59 #11 30.19   Verifying        : annobin-docs-10.73-1.fc36.noarch                    70/116 
13:50:59 #11 30.19   Verifying        : annobin-plugin-gcc-10.73-1.fc36.aarch64             71/116 
13:50:59 #11 30.19   Verifying        : btrfs-progs-5.18-1.fc36.aarch64                     72/116 
13:50:59 #11 30.19   Verifying        : btrfs-progs-devel-5.18-1.fc36.aarch64               73/116 
13:50:59 #11 30.19   Verifying        : cpp-12.1.1-1.fc36.aarch64                           74/116 
13:50:59 #11 30.19   Verifying        : dbus-broker-31-1.fc36.aarch64                       75/116 
13:50:59 #11 30.19   Verifying        : emacs-filesystem-1:27.2-11.fc36.noarch              76/116 
13:50:59 #11 30.19   Verifying        : gcc-12.1.1-1.fc36.aarch64                           77/116 
13:50:59 #11 30.19   Verifying        : gcc-plugin-annobin-12.1.1-1.fc36.aarch64            78/116 
13:50:59 #11 30.19   Verifying        : git-2.36.1-1.fc36.aarch64                           79/116 
13:50:59 #11 30.19   Verifying        : git-core-2.36.1-1.fc36.aarch64                      80/116 
13:50:59 #11 30.19   Verifying        : git-core-doc-2.36.1-1.fc36.noarch                   81/116 
13:50:59 #11 30.19   Verifying        : glibc-devel-2.35-9.fc36.aarch64                     82/116 
13:50:59 #11 30.19   Verifying        : glibc-static-2.35-9.fc36.aarch64                    83/116 
13:50:59 #11 30.19   Verifying        : kernel-headers-5.17.11-300.fc36.aarch64             84/116 
13:50:59 #11 30.19   Verifying        : libargon2-20171227-9.fc36.aarch64                   85/116 
13:50:59 #11 30.19   Verifying        : libasan-12.1.1-1.fc36.aarch64                       86/116 
13:50:59 #11 30.19   Verifying        : libatomic-12.1.1-1.fc36.aarch64                     87/116 
13:50:59 #11 30.19   Verifying        : libbpf-2:0.7.0-3.fc36.aarch64                       88/116 
13:50:59 #11 30.19   Verifying        : libbtrfs-5.18-1.fc36.aarch64                        89/116 
13:50:59 #11 30.19   Verifying        : libbtrfsutil-5.18-1.fc36.aarch64                    90/116 
13:50:59 #11 30.19   Verifying        : libubsan-12.1.1-1.fc36.aarch64                      91/116 
13:50:59 #11 30.19   Verifying        : perl-Git-2.36.1-1.fc36.noarch                       92/116 
13:50:59 #11 30.19   Verifying        : selinux-policy-36.9-1.fc36.noarch                   93/116 
13:50:59 #11 30.19   Verifying        : selinux-policy-devel-36.9-1.fc36.noarch             94/116 
13:50:59 #11 30.19   Verifying        : selinux-policy-targeted-36.9-1.fc36.noarch          95/116 
13:50:59 #11 30.19   Verifying        : systemd-250.6-1.fc36.aarch64                        96/116 
13:50:59 #11 30.19   Verifying        : systemd-devel-250.6-1.fc36.aarch64                  97/116 
13:50:59 #11 30.19   Verifying        : systemd-networkd-250.6-1.fc36.aarch64               98/116 
13:50:59 #11 30.19   Verifying        : systemd-pam-250.6-1.fc36.aarch64                    99/116 
13:50:59 #11 30.19   Verifying        : systemd-resolved-250.6-1.fc36.aarch64              100/116 
13:50:59 #11 30.19   Verifying        : systemd-rpm-macros-250.6-1.fc36.noarch             101/116 
13:50:59 #11 30.19   Verifying        : vim-filesystem-2:8.2.4975-1.fc36.noarch            102/116 
13:50:59 #11 30.19   Verifying        : glibc-2.35-9.fc36.aarch64                          103/116 
13:50:59 #11 30.19   Verifying        : glibc-2.35-4.fc36.aarch64                          104/116 
13:50:59 #11 30.19   Verifying        : glibc-common-2.35-9.fc36.aarch64                   105/116 
13:50:59 #11 30.19   Verifying        : glibc-common-2.35-4.fc36.aarch64                   106/116 
13:50:59 #11 30.19   Verifying        : glibc-gconv-extra-2.35-9.fc36.aarch64              107/116 
13:50:59 #11 30.19   Verifying        : glibc-gconv-extra-2.35-4.fc36.aarch64              108/116 
13:50:59 #11 30.19   Verifying        : glibc-minimal-langpack-2.35-9.fc36.aarch64         109/116 
13:50:59 #11 30.19   Verifying        : glibc-minimal-langpack-2.35-4.fc36.aarch64         110/116 
13:50:59 #11 30.19   Verifying        : libgcc-12.1.1-1.fc36.aarch64                       111/116 
13:50:59 #11 30.19   Verifying        : libgcc-12.0.1-0.16.fc36.aarch64                    112/116 
13:50:59 #11 30.19   Verifying        : libgomp-12.1.1-1.fc36.aarch64                      113/116 
13:50:59 #11 30.19   Verifying        : libgomp-12.0.1-0.16.fc36.aarch64                   114/116 
13:50:59 #11 30.19   Verifying        : systemd-libs-250.6-1.fc36.aarch64                  115/116 
13:50:59 #11 30.19   Verifying        : systemd-libs-250.3-8.fc36.aarch64                  116/116 
13:50:59 #11 30.41 
13:50:59 #11 30.41 Upgraded:
13:50:59 #11 30.41   glibc-2.35-9.fc36.aarch64                                                     
13:50:59 #11 30.41   glibc-common-2.35-9.fc36.aarch64                                              
13:50:59 #11 30.41   glibc-gconv-extra-2.35-9.fc36.aarch64                                         
13:50:59 #11 30.41   glibc-minimal-langpack-2.35-9.fc36.aarch64                                    
13:50:59 #11 30.41   libgcc-12.1.1-1.fc36.aarch64                                                  
13:50:59 #11 30.41   libgomp-12.1.1-1.fc36.aarch64                                                 
13:50:59 #11 30.41   systemd-libs-250.6-1.fc36.aarch64                                             
13:50:59 #11 30.41 Installed:
13:50:59 #11 30.41   annobin-docs-10.73-1.fc36.noarch                                              
13:50:59 #11 30.41   annobin-plugin-gcc-10.73-1.fc36.aarch64                                       
13:50:59 #11 30.41   autoconf-2.71-2.fc36.noarch                                                   
13:50:59 #11 30.41   automake-1.16.5-4.fc36.noarch                                                 
13:50:59 #11 30.41   btrfs-progs-5.18-1.fc36.aarch64                                               
13:50:59 #11 30.41   btrfs-progs-devel-5.18-1.fc36.aarch64                                         
13:50:59 #11 30.41   checkpolicy-3.3-2.fc36.aarch64                                                
13:50:59 #11 30.41   cmake-3.22.2-1.fc36.aarch64                                                   
13:50:59 #11 30.41   cmake-data-3.22.2-1.fc36.noarch                                               
13:50:59 #11 30.41   cmake-filesystem-3.22.2-1.fc36.aarch64                                        
13:50:59 #11 30.41   cmake-rpm-macros-3.22.2-1.fc36.noarch                                         
13:50:59 #11 30.41   cpp-12.1.1-1.fc36.aarch64                                                     
13:50:59 #11 30.41   cryptsetup-libs-2.4.3-2.fc36.aarch64                                          
13:50:59 #11 30.41   dbus-1:1.14.0-1.fc36.aarch64                                                  
13:50:59 #11 30.41   dbus-broker-31-1.fc36.aarch64                                                 
13:50:59 #11 30.41   dbus-common-1:1.14.0-1.fc36.noarch                                            
13:50:59 #11 30.41   device-mapper-1.02.175-7.fc36.aarch64                                         
13:50:59 #11 30.41   device-mapper-devel-1.02.175-7.fc36.aarch64                                   
13:50:59 #11 30.41   device-mapper-libs-1.02.175-7.fc36.aarch64                                    
13:50:59 #11 30.41   e2fsprogs-libs-1.46.5-2.fc36.aarch64                                          
13:50:59 #11 30.41   emacs-filesystem-1:27.2-11.fc36.noarch                                        
13:50:59 #11 30.41   gc-8.0.6-2.fc36.aarch64                                                       
13:50:59 #11 30.41   gcc-12.1.1-1.fc36.aarch64                                                     
13:50:59 #11 30.41   gcc-plugin-annobin-12.1.1-1.fc36.aarch64                                      
13:50:59 #11 30.41   git-2.36.1-1.fc36.aarch64                                                     
13:50:59 #11 30.41   git-core-2.36.1-1.fc36.aarch64                                                
13:50:59 #11 30.41   git-core-doc-2.36.1-1.fc36.noarch                                             
13:50:59 #11 30.41   glibc-devel-2.35-9.fc36.aarch64                                               
13:50:59 #11 30.41   glibc-static-2.35-9.fc36.aarch64                                              
13:50:59 #11 30.41   guile22-2.2.7-5.fc36.aarch64                                                  
13:50:59 #11 30.41   jsoncpp-1.9.5-2.fc36.aarch64                                                  
13:50:59 #11 30.41   kernel-headers-5.17.11-300.fc36.aarch64                                       
13:50:59 #11 30.41   kmod-libs-29-7.fc36.aarch64                                                   
13:50:59 #11 30.41   less-590-3.fc36.aarch64                                                       
13:50:59 #11 30.41   libargon2-20171227-9.fc36.aarch64                                             
13:50:59 #11 30.41   libasan-12.1.1-1.fc36.aarch64                                                 
13:50:59 #11 30.41   libatomic-12.1.1-1.fc36.aarch64                                               
13:50:59 #11 30.41   libbpf-2:0.7.0-3.fc36.aarch64                                                 
13:50:59 #11 30.41   libbtrfs-5.18-1.fc36.aarch64                                                  
13:50:59 #11 30.41   libbtrfsutil-5.18-1.fc36.aarch64                                              
13:50:59 #11 30.41   libcbor-0.7.0-5.fc36.aarch64                                                  
13:50:59 #11 30.41   libedit-3.1-41.20210910cvs.fc36.aarch64                                       
13:50:59 #11 30.41   libfdisk-2.38-0.2.fc36.aarch64                                                
13:50:59 #11 30.41   libfido2-1.10.0-3.fc36.aarch64                                                
13:50:59 #11 30.41   libmpc-1.2.1-4.fc36.aarch64                                                   
13:50:59 #11 30.41   libseccomp-2.5.3-2.fc36.aarch64                                               
13:50:59 #11 30.41   libseccomp-devel-2.5.3-2.fc36.aarch64                                         
13:50:59 #11 30.41   libselinux-devel-3.3-4.fc36.aarch64                                           
13:50:59 #11 30.41   libselinux-utils-3.3-4.fc36.aarch64                                           
13:50:59 #11 30.41   libsepol-devel-3.3-3.fc36.aarch64                                             
13:50:59 #11 30.41   libtool-2.4.6-50.fc36.aarch64                                                 
13:50:59 #11 30.41   libtool-ltdl-2.4.6-50.fc36.aarch64                                            
13:50:59 #11 30.41   libtool-ltdl-devel-2.4.6-50.fc36.aarch64                                      
13:50:59 #11 30.41   libubsan-12.1.1-1.fc36.aarch64                                                
13:50:59 #11 30.41   libutempter-1.2.1-6.fc36.aarch64                                              
13:50:59 #11 30.41   libuv-1:1.44.1-1.fc36.aarch64                                                 
13:50:59 #11 30.41   libxcrypt-devel-4.4.28-1.fc36.aarch64                                         
13:50:59 #11 30.41   libxcrypt-static-4.4.28-1.fc36.aarch64                                        
13:50:59 #11 30.41   libxkbcommon-1.4.0-1.fc36.aarch64                                             
13:50:59 #11 30.41   lzo-2.10-6.fc36.aarch64                                                       
13:50:59 #11 30.41   m4-1.4.19-3.fc36.aarch64                                                      
13:50:59 #11 30.41   make-1:4.3-7.fc36.aarch64                                                     
13:50:59 #11 30.41   openssh-8.8p1-1.fc36.1.aarch64                                                
13:50:59 #11 30.41   openssh-clients-8.8p1-1.fc36.1.aarch64                                        
13:50:59 #11 30.41   pcre2-devel-10.39-1.fc36.1.aarch64                                            
13:50:59 #11 30.41   pcre2-utf16-10.39-1.fc36.1.aarch64                                            
13:50:59 #11 30.41   pcre2-utf32-10.39-1.fc36.1.aarch64                                            
13:50:59 #11 30.41   perl-Error-1:0.17029-8.fc36.noarch                                            
13:50:59 #11 30.41   perl-File-Compare-1.100.600-486.fc36.noarch                                   
13:50:59 #11 30.41   perl-File-Copy-2.35-486.fc36.noarch                                           
13:50:59 #11 30.41   perl-File-Find-1.39-486.fc36.noarch                                           
13:50:59 #11 30.41   perl-Git-2.36.1-1.fc36.noarch                                                 
13:50:59 #11 30.41   perl-TermReadKey-2.38-12.fc36.aarch64                                         
13:50:59 #11 30.41   perl-Thread-Queue-3.14-479.fc36.noarch                                        
13:50:59 #11 30.41   perl-lib-0.65-486.fc36.aarch64                                                
13:50:59 #11 30.41   perl-threads-1:2.26-449.fc36.aarch64                                          
13:50:59 #11 30.41   perl-threads-shared-1.62-479.fc36.aarch64                                     
13:50:59 #11 30.41   policycoreutils-3.3-4.fc36.aarch64                                            
13:50:59 #11 30.41   policycoreutils-devel-3.3-4.fc36.aarch64                                      
13:50:59 #11 30.41   policycoreutils-python-utils-3.3-4.fc36.noarch                                
13:50:59 #11 30.41   python3-audit-3.0.8-1.fc36.aarch64                                            
13:50:59 #11 30.41   python3-libselinux-3.3-4.fc36.aarch64                                         
13:50:59 #11 30.41   python3-libsemanage-3.3-3.fc36.aarch64                                        
13:50:59 #11 30.41   python3-policycoreutils-3.3-4.fc36.noarch                                     
13:50:59 #11 30.41   python3-setools-4.4.0-5.fc36.aarch64                                          
13:50:59 #11 30.41   python3-setuptools-59.6.0-2.fc36.noarch                                       
13:50:59 #11 30.41   qrencode-libs-4.1.1-2.fc36.aarch64                                            
13:50:59 #11 30.41   rhash-1.4.2-2.fc36.aarch64                                                    
13:50:59 #11 30.41   rpm-plugin-selinux-4.17.0-10.fc36.aarch64                                     
13:50:59 #11 30.41   selinux-policy-36.9-1.fc36.noarch                                             
13:50:59 #11 30.41   selinux-policy-devel-36.9-1.fc36.noarch                                       
13:50:59 #11 30.41   selinux-policy-targeted-36.9-1.fc36.noarch                                    
13:50:59 #11 30.41   systemd-250.6-1.fc36.aarch64                                                  
13:50:59 #11 30.41   systemd-devel-250.6-1.fc36.aarch64                                            
13:50:59 #11 30.41   systemd-networkd-250.6-1.fc36.aarch64                                         
13:50:59 #11 30.41   systemd-pam-250.6-1.fc36.aarch64                                              
13:50:59 #11 30.41   systemd-resolved-250.6-1.fc36.aarch64                                         
13:50:59 #11 30.41   systemd-rpm-macros-250.6-1.fc36.noarch                                        
13:50:59 #11 30.41   util-linux-2.38-0.2.fc36.aarch64                                              
13:50:59 #11 30.41   vim-filesystem-2:8.2.4975-1.fc36.noarch                                       
13:50:59 #11 30.41   which-2.21-32.fc36.aarch64                                                    
13:50:59 #11 30.41   xkeyboard-config-2.35.1-1.fc36.noarch                                         
13:50:59 #11 30.41 
13:50:59 #11 30.41 Complete!
13:51:00 #11 DONE 30.7s
13:51:00 
13:51:00 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
13:51:00 #13 sha256:efa885c56933b0655cb8e1b1b2812f6b54acfdabb250aa5d04c209074fbc374f
13:51:02 #13 DONE 1.6s
13:51:02 
13:51:02 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
13:51:02 #14 sha256:f7af5fb37745ee044cfb3d115fb7fda4b416eda347cd13025d27accee1e8d9b1
13:51:02 #14 DONE 0.0s
13:51:02 
13:51:02 #15 exporting to image
13:51:02 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:51:02 #15 exporting layers
13:51:04 #15 exporting layers 2.4s done
13:51:04 #15 writing image sha256:41f41a05271612a03bf9feefb8ada302f1083e672c09622a10dfc2af2ec6c794 done
13:51:04 #15 naming to docker.io/rpmbuild-fedora-36/aarch64 done
13:51:04 #15 DONE 2.4s
13:51:04 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/fedora-36/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-36/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-36/aarch64 -ba --define '_gitcommit_cli aa7e414' --define '_gitcommit_engine 90033ab' --define '_release 0' --define '_version 0.0.0.20220511162217.aa7e414' --define '_origversion 0.0.0-20220511162217-aa7e414' --define '_compose_rpm_version 2.6.0' --define '_compose_version v2.6.0' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-compose-plugin.spec
13:51:04 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:51:04 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:51:04 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:51:04 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.d2Lzsg
13:51:04 + umask 022
13:51:04 + cd /root/rpmbuild/BUILD
13:51:04 + cd /root/rpmbuild/BUILD
13:51:04 + rm -rf src
13:51:04 + /usr/bin/mkdir -p src
13:51:04 + cd src
13:51:04 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:51:04 + /usr/bin/tar -xof -
13:51:05 + STATUS=0
13:51:05 + '[' 0 -ne 0 ']'
13:51:05 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:51:05 + /usr/bin/tar -xof -
13:51:05 + STATUS=0
13:51:05 + '[' 0 -ne 0 ']'
13:51:05 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:51:05 + RPM_EC=0
13:51:05 ++ jobs -p
13:51:05 + exit 0
13:51:05 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JM1JfG
13:51:05 + umask 022
13:51:05 + cd /root/rpmbuild/BUILD
13:51:05 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:51:05 + export CFLAGS
13:51:05 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:51:05 + export CXXFLAGS
13:51:05 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:51:05 + export FFLAGS
13:51:05 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:51:05 + export FCFLAGS
13:51:05 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0.20220511162217.aa7e414-0.fc36.aarch64.ld'
13:51:05 + export LDFLAGS
13:51:05 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:51:05 + export LT_SYS_LIBRARY_PATH
13:51:05 + CC=gcc
13:51:05 + export CC
13:51:05 + CXX=g++
13:51:05 + export CXX
13:51:05 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:51:05 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0.20220511162217.aa7e414-0.fc36 aarch64
13:51:05 + cd src
13:51:05 + export DOCKER_GITCOMMIT=90033ab
13:51:05 + DOCKER_GITCOMMIT=90033ab
13:51:05 + mkdir -p /go/src/github.com/docker
13:51:05 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:51:05 + pushd /root/rpmbuild/BUILD/src/engine
13:51:05 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:51:05 + for component in tini "proxy dynamic"
13:51:05 + TMP_GOPATH=/go
13:51:05 + hack/dockerfile/install/install.sh tini
13:51:05 + RM_GOPATH=0
13:51:05 + TMP_GOPATH=/go
13:51:05 + : /usr/local/bin
13:51:05 + '[' -z /go ']'
13:51:05 + export GOPATH=/go
13:51:05 + GOPATH=/go
13:51:05 + case "$(go env GOARCH)" in
13:51:05 ++ go env GOARCH
13:51:05 + export GO_BUILDMODE=-buildmode=pie
13:51:05 + GO_BUILDMODE=-buildmode=pie
13:51:05 ++ dirname hack/dockerfile/install/install.sh
13:51:05 + dir=hack/dockerfile/install
13:51:05 + bin=tini
13:51:05 + shift
13:51:05 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:51:05 + . hack/dockerfile/install/tini.installer
13:51:05 ++ : v0.19.0
13:51:05 + install_tini
13:51:05 + echo 'Install tini version v0.19.0'
13:51:05 + git clone https://github.com/krallin/tini.git /go/tini
13:51:05 Install tini version v0.19.0
13:51:05 Cloning into '/go/tini'...
13:51:05 + cd /go/tini
13:51:05 + git checkout -q v0.19.0
13:51:05 + cmake .
13:51:05 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:51:05   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:51:05   CMake.
13:51:05 
13:51:05   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:51:05   CMake that the project does not need compatibility with older versions.
13:51:05 
13:51:05 
13:51:06 -- The C compiler identification is GNU 12.1.1
13:51:06 -- Detecting C compiler ABI info
13:51:06 -- Detecting C compiler ABI info - done
13:51:06 -- Check for working C compiler: /usr/bin/gcc - skipped
13:51:06 -- Detecting C compile features
13:51:06 -- Detecting C compile features - done
13:51:06 -- Performing Test HAS_BUILTIN_FORTIFY
13:51:06 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:51:06 -- Configuring done
13:51:06 -- Generating done
13:51:06 -- Build files have been written to: /go/tini
13:51:06 + make tini-static
13:51:06 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:51:06 [100%] Linking C executable tini-static
13:51:07 [100%] Built target tini-static
13:51:07 + mkdir -p /usr/local/bin
13:51:07 + cp tini-static /usr/local/bin/docker-init
13:51:07 + for component in tini "proxy dynamic"
13:51:07 + TMP_GOPATH=/go
13:51:07 + hack/dockerfile/install/install.sh proxy dynamic
13:51:07 + RM_GOPATH=0
13:51:07 + TMP_GOPATH=/go
13:51:07 + : /usr/local/bin
13:51:07 + '[' -z /go ']'
13:51:07 + export GOPATH=/go
13:51:07 + GOPATH=/go
13:51:07 + case "$(go env GOARCH)" in
13:51:07 ++ go env GOARCH
13:51:07 + export GO_BUILDMODE=-buildmode=pie
13:51:07 + GO_BUILDMODE=-buildmode=pie
13:51:07 ++ dirname hack/dockerfile/install/install.sh
13:51:07 + dir=hack/dockerfile/install
13:51:07 + bin=proxy
13:51:07 + shift
13:51:07 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
13:51:07 + . hack/dockerfile/install/proxy.installer
13:51:07 ++ : 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:51:07 + install_proxy dynamic
13:51:07 + case "$1" in
13:51:07 + install_proxy_dynamic
13:51:07 + export PROXY_LDFLAGS=-linkmode=external install_proxy
13:51:07 + PROXY_LDFLAGS=-linkmode=external
13:51:07 + export BUILD_MODE=-buildmode=pie
13:51:07 + BUILD_MODE=-buildmode=pie
13:51:07 + _install_proxy
13:51:07 + echo 'Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b'
13:51:07 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
13:51:07 Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:51:07 Cloning into '/go/src/github.com/docker/libnetwork'...
13:51:09 + cd /go/src/github.com/docker/libnetwork
13:51:09 + git checkout -q 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:51:09 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:51:17 + return
13:51:17 + VERSION=0.0.0-20220511162217-aa7e414
13:51:17 + PRODUCT=docker
13:51:17 + hack/make.sh dynbinary
13:51:17 
13:51:17 Removing bundles/
13:51:17 
13:51:17 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:51:17 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:51:17 GOOS="" GOARCH="" GOARM=""
13:52:25 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:52:25 
13:52:25 ~/rpmbuild/BUILD/src
13:52:25 + popd
13:52:25 + RPM_EC=0
13:52:25 ++ jobs -p
13:52:25 + exit 0
13:52:25 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Ode4OI
13:52:25 + umask 022
13:52:25 + cd /root/rpmbuild/BUILD
13:52:25 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc36.aarch64 '!=' / ']'
13:52:25 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:52:25 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:52:25 + mkdir -p /root/rpmbuild/BUILDROOT
13:52:25 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:52:25 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:52:25 + export CFLAGS
13:52:25 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:52:25 + export CXXFLAGS
13:52:25 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:52:25 + export FFLAGS
13:52:25 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:52:25 + export FCFLAGS
13:52:25 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0.20220511162217.aa7e414-0.fc36.aarch64.ld'
13:52:25 + export LDFLAGS
13:52:25 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:52:25 + export LT_SYS_LIBRARY_PATH
13:52:25 + CC=gcc
13:52:25 + export CC
13:52:25 + CXX=g++
13:52:25 + export CXX
13:52:25 + cd src
13:52:25 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:52:25 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/bin/dockerd
13:52:25 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/bin/docker-proxy
13:52:25 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/bin/docker-init
13:52:25 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/lib/systemd/system/docker.service
13:52:25 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/lib/systemd/system/docker.socket
13:52:25 + /usr/lib/rpm/check-buildroot
13:52:25 + /usr/lib/rpm/redhat/brp-ldconfig
13:52:25 + /usr/lib/rpm/brp-compress
13:52:25 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:52:25 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:52:25 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:52:25 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:52:25 + /usr/lib/rpm/check-rpaths
13:52:25 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:52:25 + /usr/lib/rpm/brp-remove-la-files
13:52:25 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:52:25 + /usr/lib/rpm/redhat/brp-python-hardlink
13:52:25 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.HrJoWY
13:52:25 + umask 022
13:52:25 + cd /root/rpmbuild/BUILD
13:52:25 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:52:25 + export CFLAGS
13:52:25 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:52:25 + export CXXFLAGS
13:52:25 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:52:25 + export FFLAGS
13:52:25 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:52:25 + export FCFLAGS
13:52:25 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0.20220511162217.aa7e414-0.fc36.aarch64.ld'
13:52:25 + export LDFLAGS
13:52:25 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:52:25 + export LT_SYS_LIBRARY_PATH
13:52:25 + CC=gcc
13:52:25 + export CC
13:52:25 + CXX=g++
13:52:25 + export CXX
13:52:25 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:52:25 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0.20220511162217.aa7e414-0.fc36 aarch64
13:52:25 + cd src
13:52:25 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:52:25 + ver='Docker version 0.0.0-20220511162217-aa7e414, build 90033ab'
13:52:25 + test 'Docker version 0.0.0-20220511162217-aa7e414, build 90033ab' = 'Docker version 0.0.0-20220511162217-aa7e414, build 90033ab'
13:52:25 + echo 'PASS: daemon version OK'
13:52:25 + RPM_EC=0
13:52:25 PASS: daemon version OK
13:52:25 ++ jobs -p
13:52:25 + exit 0
13:52:25 Processing files: docker-ce-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:52:25 Provides: docker-ce = 3:0.0.0.20220511162217.aa7e414-0.fc36 docker-ce(aarch-64) = 3:0.0.0.20220511162217.aa7e414-0.fc36
13:52:25 Requires(interp): /bin/sh /bin/sh /bin/sh
13:52:25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:52:25 Requires(post): /bin/sh
13:52:25 Requires(preun): /bin/sh
13:52:25 Requires(postun): /bin/sh
13:52:25 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)
13:52:25 Conflicts: docker docker-ee docker-engine-cs docker-io
13:52:25 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:52:25 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:52:26 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220511162217.aa7e414-0.fc36.src.rpm
13:53:05 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0.20220511162217.aa7e414-0.fc36.aarch64.rpm
13:53:05 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.KX9X8R
13:53:05 + umask 022
13:53:05 + cd /root/rpmbuild/BUILD
13:53:05 + cd src
13:53:05 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:53:05 + RPM_EC=0
13:53:05 ++ jobs -p
13:53:05 + exit 0
13:53:05 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.LoFTZu
13:53:05 + umask 022
13:53:05 + cd /root/rpmbuild/BUILD
13:53:05 + cd /root/rpmbuild/BUILD
13:53:05 + rm -rf src
13:53:05 + /usr/bin/mkdir -p src
13:53:05 + cd src
13:53:05 + /usr/bin/tar -xof -
13:53:05 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:53:05 + STATUS=0
13:53:05 + '[' 0 -ne 0 ']'
13:53:05 + /usr/bin/tar -xof -
13:53:05 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
13:53:05 + STATUS=0
13:53:05 + '[' 0 -ne 0 ']'
13:53:05 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:53:05 + RPM_EC=0
13:53:05 ++ jobs -p
13:53:05 + exit 0
13:53:05 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.i94MDc
13:53:05 + umask 022
13:53:05 + cd /root/rpmbuild/BUILD
13:53:05 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:53:05 + export CFLAGS
13:53:05 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:53:05 + export CXXFLAGS
13:53:05 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:53:05 + export FFLAGS
13:53:05 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:53:05 + export FCFLAGS
13:53:05 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64.ld'
13:53:05 + export LDFLAGS
13:53:05 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:53:05 + export LT_SYS_LIBRARY_PATH
13:53:05 + CC=gcc
13:53:05 + export CC
13:53:05 + CXX=g++
13:53:05 + export CXX
13:53:05 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:53:05 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0.20220511162217.aa7e414-0.fc36 aarch64
13:53:05 + cd src
13:53:05 + mkdir -p /go/src/github.com/docker
13:53:05 + rm -f /go/src/github.com/docker/cli
13:53:05 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:53:05 + pushd /go/src/github.com/docker/cli
13:53:05 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:53:05 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:53:05 + make VERSION=0.0.0-20220511162217-aa7e414 GITCOMMIT=aa7e414 dynbinary manpages
13:53:05 GO_LINKMODE=dynamic ./scripts/build/binary
13:53:05 Building dynamic docker-linux-arm64
13:54:01 scripts/docs/generate-man.sh
13:55:09 Project root: /go/src/github.com/docker/cli
13:55:09 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:55:09 2022/05/31 13:54:59 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:55:09 + popd
13:55:09 + pushd /root/rpmbuild/BUILD/src/plugins
13:55:09 + for installer in *.installer
13:55:09 + '[' app.installer '!=' scan.installer ']'
13:55:09 + bash app.installer build
13:55:09 ~/rpmbuild/BUILD/src
13:55:09 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:55:09 Cloning into '/go/src/github.com/docker/app'...
13:55:09 Fetching origin
13:55:09 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
13:55:47 + for installer in *.installer
13:55:47 + '[' buildx.installer '!=' scan.installer ']'
13:55:47 + bash buildx.installer build
13:55:47 Cloning into '/go/src/github.com/docker/buildx'...
13:55:48 Fetching origin
13:55:48 + GO111MODULE=on
13:55:48 + 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
13:57:09 + popd
13:57:09 + RPM_EC=0
13:57:09 ~/rpmbuild/BUILD/src
13:57:09 ++ jobs -p
13:57:09 + exit 0
13:57:09 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.qeYOnq
13:57:09 + umask 022
13:57:09 + cd /root/rpmbuild/BUILD
13:57:09 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64 '!=' / ']'
13:57:09 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:57:09 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:57:09 + mkdir -p /root/rpmbuild/BUILDROOT
13:57:09 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:57:09 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:57:09 + export CFLAGS
13:57:09 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:57:09 + export CXXFLAGS
13:57:09 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:57:09 + export FFLAGS
13:57:09 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:57:09 + export FCFLAGS
13:57:09 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64.ld'
13:57:09 + export LDFLAGS
13:57:09 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:57:09 + export LT_SYS_LIBRARY_PATH
13:57:09 + CC=gcc
13:57:09 + export CC
13:57:09 + CXX=g++
13:57:09 + export CXX
13:57:09 + cd src
13:57:09 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/bin
13:57:09 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/bin/docker
13:57:09 + pushd /root/rpmbuild/BUILD/src/plugins
13:57:09 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:57:09 + for installer in *.installer
13:57:09 + '[' app.installer '!=' scan.installer ']'
13:57:09 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:57:09 + PREFIX=/usr/libexec/docker/cli-plugins
13:57:09 + bash app.installer install_plugin
13:57:09 + for installer in *.installer
13:57:09 + '[' buildx.installer '!=' scan.installer ']'
13:57:09 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:57:09 + PREFIX=/usr/libexec/docker/cli-plugins
13:57:09 + bash buildx.installer install_plugin
13:57:09 + popd
13:57:09 ~/rpmbuild/BUILD/src
13:57:09 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/share/bash-completion/completions
13:57:09 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/share/zsh/vendor-completions
13:57:09 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/share/fish/vendor_completions.d
13:57:09 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/share/bash-completion/completions/docker
13:57:09 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/share/zsh/vendor-completions/_docker
13:57:09 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/share/fish/vendor_completions.d/docker.fish
13:57:09 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/share/man/man1
13:57:09 + 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.20220511162217.aa7e414-0.fc36.aarch64/usr/share/man/man1
13:57:09 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/share/man/man5
13:57:09 + 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.20220511162217.aa7e414-0.fc36.aarch64/usr/share/man/man5
13:57:09 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/share/man/man8
13:57:09 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/share/man/man8
13:57:09 + mkdir -p build-docs
13:57:09 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:57:09 + cp cli/LICENSE build-docs/LICENSE
13:57:09 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:57:09 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:57:09 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:57:09 + cp cli/NOTICE build-docs/NOTICE
13:57:09 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:57:09 + cp cli/README.md build-docs/README.md
13:57:09 + /usr/lib/rpm/check-buildroot
13:57:09 + /usr/lib/rpm/redhat/brp-ldconfig
13:57:09 + /usr/lib/rpm/brp-compress
13:57:09 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:57:09 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:57:09 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:57:09 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:57:09 + /usr/lib/rpm/check-rpaths
13:57:09 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:57:09 + /usr/lib/rpm/brp-remove-la-files
13:57:09 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:57:09 + /usr/lib/rpm/redhat/brp-python-hardlink
13:57:09 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.fNn0Xi
13:57:09 + umask 022
13:57:09 + cd /root/rpmbuild/BUILD
13:57:09 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:57:09 + export CFLAGS
13:57:09 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:57:09 + export CXXFLAGS
13:57:09 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:57:09 + export FFLAGS
13:57:09 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:57:09 + export FCFLAGS
13:57:09 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64.ld'
13:57:09 + export LDFLAGS
13:57:09 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:57:09 + export LT_SYS_LIBRARY_PATH
13:57:09 + CC=gcc
13:57:09 + export CC
13:57:09 + CXX=g++
13:57:09 + export CXX
13:57:09 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:57:09 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0.20220511162217.aa7e414-0.fc36 aarch64
13:57:09 + cd src
13:57:09 ++ cli/build/docker --version
13:57:09 + ver='Docker version 0.0.0-20220511162217-aa7e414, build aa7e414'
13:57:09 + test 'Docker version 0.0.0-20220511162217-aa7e414, build aa7e414' = 'Docker version 0.0.0-20220511162217-aa7e414, build aa7e414'
13:57:09 + echo 'PASS: cli version OK'
13:57:09 + RPM_EC=0
13:57:09 PASS: cli version OK
13:57:09 ++ jobs -p
13:57:09 + exit 0
13:57:09 Processing files: docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:57:09 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.zgyoZi
13:57:09 + umask 022
13:57:09 + cd /root/rpmbuild/BUILD
13:57:09 + cd src
13:57:09 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:57:09 + export LC_ALL=C
13:57:09 + LC_ALL=C
13:57:09 + export DOCDIR
13:57:09 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:57:09 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:57:09 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:57:09 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:57:09 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/share/doc/docker-ce-cli
13:57:09 + RPM_EC=0
13:57:09 ++ jobs -p
13:57:09 + exit 0
13:57:09 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:57:09 Provides: docker-ce-cli = 1:0.0.0.20220511162217.aa7e414-0.fc36 docker-ce-cli(aarch-64) = 1:0.0.0.20220511162217.aa7e414-0.fc36
13:57:09 Requires(interp): /bin/sh
13:57:09 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:57:09 Requires(post): /bin/sh
13:57:09 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)
13:57:09 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:57:09 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:57:09 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.src.rpm
13:58:17 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64.rpm
13:58:17 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.t0Hn4E
13:58:17 + umask 022
13:58:17 + cd /root/rpmbuild/BUILD
13:58:17 + cd src
13:58:17 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:58:17 + RPM_EC=0
13:58:17 ++ jobs -p
13:58:17 + exit 0
13:58:17 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rCP1po
13:58:17 + umask 022
13:58:17 + cd /root/rpmbuild/BUILD
13:58:17 + cd /root/rpmbuild/BUILD
13:58:17 + rm -rf src
13:58:17 + /usr/bin/mkdir -p src
13:58:17 + cd src
13:58:17 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:58:17 + /usr/bin/tar -xof -
13:58:17 + STATUS=0
13:58:17 + '[' 0 -ne 0 ']'
13:58:17 + /usr/bin/tar -xof -
13:58:17 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:58:17 + STATUS=0
13:58:17 + '[' 0 -ne 0 ']'
13:58:17 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:58:17 + RPM_EC=0
13:58:17 ++ jobs -p
13:58:17 + exit 0
13:58:17 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.yN3wS3
13:58:17 + umask 022
13:58:17 + cd /root/rpmbuild/BUILD
13:58:17 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:58:17 + export CFLAGS
13:58:17 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:58:17 + export CXXFLAGS
13:58:17 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:58:17 + export FFLAGS
13:58:17 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:58:17 + export FCFLAGS
13:58:17 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc36.aarch64.ld'
13:58:17 + export LDFLAGS
13:58:17 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:58:17 + export LT_SYS_LIBRARY_PATH
13:58:17 + CC=gcc
13:58:17 + export CC
13:58:17 + CXX=g++
13:58:17 + export CXX
13:58:17 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:58:17 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0.20220511162217.aa7e414-0.fc36 aarch64
13:58:17 + cd src
13:58:17 + export DOCKER_GITCOMMIT=90033ab
13:58:17 + DOCKER_GITCOMMIT=90033ab
13:58:17 + mkdir -p /go/src/github.com/docker
13:58:17 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:58:17 + TMP_GOPATH=/go
13:58:17 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:58:17 + RM_GOPATH=0
13:58:17 + TMP_GOPATH=/go
13:58:17 + : /usr/local/bin
13:58:17 + '[' -z /go ']'
13:58:17 + export GOPATH=/go
13:58:17 + GOPATH=/go
13:58:17 + case "$(go env GOARCH)" in
13:58:17 ++ go env GOARCH
13:58:17 + export GO_BUILDMODE=-buildmode=pie
13:58:17 + GO_BUILDMODE=-buildmode=pie
13:58:17 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:58:17 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:58:17 + bin=rootlesskit
13:58:17 + shift
13:58:17 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:58:17 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:58:17 ++ : v0.14.4
13:58:17 + install_rootlesskit dynamic
13:58:17 + case "$1" in
13:58:17 + install_rootlesskit_dynamic
13:58:17 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:58:17 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:58:17 + export BUILD_MODE=-buildmode=pie
13:58:17 + BUILD_MODE=-buildmode=pie
13:58:17 + _install_rootlesskit
13:58:17 + echo 'Install rootlesskit version v0.14.4'
13:58:17 + for f in rootlesskit rootlesskit-docker-proxy
13:58:17 + GOBIN=/usr/local/bin
13:58:17 + GO111MODULE=on
13:58:17 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
13:58:17 Install rootlesskit version v0.14.4
13:58:17 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
13:58:17 go: downloading github.com/pkg/errors v0.9.1
13:58:17 go: downloading github.com/sirupsen/logrus v1.8.1
13:58:17 go: downloading github.com/urfave/cli/v2 v2.3.0
13:58:17 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:58:17 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:58:17 go: downloading github.com/google/uuid v1.3.0
13:58:17 go: downloading github.com/moby/vpnkit v0.5.0
13:58:17 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:58:17 go: downloading github.com/gofrs/flock v0.8.1
13:58:17 go: downloading github.com/gorilla/mux v1.8.0
13:58:17 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:58:17 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:58:17 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:58:17 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:58:17 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:58:20 + for f in rootlesskit rootlesskit-docker-proxy
13:58:20 + GOBIN=/usr/local/bin
13:58:20 + GO111MODULE=on
13:58:20 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
13:58:22 + return
13:58:22 + RPM_EC=0
13:58:22 ++ jobs -p
13:58:22 + exit 0
13:58:22 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SdfAot
13:58:22 + umask 022
13:58:22 + cd /root/rpmbuild/BUILD
13:58:22 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc36.aarch64 '!=' / ']'
13:58:22 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:58:22 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:58:22 + mkdir -p /root/rpmbuild/BUILDROOT
13:58:22 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:58:22 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:58:22 + export CFLAGS
13:58:22 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:58:22 + export CXXFLAGS
13:58:22 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:58:22 + export FFLAGS
13:58:22 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:58:22 + export FCFLAGS
13:58:22 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc36.aarch64.ld'
13:58:22 + export LDFLAGS
13:58:22 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:58:22 + export LT_SYS_LIBRARY_PATH
13:58:22 + CC=gcc
13:58:22 + export CC
13:58:22 + CXX=g++
13:58:22 + export CXX
13:58:22 + cd src
13:58:22 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/bin/dockerd-rootless.sh
13:58:22 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/bin/dockerd-rootless-setuptool.sh
13:58:22 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/bin/rootlesskit
13:58:22 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc36.aarch64/usr/bin/rootlesskit-docker-proxy
13:58:22 + /usr/lib/rpm/check-buildroot
13:58:22 + /usr/lib/rpm/redhat/brp-ldconfig
13:58:22 + /usr/lib/rpm/brp-compress
13:58:22 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:58:22 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:58:22 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:58:22 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:58:22 + /usr/lib/rpm/check-rpaths
13:58:22 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:58:22 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
13:58:22 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
13:58:22 + /usr/lib/rpm/brp-remove-la-files
13:58:22 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:58:22 + /usr/lib/rpm/redhat/brp-python-hardlink
13:58:22 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.acVOEN
13:58:22 + umask 022
13:58:22 + cd /root/rpmbuild/BUILD
13:58:22 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:58:22 + export CFLAGS
13:58:22 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:58:22 + export CXXFLAGS
13:58:22 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:58:22 + export FFLAGS
13:58:22 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:58:22 + export FCFLAGS
13:58:22 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc36.aarch64.ld'
13:58:22 + export LDFLAGS
13:58:22 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:58:22 + export LT_SYS_LIBRARY_PATH
13:58:22 + CC=gcc
13:58:22 + export CC
13:58:22 + CXX=g++
13:58:22 + export CXX
13:58:22 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:58:22 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0.20220511162217.aa7e414-0.fc36 aarch64
13:58:22 + cd src
13:58:22 + /usr/local/bin/rootlesskit -v
13:58:22 rootlesskit version 0.14.4
13:58:22 + RPM_EC=0
13:58:22 ++ jobs -p
13:58:22 + exit 0
13:58:22 Processing files: docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:58:22 Provides: docker-ce-rootless-extras = 0:0.0.0.20220511162217.aa7e414-0.fc36 docker-ce-rootless-extras(aarch-64) = 0:0.0.0.20220511162217.aa7e414-0.fc36
13:58:22 Requires(interp): /bin/sh /bin/sh /bin/sh
13:58:22 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:58:22 Requires(post): /bin/sh
13:58:22 Requires(preun): /bin/sh
13:58:22 Requires(postun): /bin/sh
13:58:22 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)
13:58:22 Conflicts: rootlesskit
13:58:22 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:58:23 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc36.src.rpm
13:58:29 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc36.aarch64.rpm
13:58:29 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9SbhPn
13:58:29 + umask 022
13:58:29 + cd /root/rpmbuild/BUILD
13:58:29 + cd src
13:58:29 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc36.aarch64
13:58:29 + RPM_EC=0
13:58:29 ++ jobs -p
13:58:29 + exit 0
13:58:29 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.OOcnBh
13:58:29 + umask 022
13:58:29 + cd /root/rpmbuild/BUILD
13:58:29 + cd /root/rpmbuild/BUILD
13:58:29 + rm -rf src
13:58:29 + /usr/bin/mkdir -p src
13:58:29 + cd src
13:58:29 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:58:29 + /usr/bin/tar -xof -
13:58:29 + STATUS=0
13:58:29 + '[' 0 -ne 0 ']'
13:58:29 + /usr/bin/tar -xof -
13:58:29 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:58:29 + STATUS=0
13:58:29 + '[' 0 -ne 0 ']'
13:58:29 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:58:29 + RPM_EC=0
13:58:29 ++ jobs -p
13:58:29 + exit 0
13:58:29 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jBxHhS
13:58:29 + umask 022
13:58:29 + cd /root/rpmbuild/BUILD
13:58:29 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:58:29 + export CFLAGS
13:58:29 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
13:58:29 + export CXXFLAGS
13:58:29 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:58:29 + export FFLAGS
13:58:29 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
13:58:29 + export FCFLAGS
13:58:29 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.6.0-0.fc36.aarch64.ld'
13:58:29 + export LDFLAGS
13:58:29 + LT_SYS_LIBRARY_PATH=/usr/lib64:
13:58:29 + export LT_SYS_LIBRARY_PATH
13:58:29 + CC=gcc
13:58:29 + export CC
13:58:29 + CXX=g++
13:58:29 + export CXX
13:58:29 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
13:58:29 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.6.0-0.fc36 aarch64
13:58:29 + cd src
13:58:29 + pushd /root/rpmbuild/BUILD/src/compose
13:58:29 + GOPROXY=https://proxy.golang.org
13:58:29 + GO111MODULE=on
13:58:29 + go mod download
13:58:29 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:59:08 + GOPROXY=https://proxy.golang.org
13:59:08 + GO111MODULE=on
13:59:08 + GIT_TAG=v2.6.0
13:59:08 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
13:59:08 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.6.0"  -o bin/docker-compose ./cmd
14:00:04 + popd
14:00:04 + RPM_EC=0
14:00:04 ~/rpmbuild/BUILD/src
14:00:04 ++ jobs -p
14:00:04 + exit 0
14:00:04 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.k8xWPx
14:00:04 + umask 022
14:00:04 + cd /root/rpmbuild/BUILD
14:00:04 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc36.aarch64 '!=' / ']'
14:00:04 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc36.aarch64
14:00:04 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc36.aarch64
14:00:04 + mkdir -p /root/rpmbuild/BUILDROOT
14:00:04 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc36.aarch64
14:00:04 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
14:00:04 + export CFLAGS
14:00:04 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
14:00:04 + export CXXFLAGS
14:00:04 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
14:00:04 + export FFLAGS
14:00:04 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
14:00:04 + export FCFLAGS
14:00:04 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.6.0-0.fc36.aarch64.ld'
14:00:04 + export LDFLAGS
14:00:04 + LT_SYS_LIBRARY_PATH=/usr/lib64:
14:00:04 + export LT_SYS_LIBRARY_PATH
14:00:04 + CC=gcc
14:00:04 + export CC
14:00:04 + CXX=g++
14:00:04 + export CXX
14:00:04 + cd src
14:00:04 + pushd /root/rpmbuild/BUILD/src/compose
14:00:04 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
14:00:04 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
14:00:04 ~/rpmbuild/BUILD/src
14:00:04 + popd
14:00:04 + for f in LICENSE MAINTAINERS NOTICE README.md
14:00:04 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
14:00:04 + for f in LICENSE MAINTAINERS NOTICE README.md
14:00:04 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
14:00:04 + for f in LICENSE MAINTAINERS NOTICE README.md
14:00:04 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
14:00:04 + for f in LICENSE MAINTAINERS NOTICE README.md
14:00:04 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
14:00:04 + /usr/lib/rpm/check-buildroot
14:00:04 + /usr/lib/rpm/redhat/brp-ldconfig
14:00:04 + /usr/lib/rpm/brp-compress
14:00:04 + /usr/lib/rpm/brp-strip /usr/bin/strip
14:00:04 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
14:00:04 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
14:00:04 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
14:00:04 + /usr/lib/rpm/check-rpaths
14:00:04 + /usr/lib/rpm/redhat/brp-mangle-shebangs
14:00:04 + /usr/lib/rpm/brp-remove-la-files
14:00:04 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
14:00:04 + /usr/lib/rpm/redhat/brp-python-hardlink
14:00:04 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.AlHJ19
14:00:04 + umask 022
14:00:04 + cd /root/rpmbuild/BUILD
14:00:04 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
14:00:04 + export CFLAGS
14:00:04 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
14:00:04 + export CXXFLAGS
14:00:04 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
14:00:04 + export FFLAGS
14:00:04 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  	 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
14:00:04 + export FCFLAGS
14:00:04 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.6.0-0.fc36.aarch64.ld'
14:00:04 + export LDFLAGS
14:00:04 + LT_SYS_LIBRARY_PATH=/usr/lib64:
14:00:04 + export LT_SYS_LIBRARY_PATH
14:00:04 + CC=gcc
14:00:04 + export CC
14:00:04 + CXX=g++
14:00:04 + export CXX
14:00:04 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
14:00:04 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.6.0-0.fc36 aarch64
14:00:04 + cd src
14:00:04 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
14:00:04 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
14:00:04 + ver=v2.6.0
14:00:04 + test v2.6.0 = v2.6.0
14:00:04 + echo 'PASS: docker-compose version OK'
14:00:04 + RPM_EC=0
14:00:04 PASS: docker-compose version OK
14:00:04 ++ jobs -p
14:00:04 + exit 0
14:00:04 Processing files: docker-compose-plugin-2.6.0-0.fc36.aarch64
14:00:04 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rk7Ymp
14:00:04 + umask 022
14:00:04 + cd /root/rpmbuild/BUILD
14:00:04 + cd src
14:00:04 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
14:00:04 + export LC_ALL=C
14:00:04 + LC_ALL=C
14:00:04 + export DOCDIR
14:00:04 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
14:00:04 + 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.6.0-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
14:00:04 + RPM_EC=0
14:00:04 ++ jobs -p
14:00:04 + exit 0
14:00:04 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.4OrI6u
14:00:04 + umask 022
14:00:04 + cd /root/rpmbuild/BUILD
14:00:04 + cd src
14:00:04 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
14:00:04 + export LC_ALL=C
14:00:04 + LC_ALL=C
14:00:04 + export LICENSEDIR
14:00:04 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
14:00:04 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
14:00:04 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
14:00:04 + RPM_EC=0
14:00:04 ++ jobs -p
14:00:04 + exit 0
14:00:04 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
14:00:04 Provides: docker-compose-plugin = 0:2.6.0-0.fc36 docker-compose-plugin(aarch-64) = 0:2.6.0-0.fc36
14:00:04 Requires(interp): /bin/sh /bin/sh /bin/sh
14:00:04 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
14:00:04 Requires(post): /bin/sh
14:00:04 Requires(preun): /bin/sh
14:00:04 Requires(postun): /bin/sh
14:00:04 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc36.aarch64
14:00:04 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.6.0-0.fc36.src.rpm
14:00:11 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.6.0-0.fc36.aarch64.rpm
14:00:11 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.V5Xaa6
14:00:11 + umask 022
14:00:11 + cd /root/rpmbuild/BUILD
14:00:11 + cd src
14:00:11 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc36.aarch64
14:00:11 + RPM_EC=0
14:00:11 ++ jobs -p
14:00:11 + exit 0
14:00:16 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-36"
14:00:16 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'