Skip to content

Console Output

10:59:04 + make REF=20.10 fedora-36
10:59:04 git init src/github.com/docker/cli
10:59:04 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:59:04 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:59:04 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:59:04 + SRC=src/github.com/docker/cli
10:59:04 + REF=20.10
10:59:04 + REF_FETCH=20.10
10:59:04 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
10:59:04 + awk {print $2}
10:59:04 + REF=refs/heads/20.10
10:59:04 + [ -n refs/heads/20.10 ]
10:59:04 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:04 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:06 From https://github.com/docker/cli
10:59:06  * [new branch]      20.10      -> 20.10
10:59:06  * [new branch]      20.10      -> origin/20.10
10:59:06 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:59:06 git init src/github.com/docker/docker
10:59:06 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:59:06 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:59:06 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:59:06 + SRC=src/github.com/docker/docker
10:59:06 + REF=20.10
10:59:06 + REF_FETCH=20.10
10:59:06 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
10:59:06 + awk {print $2}
10:59:06 + REF=refs/heads/20.10
10:59:06 + [ -n refs/heads/20.10 ]
10:59:06 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:06 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:09 From https://github.com/docker/docker
10:59:09  * [new branch]      20.10      -> 20.10
10:59:09  * [new branch]      20.10      -> origin/20.10
10:59:09 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
10:59:09 git init src/github.com/docker/compose
10:59:09 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
10:59:09 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
10:59:09 ./scripts/checkout.sh src/github.com/docker/compose "v2.7.0"
10:59:09 + SRC=src/github.com/docker/compose
10:59:09 + REF=v2.7.0
10:59:09 + REF_FETCH=v2.7.0
10:59:09 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.7.0
10:59:09 + awk {print $2}
10:59:09 + REF=refs/tags/v2.7.0
10:59:09 + [ -n refs/tags/v2.7.0 ]
10:59:09 + REF_FETCH=refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:09 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:10 From https://github.com/docker/compose
10:59:10  * [new tag]         v2.7.0     -> v2.7.0
10:59:10 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.7.0
10:59:10 git init src/github.com/docker/scan-cli-plugin
10:59:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
10:59:10 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
10:59:10 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
10:59:10 + SRC=src/github.com/docker/scan-cli-plugin
10:59:10 + REF=v0.17.0
10:59:10 + REF_FETCH=v0.17.0
10:59:10 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
10:59:10 + awk {print $2}
10:59:10 + REF=refs/tags/v0.17.0
10:59:10 + [ -n refs/tags/v0.17.0 ]
10:59:10 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
10:59:10 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
10:59:10 From https://github.com/docker/scan-cli-plugin
10:59:10  * [new tag]         v0.17.0    -> v0.17.0
10:59:10 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
10:59:10 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.17.13 fedora-36
10:59:10 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
10:59:10 mkdir -p rpmbuild/SOURCES
10:59:10 docker run --rm -w /v \
10:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
10:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:10 	alpine \
10:59:10 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
10:59:10 Unable to find image 'alpine:latest' locally
10:59:10 latest: Pulling from library/alpine
10:59:10 f97344484467: Pulling fs layer
10:59:10 f97344484467: Verifying Checksum
10:59:10 f97344484467: Download complete
10:59:10 f97344484467: Pull complete
10:59:11 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
10:59:11 Status: Downloaded newer image for alpine:latest
10:59:16 mkdir -p rpmbuild/SOURCES
10:59:16 docker run --rm -w /v \
10:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
10:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:16 	alpine \
10:59:16 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
10:59:19 mkdir -p rpmbuild/SOURCES
10:59:19 docker run --rm -w /v \
10:59:19 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
10:59:19 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:19 	alpine \
10:59:19 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
10:59:19 mkdir -p rpmbuild/SOURCES
10:59:19 docker run --rm -w /v \
10:59:19 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
10:59:19 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:19 	alpine \
10:59:19 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
10:59:20 mkdir -p rpmbuild/SOURCES
10:59:20 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
10:59:20 mkdir -p rpmbuild/SOURCES
10:59:20 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
10:59:20 docker run --rm -w /v \
10:59:20 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
10:59:20 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:20 	alpine \
10:59:20 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
10:59:21 == Building packages for fedora-36 ==
10:59:21 mkdir -p "rpmbuild/fedora-36"
10:59:21 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.13-buster -t rpmbuild-fedora-36/aarch64 -f fedora-36/Dockerfile .
10:59:21 #1 [internal] load build definition from Dockerfile
10:59:21 #1 sha256:d230adb96861733d1b020ff0028f4e79b3a8bab983ad4ec68322caae66e38b65
10:59:21 #1 transferring dockerfile: 847B done
10:59:21 #1 DONE 0.0s
10:59:21 
10:59:21 #2 [internal] load .dockerignore
10:59:21 #2 sha256:a95bcc8cf505c735c7b3871d96a08602a5465ddeb35b20765e51ab28ece3f226
10:59:21 #2 transferring context: 2B done
10:59:21 #2 DONE 0.0s
10:59:21 
10:59:21 #5 [auth] library/fedora:pull token for registry-1.docker.io
10:59:21 #5 sha256:8c4b851ee400c0ec5bbcec1de9cb907f93a10aa6facef551b6e31cdf479762fa
10:59:21 #5 DONE 0.0s
10:59:21 
10:59:21 #6 [auth] library/golang:pull token for registry-1.docker.io
10:59:21 #6 sha256:17ee3cb2bbe97bc54eed1e6f9afc0354ce51ab8876b4d871213f7e9126b2041c
10:59:21 #6 DONE 0.0s
10:59:21 
10:59:21 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
10:59:21 #4 sha256:435e7632093f904481779f1a66c0d23d7641c0855ef1553e4dd30adc277a04fd
10:59:21 #4 DONE 0.3s
10:59:21 
10:59:21 #3 [internal] load metadata for docker.io/library/fedora:36
10:59:21 #3 sha256:73cd5a5ed47fc791d26860a9f6452dd61c51470638f517e9fa5cdca15792d916
10:59:21 #3 DONE 0.4s
10:59:21 
10:59:21 #7 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185
10:59:21 #7 sha256:11fef5128898432e60be5c03f5f026a519232be93569f3e046349fc68ec4376e
10:59:21 #7 resolve docker.io/library/fedora:36@sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185 0.0s done
10:59:21 #7 ...
10:59:21 
10:59:21 #9 [internal] load build context
10:59:21 #9 sha256:d69589c5044e1c21da4c6fcda8056fc535adae74e75f71b2a07bab1aca7eb8fd
10:59:21 #9 transferring context: 14.04kB done
10:59:21 #9 DONE 0.0s
10:59:21 
10:59:21 #7 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185
10:59:21 #7 sha256:11fef5128898432e60be5c03f5f026a519232be93569f3e046349fc68ec4376e
10:59:21 #7 sha256:cbf627299e327f564233aac6b97030f9023ca41d3453c497be2f5e8f7762d185 1.20kB / 1.20kB done
10:59:21 #7 sha256:f149778a36890280d9052e56ae7be6a50484c4c3828c68c692415849d3519b9c 529B / 529B done
10:59:21 #7 sha256:8847e9bf6df80d7720e7daa5788671263f03a108a19cff8ff8c6f5f17fcad348 2.00kB / 2.00kB done
10:59:21 #7 sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 0B / 57.02MB 0.1s
10:59:22 #7 sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 9.38MB / 57.02MB 0.2s
10:59:22 #7 sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 26.21MB / 57.02MB 0.3s
10:59:22 #7 sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 32.51MB / 57.02MB 0.5s
10:59:22 #7 sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 46.84MB / 57.02MB 0.6s
10:59:22 #7 sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 57.02MB / 57.02MB 0.7s
10:59:23 #7 sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 57.02MB / 57.02MB 1.3s done
10:59:23 #7 extracting sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a
10:59:27 #7 extracting sha256:9d693e29d403003707f47a0a8d2d7d4909e9407adfd64496ca4b67afead1bb2a 4.1s done
10:59:28 #7 DONE 6.7s
10:59:28 
10:59:28 #12 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
10:59:28 #12 sha256:80f656a7fc0c9a56c0414b52b580ece15446fcb75b09b6f4b150b0c6e61b42d0
10:59:28 #12 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.0s done
10:59:28 #12 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done
10:59:28 #12 sha256:6a5d1ed6a27dab15e77b7afa9c8697a170f017a73ec9ea8f3f00d5f322e1d3ab 7.72MB / 7.72MB 0.2s done
10:59:28 #12 sha256:e2bc327932368ef7b63a3ba3fec80b25836271aea01e4218691d7ea5c7d3530d 1.79kB / 1.79kB done
10:59:28 #12 sha256:3cd80618bcb7f97eeb7979d171339a878994ac69b63511f6a49cf48abed98197 7.13kB / 7.13kB done
10:59:28 #12 sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 49.23MB / 49.23MB 0.9s done
10:59:28 #12 sha256:1186afd5d5e89c602b988d31dd5210c9e3c19435f849f6cc4a6a22a2388e83cf 9.77MB / 9.77MB 0.4s done
10:59:28 #12 sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 52.17MB / 52.17MB 1.7s done
10:59:28 #12 extracting sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 2.7s done
10:59:28 #12 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 62.47MB / 62.47MB 2.4s done
10:59:28 #12 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 102.82MB / 102.82MB 3.5s done
10:59:28 #12 sha256:2af36d48bd2b561139df983cd4f373a63969c05069fa366b3aa84dcaf42c4329 125B / 125B 1.7s done
10:59:28 #12 extracting sha256:6a5d1ed6a27dab15e77b7afa9c8697a170f017a73ec9ea8f3f00d5f322e1d3ab 0.5s done
10:59:28 #12 extracting sha256:1186afd5d5e89c602b988d31dd5210c9e3c19435f849f6cc4a6a22a2388e83cf 0.3s done
10:59:28 #12 extracting sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 1.4s
10:59:28 #12 ...
10:59:28 
10:59:28 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
10:59:28 #8 sha256:b870c0a2898a1d1ce38e5b50de369816c7ee91f9343c55a7f8e31049c64e859c
10:59:34 #8 4.914 Fedora 36 - aarch64                              21 MB/s |  77 MB     00:03    
10:59:34 #8 ...
10:59:34 
10:59:34 #12 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
10:59:34 #12 sha256:80f656a7fc0c9a56c0414b52b580ece15446fcb75b09b6f4b150b0c6e61b42d0
10:59:34 #12 extracting sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 2.2s done
10:59:34 #12 extracting sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 2.4s done
10:59:34 #12 extracting sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 1.4s
10:59:39 #12 extracting sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 6.4s
10:59:41 #12 extracting sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 8.5s done
10:59:41 #12 extracting sha256:2af36d48bd2b561139df983cd4f373a63969c05069fa366b3aa84dcaf42c4329
10:59:41 #12 extracting sha256:2af36d48bd2b561139df983cd4f373a63969c05069fa366b3aa84dcaf42c4329 done
10:59:41 #12 DONE 19.7s
10:59:41 
10:59:41 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
10:59:41 #8 sha256:b870c0a2898a1d1ce38e5b50de369816c7ee91f9343c55a7f8e31049c64e859c
10:59:56 #8 26.01 Fedora 36 openh264 (From Cisco) - aarch64       2.0 kB/s | 2.5 kB     00:01    
10:59:56 #8 27.50 Fedora Modular 36 - aarch64                     2.0 MB/s | 2.3 MB     00:01    
10:59:59 #8 30.18 Fedora 36 - aarch64 - Updates                    11 MB/s |  23 MB     00:01    
11:00:07 #8 38.03 Fedora Modular 36 - aarch64 - Updates           1.9 MB/s | 2.3 MB     00:01    
11:00:11 #8 42.44 Dependencies resolved.
11:00:11 #8 42.46 ================================================================================
11:00:11 #8 42.46  Package                      Arch      Version                 Repo       Size
11:00:11 #8 42.46 ================================================================================
11:00:11 #8 42.46 Installing:
11:00:11 #8 42.46  dnf-plugins-core             noarch    4.2.1-1.fc36            updates    34 k
11:00:11 #8 42.46  rpm-build                    aarch64   4.17.1-3.fc36           updates    59 k
11:00:11 #8 42.46  rpmlint                      noarch    2.2.0-3.fc36            fedora    240 k
11:00:11 #8 42.46 Upgrading:
11:00:11 #8 42.46  python3-rpm                  aarch64   4.17.1-3.fc36           updates    92 k
11:00:11 #8 42.46  rpm                          aarch64   4.17.1-3.fc36           updates   534 k
11:00:11 #8 42.46  rpm-build-libs               aarch64   4.17.1-3.fc36           updates    89 k
11:00:11 #8 42.46  rpm-libs                     aarch64   4.17.1-3.fc36           updates   306 k
11:00:11 #8 42.46  rpm-sign-libs                aarch64   4.17.1-3.fc36           updates    24 k
11:00:11 #8 42.46 Installing dependencies:
11:00:11 #8 42.46  ansible-srpm-macros          noarch    1-5.fc36                updates   7.3 k
11:00:11 #8 42.46  binutils                     aarch64   2.37-27.fc36            updates   6.4 M
11:00:11 #8 42.46  binutils-gold                aarch64   2.37-27.fc36            updates   896 k
11:00:11 #8 42.46  bzip2                        aarch64   1.0.8-11.fc36           fedora     52 k
11:00:11 #8 42.46  cpio                         aarch64   2.13-12.fc36            fedora    267 k
11:00:11 #8 42.46  dash                         aarch64   0.5.10.2-10.fc36        fedora     97 k
11:00:11 #8 42.46  dbus-libs                    aarch64   1:1.14.0-1.fc36         fedora    153 k
11:00:11 #8 42.46  debugedit                    aarch64   5.0-3.fc36              fedora     76 k
11:00:11 #8 42.46  devscripts-checkbashisms     aarch64   2.22.1-1.fc36           fedora     28 k
11:00:11 #8 42.46  diffutils                    aarch64   3.8-2.fc36              fedora    368 k
11:00:11 #8 42.46  dwz                          aarch64   0.14-4.fc36             updates   125 k
11:00:11 #8 42.46  ed                           aarch64   1.14.2-12.fc36          fedora     73 k
11:00:11 #8 42.46  efi-srpm-macros              noarch    5-5.fc36                fedora     22 k
11:00:11 #8 42.46  elfutils                     aarch64   0.186-3.fc36            fedora    516 k
11:00:11 #8 42.46  elfutils-debuginfod-client   aarch64   0.186-3.fc36            fedora     39 k
11:00:11 #8 42.46  enchant                      aarch64   1:1.6.0-30.fc36         fedora     59 k
11:00:11 #8 42.46  file                         aarch64   5.41-4.fc36             fedora     48 k
11:00:11 #8 42.46  fonts-srpm-macros            noarch    1:2.0.5-7.fc36          fedora     27 k
11:00:11 #8 42.46  fpc-srpm-macros              noarch    1.3-5.fc36              fedora    7.6 k
11:00:11 #8 42.46  gdb-minimal                  aarch64   12.1-1.fc36             updates   3.5 M
11:00:11 #8 42.46  gdk-pixbuf2                  aarch64   2.42.8-3.fc36           updates   464 k
11:00:11 #8 42.46  ghc-srpm-macros              noarch    1.5.0-6.fc36            fedora    7.7 k
11:00:11 #8 42.46  glibc-gconv-extra            aarch64   2.35-4.fc36             fedora    1.7 M
11:00:11 #8 42.46  gnat-srpm-macros             noarch    4-15.fc36               fedora    8.2 k
11:00:11 #8 42.46  go-srpm-macros               noarch    3.0.15-1.fc36           fedora     26 k
11:00:11 #8 42.46  groff-base                   aarch64   1.22.4-9.fc36           fedora    1.0 M
11:00:11 #8 42.46  hunspell                     aarch64   1.7.0-19.fc36           fedora    284 k
11:00:11 #8 42.46  hunspell-en-GB               noarch    0.20140811.1-22.fc36    fedora    225 k
11:00:11 #8 42.46  hunspell-en-US               noarch    0.20140811.1-22.fc36    fedora    176 k
11:00:11 #8 42.46  hunspell-filesystem          aarch64   1.7.0-19.fc36           fedora    8.9 k
11:00:11 #8 42.46  info                         aarch64   6.8-3.fc36              fedora    220 k
11:00:11 #8 42.46  json-glib                    aarch64   1.6.6-2.fc36            fedora    149 k
11:00:11 #8 42.46  kernel-srpm-macros           noarch    1.0-14.fc36             fedora    9.1 k
11:00:11 #8 42.46  libappstream-glib            aarch64   0.8.0-4.fc36            updates   376 k
11:00:11 #8 42.46  libjpeg-turbo                aarch64   2.1.2-2.fc36            fedora    190 k
11:00:11 #8 42.46  libpkgconf                   aarch64   1.8.0-2.fc36            fedora     36 k
11:00:11 #8 42.46  libpng                       aarch64   2:1.6.37-12.fc36        fedora    114 k
11:00:11 #8 42.46  libstemmer                   aarch64   0-18.585svn.fc36        fedora     82 k
11:00:11 #8 42.46  lua-srpm-macros              noarch    1-6.fc36                fedora    8.5 k
11:00:11 #8 42.46  ncurses                      aarch64   6.2-9.20210508.fc36     fedora    400 k
11:00:11 #8 42.46  nim-srpm-macros              noarch    3-6.fc36                fedora    8.3 k
11:00:11 #8 42.46  ocaml-srpm-macros            noarch    6-6.fc36                fedora    7.7 k
11:00:11 #8 42.46  openblas-srpm-macros         noarch    2-11.fc36               fedora    7.4 k
11:00:11 #8 42.46  package-notes-srpm-macros    noarch    0.4-14.fc36             fedora     11 k
11:00:11 #8 42.46  patch                        aarch64   2.7.6-16.fc36           fedora    121 k
11:00:11 #8 42.46  perl-AutoLoader              noarch    5.74-486.fc36           fedora     26 k
11:00:11 #8 42.46  perl-B                       aarch64   1.82-486.fc36           fedora    186 k
11:00:11 #8 42.46  perl-Carp                    noarch    1.52-479.fc36           fedora     29 k
11:00:11 #8 42.46  perl-Class-Struct            noarch    0.66-486.fc36           fedora     27 k
11:00:11 #8 42.46  perl-Data-Dumper             aarch64   2.183-3.fc36            fedora     55 k
11:00:11 #8 42.46  perl-Digest                  noarch    1.20-2.fc36             fedora     25 k
11:00:11 #8 42.46  perl-Digest-MD5              aarch64   2.58-479.fc36           fedora     36 k
11:00:11 #8 42.46  perl-DynaLoader              aarch64   1.50-486.fc36           fedora     31 k
11:00:11 #8 42.46  perl-Encode                  aarch64   4:3.17-485.fc36         updates   1.7 M
11:00:11 #8 42.46  perl-Errno                   aarch64   1.33-486.fc36           fedora     20 k
11:00:11 #8 42.46  perl-Exporter                noarch    5.76-480.fc36           fedora     31 k
11:00:11 #8 42.46  perl-Fcntl                   aarch64   1.14-486.fc36           fedora     25 k
11:00:11 #8 42.46  perl-File-Basename           noarch    2.85-486.fc36           fedora     22 k
11:00:11 #8 42.46  perl-File-Path               noarch    2.18-479.fc36           fedora     35 k
11:00:11 #8 42.46  perl-File-Temp               noarch    1:0.231.100-479.fc36    fedora     59 k
11:00:11 #8 42.46  perl-File-stat               noarch    1.09-486.fc36           fedora     22 k
11:00:11 #8 42.46  perl-FileHandle              noarch    2.03-486.fc36           fedora     20 k
11:00:11 #8 42.46  perl-Getopt-Long             noarch    1:2.52-479.fc36         fedora     60 k
11:00:11 #8 42.46  perl-Getopt-Std              noarch    1.13-486.fc36           fedora     21 k
11:00:11 #8 42.46  perl-HTTP-Tiny               noarch    0.082-1.fc36            updates    55 k
11:00:11 #8 42.46  perl-IO                      aarch64   1.46-486.fc36           fedora     92 k
11:00:11 #8 42.46  perl-IPC-Open3               noarch    1.21-486.fc36           fedora     28 k
11:00:11 #8 42.46  perl-MIME-Base64             aarch64   3.16-479.fc36           fedora     30 k
11:00:11 #8 42.46  perl-Net-SSLeay              aarch64   1.92-2.fc36             fedora    365 k
11:00:11 #8 42.46  perl-POSIX                   aarch64   1.97-486.fc36           fedora    103 k
11:00:11 #8 42.46  perl-PathTools               aarch64   3.80-479.fc36           fedora     85 k
11:00:11 #8 42.46  perl-Pod-Escapes             noarch    1:1.07-479.fc36         fedora     20 k
11:00:11 #8 42.46  perl-Pod-Perldoc             noarch    3.28.01-480.fc36        fedora     83 k
11:00:11 #8 42.46  perl-Pod-Simple              noarch    1:3.43-3.fc36           fedora    215 k
11:00:11 #8 42.46  perl-Pod-Usage               noarch    4:2.01-479.fc36         fedora     40 k
11:00:11 #8 42.46  perl-Scalar-List-Utils       aarch64   5:1.62-464.fc36         fedora     70 k
11:00:11 #8 42.46  perl-SelectSaver             noarch    1.02-486.fc36           fedora     17 k
11:00:11 #8 42.46  perl-Socket                  aarch64   4:2.035-1.fc36          updates    55 k
11:00:11 #8 42.46  perl-Storable                aarch64   1:3.25-2.fc36           fedora     93 k
11:00:11 #8 42.46  perl-Symbol                  noarch    1.09-486.fc36           fedora     19 k
11:00:11 #8 42.46  perl-Term-ANSIColor          noarch    5.01-480.fc36           fedora     48 k
11:00:11 #8 42.46  perl-Term-Cap                noarch    1.17-479.fc36           fedora     22 k
11:00:11 #8 42.46  perl-Text-ParseWords         noarch    3.31-1.fc36             updates    16 k
11:00:11 #8 42.46  perl-Text-Tabs+Wrap          noarch    2021.0814-2.fc36        fedora     22 k
11:00:11 #8 42.46  perl-Time-Local              noarch    2:1.300-479.fc36        fedora     34 k
11:00:11 #8 42.46  perl-URI                     noarch    5.10-1.fc36             fedora    108 k
11:00:11 #8 42.46  perl-base                    noarch    2.27-486.fc36           fedora     21 k
11:00:11 #8 42.46  perl-constant                noarch    1.33-480.fc36           fedora     23 k
11:00:11 #8 42.46  perl-if                      noarch    0.60.900-486.fc36       fedora     19 k
11:00:11 #8 42.46  perl-interpreter             aarch64   4:5.34.1-486.fc36       fedora     76 k
11:00:11 #8 42.46  perl-libnet                  noarch    3.13-480.fc36           fedora    126 k
11:00:11 #8 42.46  perl-libs                    aarch64   4:5.34.1-486.fc36       fedora    2.0 M
11:00:11 #8 42.46  perl-mro                     aarch64   1.25-486.fc36           fedora     33 k
11:00:11 #8 42.46  perl-overload                noarch    1.33-486.fc36           fedora     50 k
11:00:11 #8 42.46  perl-overloading             noarch    0.02-486.fc36           fedora     18 k
11:00:11 #8 42.46  perl-parent                  noarch    1:0.238-479.fc36        fedora     14 k
11:00:11 #8 42.46  perl-podlators               noarch    1:4.14-479.fc36         fedora    112 k
11:00:11 #8 42.46  perl-srpm-macros             noarch    1-43.fc36               fedora    8.4 k
11:00:11 #8 42.46  perl-subs                    noarch    1.04-486.fc36           fedora     17 k
11:00:11 #8 42.46  perl-vars                    noarch    1.05-486.fc36           fedora     18 k
11:00:11 #8 42.46  pkgconf                      aarch64   1.8.0-2.fc36            fedora     41 k
11:00:11 #8 42.46  pkgconf-m4                   noarch    1.8.0-2.fc36            fedora     14 k
11:00:11 #8 42.46  pkgconf-pkg-config           aarch64   1.8.0-2.fc36            fedora     10 k
11:00:11 #8 42.46  python-srpm-macros           noarch    3.10-19.fc36            updates    24 k
11:00:11 #8 42.46  python3-construct            noarch    2.10.68-1.fc36          updates   112 k
11:00:11 #8 42.46  python3-dateutil             noarch    1:2.8.1-8.fc36          fedora    289 k
11:00:11 #8 42.46  python3-dbus                 aarch64   1.2.18-3.fc36           fedora    132 k
11:00:11 #8 42.46  python3-distro               noarch    1.6.0-2.fc36            fedora     38 k
11:00:11 #8 42.46  python3-dnf-plugins-core     noarch    4.2.1-1.fc36            updates   221 k
11:00:11 #8 42.46  python3-enchant              noarch    3.2.2-2.fc36            fedora     79 k
11:00:11 #8 42.46  python3-pybeam               noarch    0.7-2.fc36              fedora     24 k
11:00:11 #8 42.46  python3-pyxdg                noarch    0.27-4.fc36             fedora     96 k
11:00:11 #8 42.46  python3-six                  noarch    1.16.0-5.fc36           fedora     36 k
11:00:11 #8 42.46  python3-toml                 noarch    0.10.2-6.fc36           fedora     39 k
11:00:11 #8 42.46  python3-zstd                 aarch64   1.4.5.1-6.fc36          fedora     19 k
11:00:11 #8 42.46  qt5-srpm-macros              noarch    5.15.5-2.fc36           updates   8.0 k
11:00:11 #8 42.46  redhat-rpm-config            noarch    221-1.fc36              updates    66 k
11:00:11 #8 42.46  rpmautospec-rpm-macros       noarch    0.2.6-1.fc36            updates   8.3 k
11:00:11 #8 42.46  rust-srpm-macros             noarch    22-1.fc36               updates   9.3 k
11:00:11 #8 42.46  shared-mime-info             aarch64   2.1-3.fc35              fedora    373 k
11:00:11 #8 42.46  unzip                        aarch64   6.0-57.fc36             fedora    182 k
11:00:11 #8 42.46  xxhash-libs                  aarch64   0.8.1-2.fc36            fedora     34 k
11:00:11 #8 42.46  xz                           aarch64   5.2.5-9.fc36            fedora    215 k
11:00:11 #8 42.46  zip                          aarch64   3.0-32.fc36             fedora    256 k
11:00:11 #8 42.46  zstd                         aarch64   1.5.2-2.fc36            updates   412 k
11:00:11 #8 42.46 Installing weak dependencies:
11:00:11 #8 42.46  hunspell-en                  noarch    0.20140811.1-22.fc36    fedora    180 k
11:00:11 #8 42.46  perl-IO-Socket-IP            noarch    0.41-480.fc36           fedora     42 k
11:00:11 #8 42.46  perl-IO-Socket-SSL           noarch    2.074-2.fc36            fedora    218 k
11:00:11 #8 42.46  perl-Mozilla-CA              noarch    20211001-2.fc36         fedora     12 k
11:00:11 #8 42.46  perl-NDBM_File               aarch64   1.15-486.fc36           fedora     27 k
11:00:11 #8 42.46 
11:00:11 #8 42.46 Transaction Summary
11:00:11 #8 42.46 ================================================================================
11:00:11 #8 42.46 Install  133 Packages
11:00:11 #8 42.46 Upgrade    5 Packages
11:00:11 #8 42.46 
11:00:11 #8 42.47 Total download size: 29 M
11:00:11 #8 42.47 Downloading Packages:
11:00:12 #8 43.61 (1/138): cpio-2.13-12.fc36.aarch64.rpm          593 kB/s | 267 kB     00:00    
11:00:12 #8 43.62 (2/138): bzip2-1.0.8-11.fc36.aarch64.rpm        114 kB/s |  52 kB     00:00    
11:00:12 #8 43.62 (3/138): dash-0.5.10.2-10.fc36.aarch64.rpm      212 kB/s |  97 kB     00:00    
11:00:12 #8 43.63 (4/138): dbus-libs-1.14.0-1.fc36.aarch64.rpm     14 MB/s | 153 kB     00:00    
11:00:12 #8 43.63 (5/138): debugedit-5.0-3.fc36.aarch64.rpm       6.9 MB/s |  76 kB     00:00    
11:00:12 #8 43.64 (6/138): ed-1.14.2-12.fc36.aarch64.rpm          9.4 MB/s |  73 kB     00:00    
11:00:12 #8 43.68 (7/138): diffutils-3.8-2.fc36.aarch64.rpm       7.8 MB/s | 368 kB     00:00    
11:00:12 #8 43.68 (8/138): devscripts-checkbashisms-2.22.1-1.fc36 506 kB/s |  28 kB     00:00    
11:00:12 #8 43.68 (9/138): efi-srpm-macros-5-5.fc36.noarch.rpm    508 kB/s |  22 kB     00:00    
11:00:12 #8 43.69 (10/138): elfutils-debuginfod-client-0.186-3.fc 5.3 MB/s |  39 kB     00:00    
11:00:12 #8 43.69 (11/138): file-5.41-4.fc36.aarch64.rpm          9.6 MB/s |  48 kB     00:00    
11:00:12 #8 43.70 (12/138): enchant-1.6.0-30.fc36.aarch64.rpm     3.7 MB/s |  59 kB     00:00    
11:00:12 #8 43.70 (13/138): fonts-srpm-macros-2.0.5-7.fc36.noarch 5.1 MB/s |  27 kB     00:00    
11:00:12 #8 43.70 (14/138): fpc-srpm-macros-1.3-5.fc36.noarch.rpm 1.5 MB/s | 7.6 kB     00:00    
11:00:12 #8 43.71 (15/138): ghc-srpm-macros-1.5.0-6.fc36.noarch.r 1.4 MB/s | 7.7 kB     00:00    
11:00:12 #8 43.71 (16/138): gnat-srpm-macros-4-15.fc36.noarch.rpm 1.7 MB/s | 8.2 kB     00:00    
11:00:12 #8 43.72 (17/138): go-srpm-macros-3.0.15-1.fc36.noarch.r 4.6 MB/s |  26 kB     00:00    
11:00:12 #8 43.76 (18/138): groff-base-1.22.4-9.fc36.aarch64.rpm   24 MB/s | 1.0 MB     00:00    
11:00:12 #8 43.81 (19/138): glibc-gconv-extra-2.35-4.fc36.aarch64  16 MB/s | 1.7 MB     00:00    
11:00:12 #8 43.84 (20/138): hunspell-1.7.0-19.fc36.aarch64.rpm    3.5 MB/s | 284 kB     00:00    
11:00:12 #8 43.90 (21/138): elfutils-0.186-3.fc36.aarch64.rpm     2.2 MB/s | 516 kB     00:00    
11:00:12 #8 43.90 (22/138): hunspell-en-0.20140811.1-22.fc36.noar 1.9 MB/s | 180 kB     00:00    
11:00:12 #8 43.91 (23/138): hunspell-en-GB-0.20140811.1-22.fc36.n 3.4 MB/s | 225 kB     00:00    
11:00:12 #8 43.91 (24/138): hunspell-filesystem-1.7.0-19.fc36.aar 1.1 MB/s | 8.9 kB     00:00    
11:00:12 #8 43.95 (25/138): hunspell-en-US-0.20140811.1-22.fc36.n 3.9 MB/s | 176 kB     00:00    
11:00:12 #8 43.95 (26/138): info-6.8-3.fc36.aarch64.rpm           4.9 MB/s | 220 kB     00:00    
11:00:12 #8 43.99 (27/138): json-glib-1.6.6-2.fc36.aarch64.rpm    2.1 MB/s | 149 kB     00:00    
11:00:12 #8 43.99 (28/138): kernel-srpm-macros-1.0-14.fc36.noarch 243 kB/s | 9.1 kB     00:00    
11:00:12 #8 43.99 (29/138): libjpeg-turbo-2.1.2-2.fc36.aarch64.rp  27 MB/s | 190 kB     00:00    
11:00:12 #8 44.00 (30/138): libpkgconf-1.8.0-2.fc36.aarch64.rpm   3.8 MB/s |  36 kB     00:00    
11:00:12 #8 44.00 (31/138): libpng-1.6.37-12.fc36.aarch64.rpm      11 MB/s | 114 kB     00:00    
11:00:12 #8 44.00 (32/138): libstemmer-0-18.585svn.fc36.aarch64.r 9.6 MB/s |  82 kB     00:00    
11:00:12 #8 44.04 (33/138): lua-srpm-macros-1-6.fc36.noarch.rpm   194 kB/s | 8.5 kB     00:00    
11:00:12 #8 44.08 (34/138): ncurses-6.2-9.20210508.fc36.aarch64.r 4.7 MB/s | 400 kB     00:00    
11:00:12 #8 44.09 (35/138): nim-srpm-macros-3-6.fc36.noarch.rpm   188 kB/s | 8.3 kB     00:00    
11:00:12 #8 44.09 (36/138): ocaml-srpm-macros-6-6.fc36.noarch.rpm 163 kB/s | 7.7 kB     00:00    
11:00:12 #8 44.09 (37/138): openblas-srpm-macros-2-11.fc36.noarch 849 kB/s | 7.4 kB     00:00    
11:00:12 #8 44.10 (38/138): package-notes-srpm-macros-0.4-14.fc36 1.8 MB/s |  11 kB     00:00    
11:00:12 #8 44.10 (39/138): patch-2.7.6-16.fc36.aarch64.rpm        12 MB/s | 121 kB     00:00    
11:00:12 #8 44.10 (40/138): perl-AutoLoader-5.74-486.fc36.noarch. 2.3 MB/s |  26 kB     00:00    
11:00:12 #8 44.11 (41/138): perl-Carp-1.52-479.fc36.noarch.rpm    3.8 MB/s |  29 kB     00:00    
11:00:13 #8 44.11 (42/138): perl-Class-Struct-0.66-486.fc36.noarc 3.4 MB/s |  27 kB     00:00    
11:00:13 #8 44.15 (43/138): perl-B-1.82-486.fc36.aarch64.rpm      3.4 MB/s | 186 kB     00:00    
11:00:13 #8 44.15 (44/138): perl-Data-Dumper-2.183-3.fc36.aarch64 1.2 MB/s |  55 kB     00:00    
11:00:13 #8 44.16 (45/138): perl-Digest-1.20-2.fc36.noarch.rpm    582 kB/s |  25 kB     00:00    
11:00:13 #8 44.16 (46/138): perl-Digest-MD5-2.58-479.fc36.aarch64 4.7 MB/s |  36 kB     00:00    
11:00:13 #8 44.16 (47/138): perl-DynaLoader-1.50-486.fc36.aarch64 3.0 MB/s |  31 kB     00:00    
11:00:13 #8 44.17 (48/138): perl-Errno-1.33-486.fc36.aarch64.rpm  2.0 MB/s |  20 kB     00:00    
11:00:13 #8 44.17 (49/138): perl-Exporter-5.76-480.fc36.noarch.rp 5.0 MB/s |  31 kB     00:00    
11:00:13 #8 44.17 (50/138): perl-Fcntl-1.14-486.fc36.aarch64.rpm  2.9 MB/s |  25 kB     00:00    
11:00:13 #8 44.18 (51/138): perl-File-Basename-2.85-486.fc36.noar 2.7 MB/s |  22 kB     00:00    
11:00:13 #8 44.18 (52/138): perl-File-Path-2.18-479.fc36.noarch.r 6.6 MB/s |  35 kB     00:00    
11:00:13 #8 44.18 (53/138): perl-File-Temp-0.231.100-479.fc36.noa 6.2 MB/s |  59 kB     00:00    
11:00:13 #8 44.19 (54/138): perl-File-stat-1.09-486.fc36.noarch.r 2.4 MB/s |  22 kB     00:00    
11:00:13 #8 44.19 (55/138): perl-FileHandle-2.03-486.fc36.noarch. 2.3 MB/s |  20 kB     00:00    
11:00:13 #8 44.19 (56/138): perl-Getopt-Long-2.52-479.fc36.noarch  10 MB/s |  60 kB     00:00    
11:00:13 #8 44.19 (57/138): perl-Getopt-Std-1.13-486.fc36.noarch. 2.4 MB/s |  21 kB     00:00    
11:00:13 #8 44.20 (58/138): perl-IO-1.46-486.fc36.aarch64.rpm      11 MB/s |  92 kB     00:00    
11:00:13 #8 44.20 (59/138): perl-IO-Socket-IP-0.41-480.fc36.noarc 4.5 MB/s |  42 kB     00:00    
11:00:13 #8 44.21 (60/138): perl-IPC-Open3-1.21-486.fc36.noarch.r 3.9 MB/s |  28 kB     00:00    
11:00:13 #8 44.21 (61/138): perl-IO-Socket-SSL-2.074-2.fc36.noarc  17 MB/s | 218 kB     00:00    
11:00:13 #8 44.21 (62/138): perl-MIME-Base64-3.16-479.fc36.aarch6 2.8 MB/s |  30 kB     00:00    
11:00:13 #8 44.22 (63/138): perl-Mozilla-CA-20211001-2.fc36.noarc 1.1 MB/s |  12 kB     00:00    
11:00:13 #8 44.22 (64/138): perl-NDBM_File-1.15-486.fc36.aarch64. 3.9 MB/s |  27 kB     00:00    
11:00:13 #8 44.26 (65/138): perl-POSIX-1.97-486.fc36.aarch64.rpm  2.2 MB/s | 103 kB     00:00    
11:00:13 #8 44.27 (66/138): perl-PathTools-3.80-479.fc36.aarch64. 1.8 MB/s |  85 kB     00:00    
11:00:13 #8 44.30 (67/138): perl-Net-SSLeay-1.92-2.fc36.aarch64.r 3.9 MB/s | 365 kB     00:00    
11:00:13 #8 44.31 (68/138): perl-Pod-Escapes-1.07-479.fc36.noarch 457 kB/s |  20 kB     00:00    
11:00:13 #8 44.31 (69/138): perl-Pod-Perldoc-3.28.01-480.fc36.noa 1.9 MB/s |  83 kB     00:00    
11:00:13 #8 44.31 (70/138): perl-Pod-Usage-2.01-479.fc36.noarch.r 6.1 MB/s |  40 kB     00:00    
11:00:13 #8 44.32 (71/138): perl-Pod-Simple-3.43-3.fc36.noarch.rp  19 MB/s | 215 kB     00:00    
11:00:13 #8 44.34 (72/138): perl-Scalar-List-Utils-1.62-464.fc36. 2.1 MB/s |  70 kB     00:00    
11:00:13 #8 44.35 (73/138): perl-SelectSaver-1.02-486.fc36.noarch 488 kB/s |  17 kB     00:00    
11:00:13 #8 44.35 (74/138): perl-Storable-3.25-2.fc36.aarch64.rpm  14 MB/s |  93 kB     00:00    
11:00:13 #8 44.35 (75/138): perl-Symbol-1.09-486.fc36.noarch.rpm  2.1 MB/s |  19 kB     00:00    
11:00:13 #8 44.36 (76/138): perl-Term-ANSIColor-5.01-480.fc36.noa 5.5 MB/s |  48 kB     00:00    
11:00:13 #8 44.36 (77/138): perl-Term-Cap-1.17-479.fc36.noarch.rp 3.8 MB/s |  22 kB     00:00    
11:00:13 #8 44.36 (78/138): perl-Text-Tabs+Wrap-2021.0814-2.fc36. 2.8 MB/s |  22 kB     00:00    
11:00:13 #8 44.37 (79/138): perl-Time-Local-1.300-479.fc36.noarch 4.1 MB/s |  34 kB     00:00    
11:00:13 #8 44.37 (80/138): perl-constant-1.33-480.fc36.noarch.rp 5.3 MB/s |  23 kB     00:00    
11:00:13 #8 44.38 (81/138): perl-URI-5.10-1.fc36.noarch.rpm       9.4 MB/s | 108 kB     00:00    
11:00:13 #8 44.38 (82/138): perl-if-0.60.900-486.fc36.noarch.rpm  2.8 MB/s |  19 kB     00:00    
11:00:13 #8 44.38 (83/138): perl-interpreter-5.34.1-486.fc36.aarc  13 MB/s |  76 kB     00:00    
11:00:13 #8 44.41 (84/138): perl-libnet-3.13-480.fc36.noarch.rpm  3.4 MB/s | 126 kB     00:00    
11:00:13 #8 44.42 (85/138): perl-base-2.27-486.fc36.noarch.rpm    369 kB/s |  21 kB     00:00    
11:00:13 #8 44.43 (86/138): perl-mro-1.25-486.fc36.aarch64.rpm    2.7 MB/s |  33 kB     00:00    
11:00:13 #8 44.43 (87/138): perl-overload-1.33-486.fc36.noarch.rp 5.5 MB/s |  50 kB     00:00    
11:00:13 #8 44.44 (88/138): perl-overloading-0.02-486.fc36.noarch 2.1 MB/s |  18 kB     00:00    
11:00:13 #8 44.44 (89/138): perl-parent-0.238-479.fc36.noarch.rpm 1.4 MB/s |  14 kB     00:00    
11:00:13 #8 44.49 (90/138): perl-libs-5.34.1-486.fc36.aarch64.rpm  19 MB/s | 2.0 MB     00:00    
11:00:13 #8 44.49 (91/138): perl-podlators-4.14-479.fc36.noarch.r 2.0 MB/s | 112 kB     00:00    
11:00:13 #8 44.50 (92/138): perl-srpm-macros-1-43.fc36.noarch.rpm 166 kB/s | 8.4 kB     00:00    
11:00:13 #8 44.50 (93/138): perl-subs-1.04-486.fc36.noarch.rpm    3.1 MB/s |  17 kB     00:00    
11:00:13 #8 44.50 (94/138): perl-vars-1.05-486.fc36.noarch.rpm    2.2 MB/s |  18 kB     00:00    
11:00:13 #8 44.50 (95/138): pkgconf-1.8.0-2.fc36.aarch64.rpm      5.0 MB/s |  41 kB     00:00    
11:00:13 #8 44.51 (96/138): pkgconf-m4-1.8.0-2.fc36.noarch.rpm    1.8 MB/s |  14 kB     00:00    
11:00:13 #8 44.51 (97/138): pkgconf-pkg-config-1.8.0-2.fc36.aarch 2.0 MB/s |  10 kB     00:00    
11:00:13 #8 44.55 (98/138): python3-dateutil-2.8.1-8.fc36.noarch. 6.0 MB/s | 289 kB     00:00    
11:00:13 #8 44.55 (99/138): python3-distro-1.6.0-2.fc36.noarch.rp 843 kB/s |  38 kB     00:00    
11:00:13 #8 44.56 (100/138): python3-dbus-1.2.18-3.fc36.aarch64.r 2.5 MB/s | 132 kB     00:00    
11:00:13 #8 44.56 (101/138): python3-enchant-3.2.2-2.fc36.noarch. 7.5 MB/s |  79 kB     00:00    
11:00:13 #8 44.57 (102/138): python3-pybeam-0.7-2.fc36.noarch.rpm 2.4 MB/s |  24 kB     00:00    
11:00:13 #8 44.57 (103/138): python3-pyxdg-0.27-4.fc36.noarch.rpm 9.4 MB/s |  96 kB     00:00    
11:00:13 #8 44.57 (104/138): python3-six-1.16.0-5.fc36.noarch.rpm 5.0 MB/s |  36 kB     00:00    
11:00:13 #8 44.58 (105/138): python3-toml-0.10.2-6.fc36.noarch.rp 3.9 MB/s |  39 kB     00:00    
11:00:13 #8 44.58 (106/138): python3-zstd-1.4.5.1-6.fc36.aarch64. 2.0 MB/s |  19 kB     00:00    
11:00:13 #8 44.63 (107/138): shared-mime-info-2.1-3.fc35.aarch64. 7.3 MB/s | 373 kB     00:00    
11:00:13 #8 44.63 (108/138): rpmlint-2.2.0-3.fc36.noarch.rpm      4.3 MB/s | 240 kB     00:00    
11:00:13 #8 44.66 (109/138): unzip-6.0-57.fc36.aarch64.rpm        2.2 MB/s | 182 kB     00:00    
11:00:13 #8 44.67 (110/138): xxhash-libs-0.8.1-2.fc36.aarch64.rpm 899 kB/s |  34 kB     00:00    
11:00:13 #8 44.67 (111/138): xz-5.2.5-9.fc36.aarch64.rpm           20 MB/s | 215 kB     00:00    
11:00:13 #8 44.72 (112/138): zip-3.0-32.fc36.aarch64.rpm          4.3 MB/s | 256 kB     00:00    
11:00:13 #8 44.72 (113/138): ansible-srpm-macros-1-5.fc36.noarch. 126 kB/s | 7.3 kB     00:00    
11:00:13 #8 44.84 (114/138): binutils-2.37-27.fc36.aarch64.rpm     37 MB/s | 6.4 MB     00:00    
11:00:13 #8 44.85 (115/138): dnf-plugins-core-4.2.1-1.fc36.noarch 290 kB/s |  34 kB     00:00    
11:00:13 #8 44.89 (116/138): binutils-gold-2.37-27.fc36.aarch64.r 5.5 MB/s | 896 kB     00:00    
11:00:13 #8 44.89 (117/138): dwz-0.14-4.fc36.aarch64.rpm          2.7 MB/s | 125 kB     00:00    
11:00:13 #8 45.04 (118/138): gdb-minimal-12.1-1.fc36.aarch64.rpm   19 MB/s | 3.5 MB     00:00    
11:00:13 #8 45.07 (119/138): gdk-pixbuf2-2.42.8-3.fc36.aarch64.rp 2.6 MB/s | 464 kB     00:00    
11:00:13 #8 45.10 (120/138): libappstream-glib-0.8.0-4.fc36.aarch 1.8 MB/s | 376 kB     00:00    
11:00:13 #8 45.10 (121/138): perl-HTTP-Tiny-0.082-1.fc36.noarch.r 1.5 MB/s |  55 kB     00:00    
11:00:13 #8 45.15 (122/138): perl-Encode-3.17-485.fc36.aarch64.rp  22 MB/s | 1.7 MB     00:00    
11:00:13 #8 45.15 (123/138): perl-Socket-2.035-1.fc36.aarch64.rpm 1.1 MB/s |  55 kB     00:00    
11:00:13 #8 45.15 (124/138): perl-Text-ParseWords-3.31-1.fc36.noa 365 kB/s |  16 kB     00:00    
11:00:13 #8 45.15 (125/138): python-srpm-macros-3.10-19.fc36.noar 4.4 MB/s |  24 kB     00:00    
11:00:13 #8 45.16 (126/138): qt5-srpm-macros-5.15.5-2.fc36.noarch 1.4 MB/s | 8.0 kB     00:00    
11:00:13 #8 45.16 (127/138): python3-dnf-plugins-core-4.2.1-1.fc3  17 MB/s | 221 kB     00:00    
11:00:13 #8 45.17 (128/138): redhat-rpm-config-221-1.fc36.noarch. 9.1 MB/s |  66 kB     00:00    
11:00:14 #8 45.17 (129/138): python3-construct-2.10.68-1.fc36.noa 4.6 MB/s | 112 kB     00:00    
11:00:14 #8 45.17 (130/138): rpm-build-4.17.1-3.fc36.aarch64.rpm  5.6 MB/s |  59 kB     00:00    
11:00:14 #8 45.18 (131/138): rpmautospec-rpm-macros-0.2.6-1.fc36. 828 kB/s | 8.3 kB     00:00    
11:00:14 #8 45.18 (132/138): rust-srpm-macros-22-1.fc36.noarch.rp 1.6 MB/s | 9.3 kB     00:00    
11:00:14 #8 45.23 (133/138): zstd-1.5.2-2.fc36.aarch64.rpm        8.0 MB/s | 412 kB     00:00    
11:00:14 #8 45.23 (134/138): python3-rpm-4.17.1-3.fc36.aarch64.rp 1.7 MB/s |  92 kB     00:00    
11:00:14 #8 45.26 (135/138): rpm-4.17.1-3.fc36.aarch64.rpm        6.5 MB/s | 534 kB     00:00    
11:00:14 #8 45.27 (136/138): rpm-build-libs-4.17.1-3.fc36.aarch64 2.2 MB/s |  89 kB     00:00    
11:00:14 #8 45.27 (137/138): rpm-sign-libs-4.17.1-3.fc36.aarch64. 3.9 MB/s |  24 kB     00:00    
11:00:14 #8 45.30 (138/138): rpm-libs-4.17.1-3.fc36.aarch64.rpm   7.5 MB/s | 306 kB     00:00    
11:00:14 #8 45.31 --------------------------------------------------------------------------------
11:00:14 #8 45.31 Total                                            10 MB/s |  29 MB     00:02     
11:00:15 #8 46.54 Running transaction check
11:00:15 #8 46.63 Transaction check succeeded.
11:00:15 #8 46.63 Running transaction test
11:00:15 #8 47.02 Transaction test succeeded.
11:00:15 #8 47.02 Running transaction
11:00:16 #8 47.85   Preparing        :                                                        1/1 
11:00:16 #8 47.89   Upgrading        : rpm-libs-4.17.1-3.fc36.aarch64                       1/143 
11:00:16 #8 47.93   Running scriptlet: rpm-4.17.1-3.fc36.aarch64                            2/143 
11:00:16 #8 47.97   Upgrading        : rpm-4.17.1-3.fc36.aarch64                            2/143 
11:00:16 #8 48.01   Installing       : python3-six-1.16.0-5.fc36.noarch                     3/143 
11:00:16 #8 48.01   Installing       : hunspell-filesystem-1.7.0-19.fc36.aarch64            4/143 
11:00:16 #8 48.02   Installing       : hunspell-en-GB-0.20140811.1-22.fc36.noarch           5/143 
11:00:16 #8 48.06   Installing       : hunspell-en-0.20140811.1-22.fc36.noarch              6/143 
11:00:16 #8 48.07   Installing       : hunspell-en-US-0.20140811.1-22.fc36.noarch           7/143 
11:00:16 #8 48.08   Installing       : hunspell-1.7.0-19.fc36.aarch64                       8/143 
11:00:16 #8 48.10   Installing       : elfutils-debuginfod-client-0.186-3.fc36.aarch64      9/143 
11:00:16 #8 48.12   Installing       : binutils-gold-2.37-27.fc36.aarch64                  10/143 
11:00:17 #8 48.27   Installing       : binutils-2.37-27.fc36.aarch64                       11/143 
11:00:17 #8 48.31   Running scriptlet: binutils-2.37-27.fc36.aarch64                       11/143 
11:00:17 #8 48.34   Installing       : elfutils-0.186-3.fc36.aarch64                       12/143 
11:00:17 #8 48.35   Upgrading        : rpm-build-libs-4.17.1-3.fc36.aarch64                13/143 
11:00:17 #8 48.38   Installing       : dwz-0.14-4.fc36.aarch64                             14/143 
11:00:17 #8 48.39   Installing       : xz-5.2.5-9.fc36.aarch64                             15/143 
11:00:17 #8 48.42   Installing       : unzip-6.0-57.fc36.aarch64                           16/143 
11:00:17 #8 48.43   Installing       : file-5.41-4.fc36.aarch64                            17/143 
11:00:17 #8 48.44   Installing       : zip-3.0-32.fc36.aarch64                             18/143 
11:00:17 #8 48.48   Installing       : enchant-1:1.6.0-30.fc36.aarch64                     19/143 
11:00:17 #8 48.49   Installing       : python3-enchant-3.2.2-2.fc36.noarch                 20/143 
11:00:17 #8 48.53   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch              21/143 
11:00:17 #8 48.57   Installing       : python3-construct-2.10.68-1.fc36.noarch             22/143 
11:00:17 #8 48.58   Installing       : python3-pybeam-0.7-2.fc36.noarch                    23/143 
11:00:17 #8 48.58   Installing       : efi-srpm-macros-5-5.fc36.noarch                     24/143 
11:00:17 #8 48.62   Installing       : lua-srpm-macros-1-6.fc36.noarch                     25/143 
11:00:17 #8 48.63   Installing       : rpmautospec-rpm-macros-0.2.6-1.fc36.noarch          26/143 
11:00:17 #8 48.63   Upgrading        : rpm-sign-libs-4.17.1-3.fc36.aarch64                 27/143 
11:00:17 #8 48.67   Upgrading        : python3-rpm-4.17.1-3.fc36.aarch64                   28/143 
11:00:17 #8 48.68   Installing       : zstd-1.5.2-2.fc36.aarch64                           29/143 
11:00:17 #8 48.72   Installing       : rust-srpm-macros-22-1.fc36.noarch                   30/143 
11:00:17 #8 48.72   Installing       : qt5-srpm-macros-5.15.5-2.fc36.noarch                31/143 
11:00:17 #8 48.73   Installing       : ansible-srpm-macros-1-5.fc36.noarch                 32/143 
11:00:17 #8 48.73   Installing       : xxhash-libs-0.8.1-2.fc36.aarch64                    33/143 
11:00:17 #8 48.82   Installing       : gdb-minimal-12.1-1.fc36.aarch64                     34/143 
11:00:17 #8 48.82   Installing       : debugedit-5.0-3.fc36.aarch64                        35/143 
11:00:17 #8 48.88   Installing       : shared-mime-info-2.1-3.fc35.aarch64                 36/143 
11:00:17 #8 48.92   Running scriptlet: shared-mime-info-2.1-3.fc35.aarch64                 36/143 
11:00:17 #8 48.93   Installing       : python3-zstd-1.4.5.1-6.fc36.aarch64                 37/143 
11:00:17 #8 48.94   Installing       : python3-toml-0.10.2-6.fc36.noarch                   38/143 
11:00:17 #8 48.98   Installing       : python3-pyxdg-0.27-4.fc36.noarch                    39/143 
11:00:17 #8 48.99   Installing       : python3-distro-1.6.0-2.fc36.noarch                  40/143 
11:00:17 #8 49.03   Installing       : pkgconf-m4-1.8.0-2.fc36.noarch                      41/143 
11:00:17 #8 49.03   Installing       : perl-srpm-macros-1-43.fc36.noarch                   42/143 
11:00:17 #8 49.04   Installing       : package-notes-srpm-macros-0.4-14.fc36.noarch        43/143 
11:00:17 #8 49.04   Installing       : openblas-srpm-macros-2-11.fc36.noarch               44/143 
11:00:17 #8 49.05   Installing       : ocaml-srpm-macros-6-6.fc36.noarch                   45/143 
11:00:17 #8 49.18   Installing       : nim-srpm-macros-3-6.fc36.noarch                     46/143 
11:00:17 #8 49.18   Installing       : ncurses-6.2-9.20210508.fc36.aarch64                 47/143 
11:00:17 #8 49.19   Installing       : libstemmer-0-18.585svn.fc36.aarch64                 48/143 
11:00:17 #8 49.24   Installing       : libpng-2:1.6.37-12.fc36.aarch64                     49/143 
11:00:17 #8 49.25   Installing       : libpkgconf-1.8.0-2.fc36.aarch64                     50/143 
11:00:18 #8 49.25   Installing       : pkgconf-1.8.0-2.fc36.aarch64                        51/143 
11:00:18 #8 49.34   Installing       : pkgconf-pkg-config-1.8.0-2.fc36.aarch64             52/143 
11:00:18 #8 49.35   Installing       : libjpeg-turbo-2.1.2-2.fc36.aarch64                  53/143 
11:00:18 #8 49.39   Installing       : gdk-pixbuf2-2.42.8-3.fc36.aarch64                   54/143 
11:00:18 #8 49.40   Installing       : kernel-srpm-macros-1.0-14.fc36.noarch               55/143 
11:00:18 #8 49.50   Installing       : json-glib-1.6.6-2.fc36.aarch64                      56/143 
11:00:18 #8 49.51   Installing       : libappstream-glib-0.8.0-4.fc36.aarch64              57/143 
11:00:18 #8 49.61   Installing       : info-6.8-3.fc36.aarch64                             58/143 
11:00:18 #8 49.69   Installing       : ed-1.14.2-12.fc36.aarch64                           59/143 
11:00:18 #8 49.70   Installing       : patch-2.7.6-16.fc36.aarch64                         60/143 
11:00:18 #8 49.70   Running scriptlet: groff-base-1.22.4-9.fc36.aarch64                    61/143 
11:00:18 #8 49.75   Installing       : groff-base-1.22.4-9.fc36.aarch64                    61/143 
11:00:18 #8 49.85   Running scriptlet: groff-base-1.22.4-9.fc36.aarch64                    61/143 
11:00:18 #8 49.87   Installing       : perl-Digest-1.20-2.fc36.noarch                      62/143 
11:00:18 #8 49.95   Installing       : perl-Digest-MD5-2.58-479.fc36.aarch64               63/143 
11:00:18 #8 49.96   Installing       : perl-B-1.82-486.fc36.aarch64                        64/143 
11:00:19 #8 50.07   Installing       : perl-FileHandle-2.03-486.fc36.noarch                65/143 
11:00:19 #8 50.07   Installing       : perl-AutoLoader-5.74-486.fc36.noarch                66/143 
11:00:19 #8 50.08   Installing       : perl-Data-Dumper-2.183-3.fc36.aarch64               67/143 
11:00:19 #8 50.14   Installing       : perl-libnet-3.13-480.fc36.noarch                    68/143 
11:00:19 #8 50.15   Installing       : perl-base-2.27-486.fc36.noarch                      69/143 
11:00:19 #8 50.17   Installing       : perl-Net-SSLeay-1.92-2.fc36.aarch64                 70/143 
11:00:19 #8 50.27   Installing       : perl-URI-5.10-1.fc36.noarch                         71/143 
11:00:19 #8 50.37   Installing       : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         72/143 
11:00:19 #8 50.37   Installing       : perl-Mozilla-CA-20211001-2.fc36.noarch              73/143 
11:00:19 #8 50.45   Installing       : perl-if-0.60.900-486.fc36.noarch                    74/143 
11:00:19 #8 50.45   Installing       : perl-Time-Local-2:1.300-479.fc36.noarch             75/143 
11:00:19 #8 50.46   Installing       : perl-File-Path-2.18-479.fc36.noarch                 76/143 
11:00:19 #8 50.46   Installing       : perl-Pod-Escapes-1:1.07-479.fc36.noarch             77/143 
11:00:19 #8 50.55   Installing       : perl-IO-Socket-IP-0.41-480.fc36.noarch              78/143 
11:00:19 #8 50.55   Installing       : perl-IO-Socket-SSL-2.074-2.fc36.noarch              79/143 
11:00:19 #8 50.63   Installing       : perl-Class-Struct-0.66-486.fc36.noarch              80/143 
11:00:19 #8 50.64   Installing       : perl-POSIX-1.97-486.fc36.aarch64                    81/143 
11:00:19 #8 50.64   Installing       : perl-Term-ANSIColor-5.01-480.fc36.noarch            82/143 
11:00:19 #8 50.72   Installing       : perl-subs-1.04-486.fc36.noarch                      83/143 
11:00:19 #8 50.73   Installing       : perl-Pod-Simple-1:3.43-3.fc36.noarch                84/143 
11:00:19 #8 50.74   Installing       : perl-Term-Cap-1.17-479.fc36.noarch                  85/143 
11:00:19 #8 50.81   Installing       : perl-File-Temp-1:0.231.100-479.fc36.noarch          86/143 
11:00:19 #8 50.81   Installing       : perl-IPC-Open3-1.21-486.fc36.noarch                 87/143 
11:00:19 #8 50.87   Installing       : perl-HTTP-Tiny-0.082-1.fc36.noarch                  88/143 
11:00:19 #8 50.88   Installing       : perl-SelectSaver-1.02-486.fc36.noarch               89/143 
11:00:19 #8 50.89   Installing       : perl-Symbol-1.09-486.fc36.noarch                    90/143 
11:00:19 #8 50.89   Installing       : perl-File-stat-1.09-486.fc36.noarch                 91/143 
11:00:19 #8 50.98   Installing       : perl-Socket-4:2.035-1.fc36.aarch64                  92/143 
11:00:19 #8 50.99   Installing       : perl-podlators-1:4.14-479.fc36.noarch               93/143 
11:00:20 #8 51.09   Installing       : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            94/143 
11:00:20 #8 51.09   Installing       : perl-Fcntl-1.14-486.fc36.aarch64                    95/143 
11:00:20 #8 51.10   Installing       : perl-mro-1.25-486.fc36.aarch64                      96/143 
11:00:20 #8 51.17   Installing       : perl-overloading-0.02-486.fc36.noarch               97/143 
11:00:20 #8 51.17   Installing       : perl-IO-1.46-486.fc36.aarch64                       98/143 
11:00:20 #8 51.23   Installing       : perl-Text-ParseWords-3.31-1.fc36.noarch             99/143 
11:00:20 #8 51.24   Installing       : perl-Pod-Usage-4:2.01-479.fc36.noarch              100/143 
11:00:20 #8 51.25   Installing       : perl-Errno-1.33-486.fc36.aarch64                   101/143 
11:00:20 #8 51.33   Installing       : perl-File-Basename-2.85-486.fc36.noarch            102/143 
11:00:20 #8 51.34   Installing       : perl-Getopt-Std-1.13-486.fc36.noarch               103/143 
11:00:20 #8 51.34   Installing       : perl-MIME-Base64-3.16-479.fc36.aarch64             104/143 
11:00:20 #8 51.42   Installing       : perl-Scalar-List-Utils-5:1.62-464.fc36.aarch64     105/143 
11:00:20 #8 51.42   Installing       : perl-constant-1.33-480.fc36.noarch                 106/143 
11:00:20 #8 51.43   Installing       : perl-overload-1.33-486.fc36.noarch                 107/143 
11:00:20 #8 51.53   Installing       : perl-parent-1:0.238-479.fc36.noarch                108/143 
11:00:20 #8 51.53   Installing       : perl-vars-1.05-486.fc36.noarch                     109/143 
11:00:20 #8 51.54   Installing       : perl-Storable-1:3.25-2.fc36.aarch64                110/143 
11:00:20 #8 51.61   Installing       : perl-Getopt-Long-1:2.52-479.fc36.noarch            111/143 
11:00:20 #8 51.62   Installing       : perl-DynaLoader-1.50-486.fc36.aarch64              112/143 
11:00:20 #8 51.62   Installing       : perl-Carp-1.52-479.fc36.noarch                     113/143 
11:00:20 #8 51.70   Installing       : perl-Exporter-5.76-480.fc36.noarch                 114/143 
11:00:20 #8 51.70   Installing       : perl-NDBM_File-1.15-486.fc36.aarch64               115/143 
11:00:20 #8 51.71   Installing       : perl-PathTools-3.80-479.fc36.aarch64               116/143 
11:00:20 #8 51.82   Installing       : perl-Encode-4:3.17-485.fc36.aarch64                117/143 
11:00:20 #8 51.97   Installing       : perl-libs-4:5.34.1-486.fc36.aarch64                118/143 
11:00:20 #8 52.08   Installing       : perl-interpreter-4:5.34.1-486.fc36.aarch64         119/143 
11:00:20 #8 52.08   Installing       : devscripts-checkbashisms-2.22.1-1.fc36.aarch64     120/143 
11:00:21 #8 52.20   Installing       : gnat-srpm-macros-4-15.fc36.noarch                  121/143 
11:00:21 #8 52.20   Installing       : ghc-srpm-macros-1.5.0-6.fc36.noarch                122/143 
11:00:21 #8 52.21   Installing       : fpc-srpm-macros-1.3-5.fc36.noarch                  123/143 
11:00:21 #8 52.21   Installing       : fonts-srpm-macros-1:2.0.5-7.fc36.noarch            124/143 
11:00:21 #8 52.22   Installing       : go-srpm-macros-3.0.15-1.fc36.noarch                125/143 
11:00:21 #8 52.34   Installing       : python-srpm-macros-3.10-19.fc36.noarch             126/143 
11:00:21 #8 52.35   Installing       : redhat-rpm-config-221-1.fc36.noarch                127/143 
11:00:21 #8 52.44   Installing       : diffutils-3.8-2.fc36.aarch64                       128/143 
11:00:21 #8 52.45   Installing       : dbus-libs-1:1.14.0-1.fc36.aarch64                  129/143 
11:00:21 #8 52.56   Installing       : python3-dbus-1.2.18-3.fc36.aarch64                 130/143 
11:00:21 #8 52.57   Installing       : python3-dnf-plugins-core-4.2.1-1.fc36.noarch       131/143 
11:00:21 #8 52.64   Installing       : dash-0.5.10.2-10.fc36.aarch64                      132/143 
11:00:21 #8 52.71   Running scriptlet: dash-0.5.10.2-10.fc36.aarch64                      132/143 
11:00:21 #8 52.73   Installing       : cpio-2.13-12.fc36.aarch64                          133/143 
11:00:21 #8 52.74   Installing       : bzip2-1.0.8-11.fc36.aarch64                        134/143 
11:00:21 #8 52.84   Installing       : rpm-build-4.17.1-3.fc36.aarch64                    135/143 
11:00:21 #8 52.86   Installing       : rpmlint-2.2.0-3.fc36.noarch                        136/143 
11:00:21 #8 52.99   Installing       : dnf-plugins-core-4.2.1-1.fc36.noarch               137/143 
11:00:21 #8 53.09   Installing       : glibc-gconv-extra-2.35-4.fc36.aarch64              138/143 
11:00:21 #8 53.19   Running scriptlet: glibc-gconv-extra-2.35-4.fc36.aarch64              138/143 
11:00:22 #8 53.20   Cleanup          : python3-rpm-4.17.0-10.fc36.aarch64                 139/143 
11:00:22 #8 53.21   Cleanup          : rpm-build-libs-4.17.0-10.fc36.aarch64              140/143 
11:00:22 #8 53.28   Cleanup          : rpm-sign-libs-4.17.0-10.fc36.aarch64               141/143 
11:00:22 #8 53.30   Cleanup          : rpm-4.17.0-10.fc36.aarch64                         142/143 
11:00:22 #8 53.37   Cleanup          : rpm-libs-4.17.0-10.fc36.aarch64                    143/143 
11:00:22 #8 53.38   Running scriptlet: rpm-4.17.1-3.fc36.aarch64                          143/143 
11:00:26 #8 53.40   Running scriptlet: rpm-libs-4.17.0-10.fc36.aarch64                    143/143 
11:00:26 #8 57.12   Verifying        : bzip2-1.0.8-11.fc36.aarch64                          1/143 
11:00:26 #8 57.12   Verifying        : cpio-2.13-12.fc36.aarch64                            2/143 
11:00:26 #8 57.12   Verifying        : dash-0.5.10.2-10.fc36.aarch64                        3/143 
11:00:26 #8 57.12   Verifying        : dbus-libs-1:1.14.0-1.fc36.aarch64                    4/143 
11:00:26 #8 57.12   Verifying        : debugedit-5.0-3.fc36.aarch64                         5/143 
11:00:26 #8 57.12   Verifying        : devscripts-checkbashisms-2.22.1-1.fc36.aarch64       6/143 
11:00:26 #8 57.12   Verifying        : diffutils-3.8-2.fc36.aarch64                         7/143 
11:00:26 #8 57.12   Verifying        : ed-1.14.2-12.fc36.aarch64                            8/143 
11:00:26 #8 57.12   Verifying        : efi-srpm-macros-5-5.fc36.noarch                      9/143 
11:00:26 #8 57.12   Verifying        : elfutils-0.186-3.fc36.aarch64                       10/143 
11:00:26 #8 57.12   Verifying        : elfutils-debuginfod-client-0.186-3.fc36.aarch64     11/143 
11:00:26 #8 57.12   Verifying        : enchant-1:1.6.0-30.fc36.aarch64                     12/143 
11:00:26 #8 57.12   Verifying        : file-5.41-4.fc36.aarch64                            13/143 
11:00:26 #8 57.12   Verifying        : fonts-srpm-macros-1:2.0.5-7.fc36.noarch             14/143 
11:00:26 #8 57.12   Verifying        : fpc-srpm-macros-1.3-5.fc36.noarch                   15/143 
11:00:26 #8 57.12   Verifying        : ghc-srpm-macros-1.5.0-6.fc36.noarch                 16/143 
11:00:26 #8 57.12   Verifying        : glibc-gconv-extra-2.35-4.fc36.aarch64               17/143 
11:00:26 #8 57.12   Verifying        : gnat-srpm-macros-4-15.fc36.noarch                   18/143 
11:00:26 #8 57.12   Verifying        : go-srpm-macros-3.0.15-1.fc36.noarch                 19/143 
11:00:26 #8 57.12   Verifying        : groff-base-1.22.4-9.fc36.aarch64                    20/143 
11:00:26 #8 57.12   Verifying        : hunspell-1.7.0-19.fc36.aarch64                      21/143 
11:00:26 #8 57.12   Verifying        : hunspell-en-0.20140811.1-22.fc36.noarch             22/143 
11:00:26 #8 57.12   Verifying        : hunspell-en-GB-0.20140811.1-22.fc36.noarch          23/143 
11:00:26 #8 57.12   Verifying        : hunspell-en-US-0.20140811.1-22.fc36.noarch          24/143 
11:00:26 #8 57.12   Verifying        : hunspell-filesystem-1.7.0-19.fc36.aarch64           25/143 
11:00:26 #8 57.12   Verifying        : info-6.8-3.fc36.aarch64                             26/143 
11:00:26 #8 57.12   Verifying        : json-glib-1.6.6-2.fc36.aarch64                      27/143 
11:00:26 #8 57.12   Verifying        : kernel-srpm-macros-1.0-14.fc36.noarch               28/143 
11:00:26 #8 57.12   Verifying        : libjpeg-turbo-2.1.2-2.fc36.aarch64                  29/143 
11:00:26 #8 57.12   Verifying        : libpkgconf-1.8.0-2.fc36.aarch64                     30/143 
11:00:26 #8 57.12   Verifying        : libpng-2:1.6.37-12.fc36.aarch64                     31/143 
11:00:26 #8 57.12   Verifying        : libstemmer-0-18.585svn.fc36.aarch64                 32/143 
11:00:26 #8 57.12   Verifying        : lua-srpm-macros-1-6.fc36.noarch                     33/143 
11:00:26 #8 57.12   Verifying        : ncurses-6.2-9.20210508.fc36.aarch64                 34/143 
11:00:26 #8 57.12   Verifying        : nim-srpm-macros-3-6.fc36.noarch                     35/143 
11:00:26 #8 57.12   Verifying        : ocaml-srpm-macros-6-6.fc36.noarch                   36/143 
11:00:26 #8 57.12   Verifying        : openblas-srpm-macros-2-11.fc36.noarch               37/143 
11:00:26 #8 57.12   Verifying        : package-notes-srpm-macros-0.4-14.fc36.noarch        38/143 
11:00:26 #8 57.12   Verifying        : patch-2.7.6-16.fc36.aarch64                         39/143 
11:00:26 #8 57.12   Verifying        : perl-AutoLoader-5.74-486.fc36.noarch                40/143 
11:00:26 #8 57.12   Verifying        : perl-B-1.82-486.fc36.aarch64                        41/143 
11:00:26 #8 57.12   Verifying        : perl-Carp-1.52-479.fc36.noarch                      42/143 
11:00:26 #8 57.12   Verifying        : perl-Class-Struct-0.66-486.fc36.noarch              43/143 
11:00:26 #8 57.12   Verifying        : perl-Data-Dumper-2.183-3.fc36.aarch64               44/143 
11:00:26 #8 57.12   Verifying        : perl-Digest-1.20-2.fc36.noarch                      45/143 
11:00:26 #8 57.12   Verifying        : perl-Digest-MD5-2.58-479.fc36.aarch64               46/143 
11:00:26 #8 57.12   Verifying        : perl-DynaLoader-1.50-486.fc36.aarch64               47/143 
11:00:26 #8 57.12   Verifying        : perl-Errno-1.33-486.fc36.aarch64                    48/143 
11:00:26 #8 57.12   Verifying        : perl-Exporter-5.76-480.fc36.noarch                  49/143 
11:00:26 #8 57.12   Verifying        : perl-Fcntl-1.14-486.fc36.aarch64                    50/143 
11:00:26 #8 57.12   Verifying        : perl-File-Basename-2.85-486.fc36.noarch             51/143 
11:00:26 #8 57.12   Verifying        : perl-File-Path-2.18-479.fc36.noarch                 52/143 
11:00:26 #8 57.12   Verifying        : perl-File-Temp-1:0.231.100-479.fc36.noarch          53/143 
11:00:26 #8 57.12   Verifying        : perl-File-stat-1.09-486.fc36.noarch                 54/143 
11:00:26 #8 57.12   Verifying        : perl-FileHandle-2.03-486.fc36.noarch                55/143 
11:00:26 #8 57.12   Verifying        : perl-Getopt-Long-1:2.52-479.fc36.noarch             56/143 
11:00:26 #8 57.12   Verifying        : perl-Getopt-Std-1.13-486.fc36.noarch                57/143 
11:00:26 #8 57.12   Verifying        : perl-IO-1.46-486.fc36.aarch64                       58/143 
11:00:26 #8 57.12   Verifying        : perl-IO-Socket-IP-0.41-480.fc36.noarch              59/143 
11:00:26 #8 57.12   Verifying        : perl-IO-Socket-SSL-2.074-2.fc36.noarch              60/143 
11:00:26 #8 57.12   Verifying        : perl-IPC-Open3-1.21-486.fc36.noarch                 61/143 
11:00:26 #8 57.12   Verifying        : perl-MIME-Base64-3.16-479.fc36.aarch64              62/143 
11:00:26 #8 57.12   Verifying        : perl-Mozilla-CA-20211001-2.fc36.noarch              63/143 
11:00:26 #8 57.12   Verifying        : perl-NDBM_File-1.15-486.fc36.aarch64                64/143 
11:00:26 #8 57.12   Verifying        : perl-Net-SSLeay-1.92-2.fc36.aarch64                 65/143 
11:00:26 #8 57.12   Verifying        : perl-POSIX-1.97-486.fc36.aarch64                    66/143 
11:00:26 #8 57.12   Verifying        : perl-PathTools-3.80-479.fc36.aarch64                67/143 
11:00:26 #8 57.12   Verifying        : perl-Pod-Escapes-1:1.07-479.fc36.noarch             68/143 
11:00:26 #8 57.12   Verifying        : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            69/143 
11:00:26 #8 57.12   Verifying        : perl-Pod-Simple-1:3.43-3.fc36.noarch                70/143 
11:00:26 #8 57.12   Verifying        : perl-Pod-Usage-4:2.01-479.fc36.noarch               71/143 
11:00:26 #8 57.12   Verifying        : perl-Scalar-List-Utils-5:1.62-464.fc36.aarch64      72/143 
11:00:26 #8 57.12   Verifying        : perl-SelectSaver-1.02-486.fc36.noarch               73/143 
11:00:26 #8 57.12   Verifying        : perl-Storable-1:3.25-2.fc36.aarch64                 74/143 
11:00:26 #8 57.12   Verifying        : perl-Symbol-1.09-486.fc36.noarch                    75/143 
11:00:26 #8 57.12   Verifying        : perl-Term-ANSIColor-5.01-480.fc36.noarch            76/143 
11:00:26 #8 57.12   Verifying        : perl-Term-Cap-1.17-479.fc36.noarch                  77/143 
11:00:26 #8 57.12   Verifying        : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         78/143 
11:00:26 #8 57.12   Verifying        : perl-Time-Local-2:1.300-479.fc36.noarch             79/143 
11:00:26 #8 57.12   Verifying        : perl-URI-5.10-1.fc36.noarch                         80/143 
11:00:26 #8 57.12   Verifying        : perl-base-2.27-486.fc36.noarch                      81/143 
11:00:26 #8 57.12   Verifying        : perl-constant-1.33-480.fc36.noarch                  82/143 
11:00:26 #8 57.12   Verifying        : perl-if-0.60.900-486.fc36.noarch                    83/143 
11:00:26 #8 57.12   Verifying        : perl-interpreter-4:5.34.1-486.fc36.aarch64          84/143 
11:00:26 #8 57.12   Verifying        : perl-libnet-3.13-480.fc36.noarch                    85/143 
11:00:26 #8 57.12   Verifying        : perl-libs-4:5.34.1-486.fc36.aarch64                 86/143 
11:00:26 #8 57.12   Verifying        : perl-mro-1.25-486.fc36.aarch64                      87/143 
11:00:26 #8 57.12   Verifying        : perl-overload-1.33-486.fc36.noarch                  88/143 
11:00:26 #8 57.12   Verifying        : perl-overloading-0.02-486.fc36.noarch               89/143 
11:00:26 #8 57.12   Verifying        : perl-parent-1:0.238-479.fc36.noarch                 90/143 
11:00:26 #8 57.12   Verifying        : perl-podlators-1:4.14-479.fc36.noarch               91/143 
11:00:26 #8 57.12   Verifying        : perl-srpm-macros-1-43.fc36.noarch                   92/143 
11:00:26 #8 57.12   Verifying        : perl-subs-1.04-486.fc36.noarch                      93/143 
11:00:26 #8 57.12   Verifying        : perl-vars-1.05-486.fc36.noarch                      94/143 
11:00:26 #8 57.13   Verifying        : pkgconf-1.8.0-2.fc36.aarch64                        95/143 
11:00:26 #8 57.13   Verifying        : pkgconf-m4-1.8.0-2.fc36.noarch                      96/143 
11:00:26 #8 57.13   Verifying        : pkgconf-pkg-config-1.8.0-2.fc36.aarch64             97/143 
11:00:26 #8 57.13   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch              98/143 
11:00:26 #8 57.13   Verifying        : python3-dbus-1.2.18-3.fc36.aarch64                  99/143 
11:00:26 #8 57.13   Verifying        : python3-distro-1.6.0-2.fc36.noarch                 100/143 
11:00:26 #8 57.13   Verifying        : python3-enchant-3.2.2-2.fc36.noarch                101/143 
11:00:26 #8 57.13   Verifying        : python3-pybeam-0.7-2.fc36.noarch                   102/143 
11:00:26 #8 57.13   Verifying        : python3-pyxdg-0.27-4.fc36.noarch                   103/143 
11:00:26 #8 57.13   Verifying        : python3-six-1.16.0-5.fc36.noarch                   104/143 
11:00:26 #8 57.13   Verifying        : python3-toml-0.10.2-6.fc36.noarch                  105/143 
11:00:26 #8 57.13   Verifying        : python3-zstd-1.4.5.1-6.fc36.aarch64                106/143 
11:00:26 #8 57.13   Verifying        : rpmlint-2.2.0-3.fc36.noarch                        107/143 
11:00:26 #8 57.13   Verifying        : shared-mime-info-2.1-3.fc35.aarch64                108/143 
11:00:26 #8 57.13   Verifying        : unzip-6.0-57.fc36.aarch64                          109/143 
11:00:26 #8 57.13   Verifying        : xxhash-libs-0.8.1-2.fc36.aarch64                   110/143 
11:00:26 #8 57.13   Verifying        : xz-5.2.5-9.fc36.aarch64                            111/143 
11:00:26 #8 57.13   Verifying        : zip-3.0-32.fc36.aarch64                            112/143 
11:00:26 #8 57.13   Verifying        : ansible-srpm-macros-1-5.fc36.noarch                113/143 
11:00:26 #8 57.13   Verifying        : binutils-2.37-27.fc36.aarch64                      114/143 
11:00:26 #8 57.13   Verifying        : binutils-gold-2.37-27.fc36.aarch64                 115/143 
11:00:26 #8 57.13   Verifying        : dnf-plugins-core-4.2.1-1.fc36.noarch               116/143 
11:00:26 #8 57.13   Verifying        : dwz-0.14-4.fc36.aarch64                            117/143 
11:00:26 #8 57.13   Verifying        : gdb-minimal-12.1-1.fc36.aarch64                    118/143 
11:00:26 #8 57.13   Verifying        : gdk-pixbuf2-2.42.8-3.fc36.aarch64                  119/143 
11:00:26 #8 57.13   Verifying        : libappstream-glib-0.8.0-4.fc36.aarch64             120/143 
11:00:26 #8 57.13   Verifying        : perl-Encode-4:3.17-485.fc36.aarch64                121/143 
11:00:26 #8 57.13   Verifying        : perl-HTTP-Tiny-0.082-1.fc36.noarch                 122/143 
11:00:26 #8 57.13   Verifying        : perl-Socket-4:2.035-1.fc36.aarch64                 123/143 
11:00:26 #8 57.13   Verifying        : perl-Text-ParseWords-3.31-1.fc36.noarch            124/143 
11:00:26 #8 57.13   Verifying        : python-srpm-macros-3.10-19.fc36.noarch             125/143 
11:00:26 #8 57.13   Verifying        : python3-construct-2.10.68-1.fc36.noarch            126/143 
11:00:26 #8 57.13   Verifying        : python3-dnf-plugins-core-4.2.1-1.fc36.noarch       127/143 
11:00:26 #8 57.13   Verifying        : qt5-srpm-macros-5.15.5-2.fc36.noarch               128/143 
11:00:26 #8 57.13   Verifying        : redhat-rpm-config-221-1.fc36.noarch                129/143 
11:00:26 #8 57.13   Verifying        : rpm-build-4.17.1-3.fc36.aarch64                    130/143 
11:00:26 #8 57.13   Verifying        : rpmautospec-rpm-macros-0.2.6-1.fc36.noarch         131/143 
11:00:26 #8 57.13   Verifying        : rust-srpm-macros-22-1.fc36.noarch                  132/143 
11:00:26 #8 57.13   Verifying        : zstd-1.5.2-2.fc36.aarch64                          133/143 
11:00:26 #8 57.13   Verifying        : python3-rpm-4.17.1-3.fc36.aarch64                  134/143 
11:00:26 #8 57.13   Verifying        : python3-rpm-4.17.0-10.fc36.aarch64                 135/143 
11:00:26 #8 57.13   Verifying        : rpm-4.17.1-3.fc36.aarch64                          136/143 
11:00:26 #8 57.13   Verifying        : rpm-4.17.0-10.fc36.aarch64                         137/143 
11:00:26 #8 57.13   Verifying        : rpm-build-libs-4.17.1-3.fc36.aarch64               138/143 
11:00:26 #8 57.13   Verifying        : rpm-build-libs-4.17.0-10.fc36.aarch64              139/143 
11:00:26 #8 57.13   Verifying        : rpm-libs-4.17.1-3.fc36.aarch64                     140/143 
11:00:26 #8 57.13   Verifying        : rpm-libs-4.17.0-10.fc36.aarch64                    141/143 
11:00:26 #8 57.13   Verifying        : rpm-sign-libs-4.17.1-3.fc36.aarch64                142/143 
11:00:26 #8 57.13   Verifying        : rpm-sign-libs-4.17.0-10.fc36.aarch64               143/143 
11:00:26 #8 57.26 
11:00:26 #8 57.26 Upgraded:
11:00:26 #8 57.26   python3-rpm-4.17.1-3.fc36.aarch64         rpm-4.17.1-3.fc36.aarch64          
11:00:26 #8 57.26   rpm-build-libs-4.17.1-3.fc36.aarch64      rpm-libs-4.17.1-3.fc36.aarch64     
11:00:26 #8 57.26   rpm-sign-libs-4.17.1-3.fc36.aarch64      
11:00:26 #8 57.26 Installed:
11:00:26 #8 57.26   ansible-srpm-macros-1-5.fc36.noarch                                           
11:00:26 #8 57.26   binutils-2.37-27.fc36.aarch64                                                 
11:00:26 #8 57.26   binutils-gold-2.37-27.fc36.aarch64                                            
11:00:26 #8 57.26   bzip2-1.0.8-11.fc36.aarch64                                                   
11:00:26 #8 57.26   cpio-2.13-12.fc36.aarch64                                                     
11:00:26 #8 57.26   dash-0.5.10.2-10.fc36.aarch64                                                 
11:00:26 #8 57.26   dbus-libs-1:1.14.0-1.fc36.aarch64                                             
11:00:26 #8 57.26   debugedit-5.0-3.fc36.aarch64                                                  
11:00:26 #8 57.26   devscripts-checkbashisms-2.22.1-1.fc36.aarch64                                
11:00:26 #8 57.26   diffutils-3.8-2.fc36.aarch64                                                  
11:00:26 #8 57.26   dnf-plugins-core-4.2.1-1.fc36.noarch                                          
11:00:26 #8 57.26   dwz-0.14-4.fc36.aarch64                                                       
11:00:26 #8 57.26   ed-1.14.2-12.fc36.aarch64                                                     
11:00:26 #8 57.26   efi-srpm-macros-5-5.fc36.noarch                                               
11:00:26 #8 57.26   elfutils-0.186-3.fc36.aarch64                                                 
11:00:26 #8 57.26   elfutils-debuginfod-client-0.186-3.fc36.aarch64                               
11:00:26 #8 57.26   enchant-1:1.6.0-30.fc36.aarch64                                               
11:00:26 #8 57.26   file-5.41-4.fc36.aarch64                                                      
11:00:26 #8 57.26   fonts-srpm-macros-1:2.0.5-7.fc36.noarch                                       
11:00:26 #8 57.26   fpc-srpm-macros-1.3-5.fc36.noarch                                             
11:00:26 #8 57.26   gdb-minimal-12.1-1.fc36.aarch64                                               
11:00:26 #8 57.26   gdk-pixbuf2-2.42.8-3.fc36.aarch64                                             
11:00:26 #8 57.26   ghc-srpm-macros-1.5.0-6.fc36.noarch                                           
11:00:26 #8 57.26   glibc-gconv-extra-2.35-4.fc36.aarch64                                         
11:00:26 #8 57.26   gnat-srpm-macros-4-15.fc36.noarch                                             
11:00:26 #8 57.26   go-srpm-macros-3.0.15-1.fc36.noarch                                           
11:00:26 #8 57.26   groff-base-1.22.4-9.fc36.aarch64                                              
11:00:26 #8 57.26   hunspell-1.7.0-19.fc36.aarch64                                                
11:00:26 #8 57.26   hunspell-en-0.20140811.1-22.fc36.noarch                                       
11:00:26 #8 57.26   hunspell-en-GB-0.20140811.1-22.fc36.noarch                                    
11:00:26 #8 57.26   hunspell-en-US-0.20140811.1-22.fc36.noarch                                    
11:00:26 #8 57.26   hunspell-filesystem-1.7.0-19.fc36.aarch64                                     
11:00:26 #8 57.26   info-6.8-3.fc36.aarch64                                                       
11:00:26 #8 57.26   json-glib-1.6.6-2.fc36.aarch64                                                
11:00:26 #8 57.26   kernel-srpm-macros-1.0-14.fc36.noarch                                         
11:00:26 #8 57.26   libappstream-glib-0.8.0-4.fc36.aarch64                                        
11:00:26 #8 57.26   libjpeg-turbo-2.1.2-2.fc36.aarch64                                            
11:00:26 #8 57.26   libpkgconf-1.8.0-2.fc36.aarch64                                               
11:00:26 #8 57.26   libpng-2:1.6.37-12.fc36.aarch64                                               
11:00:26 #8 57.26   libstemmer-0-18.585svn.fc36.aarch64                                           
11:00:26 #8 57.26   lua-srpm-macros-1-6.fc36.noarch                                               
11:00:26 #8 57.26   ncurses-6.2-9.20210508.fc36.aarch64                                           
11:00:26 #8 57.26   nim-srpm-macros-3-6.fc36.noarch                                               
11:00:26 #8 57.26   ocaml-srpm-macros-6-6.fc36.noarch                                             
11:00:26 #8 57.26   openblas-srpm-macros-2-11.fc36.noarch                                         
11:00:26 #8 57.26   package-notes-srpm-macros-0.4-14.fc36.noarch                                  
11:00:26 #8 57.26   patch-2.7.6-16.fc36.aarch64                                                   
11:00:26 #8 57.26   perl-AutoLoader-5.74-486.fc36.noarch                                          
11:00:26 #8 57.26   perl-B-1.82-486.fc36.aarch64                                                  
11:00:26 #8 57.26   perl-Carp-1.52-479.fc36.noarch                                                
11:00:26 #8 57.26   perl-Class-Struct-0.66-486.fc36.noarch                                        
11:00:26 #8 57.26   perl-Data-Dumper-2.183-3.fc36.aarch64                                         
11:00:26 #8 57.26   perl-Digest-1.20-2.fc36.noarch                                                
11:00:26 #8 57.26   perl-Digest-MD5-2.58-479.fc36.aarch64                                         
11:00:26 #8 57.26   perl-DynaLoader-1.50-486.fc36.aarch64                                         
11:00:26 #8 57.26   perl-Encode-4:3.17-485.fc36.aarch64                                           
11:00:26 #8 57.26   perl-Errno-1.33-486.fc36.aarch64                                              
11:00:26 #8 57.26   perl-Exporter-5.76-480.fc36.noarch                                            
11:00:26 #8 57.26   perl-Fcntl-1.14-486.fc36.aarch64                                              
11:00:26 #8 57.26   perl-File-Basename-2.85-486.fc36.noarch                                       
11:00:26 #8 57.26   perl-File-Path-2.18-479.fc36.noarch                                           
11:00:26 #8 57.26   perl-File-Temp-1:0.231.100-479.fc36.noarch                                    
11:00:26 #8 57.26   perl-File-stat-1.09-486.fc36.noarch                                           
11:00:26 #8 57.26   perl-FileHandle-2.03-486.fc36.noarch                                          
11:00:26 #8 57.26   perl-Getopt-Long-1:2.52-479.fc36.noarch                                       
11:00:26 #8 57.26   perl-Getopt-Std-1.13-486.fc36.noarch                                          
11:00:26 #8 57.26   perl-HTTP-Tiny-0.082-1.fc36.noarch                                            
11:00:26 #8 57.26   perl-IO-1.46-486.fc36.aarch64                                                 
11:00:26 #8 57.26   perl-IO-Socket-IP-0.41-480.fc36.noarch                                        
11:00:26 #8 57.26   perl-IO-Socket-SSL-2.074-2.fc36.noarch                                        
11:00:26 #8 57.26   perl-IPC-Open3-1.21-486.fc36.noarch                                           
11:00:26 #8 57.26   perl-MIME-Base64-3.16-479.fc36.aarch64                                        
11:00:26 #8 57.26   perl-Mozilla-CA-20211001-2.fc36.noarch                                        
11:00:26 #8 57.26   perl-NDBM_File-1.15-486.fc36.aarch64                                          
11:00:26 #8 57.26   perl-Net-SSLeay-1.92-2.fc36.aarch64                                           
11:00:26 #8 57.26   perl-POSIX-1.97-486.fc36.aarch64                                              
11:00:26 #8 57.26   perl-PathTools-3.80-479.fc36.aarch64                                          
11:00:26 #8 57.26   perl-Pod-Escapes-1:1.07-479.fc36.noarch                                       
11:00:26 #8 57.26   perl-Pod-Perldoc-3.28.01-480.fc36.noarch                                      
11:00:26 #8 57.26   perl-Pod-Simple-1:3.43-3.fc36.noarch                                          
11:00:26 #8 57.26   perl-Pod-Usage-4:2.01-479.fc36.noarch                                         
11:00:26 #8 57.26   perl-Scalar-List-Utils-5:1.62-464.fc36.aarch64                                
11:00:26 #8 57.26   perl-SelectSaver-1.02-486.fc36.noarch                                         
11:00:26 #8 57.26   perl-Socket-4:2.035-1.fc36.aarch64                                            
11:00:26 #8 57.26   perl-Storable-1:3.25-2.fc36.aarch64                                           
11:00:26 #8 57.26   perl-Symbol-1.09-486.fc36.noarch                                              
11:00:26 #8 57.26   perl-Term-ANSIColor-5.01-480.fc36.noarch                                      
11:00:26 #8 57.26   perl-Term-Cap-1.17-479.fc36.noarch                                            
11:00:26 #8 57.26   perl-Text-ParseWords-3.31-1.fc36.noarch                                       
11:00:26 #8 57.26   perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch                                   
11:00:26 #8 57.26   perl-Time-Local-2:1.300-479.fc36.noarch                                       
11:00:26 #8 57.26   perl-URI-5.10-1.fc36.noarch                                                   
11:00:26 #8 57.26   perl-base-2.27-486.fc36.noarch                                                
11:00:26 #8 57.26   perl-constant-1.33-480.fc36.noarch                                            
11:00:26 #8 57.26   perl-if-0.60.900-486.fc36.noarch                                              
11:00:26 #8 57.26   perl-interpreter-4:5.34.1-486.fc36.aarch64                                    
11:00:26 #8 57.26   perl-libnet-3.13-480.fc36.noarch                                              
11:00:26 #8 57.26   perl-libs-4:5.34.1-486.fc36.aarch64                                           
11:00:26 #8 57.26   perl-mro-1.25-486.fc36.aarch64                                                
11:00:26 #8 57.26   perl-overload-1.33-486.fc36.noarch                                            
11:00:26 #8 57.26   perl-overloading-0.02-486.fc36.noarch                                         
11:00:26 #8 57.26   perl-parent-1:0.238-479.fc36.noarch                                           
11:00:26 #8 57.26   perl-podlators-1:4.14-479.fc36.noarch                                         
11:00:26 #8 57.26   perl-srpm-macros-1-43.fc36.noarch                                             
11:00:26 #8 57.26   perl-subs-1.04-486.fc36.noarch                                                
11:00:26 #8 57.26   perl-vars-1.05-486.fc36.noarch                                                
11:00:26 #8 57.26   pkgconf-1.8.0-2.fc36.aarch64                                                  
11:00:26 #8 57.26   pkgconf-m4-1.8.0-2.fc36.noarch                                                
11:00:26 #8 57.26   pkgconf-pkg-config-1.8.0-2.fc36.aarch64                                       
11:00:26 #8 57.26   python-srpm-macros-3.10-19.fc36.noarch                                        
11:00:26 #8 57.26   python3-construct-2.10.68-1.fc36.noarch                                       
11:00:26 #8 57.26   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
11:00:26 #8 57.26   python3-dbus-1.2.18-3.fc36.aarch64                                            
11:00:26 #8 57.26   python3-distro-1.6.0-2.fc36.noarch                                            
11:00:26 #8 57.26   python3-dnf-plugins-core-4.2.1-1.fc36.noarch                                  
11:00:26 #8 57.26   python3-enchant-3.2.2-2.fc36.noarch                                           
11:00:26 #8 57.26   python3-pybeam-0.7-2.fc36.noarch                                              
11:00:26 #8 57.26   python3-pyxdg-0.27-4.fc36.noarch                                              
11:00:26 #8 57.26   python3-six-1.16.0-5.fc36.noarch                                              
11:00:26 #8 57.26   python3-toml-0.10.2-6.fc36.noarch                                             
11:00:26 #8 57.26   python3-zstd-1.4.5.1-6.fc36.aarch64                                           
11:00:26 #8 57.26   qt5-srpm-macros-5.15.5-2.fc36.noarch                                          
11:00:26 #8 57.26   redhat-rpm-config-221-1.fc36.noarch                                           
11:00:26 #8 57.26   rpm-build-4.17.1-3.fc36.aarch64                                               
11:00:26 #8 57.26   rpmautospec-rpm-macros-0.2.6-1.fc36.noarch                                    
11:00:26 #8 57.26   rpmlint-2.2.0-3.fc36.noarch                                                   
11:00:26 #8 57.26   rust-srpm-macros-22-1.fc36.noarch                                             
11:00:26 #8 57.26   shared-mime-info-2.1-3.fc35.aarch64                                           
11:00:26 #8 57.26   unzip-6.0-57.fc36.aarch64                                                     
11:00:26 #8 57.26   xxhash-libs-0.8.1-2.fc36.aarch64                                              
11:00:26 #8 57.26   xz-5.2.5-9.fc36.aarch64                                                       
11:00:26 #8 57.26   zip-3.0-32.fc36.aarch64                                                       
11:00:26 #8 57.26   zstd-1.5.2-2.fc36.aarch64                                                     
11:00:26 #8 57.27 
11:00:26 #8 57.27 Complete!
11:00:26 #8 DONE 57.5s
11:00:26 
11:00:26 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
11:00:26 #10 sha256:d597dd47020eb72cc378d93cdd7be3fdb9433c71c98592820133f9645810d5b1
11:00:26 #10 DONE 0.1s
11:00:26 
11:00:26 #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
11:00:26 #11 sha256:00641cf026a6b81753864699ce5526876da480607768901891ebc2fbee9851ce
11:00:27 #11 1.355 Last metadata expiration check: 0:00:21 ago on Thu Aug  4 11:00:06 2022.
11:00:28 #11 2.054 Package bash-5.1.16-2.fc36.aarch64 is already installed.
11:00:28 #11 2.065 Package bash-5.1.16-2.fc36.aarch64 is already installed.
11:00:28 #11 2.066 Package ca-certificates-2021.2.52-3.fc36.noarch is already installed.
11:00:28 #11 2.066 Package libarchive-3.5.3-1.fc36.aarch64 is already installed.
11:00:28 #11 2.067 Package pkgconf-pkg-config-1.8.0-2.fc36.aarch64 is already installed.
11:00:28 #11 2.068 Package tar-2:1.34-3.fc36.aarch64 is already installed.
11:00:28 #11 2.079 Package bash-5.1.16-2.fc36.aarch64 is already installed.
11:00:28 #11 2.195 Dependencies resolved.
11:00:28 #11 2.219 ================================================================================
11:00:28 #11 2.219  Package                       Arch     Version                  Repo      Size
11:00:28 #11 2.219 ================================================================================
11:00:28 #11 2.219 Installing:
11:00:28 #11 2.219  btrfs-progs-devel             aarch64  5.18-1.fc36              updates   55 k
11:00:28 #11 2.219  cmake                         aarch64  3.22.2-1.fc36            fedora   5.8 M
11:00:28 #11 2.219  device-mapper-devel           aarch64  1.02.175-7.fc36          fedora    43 k
11:00:28 #11 2.219  gcc                           aarch64  12.1.1-1.fc36            updates   29 M
11:00:28 #11 2.219  git                           aarch64  2.37.1-1.fc36            updates   66 k
11:00:28 #11 2.219  glibc-static                  aarch64  2.35-15.fc36             updates  1.4 M
11:00:28 #11 2.219  libseccomp-devel              aarch64  2.5.3-2.fc36             fedora    53 k
11:00:28 #11 2.219  libselinux-devel              aarch64  3.3-4.fc36               fedora   113 k
11:00:28 #11 2.219  libtool                       aarch64  2.4.7-1.fc36             updates  593 k
11:00:28 #11 2.219  libtool-ltdl-devel            aarch64  2.4.7-1.fc36             updates  157 k
11:00:28 #11 2.219  make                          aarch64  1:4.3-7.fc36             fedora   529 k
11:00:28 #11 2.219  selinux-policy-devel          noarch   36.10-1.fc36             updates  821 k
11:00:28 #11 2.219  systemd                       aarch64  250.8-1.fc36             updates  4.0 M
11:00:28 #11 2.219  which                         aarch64  2.21-32.fc36             fedora    42 k
11:00:28 #11 2.219 Upgrading:
11:00:28 #11 2.219  glibc                         aarch64  2.35-15.fc36             updates  1.7 M
11:00:28 #11 2.219  glibc-common                  aarch64  2.35-15.fc36             updates  323 k
11:00:28 #11 2.219  glibc-gconv-extra             aarch64  2.35-15.fc36             updates  1.7 M
11:00:28 #11 2.219  glibc-minimal-langpack        aarch64  2.35-15.fc36             updates   55 k
11:00:28 #11 2.219  libgcc                        aarch64  12.1.1-1.fc36            updates   89 k
11:00:28 #11 2.219  libgomp                       aarch64  12.1.1-1.fc36            updates  287 k
11:00:28 #11 2.219  systemd-libs                  aarch64  250.8-1.fc36             updates  585 k
11:00:28 #11 2.219 Installing dependencies:
11:00:28 #11 2.219  annobin-docs                  noarch   10.79-1.fc36             updates   91 k
11:00:28 #11 2.219  annobin-plugin-gcc            aarch64  10.79-1.fc36             updates  882 k
11:00:28 #11 2.219  autoconf                      noarch   2.71-2.fc36              fedora   718 k
11:00:28 #11 2.219  automake                      noarch   1.16.5-7.fc36            updates  675 k
11:00:28 #11 2.219  btrfs-progs                   aarch64  5.18-1.fc36              updates  965 k
11:00:28 #11 2.219  checkpolicy                   aarch64  3.3-2.fc36               fedora   336 k
11:00:28 #11 2.219  cmake-data                    noarch   3.22.2-1.fc36            fedora   1.6 M
11:00:28 #11 2.219  cmake-filesystem              aarch64  3.22.2-1.fc36            fedora    18 k
11:00:28 #11 2.219  cmake-rpm-macros              noarch   3.22.2-1.fc36            fedora    17 k
11:00:28 #11 2.219  cpp                           aarch64  12.1.1-1.fc36            updates  9.2 M
11:00:28 #11 2.219  dbus                          aarch64  1:1.14.0-1.fc36          fedora   7.5 k
11:00:28 #11 2.219  dbus-broker                   aarch64  31-1.fc36                updates  170 k
11:00:28 #11 2.219  dbus-common                   noarch   1:1.14.0-1.fc36          fedora    14 k
11:00:28 #11 2.219  device-mapper                 aarch64  1.02.175-7.fc36          fedora   137 k
11:00:28 #11 2.219  device-mapper-libs            aarch64  1.02.175-7.fc36          fedora   170 k
11:00:28 #11 2.219  e2fsprogs-libs                aarch64  1.46.5-2.fc36            fedora   223 k
11:00:28 #11 2.219  emacs-filesystem              noarch   1:28.1-2.fc36            updates  9.3 k
11:00:28 #11 2.219  gc                            aarch64  8.0.6-3.fc36             updates  102 k
11:00:28 #11 2.219  gcc-plugin-annobin            aarch64  12.1.1-1.fc36            updates   47 k
11:00:28 #11 2.219  git-core                      aarch64  2.37.1-1.fc36            updates  4.1 M
11:00:28 #11 2.219  git-core-doc                  noarch   2.37.1-1.fc36            updates  2.4 M
11:00:28 #11 2.219  glibc-devel                   aarch64  2.35-15.fc36             updates  478 k
11:00:28 #11 2.219  guile22                       aarch64  2.2.7-5.fc36             fedora   6.4 M
11:00:28 #11 2.219  jsoncpp                       aarch64  1.9.5-2.fc36             fedora    92 k
11:00:28 #11 2.219  kernel-headers                aarch64  5.18.13-200.fc36         updates  1.3 M
11:00:28 #11 2.219  kmod-libs                     aarch64  29-7.fc36                fedora    65 k
11:00:28 #11 2.219  less                          aarch64  590-5.fc36               updates  161 k
11:00:28 #11 2.219  libargon2                     aarch64  20171227-9.fc36          updates   28 k
11:00:28 #11 2.219  libasan                       aarch64  12.1.1-1.fc36            updates  420 k
11:00:28 #11 2.219  libatomic                     aarch64  12.1.1-1.fc36            updates   38 k
11:00:28 #11 2.219  libbtrfs                      aarch64  5.18-1.fc36              updates   28 k
11:00:28 #11 2.219  libbtrfsutil                  aarch64  5.18-1.fc36              updates   33 k
11:00:28 #11 2.219  libcbor                       aarch64  0.7.0-5.fc36             fedora    55 k
11:00:28 #11 2.219  libedit                       aarch64  3.1-41.20210910cvs.fc36  fedora   104 k
11:00:28 #11 2.219  libfdisk                      aarch64  2.38-0.2.fc36            fedora   153 k
11:00:28 #11 2.219  libfido2                      aarch64  1.10.0-3.fc36            fedora    94 k
11:00:28 #11 2.219  libmpc                        aarch64  1.2.1-4.fc36             fedora    62 k
11:00:28 #11 2.219  libseccomp                    aarch64  2.5.3-2.fc36             fedora    71 k
11:00:28 #11 2.219  libselinux-utils              aarch64  3.3-4.fc36               fedora   144 k
11:00:28 #11 2.219  libsepol-devel                aarch64  3.3-3.fc36               fedora    40 k
11:00:28 #11 2.219  libtool-ltdl                  aarch64  2.4.7-1.fc36             updates   37 k
11:00:28 #11 2.219  libubsan                      aarch64  12.1.1-1.fc36            updates  187 k
11:00:28 #11 2.219  libutempter                   aarch64  1.2.1-6.fc36             fedora    26 k
11:00:28 #11 2.219  libuv                         aarch64  1:1.44.2-1.fc36          updates  148 k
11:00:28 #11 2.219  libxcrypt-devel               aarch64  4.4.28-1.fc36            fedora    29 k
11:00:28 #11 2.219  libxcrypt-static              aarch64  4.4.28-1.fc36            fedora   115 k
11:00:28 #11 2.219  lzo                           aarch64  2.10-6.fc36              fedora    63 k
11:00:28 #11 2.219  m4                            aarch64  1.4.19-3.fc36            fedora   293 k
11:00:28 #11 2.219  openssh                       aarch64  8.8p1-1.fc36.1           fedora   440 k
11:00:28 #11 2.219  openssh-clients               aarch64  8.8p1-1.fc36.1           fedora   671 k
11:00:28 #11 2.219  pcre2-devel                   aarch64  10.39-1.fc36.1           fedora   474 k
11:00:28 #11 2.219  pcre2-utf16                   aarch64  10.39-1.fc36.1           fedora   192 k
11:00:28 #11 2.219  pcre2-utf32                   aarch64  10.39-1.fc36.1           fedora   182 k
11:00:28 #11 2.219  perl-Error                    noarch   1:0.17029-8.fc36         fedora    41 k
11:00:28 #11 2.219  perl-File-Compare             noarch   1.100.600-486.fc36       fedora    18 k
11:00:28 #11 2.219  perl-File-Copy                noarch   2.35-486.fc36            fedora    25 k
11:00:28 #11 2.219  perl-File-Find                noarch   1.39-486.fc36            fedora    30 k
11:00:28 #11 2.219  perl-Git                      noarch   2.37.1-1.fc36            updates   43 k
11:00:28 #11 2.219  perl-TermReadKey              aarch64  2.38-12.fc36             fedora    36 k
11:00:28 #11 2.219  perl-Thread-Queue             noarch   3.14-479.fc36            fedora    21 k
11:00:28 #11 2.219  perl-lib                      aarch64  0.65-486.fc36            fedora    20 k
11:00:28 #11 2.219  perl-threads                  aarch64  1:2.26-449.fc36          fedora    56 k
11:00:28 #11 2.219  perl-threads-shared           aarch64  1.62-479.fc36            fedora    43 k
11:00:28 #11 2.219  policycoreutils               aarch64  3.3-4.fc36               fedora   203 k
11:00:28 #11 2.219  policycoreutils-devel         aarch64  3.3-4.fc36               fedora   137 k
11:00:28 #11 2.219  policycoreutils-python-utils  noarch   3.3-4.fc36               fedora    72 k
11:00:28 #11 2.219  python3-audit                 aarch64  3.0.8-1.fc36             fedora    82 k
11:00:28 #11 2.219  python3-libselinux            aarch64  3.3-4.fc36               fedora   181 k
11:00:28 #11 2.219  python3-libsemanage           aarch64  3.3-3.fc36               fedora    81 k
11:00:28 #11 2.219  python3-policycoreutils       noarch   3.3-4.fc36               fedora   2.0 M
11:00:28 #11 2.219  python3-setools               aarch64  4.4.0-5.fc36             fedora   540 k
11:00:28 #11 2.219  python3-setuptools            noarch   59.6.0-2.fc36            fedora   936 k
11:00:28 #11 2.219  rhash                         aarch64  1.4.2-2.fc36             fedora   185 k
11:00:28 #11 2.219  rpm-plugin-selinux            aarch64  4.17.1-3.fc36            updates   18 k
11:00:28 #11 2.219  selinux-policy                noarch   36.10-1.fc36             updates   73 k
11:00:28 #11 2.219  selinux-policy-targeted       noarch   36.10-1.fc36             updates  6.4 M
11:00:28 #11 2.219  systemd-devel                 aarch64  250.8-1.fc36             updates  451 k
11:00:28 #11 2.219  systemd-pam                   aarch64  250.8-1.fc36             updates  322 k
11:00:28 #11 2.219  systemd-rpm-macros            noarch   250.8-1.fc36             updates   28 k
11:00:28 #11 2.219  util-linux                    aarch64  2.38-0.2.fc36            fedora   2.2 M
11:00:28 #11 2.219  vim-filesystem                noarch   2:9.0.077-1.fc36         updates   20 k
11:00:28 #11 2.219  xkeyboard-config              noarch   2.35.1-1.fc36            fedora   878 k
11:00:28 #11 2.219 Installing weak dependencies:
11:00:28 #11 2.219  cryptsetup-libs               aarch64  2.4.3-2.fc36             fedora   430 k
11:00:28 #11 2.219  libbpf                        aarch64  2:0.7.0-3.fc36           updates  159 k
11:00:28 #11 2.219  libxkbcommon                  aarch64  1.4.0-1.fc36             fedora   139 k
11:00:28 #11 2.219  qrencode-libs                 aarch64  4.1.1-2.fc36             fedora    61 k
11:00:28 #11 2.219  systemd-networkd              aarch64  250.8-1.fc36             updates  568 k
11:00:28 #11 2.219  systemd-resolved              aarch64  250.8-1.fc36             updates  258 k
11:00:28 #11 2.219 
11:00:28 #11 2.219 Transaction Summary
11:00:28 #11 2.219 ================================================================================
11:00:28 #11 2.219 Install  102 Packages
11:00:28 #11 2.219 Upgrade    7 Packages
11:00:28 #11 2.219 
11:00:28 #11 2.225 Total download size: 98 M
11:00:28 #11 2.226 Downloading Packages:
11:00:29 #11 3.310 (1/109): checkpolicy-3.3-2.fc36.aarch64.rpm     781 kB/s | 336 kB     00:00    
11:00:29 #11 3.316 (2/109): autoconf-2.71-2.fc36.noarch.rpm        1.6 MB/s | 718 kB     00:00    
11:00:29 #11 3.321 (3/109): cmake-filesystem-3.22.2-1.fc36.aarch64 3.7 MB/s |  18 kB     00:00    
11:00:29 #11 3.327 (4/109): cmake-rpm-macros-3.22.2-1.fc36.noarch. 3.2 MB/s |  17 kB     00:00    
11:00:29 #11 3.351 (5/109): cryptsetup-libs-2.4.3-2.fc36.aarch64.r  18 MB/s | 430 kB     00:00    
11:00:29 #11 3.357 (6/109): dbus-1.14.0-1.fc36.aarch64.rpm         1.4 MB/s | 7.5 kB     00:00    
11:00:29 #11 3.363 (7/109): dbus-common-1.14.0-1.fc36.noarch.rpm   2.7 MB/s |  14 kB     00:00    
11:00:29 #11 3.370 (8/109): cmake-data-3.22.2-1.fc36.noarch.rpm     27 MB/s | 1.6 MB     00:00    
11:00:29 #11 3.374 (9/109): device-mapper-1.02.175-7.fc36.aarch64.  13 MB/s | 137 kB     00:00    
11:00:29 #11 3.377 (10/109): device-mapper-devel-1.02.175-7.fc36.a 6.6 MB/s |  43 kB     00:00    
11:00:29 #11 3.381 (11/109): device-mapper-libs-1.02.175-7.fc36.aa  24 MB/s | 170 kB     00:00    
11:00:29 #11 3.386 (12/109): e2fsprogs-libs-1.46.5-2.fc36.aarch64.  25 MB/s | 223 kB     00:00    
11:00:29 #11 3.398 (13/109): jsoncpp-1.9.5-2.fc36.aarch64.rpm      8.6 MB/s |  92 kB     00:00    
11:00:29 #11 3.414 (14/109): kmod-libs-29-7.fc36.aarch64.rpm       6.0 MB/s |  65 kB     00:00    
11:00:29 #11 3.456 (15/109): guile22-2.2.7-5.fc36.aarch64.rpm       88 MB/s | 6.4 MB     00:00    
11:00:29 #11 3.463 (16/109): libcbor-0.7.0-5.fc36.aarch64.rpm      1.2 MB/s |  55 kB     00:00    
11:00:29 #11 3.469 (17/109): libedit-3.1-41.20210910cvs.fc36.aarch  11 MB/s | 104 kB     00:00    
11:00:29 #11 3.475 (18/109): libfdisk-2.38-0.2.fc36.aarch64.rpm     16 MB/s | 153 kB     00:00    
11:00:29 #11 3.479 (19/109): libfido2-1.10.0-3.fc36.aarch64.rpm    9.1 MB/s |  94 kB     00:00    
11:00:29 #11 3.497 (20/109): cmake-3.22.2-1.fc36.aarch64.rpm       9.4 MB/s | 5.8 MB     00:00    
11:00:29 #11 3.501 (21/109): libmpc-1.2.1-4.fc36.aarch64.rpm       2.4 MB/s |  62 kB     00:00    
11:00:29 #11 3.505 (22/109): libseccomp-2.5.3-2.fc36.aarch64.rpm   2.8 MB/s |  71 kB     00:00    
11:00:29 #11 3.508 (23/109): libseccomp-devel-2.5.3-2.fc36.aarch64 8.6 MB/s |  53 kB     00:00    
11:00:29 #11 3.512 (24/109): libselinux-devel-3.3-4.fc36.aarch64.r  12 MB/s | 113 kB     00:00    
11:00:29 #11 3.519 (25/109): libsepol-devel-3.3-3.fc36.aarch64.rpm 6.8 MB/s |  40 kB     00:00    
11:00:29 #11 3.524 (26/109): libutempter-1.2.1-6.fc36.aarch64.rpm  2.2 MB/s |  26 kB     00:00    
11:00:29 #11 3.529 (27/109): libxcrypt-devel-4.4.28-1.fc36.aarch64 2.6 MB/s |  29 kB     00:00    
11:00:29 #11 3.536 (28/109): libxcrypt-static-4.4.28-1.fc36.aarch6  10 MB/s | 115 kB     00:00    
11:00:29 #11 3.540 (29/109): libxkbcommon-1.4.0-1.fc36.aarch64.rpm  14 MB/s | 139 kB     00:00    
11:00:29 #11 3.543 (30/109): lzo-2.10-6.fc36.aarch64.rpm           9.4 MB/s |  63 kB     00:00    
11:00:29 #11 3.551 (31/109): m4-1.4.19-3.fc36.aarch64.rpm           26 MB/s | 293 kB     00:00    
11:00:29 #11 3.556 (32/109): make-4.3-7.fc36.aarch64.rpm            43 MB/s | 529 kB     00:00    
11:00:29 #11 3.566 (33/109): openssh-8.8p1-1.fc36.1.aarch64.rpm     43 MB/s | 440 kB     00:00    
11:00:29 #11 3.572 (34/109): openssh-clients-8.8p1-1.fc36.1.aarch6  42 MB/s | 671 kB     00:00    
11:00:29 #11 3.580 (35/109): pcre2-devel-10.39-1.fc36.1.aarch64.rp  35 MB/s | 474 kB     00:00    
11:00:29 #11 3.585 (36/109): pcre2-utf16-10.39-1.fc36.1.aarch64.rp  16 MB/s | 192 kB     00:00    
11:00:29 #11 3.590 (37/109): pcre2-utf32-10.39-1.fc36.1.aarch64.rp  19 MB/s | 182 kB     00:00    
11:00:29 #11 3.594 (38/109): perl-Error-0.17029-8.fc36.noarch.rpm  4.9 MB/s |  41 kB     00:00    
11:00:29 #11 3.597 (39/109): perl-File-Compare-1.100.600-486.fc36. 2.8 MB/s |  18 kB     00:00    
11:00:29 #11 3.602 (40/109): perl-File-Copy-2.35-486.fc36.noarch.r 3.1 MB/s |  25 kB     00:00    
11:00:29 #11 3.607 (41/109): perl-File-Find-1.39-486.fc36.noarch.r 3.2 MB/s |  30 kB     00:00    
11:00:29 #11 3.610 (42/109): libselinux-utils-3.3-4.fc36.aarch64.r 1.4 MB/s | 144 kB     00:00    
11:00:29 #11 3.615 (43/109): perl-Thread-Queue-3.14-479.fc36.noarc 2.6 MB/s |  21 kB     00:00    
11:00:29 #11 3.618 (44/109): perl-lib-0.65-486.fc36.aarch64.rpm    2.5 MB/s |  20 kB     00:00    
11:00:29 #11 3.627 (45/109): perl-threads-shared-1.62-479.fc36.aar 5.0 MB/s |  43 kB     00:00    
11:00:29 #11 3.631 (46/109): perl-threads-2.26-449.fc36.aarch64.rp 3.5 MB/s |  56 kB     00:00    
11:00:29 #11 3.638 (47/109): policycoreutils-3.3-4.fc36.aarch64.rp  19 MB/s | 203 kB     00:00    
11:00:29 #11 3.642 (48/109): perl-TermReadKey-2.38-12.fc36.aarch64 899 kB/s |  36 kB     00:00    
11:00:29 #11 3.645 (49/109): policycoreutils-devel-3.3-4.fc36.aarc  10 MB/s | 137 kB     00:00    
11:00:29 #11 3.650 (50/109): policycoreutils-python-utils-3.3-4.fc 6.8 MB/s |  72 kB     00:00    
11:00:29 #11 3.653 (51/109): python3-audit-3.0.8-1.fc36.aarch64.rp  11 MB/s |  82 kB     00:00    
11:00:29 #11 3.657 (52/109): python3-libsemanage-3.3-3.fc36.aarch6  12 MB/s |  81 kB     00:00    
11:00:29 #11 3.673 (53/109): python3-setools-4.4.0-5.fc36.aarch64.  33 MB/s | 540 kB     00:00    
11:00:30 #11 3.693 (54/109): python3-policycoreutils-3.3-4.fc36.no  51 MB/s | 2.0 MB     00:00    
11:00:30 #11 3.699 (55/109): python3-libselinux-3.3-4.fc36.aarch64 3.3 MB/s | 181 kB     00:00    
11:00:30 #11 3.703 (56/109): qrencode-libs-4.1.1-2.fc36.aarch64.rp 6.2 MB/s |  61 kB     00:00    
11:00:30 #11 3.710 (57/109): python3-setuptools-59.6.0-2.fc36.noar  25 MB/s | 936 kB     00:00    
11:00:30 #11 3.714 (58/109): rhash-1.4.2-2.fc36.aarch64.rpm         13 MB/s | 185 kB     00:00    
11:00:30 #11 3.719 (59/109): which-2.21-32.fc36.aarch64.rpm        8.2 MB/s |  42 kB     00:00    
11:00:30 #11 3.726 (60/109): xkeyboard-config-2.35.1-1.fc36.noarch  71 MB/s | 878 kB     00:00    
11:00:30 #11 3.730 (61/109): annobin-docs-10.79-1.fc36.noarch.rpm   11 MB/s |  91 kB     00:00    
11:00:30 #11 3.741 (62/109): annobin-plugin-gcc-10.79-1.fc36.aarch  63 MB/s | 882 kB     00:00    
11:00:30 #11 3.751 (63/109): automake-1.16.5-7.fc36.noarch.rpm      35 MB/s | 675 kB     00:00    
11:00:30 #11 3.759 (64/109): btrfs-progs-5.18-1.fc36.aarch64.rpm    54 MB/s | 965 kB     00:00    
11:00:30 #11 3.768 (65/109): util-linux-2.38-0.2.fc36.aarch64.rpm   36 MB/s | 2.2 MB     00:00    
11:00:30 #11 3.770 (66/109): btrfs-progs-devel-5.18-1.fc36.aarch64 3.0 MB/s |  55 kB     00:00    
11:00:30 #11 3.785 (67/109): emacs-filesystem-28.1-2.fc36.noarch.r 940 kB/s | 9.3 kB     00:00    
11:00:30 #11 3.789 (68/109): dbus-broker-31-1.fc36.aarch64.rpm      11 MB/s | 170 kB     00:00    
11:00:30 #11 3.799 (69/109): gc-8.0.6-3.fc36.aarch64.rpm           7.5 MB/s | 102 kB     00:00    
11:00:30 #11 3.889 (70/109): cpp-12.1.1-1.fc36.aarch64.rpm          71 MB/s | 9.2 MB     00:00    
11:00:30 #11 3.894 (71/109): gcc-plugin-annobin-12.1.1-1.fc36.aarc 512 kB/s |  47 kB     00:00    
11:00:30 #11 3.949 (72/109): git-2.37.1-1.fc36.aarch64.rpm         1.1 MB/s |  66 kB     00:00    
11:00:30 #11 4.027 (73/109): git-core-2.37.1-1.fc36.aarch64.rpm     32 MB/s | 4.1 MB     00:00    
11:00:30 #11 4.113 (74/109): git-core-doc-2.37.1-1.fc36.noarch.rpm  15 MB/s | 2.4 MB     00:00    
11:00:30 #11 4.388 (75/109): gcc-12.1.1-1.fc36.aarch64.rpm          48 MB/s |  29 MB     00:00    
11:00:30 #11 4.423 (76/109): glibc-devel-2.35-15.fc36.aarch64.rpm  1.2 MB/s | 478 kB     00:00    
11:00:30 #11 4.461 (77/109): glibc-static-2.35-15.fc36.aarch64.rpm 4.0 MB/s | 1.4 MB     00:00    
11:00:30 #11 4.466 (78/109): less-590-5.fc36.aarch64.rpm           4.0 MB/s | 161 kB     00:00    
11:00:30 #11 4.505 (79/109): kernel-headers-5.18.13-200.fc36.aarch  16 MB/s | 1.3 MB     00:00    
11:00:30 #11 4.509 (80/109): libargon2-20171227-9.fc36.aarch64.rpm 604 kB/s |  28 kB     00:00    
11:00:30 #11 4.538 (81/109): libasan-12.1.1-1.fc36.aarch64.rpm     5.9 MB/s | 420 kB     00:00    
11:00:30 #11 4.542 (82/109): libatomic-12.1.1-1.fc36.aarch64.rpm   1.2 MB/s |  38 kB     00:00    
11:00:30 #11 4.545 (83/109): libbpf-0.7.0-3.fc36.aarch64.rpm       4.5 MB/s | 159 kB     00:00    
11:00:30 #11 4.549 (84/109): libbtrfs-5.18-1.fc36.aarch64.rpm      2.9 MB/s |  28 kB     00:00    
11:00:30 #11 4.552 (85/109): libbtrfsutil-5.18-1.fc36.aarch64.rpm  5.5 MB/s |  33 kB     00:00    
11:00:30 #11 4.557 (86/109): libtool-ltdl-2.4.7-1.fc36.aarch64.rpm 4.9 MB/s |  37 kB     00:00    
11:00:30 #11 4.585 (87/109): libtool-2.4.7-1.fc36.aarch64.rpm       15 MB/s | 593 kB     00:00    
11:00:30 #11 4.588 (88/109): libtool-ltdl-devel-2.4.7-1.fc36.aarch 4.5 MB/s | 157 kB     00:00    
11:00:30 #11 4.592 (89/109): libubsan-12.1.1-1.fc36.aarch64.rpm    5.5 MB/s | 187 kB     00:00    
11:00:30 #11 4.620 (90/109): libuv-1.44.2-1.fc36.aarch64.rpm       4.7 MB/s | 148 kB     00:00    
11:00:30 #11 4.624 (91/109): perl-Git-2.37.1-1.fc36.noarch.rpm     1.2 MB/s |  43 kB     00:00    
11:00:30 #11 4.626 (92/109): rpm-plugin-selinux-4.17.1-3.fc36.aarc 545 kB/s |  18 kB     00:00    
11:00:30 #11 4.630 (93/109): selinux-policy-36.10-1.fc36.noarch.rp 7.4 MB/s |  73 kB     00:00    
11:00:30 #11 4.674 (94/109): selinux-policy-devel-36.10-1.fc36.noa  17 MB/s | 821 kB     00:00    
11:00:30 #11 4.731 (95/109): systemd-250.8-1.fc36.aarch64.rpm       40 MB/s | 4.0 MB     00:00    
11:00:31 #11 4.766 (96/109): systemd-devel-250.8-1.fc36.aarch64.rp 4.9 MB/s | 451 kB     00:00    
11:00:31 #11 4.840 (97/109): selinux-policy-targeted-36.10-1.fc36.  30 MB/s | 6.4 MB     00:00    
11:00:31 #11 4.881 (98/109): systemd-networkd-250.8-1.fc36.aarch64 3.8 MB/s | 568 kB     00:00    
11:00:31 #11 4.927 (99/109): systemd-pam-250.8-1.fc36.aarch64.rpm  2.0 MB/s | 322 kB     00:00    
11:00:31 #11 4.960 (100/109): systemd-resolved-250.8-1.fc36.aarch6 2.1 MB/s | 258 kB     00:00    
11:00:31 #11 4.964 (101/109): systemd-rpm-macros-250.8-1.fc36.noar 799 kB/s |  28 kB     00:00    
11:00:31 #11 4.966 (102/109): vim-filesystem-9.0.077-1.fc36.noarch 542 kB/s |  20 kB     00:00    
11:00:31 #11 5.012 (103/109): glibc-common-2.35-15.fc36.aarch64.rp 7.0 MB/s | 323 kB     00:00    
11:00:31 #11 5.070 (104/109): glibc-gconv-extra-2.35-15.fc36.aarch  16 MB/s | 1.7 MB     00:00    
11:00:31 #11 5.115 (105/109): glibc-2.35-15.fc36.aarch64.rpm        11 MB/s | 1.7 MB     00:00    
11:00:31 #11 5.119 (106/109): glibc-minimal-langpack-2.35-15.fc36. 522 kB/s |  55 kB     00:00    
11:00:31 #11 5.128 (107/109): libgcc-12.1.1-1.fc36.aarch64.rpm     1.6 MB/s |  89 kB     00:00    
11:00:31 #11 5.154 (108/109): libgomp-12.1.1-1.fc36.aarch64.rpm    8.0 MB/s | 287 kB     00:00    
11:00:31 #11 5.192 (109/109): systemd-libs-250.8-1.fc36.aarch64.rp 7.9 MB/s | 585 kB     00:00    
11:00:31 #11 5.197 --------------------------------------------------------------------------------
11:00:31 #11 5.197 Total                                            33 MB/s |  98 MB     00:02     
11:00:33 #11 6.703 Running transaction check
11:00:33 #11 6.913 Transaction check succeeded.
11:00:33 #11 6.913 Running transaction test
11:00:33 #11 7.730 Transaction test succeeded.
11:00:34 #11 7.730 Running transaction
11:00:35 #11 8.659   Running scriptlet: selinux-policy-targeted-36.10-1.fc36.noarch            1/1 
11:00:35 #11 8.818   Preparing        :                                                        1/1 
11:00:35 #11 8.866   Upgrading        : libgcc-12.1.1-1.fc36.aarch64                         1/116 
11:00:35 #11 8.892   Running scriptlet: libgcc-12.1.1-1.fc36.aarch64                         1/116 
11:00:35 #11 8.920   Upgrading        : glibc-common-2.35-15.fc36.aarch64                    2/116 
11:00:35 #11 9.061   Upgrading        : glibc-gconv-extra-2.35-15.fc36.aarch64               3/116 
11:00:35 #11 9.096   Running scriptlet: glibc-gconv-extra-2.35-15.fc36.aarch64               3/116 
11:00:35 #11 9.113   Upgrading        : glibc-minimal-langpack-2.35-15.fc36.aarch64          4/116 
11:00:35 #11 9.118   Running scriptlet: glibc-2.35-15.fc36.aarch64                           5/116 
11:00:35 #11 9.160   Upgrading        : glibc-2.35-15.fc36.aarch64                           5/116 
11:00:35 #11 9.193   Running scriptlet: glibc-2.35-15.fc36.aarch64                           5/116 
11:00:35 #11 9.233   Upgrading        : systemd-libs-250.8-1.fc36.aarch64                    6/116 
11:00:35 #11 9.268   Installing       : python3-libselinux-3.3-4.fc36.aarch64                7/116 
11:00:35 #11 9.280   Installing       : checkpolicy-3.3-2.fc36.aarch64                       8/116 
11:00:35 #11 9.288   Installing       : libfdisk-2.38-0.2.fc36.aarch64                       9/116 
11:00:35 #11 9.295   Installing       : libmpc-1.2.1-4.fc36.aarch64                         10/116 
11:00:35 #11 9.329   Installing       : libseccomp-2.5.3-2.fc36.aarch64                     11/116 
11:00:35 #11 9.336   Installing       : m4-1.4.19-3.fc36.aarch64                            12/116 
11:00:35 #11 9.367   Installing       : perl-threads-1:2.26-449.fc36.aarch64                13/116 
11:00:35 #11 9.373   Installing       : libtool-ltdl-2.4.7-1.fc36.aarch64                   14/116 
11:00:35 #11 9.420   Installing       : emacs-filesystem-1:28.1-2.fc36.noarch               15/116 
11:00:35 #11 9.426   Installing       : perl-File-Find-1.39-486.fc36.noarch                 16/116 
11:00:35 #11 9.431   Installing       : cmake-rpm-macros-3.22.2-1.fc36.noarch               17/116 
11:00:35 #11 9.439   Installing       : cmake-filesystem-3.22.2-1.fc36.aarch64              18/116 
11:00:35 #11 9.474   Installing       : perl-threads-shared-1.62-479.fc36.aarch64           19/116 
11:00:36 #11 9.482   Installing       : perl-Thread-Queue-3.14-479.fc36.noarch              20/116 
11:00:36 #11 9.656   Installing       : cpp-12.1.1-1.fc36.aarch64                           21/116 
11:00:36 #11 9.667   Installing       : python3-libsemanage-3.3-3.fc36.aarch64              22/116 
11:00:36 #11 9.707   Installing       : e2fsprogs-libs-1.46.5-2.fc36.aarch64                23/116 
11:00:36 #11 9.715   Installing       : jsoncpp-1.9.5-2.fc36.aarch64                        24/116 
11:00:36 #11 9.749   Installing       : kmod-libs-29-7.fc36.aarch64                         25/116 
11:00:36 #11 9.756   Installing       : libcbor-0.7.0-5.fc36.aarch64                        26/116 
11:00:36 #11 9.763   Installing       : libfido2-1.10.0-3.fc36.aarch64                      27/116 
11:00:36 #11 9.804   Installing       : libedit-3.1-41.20210910cvs.fc36.aarch64             28/116 
11:00:36 #11 9.817   Installing       : libselinux-utils-3.3-4.fc36.aarch64                 29/116 
11:00:36 #11 9.853   Running scriptlet: libutempter-1.2.1-6.fc36.aarch64                    30/116 
11:00:36 #11 9.918   Installing       : libutempter-1.2.1-6.fc36.aarch64                    30/116 
11:00:36 #11 9.989   Installing       : util-linux-2.38-0.2.fc36.aarch64                    31/116 
11:00:36 #11 10.05   Installing       : policycoreutils-3.3-4.fc36.aarch64                  32/116 
11:00:36 #11 10.08   Running scriptlet: policycoreutils-3.3-4.fc36.aarch64                  32/116 
11:00:36 #11 10.09   Installing       : rpm-plugin-selinux-4.17.1-3.fc36.aarch64            33/116 
11:00:36 #11 10.12   Installing       : selinux-policy-36.10-1.fc36.noarch                  34/116 
11:00:36 #11 10.13   Running scriptlet: selinux-policy-36.10-1.fc36.noarch                  34/116 
11:00:36 #11 10.15   Running scriptlet: selinux-policy-targeted-36.10-1.fc36.noarch         35/116 
11:00:36 #11 10.35   Installing       : selinux-policy-targeted-36.10-1.fc36.noarch         35/116 
11:00:46 #11 10.39   Running scriptlet: selinux-policy-targeted-36.10-1.fc36.noarch         35/116 
11:00:46 #11 19.85   Running scriptlet: openssh-8.8p1-1.fc36.1.aarch64                      36/116 
11:00:46 #11 19.89   Installing       : openssh-8.8p1-1.fc36.1.aarch64                      36/116 
11:00:46 #11 19.94   Installing       : openssh-clients-8.8p1-1.fc36.1.aarch64              37/116 
11:00:46 #11 19.95   Running scriptlet: openssh-clients-8.8p1-1.fc36.1.aarch64              37/116 
11:00:46 #11 19.96   Installing       : lzo-2.10-6.fc36.aarch64                             38/116 
11:00:46 #11 20.02   Installing       : btrfs-progs-5.18-1.fc36.aarch64                     39/116 
11:00:46 #11 20.03   Installing       : pcre2-utf16-10.39-1.fc36.1.aarch64                  40/116 
11:00:46 #11 20.06   Installing       : pcre2-utf32-10.39-1.fc36.1.aarch64                  41/116 
11:00:46 #11 20.07   Installing       : pcre2-devel-10.39-1.fc36.1.aarch64                  42/116 
11:00:46 #11 20.10   Installing       : perl-TermReadKey-2.38-12.fc36.aarch64               43/116 
11:00:46 #11 20.11   Installing       : python3-audit-3.0.8-1.fc36.aarch64                  44/116 
11:00:46 #11 20.11   Installing       : qrencode-libs-4.1.1-2.fc36.aarch64                  45/116 
11:00:46 #11 20.15   Installing       : rhash-1.4.2-2.fc36.aarch64                          46/116 
11:00:46 #11 20.15   Installing       : gc-8.0.6-3.fc36.aarch64                             47/116 
11:00:46 #11 20.41   Installing       : guile22-2.2.7-5.fc36.aarch64                        48/116 
11:00:46 #11 20.46   Installing       : make-1:4.3-7.fc36.aarch64                           49/116 
11:00:46 #11 20.47   Installing       : less-590-5.fc36.aarch64                             50/116 
11:00:46 #11 20.58   Installing       : git-core-2.37.1-1.fc36.aarch64                      51/116 
11:00:46 #11 20.65   Installing       : git-core-doc-2.37.1-1.fc36.noarch                   52/116 
11:00:47 #11 20.68   Installing       : libargon2-20171227-9.fc36.aarch64                   53/116 
11:00:47 #11 20.72   Installing       : libasan-12.1.1-1.fc36.aarch64                       54/116 
11:00:47 #11 20.75   Installing       : libatomic-12.1.1-1.fc36.aarch64                     55/116 
11:00:47 #11 20.76   Installing       : libbpf-2:0.7.0-3.fc36.aarch64                       56/116 
11:00:47 #11 20.79   Installing       : libbtrfs-5.18-1.fc36.aarch64                        57/116 
11:00:47 #11 20.79   Installing       : libbtrfsutil-5.18-1.fc36.aarch64                    58/116 
11:00:47 #11 20.83   Installing       : libubsan-12.1.1-1.fc36.aarch64                      59/116 
11:00:47 #11 20.83   Installing       : libuv-1:1.44.2-1.fc36.aarch64                       60/116 
11:00:47 #11 20.84   Upgrading        : libgomp-12.1.1-1.fc36.aarch64                       61/116 
11:00:47 #11 20.87   Installing       : vim-filesystem-2:9.0.077-1.fc36.noarch              62/116 
11:00:47 #11 21.17   Installing       : cmake-data-3.22.2-1.fc36.noarch                     63/116 
11:00:47 #11 21.31   Installing       : cmake-3.22.2-1.fc36.aarch64                         64/116 
11:00:47 #11 21.32   Installing       : systemd-rpm-macros-250.8-1.fc36.noarch              65/116 
11:00:47 #11 21.47   Installing       : kernel-headers-5.18.13-200.fc36.aarch64             66/116 
11:00:47 #11 21.56   Installing       : glibc-devel-2.35-15.fc36.aarch64                    67/116 
11:00:48 #11 21.60   Installing       : libxcrypt-devel-4.4.28-1.fc36.aarch64               68/116 
11:00:48 #11 21.95   Installing       : gcc-12.1.1-1.fc36.aarch64                           69/116 
11:00:48 #11 21.99   Running scriptlet: gcc-12.1.1-1.fc36.aarch64                           69/116 
11:00:48 #11 22.01   Installing       : libxcrypt-static-4.4.28-1.fc36.aarch64              70/116 
11:00:48 #11 22.08   Installing       : glibc-static-2.35-15.fc36.aarch64                   71/116 
11:00:48 #11 22.08   Installing       : annobin-docs-10.79-1.fc36.noarch                    72/116 
11:00:48 #11 22.16   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch               73/116 
11:00:48 #11 22.20   Installing       : libxkbcommon-1.4.0-1.fc36.aarch64                   74/116 
11:00:48 #11 22.25   Installing       : python3-setuptools-59.6.0-2.fc36.noarch             75/116 
11:00:48 #11 22.32   Installing       : python3-setools-4.4.0-5.fc36.aarch64                76/116 
11:00:48 #11 22.39   Installing       : python3-policycoreutils-3.3-4.fc36.noarch           77/116 
11:00:48 #11 22.42   Installing       : policycoreutils-python-utils-3.3-4.fc36.noarch      78/116 
11:00:48 #11 22.43   Installing       : policycoreutils-devel-3.3-4.fc36.aarch64            79/116 
11:00:48 #11 22.54   Installing       : selinux-policy-devel-36.10-1.fc36.noarch            80/116 
11:00:48 #11 22.57   Running scriptlet: selinux-policy-devel-36.10-1.fc36.noarch            80/116 
11:00:48 #11 22.58   Installing       : perl-lib-0.65-486.fc36.aarch64                      81/116 
11:00:48 #11 22.59   Installing       : perl-File-Copy-2.35-486.fc36.noarch                 82/116 
11:00:48 #11 22.62   Installing       : perl-File-Compare-1.100.600-486.fc36.noarch         83/116 
11:00:48 #11 22.64   Installing       : autoconf-2.71-2.fc36.noarch                         84/116 
11:00:49 #11 22.69   Installing       : automake-1.16.5-7.fc36.noarch                       85/116 
11:00:49 #11 22.72   Installing       : perl-Error-1:0.17029-8.fc36.noarch                  86/116 
11:00:49 #11 22.73   Installing       : perl-Git-2.37.1-1.fc36.noarch                       87/116 
11:00:49 #11 22.73   Installing       : git-2.37.1-1.fc36.aarch64                           88/116 
11:00:49 #11 22.77   Installing       : libsepol-devel-3.3-3.fc36.aarch64                   89/116 
11:00:49 #11 22.78   Installing       : libselinux-devel-3.3-4.fc36.aarch64                 90/116 
11:00:49 #11 22.81   Installing       : dbus-common-1:1.14.0-1.fc36.noarch                  91/116 
11:00:49 #11 22.82   Running scriptlet: dbus-common-1:1.14.0-1.fc36.noarch                  91/116 
11:00:49 #11 22.83   Running scriptlet: dbus-broker-31-1.fc36.aarch64                       92/116 
11:00:49 #11 22.89 useradd warning: dbus's uid 81 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.
11:00:49 #11 22.89 
11:00:49 #11 22.89   Installing       : dbus-broker-31-1.fc36.aarch64                       92/116 
11:00:49 #11 22.94   Running scriptlet: dbus-broker-31-1.fc36.aarch64                       92/116 
11:00:49 #11 22.95   Installing       : dbus-1:1.14.0-1.fc36.aarch64                        93/116 
11:00:49 #11 22.96   Installing       : device-mapper-libs-1.02.175-7.fc36.aarch64          94/116 
11:00:49 #11 22.99   Installing       : cryptsetup-libs-2.4.3-2.fc36.aarch64                95/116 
11:00:49 #11 23.00   Installing       : device-mapper-1.02.175-7.fc36.aarch64               96/116 
11:00:49 #11 23.04   Installing       : systemd-networkd-250.8-1.fc36.aarch64               97/116 
11:00:49 #11 23.05   Running scriptlet: systemd-networkd-250.8-1.fc36.aarch64               97/116 
11:00:49 #11 23.07   Installing       : systemd-pam-250.8-1.fc36.aarch64                    98/116 
11:00:49 #11 23.13   Installing       : systemd-resolved-250.8-1.fc36.aarch64               99/116 
11:00:49 #11 23.14   Running scriptlet: systemd-resolved-250.8-1.fc36.aarch64               99/116 
11:00:49 #11 23.26   Installing       : systemd-250.8-1.fc36.aarch64                       100/116 
11:00:50 #11 23.32   Running scriptlet: systemd-250.8-1.fc36.aarch64                       100/116 
11:00:50 #11 23.47 Creating group 'input' with GID 104.
11:00:50 #11 23.47 Creating group 'kvm' with GID 36.
11:00:50 #11 23.47 Creating group 'render' with GID 105.
11:00:50 #11 23.47 Creating group 'sgx' with GID 106.
11:00:50 #11 23.47 Creating group 'systemd-journal' with GID 190.
11:00:50 #11 23.47 Creating group 'systemd-network' with GID 192.
11:00:50 #11 23.47 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
11:00:50 #11 23.47 Creating group 'systemd-oom' with GID 998.
11:00:50 #11 23.47 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
11:00:50 #11 23.47 Creating group 'systemd-resolve' with GID 193.
11:00:50 #11 23.47 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
11:00:50 #11 23.47 
11:00:50 #11 23.49   Installing       : systemd-devel-250.8-1.fc36.aarch64                 101/116 
11:00:50 #11 23.53   Installing       : device-mapper-devel-1.02.175-7.fc36.aarch64        102/116 
11:00:50 #11 23.54   Installing       : libtool-2.4.7-1.fc36.aarch64                       103/116 
11:00:50 #11 23.55   Installing       : libtool-ltdl-devel-2.4.7-1.fc36.aarch64            104/116 
11:00:50 #11 23.59   Installing       : annobin-plugin-gcc-10.79-1.fc36.aarch64            105/116 
11:00:50 #11 23.59   Running scriptlet: annobin-plugin-gcc-10.79-1.fc36.aarch64            105/116 
11:00:50 #11 23.61   Installing       : gcc-plugin-annobin-12.1.1-1.fc36.aarch64           106/116 
11:00:50 #11 23.65   Installing       : btrfs-progs-devel-5.18-1.fc36.aarch64              107/116 
11:00:50 #11 23.66   Installing       : libseccomp-devel-2.5.3-2.fc36.aarch64              108/116 
11:00:50 #11 23.72   Installing       : which-2.21-32.fc36.aarch64                         109/116 
11:00:50 #11 23.73   Cleanup          : systemd-libs-250.3-8.fc36.aarch64                  110/116 
11:00:50 #11 23.76   Cleanup          : libgomp-12.0.1-0.16.fc36.aarch64                   111/116 
11:00:50 #11 23.77   Cleanup          : glibc-2.35-4.fc36.aarch64                          112/116 
11:00:50 #11 23.81   Cleanup          : glibc-minimal-langpack-2.35-4.fc36.aarch64         113/116 
11:00:50 #11 23.83   Cleanup          : glibc-gconv-extra-2.35-4.fc36.aarch64              114/116 
11:00:50 #11 23.83   Running scriptlet: glibc-gconv-extra-2.35-4.fc36.aarch64              114/116 
11:00:50 #11 23.89   Cleanup          : glibc-common-2.35-4.fc36.aarch64                   115/116 
11:00:50 #11 23.92   Cleanup          : libgcc-12.0.1-0.16.fc36.aarch64                    116/116 
11:00:50 #11 23.92   Running scriptlet: libgcc-12.0.1-0.16.fc36.aarch64                    116/116 
11:00:50 #11 23.95   Running scriptlet: selinux-policy-targeted-36.10-1.fc36.noarch        116/116 
11:00:50 #11 23.96   Running scriptlet: systemd-resolved-250.8-1.fc36.aarch64              116/116 
11:00:51 #11 24.00   Running scriptlet: libgcc-12.0.1-0.16.fc36.aarch64                    116/116 
11:00:51 #11 25.23   Verifying        : autoconf-2.71-2.fc36.noarch                          1/116 
11:00:51 #11 25.23   Verifying        : checkpolicy-3.3-2.fc36.aarch64                       2/116 
11:00:51 #11 25.23   Verifying        : cmake-3.22.2-1.fc36.aarch64                          3/116 
11:00:51 #11 25.23   Verifying        : cmake-data-3.22.2-1.fc36.noarch                      4/116 
11:00:51 #11 25.23   Verifying        : cmake-filesystem-3.22.2-1.fc36.aarch64               5/116 
11:00:51 #11 25.23   Verifying        : cmake-rpm-macros-3.22.2-1.fc36.noarch                6/116 
11:00:51 #11 25.23   Verifying        : cryptsetup-libs-2.4.3-2.fc36.aarch64                 7/116 
11:00:51 #11 25.23   Verifying        : dbus-1:1.14.0-1.fc36.aarch64                         8/116 
11:00:51 #11 25.23   Verifying        : dbus-common-1:1.14.0-1.fc36.noarch                   9/116 
11:00:51 #11 25.23   Verifying        : device-mapper-1.02.175-7.fc36.aarch64               10/116 
11:00:51 #11 25.23   Verifying        : device-mapper-devel-1.02.175-7.fc36.aarch64         11/116 
11:00:51 #11 25.23   Verifying        : device-mapper-libs-1.02.175-7.fc36.aarch64          12/116 
11:00:51 #11 25.23   Verifying        : e2fsprogs-libs-1.46.5-2.fc36.aarch64                13/116 
11:00:51 #11 25.23   Verifying        : guile22-2.2.7-5.fc36.aarch64                        14/116 
11:00:51 #11 25.23   Verifying        : jsoncpp-1.9.5-2.fc36.aarch64                        15/116 
11:00:51 #11 25.23   Verifying        : kmod-libs-29-7.fc36.aarch64                         16/116 
11:00:51 #11 25.23   Verifying        : libcbor-0.7.0-5.fc36.aarch64                        17/116 
11:00:51 #11 25.23   Verifying        : libedit-3.1-41.20210910cvs.fc36.aarch64             18/116 
11:00:51 #11 25.23   Verifying        : libfdisk-2.38-0.2.fc36.aarch64                      19/116 
11:00:51 #11 25.23   Verifying        : libfido2-1.10.0-3.fc36.aarch64                      20/116 
11:00:51 #11 25.23   Verifying        : libmpc-1.2.1-4.fc36.aarch64                         21/116 
11:00:51 #11 25.23   Verifying        : libseccomp-2.5.3-2.fc36.aarch64                     22/116 
11:00:51 #11 25.23   Verifying        : libseccomp-devel-2.5.3-2.fc36.aarch64               23/116 
11:00:51 #11 25.23   Verifying        : libselinux-devel-3.3-4.fc36.aarch64                 24/116 
11:00:51 #11 25.23   Verifying        : libselinux-utils-3.3-4.fc36.aarch64                 25/116 
11:00:51 #11 25.23   Verifying        : libsepol-devel-3.3-3.fc36.aarch64                   26/116 
11:00:51 #11 25.23   Verifying        : libutempter-1.2.1-6.fc36.aarch64                    27/116 
11:00:51 #11 25.23   Verifying        : libxcrypt-devel-4.4.28-1.fc36.aarch64               28/116 
11:00:51 #11 25.23   Verifying        : libxcrypt-static-4.4.28-1.fc36.aarch64              29/116 
11:00:51 #11 25.23   Verifying        : libxkbcommon-1.4.0-1.fc36.aarch64                   30/116 
11:00:51 #11 25.23   Verifying        : lzo-2.10-6.fc36.aarch64                             31/116 
11:00:51 #11 25.23   Verifying        : m4-1.4.19-3.fc36.aarch64                            32/116 
11:00:51 #11 25.23   Verifying        : make-1:4.3-7.fc36.aarch64                           33/116 
11:00:51 #11 25.23   Verifying        : openssh-8.8p1-1.fc36.1.aarch64                      34/116 
11:00:51 #11 25.23   Verifying        : openssh-clients-8.8p1-1.fc36.1.aarch64              35/116 
11:00:51 #11 25.23   Verifying        : pcre2-devel-10.39-1.fc36.1.aarch64                  36/116 
11:00:51 #11 25.23   Verifying        : pcre2-utf16-10.39-1.fc36.1.aarch64                  37/116 
11:00:51 #11 25.23   Verifying        : pcre2-utf32-10.39-1.fc36.1.aarch64                  38/116 
11:00:51 #11 25.23   Verifying        : perl-Error-1:0.17029-8.fc36.noarch                  39/116 
11:00:51 #11 25.23   Verifying        : perl-File-Compare-1.100.600-486.fc36.noarch         40/116 
11:00:51 #11 25.23   Verifying        : perl-File-Copy-2.35-486.fc36.noarch                 41/116 
11:00:51 #11 25.23   Verifying        : perl-File-Find-1.39-486.fc36.noarch                 42/116 
11:00:51 #11 25.23   Verifying        : perl-TermReadKey-2.38-12.fc36.aarch64               43/116 
11:00:51 #11 25.23   Verifying        : perl-Thread-Queue-3.14-479.fc36.noarch              44/116 
11:00:51 #11 25.23   Verifying        : perl-lib-0.65-486.fc36.aarch64                      45/116 
11:00:51 #11 25.23   Verifying        : perl-threads-1:2.26-449.fc36.aarch64                46/116 
11:00:51 #11 25.23   Verifying        : perl-threads-shared-1.62-479.fc36.aarch64           47/116 
11:00:51 #11 25.23   Verifying        : policycoreutils-3.3-4.fc36.aarch64                  48/116 
11:00:51 #11 25.23   Verifying        : policycoreutils-devel-3.3-4.fc36.aarch64            49/116 
11:00:51 #11 25.23   Verifying        : policycoreutils-python-utils-3.3-4.fc36.noarch      50/116 
11:00:51 #11 25.23   Verifying        : python3-audit-3.0.8-1.fc36.aarch64                  51/116 
11:00:51 #11 25.23   Verifying        : python3-libselinux-3.3-4.fc36.aarch64               52/116 
11:00:51 #11 25.23   Verifying        : python3-libsemanage-3.3-3.fc36.aarch64              53/116 
11:00:51 #11 25.23   Verifying        : python3-policycoreutils-3.3-4.fc36.noarch           54/116 
11:00:51 #11 25.23   Verifying        : python3-setools-4.4.0-5.fc36.aarch64                55/116 
11:00:51 #11 25.23   Verifying        : python3-setuptools-59.6.0-2.fc36.noarch             56/116 
11:00:51 #11 25.23   Verifying        : qrencode-libs-4.1.1-2.fc36.aarch64                  57/116 
11:00:51 #11 25.23   Verifying        : rhash-1.4.2-2.fc36.aarch64                          58/116 
11:00:51 #11 25.23   Verifying        : util-linux-2.38-0.2.fc36.aarch64                    59/116 
11:00:51 #11 25.23   Verifying        : which-2.21-32.fc36.aarch64                          60/116 
11:00:51 #11 25.23   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch               61/116 
11:00:51 #11 25.23   Verifying        : annobin-docs-10.79-1.fc36.noarch                    62/116 
11:00:51 #11 25.23   Verifying        : annobin-plugin-gcc-10.79-1.fc36.aarch64             63/116 
11:00:51 #11 25.23   Verifying        : automake-1.16.5-7.fc36.noarch                       64/116 
11:00:51 #11 25.23   Verifying        : btrfs-progs-5.18-1.fc36.aarch64                     65/116 
11:00:51 #11 25.23   Verifying        : btrfs-progs-devel-5.18-1.fc36.aarch64               66/116 
11:00:51 #11 25.23   Verifying        : cpp-12.1.1-1.fc36.aarch64                           67/116 
11:00:51 #11 25.23   Verifying        : dbus-broker-31-1.fc36.aarch64                       68/116 
11:00:51 #11 25.23   Verifying        : emacs-filesystem-1:28.1-2.fc36.noarch               69/116 
11:00:51 #11 25.23   Verifying        : gc-8.0.6-3.fc36.aarch64                             70/116 
11:00:51 #11 25.23   Verifying        : gcc-12.1.1-1.fc36.aarch64                           71/116 
11:00:51 #11 25.23   Verifying        : gcc-plugin-annobin-12.1.1-1.fc36.aarch64            72/116 
11:00:51 #11 25.23   Verifying        : git-2.37.1-1.fc36.aarch64                           73/116 
11:00:51 #11 25.23   Verifying        : git-core-2.37.1-1.fc36.aarch64                      74/116 
11:00:51 #11 25.23   Verifying        : git-core-doc-2.37.1-1.fc36.noarch                   75/116 
11:00:51 #11 25.23   Verifying        : glibc-devel-2.35-15.fc36.aarch64                    76/116 
11:00:51 #11 25.23   Verifying        : glibc-static-2.35-15.fc36.aarch64                   77/116 
11:00:51 #11 25.23   Verifying        : kernel-headers-5.18.13-200.fc36.aarch64             78/116 
11:00:51 #11 25.23   Verifying        : less-590-5.fc36.aarch64                             79/116 
11:00:51 #11 25.23   Verifying        : libargon2-20171227-9.fc36.aarch64                   80/116 
11:00:51 #11 25.23   Verifying        : libasan-12.1.1-1.fc36.aarch64                       81/116 
11:00:51 #11 25.23   Verifying        : libatomic-12.1.1-1.fc36.aarch64                     82/116 
11:00:51 #11 25.23   Verifying        : libbpf-2:0.7.0-3.fc36.aarch64                       83/116 
11:00:51 #11 25.23   Verifying        : libbtrfs-5.18-1.fc36.aarch64                        84/116 
11:00:51 #11 25.23   Verifying        : libbtrfsutil-5.18-1.fc36.aarch64                    85/116 
11:00:51 #11 25.23   Verifying        : libtool-2.4.7-1.fc36.aarch64                        86/116 
11:00:51 #11 25.23   Verifying        : libtool-ltdl-2.4.7-1.fc36.aarch64                   87/116 
11:00:51 #11 25.23   Verifying        : libtool-ltdl-devel-2.4.7-1.fc36.aarch64             88/116 
11:00:51 #11 25.23   Verifying        : libubsan-12.1.1-1.fc36.aarch64                      89/116 
11:00:51 #11 25.23   Verifying        : libuv-1:1.44.2-1.fc36.aarch64                       90/116 
11:00:51 #11 25.23   Verifying        : perl-Git-2.37.1-1.fc36.noarch                       91/116 
11:00:51 #11 25.23   Verifying        : rpm-plugin-selinux-4.17.1-3.fc36.aarch64            92/116 
11:00:51 #11 25.23   Verifying        : selinux-policy-36.10-1.fc36.noarch                  93/116 
11:00:51 #11 25.23   Verifying        : selinux-policy-devel-36.10-1.fc36.noarch            94/116 
11:00:51 #11 25.23   Verifying        : selinux-policy-targeted-36.10-1.fc36.noarch         95/116 
11:00:51 #11 25.23   Verifying        : systemd-250.8-1.fc36.aarch64                        96/116 
11:00:51 #11 25.23   Verifying        : systemd-devel-250.8-1.fc36.aarch64                  97/116 
11:00:51 #11 25.23   Verifying        : systemd-networkd-250.8-1.fc36.aarch64               98/116 
11:00:51 #11 25.23   Verifying        : systemd-pam-250.8-1.fc36.aarch64                    99/116 
11:00:51 #11 25.23   Verifying        : systemd-resolved-250.8-1.fc36.aarch64              100/116 
11:00:51 #11 25.23   Verifying        : systemd-rpm-macros-250.8-1.fc36.noarch             101/116 
11:00:51 #11 25.23   Verifying        : vim-filesystem-2:9.0.077-1.fc36.noarch             102/116 
11:00:51 #11 25.23   Verifying        : glibc-2.35-15.fc36.aarch64                         103/116 
11:00:51 #11 25.24   Verifying        : glibc-2.35-4.fc36.aarch64                          104/116 
11:00:51 #11 25.24   Verifying        : glibc-common-2.35-15.fc36.aarch64                  105/116 
11:00:51 #11 25.24   Verifying        : glibc-common-2.35-4.fc36.aarch64                   106/116 
11:00:51 #11 25.24   Verifying        : glibc-gconv-extra-2.35-15.fc36.aarch64             107/116 
11:00:51 #11 25.24   Verifying        : glibc-gconv-extra-2.35-4.fc36.aarch64              108/116 
11:00:51 #11 25.24   Verifying        : glibc-minimal-langpack-2.35-15.fc36.aarch64        109/116 
11:00:51 #11 25.24   Verifying        : glibc-minimal-langpack-2.35-4.fc36.aarch64         110/116 
11:00:51 #11 25.24   Verifying        : libgcc-12.1.1-1.fc36.aarch64                       111/116 
11:00:51 #11 25.24   Verifying        : libgcc-12.0.1-0.16.fc36.aarch64                    112/116 
11:00:51 #11 25.24   Verifying        : libgomp-12.1.1-1.fc36.aarch64                      113/116 
11:00:51 #11 25.24   Verifying        : libgomp-12.0.1-0.16.fc36.aarch64                   114/116 
11:00:51 #11 25.24   Verifying        : systemd-libs-250.8-1.fc36.aarch64                  115/116 
11:00:51 #11 25.24   Verifying        : systemd-libs-250.3-8.fc36.aarch64                  116/116 
11:00:51 #11 25.43 
11:00:51 #11 25.43 Upgraded:
11:00:51 #11 25.43   glibc-2.35-15.fc36.aarch64                                                    
11:00:51 #11 25.43   glibc-common-2.35-15.fc36.aarch64                                             
11:00:51 #11 25.43   glibc-gconv-extra-2.35-15.fc36.aarch64                                        
11:00:51 #11 25.43   glibc-minimal-langpack-2.35-15.fc36.aarch64                                   
11:00:51 #11 25.43   libgcc-12.1.1-1.fc36.aarch64                                                  
11:00:51 #11 25.43   libgomp-12.1.1-1.fc36.aarch64                                                 
11:00:51 #11 25.43   systemd-libs-250.8-1.fc36.aarch64                                             
11:00:51 #11 25.43 Installed:
11:00:51 #11 25.43   annobin-docs-10.79-1.fc36.noarch                                              
11:00:51 #11 25.43   annobin-plugin-gcc-10.79-1.fc36.aarch64                                       
11:00:51 #11 25.43   autoconf-2.71-2.fc36.noarch                                                   
11:00:51 #11 25.43   automake-1.16.5-7.fc36.noarch                                                 
11:00:51 #11 25.43   btrfs-progs-5.18-1.fc36.aarch64                                               
11:00:51 #11 25.43   btrfs-progs-devel-5.18-1.fc36.aarch64                                         
11:00:51 #11 25.43   checkpolicy-3.3-2.fc36.aarch64                                                
11:00:51 #11 25.43   cmake-3.22.2-1.fc36.aarch64                                                   
11:00:51 #11 25.43   cmake-data-3.22.2-1.fc36.noarch                                               
11:00:51 #11 25.43   cmake-filesystem-3.22.2-1.fc36.aarch64                                        
11:00:51 #11 25.43   cmake-rpm-macros-3.22.2-1.fc36.noarch                                         
11:00:51 #11 25.43   cpp-12.1.1-1.fc36.aarch64                                                     
11:00:51 #11 25.43   cryptsetup-libs-2.4.3-2.fc36.aarch64                                          
11:00:51 #11 25.43   dbus-1:1.14.0-1.fc36.aarch64                                                  
11:00:51 #11 25.43   dbus-broker-31-1.fc36.aarch64                                                 
11:00:51 #11 25.43   dbus-common-1:1.14.0-1.fc36.noarch                                            
11:00:51 #11 25.43   device-mapper-1.02.175-7.fc36.aarch64                                         
11:00:51 #11 25.43   device-mapper-devel-1.02.175-7.fc36.aarch64                                   
11:00:51 #11 25.43   device-mapper-libs-1.02.175-7.fc36.aarch64                                    
11:00:51 #11 25.43   e2fsprogs-libs-1.46.5-2.fc36.aarch64                                          
11:00:51 #11 25.43   emacs-filesystem-1:28.1-2.fc36.noarch                                         
11:00:51 #11 25.43   gc-8.0.6-3.fc36.aarch64                                                       
11:00:51 #11 25.43   gcc-12.1.1-1.fc36.aarch64                                                     
11:00:51 #11 25.43   gcc-plugin-annobin-12.1.1-1.fc36.aarch64                                      
11:00:51 #11 25.43   git-2.37.1-1.fc36.aarch64                                                     
11:00:51 #11 25.43   git-core-2.37.1-1.fc36.aarch64                                                
11:00:51 #11 25.43   git-core-doc-2.37.1-1.fc36.noarch                                             
11:00:51 #11 25.43   glibc-devel-2.35-15.fc36.aarch64                                              
11:00:51 #11 25.43   glibc-static-2.35-15.fc36.aarch64                                             
11:00:51 #11 25.43   guile22-2.2.7-5.fc36.aarch64                                                  
11:00:51 #11 25.43   jsoncpp-1.9.5-2.fc36.aarch64                                                  
11:00:51 #11 25.43   kernel-headers-5.18.13-200.fc36.aarch64                                       
11:00:51 #11 25.43   kmod-libs-29-7.fc36.aarch64                                                   
11:00:51 #11 25.43   less-590-5.fc36.aarch64                                                       
11:00:51 #11 25.43   libargon2-20171227-9.fc36.aarch64                                             
11:00:51 #11 25.43   libasan-12.1.1-1.fc36.aarch64                                                 
11:00:51 #11 25.43   libatomic-12.1.1-1.fc36.aarch64                                               
11:00:51 #11 25.43   libbpf-2:0.7.0-3.fc36.aarch64                                                 
11:00:51 #11 25.43   libbtrfs-5.18-1.fc36.aarch64                                                  
11:00:51 #11 25.43   libbtrfsutil-5.18-1.fc36.aarch64                                              
11:00:51 #11 25.43   libcbor-0.7.0-5.fc36.aarch64                                                  
11:00:51 #11 25.43   libedit-3.1-41.20210910cvs.fc36.aarch64                                       
11:00:51 #11 25.43   libfdisk-2.38-0.2.fc36.aarch64                                                
11:00:51 #11 25.43   libfido2-1.10.0-3.fc36.aarch64                                                
11:00:51 #11 25.43   libmpc-1.2.1-4.fc36.aarch64                                                   
11:00:51 #11 25.43   libseccomp-2.5.3-2.fc36.aarch64                                               
11:00:51 #11 25.43   libseccomp-devel-2.5.3-2.fc36.aarch64                                         
11:00:51 #11 25.43   libselinux-devel-3.3-4.fc36.aarch64                                           
11:00:51 #11 25.43   libselinux-utils-3.3-4.fc36.aarch64                                           
11:00:51 #11 25.43   libsepol-devel-3.3-3.fc36.aarch64                                             
11:00:51 #11 25.43   libtool-2.4.7-1.fc36.aarch64                                                  
11:00:51 #11 25.43   libtool-ltdl-2.4.7-1.fc36.aarch64                                             
11:00:51 #11 25.43   libtool-ltdl-devel-2.4.7-1.fc36.aarch64                                       
11:00:51 #11 25.43   libubsan-12.1.1-1.fc36.aarch64                                                
11:00:51 #11 25.43   libutempter-1.2.1-6.fc36.aarch64                                              
11:00:51 #11 25.43   libuv-1:1.44.2-1.fc36.aarch64                                                 
11:00:51 #11 25.43   libxcrypt-devel-4.4.28-1.fc36.aarch64                                         
11:00:51 #11 25.43   libxcrypt-static-4.4.28-1.fc36.aarch64                                        
11:00:51 #11 25.43   libxkbcommon-1.4.0-1.fc36.aarch64                                             
11:00:51 #11 25.43   lzo-2.10-6.fc36.aarch64                                                       
11:00:51 #11 25.43   m4-1.4.19-3.fc36.aarch64                                                      
11:00:51 #11 25.43   make-1:4.3-7.fc36.aarch64                                                     
11:00:51 #11 25.43   openssh-8.8p1-1.fc36.1.aarch64                                                
11:00:51 #11 25.43   openssh-clients-8.8p1-1.fc36.1.aarch64                                        
11:00:51 #11 25.43   pcre2-devel-10.39-1.fc36.1.aarch64                                            
11:00:51 #11 25.43   pcre2-utf16-10.39-1.fc36.1.aarch64                                            
11:00:51 #11 25.43   pcre2-utf32-10.39-1.fc36.1.aarch64                                            
11:00:51 #11 25.43   perl-Error-1:0.17029-8.fc36.noarch                                            
11:00:51 #11 25.43   perl-File-Compare-1.100.600-486.fc36.noarch                                   
11:00:51 #11 25.43   perl-File-Copy-2.35-486.fc36.noarch                                           
11:00:51 #11 25.43   perl-File-Find-1.39-486.fc36.noarch                                           
11:00:51 #11 25.43   perl-Git-2.37.1-1.fc36.noarch                                                 
11:00:51 #11 25.43   perl-TermReadKey-2.38-12.fc36.aarch64                                         
11:00:51 #11 25.43   perl-Thread-Queue-3.14-479.fc36.noarch                                        
11:00:51 #11 25.43   perl-lib-0.65-486.fc36.aarch64                                                
11:00:51 #11 25.43   perl-threads-1:2.26-449.fc36.aarch64                                          
11:00:51 #11 25.43   perl-threads-shared-1.62-479.fc36.aarch64                                     
11:00:51 #11 25.43   policycoreutils-3.3-4.fc36.aarch64                                            
11:00:51 #11 25.43   policycoreutils-devel-3.3-4.fc36.aarch64                                      
11:00:51 #11 25.43   policycoreutils-python-utils-3.3-4.fc36.noarch                                
11:00:51 #11 25.43   python3-audit-3.0.8-1.fc36.aarch64                                            
11:00:51 #11 25.43   python3-libselinux-3.3-4.fc36.aarch64                                         
11:00:51 #11 25.43   python3-libsemanage-3.3-3.fc36.aarch64                                        
11:00:51 #11 25.43   python3-policycoreutils-3.3-4.fc36.noarch                                     
11:00:51 #11 25.43   python3-setools-4.4.0-5.fc36.aarch64                                          
11:00:51 #11 25.43   python3-setuptools-59.6.0-2.fc36.noarch                                       
11:00:51 #11 25.43   qrencode-libs-4.1.1-2.fc36.aarch64                                            
11:00:51 #11 25.43   rhash-1.4.2-2.fc36.aarch64                                                    
11:00:51 #11 25.43   rpm-plugin-selinux-4.17.1-3.fc36.aarch64                                      
11:00:51 #11 25.43   selinux-policy-36.10-1.fc36.noarch                                            
11:00:51 #11 25.43   selinux-policy-devel-36.10-1.fc36.noarch                                      
11:00:51 #11 25.43   selinux-policy-targeted-36.10-1.fc36.noarch                                   
11:00:51 #11 25.43   systemd-250.8-1.fc36.aarch64                                                  
11:00:51 #11 25.43   systemd-devel-250.8-1.fc36.aarch64                                            
11:00:51 #11 25.43   systemd-networkd-250.8-1.fc36.aarch64                                         
11:00:51 #11 25.43   systemd-pam-250.8-1.fc36.aarch64                                              
11:00:51 #11 25.43   systemd-resolved-250.8-1.fc36.aarch64                                         
11:00:51 #11 25.43   systemd-rpm-macros-250.8-1.fc36.noarch                                        
11:00:51 #11 25.43   util-linux-2.38-0.2.fc36.aarch64                                              
11:00:51 #11 25.43   vim-filesystem-2:9.0.077-1.fc36.noarch                                        
11:00:51 #11 25.43   which-2.21-32.fc36.aarch64                                                    
11:00:51 #11 25.43   xkeyboard-config-2.35.1-1.fc36.noarch                                         
11:00:51 #11 25.43 
11:00:51 #11 25.43 Complete!
11:00:51 #11 DONE 25.6s
11:00:51 
11:00:51 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
11:00:51 #13 sha256:95e9664d402797aa51eb031d3320d016a79f19a44d434c3654f614eb301aa0e6
11:00:53 #13 DONE 1.7s
11:00:53 
11:00:53 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
11:00:53 #14 sha256:2db60e20c2331c86b5eb5787cf701c61dc57419520bf4af4a5d45919197c4f75
11:00:53 #14 DONE 0.0s
11:00:53 
11:00:53 #15 exporting to image
11:00:53 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:00:53 #15 exporting layers
11:00:56 #15 exporting layers 2.3s done
11:00:56 #15 writing image sha256:8cdbe4ea3ad2b3c0e6067ab237a441130e49650d664a77b78c9ba15c4bfeeb84 done
11:00:56 #15 naming to docker.io/rpmbuild-fedora-36/aarch64 done
11:00:56 #15 DONE 2.3s
11:00:56 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 715cfc4' --define '_gitcommit_engine a70ae13' --define '_release 0' --define '_version 0.0.0.20220804091928.715cfc4' --define '_origversion 0.0.0-20220804091928-715cfc4' --define '_compose_rpm_version 2.7.0' --define '_compose_version v2.7.0' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-compose-plugin.spec
11:00:56 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:00:56 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:00:56 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:00:56 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.GoaaW7
11:00:56 + umask 022
11:00:56 + cd /root/rpmbuild/BUILD
11:00:56 + cd /root/rpmbuild/BUILD
11:00:56 + rm -rf src
11:00:56 + /usr/bin/mkdir -p src
11:00:56 + cd src
11:00:56 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:00:56 + /usr/bin/tar -xof -
11:00:56 + STATUS=0
11:00:56 + '[' 0 -ne 0 ']'
11:00:56 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:00:56 + /usr/bin/tar -xof -
11:00:57 + STATUS=0
11:00:57 + '[' 0 -ne 0 ']'
11:00:57 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:00:57 + RPM_EC=0
11:00:57 ++ jobs -p
11:00:57 + exit 0
11:00:57 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.FtQnXy
11:00:57 + umask 022
11:00:57 + cd /root/rpmbuild/BUILD
11:00:57 + 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'
11:00:57 + export CFLAGS
11:00:57 + 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'
11:00:57 + export CXXFLAGS
11:00:57 + 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'
11:00:57 + export FFLAGS
11:00:57 + 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'
11:00:57 + export FCFLAGS
11:00:57 + 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.20220804091928.715cfc4-0.fc36.aarch64.ld'
11:00:57 + export LDFLAGS
11:00:57 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:00:57 + export LT_SYS_LIBRARY_PATH
11:00:57 + CC=gcc
11:00:57 + export CC
11:00:57 + CXX=g++
11:00:57 + export CXX
11:00:57 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:00:57 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0.20220804091928.715cfc4-0.fc36 aarch64
11:00:57 + cd src
11:00:57 + export DOCKER_GITCOMMIT=a70ae13
11:00:57 + DOCKER_GITCOMMIT=a70ae13
11:00:57 + mkdir -p /go/src/github.com/docker
11:00:57 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:00:57 + pushd /root/rpmbuild/BUILD/src/engine
11:00:57 + for component in tini "proxy dynamic"
11:00:57 + TMP_GOPATH=/go
11:00:57 + hack/dockerfile/install/install.sh tini
11:00:57 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:00:57 + RM_GOPATH=0
11:00:57 + TMP_GOPATH=/go
11:00:57 + : /usr/local/bin
11:00:57 + '[' -z /go ']'
11:00:57 + export GOPATH=/go
11:00:57 + GOPATH=/go
11:00:57 + case "$(go env GOARCH)" in
11:00:57 ++ go env GOARCH
11:00:57 + export GO_BUILDMODE=-buildmode=pie
11:00:57 + GO_BUILDMODE=-buildmode=pie
11:00:57 ++ dirname hack/dockerfile/install/install.sh
11:00:57 + dir=hack/dockerfile/install
11:00:57 + bin=tini
11:00:57 + shift
11:00:57 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:00:57 + . hack/dockerfile/install/tini.installer
11:00:57 ++ : v0.19.0
11:00:57 + install_tini
11:00:57 + echo 'Install tini version v0.19.0'
11:00:57 + git clone https://github.com/krallin/tini.git /go/tini
11:00:57 Install tini version v0.19.0
11:00:57 Cloning into '/go/tini'...
11:00:57 + cd /go/tini
11:00:57 + git checkout -q v0.19.0
11:00:57 + cmake .
11:00:57 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:00:57   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:00:57   CMake.
11:00:57 
11:00:57   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:00:57   CMake that the project does not need compatibility with older versions.
11:00:57 
11:00:57 
11:00:57 -- The C compiler identification is GNU 12.1.1
11:00:57 -- Detecting C compiler ABI info
11:00:57 -- Detecting C compiler ABI info - done
11:00:57 -- Check for working C compiler: /usr/bin/gcc - skipped
11:00:57 -- Detecting C compile features
11:00:57 -- Detecting C compile features - done
11:00:57 -- Performing Test HAS_BUILTIN_FORTIFY
11:00:58 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:00:58 -- Configuring done
11:00:58 -- Generating done
11:00:58 -- Build files have been written to: /go/tini
11:00:58 + make tini-static
11:00:58 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:00:58 [100%] Linking C executable tini-static
11:00:58 [100%] Built target tini-static
11:00:58 + mkdir -p /usr/local/bin
11:00:58 + cp tini-static /usr/local/bin/docker-init
11:00:58 + for component in tini "proxy dynamic"
11:00:58 + TMP_GOPATH=/go
11:00:58 + hack/dockerfile/install/install.sh proxy dynamic
11:00:58 + RM_GOPATH=0
11:00:58 + TMP_GOPATH=/go
11:00:58 + : /usr/local/bin
11:00:58 + '[' -z /go ']'
11:00:58 + export GOPATH=/go
11:00:58 + GOPATH=/go
11:00:58 + case "$(go env GOARCH)" in
11:00:58 ++ go env GOARCH
11:00:58 + export GO_BUILDMODE=-buildmode=pie
11:00:58 + GO_BUILDMODE=-buildmode=pie
11:00:58 ++ dirname hack/dockerfile/install/install.sh
11:00:58 + dir=hack/dockerfile/install
11:00:58 + bin=proxy
11:00:58 + shift
11:00:58 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
11:00:58 + . hack/dockerfile/install/proxy.installer
11:00:58 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
11:00:58 + install_proxy dynamic
11:00:58 + case "$1" in
11:00:58 + install_proxy_dynamic
11:00:58 + export PROXY_LDFLAGS=-linkmode=external install_proxy
11:00:58 + PROXY_LDFLAGS=-linkmode=external
11:00:58 + export BUILD_MODE=-buildmode=pie
11:00:58 + BUILD_MODE=-buildmode=pie
11:00:58 + _install_proxy
11:00:58 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
11:00:58 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
11:00:58 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
11:00:58 Cloning into '/go/src/github.com/docker/libnetwork'...
11:01:01 + cd /go/src/github.com/docker/libnetwork
11:01:01 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
11:01:01 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:01:09 + return
11:01:09 + VERSION=0.0.0-20220804091928-715cfc4
11:01:09 + PRODUCT=docker
11:01:09 + hack/make.sh dynbinary
11:01:09 
11:01:09 Removing bundles/
11:01:09 
11:01:09 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:01:09 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:01:09 GOOS="" GOARCH="" GOARM=""
11:02:17 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:02:17 
11:02:17 + popd
11:02:17 + RPM_EC=0
11:02:17 ~/rpmbuild/BUILD/src
11:02:17 ++ jobs -p
11:02:17 + exit 0
11:02:17 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jWD7j6
11:02:17 + umask 022
11:02:17 + cd /root/rpmbuild/BUILD
11:02:17 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.aarch64 '!=' / ']'
11:02:17 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:02:17 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:02:17 + mkdir -p /root/rpmbuild/BUILDROOT
11:02:17 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:02: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'
11:02:17 + export CFLAGS
11:02: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'
11:02:17 + export CXXFLAGS
11:02: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'
11:02:17 + export FFLAGS
11:02: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'
11:02:17 + export FCFLAGS
11:02: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-0.0.0.20220804091928.715cfc4-0.fc36.aarch64.ld'
11:02:17 + export LDFLAGS
11:02:17 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:02:17 + export LT_SYS_LIBRARY_PATH
11:02:17 + CC=gcc
11:02:17 + export CC
11:02:17 + CXX=g++
11:02:17 + export CXX
11:02:17 + cd src
11:02:17 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
11:02:17 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/bin/dockerd
11:02:17 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/bin/docker-proxy
11:02:17 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/bin/docker-init
11:02:17 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/lib/systemd/system/docker.service
11:02:17 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/lib/systemd/system/docker.socket
11:02:17 + /usr/lib/rpm/check-buildroot
11:02:17 + /usr/lib/rpm/redhat/brp-ldconfig
11:02:17 + /usr/lib/rpm/brp-compress
11:02:17 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:02:17 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:02:17 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:02:18 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:02:18 + /usr/lib/rpm/check-rpaths
11:02:18 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:02:18 + /usr/lib/rpm/brp-remove-la-files
11:02:18 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:02:18 + /usr/lib/rpm/redhat/brp-python-hardlink
11:02:18 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.mCqlT7
11:02:18 + umask 022
11:02:18 + cd /root/rpmbuild/BUILD
11:02:18 + 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'
11:02:18 + export CFLAGS
11:02:18 + 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'
11:02:18 + export CXXFLAGS
11:02:18 + 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'
11:02:18 + export FFLAGS
11:02:18 + 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'
11:02:18 + export FCFLAGS
11:02:18 + 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.20220804091928.715cfc4-0.fc36.aarch64.ld'
11:02:18 + export LDFLAGS
11:02:18 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:02:18 + export LT_SYS_LIBRARY_PATH
11:02:18 + CC=gcc
11:02:18 + export CC
11:02:18 + CXX=g++
11:02:18 + export CXX
11:02:18 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:02:18 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0.20220804091928.715cfc4-0.fc36 aarch64
11:02:18 + cd src
11:02:18 ++ engine/bundles/dynbinary-daemon/dockerd --version
11:02:18 + ver='Docker version 0.0.0-20220804091928-715cfc4, build a70ae13'
11:02:18 + test 'Docker version 0.0.0-20220804091928-715cfc4, build a70ae13' = 'Docker version 0.0.0-20220804091928-715cfc4, build a70ae13'
11:02:18 + echo 'PASS: daemon version OK'
11:02:18 + RPM_EC=0
11:02:18 PASS: daemon version OK
11:02:18 ++ jobs -p
11:02:18 + exit 0
11:02:18 Processing files: docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:02:18 Provides: docker-ce = 3:0.0.0.20220804091928.715cfc4-0.fc36 docker-ce(aarch-64) = 3:0.0.0.20220804091928.715cfc4-0.fc36
11:02:18 Requires(interp): /bin/sh /bin/sh /bin/sh
11:02:18 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:02:18 Requires(post): /bin/sh
11:02:18 Requires(preun): /bin/sh
11:02:18 Requires(postun): /bin/sh
11:02:18 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
11:02:18 Conflicts: docker docker-ee docker-engine-cs docker-io
11:02:18 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
11:02:18 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:02:19 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.src.rpm
11:02:57 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.aarch64.rpm
11:02:57 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BvmaQx
11:02:57 + umask 022
11:02:57 + cd /root/rpmbuild/BUILD
11:02:57 + cd src
11:02:57 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:02:57 + RPM_EC=0
11:02:57 ++ jobs -p
11:02:57 + exit 0
11:02:57 
11:02:57 RPM build warnings:
11:02:57     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:02:57     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:02:57     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:02:57 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wdCKFg
11:02:57 + umask 022
11:02:57 + cd /root/rpmbuild/BUILD
11:02:57 + cd /root/rpmbuild/BUILD
11:02:57 + rm -rf src
11:02:57 + /usr/bin/mkdir -p src
11:02:57 + cd src
11:02:57 + /usr/bin/tar -xof -
11:02:57 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:02:57 + STATUS=0
11:02:57 + '[' 0 -ne 0 ']'
11:02:57 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
11:02:57 + /usr/bin/tar -xof -
11:02:57 + STATUS=0
11:02:57 + '[' 0 -ne 0 ']'
11:02:57 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:02:57 + RPM_EC=0
11:02:57 ++ jobs -p
11:02:57 + exit 0
11:02:57 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qWwzuy
11:02:57 + umask 022
11:02:57 + cd /root/rpmbuild/BUILD
11:02:57 + 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'
11:02:57 + export CFLAGS
11:02:57 + 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'
11:02:57 + export CXXFLAGS
11:02:57 + 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'
11:02:57 + export FFLAGS
11:02:57 + 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'
11:02:57 + export FCFLAGS
11:02:57 + 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.20220804091928.715cfc4-0.fc36.aarch64.ld'
11:02:57 + export LDFLAGS
11:02:57 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:02:57 + export LT_SYS_LIBRARY_PATH
11:02:57 + CC=gcc
11:02:57 + export CC
11:02:57 + CXX=g++
11:02:57 + export CXX
11:02:57 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:02:57 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0.20220804091928.715cfc4-0.fc36 aarch64
11:02:57 + cd src
11:02:57 + mkdir -p /go/src/github.com/docker
11:02:57 + rm -f /go/src/github.com/docker/cli
11:02:57 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
11:02:57 + pushd /go/src/github.com/docker/cli
11:02:57 + DISABLE_WARN_OUTSIDE_CONTAINER=1
11:02:57 + make VERSION=0.0.0-20220804091928-715cfc4 GITCOMMIT=715cfc4 dynbinary manpages
11:02:57 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
11:02:57 GO_LINKMODE=dynamic ./scripts/build/binary
11:02:57 Building dynamic docker-linux-arm64
11:03:53 scripts/docs/generate-man.sh
11:05:01 Project root: /go/src/github.com/docker/cli
11:05:01 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
11:05:01 2022/08/04 11:04:52 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
11:05:01 + popd
11:05:01 + pushd /root/rpmbuild/BUILD/src/plugins
11:05:01 + for installer in *.installer
11:05:01 + '[' app.installer '!=' scan.installer ']'
11:05:01 + bash app.installer build
11:05:01 ~/rpmbuild/BUILD/src
11:05:01 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
11:05:01 Cloning into '/go/src/github.com/docker/app'...
11:05:01 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
11:05:40 + for installer in *.installer
11:05:40 + '[' buildx.installer '!=' scan.installer ']'
11:05:40 + bash buildx.installer build
11:05:40 Cloning into '/go/src/github.com/docker/buildx'...
11:05:41 + GO111MODULE=on
11:05:41 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2-docker -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
11:07:02 + popd
11:07:02 + RPM_EC=0
11:07:02 ~/rpmbuild/BUILD/src
11:07:02 ++ jobs -p
11:07:02 + exit 0
11:07:02 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.QWzbsv
11:07:02 + umask 022
11:07:02 + cd /root/rpmbuild/BUILD
11:07:02 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64 '!=' / ']'
11:07:02 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:07:02 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:07:02 + mkdir -p /root/rpmbuild/BUILDROOT
11:07:02 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:07:02 + 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'
11:07:02 + export CFLAGS
11:07:02 + 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'
11:07:02 + export CXXFLAGS
11:07:02 + 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'
11:07:02 + export FFLAGS
11:07:02 + 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'
11:07:02 + export FCFLAGS
11:07:02 + 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.20220804091928.715cfc4-0.fc36.aarch64.ld'
11:07:02 + export LDFLAGS
11:07:02 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:07:02 + export LT_SYS_LIBRARY_PATH
11:07:02 + CC=gcc
11:07:02 + export CC
11:07:02 + CXX=g++
11:07:02 + export CXX
11:07:02 + cd src
11:07:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/bin
11:07:02 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/bin/docker
11:07:02 + pushd /root/rpmbuild/BUILD/src/plugins
11:07:02 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
11:07:02 + for installer in *.installer
11:07:02 + '[' app.installer '!=' scan.installer ']'
11:07:02 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:07:02 + PREFIX=/usr/libexec/docker/cli-plugins
11:07:02 + bash app.installer install_plugin
11:07:02 + for installer in *.installer
11:07:02 + '[' buildx.installer '!=' scan.installer ']'
11:07:02 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:07:02 + PREFIX=/usr/libexec/docker/cli-plugins
11:07:02 + bash buildx.installer install_plugin
11:07:02 + popd
11:07:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/bash-completion/completions
11:07:02 ~/rpmbuild/BUILD/src
11:07:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/zsh/vendor-completions
11:07:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/fish/vendor_completions.d
11:07:02 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/bash-completion/completions/docker
11:07:02 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/zsh/vendor-completions/_docker
11:07:02 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/fish/vendor_completions.d/docker.fish
11:07:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/man/man1
11:07:02 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/man/man1
11:07:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/man/man5
11:07:02 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/man/man5
11:07:02 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/man/man8
11:07:02 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/man/man8
11:07:02 + mkdir -p build-docs
11:07:02 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:07:02 + cp cli/LICENSE build-docs/LICENSE
11:07:02 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:07:02 + cp cli/MAINTAINERS build-docs/MAINTAINERS
11:07:02 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:07:02 + cp cli/NOTICE build-docs/NOTICE
11:07:02 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:07:02 + cp cli/README.md build-docs/README.md
11:07:02 + /usr/lib/rpm/check-buildroot
11:07:02 + /usr/lib/rpm/redhat/brp-ldconfig
11:07:02 + /usr/lib/rpm/brp-compress
11:07:02 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:07:02 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:07:02 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:07:02 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:07:02 + /usr/lib/rpm/check-rpaths
11:07:02 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:07:02 + /usr/lib/rpm/brp-remove-la-files
11:07:02 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:07:02 + /usr/lib/rpm/redhat/brp-python-hardlink
11:07:02 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.MAo7bA
11:07:02 + umask 022
11:07:02 + cd /root/rpmbuild/BUILD
11:07:02 + 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'
11:07:02 + export CFLAGS
11:07:02 + 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'
11:07:02 + export CXXFLAGS
11:07:02 + 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'
11:07:02 + export FFLAGS
11:07:02 + 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'
11:07:02 + export FCFLAGS
11:07:02 + 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.20220804091928.715cfc4-0.fc36.aarch64.ld'
11:07:02 + export LDFLAGS
11:07:02 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:07:02 + export LT_SYS_LIBRARY_PATH
11:07:02 + CC=gcc
11:07:02 + export CC
11:07:02 + CXX=g++
11:07:02 + export CXX
11:07:02 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:07:02 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0.20220804091928.715cfc4-0.fc36 aarch64
11:07:02 + cd src
11:07:02 ++ cli/build/docker --version
11:07:02 + ver='Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4'
11:07:02 + test 'Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4' = 'Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4'
11:07:02 + echo 'PASS: cli version OK'
11:07:02 PASS: cli version OK
11:07:02 + RPM_EC=0
11:07:02 ++ jobs -p
11:07:02 + exit 0
11:07:02 Processing files: docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:07:02 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.OVD0cJ
11:07:02 + umask 022
11:07:02 + cd /root/rpmbuild/BUILD
11:07:02 + cd src
11:07:02 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/doc/docker-ce-cli
11:07:02 + export LC_ALL=C
11:07:02 + LC_ALL=C
11:07:02 + export DOCDIR
11:07:02 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/doc/docker-ce-cli
11:07:02 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/doc/docker-ce-cli
11:07:02 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/doc/docker-ce-cli
11:07:02 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/doc/docker-ce-cli
11:07:02 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/share/doc/docker-ce-cli
11:07:02 + RPM_EC=0
11:07:02 ++ jobs -p
11:07:02 + exit 0
11:07:02 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:07:02 Provides: docker-ce-cli = 1:0.0.0.20220804091928.715cfc4-0.fc36 docker-ce-cli(aarch-64) = 1:0.0.0.20220804091928.715cfc4-0.fc36
11:07:02 Requires(interp): /bin/sh
11:07:02 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:07:02 Requires(post): /bin/sh
11:07:02 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) rtld(GNU_HASH)
11:07:02 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
11:07:02 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:07:02 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.src.rpm
11:08:10 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64.rpm
11:08:10 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ZCASCk
11:08:10 + umask 022
11:08:10 + cd /root/rpmbuild/BUILD
11:08:10 + cd src
11:08:10 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:08:10 + RPM_EC=0
11:08:10 ++ jobs -p
11:08:10 + exit 0
11:08:10 
11:08:10 RPM build warnings:
11:08:10     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:08:10     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:08:10     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:08:10     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:08:10 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xS3I22
11:08:10 + umask 022
11:08:10 + cd /root/rpmbuild/BUILD
11:08:10 + cd /root/rpmbuild/BUILD
11:08:10 + rm -rf src
11:08:10 + /usr/bin/mkdir -p src
11:08:10 + cd src
11:08:10 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:08:10 + /usr/bin/tar -xof -
11:08:10 + STATUS=0
11:08:10 + '[' 0 -ne 0 ']'
11:08:10 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:08:10 + /usr/bin/tar -xof -
11:08:10 + STATUS=0
11:08:10 + '[' 0 -ne 0 ']'
11:08:10 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:08:10 + RPM_EC=0
11:08:10 ++ jobs -p
11:08:10 + exit 0
11:08:10 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.N9k0Xq
11:08:10 + umask 022
11:08:10 + cd /root/rpmbuild/BUILD
11:08:10 + 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'
11:08:10 + export CFLAGS
11:08:10 + 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'
11:08:10 + export CXXFLAGS
11:08:10 + 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'
11:08:10 + export FFLAGS
11:08:10 + 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'
11:08:10 + export FCFLAGS
11:08:10 + 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.20220804091928.715cfc4-0.fc36.aarch64.ld'
11:08:10 + export LDFLAGS
11:08:10 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:08:10 + export LT_SYS_LIBRARY_PATH
11:08:10 + CC=gcc
11:08:10 + export CC
11:08:10 + CXX=g++
11:08:10 + export CXX
11:08:10 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:08:10 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0.20220804091928.715cfc4-0.fc36 aarch64
11:08:10 + cd src
11:08:10 + export DOCKER_GITCOMMIT=a70ae13
11:08:10 + DOCKER_GITCOMMIT=a70ae13
11:08:10 + mkdir -p /go/src/github.com/docker
11:08:10 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:08:10 + TMP_GOPATH=/go
11:08:10 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:08:10 + RM_GOPATH=0
11:08:10 + TMP_GOPATH=/go
11:08:10 + : /usr/local/bin
11:08:10 + '[' -z /go ']'
11:08:10 + export GOPATH=/go
11:08:10 + GOPATH=/go
11:08:10 + case "$(go env GOARCH)" in
11:08:10 ++ go env GOARCH
11:08:10 + export GO_BUILDMODE=-buildmode=pie
11:08:10 + GO_BUILDMODE=-buildmode=pie
11:08:10 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:08:10 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:08:10 + bin=rootlesskit
11:08:10 + shift
11:08:10 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:08:10 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:08:10 ++ : v0.14.4
11:08:10 + install_rootlesskit dynamic
11:08:10 + case "$1" in
11:08:10 + install_rootlesskit_dynamic
11:08:10 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:08:10 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:08:10 + export BUILD_MODE=-buildmode=pie
11:08:10 + BUILD_MODE=-buildmode=pie
11:08:10 + _install_rootlesskit
11:08:10 + echo 'Install rootlesskit version v0.14.4'
11:08:10 + for f in rootlesskit rootlesskit-docker-proxy
11:08:10 + GOBIN=/usr/local/bin
11:08:10 + GO111MODULE=on
11:08:10 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:08:10 Install rootlesskit version v0.14.4
11:08:10 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:08:10 go: downloading github.com/pkg/errors v0.9.1
11:08:10 go: downloading github.com/sirupsen/logrus v1.8.1
11:08:10 go: downloading github.com/urfave/cli/v2 v2.3.0
11:08:10 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:08:10 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:08:10 go: downloading github.com/google/uuid v1.3.0
11:08:10 go: downloading github.com/moby/vpnkit v0.5.0
11:08:10 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:08:10 go: downloading github.com/gofrs/flock v0.8.1
11:08:10 go: downloading github.com/gorilla/mux v1.8.0
11:08:10 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:08:10 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:08:10 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:08:10 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:08:10 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:08:13 + for f in rootlesskit rootlesskit-docker-proxy
11:08:13 + GOBIN=/usr/local/bin
11:08:13 + GO111MODULE=on
11:08:13 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:08:15 + return
11:08:15 + RPM_EC=0
11:08:15 ++ jobs -p
11:08:15 + exit 0
11:08:15 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.46S7yS
11:08:15 + umask 022
11:08:15 + cd /root/rpmbuild/BUILD
11:08:15 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.aarch64 '!=' / ']'
11:08:15 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:08:15 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:08:15 + mkdir -p /root/rpmbuild/BUILDROOT
11:08:15 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:08:15 + 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'
11:08:15 + export CFLAGS
11:08:15 + 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'
11:08:15 + export CXXFLAGS
11:08:15 + 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'
11:08:15 + export FFLAGS
11:08:15 + 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'
11:08:15 + export FCFLAGS
11:08:15 + 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.20220804091928.715cfc4-0.fc36.aarch64.ld'
11:08:15 + export LDFLAGS
11:08:15 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:08:15 + export LT_SYS_LIBRARY_PATH
11:08:15 + CC=gcc
11:08:15 + export CC
11:08:15 + CXX=g++
11:08:15 + export CXX
11:08:15 + cd src
11:08:15 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/bin/dockerd-rootless.sh
11:08:15 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/bin/dockerd-rootless-setuptool.sh
11:08:15 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/bin/rootlesskit
11:08:15 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/bin/rootlesskit-docker-proxy
11:08:15 + /usr/lib/rpm/check-buildroot
11:08:15 + /usr/lib/rpm/redhat/brp-ldconfig
11:08:15 + /usr/lib/rpm/brp-compress
11:08:15 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:08:15 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:08:15 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:08:15 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:08:15 + /usr/lib/rpm/check-rpaths
11:08:15 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:08:15 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
11:08:15 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
11:08:15 + /usr/lib/rpm/brp-remove-la-files
11:08:15 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:08:15 + /usr/lib/rpm/redhat/brp-python-hardlink
11:08:15 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.s3saBR
11:08:15 + umask 022
11:08:15 + cd /root/rpmbuild/BUILD
11:08:15 + 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'
11:08:15 + export CFLAGS
11:08:15 + 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'
11:08:15 + export CXXFLAGS
11:08:15 + 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'
11:08:15 + export FFLAGS
11:08:15 + 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'
11:08:15 + export FCFLAGS
11:08:15 + 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.20220804091928.715cfc4-0.fc36.aarch64.ld'
11:08:15 + export LDFLAGS
11:08:15 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:08:15 + export LT_SYS_LIBRARY_PATH
11:08:15 + CC=gcc
11:08:15 + export CC
11:08:15 + CXX=g++
11:08:15 + export CXX
11:08:15 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:08:15 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0.20220804091928.715cfc4-0.fc36 aarch64
11:08:15 + cd src
11:08:15 + /usr/local/bin/rootlesskit -v
11:08:15 rootlesskit version 0.14.4
11:08:15 + RPM_EC=0
11:08:15 ++ jobs -p
11:08:15 + exit 0
11:08:15 Processing files: docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:08:15 Provides: docker-ce-rootless-extras = 0:0.0.0.20220804091928.715cfc4-0.fc36 docker-ce-rootless-extras(aarch-64) = 0:0.0.0.20220804091928.715cfc4-0.fc36
11:08:15 Requires(interp): /bin/sh /bin/sh /bin/sh
11:08:15 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:08:15 Requires(post): /bin/sh
11:08:15 Requires(preun): /bin/sh
11:08:15 Requires(postun): /bin/sh
11:08:15 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
11:08:15 Conflicts: rootlesskit
11:08:15 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:08:16 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.src.rpm
11:08:23 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.aarch64.rpm
11:08:23 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.in8wla
11:08:23 + umask 022
11:08:23 + cd /root/rpmbuild/BUILD
11:08:23 + cd src
11:08:23 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.fc36.aarch64
11:08:23 + RPM_EC=0
11:08:23 ++ jobs -p
11:08:23 + exit 0
11:08:23 
11:08:23 RPM build warnings:
11:08:23     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:08:23     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:08:23     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:08:23     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:08:23 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.GlesOZ
11:08:23 + umask 022
11:08:23 + cd /root/rpmbuild/BUILD
11:08:23 + cd /root/rpmbuild/BUILD
11:08:23 + rm -rf src
11:08:23 + /usr/bin/mkdir -p src
11:08:23 + cd src
11:08:23 + /usr/bin/tar -xof -
11:08:23 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:08:23 + STATUS=0
11:08:23 + '[' 0 -ne 0 ']'
11:08:23 + /usr/bin/tar -xof -
11:08:23 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:08:23 + STATUS=0
11:08:23 + '[' 0 -ne 0 ']'
11:08:23 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:08:23 + RPM_EC=0
11:08:23 ++ jobs -p
11:08:23 + exit 0
11:08:23 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4dMNaa
11:08:23 + umask 022
11:08:23 + cd /root/rpmbuild/BUILD
11:08:23 + 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'
11:08:23 + export CFLAGS
11:08:23 + 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'
11:08:23 + export CXXFLAGS
11:08:23 + 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'
11:08:23 + export FFLAGS
11:08:23 + 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'
11:08:23 + export FCFLAGS
11:08:23 + 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.7.0-0.fc36.aarch64.ld'
11:08:23 + export LDFLAGS
11:08:23 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:08:23 + export LT_SYS_LIBRARY_PATH
11:08:23 + CC=gcc
11:08:23 + export CC
11:08:23 + CXX=g++
11:08:23 + export CXX
11:08:23 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:08:23 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.7.0-0.fc36 aarch64
11:08:23 + cd src
11:08:23 + pushd /root/rpmbuild/BUILD/src/compose
11:08:23 + GOPROXY=https://proxy.golang.org
11:08:23 + GO111MODULE=on
11:08:23 + go mod download
11:08:23 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:08:55 + GOPROXY=https://proxy.golang.org
11:08:55 + GO111MODULE=on
11:08:55 + GIT_TAG=v2.7.0
11:08:55 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
11:08:55 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.7.0"  -o bin/docker-compose ./cmd
11:09:51 + popd
11:09:51 ~/rpmbuild/BUILD/src
11:09:51 + RPM_EC=0
11:09:51 ++ jobs -p
11:09:51 + exit 0
11:09:51 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8kSH90
11:09:51 + umask 022
11:09:51 + cd /root/rpmbuild/BUILD
11:09:51 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.aarch64 '!=' / ']'
11:09:51 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.aarch64
11:09:51 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.aarch64
11:09:51 + mkdir -p /root/rpmbuild/BUILDROOT
11:09:51 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.aarch64
11:09:51 + 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'
11:09:51 + export CFLAGS
11:09:51 + 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'
11:09:51 + export CXXFLAGS
11:09:51 + 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'
11:09:51 + export FFLAGS
11:09:51 + 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'
11:09:51 + export FCFLAGS
11:09:51 + 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.7.0-0.fc36.aarch64.ld'
11:09:51 + export LDFLAGS
11:09:51 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:09:51 + export LT_SYS_LIBRARY_PATH
11:09:51 + CC=gcc
11:09:51 + export CC
11:09:51 + CXX=g++
11:09:51 + export CXX
11:09:51 + cd src
11:09:51 + pushd /root/rpmbuild/BUILD/src/compose
11:09:51 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:09:51 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
11:09:51 ~/rpmbuild/BUILD/src
11:09:51 + popd
11:09:51 + for f in LICENSE MAINTAINERS NOTICE README.md
11:09:51 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
11:09:51 + for f in LICENSE MAINTAINERS NOTICE README.md
11:09:51 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
11:09:51 + for f in LICENSE MAINTAINERS NOTICE README.md
11:09:51 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
11:09:51 + for f in LICENSE MAINTAINERS NOTICE README.md
11:09:51 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
11:09:51 + /usr/lib/rpm/check-buildroot
11:09:51 + /usr/lib/rpm/redhat/brp-ldconfig
11:09:51 + /usr/lib/rpm/brp-compress
11:09:51 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:09:51 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:09:51 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:09:51 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:09:51 + /usr/lib/rpm/check-rpaths
11:09:51 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:09:51 + /usr/lib/rpm/brp-remove-la-files
11:09:51 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:09:51 + /usr/lib/rpm/redhat/brp-python-hardlink
11:09:51 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.M6cLlq
11:09:51 + umask 022
11:09:51 + cd /root/rpmbuild/BUILD
11:09:51 + 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'
11:09:51 + export CFLAGS
11:09:51 + 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'
11:09:51 + export CXXFLAGS
11:09:51 + 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'
11:09:51 + export FFLAGS
11:09:51 + 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'
11:09:51 + export FCFLAGS
11:09:51 + 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.7.0-0.fc36.aarch64.ld'
11:09:51 + export LDFLAGS
11:09:51 + LT_SYS_LIBRARY_PATH=/usr/lib64:
11:09:51 + export LT_SYS_LIBRARY_PATH
11:09:51 + CC=gcc
11:09:51 + export CC
11:09:51 + CXX=g++
11:09:51 + export CXX
11:09:51 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
11:09:51 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.7.0-0.fc36 aarch64
11:09:51 + cd src
11:09:51 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
11:09:51 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:09:51 + ver=v2.7.0
11:09:51 + test v2.7.0 = v2.7.0
11:09:51 + echo 'PASS: docker-compose version OK'
11:09:51 + RPM_EC=0
11:09:51 PASS: docker-compose version OK
11:09:51 ++ jobs -p
11:09:51 + exit 0
11:09:51 Processing files: docker-compose-plugin-2.7.0-0.fc36.aarch64
11:09:51 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fkovdT
11:09:51 + umask 022
11:09:51 + cd /root/rpmbuild/BUILD
11:09:51 + cd src
11:09:51 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
11:09:51 + export LC_ALL=C
11:09:51 + LC_ALL=C
11:09:51 + export DOCDIR
11:09:51 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
11:09:51 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
11:09:51 + RPM_EC=0
11:09:51 ++ jobs -p
11:09:51 + exit 0
11:09:51 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.zupYe6
11:09:51 + umask 022
11:09:51 + cd /root/rpmbuild/BUILD
11:09:51 + cd src
11:09:51 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
11:09:51 + export LC_ALL=C
11:09:51 + LC_ALL=C
11:09:51 + export LICENSEDIR
11:09:51 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
11:09:51 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
11:09:51 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
11:09:51 + RPM_EC=0
11:09:51 ++ jobs -p
11:09:51 + exit 0
11:09:51 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
11:09:51 Provides: docker-compose-plugin = 0:2.7.0-0.fc36 docker-compose-plugin(aarch-64) = 0:2.7.0-0.fc36
11:09:51 Requires(interp): /bin/sh /bin/sh /bin/sh
11:09:51 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:09:51 Requires(post): /bin/sh
11:09:51 Requires(preun): /bin/sh
11:09:51 Requires(postun): /bin/sh
11:09:51 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.aarch64
11:09:51 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.7.0-0.fc36.src.rpm
11:10:01 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.7.0-0.fc36.aarch64.rpm
11:10:01 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8ytyI6
11:10:01 + umask 022
11:10:01 + cd /root/rpmbuild/BUILD
11:10:01 + cd src
11:10:01 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.aarch64
11:10:01 + RPM_EC=0
11:10:01 ++ jobs -p
11:10:01 + exit 0
11:10:01 
11:10:01 RPM build warnings:
11:10:01     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:10:01     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:10:01     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:10:01     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
11:10:01     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
11:10:05 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-36"
11:10:05 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'