Skip to content

Console Output

12:12:44 + make REF=20.10 fedora-35
12:12:44 git init src/github.com/docker/cli
12:12:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
12:12:44 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:12:44 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
12:12:44 + SRC=src/github.com/docker/cli
12:12:44 + REF=20.10
12:12:44 + REF_FETCH=20.10
12:12:44 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
12:12:44 + awk {print $2}
12:12:44 + REF=refs/heads/20.10
12:12:44 + [ -n refs/heads/20.10 ]
12:12:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:44 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:45 From https://github.com/docker/cli
12:12:45  * [new branch]      20.10      -> 20.10
12:12:45  * [new tag]         v20.10.18  -> v20.10.18
12:12:45  * [new branch]      20.10      -> origin/20.10
12:12:45 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
12:12:45 git init src/github.com/docker/docker
12:12:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
12:12:45 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:12:45 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
12:12:45 + SRC=src/github.com/docker/docker
12:12:45 + REF=20.10
12:12:45 + REF_FETCH=20.10
12:12:45 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
12:12:45 + awk {print $2}
12:12:46 + REF=refs/heads/20.10
12:12:46 + [ -n refs/heads/20.10 ]
12:12:46 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:46 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:47 From https://github.com/docker/docker
12:12:47  * [new branch]      20.10      -> 20.10
12:12:47  * [new branch]      20.10      -> origin/20.10
12:12:47 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
12:12:47 git init src/github.com/docker/compose
12:12:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
12:12:47 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:12:47 ./scripts/checkout.sh src/github.com/docker/compose "v2.11.2"
12:12:47 + SRC=src/github.com/docker/compose
12:12:47 + REF=v2.11.2
12:12:47 + REF_FETCH=v2.11.2
12:12:47 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.11.2
12:12:47 + awk {print $2}
12:12:47 + REF=refs/tags/v2.11.2
12:12:47 + [ -n refs/tags/v2.11.2 ]
12:12:47 + REF_FETCH=refs/tags/v2.11.2:refs/tags/v2.11.2
12:12:47 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.11.2:refs/tags/v2.11.2
12:12:48 From https://github.com/docker/compose
12:12:48  * [new tag]         v2.11.2    -> v2.11.2
12:12:48 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.11.2
12:12:48 git init src/github.com/docker/scan-cli-plugin
12:12:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
12:12:48 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:12:48 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
12:12:48 + SRC=src/github.com/docker/scan-cli-plugin
12:12:48 + REF=v0.17.0
12:12:48 + REF_FETCH=v0.17.0
12:12:48 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
12:12:48 + awk {print $2}
12:12:48 + REF=refs/tags/v0.17.0
12:12:48 + [ -n refs/tags/v0.17.0 ]
12:12:48 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
12:12:48 + 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
12:12:48 From https://github.com/docker/scan-cli-plugin
12:12:48  * [new tag]         v0.17.0    -> v0.17.0
12:12:48 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
12:12:48 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.18.6 fedora-35
12:12:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
12:12:48 mkdir -p rpmbuild/SOURCES
12:12:48 docker run --rm -w /v \
12:12:48 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
12:12:48 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:48 	alpine \
12:12:48 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:12:48 Unable to find image 'alpine:latest' locally
12:12:48 latest: Pulling from library/alpine
12:12:49 9b18e9b68314: Pulling fs layer
12:12:49 9b18e9b68314: Verifying Checksum
12:12:49 9b18e9b68314: Download complete
12:12:49 9b18e9b68314: Pull complete
12:12:49 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
12:12:49 Status: Downloaded newer image for alpine:latest
12:12:56 mkdir -p rpmbuild/SOURCES
12:12:56 docker run --rm -w /v \
12:12:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
12:12:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:56 	alpine \
12:12:56 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:12:58 mkdir -p rpmbuild/SOURCES
12:12:58 docker run --rm -w /v \
12:12:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
12:12:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:58 	alpine \
12:12:58 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:12:59 mkdir -p rpmbuild/SOURCES
12:12:59 docker run --rm -w /v \
12:12:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:12:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:12:59 	alpine \
12:12:59 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:13:00 mkdir -p rpmbuild/SOURCES
12:13:00 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
12:13:00 mkdir -p rpmbuild/SOURCES
12:13:00 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
12:13:00 docker run --rm -w /v \
12:13:00 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
12:13:00 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
12:13:00 	alpine \
12:13:00 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
12:13:01 == Building packages for fedora-35 ==
12:13:01 mkdir -p "rpmbuild/fedora-35"
12:13:01 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.6-buster -t rpmbuild-fedora-35/aarch64 -f fedora-35/Dockerfile .
12:13:01 #1 [internal] load build definition from Dockerfile
12:13:01 #1 transferring dockerfile: 866B done
12:13:01 #1 DONE 0.1s
12:13:01 
12:13:01 #2 [internal] load .dockerignore
12:13:01 #2 transferring context: 2B done
12:13:01 #2 DONE 0.1s
12:13:01 
12:13:01 #3 [auth] library/fedora:pull token for registry-1.docker.io
12:13:01 #3 DONE 0.0s
12:13:01 
12:13:01 #4 [auth] library/golang:pull token for registry-1.docker.io
12:13:01 #4 DONE 0.0s
12:13:01 
12:13:01 #5 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:13:02 #5 DONE 0.4s
12:13:02 
12:13:02 #6 [internal] load metadata for docker.io/library/fedora:35
12:13:02 #6 DONE 0.5s
12:13:02 
12:13:02 #7 [internal] load build context
12:13:02 #7 DONE 0.0s
12:13:02 
12:13:02 #8 [stage-1 1/6] FROM docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a
12:13:02 #8 resolve docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a 0.0s done
12:13:02 #8 ...
12:13:02 
12:13:02 #7 [internal] load build context
12:13:02 #7 transferring context: 13.65kB done
12:13:02 #7 DONE 0.0s
12:13:02 
12:13:02 #8 [stage-1 1/6] FROM docker.io/library/fedora:35@sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a
12:13:02 #8 sha256:775b4cdd6b58e0dd0077142af08f123c9ed90ac24c4004f161afd01f86c3c95b 2.00kB / 2.00kB done
12:13:02 #8 sha256:623fc6c8f399e6dde93fc82beed08af10e667fa3896b48d4d41b3f93d652dd0c 0B / 53.61MB 0.1s
12:13:02 #8 sha256:f1e3a29da8990568c1da6a460cf9658ee7e9b409aa39c2aded67f7ac1dfe7e8a 1.20kB / 1.20kB done
12:13:02 #8 sha256:acf39c9fb7cd0fa51ee423f9536667007a1b52e98c6030c823007cf5686c7765 529B / 529B done
12:13:02 #8 sha256:623fc6c8f399e6dde93fc82beed08af10e667fa3896b48d4d41b3f93d652dd0c 20.19MB / 53.61MB 0.3s
12:13:02 #8 sha256:623fc6c8f399e6dde93fc82beed08af10e667fa3896b48d4d41b3f93d652dd0c 30.41MB / 53.61MB 0.4s
12:13:02 #8 sha256:623fc6c8f399e6dde93fc82beed08af10e667fa3896b48d4d41b3f93d652dd0c 49.28MB / 53.61MB 0.6s
12:13:02 #8 sha256:623fc6c8f399e6dde93fc82beed08af10e667fa3896b48d4d41b3f93d652dd0c 53.61MB / 53.61MB 0.7s
12:13:03 #8 sha256:623fc6c8f399e6dde93fc82beed08af10e667fa3896b48d4d41b3f93d652dd0c 53.61MB / 53.61MB 0.7s done
12:13:03 #8 extracting sha256:623fc6c8f399e6dde93fc82beed08af10e667fa3896b48d4d41b3f93d652dd0c
12:13:07 #8 extracting sha256:623fc6c8f399e6dde93fc82beed08af10e667fa3896b48d4d41b3f93d652dd0c 3.7s done
12:13:07 #8 DONE 5.0s
12:13:07 
12:13:07 #9 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:07 #9 resolve docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 0.0s done
12:13:07 #9 sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 988B / 988B done
12:13:07 #9 sha256:e2406a452ad23ba9085e0708f5e15309206a618eb828aa307becbb239414392f 49.23MB / 49.23MB 0.6s done
12:13:07 #9 sha256:91678e90eed09f0ef020521348ac09d6816bafc59c40f4fa0d821de2fb50f881 7.72MB / 7.72MB 0.2s done
12:13:07 #9 sha256:ad774b2f21e1cdc556bc366edaa16b75a9049b78721ed9597aaa872cf4cf652a 1.79kB / 1.79kB done
12:13:07 #9 sha256:0d316a0b54f8b4078fe7f7ea36b04be9c5479a9c7a2b48522112b35f95bcf272 7.12kB / 7.12kB done
12:13:07 #9 sha256:2d9f7a2d689202901c1750505adb5481f0e4499998084e1df70209fa11f8e8b5 9.77MB / 9.77MB 0.3s done
12:13:07 #9 sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201 52.18MB / 52.18MB 1.0s done
12:13:07 #9 extracting sha256:e2406a452ad23ba9085e0708f5e15309206a618eb828aa307becbb239414392f 3.3s done
12:13:07 #9 sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601 62.47MB / 62.47MB 1.6s done
12:13:07 #9 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 109.00MB / 109.00MB 2.8s done
12:13:07 #9 sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8 126B / 126B 1.1s done
12:13:07 #9 extracting sha256:91678e90eed09f0ef020521348ac09d6816bafc59c40f4fa0d821de2fb50f881 0.4s done
12:13:07 #9 extracting sha256:2d9f7a2d689202901c1750505adb5481f0e4499998084e1df70209fa11f8e8b5 0.3s done
12:13:07 #9 extracting sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201
12:13:10 #9 extracting sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201 2.2s done
12:13:10 #9 extracting sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601
12:13:12 #9 extracting sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601 2.5s done
12:13:12 #9 extracting sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2
12:13:18 #9 ...
12:13:18 
12:13:18 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:13:18 #0 3.838 Fedora 35 - aarch64                              24 MB/s |  75 MB     00:03    
12:13:18 #10 ...
12:13:18 
12:13:18 #9 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:18 #9 extracting sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 5.2s
12:13:18 #9 extracting sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 5.9s done
12:13:18 #9 extracting sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8
12:13:18 #9 extracting sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8 done
12:13:19 #9 DONE 16.9s
12:13:19 
12:13:19 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
12:13:31 #10 23.93 Fedora 35 openh264 (From Cisco) - aarch64       2.7 kB/s | 2.5 kB     00:00    
12:13:32 #10 25.24 Fedora Modular 35 - aarch64                     3.4 MB/s | 3.2 MB     00:00    
12:13:35 #10 27.70 Fedora 35 - aarch64 - Updates                    19 MB/s |  31 MB     00:01    
12:13:47 #10 38.23 Fedora Modular 35 - aarch64 - Updates           3.7 MB/s | 3.7 MB     00:01    
12:13:50 #10 43.29 Dependencies resolved.
12:13:50 #10 43.32 ================================================================================
12:13:50 #10 43.32  Package                       Arch      Version                Repo       Size
12:13:50 #10 43.32 ================================================================================
12:13:50 #10 43.32 Installing:
12:13:50 #10 43.32  dnf-plugins-core              noarch    4.2.1-1.fc35           updates    34 k
12:13:50 #10 43.32  rpm-build                     aarch64   4.17.1-3.fc35          updates    57 k
12:13:50 #10 43.32  rpmlint                       noarch    2.2.0-6.fc35           updates   240 k
12:13:50 #10 43.32 Upgrading:
12:13:50 #10 43.32  dnf                           noarch    4.14.0-1.fc35          updates   471 k
12:13:50 #10 43.32  dnf-data                      noarch    4.14.0-1.fc35          updates    42 k
12:13:50 #10 43.32  elfutils-libelf               aarch64   0.187-4.fc35           updates   197 k
12:13:50 #10 43.32  elfutils-libs                 aarch64   0.187-4.fc35           updates   255 k
12:13:50 #10 43.32  glibc                         aarch64   2.34-42.fc35           updates   1.7 M
12:13:50 #10 43.32  glibc-common                  aarch64   2.34-42.fc35           updates   292 k
12:13:50 #10 43.32  glibc-minimal-langpack        aarch64   2.34-42.fc35           updates    28 k
12:13:50 #10 43.32  libdnf                        aarch64   0.68.0-1.fc35          updates   607 k
12:13:50 #10 43.32  libsolv                       aarch64   0.7.22-1.fc35          updates   388 k
12:13:50 #10 43.32  python3-dnf                   noarch    4.14.0-1.fc35          updates   415 k
12:13:50 #10 43.32  python3-hawkey                aarch64   0.68.0-1.fc35          updates    99 k
12:13:50 #10 43.32  python3-libdnf                aarch64   0.68.0-1.fc35          updates   727 k
12:13:50 #10 43.32  python3-rpm                   aarch64   4.17.1-3.fc35          updates    91 k
12:13:50 #10 43.32  rpm                           aarch64   4.17.1-3.fc35          updates   534 k
12:13:50 #10 43.32  rpm-build-libs                aarch64   4.17.1-3.fc35          updates    87 k
12:13:50 #10 43.32  rpm-libs                      aarch64   4.17.1-3.fc35          updates   305 k
12:13:50 #10 43.32  rpm-sign-libs                 aarch64   4.17.1-3.fc35          updates    23 k
12:13:50 #10 43.32  yum                           noarch    4.14.0-1.fc35          updates    39 k
12:13:50 #10 43.32 Installing dependencies:
12:13:50 #10 43.32  ansible-srpm-macros           noarch    1-8.fc35               updates   7.7 k
12:13:50 #10 43.32  binutils                      aarch64   2.37-25.fc35           updates   6.3 M
12:13:50 #10 43.32  binutils-gold                 aarch64   2.37-25.fc35           updates   873 k
12:13:50 #10 43.32  bzip2                         aarch64   1.0.8-9.fc35           fedora     52 k
12:13:50 #10 43.32  cpio                          aarch64   2.13-11.fc35           fedora    268 k
12:13:50 #10 43.32  dash                          aarch64   0.5.10.2-9.fc35        fedora     97 k
12:13:50 #10 43.32  dbus-libs                     aarch64   1:1.12.22-1.fc35       updates   151 k
12:13:50 #10 43.32  debugedit                     aarch64   5.0-2.fc35             fedora     75 k
12:13:50 #10 43.32  desktop-file-utils            aarch64   0.26-5.fc35            updates    71 k
12:13:50 #10 43.32  devscripts-checkbashisms      aarch64   2.21.4-1.fc35          fedora     28 k
12:13:50 #10 43.32  diffutils                     aarch64   3.8-1.fc35             fedora    398 k
12:13:50 #10 43.32  dwz                           aarch64   0.14-2.fc35            fedora    125 k
12:13:50 #10 43.32  ed                            aarch64   1.14.2-11.fc35         fedora     73 k
12:13:50 #10 43.32  efi-srpm-macros               noarch    5-4.fc35               fedora     22 k
12:13:50 #10 43.32  elfutils                      aarch64   0.187-4.fc35           updates   516 k
12:13:50 #10 43.32  elfutils-debuginfod-client    aarch64   0.187-4.fc35           updates    38 k
12:13:50 #10 43.32  emacs-filesystem              noarch    1:27.2-9.fc35          fedora    9.0 k
12:13:50 #10 43.32  enchant                       aarch64   1:1.6.0-28.fc35        fedora     59 k
12:13:50 #10 43.32  file                          aarch64   5.40-9.fc35            fedora     51 k
12:13:50 #10 43.32  findutils                     aarch64   1:4.8.0-4.fc35         fedora    539 k
12:13:50 #10 43.32  fonts-filesystem              noarch    1:2.0.5-6.fc35         fedora    8.9 k
12:13:50 #10 43.32  fonts-srpm-macros             noarch    1:2.0.5-6.fc35         fedora     27 k
12:13:50 #10 43.32  fpc-srpm-macros               noarch    1.3-4.fc35             fedora    7.6 k
12:13:50 #10 43.32  gdb-minimal                   aarch64   12.1-1.fc35            updates   3.5 M
12:13:50 #10 43.32  gdk-pixbuf2                   aarch64   2.42.6-2.fc35          fedora    465 k
12:13:50 #10 43.32  ghc-srpm-macros               noarch    1.5.0-5.fc35           fedora    7.8 k
12:13:50 #10 43.32  glib-networking               aarch64   2.70.1-1.fc35          updates   176 k
12:13:50 #10 43.32  glibc-gconv-extra             aarch64   2.34-42.fc35           updates   1.6 M
12:13:50 #10 43.32  gnat-srpm-macros              noarch    4-14.fc35              fedora    8.2 k
12:13:50 #10 43.32  go-srpm-macros                noarch    3.2.0-1.fc35           updates    26 k
12:13:50 #10 43.32  groff-base                    aarch64   1.22.4-8.fc35          fedora    1.0 M
12:13:50 #10 43.32  gsettings-desktop-schemas     aarch64   41.0-1.fc35            fedora    688 k
12:13:50 #10 43.32  hunspell                      aarch64   1.7.0-11.fc35          fedora    316 k
12:13:50 #10 43.32  hunspell-en-GB                noarch    0.20140811.1-20.fc35   fedora    225 k
12:13:50 #10 43.32  hunspell-en-US                noarch    0.20140811.1-20.fc35   fedora    176 k
12:13:50 #10 43.32  hunspell-filesystem           aarch64   1.7.0-11.fc35          fedora    7.8 k
12:13:50 #10 43.32  info                          aarch64   6.8-2.fc35             fedora    220 k
12:13:50 #10 43.32  json-glib                     aarch64   1.6.6-1.fc35           fedora    149 k
12:13:50 #10 43.32  kernel-srpm-macros            noarch    1.0-6.fc35             fedora    8.0 k
12:13:50 #10 43.32  libappstream-glib             aarch64   0.7.18-3.fc35          fedora    373 k
12:13:50 #10 43.32  libevent                      aarch64   2.1.12-4.fc35          fedora    255 k
12:13:50 #10 43.32  libjpeg-turbo                 aarch64   2.1.0-3.fc35           fedora    170 k
12:13:50 #10 43.32  libpkgconf                    aarch64   1.8.0-1.fc35           fedora     36 k
12:13:50 #10 43.32  libpng                        aarch64   2:1.6.37-11.fc35       fedora    115 k
12:13:50 #10 43.32  libproxy                      aarch64   0.4.17-3.fc35          fedora     68 k
12:13:50 #10 43.32  libsoup                       aarch64   2.74.2-1.fc35          updates   385 k
12:13:50 #10 43.32  libstemmer                    aarch64   0-17.585svn.fc35       fedora     82 k
12:13:50 #10 43.32  lua-srpm-macros               noarch    1-5.fc35               fedora    8.4 k
12:13:50 #10 43.32  ncurses                       aarch64   6.2-8.20210508.fc35    fedora    400 k
12:13:50 #10 43.32  nim-srpm-macros               noarch    3-5.fc35               fedora    8.4 k
12:13:50 #10 43.32  ocaml-srpm-macros             noarch    6-5.fc35               fedora    7.8 k
12:13:50 #10 43.32  openblas-srpm-macros          noarch    2-10.fc35              fedora    7.4 k
12:13:50 #10 43.32  patch                         aarch64   2.7.6-15.fc35          fedora    124 k
12:13:50 #10 43.32  perl-AutoLoader               noarch    5.74-486.fc35          updates    26 k
12:13:50 #10 43.32  perl-B                        aarch64   1.82-486.fc35          updates   186 k
12:13:50 #10 43.32  perl-Carp                     noarch    1.52-478.fc35          fedora     29 k
12:13:50 #10 43.32  perl-Class-Struct             noarch    0.66-486.fc35          updates    27 k
12:13:50 #10 43.32  perl-Data-Dumper              aarch64   2.183-2.fc35           fedora     55 k
12:13:50 #10 43.32  perl-Digest                   noarch    1.20-1.fc35            fedora     25 k
12:13:50 #10 43.32  perl-Digest-MD5               aarch64   2.58-478.fc35          fedora     36 k
12:13:50 #10 43.32  perl-DynaLoader               aarch64   1.50-486.fc35          updates    30 k
12:13:50 #10 43.32  perl-Encode                   aarch64   4:3.15-482.fc35        updates   1.7 M
12:13:50 #10 43.32  perl-Errno                    aarch64   1.33-486.fc35          updates    19 k
12:13:50 #10 43.32  perl-Exporter                 noarch    5.76-479.fc35          fedora     31 k
12:13:50 #10 43.32  perl-Fcntl                    aarch64   1.14-486.fc35          updates    25 k
12:13:50 #10 43.32  perl-File-Basename            noarch    2.85-486.fc35          updates    22 k
12:13:50 #10 43.32  perl-File-Path                noarch    2.18-478.fc35          fedora     35 k
12:13:50 #10 43.32  perl-File-Temp                noarch    1:0.231.100-478.fc35   fedora     59 k
12:13:50 #10 43.32  perl-File-stat                noarch    1.09-486.fc35          updates    22 k
12:13:50 #10 43.32  perl-FileHandle               noarch    2.03-486.fc35          updates    20 k
12:13:50 #10 43.32  perl-Getopt-Long              noarch    1:2.52-478.fc35        fedora     60 k
12:13:50 #10 43.32  perl-Getopt-Std               noarch    1.13-486.fc35          updates    20 k
12:13:50 #10 43.32  perl-HTTP-Tiny                noarch    0.080-1.fc35           updates    55 k
12:13:50 #10 43.32  perl-IO                       aarch64   1.46-486.fc35          updates    92 k
12:13:50 #10 43.32  perl-IPC-Open3                noarch    1.21-486.fc35          updates    27 k
12:13:50 #10 43.32  perl-MIME-Base64              aarch64   3.16-478.fc35          fedora     30 k
12:13:50 #10 43.32  perl-Net-SSLeay               aarch64   1.90-4.fc35            fedora    350 k
12:13:50 #10 43.32  perl-POSIX                    aarch64   1.97-486.fc35          updates   102 k
12:13:50 #10 43.32  perl-PathTools                aarch64   3.80-478.fc35          fedora     85 k
12:13:50 #10 43.32  perl-Pod-Escapes              noarch    1:1.07-478.fc35        fedora     20 k
12:13:50 #10 43.32  perl-Pod-Perldoc              noarch    3.28.01-479.fc35       fedora     84 k
12:13:50 #10 43.32  perl-Pod-Simple               noarch    1:3.43-2.fc35          fedora    215 k
12:13:50 #10 43.32  perl-Pod-Usage                noarch    4:2.01-478.fc35        fedora     40 k
12:13:50 #10 43.32  perl-Scalar-List-Utils        aarch64   5:1.62-463.fc35        updates    71 k
12:13:50 #10 43.32  perl-SelectSaver              noarch    1.02-486.fc35          updates    16 k
12:13:50 #10 43.32  perl-Socket                   aarch64   4:2.032-2.fc35         fedora     54 k
12:13:50 #10 43.32  perl-Storable                 aarch64   1:3.25-1.fc35          fedora     93 k
12:13:50 #10 43.32  perl-Symbol                   noarch    1.09-486.fc35          updates    19 k
12:13:50 #10 43.32  perl-Term-ANSIColor           noarch    5.01-479.fc35          fedora     48 k
12:13:50 #10 43.32  perl-Term-Cap                 noarch    1.17-478.fc35          fedora     22 k
12:13:50 #10 43.32  perl-Text-ParseWords          noarch    3.30-478.fc35          fedora     16 k
12:13:50 #10 43.32  perl-Text-Tabs+Wrap           noarch    2021.0814-1.fc35       fedora     22 k
12:13:50 #10 43.32  perl-Time-Local               noarch    2:1.300-478.fc35       fedora     33 k
12:13:50 #10 43.32  perl-URI                      noarch    5.09-4.fc35            fedora    108 k
12:13:50 #10 43.32  perl-base                     noarch    2.27-486.fc35          updates    21 k
12:13:50 #10 43.32  perl-constant                 noarch    1.33-479.fc35          fedora     23 k
12:13:50 #10 43.32  perl-if                       noarch    0.60.900-486.fc35      updates    18 k
12:13:50 #10 43.32  perl-interpreter              aarch64   4:5.34.1-486.fc35      updates    76 k
12:13:50 #10 43.32  perl-libnet                   noarch    3.13-479.fc35          fedora    125 k
12:13:50 #10 43.32  perl-libs                     aarch64   4:5.34.1-486.fc35      updates   2.0 M
12:13:50 #10 43.32  perl-mro                      aarch64   1.25-486.fc35          updates    32 k
12:13:50 #10 43.32  perl-overload                 noarch    1.33-486.fc35          updates    50 k
12:13:50 #10 43.32  perl-overloading              noarch    0.02-486.fc35          updates    17 k
12:13:50 #10 43.32  perl-parent                   noarch    1:0.238-478.fc35       fedora     14 k
12:13:50 #10 43.32  perl-podlators                noarch    1:4.14-478.fc35        fedora    111 k
12:13:50 #10 43.32  perl-srpm-macros              noarch    1-42.fc35              fedora    8.3 k
12:13:50 #10 43.32  perl-subs                     noarch    1.04-486.fc35          updates    16 k
12:13:50 #10 43.32  perl-vars                     noarch    1.05-486.fc35          updates    17 k
12:13:50 #10 43.32  pkgconf                       aarch64   1.8.0-1.fc35           fedora     41 k
12:13:50 #10 43.32  pkgconf-m4                    noarch    1.8.0-1.fc35           fedora     14 k
12:13:50 #10 43.32  pkgconf-pkg-config            aarch64   1.8.0-1.fc35           fedora     10 k
12:13:50 #10 43.32  protobuf-c                    aarch64   1.4.0-1.fc35           fedora     36 k
12:13:50 #10 43.32  python-srpm-macros            noarch    3.10-12.fc35           updates    22 k
12:13:50 #10 43.32  python3-construct             noarch    2.10.68-1.fc35         updates   112 k
12:13:50 #10 43.32  python3-dateutil              noarch    1:2.8.1-7.fc35         fedora    289 k
12:13:50 #10 43.32  python3-dbus                  aarch64   1.2.18-2.fc35          fedora    132 k
12:13:50 #10 43.32  python3-distro                noarch    1.6.0-1.fc35           fedora     38 k
12:13:50 #10 43.32  python3-dnf-plugins-core      noarch    4.2.1-1.fc35           updates   221 k
12:13:50 #10 43.32  python3-enchant               noarch    3.2.2-1.fc35           updates    79 k
12:13:50 #10 43.32  python3-pybeam                noarch    0.7-1.fc35             fedora     24 k
12:13:50 #10 43.32  python3-pyxdg                 noarch    0.27-3.fc35            fedora     96 k
12:13:50 #10 43.32  python3-six                   noarch    1.16.0-4.fc35          fedora     36 k
12:13:50 #10 43.32  python3-toml                  noarch    0.10.2-5.fc35          fedora     39 k
12:13:50 #10 43.32  python3-zstd                  aarch64   1.4.5.1-5.fc35         fedora     19 k
12:13:50 #10 43.32  qt5-srpm-macros               noarch    5.15.2-3.fc35          fedora    8.2 k
12:13:50 #10 43.32  redhat-rpm-config             noarch    202-1.fc35             updates    63 k
12:13:50 #10 43.32  rpmautospec-rpm-macros        noarch    0.3.0-1.fc35           updates   8.6 k
12:13:50 #10 43.32  rust-srpm-macros              noarch    22-1.fc35              updates   9.0 k
12:13:50 #10 43.32  shared-mime-info              aarch64   2.1-3.fc35             fedora    373 k
12:13:50 #10 43.32  systemd-libs                  aarch64   249.12-5.fc35          updates   579 k
12:13:50 #10 43.32  unbound-libs                  aarch64   1.16.2-3.fc35          updates   507 k
12:13:50 #10 43.32  unzip                         aarch64   6.0-53.fc35            fedora    176 k
12:13:50 #10 43.32  xxhash-libs                   aarch64   0.8.1-1.fc35           updates    33 k
12:13:50 #10 43.32  xz                            aarch64   5.2.5-7.fc35           fedora    215 k
12:13:50 #10 43.32  zip                           aarch64   3.0-31.fc35            fedora    253 k
12:13:50 #10 43.32  zstd                          aarch64   1.5.2-2.fc35           updates   403 k
12:13:50 #10 43.32 Installing weak dependencies:
12:13:50 #10 43.32  abattis-cantarell-fonts       noarch    0.301-5.fc35           updates   364 k
12:13:50 #10 43.32  adobe-source-code-pro-fonts   noarch    2.030.1.050-11.fc35    fedora    831 k
12:13:50 #10 43.32  deltarpm                      aarch64   3.6.2-10.fc35          fedora     88 k
12:13:50 #10 43.32  hunspell-en                   noarch    0.20140811.1-20.fc35   fedora    180 k
12:13:50 #10 43.32  perl-IO-Socket-IP             noarch    0.41-479.fc35          fedora     42 k
12:13:50 #10 43.32  perl-IO-Socket-SSL            noarch    2.072-1.fc35           fedora    217 k
12:13:50 #10 43.32  perl-Mozilla-CA               noarch    20211001-1.fc35        updates    12 k
12:13:50 #10 43.32  perl-NDBM_File                aarch64   1.15-486.fc35          updates    27 k
12:13:50 #10 43.32  python3-unbound               aarch64   1.16.2-3.fc35          updates    98 k
12:13:50 #10 43.32  rpmlint-fedora-license-data   noarch    1.4-1.fc35             updates    14 k
12:13:50 #10 43.32  unbound-anchor                aarch64   1.16.2-3.fc35          updates    35 k
12:13:50 #10 43.32 
12:13:50 #10 43.32 Transaction Summary
12:13:50 #10 43.32 ================================================================================
12:13:50 #10 43.32 Install  150 Packages
12:13:50 #10 43.32 Upgrade   18 Packages
12:13:50 #10 43.32 
12:13:50 #10 43.33 Total download size: 39 M
12:13:50 #10 43.34 Downloading Packages:
12:13:51 #10 44.10 (1/168): bzip2-1.0.8-9.fc35.aarch64.rpm         226 kB/s |  52 kB     00:00    
12:13:51 #10 44.11 (2/168): cpio-2.13-11.fc35.aarch64.rpm          1.1 MB/s | 268 kB     00:00    
12:13:51 #10 44.12 (3/168): adobe-source-code-pro-fonts-2.030.1.05 3.2 MB/s | 831 kB     00:00    
12:13:51 #10 44.13 (4/168): dash-0.5.10.2-9.fc35.aarch64.rpm       3.6 MB/s |  97 kB     00:00    
12:13:51 #10 44.13 (5/168): debugedit-5.0-2.fc35.aarch64.rpm       3.8 MB/s |  75 kB     00:00    
12:13:51 #10 44.14 (6/168): deltarpm-3.6.2-10.fc35.aarch64.rpm     7.2 MB/s |  88 kB     00:00    
12:13:51 #10 44.14 (7/168): diffutils-3.8-1.fc35.aarch64.rpm        34 MB/s | 398 kB     00:00    
12:13:51 #10 44.15 (8/168): devscripts-checkbashisms-2.21.4-1.fc35 1.7 MB/s |  28 kB     00:00    
12:13:51 #10 44.15 (9/168): dwz-0.14-2.fc35.aarch64.rpm            8.9 MB/s | 125 kB     00:00    
12:13:51 #10 44.16 (10/168): ed-1.14.2-11.fc35.aarch64.rpm         5.9 MB/s |  73 kB     00:00    
12:13:51 #10 44.16 (11/168): efi-srpm-macros-5-4.fc35.noarch.rpm   2.8 MB/s |  22 kB     00:00    
12:13:51 #10 44.16 (12/168): emacs-filesystem-27.2-9.fc35.noarch.r 903 kB/s | 9.0 kB     00:00    
12:13:51 #10 44.17 (13/168): enchant-1.6.0-28.fc35.aarch64.rpm     5.7 MB/s |  59 kB     00:00    
12:13:51 #10 44.17 (14/168): file-5.40-9.fc35.aarch64.rpm          5.2 MB/s |  51 kB     00:00    
12:13:51 #10 44.18 (15/168): findutils-4.8.0-4.fc35.aarch64.rpm     35 MB/s | 539 kB     00:00    
12:13:51 #10 44.18 (16/168): fonts-filesystem-2.0.5-6.fc35.noarch. 684 kB/s | 8.9 kB     00:00    
12:13:51 #10 44.19 (17/168): fonts-srpm-macros-2.0.5-6.fc35.noarch 3.3 MB/s |  27 kB     00:00    
12:13:51 #10 44.19 (18/168): fpc-srpm-macros-1.3-4.fc35.noarch.rpm 717 kB/s | 7.6 kB     00:00    
12:13:51 #10 44.20 (19/168): gdk-pixbuf2-2.42.6-2.fc35.aarch64.rpm  33 MB/s | 465 kB     00:00    
12:13:51 #10 44.20 (20/168): ghc-srpm-macros-1.5.0-5.fc35.noarch.r 890 kB/s | 7.8 kB     00:00    
12:13:51 #10 44.20 (21/168): gnat-srpm-macros-4-14.fc35.noarch.rpm 718 kB/s | 8.2 kB     00:00    
12:13:51 #10 44.25 (22/168): groff-base-1.22.4-8.fc35.aarch64.rpm   20 MB/s | 1.0 MB     00:00    
12:13:51 #10 44.26 (23/168): gsettings-desktop-schemas-41.0-1.fc35  13 MB/s | 688 kB     00:00    
12:13:51 #10 44.30 (24/168): hunspell-1.7.0-11.fc35.aarch64.rpm    3.5 MB/s | 316 kB     00:00    
12:13:51 #10 44.30 (25/168): hunspell-en-0.20140811.1-20.fc35.noar 3.4 MB/s | 180 kB     00:00    
12:13:51 #10 44.31 (26/168): hunspell-en-US-0.20140811.1-20.fc35.n  20 MB/s | 176 kB     00:00    
12:13:51 #10 44.31 (27/168): hunspell-en-GB-0.20140811.1-20.fc35.n  15 MB/s | 225 kB     00:00    
12:13:51 #10 44.31 (28/168): hunspell-filesystem-1.7.0-11.fc35.aar 647 kB/s | 7.8 kB     00:00    
12:13:51 #10 44.32 (29/168): info-6.8-2.fc35.aarch64.rpm            16 MB/s | 220 kB     00:00    
12:13:51 #10 44.32 (30/168): kernel-srpm-macros-1.0-6.fc35.noarch. 964 kB/s | 8.0 kB     00:00    
12:13:51 #10 44.33 (31/168): json-glib-1.6.6-1.fc35.aarch64.rpm     10 MB/s | 149 kB     00:00    
12:13:51 #10 44.36 (32/168): libappstream-glib-0.7.18-3.fc35.aarch 9.4 MB/s | 373 kB     00:00    
12:13:51 #10 44.37 (33/168): libevent-2.1.12-4.fc35.aarch64.rpm    6.2 MB/s | 255 kB     00:00    
12:13:51 #10 44.37 (34/168): libjpeg-turbo-2.1.0-3.fc35.aarch64.rp  15 MB/s | 170 kB     00:00    
12:13:51 #10 44.38 (35/168): libpkgconf-1.8.0-1.fc35.aarch64.rpm   2.4 MB/s |  36 kB     00:00    
12:13:51 #10 44.38 (36/168): libpng-1.6.37-11.fc35.aarch64.rpm     8.9 MB/s | 115 kB     00:00    
12:13:51 #10 44.39 (37/168): libproxy-0.4.17-3.fc35.aarch64.rpm    8.5 MB/s |  68 kB     00:00    
12:13:51 #10 44.39 (38/168): libstemmer-0-17.585svn.fc35.aarch64.r 7.0 MB/s |  82 kB     00:00    
12:13:51 #10 44.39 (39/168): lua-srpm-macros-1-5.fc35.noarch.rpm   751 kB/s | 8.4 kB     00:00    
12:13:51 #10 44.40 (40/168): nim-srpm-macros-3-5.fc35.noarch.rpm   1.2 MB/s | 8.4 kB     00:00    
12:13:51 #10 44.40 (41/168): ncurses-6.2-8.20210508.fc35.aarch64.r  30 MB/s | 400 kB     00:00    
12:13:51 #10 44.41 (42/168): ocaml-srpm-macros-6-5.fc35.noarch.rpm 689 kB/s | 7.8 kB     00:00    
12:13:51 #10 44.41 (43/168): openblas-srpm-macros-2-10.fc35.noarch 652 kB/s | 7.4 kB     00:00    
12:13:51 #10 44.41 (44/168): perl-Carp-1.52-478.fc35.noarch.rpm    4.1 MB/s |  29 kB     00:00    
12:13:51 #10 44.42 (45/168): patch-2.7.6-15.fc35.aarch64.rpm        10 MB/s | 124 kB     00:00    
12:13:51 #10 44.42 (46/168): perl-Data-Dumper-2.183-2.fc35.aarch64 5.0 MB/s |  55 kB     00:00    
12:13:51 #10 44.43 (47/168): perl-Digest-1.20-1.fc35.noarch.rpm    2.3 MB/s |  25 kB     00:00    
12:13:51 #10 44.43 (48/168): perl-Digest-MD5-2.58-478.fc35.aarch64 5.1 MB/s |  36 kB     00:00    
12:13:51 #10 44.43 (49/168): perl-Exporter-5.76-479.fc35.noarch.rp 3.0 MB/s |  31 kB     00:00    
12:13:51 #10 44.44 (50/168): perl-File-Path-2.18-478.fc35.noarch.r 3.4 MB/s |  35 kB     00:00    
12:13:51 #10 44.44 (51/168): perl-File-Temp-0.231.100-478.fc35.noa 8.3 MB/s |  59 kB     00:00    
12:13:51 #10 44.44 (52/168): perl-Getopt-Long-2.52-478.fc35.noarch 5.3 MB/s |  60 kB     00:00    
12:13:51 #10 44.45 (53/168): perl-IO-Socket-IP-0.41-479.fc35.noarc 3.7 MB/s |  42 kB     00:00    
12:13:51 #10 44.45 (54/168): perl-IO-Socket-SSL-2.072-1.fc35.noarc  25 MB/s | 217 kB     00:00    
12:13:51 #10 44.46 (55/168): perl-MIME-Base64-3.16-478.fc35.aarch6 2.6 MB/s |  30 kB     00:00    
12:13:51 #10 44.46 (56/168): perl-Net-SSLeay-1.90-4.fc35.aarch64.r  25 MB/s | 350 kB     00:00    
12:13:51 #10 44.47 (57/168): perl-PathTools-3.80-478.fc35.aarch64. 8.7 MB/s |  85 kB     00:00    
12:13:51 #10 44.47 (58/168): perl-Pod-Escapes-1.07-478.fc35.noarch 1.6 MB/s |  20 kB     00:00    
12:13:51 #10 44.48 (59/168): perl-Pod-Perldoc-3.28.01-479.fc35.noa 7.8 MB/s |  84 kB     00:00    
12:13:51 #10 44.48 (60/168): perl-Pod-Simple-3.43-2.fc35.noarch.rp  24 MB/s | 215 kB     00:00    
12:13:51 #10 44.48 (61/168): perl-Pod-Usage-2.01-478.fc35.noarch.r 3.3 MB/s |  40 kB     00:00    
12:13:51 #10 44.49 (62/168): perl-Socket-2.032-2.fc35.aarch64.rpm  4.4 MB/s |  54 kB     00:00    
12:13:51 #10 44.49 (63/168): perl-Storable-3.25-1.fc35.aarch64.rpm  11 MB/s |  93 kB     00:00    
12:13:51 #10 44.50 (64/168): perl-Term-ANSIColor-5.01-479.fc35.noa 4.2 MB/s |  48 kB     00:00    
12:13:51 #10 44.50 (65/168): perl-Term-Cap-1.17-478.fc35.noarch.rp 2.1 MB/s |  22 kB     00:00    
12:13:51 #10 44.50 (66/168): perl-Text-ParseWords-3.30-478.fc35.no 2.5 MB/s |  16 kB     00:00    
12:13:51 #10 44.51 (67/168): perl-Text-Tabs+Wrap-2021.0814-1.fc35. 2.4 MB/s |  22 kB     00:00    
12:13:51 #10 44.51 (68/168): perl-Time-Local-1.300-478.fc35.noarch 3.4 MB/s |  33 kB     00:00    
12:13:51 #10 44.52 (69/168): perl-URI-5.09-4.fc35.noarch.rpm        13 MB/s | 108 kB     00:00    
12:13:51 #10 44.52 (70/168): perl-constant-1.33-479.fc35.noarch.rp 2.0 MB/s |  23 kB     00:00    
12:13:51 #10 44.52 (71/168): perl-libnet-3.13-479.fc35.noarch.rpm   10 MB/s | 125 kB     00:00    
12:13:51 #10 44.53 (72/168): perl-parent-0.238-478.fc35.noarch.rpm 1.8 MB/s |  14 kB     00:00    
12:13:51 #10 44.53 (73/168): perl-podlators-4.14-478.fc35.noarch.r 9.4 MB/s | 111 kB     00:00    
12:13:51 #10 44.54 (74/168): perl-srpm-macros-1-42.fc35.noarch.rpm 757 kB/s | 8.3 kB     00:00    
12:13:51 #10 44.54 (75/168): pkgconf-1.8.0-1.fc35.aarch64.rpm      5.4 MB/s |  41 kB     00:00    
12:13:51 #10 44.54 (76/168): pkgconf-m4-1.8.0-1.fc35.noarch.rpm    1.4 MB/s |  14 kB     00:00    
12:13:51 #10 44.55 (77/168): pkgconf-pkg-config-1.8.0-1.fc35.aarch 968 kB/s |  10 kB     00:00    
12:13:51 #10 44.55 (78/168): protobuf-c-1.4.0-1.fc35.aarch64.rpm   4.5 MB/s |  36 kB     00:00    
12:13:51 #10 44.56 (79/168): python3-dateutil-2.8.1-7.fc35.noarch.  20 MB/s | 289 kB     00:00    
12:13:51 #10 44.56 (80/168): python3-dbus-1.2.18-2.fc35.aarch64.rp 9.0 MB/s | 132 kB     00:00    
12:13:51 #10 44.57 (81/168): python3-distro-1.6.0-1.fc35.noarch.rp 4.6 MB/s |  38 kB     00:00    
12:13:51 #10 44.57 (82/168): python3-pybeam-0.7-1.fc35.noarch.rpm  2.0 MB/s |  24 kB     00:00    
12:13:51 #10 44.58 (83/168): python3-pyxdg-0.27-3.fc35.noarch.rpm  8.1 MB/s |  96 kB     00:00    
12:13:51 #10 44.58 (84/168): python3-six-1.16.0-4.fc35.noarch.rpm  4.6 MB/s |  36 kB     00:00    
12:13:51 #10 44.58 (85/168): python3-toml-0.10.2-5.fc35.noarch.rpm 3.3 MB/s |  39 kB     00:00    
12:13:51 #10 44.59 (86/168): python3-zstd-1.4.5.1-5.fc35.aarch64.r 1.7 MB/s |  19 kB     00:00    
12:13:51 #10 44.59 (87/168): qt5-srpm-macros-5.15.2-3.fc35.noarch. 1.1 MB/s | 8.2 kB     00:00    
12:13:51 #10 44.60 (88/168): shared-mime-info-2.1-3.fc35.aarch64.r  29 MB/s | 373 kB     00:00    
12:13:51 #10 44.60 (89/168): unzip-6.0-53.fc35.aarch64.rpm          14 MB/s | 176 kB     00:00    
12:13:51 #10 44.66 (90/168): zip-3.0-31.fc35.aarch64.rpm           4.0 MB/s | 253 kB     00:00    
12:13:51 #10 44.67 (91/168): xz-5.2.5-7.fc35.aarch64.rpm           3.1 MB/s | 215 kB     00:00    
12:13:51 #10 44.67 (92/168): abattis-cantarell-fonts-0.301-5.fc35. 5.2 MB/s | 364 kB     00:00    
12:13:52 #10 44.68 (93/168): ansible-srpm-macros-1-8.fc35.noarch.r 562 kB/s | 7.7 kB     00:00    
12:13:52 #10 44.69 (94/168): binutils-gold-2.37-25.fc35.aarch64.rp  58 MB/s | 873 kB     00:00    
12:13:52 #10 44.70 (95/168): dbus-libs-1.12.22-1.fc35.aarch64.rpm  8.6 MB/s | 151 kB     00:00    
12:13:52 #10 44.71 (96/168): desktop-file-utils-0.26-5.fc35.aarch6 3.6 MB/s |  71 kB     00:00    
12:13:52 #10 44.72 (97/168): dnf-plugins-core-4.2.1-1.fc35.noarch. 1.7 MB/s |  34 kB     00:00    
12:13:52 #10 44.74 (98/168): binutils-2.37-25.fc35.aarch64.rpm      90 MB/s | 6.3 MB     00:00    
12:13:52 #10 44.75 (99/168): elfutils-0.187-4.fc35.aarch64.rpm      13 MB/s | 516 kB     00:00    
12:13:52 #10 44.75 (100/168): elfutils-debuginfod-client-0.187-4.f 1.3 MB/s |  38 kB     00:00    
12:13:52 #10 44.77 (101/168): glib-networking-2.70.1-1.fc35.aarch6  11 MB/s | 176 kB     00:00    
12:13:52 #10 44.79 (102/168): gdb-minimal-12.1-1.fc35.aarch64.rpm   85 MB/s | 3.5 MB     00:00    
12:13:52 #10 44.80 (103/168): glibc-gconv-extra-2.34-42.fc35.aarch  38 MB/s | 1.6 MB     00:00    
12:13:52 #10 44.80 (104/168): go-srpm-macros-3.2.0-1.fc35.noarch.r 822 kB/s |  26 kB     00:00    
12:13:52 #10 44.81 (105/168): libsoup-2.74.2-1.fc35.aarch64.rpm     19 MB/s | 385 kB     00:00    
12:13:52 #10 44.82 (106/168): perl-AutoLoader-5.74-486.fc35.noarch 2.4 MB/s |  26 kB     00:00    
12:13:52 #10 44.82 (107/168): perl-B-1.82-486.fc35.aarch64.rpm      13 MB/s | 186 kB     00:00    
12:13:52 #10 44.83 (108/168): perl-Class-Struct-0.66-486.fc35.noar 2.3 MB/s |  27 kB     00:00    
12:13:52 #10 44.83 (109/168): perl-DynaLoader-1.50-486.fc35.aarch6 3.2 MB/s |  30 kB     00:00    
12:13:52 #10 44.84 (110/168): perl-Errno-1.33-486.fc35.aarch64.rpm 2.1 MB/s |  19 kB     00:00    
12:13:52 #10 44.91 (111/168): perl-Encode-3.15-482.fc35.aarch64.rp  20 MB/s | 1.7 MB     00:00    
12:13:52 #10 44.91 (112/168): perl-Fcntl-1.14-486.fc35.aarch64.rpm 320 kB/s |  25 kB     00:00    
12:13:52 #10 44.92 (113/168): perl-File-Basename-2.85-486.fc35.noa 276 kB/s |  22 kB     00:00    
12:13:52 #10 44.92 (114/168): perl-File-stat-1.09-486.fc35.noarch. 3.2 MB/s |  22 kB     00:00    
12:13:52 #10 44.92 (115/168): perl-FileHandle-2.03-486.fc35.noarch 2.1 MB/s |  20 kB     00:00    
12:13:52 #10 44.93 (116/168): perl-Getopt-Std-1.13-486.fc35.noarch 1.9 MB/s |  20 kB     00:00    
12:13:52 #10 44.93 (117/168): perl-HTTP-Tiny-0.080-1.fc35.noarch.r 7.2 MB/s |  55 kB     00:00    
12:13:52 #10 44.94 (118/168): perl-IO-1.46-486.fc35.aarch64.rpm    8.2 MB/s |  92 kB     00:00    
12:13:52 #10 44.96 (119/168): perl-IPC-Open3-1.21-486.fc35.noarch. 863 kB/s |  27 kB     00:00    
12:13:52 #10 44.96 (120/168): perl-Mozilla-CA-20211001-1.fc35.noar 438 kB/s |  12 kB     00:00    
12:13:52 #10 44.97 (121/168): perl-NDBM_File-1.15-486.fc35.aarch64 851 kB/s |  27 kB     00:00    
12:13:52 #10 44.97 (122/168): perl-POSIX-1.97-486.fc35.aarch64.rpm 9.0 MB/s | 102 kB     00:00    
12:13:52 #10 44.98 (123/168): perl-Scalar-List-Utils-1.62-463.fc35 7.2 MB/s |  71 kB     00:00    
12:13:52 #10 44.98 (124/168): perl-SelectSaver-1.02-486.fc35.noarc 1.3 MB/s |  16 kB     00:00    
12:13:52 #10 44.99 (125/168): perl-Symbol-1.09-486.fc35.noarch.rpm 1.5 MB/s |  19 kB     00:00    
12:13:52 #10 44.99 (126/168): perl-if-0.60.900-486.fc35.noarch.rpm 2.3 MB/s |  18 kB     00:00    
12:13:52 #10 44.99 (127/168): perl-base-2.27-486.fc35.noarch.rpm   1.7 MB/s |  21 kB     00:00    
12:13:52 #10 45.00 (128/168): perl-interpreter-5.34.1-486.fc35.aar 7.0 MB/s |  76 kB     00:00    
12:13:52 #10 45.01 (129/168): perl-libs-5.34.1-486.fc35.aarch64.rp  91 MB/s | 2.0 MB     00:00    
12:13:52 #10 45.02 (130/168): perl-mro-1.25-486.fc35.aarch64.rpm   2.2 MB/s |  32 kB     00:00    
12:13:52 #10 45.02 (131/168): perl-overload-1.33-486.fc35.noarch.r 2.8 MB/s |  50 kB     00:00    
12:13:52 #10 45.03 (132/168): perl-overloading-0.02-486.fc35.noarc 3.6 MB/s |  17 kB     00:00    
12:13:52 #10 45.03 (133/168): perl-subs-1.04-486.fc35.noarch.rpm   1.9 MB/s |  16 kB     00:00    
12:13:52 #10 45.03 (134/168): perl-vars-1.05-486.fc35.noarch.rpm   1.3 MB/s |  17 kB     00:00    
12:13:52 #10 45.04 (135/168): python-srpm-macros-3.10-12.fc35.noar 1.9 MB/s |  22 kB     00:00    
12:13:52 #10 45.04 (136/168): python3-dnf-plugins-core-4.2.1-1.fc3  27 MB/s | 221 kB     00:00    
12:13:52 #10 45.05 (137/168): python3-construct-2.10.68-1.fc35.noa 8.7 MB/s | 112 kB     00:00    
12:13:52 #10 45.05 (138/168): python3-enchant-3.2.2-1.fc35.noarch. 6.7 MB/s |  79 kB     00:00    
12:13:52 #10 45.06 (139/168): python3-unbound-1.16.2-3.fc35.aarch6 8.0 MB/s |  98 kB     00:00    
12:13:52 #10 45.06 (140/168): redhat-rpm-config-202-1.fc35.noarch. 7.0 MB/s |  63 kB     00:00    
12:13:52 #10 45.06 (141/168): rpm-build-4.17.1-3.fc35.aarch64.rpm  4.6 MB/s |  57 kB     00:00    
12:13:52 #10 45.07 (142/168): rpmautospec-rpm-macros-0.3.0-1.fc35. 749 kB/s | 8.6 kB     00:00    
12:13:52 #10 45.07 (143/168): rpmlint-fedora-license-data-1.4-1.fc 2.0 MB/s |  14 kB     00:00    
12:13:52 #10 45.08 (144/168): rust-srpm-macros-22-1.fc35.noarch.rp 1.3 MB/s | 9.0 kB     00:00    
12:13:52 #10 45.09 (145/168): systemd-libs-249.12-5.fc35.aarch64.r  48 MB/s | 579 kB     00:00    
12:13:52 #10 45.09 (146/168): rpmlint-2.2.0-6.fc35.noarch.rpm      9.3 MB/s | 240 kB     00:00    
12:13:52 #10 45.09 (147/168): unbound-anchor-1.16.2-3.fc35.aarch64 2.2 MB/s |  35 kB     00:00    
12:13:52 #10 45.10 (148/168): unbound-libs-1.16.2-3.fc35.aarch64.r  31 MB/s | 507 kB     00:00    
12:13:52 #10 45.11 (149/168): xxhash-libs-0.8.1-1.fc35.aarch64.rpm 3.0 MB/s |  33 kB     00:00    
12:13:52 #10 45.11 (150/168): zstd-1.5.2-2.fc35.aarch64.rpm         25 MB/s | 403 kB     00:00    
12:13:52 #10 45.12 (151/168): dnf-4.14.0-1.fc35.noarch.rpm          31 MB/s | 471 kB     00:00    
12:13:52 #10 45.12 (152/168): dnf-data-4.14.0-1.fc35.noarch.rpm    4.6 MB/s |  42 kB     00:00    
12:13:52 #10 45.13 (153/168): elfutils-libelf-0.187-4.fc35.aarch64  15 MB/s | 197 kB     00:00    
12:13:52 #10 45.13 (154/168): elfutils-libs-0.187-4.fc35.aarch64.r  20 MB/s | 255 kB     00:00    
12:13:52 #10 45.14 (155/168): glibc-common-2.34-42.fc35.aarch64.rp  24 MB/s | 292 kB     00:00    
12:13:52 #10 45.15 (156/168): glibc-2.34-42.fc35.aarch64.rpm        75 MB/s | 1.7 MB     00:00    
12:13:52 #10 45.15 (157/168): glibc-minimal-langpack-2.34-42.fc35. 1.5 MB/s |  28 kB     00:00    
12:13:52 #10 45.16 (158/168): libdnf-0.68.0-1.fc35.aarch64.rpm      32 MB/s | 607 kB     00:00    
12:13:52 #10 45.17 (159/168): python3-dnf-4.14.0-1.fc35.noarch.rpm  33 MB/s | 415 kB     00:00    
12:13:52 #10 45.21 (160/168): libsolv-0.7.22-1.fc35.aarch64.rpm    7.1 MB/s | 388 kB     00:00    
12:13:52 #10 45.21 (161/168): python3-hawkey-0.68.0-1.fc35.aarch64 2.0 MB/s |  99 kB     00:00    
12:13:52 #10 45.26 (162/168): python3-libdnf-0.68.0-1.fc35.aarch64 7.7 MB/s | 727 kB     00:00    
12:13:52 #10 45.27 (163/168): python3-rpm-4.17.1-3.fc35.aarch64.rp 1.7 MB/s |  91 kB     00:00    
12:13:52 #10 45.28 (164/168): rpm-4.17.1-3.fc35.aarch64.rpm        8.8 MB/s | 534 kB     00:00    
12:13:52 #10 45.28 (165/168): rpm-build-libs-4.17.1-3.fc35.aarch64 6.1 MB/s |  87 kB     00:00    
12:13:52 #10 45.29 (166/168): rpm-libs-4.17.1-3.fc35.aarch64.rpm    28 MB/s | 305 kB     00:00    
12:13:52 #10 45.29 (167/168): rpm-sign-libs-4.17.1-3.fc35.aarch64. 1.7 MB/s |  23 kB     00:00    
12:13:52 #10 45.29 (168/168): yum-4.14.0-1.fc35.noarch.rpm         3.2 MB/s |  39 kB     00:00    
12:13:52 #10 45.30 --------------------------------------------------------------------------------
12:13:52 #10 45.30 Total                                            20 MB/s |  39 MB     00:01     
12:13:54 #10 46.67 Running transaction check
12:13:54 #10 46.84 Transaction check succeeded.
12:13:54 #10 46.84 Running transaction test
12:13:55 #10 47.38 Transaction test succeeded.
12:13:55 #10 47.38 Running transaction
12:13:55 #10 48.30   Preparing        :                                                        1/1 
12:13:55 #10 48.34   Installing       : python3-six-1.16.0-4.fc35.noarch                     1/186 
12:13:55 #10 48.35   Installing       : hunspell-filesystem-1.7.0-11.fc35.aarch64            2/186 
12:13:55 #10 48.35   Installing       : fonts-filesystem-1:2.0.5-6.fc35.noarch               3/186 
12:13:55 #10 48.37   Installing       : adobe-source-code-pro-fonts-2.030.1.050-11.fc35.     4/186 
12:13:55 #10 48.38   Installing       : abattis-cantarell-fonts-0.301-5.fc35.noarch          5/186 
12:13:55 #10 48.40   Installing       : gsettings-desktop-schemas-41.0-1.fc35.aarch64        6/186 
12:13:55 #10 48.42   Installing       : python3-dateutil-1:2.8.1-7.fc35.noarch               7/186 
12:13:55 #10 48.43   Installing       : python3-construct-2.10.68-1.fc35.noarch              8/186 
12:13:55 #10 48.44   Installing       : python3-pybeam-0.7-1.fc35.noarch                     9/186 
12:13:55 #10 48.46   Upgrading        : glibc-common-2.34-42.fc35.aarch64                   10/186 
12:13:55 #10 48.47   Upgrading        : glibc-minimal-langpack-2.34-42.fc35.aarch64         11/186 
12:13:55 #10 48.47   Running scriptlet: glibc-2.34-42.fc35.aarch64                          12/186 
12:13:55 #10 48.52   Upgrading        : glibc-2.34-42.fc35.aarch64                          12/186 
12:13:56 #10 48.53   Running scriptlet: glibc-2.34-42.fc35.aarch64                          12/186 
12:13:56 #10 48.67   Installing       : glibc-gconv-extra-2.34-42.fc35.aarch64              13/186 
12:13:56 #10 48.68   Running scriptlet: glibc-gconv-extra-2.34-42.fc35.aarch64              13/186 
12:13:56 #10 48.70   Upgrading        : elfutils-libelf-0.187-4.fc35.aarch64                14/186 
12:13:56 #10 48.73   Upgrading        : rpm-4.17.1-3.fc35.aarch64                           15/186 
12:13:56 #10 48.75   Upgrading        : rpm-libs-4.17.1-3.fc35.aarch64                      16/186 
12:13:56 #10 48.76   Upgrading        : elfutils-libs-0.187-4.fc35.aarch64                  17/186 
12:13:56 #10 48.77   Installing       : elfutils-debuginfod-client-0.187-4.fc35.aarch64     18/186 
12:13:56 #10 48.78   Installing       : binutils-gold-2.37-25.fc35.aarch64                  19/186 
12:13:56 #10 48.91   Installing       : binutils-2.37-25.fc35.aarch64                       20/186 
12:13:56 #10 48.92   Running scriptlet: binutils-2.37-25.fc35.aarch64                       20/186 
12:13:56 #10 48.94   Installing       : findutils-1:4.8.0-4.fc35.aarch64                    21/186 
12:13:56 #10 48.95   Installing       : hunspell-en-GB-0.20140811.1-20.fc35.noarch          22/186 
12:13:56 #10 48.96   Installing       : hunspell-en-0.20140811.1-20.fc35.noarch             23/186 
12:13:56 #10 48.97   Installing       : hunspell-en-US-0.20140811.1-20.fc35.noarch          24/186 
12:13:56 #10 48.98   Installing       : hunspell-1.7.0-11.fc35.aarch64                      25/186 
12:13:56 #10 49.01   Installing       : elfutils-0.187-4.fc35.aarch64                       26/186 
12:13:56 #10 49.02   Upgrading        : rpm-build-libs-4.17.1-3.fc35.aarch64                27/186 
12:13:56 #10 49.03   Upgrading        : libsolv-0.7.22-1.fc35.aarch64                       28/186 
12:13:56 #10 49.05   Upgrading        : libdnf-0.68.0-1.fc35.aarch64                        29/186 
12:13:56 #10 49.07   Upgrading        : python3-libdnf-0.68.0-1.fc35.aarch64                30/186 
12:13:56 #10 49.09   Upgrading        : python3-hawkey-0.68.0-1.fc35.aarch64                31/186 
12:13:56 #10 49.09   Installing       : dwz-0.14-2.fc35.aarch64                             32/186 
12:13:56 #10 49.10   Installing       : file-5.40-9.fc35.aarch64                            33/186 
12:13:56 #10 49.11   Installing       : libevent-2.1.12-4.fc35.aarch64                      34/186 
12:13:56 #10 49.12   Installing       : protobuf-c-1.4.0-1.fc35.aarch64                     35/186 
12:13:56 #10 49.13   Running scriptlet: unbound-anchor-1.16.2-3.fc35.aarch64                36/186 
12:13:56 #10 49.20   Installing       : unbound-anchor-1.16.2-3.fc35.aarch64                36/186 
12:13:56 #10 49.21   Running scriptlet: unbound-anchor-1.16.2-3.fc35.aarch64                36/186 
12:13:56 #10 49.23   Installing       : unbound-libs-1.16.2-3.fc35.aarch64                  37/186 
12:13:56 #10 49.25   Installing       : unzip-6.0-53.fc35.aarch64                           38/186 
12:13:56 #10 49.26   Installing       : xz-5.2.5-7.fc35.aarch64                             39/186 
12:13:56 #10 49.27   Installing       : zip-3.0-31.fc35.aarch64                             40/186 
12:13:56 #10 49.28   Installing       : python3-unbound-1.16.2-3.fc35.aarch64               41/186 
12:13:56 #10 49.29   Installing       : enchant-1:1.6.0-28.fc35.aarch64                     42/186 
12:13:56 #10 49.30   Installing       : python3-enchant-3.2.2-1.fc35.noarch                 43/186 
12:13:56 #10 49.31   Installing       : deltarpm-3.6.2-10.fc35.aarch64                      44/186 
12:13:56 #10 49.32   Upgrading        : rpm-sign-libs-4.17.1-3.fc35.aarch64                 45/186 
12:13:56 #10 49.33   Upgrading        : python3-rpm-4.17.1-3.fc35.aarch64                   46/186 
12:13:56 #10 49.33   Installing       : efi-srpm-macros-5-4.fc35.noarch                     47/186 
12:13:56 #10 49.34   Installing       : lua-srpm-macros-1-5.fc35.noarch                     48/186 
12:13:56 #10 49.35   Installing       : rpmautospec-rpm-macros-0.3.0-1.fc35.noarch          49/186 
12:13:56 #10 49.35   Installing       : bzip2-1.0.8-9.fc35.aarch64                          50/186 
12:13:56 #10 49.36   Installing       : cpio-2.13-11.fc35.aarch64                           51/186 
12:13:56 #10 49.37   Installing       : dash-0.5.10.2-9.fc35.aarch64                        52/186 
12:13:56 #10 49.38   Running scriptlet: dash-0.5.10.2-9.fc35.aarch64                        52/186 
12:13:56 #10 49.40   Installing       : diffutils-3.8-1.fc35.aarch64                        53/186 
12:13:56 #10 49.41   Running scriptlet: groff-base-1.22.4-8.fc35.aarch64                    54/186 
12:13:56 #10 49.46   Installing       : groff-base-1.22.4-8.fc35.aarch64                    54/186 
12:13:56 #10 49.47   Running scriptlet: groff-base-1.22.4-8.fc35.aarch64                    54/186 
12:13:56 #10 49.48   Installing       : info-6.8-2.fc35.aarch64                             55/186 
12:13:56 #10 49.49   Installing       : ed-1.14.2-11.fc35.aarch64                           56/186 
12:13:56 #10 49.50   Installing       : patch-2.7.6-15.fc35.aarch64                         57/186 
12:13:56 #10 49.51   Installing       : json-glib-1.6.6-1.fc35.aarch64                      58/186 
12:13:56 #10 49.52   Installing       : libjpeg-turbo-2.1.0-3.fc35.aarch64                  59/186 
12:13:56 #10 49.53   Installing       : libpkgconf-1.8.0-1.fc35.aarch64                     60/186 
12:13:56 #10 49.54   Installing       : pkgconf-1.8.0-1.fc35.aarch64                        61/186 
12:13:56 #10 49.55   Installing       : libpng-2:1.6.37-11.fc35.aarch64                     62/186 
12:13:56 #10 49.55   Installing       : libproxy-0.4.17-3.fc35.aarch64                      63/186 
12:13:56 #10 49.56   Installing       : glib-networking-2.70.1-1.fc35.aarch64               64/186 
12:13:56 #10 49.58   Installing       : libsoup-2.74.2-1.fc35.aarch64                       65/186 
12:13:56 #10 49.59   Installing       : libstemmer-0-17.585svn.fc35.aarch64                 66/186 
12:13:56 #10 49.60   Installing       : ncurses-6.2-8.20210508.fc35.aarch64                 67/186 
12:13:56 #10 49.61   Installing       : perl-Digest-1.20-1.fc35.noarch                      68/186 
12:13:56 #10 49.62   Installing       : perl-Digest-MD5-2.58-478.fc35.aarch64               69/186 
12:13:56 #10 49.63   Installing       : perl-B-1.82-486.fc35.aarch64                        70/186 
12:13:56 #10 49.63   Installing       : perl-FileHandle-2.03-486.fc35.noarch                71/186 
12:13:56 #10 49.64   Installing       : perl-AutoLoader-5.74-486.fc35.noarch                72/186 
12:13:56 #10 49.65   Installing       : perl-Data-Dumper-2.183-2.fc35.aarch64               73/186 
12:13:56 #10 49.65   Installing       : perl-libnet-3.13-479.fc35.noarch                    74/186 
12:13:56 #10 49.66   Installing       : perl-base-2.27-486.fc35.noarch                      75/186 
12:13:57 #10 49.67   Installing       : perl-URI-5.09-4.fc35.noarch                         76/186 
12:13:57 #10 49.69   Installing       : perl-Net-SSLeay-1.90-4.fc35.aarch64                 77/186 
12:13:57 #10 49.70   Installing       : perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch         78/186 
12:13:57 #10 49.71   Installing       : perl-Time-Local-2:1.300-478.fc35.noarch             79/186 
12:13:57 #10 49.71   Installing       : perl-Mozilla-CA-20211001-1.fc35.noarch              80/186 
12:13:57 #10 49.72   Installing       : perl-if-0.60.900-486.fc35.noarch                    81/186 
12:13:57 #10 49.72   Installing       : perl-IO-Socket-IP-0.41-479.fc35.noarch              82/186 
12:13:57 #10 49.73   Installing       : perl-File-Path-2.18-478.fc35.noarch                 83/186 
12:13:57 #10 49.74   Installing       : perl-IO-Socket-SSL-2.072-1.fc35.noarch              84/186 
12:13:57 #10 49.75   Installing       : perl-Pod-Escapes-1:1.07-478.fc35.noarch             85/186 
12:13:57 #10 49.75   Installing       : perl-Term-ANSIColor-5.01-479.fc35.noarch            86/186 
12:13:57 #10 49.76   Installing       : perl-Class-Struct-0.66-486.fc35.noarch              87/186 
12:13:57 #10 49.77   Installing       : perl-POSIX-1.97-486.fc35.aarch64                    88/186 
12:13:57 #10 49.78   Installing       : perl-IPC-Open3-1.21-486.fc35.noarch                 89/186 
12:13:57 #10 49.78   Installing       : perl-subs-1.04-486.fc35.noarch                      90/186 
12:13:57 #10 49.79   Installing       : perl-File-Temp-1:0.231.100-478.fc35.noarch          91/186 
12:13:57 #10 49.80   Installing       : perl-HTTP-Tiny-0.080-1.fc35.noarch                  92/186 
12:13:57 #10 49.81   Installing       : perl-Pod-Simple-1:3.43-2.fc35.noarch                93/186 
12:13:57 #10 49.81   Installing       : perl-Term-Cap-1.17-478.fc35.noarch                  94/186 
12:13:57 #10 49.82   Installing       : perl-Socket-4:2.032-2.fc35.aarch64                  95/186 
12:13:57 #10 49.83   Installing       : perl-SelectSaver-1.02-486.fc35.noarch               96/186 
12:13:57 #10 49.83   Installing       : perl-Symbol-1.09-486.fc35.noarch                    97/186 
12:13:57 #10 49.84   Installing       : perl-File-stat-1.09-486.fc35.noarch                 98/186 
12:13:57 #10 49.85   Installing       : perl-podlators-1:4.14-478.fc35.noarch               99/186 
12:13:57 #10 49.86   Installing       : perl-Pod-Perldoc-3.28.01-479.fc35.noarch           100/186 
12:13:57 #10 49.86   Installing       : perl-Text-ParseWords-3.30-478.fc35.noarch          101/186 
12:13:57 #10 49.87   Installing       : perl-Fcntl-1.14-486.fc35.aarch64                   102/186 
12:13:57 #10 49.87   Installing       : perl-mro-1.25-486.fc35.aarch64                     103/186 
12:13:57 #10 49.88   Installing       : perl-IO-1.46-486.fc35.aarch64                      104/186 
12:13:57 #10 49.89   Installing       : perl-overloading-0.02-486.fc35.noarch              105/186 
12:13:57 #10 49.90   Installing       : perl-Pod-Usage-4:2.01-478.fc35.noarch              106/186 
12:13:57 #10 49.90   Installing       : perl-MIME-Base64-3.16-478.fc35.aarch64             107/186 
12:13:57 #10 49.91   Installing       : perl-constant-1.33-479.fc35.noarch                 108/186 
12:13:57 #10 49.91   Installing       : perl-parent-1:0.238-478.fc35.noarch                109/186 
12:13:57 #10 49.92   Installing       : perl-Errno-1.33-486.fc35.aarch64                   110/186 
12:13:57 #10 49.93   Installing       : perl-File-Basename-2.85-486.fc35.noarch            111/186 
12:13:57 #10 49.93   Installing       : perl-Getopt-Std-1.13-486.fc35.noarch               112/186 
12:13:57 #10 49.94   Installing       : perl-Scalar-List-Utils-5:1.62-463.fc35.aarch64     113/186 
12:13:57 #10 49.95   Installing       : perl-Storable-1:3.25-1.fc35.aarch64                114/186 
12:13:57 #10 49.96   Installing       : perl-overload-1.33-486.fc35.noarch                 115/186 
12:13:57 #10 49.96   Installing       : perl-vars-1.05-486.fc35.noarch                     116/186 
12:13:57 #10 49.97   Installing       : perl-Getopt-Long-1:2.52-478.fc35.noarch            117/186 
12:13:57 #10 49.98   Installing       : perl-Carp-1.52-478.fc35.noarch                     118/186 
12:13:57 #10 49.98   Installing       : perl-Exporter-5.76-479.fc35.noarch                 119/186 
12:13:57 #10 49.99   Installing       : perl-DynaLoader-1.50-486.fc35.aarch64              120/186 
12:13:57 #10 50.00   Installing       : perl-NDBM_File-1.15-486.fc35.aarch64               121/186 
12:13:57 #10 50.01   Installing       : perl-PathTools-3.80-478.fc35.aarch64               122/186 
12:13:57 #10 50.06   Installing       : perl-Encode-4:3.15-482.fc35.aarch64                123/186 
12:13:57 #10 50.17   Installing       : perl-libs-4:5.34.1-486.fc35.aarch64                124/186 
12:13:57 #10 50.18   Installing       : perl-interpreter-4:5.34.1-486.fc35.aarch64         125/186 
12:13:57 #10 50.19   Installing       : devscripts-checkbashisms-2.21.4-1.fc35.aarch64     126/186 
12:13:57 #10 50.19   Installing       : python3-zstd-1.4.5.1-5.fc35.aarch64                127/186 
12:13:57 #10 50.21   Installing       : shared-mime-info-2.1-3.fc35.aarch64                128/186 
12:13:57 #10 50.22   Running scriptlet: shared-mime-info-2.1-3.fc35.aarch64                128/186 
12:13:57 #10 50.25   Installing       : gdk-pixbuf2-2.42.6-2.fc35.aarch64                  129/186 
12:13:57 #10 50.26   Installing       : libappstream-glib-0.7.18-3.fc35.aarch64            130/186 
12:13:57 #10 50.28   Installing       : systemd-libs-249.12-5.fc35.aarch64                 131/186 
12:13:57 #10 50.29   Running scriptlet: systemd-libs-249.12-5.fc35.aarch64                 131/186 
12:13:57 #10 50.31   Installing       : dbus-libs-1:1.12.22-1.fc35.aarch64                 132/186 
12:13:57 #10 50.33   Installing       : python3-dbus-1.2.18-2.fc35.aarch64                 133/186 
12:13:57 #10 50.34   Installing       : xxhash-libs-0.8.1-1.fc35.aarch64                   134/186 
12:13:57 #10 50.41   Installing       : gdb-minimal-12.1-1.fc35.aarch64                    135/186 
12:13:57 #10 50.41   Installing       : debugedit-5.0-2.fc35.aarch64                       136/186 
12:13:57 #10 50.43   Installing       : zstd-1.5.2-2.fc35.aarch64                          137/186 
12:13:57 #10 50.44   Upgrading        : dnf-data-4.14.0-1.fc35.noarch                      138/186 
12:13:57 #10 50.44 warning: /etc/dnf/dnf.conf created as /etc/dnf/dnf.conf.rpmnew
12:13:57 #10 50.44 
12:13:57 #10 50.48   Upgrading        : python3-dnf-4.14.0-1.fc35.noarch                   139/186 
12:13:57 #10 50.50   Upgrading        : dnf-4.14.0-1.fc35.noarch                           140/186 
12:13:58 #10 50.50   Running scriptlet: dnf-4.14.0-1.fc35.noarch                           140/186 
12:13:58 #10 50.51   Installing       : rust-srpm-macros-22-1.fc35.noarch                  141/186 
12:13:58 #10 50.52   Installing       : ansible-srpm-macros-1-8.fc35.noarch                142/186 
12:13:58 #10 50.52   Installing       : qt5-srpm-macros-5.15.2-3.fc35.noarch               143/186 
12:13:58 #10 50.53   Installing       : python3-toml-0.10.2-5.fc35.noarch                  144/186 
12:13:58 #10 50.54   Installing       : python3-pyxdg-0.27-3.fc35.noarch                   145/186 
12:13:58 #10 50.55   Installing       : python3-distro-1.6.0-1.fc35.noarch                 146/186 
12:13:58 #10 50.57   Installing       : python3-dnf-plugins-core-4.2.1-1.fc35.noarch       147/186 
12:13:58 #10 50.58   Installing       : pkgconf-m4-1.8.0-1.fc35.noarch                     148/186 
12:13:58 #10 50.58   Installing       : pkgconf-pkg-config-1.8.0-1.fc35.aarch64            149/186 
12:13:58 #10 50.59   Installing       : perl-srpm-macros-1-42.fc35.noarch                  150/186 
12:13:58 #10 50.59   Installing       : openblas-srpm-macros-2-10.fc35.noarch              151/186 
12:13:58 #10 50.60   Installing       : ocaml-srpm-macros-6-5.fc35.noarch                  152/186 
12:13:58 #10 50.60   Installing       : nim-srpm-macros-3-5.fc35.noarch                    153/186 
12:13:58 #10 50.61   Installing       : kernel-srpm-macros-1.0-6.fc35.noarch               154/186 
12:13:58 #10 50.61   Installing       : gnat-srpm-macros-4-14.fc35.noarch                  155/186 
12:13:58 #10 50.62   Installing       : ghc-srpm-macros-1.5.0-5.fc35.noarch                156/186 
12:13:58 #10 50.62   Installing       : fpc-srpm-macros-1.3-4.fc35.noarch                  157/186 
12:13:58 #10 50.63   Installing       : fonts-srpm-macros-1:2.0.5-6.fc35.noarch            158/186 
12:13:58 #10 50.64   Installing       : go-srpm-macros-3.2.0-1.fc35.noarch                 159/186 
12:13:58 #10 50.64   Installing       : python-srpm-macros-3.10-12.fc35.noarch             160/186 
12:13:58 #10 50.65   Installing       : redhat-rpm-config-202-1.fc35.noarch                161/186 
12:13:58 #10 50.66   Installing       : rpm-build-4.17.1-3.fc35.aarch64                    162/186 
12:13:58 #10 50.67   Installing       : emacs-filesystem-1:27.2-9.fc35.noarch              163/186 
12:13:58 #10 50.68   Installing       : desktop-file-utils-0.26-5.fc35.aarch64             164/186 
12:13:58 #10 50.71   Installing       : rpmlint-2.2.0-6.fc35.noarch                        165/186 
12:13:58 #10 50.72   Installing       : rpmlint-fedora-license-data-1.4-1.fc35.noarch      166/186 
12:13:58 #10 50.72   Installing       : dnf-plugins-core-4.2.1-1.fc35.noarch               167/186 
12:13:58 #10 50.73   Upgrading        : yum-4.14.0-1.fc35.noarch                           168/186 
12:13:58 #10 50.73   Cleanup          : yum-4.9.0-1.fc35.noarch                            169/186 
12:13:58 #10 50.74   Running scriptlet: dnf-4.9.0-1.fc35.noarch                            170/186 
12:13:58 #10 50.75   Cleanup          : dnf-4.9.0-1.fc35.noarch                            170/186 
12:13:58 #10 50.75   Running scriptlet: dnf-4.9.0-1.fc35.noarch                            170/186 
12:13:58 #10 50.78   Cleanup          : python3-dnf-4.9.0-1.fc35.noarch                    171/186 
12:13:58 #10 50.79   Cleanup          : python3-rpm-4.17.0-4.fc35.aarch64                  172/186 
12:13:58 #10 50.79   Cleanup          : rpm-build-libs-4.17.0-4.fc35.aarch64               173/186 
12:13:58 #10 50.80   Cleanup          : elfutils-libs-0.186-1.fc35.aarch64                 174/186 
12:13:58 #10 50.81   Cleanup          : python3-hawkey-0.64.0-1.fc35.aarch64               175/186 
12:13:58 #10 50.82   Cleanup          : dnf-data-4.9.0-1.fc35.noarch                       176/186 
12:13:58 #10 50.83   Cleanup          : rpm-sign-libs-4.17.0-4.fc35.aarch64                177/186 
12:13:58 #10 50.83   Cleanup          : python3-libdnf-0.64.0-1.fc35.aarch64               178/186 
12:13:58 #10 50.84   Cleanup          : libdnf-0.64.0-1.fc35.aarch64                       179/186 
12:13:58 #10 50.85   Cleanup          : libsolv-0.7.19-3.fc35.aarch64                      180/186 
12:13:58 #10 50.87   Cleanup          : rpm-4.17.0-4.fc35.aarch64                          181/186 
12:13:58 #10 50.88   Cleanup          : rpm-libs-4.17.0-4.fc35.aarch64                     182/186 
12:13:58 #10 50.88   Cleanup          : elfutils-libelf-0.186-1.fc35.aarch64               183/186 
12:13:58 #10 50.89   Cleanup          : glibc-2.34-25.fc35.aarch64                         184/186 
12:13:58 #10 50.91   Cleanup          : glibc-minimal-langpack-2.34-25.fc35.aarch64        185/186 
12:13:58 #10 50.91   Cleanup          : glibc-common-2.34-25.fc35.aarch64                  186/186 
12:13:58 #10 50.92   Running scriptlet: rpm-4.17.1-3.fc35.aarch64                          186/186 
12:14:02 #10 50.94   Running scriptlet: glibc-common-2.34-25.fc35.aarch64                  186/186 
12:14:02 #10 54.70   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-11.fc35.     1/186 
12:14:02 #10 54.70   Verifying        : bzip2-1.0.8-9.fc35.aarch64                           2/186 
12:14:02 #10 54.70   Verifying        : cpio-2.13-11.fc35.aarch64                            3/186 
12:14:02 #10 54.70   Verifying        : dash-0.5.10.2-9.fc35.aarch64                         4/186 
12:14:02 #10 54.70   Verifying        : debugedit-5.0-2.fc35.aarch64                         5/186 
12:14:02 #10 54.70   Verifying        : deltarpm-3.6.2-10.fc35.aarch64                       6/186 
12:14:02 #10 54.70   Verifying        : devscripts-checkbashisms-2.21.4-1.fc35.aarch64       7/186 
12:14:02 #10 54.71   Verifying        : diffutils-3.8-1.fc35.aarch64                         8/186 
12:14:02 #10 54.71   Verifying        : dwz-0.14-2.fc35.aarch64                              9/186 
12:14:02 #10 54.71   Verifying        : ed-1.14.2-11.fc35.aarch64                           10/186 
12:14:02 #10 54.71   Verifying        : efi-srpm-macros-5-4.fc35.noarch                     11/186 
12:14:02 #10 54.71   Verifying        : emacs-filesystem-1:27.2-9.fc35.noarch               12/186 
12:14:02 #10 54.71   Verifying        : enchant-1:1.6.0-28.fc35.aarch64                     13/186 
12:14:02 #10 54.71   Verifying        : file-5.40-9.fc35.aarch64                            14/186 
12:14:02 #10 54.71   Verifying        : findutils-1:4.8.0-4.fc35.aarch64                    15/186 
12:14:02 #10 54.71   Verifying        : fonts-filesystem-1:2.0.5-6.fc35.noarch              16/186 
12:14:02 #10 54.71   Verifying        : fonts-srpm-macros-1:2.0.5-6.fc35.noarch             17/186 
12:14:02 #10 54.71   Verifying        : fpc-srpm-macros-1.3-4.fc35.noarch                   18/186 
12:14:02 #10 54.71   Verifying        : gdk-pixbuf2-2.42.6-2.fc35.aarch64                   19/186 
12:14:02 #10 54.71   Verifying        : ghc-srpm-macros-1.5.0-5.fc35.noarch                 20/186 
12:14:02 #10 54.71   Verifying        : gnat-srpm-macros-4-14.fc35.noarch                   21/186 
12:14:02 #10 54.71   Verifying        : groff-base-1.22.4-8.fc35.aarch64                    22/186 
12:14:02 #10 54.71   Verifying        : gsettings-desktop-schemas-41.0-1.fc35.aarch64       23/186 
12:14:02 #10 54.71   Verifying        : hunspell-1.7.0-11.fc35.aarch64                      24/186 
12:14:02 #10 54.71   Verifying        : hunspell-en-0.20140811.1-20.fc35.noarch             25/186 
12:14:02 #10 54.71   Verifying        : hunspell-en-GB-0.20140811.1-20.fc35.noarch          26/186 
12:14:02 #10 54.71   Verifying        : hunspell-en-US-0.20140811.1-20.fc35.noarch          27/186 
12:14:02 #10 54.71   Verifying        : hunspell-filesystem-1.7.0-11.fc35.aarch64           28/186 
12:14:02 #10 54.71   Verifying        : info-6.8-2.fc35.aarch64                             29/186 
12:14:02 #10 54.71   Verifying        : json-glib-1.6.6-1.fc35.aarch64                      30/186 
12:14:02 #10 54.71   Verifying        : kernel-srpm-macros-1.0-6.fc35.noarch                31/186 
12:14:02 #10 54.71   Verifying        : libappstream-glib-0.7.18-3.fc35.aarch64             32/186 
12:14:02 #10 54.71   Verifying        : libevent-2.1.12-4.fc35.aarch64                      33/186 
12:14:02 #10 54.71   Verifying        : libjpeg-turbo-2.1.0-3.fc35.aarch64                  34/186 
12:14:02 #10 54.71   Verifying        : libpkgconf-1.8.0-1.fc35.aarch64                     35/186 
12:14:02 #10 54.71   Verifying        : libpng-2:1.6.37-11.fc35.aarch64                     36/186 
12:14:02 #10 54.71   Verifying        : libproxy-0.4.17-3.fc35.aarch64                      37/186 
12:14:02 #10 54.71   Verifying        : libstemmer-0-17.585svn.fc35.aarch64                 38/186 
12:14:02 #10 54.71   Verifying        : lua-srpm-macros-1-5.fc35.noarch                     39/186 
12:14:02 #10 54.71   Verifying        : ncurses-6.2-8.20210508.fc35.aarch64                 40/186 
12:14:02 #10 54.71   Verifying        : nim-srpm-macros-3-5.fc35.noarch                     41/186 
12:14:02 #10 54.71   Verifying        : ocaml-srpm-macros-6-5.fc35.noarch                   42/186 
12:14:02 #10 54.71   Verifying        : openblas-srpm-macros-2-10.fc35.noarch               43/186 
12:14:02 #10 54.71   Verifying        : patch-2.7.6-15.fc35.aarch64                         44/186 
12:14:02 #10 54.71   Verifying        : perl-Carp-1.52-478.fc35.noarch                      45/186 
12:14:02 #10 54.71   Verifying        : perl-Data-Dumper-2.183-2.fc35.aarch64               46/186 
12:14:02 #10 54.71   Verifying        : perl-Digest-1.20-1.fc35.noarch                      47/186 
12:14:02 #10 54.71   Verifying        : perl-Digest-MD5-2.58-478.fc35.aarch64               48/186 
12:14:02 #10 54.71   Verifying        : perl-Exporter-5.76-479.fc35.noarch                  49/186 
12:14:02 #10 54.71   Verifying        : perl-File-Path-2.18-478.fc35.noarch                 50/186 
12:14:02 #10 54.71   Verifying        : perl-File-Temp-1:0.231.100-478.fc35.noarch          51/186 
12:14:02 #10 54.71   Verifying        : perl-Getopt-Long-1:2.52-478.fc35.noarch             52/186 
12:14:02 #10 54.71   Verifying        : perl-IO-Socket-IP-0.41-479.fc35.noarch              53/186 
12:14:02 #10 54.71   Verifying        : perl-IO-Socket-SSL-2.072-1.fc35.noarch              54/186 
12:14:02 #10 54.71   Verifying        : perl-MIME-Base64-3.16-478.fc35.aarch64              55/186 
12:14:02 #10 54.71   Verifying        : perl-Net-SSLeay-1.90-4.fc35.aarch64                 56/186 
12:14:02 #10 54.71   Verifying        : perl-PathTools-3.80-478.fc35.aarch64                57/186 
12:14:02 #10 54.71   Verifying        : perl-Pod-Escapes-1:1.07-478.fc35.noarch             58/186 
12:14:02 #10 54.71   Verifying        : perl-Pod-Perldoc-3.28.01-479.fc35.noarch            59/186 
12:14:02 #10 54.71   Verifying        : perl-Pod-Simple-1:3.43-2.fc35.noarch                60/186 
12:14:02 #10 54.71   Verifying        : perl-Pod-Usage-4:2.01-478.fc35.noarch               61/186 
12:14:02 #10 54.71   Verifying        : perl-Socket-4:2.032-2.fc35.aarch64                  62/186 
12:14:02 #10 54.71   Verifying        : perl-Storable-1:3.25-1.fc35.aarch64                 63/186 
12:14:02 #10 54.71   Verifying        : perl-Term-ANSIColor-5.01-479.fc35.noarch            64/186 
12:14:02 #10 54.71   Verifying        : perl-Term-Cap-1.17-478.fc35.noarch                  65/186 
12:14:02 #10 54.71   Verifying        : perl-Text-ParseWords-3.30-478.fc35.noarch           66/186 
12:14:02 #10 54.71   Verifying        : perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch         67/186 
12:14:02 #10 54.71   Verifying        : perl-Time-Local-2:1.300-478.fc35.noarch             68/186 
12:14:02 #10 54.71   Verifying        : perl-URI-5.09-4.fc35.noarch                         69/186 
12:14:02 #10 54.71   Verifying        : perl-constant-1.33-479.fc35.noarch                  70/186 
12:14:02 #10 54.71   Verifying        : perl-libnet-3.13-479.fc35.noarch                    71/186 
12:14:02 #10 54.71   Verifying        : perl-parent-1:0.238-478.fc35.noarch                 72/186 
12:14:02 #10 54.71   Verifying        : perl-podlators-1:4.14-478.fc35.noarch               73/186 
12:14:02 #10 54.71   Verifying        : perl-srpm-macros-1-42.fc35.noarch                   74/186 
12:14:02 #10 54.71   Verifying        : pkgconf-1.8.0-1.fc35.aarch64                        75/186 
12:14:02 #10 54.71   Verifying        : pkgconf-m4-1.8.0-1.fc35.noarch                      76/186 
12:14:02 #10 54.71   Verifying        : pkgconf-pkg-config-1.8.0-1.fc35.aarch64             77/186 
12:14:02 #10 54.71   Verifying        : protobuf-c-1.4.0-1.fc35.aarch64                     78/186 
12:14:02 #10 54.71   Verifying        : python3-dateutil-1:2.8.1-7.fc35.noarch              79/186 
12:14:02 #10 54.71   Verifying        : python3-dbus-1.2.18-2.fc35.aarch64                  80/186 
12:14:02 #10 54.71   Verifying        : python3-distro-1.6.0-1.fc35.noarch                  81/186 
12:14:02 #10 54.71   Verifying        : python3-pybeam-0.7-1.fc35.noarch                    82/186 
12:14:02 #10 54.71   Verifying        : python3-pyxdg-0.27-3.fc35.noarch                    83/186 
12:14:02 #10 54.71   Verifying        : python3-six-1.16.0-4.fc35.noarch                    84/186 
12:14:02 #10 54.71   Verifying        : python3-toml-0.10.2-5.fc35.noarch                   85/186 
12:14:02 #10 54.71   Verifying        : python3-zstd-1.4.5.1-5.fc35.aarch64                 86/186 
12:14:02 #10 54.71   Verifying        : qt5-srpm-macros-5.15.2-3.fc35.noarch                87/186 
12:14:02 #10 54.71   Verifying        : shared-mime-info-2.1-3.fc35.aarch64                 88/186 
12:14:02 #10 54.71   Verifying        : unzip-6.0-53.fc35.aarch64                           89/186 
12:14:02 #10 54.71   Verifying        : xz-5.2.5-7.fc35.aarch64                             90/186 
12:14:02 #10 54.71   Verifying        : zip-3.0-31.fc35.aarch64                             91/186 
12:14:02 #10 54.71   Verifying        : abattis-cantarell-fonts-0.301-5.fc35.noarch         92/186 
12:14:02 #10 54.71   Verifying        : ansible-srpm-macros-1-8.fc35.noarch                 93/186 
12:14:02 #10 54.71   Verifying        : binutils-2.37-25.fc35.aarch64                       94/186 
12:14:02 #10 54.71   Verifying        : binutils-gold-2.37-25.fc35.aarch64                  95/186 
12:14:02 #10 54.71   Verifying        : dbus-libs-1:1.12.22-1.fc35.aarch64                  96/186 
12:14:02 #10 54.71   Verifying        : desktop-file-utils-0.26-5.fc35.aarch64              97/186 
12:14:02 #10 54.71   Verifying        : dnf-plugins-core-4.2.1-1.fc35.noarch                98/186 
12:14:02 #10 54.71   Verifying        : elfutils-0.187-4.fc35.aarch64                       99/186 
12:14:02 #10 54.71   Verifying        : elfutils-debuginfod-client-0.187-4.fc35.aarch64    100/186 
12:14:02 #10 54.71   Verifying        : gdb-minimal-12.1-1.fc35.aarch64                    101/186 
12:14:02 #10 54.71   Verifying        : glib-networking-2.70.1-1.fc35.aarch64              102/186 
12:14:02 #10 54.71   Verifying        : glibc-gconv-extra-2.34-42.fc35.aarch64             103/186 
12:14:02 #10 54.71   Verifying        : go-srpm-macros-3.2.0-1.fc35.noarch                 104/186 
12:14:02 #10 54.71   Verifying        : libsoup-2.74.2-1.fc35.aarch64                      105/186 
12:14:02 #10 54.71   Verifying        : perl-AutoLoader-5.74-486.fc35.noarch               106/186 
12:14:02 #10 54.71   Verifying        : perl-B-1.82-486.fc35.aarch64                       107/186 
12:14:02 #10 54.71   Verifying        : perl-Class-Struct-0.66-486.fc35.noarch             108/186 
12:14:02 #10 54.71   Verifying        : perl-DynaLoader-1.50-486.fc35.aarch64              109/186 
12:14:02 #10 54.71   Verifying        : perl-Encode-4:3.15-482.fc35.aarch64                110/186 
12:14:02 #10 54.71   Verifying        : perl-Errno-1.33-486.fc35.aarch64                   111/186 
12:14:02 #10 54.71   Verifying        : perl-Fcntl-1.14-486.fc35.aarch64                   112/186 
12:14:02 #10 54.71   Verifying        : perl-File-Basename-2.85-486.fc35.noarch            113/186 
12:14:02 #10 54.71   Verifying        : perl-File-stat-1.09-486.fc35.noarch                114/186 
12:14:02 #10 54.71   Verifying        : perl-FileHandle-2.03-486.fc35.noarch               115/186 
12:14:02 #10 54.71   Verifying        : perl-Getopt-Std-1.13-486.fc35.noarch               116/186 
12:14:02 #10 54.71   Verifying        : perl-HTTP-Tiny-0.080-1.fc35.noarch                 117/186 
12:14:02 #10 54.71   Verifying        : perl-IO-1.46-486.fc35.aarch64                      118/186 
12:14:02 #10 54.71   Verifying        : perl-IPC-Open3-1.21-486.fc35.noarch                119/186 
12:14:02 #10 54.71   Verifying        : perl-Mozilla-CA-20211001-1.fc35.noarch             120/186 
12:14:02 #10 54.71   Verifying        : perl-NDBM_File-1.15-486.fc35.aarch64               121/186 
12:14:02 #10 54.71   Verifying        : perl-POSIX-1.97-486.fc35.aarch64                   122/186 
12:14:02 #10 54.71   Verifying        : perl-Scalar-List-Utils-5:1.62-463.fc35.aarch64     123/186 
12:14:02 #10 54.71   Verifying        : perl-SelectSaver-1.02-486.fc35.noarch              124/186 
12:14:02 #10 54.71   Verifying        : perl-Symbol-1.09-486.fc35.noarch                   125/186 
12:14:02 #10 54.71   Verifying        : perl-base-2.27-486.fc35.noarch                     126/186 
12:14:02 #10 54.71   Verifying        : perl-if-0.60.900-486.fc35.noarch                   127/186 
12:14:02 #10 54.72   Verifying        : perl-interpreter-4:5.34.1-486.fc35.aarch64         128/186 
12:14:02 #10 54.72   Verifying        : perl-libs-4:5.34.1-486.fc35.aarch64                129/186 
12:14:02 #10 54.72   Verifying        : perl-mro-1.25-486.fc35.aarch64                     130/186 
12:14:02 #10 54.72   Verifying        : perl-overload-1.33-486.fc35.noarch                 131/186 
12:14:02 #10 54.72   Verifying        : perl-overloading-0.02-486.fc35.noarch              132/186 
12:14:02 #10 54.72   Verifying        : perl-subs-1.04-486.fc35.noarch                     133/186 
12:14:02 #10 54.72   Verifying        : perl-vars-1.05-486.fc35.noarch                     134/186 
12:14:02 #10 54.72   Verifying        : python-srpm-macros-3.10-12.fc35.noarch             135/186 
12:14:02 #10 54.72   Verifying        : python3-construct-2.10.68-1.fc35.noarch            136/186 
12:14:02 #10 54.72   Verifying        : python3-dnf-plugins-core-4.2.1-1.fc35.noarch       137/186 
12:14:02 #10 54.72   Verifying        : python3-enchant-3.2.2-1.fc35.noarch                138/186 
12:14:02 #10 54.72   Verifying        : python3-unbound-1.16.2-3.fc35.aarch64              139/186 
12:14:02 #10 54.72   Verifying        : redhat-rpm-config-202-1.fc35.noarch                140/186 
12:14:02 #10 54.72   Verifying        : rpm-build-4.17.1-3.fc35.aarch64                    141/186 
12:14:02 #10 54.72   Verifying        : rpmautospec-rpm-macros-0.3.0-1.fc35.noarch         142/186 
12:14:02 #10 54.72   Verifying        : rpmlint-2.2.0-6.fc35.noarch                        143/186 
12:14:02 #10 54.72   Verifying        : rpmlint-fedora-license-data-1.4-1.fc35.noarch      144/186 
12:14:02 #10 54.72   Verifying        : rust-srpm-macros-22-1.fc35.noarch                  145/186 
12:14:02 #10 54.72   Verifying        : systemd-libs-249.12-5.fc35.aarch64                 146/186 
12:14:02 #10 54.72   Verifying        : unbound-anchor-1.16.2-3.fc35.aarch64               147/186 
12:14:02 #10 54.72   Verifying        : unbound-libs-1.16.2-3.fc35.aarch64                 148/186 
12:14:02 #10 54.72   Verifying        : xxhash-libs-0.8.1-1.fc35.aarch64                   149/186 
12:14:02 #10 54.72   Verifying        : zstd-1.5.2-2.fc35.aarch64                          150/186 
12:14:02 #10 54.72   Verifying        : dnf-4.14.0-1.fc35.noarch                           151/186 
12:14:02 #10 54.72   Verifying        : dnf-4.9.0-1.fc35.noarch                            152/186 
12:14:02 #10 54.72   Verifying        : dnf-data-4.14.0-1.fc35.noarch                      153/186 
12:14:02 #10 54.72   Verifying        : dnf-data-4.9.0-1.fc35.noarch                       154/186 
12:14:02 #10 54.72   Verifying        : elfutils-libelf-0.187-4.fc35.aarch64               155/186 
12:14:02 #10 54.72   Verifying        : elfutils-libelf-0.186-1.fc35.aarch64               156/186 
12:14:02 #10 54.72   Verifying        : elfutils-libs-0.187-4.fc35.aarch64                 157/186 
12:14:02 #10 54.72   Verifying        : elfutils-libs-0.186-1.fc35.aarch64                 158/186 
12:14:02 #10 54.72   Verifying        : glibc-2.34-42.fc35.aarch64                         159/186 
12:14:02 #10 54.72   Verifying        : glibc-2.34-25.fc35.aarch64                         160/186 
12:14:02 #10 54.72   Verifying        : glibc-common-2.34-42.fc35.aarch64                  161/186 
12:14:02 #10 54.72   Verifying        : glibc-common-2.34-25.fc35.aarch64                  162/186 
12:14:02 #10 54.72   Verifying        : glibc-minimal-langpack-2.34-42.fc35.aarch64        163/186 
12:14:02 #10 54.72   Verifying        : glibc-minimal-langpack-2.34-25.fc35.aarch64        164/186 
12:14:02 #10 54.72   Verifying        : libdnf-0.68.0-1.fc35.aarch64                       165/186 
12:14:02 #10 54.72   Verifying        : libdnf-0.64.0-1.fc35.aarch64                       166/186 
12:14:02 #10 54.72   Verifying        : libsolv-0.7.22-1.fc35.aarch64                      167/186 
12:14:02 #10 54.72   Verifying        : libsolv-0.7.19-3.fc35.aarch64                      168/186 
12:14:02 #10 54.72   Verifying        : python3-dnf-4.14.0-1.fc35.noarch                   169/186 
12:14:02 #10 54.72   Verifying        : python3-dnf-4.9.0-1.fc35.noarch                    170/186 
12:14:02 #10 54.72   Verifying        : python3-hawkey-0.68.0-1.fc35.aarch64               171/186 
12:14:02 #10 54.72   Verifying        : python3-hawkey-0.64.0-1.fc35.aarch64               172/186 
12:14:02 #10 54.72   Verifying        : python3-libdnf-0.68.0-1.fc35.aarch64               173/186 
12:14:02 #10 54.72   Verifying        : python3-libdnf-0.64.0-1.fc35.aarch64               174/186 
12:14:02 #10 54.72   Verifying        : python3-rpm-4.17.1-3.fc35.aarch64                  175/186 
12:14:02 #10 54.72   Verifying        : python3-rpm-4.17.0-4.fc35.aarch64                  176/186 
12:14:02 #10 54.72   Verifying        : rpm-4.17.1-3.fc35.aarch64                          177/186 
12:14:02 #10 54.72   Verifying        : rpm-4.17.0-4.fc35.aarch64                          178/186 
12:14:02 #10 54.72   Verifying        : rpm-build-libs-4.17.1-3.fc35.aarch64               179/186 
12:14:02 #10 54.72   Verifying        : rpm-build-libs-4.17.0-4.fc35.aarch64               180/186 
12:14:02 #10 54.72   Verifying        : rpm-libs-4.17.1-3.fc35.aarch64                     181/186 
12:14:02 #10 54.72   Verifying        : rpm-libs-4.17.0-4.fc35.aarch64                     182/186 
12:14:02 #10 54.72   Verifying        : rpm-sign-libs-4.17.1-3.fc35.aarch64                183/186 
12:14:02 #10 54.72   Verifying        : rpm-sign-libs-4.17.0-4.fc35.aarch64                184/186 
12:14:02 #10 54.72   Verifying        : yum-4.14.0-1.fc35.noarch                           185/186 
12:14:02 #10 54.72   Verifying        : yum-4.9.0-1.fc35.noarch                            186/186 
12:14:02 #10 54.93 
12:14:02 #10 54.93 Upgraded:
12:14:02 #10 54.93   dnf-4.14.0-1.fc35.noarch                                                      
12:14:02 #10 54.93   dnf-data-4.14.0-1.fc35.noarch                                                 
12:14:02 #10 54.93   elfutils-libelf-0.187-4.fc35.aarch64                                          
12:14:02 #10 54.93   elfutils-libs-0.187-4.fc35.aarch64                                            
12:14:02 #10 54.93   glibc-2.34-42.fc35.aarch64                                                    
12:14:02 #10 54.93   glibc-common-2.34-42.fc35.aarch64                                             
12:14:02 #10 54.93   glibc-minimal-langpack-2.34-42.fc35.aarch64                                   
12:14:02 #10 54.93   libdnf-0.68.0-1.fc35.aarch64                                                  
12:14:02 #10 54.93   libsolv-0.7.22-1.fc35.aarch64                                                 
12:14:02 #10 54.93   python3-dnf-4.14.0-1.fc35.noarch                                              
12:14:02 #10 54.93   python3-hawkey-0.68.0-1.fc35.aarch64                                          
12:14:02 #10 54.93   python3-libdnf-0.68.0-1.fc35.aarch64                                          
12:14:02 #10 54.93   python3-rpm-4.17.1-3.fc35.aarch64                                             
12:14:02 #10 54.93   rpm-4.17.1-3.fc35.aarch64                                                     
12:14:02 #10 54.93   rpm-build-libs-4.17.1-3.fc35.aarch64                                          
12:14:02 #10 54.93   rpm-libs-4.17.1-3.fc35.aarch64                                                
12:14:02 #10 54.93   rpm-sign-libs-4.17.1-3.fc35.aarch64                                           
12:14:02 #10 54.93   yum-4.14.0-1.fc35.noarch                                                      
12:14:02 #10 54.93 Installed:
12:14:02 #10 54.93   abattis-cantarell-fonts-0.301-5.fc35.noarch                                   
12:14:02 #10 54.93   adobe-source-code-pro-fonts-2.030.1.050-11.fc35.noarch                        
12:14:02 #10 54.93   ansible-srpm-macros-1-8.fc35.noarch                                           
12:14:02 #10 54.93   binutils-2.37-25.fc35.aarch64                                                 
12:14:02 #10 54.93   binutils-gold-2.37-25.fc35.aarch64                                            
12:14:02 #10 54.93   bzip2-1.0.8-9.fc35.aarch64                                                    
12:14:02 #10 54.93   cpio-2.13-11.fc35.aarch64                                                     
12:14:02 #10 54.93   dash-0.5.10.2-9.fc35.aarch64                                                  
12:14:02 #10 54.93   dbus-libs-1:1.12.22-1.fc35.aarch64                                            
12:14:02 #10 54.93   debugedit-5.0-2.fc35.aarch64                                                  
12:14:02 #10 54.93   deltarpm-3.6.2-10.fc35.aarch64                                                
12:14:02 #10 54.93   desktop-file-utils-0.26-5.fc35.aarch64                                        
12:14:02 #10 54.93   devscripts-checkbashisms-2.21.4-1.fc35.aarch64                                
12:14:02 #10 54.93   diffutils-3.8-1.fc35.aarch64                                                  
12:14:02 #10 54.93   dnf-plugins-core-4.2.1-1.fc35.noarch                                          
12:14:02 #10 54.93   dwz-0.14-2.fc35.aarch64                                                       
12:14:02 #10 54.93   ed-1.14.2-11.fc35.aarch64                                                     
12:14:02 #10 54.93   efi-srpm-macros-5-4.fc35.noarch                                               
12:14:02 #10 54.93   elfutils-0.187-4.fc35.aarch64                                                 
12:14:02 #10 54.93   elfutils-debuginfod-client-0.187-4.fc35.aarch64                               
12:14:02 #10 54.93   emacs-filesystem-1:27.2-9.fc35.noarch                                         
12:14:02 #10 54.93   enchant-1:1.6.0-28.fc35.aarch64                                               
12:14:02 #10 54.93   file-5.40-9.fc35.aarch64                                                      
12:14:02 #10 54.93   findutils-1:4.8.0-4.fc35.aarch64                                              
12:14:02 #10 54.93   fonts-filesystem-1:2.0.5-6.fc35.noarch                                        
12:14:02 #10 54.93   fonts-srpm-macros-1:2.0.5-6.fc35.noarch                                       
12:14:02 #10 54.93   fpc-srpm-macros-1.3-4.fc35.noarch                                             
12:14:02 #10 54.93   gdb-minimal-12.1-1.fc35.aarch64                                               
12:14:02 #10 54.93   gdk-pixbuf2-2.42.6-2.fc35.aarch64                                             
12:14:02 #10 54.93   ghc-srpm-macros-1.5.0-5.fc35.noarch                                           
12:14:02 #10 54.93   glib-networking-2.70.1-1.fc35.aarch64                                         
12:14:02 #10 54.93   glibc-gconv-extra-2.34-42.fc35.aarch64                                        
12:14:02 #10 54.93   gnat-srpm-macros-4-14.fc35.noarch                                             
12:14:02 #10 54.93   go-srpm-macros-3.2.0-1.fc35.noarch                                            
12:14:02 #10 54.93   groff-base-1.22.4-8.fc35.aarch64                                              
12:14:02 #10 54.93   gsettings-desktop-schemas-41.0-1.fc35.aarch64                                 
12:14:02 #10 54.93   hunspell-1.7.0-11.fc35.aarch64                                                
12:14:02 #10 54.93   hunspell-en-0.20140811.1-20.fc35.noarch                                       
12:14:02 #10 54.93   hunspell-en-GB-0.20140811.1-20.fc35.noarch                                    
12:14:02 #10 54.93   hunspell-en-US-0.20140811.1-20.fc35.noarch                                    
12:14:02 #10 54.93   hunspell-filesystem-1.7.0-11.fc35.aarch64                                     
12:14:02 #10 54.93   info-6.8-2.fc35.aarch64                                                       
12:14:02 #10 54.93   json-glib-1.6.6-1.fc35.aarch64                                                
12:14:02 #10 54.93   kernel-srpm-macros-1.0-6.fc35.noarch                                          
12:14:02 #10 54.93   libappstream-glib-0.7.18-3.fc35.aarch64                                       
12:14:02 #10 54.93   libevent-2.1.12-4.fc35.aarch64                                                
12:14:02 #10 54.93   libjpeg-turbo-2.1.0-3.fc35.aarch64                                            
12:14:02 #10 54.93   libpkgconf-1.8.0-1.fc35.aarch64                                               
12:14:02 #10 54.93   libpng-2:1.6.37-11.fc35.aarch64                                               
12:14:02 #10 54.93   libproxy-0.4.17-3.fc35.aarch64                                                
12:14:02 #10 54.93   libsoup-2.74.2-1.fc35.aarch64                                                 
12:14:02 #10 54.93   libstemmer-0-17.585svn.fc35.aarch64                                           
12:14:02 #10 54.93   lua-srpm-macros-1-5.fc35.noarch                                               
12:14:02 #10 54.93   ncurses-6.2-8.20210508.fc35.aarch64                                           
12:14:02 #10 54.93   nim-srpm-macros-3-5.fc35.noarch                                               
12:14:02 #10 54.93   ocaml-srpm-macros-6-5.fc35.noarch                                             
12:14:02 #10 54.93   openblas-srpm-macros-2-10.fc35.noarch                                         
12:14:02 #10 54.93   patch-2.7.6-15.fc35.aarch64                                                   
12:14:02 #10 54.93   perl-AutoLoader-5.74-486.fc35.noarch                                          
12:14:02 #10 54.93   perl-B-1.82-486.fc35.aarch64                                                  
12:14:02 #10 54.93   perl-Carp-1.52-478.fc35.noarch                                                
12:14:02 #10 54.93   perl-Class-Struct-0.66-486.fc35.noarch                                        
12:14:02 #10 54.93   perl-Data-Dumper-2.183-2.fc35.aarch64                                         
12:14:02 #10 54.93   perl-Digest-1.20-1.fc35.noarch                                                
12:14:02 #10 54.93   perl-Digest-MD5-2.58-478.fc35.aarch64                                         
12:14:02 #10 54.93   perl-DynaLoader-1.50-486.fc35.aarch64                                         
12:14:02 #10 54.93   perl-Encode-4:3.15-482.fc35.aarch64                                           
12:14:02 #10 54.93   perl-Errno-1.33-486.fc35.aarch64                                              
12:14:02 #10 54.93   perl-Exporter-5.76-479.fc35.noarch                                            
12:14:02 #10 54.93   perl-Fcntl-1.14-486.fc35.aarch64                                              
12:14:02 #10 54.93   perl-File-Basename-2.85-486.fc35.noarch                                       
12:14:02 #10 54.93   perl-File-Path-2.18-478.fc35.noarch                                           
12:14:02 #10 54.93   perl-File-Temp-1:0.231.100-478.fc35.noarch                                    
12:14:02 #10 54.93   perl-File-stat-1.09-486.fc35.noarch                                           
12:14:02 #10 54.93   perl-FileHandle-2.03-486.fc35.noarch                                          
12:14:02 #10 54.93   perl-Getopt-Long-1:2.52-478.fc35.noarch                                       
12:14:02 #10 54.93   perl-Getopt-Std-1.13-486.fc35.noarch                                          
12:14:02 #10 54.93   perl-HTTP-Tiny-0.080-1.fc35.noarch                                            
12:14:02 #10 54.93   perl-IO-1.46-486.fc35.aarch64                                                 
12:14:02 #10 54.93   perl-IO-Socket-IP-0.41-479.fc35.noarch                                        
12:14:02 #10 54.93   perl-IO-Socket-SSL-2.072-1.fc35.noarch                                        
12:14:02 #10 54.93   perl-IPC-Open3-1.21-486.fc35.noarch                                           
12:14:02 #10 54.93   perl-MIME-Base64-3.16-478.fc35.aarch64                                        
12:14:02 #10 54.93   perl-Mozilla-CA-20211001-1.fc35.noarch                                        
12:14:02 #10 54.93   perl-NDBM_File-1.15-486.fc35.aarch64                                          
12:14:02 #10 54.93   perl-Net-SSLeay-1.90-4.fc35.aarch64                                           
12:14:02 #10 54.93   perl-POSIX-1.97-486.fc35.aarch64                                              
12:14:02 #10 54.93   perl-PathTools-3.80-478.fc35.aarch64                                          
12:14:02 #10 54.93   perl-Pod-Escapes-1:1.07-478.fc35.noarch                                       
12:14:02 #10 54.93   perl-Pod-Perldoc-3.28.01-479.fc35.noarch                                      
12:14:02 #10 54.93   perl-Pod-Simple-1:3.43-2.fc35.noarch                                          
12:14:02 #10 54.93   perl-Pod-Usage-4:2.01-478.fc35.noarch                                         
12:14:02 #10 54.93   perl-Scalar-List-Utils-5:1.62-463.fc35.aarch64                                
12:14:02 #10 54.93   perl-SelectSaver-1.02-486.fc35.noarch                                         
12:14:02 #10 54.93   perl-Socket-4:2.032-2.fc35.aarch64                                            
12:14:02 #10 54.93   perl-Storable-1:3.25-1.fc35.aarch64                                           
12:14:02 #10 54.93   perl-Symbol-1.09-486.fc35.noarch                                              
12:14:02 #10 54.93   perl-Term-ANSIColor-5.01-479.fc35.noarch                                      
12:14:02 #10 54.93   perl-Term-Cap-1.17-478.fc35.noarch                                            
12:14:02 #10 54.93   perl-Text-ParseWords-3.30-478.fc35.noarch                                     
12:14:02 #10 54.93   perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch                                   
12:14:02 #10 54.93   perl-Time-Local-2:1.300-478.fc35.noarch                                       
12:14:02 #10 54.93   perl-URI-5.09-4.fc35.noarch                                                   
12:14:02 #10 54.93   perl-base-2.27-486.fc35.noarch                                                
12:14:02 #10 54.93   perl-constant-1.33-479.fc35.noarch                                            
12:14:02 #10 54.93   perl-if-0.60.900-486.fc35.noarch                                              
12:14:02 #10 54.93   perl-interpreter-4:5.34.1-486.fc35.aarch64                                    
12:14:02 #10 54.93   perl-libnet-3.13-479.fc35.noarch                                              
12:14:02 #10 54.93   perl-libs-4:5.34.1-486.fc35.aarch64                                           
12:14:02 #10 54.93   perl-mro-1.25-486.fc35.aarch64                                                
12:14:02 #10 54.93   perl-overload-1.33-486.fc35.noarch                                            
12:14:02 #10 54.93   perl-overloading-0.02-486.fc35.noarch                                         
12:14:02 #10 54.93   perl-parent-1:0.238-478.fc35.noarch                                           
12:14:02 #10 54.93   perl-podlators-1:4.14-478.fc35.noarch                                         
12:14:02 #10 54.93   perl-srpm-macros-1-42.fc35.noarch                                             
12:14:02 #10 54.93   perl-subs-1.04-486.fc35.noarch                                                
12:14:02 #10 54.93   perl-vars-1.05-486.fc35.noarch                                                
12:14:02 #10 54.93   pkgconf-1.8.0-1.fc35.aarch64                                                  
12:14:02 #10 54.93   pkgconf-m4-1.8.0-1.fc35.noarch                                                
12:14:02 #10 54.93   pkgconf-pkg-config-1.8.0-1.fc35.aarch64                                       
12:14:02 #10 54.93   protobuf-c-1.4.0-1.fc35.aarch64                                               
12:14:02 #10 54.93   python-srpm-macros-3.10-12.fc35.noarch                                        
12:14:02 #10 54.93   python3-construct-2.10.68-1.fc35.noarch                                       
12:14:02 #10 54.93   python3-dateutil-1:2.8.1-7.fc35.noarch                                        
12:14:02 #10 54.93   python3-dbus-1.2.18-2.fc35.aarch64                                            
12:14:02 #10 54.93   python3-distro-1.6.0-1.fc35.noarch                                            
12:14:02 #10 54.93   python3-dnf-plugins-core-4.2.1-1.fc35.noarch                                  
12:14:02 #10 54.93   python3-enchant-3.2.2-1.fc35.noarch                                           
12:14:02 #10 54.93   python3-pybeam-0.7-1.fc35.noarch                                              
12:14:02 #10 54.93   python3-pyxdg-0.27-3.fc35.noarch                                              
12:14:02 #10 54.93   python3-six-1.16.0-4.fc35.noarch                                              
12:14:02 #10 54.93   python3-toml-0.10.2-5.fc35.noarch                                             
12:14:02 #10 54.93   python3-unbound-1.16.2-3.fc35.aarch64                                         
12:14:02 #10 54.93   python3-zstd-1.4.5.1-5.fc35.aarch64                                           
12:14:02 #10 54.93   qt5-srpm-macros-5.15.2-3.fc35.noarch                                          
12:14:02 #10 54.93   redhat-rpm-config-202-1.fc35.noarch                                           
12:14:02 #10 54.93   rpm-build-4.17.1-3.fc35.aarch64                                               
12:14:02 #10 54.93   rpmautospec-rpm-macros-0.3.0-1.fc35.noarch                                    
12:14:02 #10 54.93   rpmlint-2.2.0-6.fc35.noarch                                                   
12:14:02 #10 54.93   rpmlint-fedora-license-data-1.4-1.fc35.noarch                                 
12:14:02 #10 54.93   rust-srpm-macros-22-1.fc35.noarch                                             
12:14:02 #10 54.93   shared-mime-info-2.1-3.fc35.aarch64                                           
12:14:02 #10 54.93   systemd-libs-249.12-5.fc35.aarch64                                            
12:14:02 #10 54.93   unbound-anchor-1.16.2-3.fc35.aarch64                                          
12:14:02 #10 54.93   unbound-libs-1.16.2-3.fc35.aarch64                                            
12:14:02 #10 54.93   unzip-6.0-53.fc35.aarch64                                                     
12:14:02 #10 54.93   xxhash-libs-0.8.1-1.fc35.aarch64                                              
12:14:02 #10 54.93   xz-5.2.5-7.fc35.aarch64                                                       
12:14:02 #10 54.93   zip-3.0-31.fc35.aarch64                                                       
12:14:02 #10 54.93   zstd-1.5.2-2.fc35.aarch64                                                     
12:14:02 #10 54.93 
12:14:02 #10 54.93 Complete!
12:14:02 #10 DONE 55.1s
12:14:02 
12:14:02 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
12:14:02 #11 DONE 0.1s
12:14:02 
12:14:02 #12 [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
12:14:34 #12 30.73 Last metadata expiration check: 0:00:48 ago on Mon Oct  3 12:13:45 2022.
12:14:37 #12 34.63 Package bash-5.1.8-2.fc35.aarch64 is already installed.
12:14:37 #12 34.64 Package bash-5.1.8-2.fc35.aarch64 is already installed.
12:14:37 #12 34.64 Package ca-certificates-2021.2.52-1.0.fc35.noarch is already installed.
12:14:37 #12 34.64 Package libarchive-3.5.2-2.fc35.aarch64 is already installed.
12:14:37 #12 34.64 Package pkgconf-pkg-config-1.8.0-1.fc35.aarch64 is already installed.
12:14:37 #12 34.64 Package tar-2:1.34-2.fc35.aarch64 is already installed.
12:14:37 #12 34.66 Package bash-5.1.8-2.fc35.aarch64 is already installed.
12:14:37 #12 34.71 Dependencies resolved.
12:14:37 #12 34.74 ================================================================================
12:14:37 #12 34.74  Package                       Arch     Version                  Repo      Size
12:14:37 #12 34.74 ================================================================================
12:14:37 #12 34.74 Installing:
12:14:37 #12 34.74  btrfs-progs-devel             aarch64  5.18-1.fc35              updates   55 k
12:14:37 #12 34.74  cmake                         aarch64  3.22.2-1.fc35            updates  5.8 M
12:14:37 #12 34.74  device-mapper-devel           aarch64  1.02.175-6.fc35          fedora    45 k
12:14:37 #12 34.74  gcc                           aarch64  11.3.1-3.fc35            updates   29 M
12:14:37 #12 34.74  git                           aarch64  2.37.3-1.fc35            updates   65 k
12:14:37 #12 34.74  glibc-static                  aarch64  2.34-42.fc35             updates  1.4 M
12:14:37 #12 34.74  libseccomp-devel              aarch64  2.5.3-1.fc35             updates   53 k
12:14:37 #12 34.74  libselinux-devel              aarch64  3.3-1.fc35               updates  112 k
12:14:37 #12 34.74  libtool                       aarch64  2.4.6-50.fc35            updates  579 k
12:14:37 #12 34.74  libtool-ltdl-devel            aarch64  2.4.6-50.fc35            updates  154 k
12:14:37 #12 34.74  make                          aarch64  1:4.3-6.fc35             fedora   530 k
12:14:37 #12 34.74  selinux-policy-devel          noarch   35.19-1.fc35             updates  804 k
12:14:37 #12 34.74  systemd                       aarch64  249.12-5.fc35            updates  3.9 M
12:14:37 #12 34.74  which                         aarch64  2.21-27.fc35             fedora    41 k
12:14:37 #12 34.74 Upgrading:
12:14:37 #12 34.74  audit-libs                    aarch64  3.0.9-1.fc35             updates  116 k
12:14:37 #12 34.74  libgcc                        aarch64  11.3.1-3.fc35            updates  112 k
12:14:37 #12 34.74  libgomp                       aarch64  11.3.1-3.fc35            updates  289 k
12:14:37 #12 34.74  pcre2                         aarch64  10.40-1.fc35             updates  220 k
12:14:37 #12 34.74  pcre2-syntax                  noarch   10.40-1.fc35             updates  143 k
12:14:37 #12 34.74 Installing dependencies:
12:14:37 #12 34.74  acl                           aarch64  2.3.1-2.fc35             fedora    71 k
12:14:37 #12 34.74  annobin-docs                  noarch   10.79-1.fc35             updates   91 k
12:14:37 #12 34.74  annobin-plugin-gcc            aarch64  10.79-1.fc35             updates  881 k
12:14:37 #12 34.74  autoconf                      noarch   2.69-37.fc35             fedora   666 k
12:14:37 #12 34.74  automake                      noarch   1.16.2-5.fc35            fedora   662 k
12:14:37 #12 34.74  btrfs-progs                   aarch64  5.18-1.fc35              updates  971 k
12:14:37 #12 34.74  checkpolicy                   aarch64  3.3-1.fc35               updates  335 k
12:14:37 #12 34.74  cmake-data                    noarch   3.22.2-1.fc35            updates  1.6 M
12:14:37 #12 34.74  cmake-filesystem              aarch64  3.22.2-1.fc35            updates   18 k
12:14:37 #12 34.74  cmake-rpm-macros              noarch   3.22.2-1.fc35            updates   17 k
12:14:37 #12 34.74  cpp                           aarch64  11.3.1-3.fc35            updates  9.7 M
12:14:37 #12 34.74  cryptsetup-libs               aarch64  2.4.3-1.fc35             updates  431 k
12:14:37 #12 34.74  dbus                          aarch64  1:1.12.22-1.fc35         updates  7.1 k
12:14:37 #12 34.74  dbus-broker                   aarch64  32-1.fc35                updates  168 k
12:14:37 #12 34.74  dbus-common                   noarch   1:1.12.22-1.fc35         updates   14 k
12:14:37 #12 34.74  device-mapper                 aarch64  1.02.175-6.fc35          fedora   138 k
12:14:37 #12 34.74  device-mapper-libs            aarch64  1.02.175-6.fc35          fedora   173 k
12:14:37 #12 34.74  e2fsprogs-libs                aarch64  1.46.3-1.fc35            fedora   224 k
12:14:37 #12 34.74  gc                            aarch64  8.0.4-6.fc35             fedora   101 k
12:14:37 #12 34.74  git-core                      aarch64  2.37.3-1.fc35            updates  4.1 M
12:14:37 #12 34.74  git-core-doc                  noarch   2.37.3-1.fc35            updates  2.4 M
12:14:37 #12 34.74  glibc-devel                   aarch64  2.34-42.fc35             updates  450 k
12:14:37 #12 34.74  guile22                       aarch64  2.2.7-3.fc35             fedora   6.4 M
12:14:37 #12 34.74  iptables-legacy-libs          aarch64  1.8.7-13.fc35            fedora    39 k
12:14:37 #12 34.74  jsoncpp                       aarch64  1.9.4-5.fc35             updates   88 k
12:14:37 #12 34.74  kernel-headers                aarch64  5.19.4-100.fc35          updates  1.3 M
12:14:37 #12 34.74  kmod-libs                     aarch64  29-4.fc35                fedora    62 k
12:14:37 #12 34.74  less                          aarch64  590-5.fc35               updates  161 k
12:14:37 #12 34.74  libargon2                     aarch64  20171227-7.fc35          fedora    28 k
12:14:37 #12 34.74  libasan                       aarch64  11.3.1-3.fc35            updates  423 k
12:14:37 #12 34.74  libatomic                     aarch64  11.3.1-3.fc35            updates   61 k
12:14:37 #12 34.74  libbtrfs                      aarch64  5.18-1.fc35              updates   28 k
12:14:37 #12 34.74  libbtrfsutil                  aarch64  5.18-1.fc35              updates   32 k
12:14:37 #12 34.74  libcbor                       aarch64  0.7.0-4.fc35             fedora    55 k
12:14:37 #12 34.74  libedit                       aarch64  3.1-40.20210910cvs.fc35  fedora   104 k
12:14:37 #12 34.74  libfdisk                      aarch64  2.37.4-1.fc35            updates  149 k
12:14:37 #12 34.74  libfido2                      aarch64  1.8.0-1.fc35             fedora    81 k
12:14:37 #12 34.74  libibverbs                    aarch64  39.0-1.fc35              updates  391 k
12:14:37 #12 34.74  libmpc                        aarch64  1.2.1-3.fc35             fedora    63 k
12:14:37 #12 34.74  libnl3                        aarch64  3.5.0-8.fc35             fedora   322 k
12:14:37 #12 34.74  libpcap                       aarch64  14:1.10.1-2.fc35         fedora   167 k
12:14:37 #12 34.74  libseccomp                    aarch64  2.5.3-1.fc35             updates   71 k
12:14:37 #12 34.74  libselinux-utils              aarch64  3.3-1.fc35               updates  142 k
12:14:37 #12 34.74  libsepol-devel                aarch64  3.3-2.fc35               updates   40 k
12:14:37 #12 34.74  libtool-ltdl                  aarch64  2.4.6-50.fc35            updates   36 k
12:14:37 #12 34.74  libubsan                      aarch64  11.3.1-3.fc35            updates  206 k
12:14:37 #12 34.74  libutempter                   aarch64  1.2.1-5.fc35             fedora    26 k
12:14:37 #12 34.74  libuv                         aarch64  1:1.44.2-1.fc35          updates  149 k
12:14:37 #12 34.74  libxcrypt-devel               aarch64  4.4.28-1.fc35            updates   29 k
12:14:37 #12 34.74  libxcrypt-static              aarch64  4.4.28-1.fc35            updates  109 k
12:14:37 #12 34.74  lzo                           aarch64  2.10-5.fc35              fedora    63 k
12:14:37 #12 34.74  m4                            aarch64  1.4.19-2.fc35            fedora   292 k
12:14:37 #12 34.74  openssh                       aarch64  8.7p1-3.fc35             updates  441 k
12:14:37 #12 34.74  openssh-clients               aarch64  8.7p1-3.fc35             updates  672 k
12:14:37 #12 34.74  pcre2-devel                   aarch64  10.40-1.fc35             updates  474 k
12:14:37 #12 34.74  pcre2-utf16                   aarch64  10.40-1.fc35             updates  198 k
12:14:37 #12 34.74  pcre2-utf32                   aarch64  10.40-1.fc35             updates  189 k
12:14:37 #12 34.74  perl-Error                    noarch   1:0.17029-7.fc35         fedora    41 k
12:14:37 #12 34.74  perl-File-Compare             noarch   1.100.600-486.fc35       updates   18 k
12:14:37 #12 34.74  perl-File-Copy                noarch   2.35-486.fc35            updates   25 k
12:14:37 #12 34.74  perl-File-Find                noarch   1.39-486.fc35            updates   30 k
12:14:37 #12 34.74  perl-Git                      noarch   2.37.3-1.fc35            updates   42 k
12:14:37 #12 34.74  perl-TermReadKey              aarch64  2.38-11.fc35             fedora    35 k
12:14:37 #12 34.74  perl-Thread-Queue             noarch   3.14-478.fc35            fedora    21 k
12:14:37 #12 34.74  perl-lib                      aarch64  0.65-486.fc35            updates   19 k
12:14:37 #12 34.74  perl-threads                  aarch64  1:2.26-448.fc35          fedora    56 k
12:14:37 #12 34.74  perl-threads-shared           aarch64  1.62-478.fc35            fedora    43 k
12:14:37 #12 34.74  policycoreutils               aarch64  3.3-1.fc35               updates  200 k
12:14:37 #12 34.74  policycoreutils-devel         aarch64  3.3-1.fc35               updates  136 k
12:14:37 #12 34.74  policycoreutils-python-utils  noarch   3.3-1.fc35               updates   72 k
12:14:37 #12 34.74  python3-audit                 aarch64  3.0.9-1.fc35             updates   83 k
12:14:37 #12 34.74  python3-libselinux            aarch64  3.3-1.fc35               updates  179 k
12:14:37 #12 34.74  python3-libsemanage           aarch64  3.3-1.fc35               updates   79 k
12:14:37 #12 34.74  python3-policycoreutils       noarch   3.3-1.fc35               updates  2.0 M
12:14:37 #12 34.74  python3-setools               aarch64  4.4.0-3.fc35             fedora   536 k
12:14:37 #12 34.74  python3-setuptools            noarch   57.4.0-1.fc35            fedora   928 k
12:14:37 #12 34.74  rhash                         aarch64  1.4.0-4.fc35             fedora   179 k
12:14:37 #12 34.74  rpm-plugin-selinux            aarch64  4.17.1-3.fc35            updates   17 k
12:14:37 #12 34.74  selinux-policy                noarch   35.19-1.fc35             updates   60 k
12:14:37 #12 34.74  selinux-policy-targeted       noarch   35.19-1.fc35             updates  6.3 M
12:14:37 #12 34.74  systemd-devel                 aarch64  249.12-5.fc35            updates  447 k
12:14:37 #12 34.74  systemd-pam                   aarch64  249.12-5.fc35            updates  319 k
12:14:37 #12 34.74  systemd-rpm-macros            noarch   249.12-5.fc35            updates   27 k
12:14:37 #12 34.74  util-linux                    aarch64  2.37.4-1.fc35            updates  2.2 M
12:14:37 #12 34.74  util-linux-core               aarch64  2.37.4-1.fc35            updates  435 k
12:14:37 #12 34.74  vim-filesystem                noarch   2:9.0.475-1.fc35         updates   20 k
12:14:37 #12 34.74  xkeyboard-config              noarch   2.33-2.fc35              fedora   783 k
12:14:37 #12 34.74 Installing weak dependencies:
12:14:37 #12 34.74  libbpf                        aarch64  2:0.6.1-2.fc35           updates  155 k
12:14:37 #12 34.74  libxkbcommon                  aarch64  1.3.1-1.fc35             fedora   139 k
12:14:37 #12 34.74  qrencode-libs                 aarch64  4.1.1-1.fc35             updates   61 k
12:14:37 #12 34.74  systemd-networkd              aarch64  249.12-5.fc35            updates  474 k
12:14:37 #12 34.74  systemd-resolved              aarch64  249.12-5.fc35            updates  251 k
12:14:37 #12 34.74 
12:14:37 #12 34.74 Transaction Summary
12:14:37 #12 34.74 ================================================================================
12:14:37 #12 34.74 Install  106 Packages
12:14:37 #12 34.74 Upgrade    5 Packages
12:14:37 #12 34.74 
12:14:37 #12 34.74 Total download size: 96 M
12:14:37 #12 34.75 Downloading Packages:
12:14:38 #12 35.53 (1/111): acl-2.3.1-2.fc35.aarch64.rpm           307 kB/s |  71 kB     00:00    
12:14:38 #12 35.54 (2/111): device-mapper-1.02.175-6.fc35.aarch64.  17 MB/s | 138 kB     00:00    
12:14:38 #12 35.55 (3/111): autoconf-2.69-37.fc35.noarch.rpm       2.6 MB/s | 666 kB     00:00    
12:14:38 #12 35.56 (4/111): automake-1.16.2-5.fc35.noarch.rpm      2.5 MB/s | 662 kB     00:00    
12:14:38 #12 35.56 (5/111): device-mapper-devel-1.02.175-6.fc35.aa 2.3 MB/s |  45 kB     00:00    
12:14:38 #12 35.57 (6/111): device-mapper-libs-1.02.175-6.fc35.aar  17 MB/s | 173 kB     00:00    
12:14:38 #12 35.58 (7/111): e2fsprogs-libs-1.46.3-1.fc35.aarch64.r  16 MB/s | 224 kB     00:00    
12:14:38 #12 35.58 (8/111): gc-8.0.4-6.fc35.aarch64.rpm            7.4 MB/s | 101 kB     00:00    
12:14:38 #12 35.59 (9/111): iptables-legacy-libs-1.8.7-13.fc35.aar 4.3 MB/s |  39 kB     00:00    
12:14:38 #12 35.60 (10/111): kmod-libs-29-4.fc35.aarch64.rpm       4.3 MB/s |  62 kB     00:00    
12:14:38 #12 35.60 (11/111): libargon2-20171227-7.fc35.aarch64.rpm 1.9 MB/s |  28 kB     00:00    
12:14:38 #12 35.61 (12/111): libcbor-0.7.0-4.fc35.aarch64.rpm      4.0 MB/s |  55 kB     00:00    
12:14:38 #12 35.62 (13/111): libedit-3.1-40.20210910cvs.fc35.aarch 6.0 MB/s | 104 kB     00:00    
12:14:38 #12 35.63 (14/111): libfido2-1.8.0-1.fc35.aarch64.rpm     4.4 MB/s |  81 kB     00:00    
12:14:38 #12 35.66 (15/111): guile22-2.2.7-3.fc35.aarch64.rpm       80 MB/s | 6.4 MB     00:00    
12:14:38 #12 35.66 (16/111): libmpc-1.2.1-3.fc35.aarch64.rpm       1.8 MB/s |  63 kB     00:00    
12:14:38 #12 35.67 (17/111): libnl3-3.5.0-8.fc35.aarch64.rpm        10 MB/s | 322 kB     00:00    
12:14:38 #12 35.67 (18/111): libutempter-1.2.1-5.fc35.aarch64.rpm  2.7 MB/s |  26 kB     00:00    
12:14:38 #12 35.68 (19/111): libpcap-1.10.1-2.fc35.aarch64.rpm      11 MB/s | 167 kB     00:00    
12:14:38 #12 35.68 (20/111): libxkbcommon-1.3.1-1.fc35.aarch64.rpm 9.5 MB/s | 139 kB     00:00    
12:14:38 #12 35.69 (21/111): lzo-2.10-5.fc35.aarch64.rpm           4.7 MB/s |  63 kB     00:00    
12:14:38 #12 35.69 (22/111): m4-1.4.19-2.fc35.aarch64.rpm           26 MB/s | 292 kB     00:00    
12:14:38 #12 35.70 (23/111): make-4.3-6.fc35.aarch64.rpm            33 MB/s | 530 kB     00:00    
12:14:38 #12 35.70 (24/111): perl-Error-0.17029-7.fc35.noarch.rpm  2.5 MB/s |  41 kB     00:00    
12:14:38 #12 35.71 (25/111): perl-Thread-Queue-3.14-478.fc35.noarc 3.0 MB/s |  21 kB     00:00    
12:14:38 #12 35.71 (26/111): perl-TermReadKey-2.38-11.fc35.aarch64 3.0 MB/s |  35 kB     00:00    
12:14:38 #12 35.71 (27/111): perl-threads-2.26-448.fc35.aarch64.rp 5.1 MB/s |  56 kB     00:00    
12:14:38 #12 35.72 (28/111): perl-threads-shared-1.62-478.fc35.aar 3.8 MB/s |  43 kB     00:00    
12:14:38 #12 35.73 (29/111): python3-setools-4.4.0-3.fc35.aarch64.  48 MB/s | 536 kB     00:00    
12:14:38 #12 35.73 (30/111): rhash-1.4.0-4.fc35.aarch64.rpm         13 MB/s | 179 kB     00:00    
12:14:38 #12 35.74 (31/111): python3-setuptools-57.4.0-1.fc35.noar  34 MB/s | 928 kB     00:00    
12:14:38 #12 35.75 (32/111): which-2.21-27.fc35.aarch64.rpm        2.2 MB/s |  41 kB     00:00    
12:14:38 #12 35.76 (33/111): xkeyboard-config-2.33-2.fc35.noarch.r  38 MB/s | 783 kB     00:00    
12:14:38 #12 35.76 (34/111): annobin-docs-10.79-1.fc35.noarch.rpm  6.8 MB/s |  91 kB     00:00    
12:14:38 #12 35.77 (35/111): annobin-plugin-gcc-10.79-1.fc35.aarch  45 MB/s | 881 kB     00:00    
12:14:38 #12 35.78 (36/111): btrfs-progs-5.18-1.fc35.aarch64.rpm    40 MB/s | 971 kB     00:00    
12:14:38 #12 35.79 (37/111): checkpolicy-3.3-1.fc35.aarch64.rpm     17 MB/s | 335 kB     00:00    
12:14:38 #12 35.80 (38/111): btrfs-progs-devel-5.18-1.fc35.aarch64 1.7 MB/s |  55 kB     00:00    
12:14:38 #12 35.90 (39/111): cmake-3.22.2-1.fc35.aarch64.rpm        51 MB/s | 5.8 MB     00:00    
12:14:38 #12 35.90 (40/111): cmake-filesystem-3.22.2-1.fc35.aarch6 192 kB/s |  18 kB     00:00    
12:14:38 #12 35.91 (41/111): cmake-data-3.22.2-1.fc35.noarch.rpm    14 MB/s | 1.6 MB     00:00    
12:14:38 #12 35.92 (42/111): cmake-rpm-macros-3.22.2-1.fc35.noarch 891 kB/s |  17 kB     00:00    
12:14:38 #12 35.94 (43/111): cryptsetup-libs-2.4.3-1.fc35.aarch64.  18 MB/s | 431 kB     00:00    
12:14:38 #12 35.95 (44/111): dbus-1.12.22-1.fc35.aarch64.rpm       328 kB/s | 7.1 kB     00:00    
12:14:38 #12 35.96 (45/111): dbus-broker-32-1.fc35.aarch64.rpm     9.3 MB/s | 168 kB     00:00    
12:14:38 #12 35.99 (46/111): cpp-11.3.1-3.fc35.aarch64.rpm         113 MB/s | 9.7 MB     00:00    
12:14:38 #12 35.99 (47/111): dbus-common-1.12.22-1.fc35.noarch.rpm 339 kB/s |  14 kB     00:00    
12:14:38 #12 36.02 (48/111): git-2.37.3-1.fc35.aarch64.rpm         3.0 MB/s |  65 kB     00:00    
12:14:38 #12 36.07 (49/111): git-core-2.37.3-1.fc35.aarch64.rpm     59 MB/s | 4.1 MB     00:00    
12:14:38 #12 36.11 (50/111): git-core-doc-2.37.3-1.fc35.noarch.rpm  29 MB/s | 2.4 MB     00:00    
12:14:38 #12 36.12 (51/111): glibc-devel-2.34-42.fc35.aarch64.rpm  9.7 MB/s | 450 kB     00:00    
12:14:38 #12 36.16 (52/111): glibc-static-2.34-42.fc35.aarch64.rpm  28 MB/s | 1.4 MB     00:00    
12:14:38 #12 36.17 (53/111): jsoncpp-1.9.4-5.fc35.aarch64.rpm      2.1 MB/s |  88 kB     00:00    
12:14:38 #12 36.26 (54/111): gcc-11.3.1-3.fc35.aarch64.rpm          99 MB/s |  29 MB     00:00    
12:14:38 #12 36.27 (55/111): kernel-headers-5.19.4-100.fc35.aarch6  13 MB/s | 1.3 MB     00:00    
12:14:38 #12 36.27 (56/111): less-590-5.fc35.aarch64.rpm           1.7 MB/s | 161 kB     00:00    
12:14:38 #12 36.28 (57/111): libatomic-11.3.1-3.fc35.aarch64.rpm    11 MB/s |  61 kB     00:00    
12:14:38 #12 36.28 (58/111): libasan-11.3.1-3.fc35.aarch64.rpm      33 MB/s | 423 kB     00:00    
12:14:38 #12 36.29 (59/111): libbpf-0.6.1-2.fc35.aarch64.rpm       9.2 MB/s | 155 kB     00:00    
12:14:38 #12 36.29 (60/111): libbtrfs-5.18-1.fc35.aarch64.rpm      1.9 MB/s |  28 kB     00:00    
12:14:38 #12 36.30 (61/111): libfdisk-2.37.4-1.fc35.aarch64.rpm     16 MB/s | 149 kB     00:00    
12:14:38 #12 36.30 (62/111): libbtrfsutil-5.18-1.fc35.aarch64.rpm  2.3 MB/s |  32 kB     00:00    
12:14:38 #12 36.31 (63/111): libibverbs-39.0-1.fc35.aarch64.rpm     29 MB/s | 391 kB     00:00    
12:14:38 #12 36.31 (64/111): libseccomp-2.5.3-1.fc35.aarch64.rpm   5.7 MB/s |  71 kB     00:00    
12:14:38 #12 36.32 (65/111): libselinux-devel-3.3-1.fc35.aarch64.r  14 MB/s | 112 kB     00:00    
12:14:38 #12 36.32 (66/111): libseccomp-devel-2.5.3-1.fc35.aarch64 4.0 MB/s |  53 kB     00:00    
12:14:38 #12 36.33 (67/111): libselinux-utils-3.3-1.fc35.aarch64.r  12 MB/s | 142 kB     00:00    
12:14:38 #12 36.33 (68/111): libsepol-devel-3.3-2.fc35.aarch64.rpm 3.6 MB/s |  40 kB     00:00    
12:14:38 #12 36.33 (69/111): libtool-ltdl-2.4.6-50.fc35.aarch64.rp 4.7 MB/s |  36 kB     00:00    
12:14:38 #12 36.34 (70/111): libtool-2.4.6-50.fc35.aarch64.rpm      37 MB/s | 579 kB     00:00    
12:14:38 #12 36.35 (71/111): libtool-ltdl-devel-2.4.6-50.fc35.aarc 9.0 MB/s | 154 kB     00:00    
12:14:38 #12 36.35 (72/111): libubsan-11.3.1-3.fc35.aarch64.rpm     13 MB/s | 206 kB     00:00    
12:14:38 #12 36.36 (73/111): libuv-1.44.2-1.fc35.aarch64.rpm        10 MB/s | 149 kB     00:00    
12:14:38 #12 36.36 (74/111): libxcrypt-devel-4.4.28-1.fc35.aarch64 3.2 MB/s |  29 kB     00:00    
12:14:39 #12 36.37 (75/111): libxcrypt-static-4.4.28-1.fc35.aarch6 8.4 MB/s | 109 kB     00:00    
12:14:39 #12 36.37 (76/111): openssh-8.7p1-3.fc35.aarch64.rpm       30 MB/s | 441 kB     00:00    
12:14:39 #12 36.38 (77/111): pcre2-devel-10.40-1.fc35.aarch64.rpm   35 MB/s | 474 kB     00:00    
12:14:39 #12 36.39 (78/111): openssh-clients-8.7p1-3.fc35.aarch64.  32 MB/s | 672 kB     00:00    
12:14:39 #12 36.39 (79/111): pcre2-utf16-10.40-1.fc35.aarch64.rpm   12 MB/s | 198 kB     00:00    
12:14:39 #12 36.40 (80/111): pcre2-utf32-10.40-1.fc35.aarch64.rpm   12 MB/s | 189 kB     00:00    
12:14:39 #12 36.40 (81/111): perl-File-Compare-1.100.600-486.fc35. 2.1 MB/s |  18 kB     00:00    
12:14:39 #12 36.40 (82/111): perl-File-Copy-2.35-486.fc35.noarch.r 2.2 MB/s |  25 kB     00:00    
12:14:39 #12 36.41 (83/111): perl-File-Find-1.39-486.fc35.noarch.r 2.9 MB/s |  30 kB     00:00    
12:14:39 #12 36.41 (84/111): perl-Git-2.37.3-1.fc35.noarch.rpm     5.2 MB/s |  42 kB     00:00    
12:14:39 #12 36.42 (85/111): policycoreutils-3.3-1.fc35.aarch64.rp  21 MB/s | 200 kB     00:00    
12:14:39 #12 36.42 (86/111): perl-lib-0.65-486.fc35.aarch64.rpm    1.2 MB/s |  19 kB     00:00    
12:14:39 #12 36.43 (87/111): policycoreutils-devel-3.3-1.fc35.aarc  11 MB/s | 136 kB     00:00    
12:14:39 #12 36.43 (88/111): policycoreutils-python-utils-3.3-1.fc 5.7 MB/s |  72 kB     00:00    
12:14:39 #12 36.44 (89/111): python3-audit-3.0.9-1.fc35.aarch64.rp 6.7 MB/s |  83 kB     00:00    
12:14:39 #12 36.44 (90/111): python3-libselinux-3.3-1.fc35.aarch64  14 MB/s | 179 kB     00:00    
12:14:39 #12 36.45 (91/111): python3-libsemanage-3.3-1.fc35.aarch6 5.6 MB/s |  79 kB     00:00    
12:14:39 #12 36.46 (92/111): python3-policycoreutils-3.3-1.fc35.no  80 MB/s | 2.0 MB     00:00    
12:14:39 #12 36.47 (93/111): qrencode-libs-4.1.1-1.fc35.aarch64.rp 3.2 MB/s |  61 kB     00:00    
12:14:39 #12 36.47 (94/111): rpm-plugin-selinux-4.17.1-3.fc35.aarc 968 kB/s |  17 kB     00:00    
12:14:39 #12 36.48 (95/111): selinux-policy-35.19-1.fc35.noarch.rp 5.7 MB/s |  60 kB     00:00    
12:14:39 #12 36.49 (96/111): selinux-policy-devel-35.19-1.fc35.noa  35 MB/s | 804 kB     00:00    
12:14:39 #12 36.61 (97/111): selinux-policy-targeted-35.19-1.fc35.  46 MB/s | 6.3 MB     00:00    
12:14:39 #12 36.66 (98/111): systemd-devel-249.12-5.fc35.aarch64.r 2.6 MB/s | 447 kB     00:00    
12:14:39 #12 36.72 (99/111): systemd-249.12-5.fc35.aarch64.rpm      16 MB/s | 3.9 MB     00:00    
12:14:39 #12 36.77 (100/111): systemd-networkd-249.12-5.fc35.aarch 3.0 MB/s | 474 kB     00:00    
12:14:39 #12 36.80 (101/111): systemd-pam-249.12-5.fc35.aarch64.rp 2.2 MB/s | 319 kB     00:00    
12:14:39 #12 36.82 (102/111): systemd-resolved-249.12-5.fc35.aarch  18 MB/s | 251 kB     00:00    
12:14:39 #12 36.82 (103/111): systemd-rpm-macros-249.12-5.fc35.noa 1.6 MB/s |  27 kB     00:00    
12:14:39 #12 36.89 (104/111): util-linux-2.37.4-1.fc35.aarch64.rpm  26 MB/s | 2.2 MB     00:00    
12:14:39 #12 36.93 (105/111): util-linux-core-2.37.4-1.fc35.aarch6 3.9 MB/s | 435 kB     00:00    
12:14:39 #12 36.93 (106/111): vim-filesystem-9.0.475-1.fc35.noarch 176 kB/s |  20 kB     00:00    
12:14:39 #12 36.94 (107/111): audit-libs-3.0.9-1.fc35.aarch64.rpm  2.4 MB/s | 116 kB     00:00    
12:14:39 #12 36.94 (108/111): libgcc-11.3.1-3.fc35.aarch64.rpm      12 MB/s | 112 kB     00:00    
12:14:39 #12 36.98 (109/111): libgomp-11.3.1-3.fc35.aarch64.rpm    6.3 MB/s | 289 kB     00:00    
12:14:39 #12 36.99 (110/111): pcre2-10.40-1.fc35.aarch64.rpm       4.7 MB/s | 220 kB     00:00    
12:14:39 #12 37.05 (111/111): pcre2-syntax-10.40-1.fc35.noarch.rpm 2.0 MB/s | 143 kB     00:00    
12:14:39 #12 37.06 --------------------------------------------------------------------------------
12:14:39 #12 37.06 Total                                            42 MB/s |  96 MB     00:02     
12:14:41 #12 38.51 Running transaction check
12:14:41 #12 38.64 Transaction check succeeded.
12:14:41 #12 38.65 Running transaction test
12:14:42 #12 39.47 Transaction test succeeded.
12:14:42 #12 39.47 Running transaction
12:14:43 #12 40.43   Running scriptlet: selinux-policy-targeted-35.19-1.fc35.noarch            1/1 
12:14:43 #12 40.59   Preparing        :                                                        1/1 
12:14:43 #12 40.64   Upgrading        : libgcc-11.3.1-3.fc35.aarch64                         1/116 
12:14:43 #12 40.65   Running scriptlet: libgcc-11.3.1-3.fc35.aarch64                         1/116 
12:14:43 #12 40.68   Upgrading        : audit-libs-3.0.9-1.fc35.aarch64                      2/116 
12:14:43 #12 40.73   Upgrading        : pcre2-syntax-10.40-1.fc35.noarch                     3/116 
12:14:43 #12 40.74   Upgrading        : pcre2-10.40-1.fc35.aarch64                           4/116 
12:14:43 #12 40.79   Installing       : python3-libselinux-3.3-1.fc35.aarch64                5/116 
12:14:43 #12 40.82   Installing       : util-linux-core-2.37.4-1.fc35.aarch64                6/116 
12:14:43 #12 40.87   Running scriptlet: util-linux-core-2.37.4-1.fc35.aarch64                6/116 
12:14:43 #12 40.89   Installing       : perl-File-Find-1.39-486.fc35.noarch                  7/116 
12:14:43 #12 40.89   Installing       : perl-File-Copy-2.35-486.fc35.noarch                  8/116 
12:14:43 #12 40.90   Installing       : perl-File-Compare-1.100.600-486.fc35.noarch          9/116 
12:14:43 #12 40.98   Installing       : libtool-ltdl-2.4.6-50.fc35.aarch64                  10/116 
12:14:43 #12 40.98   Installing       : libseccomp-2.5.3-1.fc35.aarch64                     11/116 
12:14:43 #12 40.99   Installing       : libfdisk-2.37.4-1.fc35.aarch64                      12/116 
12:14:43 #12 41.00   Installing       : cmake-rpm-macros-3.22.2-1.fc35.noarch               13/116 
12:14:43 #12 41.01   Installing       : cmake-filesystem-3.22.2-1.fc35.aarch64              14/116 
12:14:43 #12 41.07   Installing       : checkpolicy-3.3-1.fc35.aarch64                      15/116 
12:14:43 #12 41.07   Installing       : perl-threads-1:2.26-448.fc35.aarch64                16/116 
12:14:43 #12 41.08   Installing       : m4-1.4.19-2.fc35.aarch64                            17/116 
12:14:43 #12 41.14   Installing       : autoconf-2.69-37.fc35.noarch                        18/116 
12:14:43 #12 41.18   Installing       : libmpc-1.2.1-3.fc35.aarch64                         19/116 
12:14:44 #12 41.34   Installing       : cpp-11.3.1-3.fc35.aarch64                           20/116 
12:14:44 #12 41.35   Installing       : perl-threads-shared-1.62-478.fc35.aarch64           21/116 
12:14:44 #12 41.36   Installing       : perl-Thread-Queue-3.14-478.fc35.noarch              22/116 
12:14:44 #12 41.38   Installing       : automake-1.16.2-5.fc35.noarch                       23/116 
12:14:44 #12 41.39   Installing       : python3-libsemanage-3.3-1.fc35.aarch64              24/116 
12:14:44 #12 41.41   Installing       : libselinux-utils-3.3-1.fc35.aarch64                 25/116 
12:14:44 #12 41.42   Installing       : pcre2-utf16-10.40-1.fc35.aarch64                    26/116 
12:14:44 #12 41.43   Installing       : pcre2-utf32-10.40-1.fc35.aarch64                    27/116 
12:14:44 #12 41.45   Installing       : pcre2-devel-10.40-1.fc35.aarch64                    28/116 
12:14:44 #12 41.46   Installing       : python3-audit-3.0.9-1.fc35.aarch64                  29/116 
12:14:44 #12 41.47   Installing       : gc-8.0.4-6.fc35.aarch64                             30/116 
12:14:44 #12 41.71   Installing       : guile22-2.2.7-3.fc35.aarch64                        31/116 
12:14:44 #12 41.73   Installing       : make-1:4.3-6.fc35.aarch64                           32/116 
12:14:44 #12 41.74   Installing       : kmod-libs-29-4.fc35.aarch64                         33/116 
12:14:44 #12 41.76   Installing       : libnl3-3.5.0-8.fc35.aarch64                         34/116 
12:14:44 #12 41.78   Installing       : libibverbs-39.0-1.fc35.aarch64                      35/116 
12:14:44 #12 41.79   Installing       : libpcap-14:1.10.1-2.fc35.aarch64                    36/116 
12:14:44 #12 41.80   Installing       : iptables-legacy-libs-1.8.7-13.fc35.aarch64          37/116 
12:14:44 #12 41.81   Installing       : jsoncpp-1.9.4-5.fc35.aarch64                        38/116 
12:14:44 #12 41.82   Installing       : libasan-11.3.1-3.fc35.aarch64                       39/116 
12:14:44 #12 41.83   Installing       : libubsan-11.3.1-3.fc35.aarch64                      40/116 
12:14:44 #12 41.84   Upgrading        : libgomp-11.3.1-3.fc35.aarch64                       41/116 
12:14:44 #12 41.85   Installing       : vim-filesystem-2:9.0.475-1.fc35.noarch              42/116 
12:14:44 #12 41.86   Installing       : qrencode-libs-4.1.1-1.fc35.aarch64                  43/116 
12:14:44 #12 41.86   Installing       : perl-lib-0.65-486.fc35.aarch64                      44/116 
12:14:44 #12 41.87   Installing       : libuv-1:1.44.2-1.fc35.aarch64                       45/116 
12:14:44 #12 41.88   Installing       : libsepol-devel-3.3-2.fc35.aarch64                   46/116 
12:14:44 #12 41.89   Installing       : libselinux-devel-3.3-1.fc35.aarch64                 47/116 
12:14:44 #12 41.90   Installing       : libbtrfsutil-5.18-1.fc35.aarch64                    48/116 
12:14:44 #12 41.91   Installing       : libbtrfs-5.18-1.fc35.aarch64                        49/116 
12:14:44 #12 41.92   Installing       : libbpf-2:0.6.1-2.fc35.aarch64                       50/116 
12:14:44 #12 41.93   Installing       : libatomic-11.3.1-3.fc35.aarch64                     51/116 
12:14:44 #12 41.94   Installing       : less-590-5.fc35.aarch64                             52/116 
12:14:44 #12 42.07   Installing       : kernel-headers-5.19.4-100.fc35.aarch64              53/116 
12:14:44 #12 42.08   Installing       : libxcrypt-devel-4.4.28-1.fc35.aarch64               54/116 
12:14:44 #12 42.14   Installing       : glibc-devel-2.34-42.fc35.aarch64                    55/116 
12:14:45 #12 42.50   Installing       : gcc-11.3.1-3.fc35.aarch64                           56/116 
12:14:45 #12 42.58   Installing       : glibc-static-2.34-42.fc35.aarch64                   57/116 
12:14:45 #12 42.59   Installing       : libxcrypt-static-4.4.28-1.fc35.aarch64              58/116 
12:14:45 #12 42.60   Installing       : dbus-common-1:1.12.22-1.fc35.noarch                 59/116 
12:14:45 #12 42.60   Running scriptlet: dbus-common-1:1.12.22-1.fc35.noarch                 59/116 
12:14:45 #12 42.62   Running scriptlet: dbus-broker-32-1.fc35.aarch64                       60/116 
12:14:45 #12 42.73 useradd warning: dbus's uid 81 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.
12:14:45 #12 42.73 
12:14:45 #12 42.74   Installing       : dbus-broker-32-1.fc35.aarch64                       60/116 
12:14:45 #12 42.74   Running scriptlet: dbus-broker-32-1.fc35.aarch64                       60/116 
12:14:45 #12 42.76   Installing       : dbus-1:1.12.22-1.fc35.aarch64                       61/116 
12:14:45 #12 42.76   Installing       : annobin-docs-10.79-1.fc35.noarch                    62/116 
12:14:45 #12 42.82   Installing       : xkeyboard-config-2.33-2.fc35.noarch                 63/116 
12:14:45 #12 42.84   Installing       : libxkbcommon-1.3.1-1.fc35.aarch64                   64/116 
12:14:45 #12 42.85   Installing       : rhash-1.4.0-4.fc35.aarch64                          65/116 
12:14:46 #12 43.18   Installing       : cmake-data-3.22.2-1.fc35.noarch                     66/116 
12:14:46 #12 43.30   Installing       : cmake-3.22.2-1.fc35.aarch64                         67/116 
12:14:46 #12 43.37   Installing       : python3-setuptools-57.4.0-1.fc35.noarch             68/116 
12:14:46 #12 43.41   Installing       : python3-setools-4.4.0-3.fc35.aarch64                69/116 
12:14:46 #12 43.42   Installing       : perl-TermReadKey-2.38-11.fc35.aarch64               70/116 
12:14:46 #12 43.43   Installing       : perl-Error-1:0.17029-7.fc35.noarch                  71/116 
12:14:46 #12 43.44   Installing       : lzo-2.10-5.fc35.aarch64                             72/116 
12:14:46 #12 43.44   Running scriptlet: libutempter-1.2.1-5.fc35.aarch64                    73/116 
12:14:46 #12 43.50   Installing       : libutempter-1.2.1-5.fc35.aarch64                    73/116 
12:14:46 #12 43.58   Installing       : util-linux-2.37.4-1.fc35.aarch64                    74/116 
12:14:46 #12 43.59   Running scriptlet: util-linux-2.37.4-1.fc35.aarch64                    74/116 
12:14:46 #12 43.63   Installing       : policycoreutils-3.3-1.fc35.aarch64                  75/116 
12:14:46 #12 43.64   Running scriptlet: policycoreutils-3.3-1.fc35.aarch64                  75/116 
12:14:46 #12 43.65   Installing       : rpm-plugin-selinux-4.17.1-3.fc35.aarch64            76/116 
12:14:46 #12 43.66   Installing       : selinux-policy-35.19-1.fc35.noarch                  77/116 
12:14:46 #12 43.66   Running scriptlet: selinux-policy-35.19-1.fc35.noarch                  77/116 
12:14:46 #12 43.70   Running scriptlet: selinux-policy-targeted-35.19-1.fc35.noarch         78/116 
12:14:46 #12 43.92   Installing       : selinux-policy-targeted-35.19-1.fc35.noarch         78/116 
12:14:56 #12 43.94   Running scriptlet: selinux-policy-targeted-35.19-1.fc35.noarch         78/116 
12:14:56 #12 53.67   Installing       : python3-policycoreutils-3.3-1.fc35.noarch           79/116 
12:14:56 #12 53.68   Installing       : policycoreutils-python-utils-3.3-1.fc35.noarch      80/116 
12:14:56 #12 53.69   Installing       : policycoreutils-devel-3.3-1.fc35.aarch64            81/116 
12:14:56 #12 53.79   Installing       : selinux-policy-devel-35.19-1.fc35.noarch            82/116 
12:14:56 #12 53.80   Running scriptlet: selinux-policy-devel-35.19-1.fc35.noarch            82/116 
12:14:56 #12 53.82   Running scriptlet: openssh-8.7p1-3.fc35.aarch64                        83/116 
12:14:56 #12 53.86   Installing       : openssh-8.7p1-3.fc35.aarch64                        83/116 
12:14:56 #12 53.87   Installing       : libedit-3.1-40.20210910cvs.fc35.aarch64             84/116 
12:14:56 #12 53.88   Installing       : libcbor-0.7.0-4.fc35.aarch64                        85/116 
12:14:56 #12 53.89   Installing       : libfido2-1.8.0-1.fc35.aarch64                       86/116 
12:14:56 #12 53.90   Installing       : openssh-clients-8.7p1-3.fc35.aarch64                87/116 
12:14:56 #12 53.91   Running scriptlet: openssh-clients-8.7p1-3.fc35.aarch64                87/116 
12:14:56 #12 54.00   Installing       : git-core-2.37.3-1.fc35.aarch64                      88/116 
12:14:56 #12 54.05   Installing       : git-core-doc-2.37.3-1.fc35.noarch                   89/116 
12:14:56 #12 54.06   Installing       : perl-Git-2.37.3-1.fc35.noarch                       90/116 
12:14:56 #12 54.07   Installing       : git-2.37.3-1.fc35.aarch64                           91/116 
12:14:56 #12 54.08   Installing       : libargon2-20171227-7.fc35.aarch64                   92/116 
12:14:56 #12 54.09   Installing       : e2fsprogs-libs-1.46.3-1.fc35.aarch64                93/116 
12:14:56 #12 54.11   Installing       : btrfs-progs-5.18-1.fc35.aarch64                     94/116 
12:14:56 #12 54.12   Installing       : acl-2.3.1-2.fc35.aarch64                            95/116 
12:14:56 #12 54.13   Installing       : cryptsetup-libs-2.4.3-1.fc35.aarch64                96/116 
12:14:56 #12 54.14   Installing       : device-mapper-libs-1.02.175-6.fc35.aarch64          97/116 
12:14:56 #12 54.15   Installing       : device-mapper-1.02.175-6.fc35.aarch64               98/116 
12:14:56 #12 54.17   Installing       : systemd-networkd-249.12-5.fc35.aarch64              99/116 
12:14:56 #12 54.18   Running scriptlet: systemd-networkd-249.12-5.fc35.aarch64              99/116 
12:14:56 #12 54.20   Installing       : systemd-pam-249.12-5.fc35.aarch64                  100/116 
12:14:56 #12 54.21   Installing       : systemd-resolved-249.12-5.fc35.aarch64             101/116 
12:14:57 #12 54.22   Running scriptlet: systemd-resolved-249.12-5.fc35.aarch64             101/116 
12:14:57 #12 54.35   Installing       : systemd-249.12-5.fc35.aarch64                      102/116 
12:14:57 #12 54.37   Running scriptlet: systemd-249.12-5.fc35.aarch64                      102/116 
12:14:57 #12 54.55 Creating group input with gid 104.
12:14:57 #12 54.55 Creating group kvm with gid 36.
12:14:57 #12 54.55 Creating group render with gid 105.
12:14:57 #12 54.55 Creating group sgx with gid 106.
12:14:57 #12 54.55 Creating group systemd-journal with gid 190.
12:14:57 #12 54.55 Creating group systemd-network with gid 192.
12:14:57 #12 54.55 Creating user systemd-network (systemd Network Management) with uid 192 and gid 192.
12:14:57 #12 54.55 Creating group systemd-oom with gid 997.
12:14:57 #12 54.55 Creating user systemd-oom (systemd Userspace OOM Killer) with uid 997 and gid 997.
12:14:57 #12 54.55 Creating group systemd-resolve with gid 193.
12:14:57 #12 54.55 Creating user systemd-resolve (systemd Resolver) with uid 193 and gid 193.
12:14:57 #12 54.55 Creating group systemd-timesync with gid 996.
12:14:57 #12 54.55 Creating user systemd-timesync (systemd Time Synchronization) with uid 996 and gid 996.
12:14:57 #12 54.55 Creating group systemd-coredump with gid 995.
12:14:57 #12 54.55 Creating user systemd-coredump (systemd Core Dumper) with uid 995 and gid 995.
12:14:57 #12 54.55 
12:14:57 #12 54.57   Installing       : systemd-devel-249.12-5.fc35.aarch64                103/116 
12:14:57 #12 54.58   Installing       : device-mapper-devel-1.02.175-6.fc35.aarch64        104/116 
12:14:57 #12 54.59   Installing       : btrfs-progs-devel-5.18-1.fc35.aarch64              105/116 
12:14:57 #12 54.60   Installing       : annobin-plugin-gcc-10.79-1.fc35.aarch64            106/116 
12:14:57 #12 54.61   Installing       : libtool-2.4.6-50.fc35.aarch64                      107/116 
12:14:57 #12 54.63   Installing       : libtool-ltdl-devel-2.4.6-50.fc35.aarch64           108/116 
12:14:57 #12 54.63   Installing       : libseccomp-devel-2.5.3-1.fc35.aarch64              109/116 
12:14:57 #12 54.64   Installing       : systemd-rpm-macros-249.12-5.fc35.noarch            110/116 
12:14:57 #12 54.65   Installing       : which-2.21-27.fc35.aarch64                         111/116 
12:14:57 #12 54.66   Cleanup          : pcre2-10.39-1.fc35.aarch64                         112/116 
12:14:57 #12 54.66   Cleanup          : pcre2-syntax-10.39-1.fc35.noarch                   113/116 
12:14:57 #12 54.67   Cleanup          : libgomp-11.2.1-9.fc35.aarch64                      114/116 
12:14:57 #12 54.67   Cleanup          : libgcc-11.2.1-9.fc35.aarch64                       115/116 
12:14:57 #12 54.67   Running scriptlet: libgcc-11.2.1-9.fc35.aarch64                       115/116 
12:14:57 #12 54.71   Cleanup          : audit-libs-3.0.7-2.fc35.aarch64                    116/116 
12:14:57 #12 54.71   Running scriptlet: selinux-policy-targeted-35.19-1.fc35.noarch        116/116 
12:14:57 #12 54.73   Running scriptlet: systemd-resolved-249.12-5.fc35.aarch64             116/116 
12:14:57 #12 54.78   Running scriptlet: audit-libs-3.0.7-2.fc35.aarch64                    116/116 
12:14:57 #12 55.15   Verifying        : acl-2.3.1-2.fc35.aarch64                             1/116 
12:14:57 #12 55.15   Verifying        : autoconf-2.69-37.fc35.noarch                         2/116 
12:14:57 #12 55.15   Verifying        : automake-1.16.2-5.fc35.noarch                        3/116 
12:14:57 #12 55.15   Verifying        : device-mapper-1.02.175-6.fc35.aarch64                4/116 
12:14:57 #12 55.15   Verifying        : device-mapper-devel-1.02.175-6.fc35.aarch64          5/116 
12:14:57 #12 55.15   Verifying        : device-mapper-libs-1.02.175-6.fc35.aarch64           6/116 
12:14:57 #12 55.15   Verifying        : e2fsprogs-libs-1.46.3-1.fc35.aarch64                 7/116 
12:14:57 #12 55.15   Verifying        : gc-8.0.4-6.fc35.aarch64                              8/116 
12:14:57 #12 55.15   Verifying        : guile22-2.2.7-3.fc35.aarch64                         9/116 
12:14:57 #12 55.15   Verifying        : iptables-legacy-libs-1.8.7-13.fc35.aarch64          10/116 
12:14:57 #12 55.15   Verifying        : kmod-libs-29-4.fc35.aarch64                         11/116 
12:14:57 #12 55.15   Verifying        : libargon2-20171227-7.fc35.aarch64                   12/116 
12:14:57 #12 55.15   Verifying        : libcbor-0.7.0-4.fc35.aarch64                        13/116 
12:14:57 #12 55.15   Verifying        : libedit-3.1-40.20210910cvs.fc35.aarch64             14/116 
12:14:57 #12 55.15   Verifying        : libfido2-1.8.0-1.fc35.aarch64                       15/116 
12:14:57 #12 55.15   Verifying        : libmpc-1.2.1-3.fc35.aarch64                         16/116 
12:14:57 #12 55.15   Verifying        : libnl3-3.5.0-8.fc35.aarch64                         17/116 
12:14:57 #12 55.15   Verifying        : libpcap-14:1.10.1-2.fc35.aarch64                    18/116 
12:14:57 #12 55.15   Verifying        : libutempter-1.2.1-5.fc35.aarch64                    19/116 
12:14:57 #12 55.15   Verifying        : libxkbcommon-1.3.1-1.fc35.aarch64                   20/116 
12:14:57 #12 55.15   Verifying        : lzo-2.10-5.fc35.aarch64                             21/116 
12:14:57 #12 55.15   Verifying        : m4-1.4.19-2.fc35.aarch64                            22/116 
12:14:57 #12 55.15   Verifying        : make-1:4.3-6.fc35.aarch64                           23/116 
12:14:57 #12 55.15   Verifying        : perl-Error-1:0.17029-7.fc35.noarch                  24/116 
12:14:57 #12 55.15   Verifying        : perl-TermReadKey-2.38-11.fc35.aarch64               25/116 
12:14:57 #12 55.15   Verifying        : perl-Thread-Queue-3.14-478.fc35.noarch              26/116 
12:14:57 #12 55.15   Verifying        : perl-threads-1:2.26-448.fc35.aarch64                27/116 
12:14:57 #12 55.15   Verifying        : perl-threads-shared-1.62-478.fc35.aarch64           28/116 
12:14:57 #12 55.15   Verifying        : python3-setools-4.4.0-3.fc35.aarch64                29/116 
12:14:57 #12 55.15   Verifying        : python3-setuptools-57.4.0-1.fc35.noarch             30/116 
12:14:57 #12 55.15   Verifying        : rhash-1.4.0-4.fc35.aarch64                          31/116 
12:14:57 #12 55.15   Verifying        : which-2.21-27.fc35.aarch64                          32/116 
12:14:57 #12 55.15   Verifying        : xkeyboard-config-2.33-2.fc35.noarch                 33/116 
12:14:57 #12 55.15   Verifying        : annobin-docs-10.79-1.fc35.noarch                    34/116 
12:14:57 #12 55.15   Verifying        : annobin-plugin-gcc-10.79-1.fc35.aarch64             35/116 
12:14:57 #12 55.15   Verifying        : btrfs-progs-5.18-1.fc35.aarch64                     36/116 
12:14:57 #12 55.15   Verifying        : btrfs-progs-devel-5.18-1.fc35.aarch64               37/116 
12:14:57 #12 55.15   Verifying        : checkpolicy-3.3-1.fc35.aarch64                      38/116 
12:14:57 #12 55.15   Verifying        : cmake-3.22.2-1.fc35.aarch64                         39/116 
12:14:57 #12 55.15   Verifying        : cmake-data-3.22.2-1.fc35.noarch                     40/116 
12:14:57 #12 55.15   Verifying        : cmake-filesystem-3.22.2-1.fc35.aarch64              41/116 
12:14:57 #12 55.15   Verifying        : cmake-rpm-macros-3.22.2-1.fc35.noarch               42/116 
12:14:57 #12 55.15   Verifying        : cpp-11.3.1-3.fc35.aarch64                           43/116 
12:14:57 #12 55.16   Verifying        : cryptsetup-libs-2.4.3-1.fc35.aarch64                44/116 
12:14:57 #12 55.16   Verifying        : dbus-1:1.12.22-1.fc35.aarch64                       45/116 
12:14:57 #12 55.16   Verifying        : dbus-broker-32-1.fc35.aarch64                       46/116 
12:14:57 #12 55.16   Verifying        : dbus-common-1:1.12.22-1.fc35.noarch                 47/116 
12:14:57 #12 55.16   Verifying        : gcc-11.3.1-3.fc35.aarch64                           48/116 
12:14:57 #12 55.16   Verifying        : git-2.37.3-1.fc35.aarch64                           49/116 
12:14:57 #12 55.16   Verifying        : git-core-2.37.3-1.fc35.aarch64                      50/116 
12:14:57 #12 55.16   Verifying        : git-core-doc-2.37.3-1.fc35.noarch                   51/116 
12:14:57 #12 55.16   Verifying        : glibc-devel-2.34-42.fc35.aarch64                    52/116 
12:14:57 #12 55.16   Verifying        : glibc-static-2.34-42.fc35.aarch64                   53/116 
12:14:57 #12 55.16   Verifying        : jsoncpp-1.9.4-5.fc35.aarch64                        54/116 
12:14:57 #12 55.16   Verifying        : kernel-headers-5.19.4-100.fc35.aarch64              55/116 
12:14:57 #12 55.16   Verifying        : less-590-5.fc35.aarch64                             56/116 
12:14:57 #12 55.16   Verifying        : libasan-11.3.1-3.fc35.aarch64                       57/116 
12:14:57 #12 55.16   Verifying        : libatomic-11.3.1-3.fc35.aarch64                     58/116 
12:14:57 #12 55.16   Verifying        : libbpf-2:0.6.1-2.fc35.aarch64                       59/116 
12:14:57 #12 55.16   Verifying        : libbtrfs-5.18-1.fc35.aarch64                        60/116 
12:14:57 #12 55.16   Verifying        : libbtrfsutil-5.18-1.fc35.aarch64                    61/116 
12:14:57 #12 55.16   Verifying        : libfdisk-2.37.4-1.fc35.aarch64                      62/116 
12:14:57 #12 55.16   Verifying        : libibverbs-39.0-1.fc35.aarch64                      63/116 
12:14:57 #12 55.16   Verifying        : libseccomp-2.5.3-1.fc35.aarch64                     64/116 
12:14:57 #12 55.16   Verifying        : libseccomp-devel-2.5.3-1.fc35.aarch64               65/116 
12:14:57 #12 55.16   Verifying        : libselinux-devel-3.3-1.fc35.aarch64                 66/116 
12:14:57 #12 55.16   Verifying        : libselinux-utils-3.3-1.fc35.aarch64                 67/116 
12:14:57 #12 55.16   Verifying        : libsepol-devel-3.3-2.fc35.aarch64                   68/116 
12:14:57 #12 55.16   Verifying        : libtool-2.4.6-50.fc35.aarch64                       69/116 
12:14:57 #12 55.16   Verifying        : libtool-ltdl-2.4.6-50.fc35.aarch64                  70/116 
12:14:57 #12 55.16   Verifying        : libtool-ltdl-devel-2.4.6-50.fc35.aarch64            71/116 
12:14:57 #12 55.16   Verifying        : libubsan-11.3.1-3.fc35.aarch64                      72/116 
12:14:57 #12 55.16   Verifying        : libuv-1:1.44.2-1.fc35.aarch64                       73/116 
12:14:57 #12 55.16   Verifying        : libxcrypt-devel-4.4.28-1.fc35.aarch64               74/116 
12:14:57 #12 55.16   Verifying        : libxcrypt-static-4.4.28-1.fc35.aarch64              75/116 
12:14:57 #12 55.16   Verifying        : openssh-8.7p1-3.fc35.aarch64                        76/116 
12:14:57 #12 55.16   Verifying        : openssh-clients-8.7p1-3.fc35.aarch64                77/116 
12:14:57 #12 55.16   Verifying        : pcre2-devel-10.40-1.fc35.aarch64                    78/116 
12:14:57 #12 55.16   Verifying        : pcre2-utf16-10.40-1.fc35.aarch64                    79/116 
12:14:57 #12 55.16   Verifying        : pcre2-utf32-10.40-1.fc35.aarch64                    80/116 
12:14:57 #12 55.16   Verifying        : perl-File-Compare-1.100.600-486.fc35.noarch         81/116 
12:14:57 #12 55.16   Verifying        : perl-File-Copy-2.35-486.fc35.noarch                 82/116 
12:14:57 #12 55.16   Verifying        : perl-File-Find-1.39-486.fc35.noarch                 83/116 
12:14:57 #12 55.16   Verifying        : perl-Git-2.37.3-1.fc35.noarch                       84/116 
12:14:57 #12 55.16   Verifying        : perl-lib-0.65-486.fc35.aarch64                      85/116 
12:14:57 #12 55.16   Verifying        : policycoreutils-3.3-1.fc35.aarch64                  86/116 
12:14:57 #12 55.16   Verifying        : policycoreutils-devel-3.3-1.fc35.aarch64            87/116 
12:14:57 #12 55.16   Verifying        : policycoreutils-python-utils-3.3-1.fc35.noarch      88/116 
12:14:57 #12 55.16   Verifying        : python3-audit-3.0.9-1.fc35.aarch64                  89/116 
12:14:57 #12 55.16   Verifying        : python3-libselinux-3.3-1.fc35.aarch64               90/116 
12:14:57 #12 55.16   Verifying        : python3-libsemanage-3.3-1.fc35.aarch64              91/116 
12:14:57 #12 55.16   Verifying        : python3-policycoreutils-3.3-1.fc35.noarch           92/116 
12:14:57 #12 55.16   Verifying        : qrencode-libs-4.1.1-1.fc35.aarch64                  93/116 
12:14:57 #12 55.16   Verifying        : rpm-plugin-selinux-4.17.1-3.fc35.aarch64            94/116 
12:14:57 #12 55.16   Verifying        : selinux-policy-35.19-1.fc35.noarch                  95/116 
12:14:57 #12 55.16   Verifying        : selinux-policy-devel-35.19-1.fc35.noarch            96/116 
12:14:57 #12 55.16   Verifying        : selinux-policy-targeted-35.19-1.fc35.noarch         97/116 
12:14:57 #12 55.16   Verifying        : systemd-249.12-5.fc35.aarch64                       98/116 
12:14:57 #12 55.16   Verifying        : systemd-devel-249.12-5.fc35.aarch64                 99/116 
12:14:57 #12 55.16   Verifying        : systemd-networkd-249.12-5.fc35.aarch64             100/116 
12:14:57 #12 55.16   Verifying        : systemd-pam-249.12-5.fc35.aarch64                  101/116 
12:14:57 #12 55.16   Verifying        : systemd-resolved-249.12-5.fc35.aarch64             102/116 
12:14:57 #12 55.16   Verifying        : systemd-rpm-macros-249.12-5.fc35.noarch            103/116 
12:14:57 #12 55.16   Verifying        : util-linux-2.37.4-1.fc35.aarch64                   104/116 
12:14:57 #12 55.16   Verifying        : util-linux-core-2.37.4-1.fc35.aarch64              105/116 
12:14:57 #12 55.16   Verifying        : vim-filesystem-2:9.0.475-1.fc35.noarch             106/116 
12:14:57 #12 55.16   Verifying        : audit-libs-3.0.9-1.fc35.aarch64                    107/116 
12:14:57 #12 55.16   Verifying        : audit-libs-3.0.7-2.fc35.aarch64                    108/116 
12:14:57 #12 55.16   Verifying        : libgcc-11.3.1-3.fc35.aarch64                       109/116 
12:14:57 #12 55.16   Verifying        : libgcc-11.2.1-9.fc35.aarch64                       110/116 
12:14:57 #12 55.16   Verifying        : libgomp-11.3.1-3.fc35.aarch64                      111/116 
12:14:57 #12 55.16   Verifying        : libgomp-11.2.1-9.fc35.aarch64                      112/116 
12:14:57 #12 55.16   Verifying        : pcre2-10.40-1.fc35.aarch64                         113/116 
12:14:57 #12 55.16   Verifying        : pcre2-10.39-1.fc35.aarch64                         114/116 
12:14:57 #12 55.16   Verifying        : pcre2-syntax-10.40-1.fc35.noarch                   115/116 
12:14:57 #12 55.16   Verifying        : pcre2-syntax-10.39-1.fc35.noarch                   116/116 
12:14:57 #12 55.38 
12:14:57 #12 55.38 Upgraded:
12:14:57 #12 55.38   audit-libs-3.0.9-1.fc35.aarch64          libgcc-11.3.1-3.fc35.aarch64        
12:14:57 #12 55.38   libgomp-11.3.1-3.fc35.aarch64            pcre2-10.40-1.fc35.aarch64          
12:14:57 #12 55.38   pcre2-syntax-10.40-1.fc35.noarch        
12:14:57 #12 55.38 Installed:
12:14:57 #12 55.38   acl-2.3.1-2.fc35.aarch64                                                      
12:14:57 #12 55.38   annobin-docs-10.79-1.fc35.noarch                                              
12:14:57 #12 55.38   annobin-plugin-gcc-10.79-1.fc35.aarch64                                       
12:14:57 #12 55.38   autoconf-2.69-37.fc35.noarch                                                  
12:14:57 #12 55.38   automake-1.16.2-5.fc35.noarch                                                 
12:14:57 #12 55.38   btrfs-progs-5.18-1.fc35.aarch64                                               
12:14:57 #12 55.38   btrfs-progs-devel-5.18-1.fc35.aarch64                                         
12:14:57 #12 55.38   checkpolicy-3.3-1.fc35.aarch64                                                
12:14:57 #12 55.38   cmake-3.22.2-1.fc35.aarch64                                                   
12:14:57 #12 55.38   cmake-data-3.22.2-1.fc35.noarch                                               
12:14:57 #12 55.38   cmake-filesystem-3.22.2-1.fc35.aarch64                                        
12:14:57 #12 55.38   cmake-rpm-macros-3.22.2-1.fc35.noarch                                         
12:14:57 #12 55.38   cpp-11.3.1-3.fc35.aarch64                                                     
12:14:57 #12 55.38   cryptsetup-libs-2.4.3-1.fc35.aarch64                                          
12:14:57 #12 55.38   dbus-1:1.12.22-1.fc35.aarch64                                                 
12:14:57 #12 55.38   dbus-broker-32-1.fc35.aarch64                                                 
12:14:57 #12 55.38   dbus-common-1:1.12.22-1.fc35.noarch                                           
12:14:57 #12 55.38   device-mapper-1.02.175-6.fc35.aarch64                                         
12:14:57 #12 55.38   device-mapper-devel-1.02.175-6.fc35.aarch64                                   
12:14:57 #12 55.38   device-mapper-libs-1.02.175-6.fc35.aarch64                                    
12:14:57 #12 55.38   e2fsprogs-libs-1.46.3-1.fc35.aarch64                                          
12:14:57 #12 55.38   gc-8.0.4-6.fc35.aarch64                                                       
12:14:57 #12 55.38   gcc-11.3.1-3.fc35.aarch64                                                     
12:14:57 #12 55.38   git-2.37.3-1.fc35.aarch64                                                     
12:14:57 #12 55.38   git-core-2.37.3-1.fc35.aarch64                                                
12:14:57 #12 55.38   git-core-doc-2.37.3-1.fc35.noarch                                             
12:14:57 #12 55.38   glibc-devel-2.34-42.fc35.aarch64                                              
12:14:57 #12 55.38   glibc-static-2.34-42.fc35.aarch64                                             
12:14:57 #12 55.38   guile22-2.2.7-3.fc35.aarch64                                                  
12:14:57 #12 55.38   iptables-legacy-libs-1.8.7-13.fc35.aarch64                                    
12:14:57 #12 55.38   jsoncpp-1.9.4-5.fc35.aarch64                                                  
12:14:57 #12 55.38   kernel-headers-5.19.4-100.fc35.aarch64                                        
12:14:57 #12 55.38   kmod-libs-29-4.fc35.aarch64                                                   
12:14:57 #12 55.38   less-590-5.fc35.aarch64                                                       
12:14:57 #12 55.38   libargon2-20171227-7.fc35.aarch64                                             
12:14:57 #12 55.38   libasan-11.3.1-3.fc35.aarch64                                                 
12:14:57 #12 55.38   libatomic-11.3.1-3.fc35.aarch64                                               
12:14:57 #12 55.38   libbpf-2:0.6.1-2.fc35.aarch64                                                 
12:14:57 #12 55.38   libbtrfs-5.18-1.fc35.aarch64                                                  
12:14:57 #12 55.38   libbtrfsutil-5.18-1.fc35.aarch64                                              
12:14:57 #12 55.38   libcbor-0.7.0-4.fc35.aarch64                                                  
12:14:57 #12 55.38   libedit-3.1-40.20210910cvs.fc35.aarch64                                       
12:14:57 #12 55.38   libfdisk-2.37.4-1.fc35.aarch64                                                
12:14:57 #12 55.38   libfido2-1.8.0-1.fc35.aarch64                                                 
12:14:57 #12 55.38   libibverbs-39.0-1.fc35.aarch64                                                
12:14:57 #12 55.38   libmpc-1.2.1-3.fc35.aarch64                                                   
12:14:57 #12 55.38   libnl3-3.5.0-8.fc35.aarch64                                                   
12:14:57 #12 55.38   libpcap-14:1.10.1-2.fc35.aarch64                                              
12:14:57 #12 55.38   libseccomp-2.5.3-1.fc35.aarch64                                               
12:14:57 #12 55.38   libseccomp-devel-2.5.3-1.fc35.aarch64                                         
12:14:57 #12 55.38   libselinux-devel-3.3-1.fc35.aarch64                                           
12:14:57 #12 55.38   libselinux-utils-3.3-1.fc35.aarch64                                           
12:14:57 #12 55.38   libsepol-devel-3.3-2.fc35.aarch64                                             
12:14:57 #12 55.38   libtool-2.4.6-50.fc35.aarch64                                                 
12:14:57 #12 55.38   libtool-ltdl-2.4.6-50.fc35.aarch64                                            
12:14:57 #12 55.38   libtool-ltdl-devel-2.4.6-50.fc35.aarch64                                      
12:14:57 #12 55.38   libubsan-11.3.1-3.fc35.aarch64                                                
12:14:57 #12 55.38   libutempter-1.2.1-5.fc35.aarch64                                              
12:14:57 #12 55.38   libuv-1:1.44.2-1.fc35.aarch64                                                 
12:14:57 #12 55.38   libxcrypt-devel-4.4.28-1.fc35.aarch64                                         
12:14:57 #12 55.38   libxcrypt-static-4.4.28-1.fc35.aarch64                                        
12:14:57 #12 55.38   libxkbcommon-1.3.1-1.fc35.aarch64                                             
12:14:57 #12 55.38   lzo-2.10-5.fc35.aarch64                                                       
12:14:57 #12 55.38   m4-1.4.19-2.fc35.aarch64                                                      
12:14:57 #12 55.38   make-1:4.3-6.fc35.aarch64                                                     
12:14:57 #12 55.38   openssh-8.7p1-3.fc35.aarch64                                                  
12:14:57 #12 55.38   openssh-clients-8.7p1-3.fc35.aarch64                                          
12:14:57 #12 55.38   pcre2-devel-10.40-1.fc35.aarch64                                              
12:14:57 #12 55.38   pcre2-utf16-10.40-1.fc35.aarch64                                              
12:14:57 #12 55.38   pcre2-utf32-10.40-1.fc35.aarch64                                              
12:14:57 #12 55.38   perl-Error-1:0.17029-7.fc35.noarch                                            
12:14:57 #12 55.38   perl-File-Compare-1.100.600-486.fc35.noarch                                   
12:14:57 #12 55.38   perl-File-Copy-2.35-486.fc35.noarch                                           
12:14:57 #12 55.38   perl-File-Find-1.39-486.fc35.noarch                                           
12:14:57 #12 55.38   perl-Git-2.37.3-1.fc35.noarch                                                 
12:14:57 #12 55.38   perl-TermReadKey-2.38-11.fc35.aarch64                                         
12:14:57 #12 55.38   perl-Thread-Queue-3.14-478.fc35.noarch                                        
12:14:57 #12 55.38   perl-lib-0.65-486.fc35.aarch64                                                
12:14:57 #12 55.38   perl-threads-1:2.26-448.fc35.aarch64                                          
12:14:57 #12 55.38   perl-threads-shared-1.62-478.fc35.aarch64                                     
12:14:57 #12 55.38   policycoreutils-3.3-1.fc35.aarch64                                            
12:14:57 #12 55.38   policycoreutils-devel-3.3-1.fc35.aarch64                                      
12:14:57 #12 55.38   policycoreutils-python-utils-3.3-1.fc35.noarch                                
12:14:57 #12 55.38   python3-audit-3.0.9-1.fc35.aarch64                                            
12:14:57 #12 55.38   python3-libselinux-3.3-1.fc35.aarch64                                         
12:14:57 #12 55.38   python3-libsemanage-3.3-1.fc35.aarch64                                        
12:14:57 #12 55.38   python3-policycoreutils-3.3-1.fc35.noarch                                     
12:14:57 #12 55.38   python3-setools-4.4.0-3.fc35.aarch64                                          
12:14:57 #12 55.38   python3-setuptools-57.4.0-1.fc35.noarch                                       
12:14:57 #12 55.38   qrencode-libs-4.1.1-1.fc35.aarch64                                            
12:14:57 #12 55.38   rhash-1.4.0-4.fc35.aarch64                                                    
12:14:57 #12 55.38   rpm-plugin-selinux-4.17.1-3.fc35.aarch64                                      
12:14:57 #12 55.38   selinux-policy-35.19-1.fc35.noarch                                            
12:14:57 #12 55.38   selinux-policy-devel-35.19-1.fc35.noarch                                      
12:14:57 #12 55.38   selinux-policy-targeted-35.19-1.fc35.noarch                                   
12:14:57 #12 55.38   systemd-249.12-5.fc35.aarch64                                                 
12:14:57 #12 55.38   systemd-devel-249.12-5.fc35.aarch64                                           
12:14:57 #12 55.38   systemd-networkd-249.12-5.fc35.aarch64                                        
12:14:57 #12 55.38   systemd-pam-249.12-5.fc35.aarch64                                             
12:14:57 #12 55.38   systemd-resolved-249.12-5.fc35.aarch64                                        
12:14:57 #12 55.38   systemd-rpm-macros-249.12-5.fc35.noarch                                       
12:14:57 #12 55.38   util-linux-2.37.4-1.fc35.aarch64                                              
12:14:57 #12 55.38   util-linux-core-2.37.4-1.fc35.aarch64                                         
12:14:57 #12 55.38   vim-filesystem-2:9.0.475-1.fc35.noarch                                        
12:14:57 #12 55.38   which-2.21-27.fc35.aarch64                                                    
12:14:58 #12 55.38   xkeyboard-config-2.33-2.fc35.noarch                                           
12:14:58 #12 55.38 
12:14:58 #12 55.38 Complete!
12:14:58 #12 DONE 55.7s
12:14:58 
12:14:58 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
12:15:00 #13 DONE 2.0s
12:15:00 
12:15:00 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
12:15:00 #14 DONE 0.0s
12:15:00 
12:15:00 #15 exporting to image
12:15:00 #15 exporting layers
12:15:02 #15 exporting layers 2.2s done
12:15:02 #15 writing image sha256:c4515c41cb34075910cc122a4c7a1841568efac8f7fc1929171c8678ab758b36 done
12:15:02 #15 naming to docker.io/rpmbuild-fedora-35/aarch64 done
12:15:02 #15 DONE 2.2s
12:15:02 docker run --rm -e PLATFORM -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-35/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-35/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-35/aarch64 -ba --define '_gitcommit_cli b40c2f6' --define '_gitcommit_engine f219cb5' --define '_release 0' --define '_version 0.0.0.20220908081902.b40c2f6' --define '_origversion 0.0.0-20220908081902-b40c2f6' --define '_compose_rpm_version 2.11.2' --define '_compose_version v2.11.2' --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
12:15:03 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:15:03 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:15:03 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:15:03 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.pS94N3
12:15:03 + umask 022
12:15:03 + cd /root/rpmbuild/BUILD
12:15:03 + cd /root/rpmbuild/BUILD
12:15:03 + rm -rf src
12:15:03 + /usr/bin/mkdir -p src
12:15:03 + cd src
12:15:03 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:15:03 + /usr/bin/tar -xof -
12:15:03 + STATUS=0
12:15:03 + '[' 0 -ne 0 ']'
12:15:03 + /usr/bin/tar -xof -
12:15:03 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:15:04 + STATUS=0
12:15:04 + '[' 0 -ne 0 ']'
12:15:04 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:15:04 + RPM_EC=0
12:15:04 ++ jobs -p
12:15:04 + exit 0
12:15:04 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.w21S4L
12:15:04 + umask 022
12:15:04 + cd /root/rpmbuild/BUILD
12:15:04 + cd src
12:15:04 + export DOCKER_GITCOMMIT=f219cb5
12:15:04 + DOCKER_GITCOMMIT=f219cb5
12:15:04 + mkdir -p /go/src/github.com/docker
12:15:04 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:15:04 + pushd /root/rpmbuild/BUILD/src/engine
12:15:04 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:15:04 + for component in tini "proxy dynamic"
12:15:04 + TMP_GOPATH=/go
12:15:04 + hack/dockerfile/install/install.sh tini
12:15:04 + RM_GOPATH=0
12:15:04 + TMP_GOPATH=/go
12:15:04 + : /usr/local/bin
12:15:04 + '[' -z /go ']'
12:15:04 + export GOPATH=/go
12:15:04 + GOPATH=/go
12:15:04 + case "$(go env GOARCH)" in
12:15:04 ++ go env GOARCH
12:15:04 + export GO_BUILDMODE=-buildmode=pie
12:15:04 + GO_BUILDMODE=-buildmode=pie
12:15:04 ++ dirname hack/dockerfile/install/install.sh
12:15:04 + dir=hack/dockerfile/install
12:15:04 + bin=tini
12:15:04 + shift
12:15:04 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:15:04 + . hack/dockerfile/install/tini.installer
12:15:04 ++ : v0.19.0
12:15:04 + install_tini
12:15:04 + echo 'Install tini version v0.19.0'
12:15:04 + git clone https://github.com/krallin/tini.git /go/tini
12:15:04 Install tini version v0.19.0
12:15:04 Cloning into '/go/tini'...
12:15:04 + cd /go/tini
12:15:04 + git checkout -q v0.19.0
12:15:04 + cmake .
12:15:04 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:15:04   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:15:04   CMake.
12:15:04 
12:15:04   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:15:04   CMake that the project does not need compatibility with older versions.
12:15:04 
12:15:04 
12:15:04 -- The C compiler identification is GNU 11.3.1
12:15:04 -- Detecting C compiler ABI info
12:15:04 -- Detecting C compiler ABI info - done
12:15:04 -- Check for working C compiler: /usr/bin/cc - skipped
12:15:04 -- Detecting C compile features
12:15:04 -- Detecting C compile features - done
12:15:04 -- Performing Test HAS_BUILTIN_FORTIFY
12:15:04 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:15:04 -- Configuring done
12:15:04 -- Generating done
12:15:04 -- Build files have been written to: /go/tini
12:15:04 + make tini-static
12:15:04 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:15:04 [100%] Linking C executable tini-static
12:15:05 [100%] Built target tini-static
12:15:05 + mkdir -p /usr/local/bin
12:15:05 + cp tini-static /usr/local/bin/docker-init
12:15:05 + for component in tini "proxy dynamic"
12:15:05 + TMP_GOPATH=/go
12:15:05 + hack/dockerfile/install/install.sh proxy dynamic
12:15:05 + RM_GOPATH=0
12:15:05 + TMP_GOPATH=/go
12:15:05 + : /usr/local/bin
12:15:05 + '[' -z /go ']'
12:15:05 + export GOPATH=/go
12:15:05 + GOPATH=/go
12:15:05 + case "$(go env GOARCH)" in
12:15:05 ++ go env GOARCH
12:15:05 + export GO_BUILDMODE=-buildmode=pie
12:15:05 + GO_BUILDMODE=-buildmode=pie
12:15:05 ++ dirname hack/dockerfile/install/install.sh
12:15:05 + dir=hack/dockerfile/install
12:15:05 + bin=proxy
12:15:05 + shift
12:15:05 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
12:15:05 + . hack/dockerfile/install/proxy.installer
12:15:05 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
12:15:05 + install_proxy dynamic
12:15:05 + case "$1" in
12:15:05 + install_proxy_dynamic
12:15:05 + export PROXY_LDFLAGS=-linkmode=external install_proxy
12:15:05 + PROXY_LDFLAGS=-linkmode=external
12:15:05 + export BUILD_MODE=-buildmode=pie
12:15:05 + BUILD_MODE=-buildmode=pie
12:15:05 + _install_proxy
12:15:05 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
12:15:05 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
12:15:05 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
12:15:05 Cloning into '/go/src/github.com/docker/libnetwork'...
12:15:06 + cd /go/src/github.com/docker/libnetwork
12:15:06 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
12:15:06 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
12:15:16 + return
12:15:16 + VERSION=0.0.0-20220908081902-b40c2f6
12:15:16 + PRODUCT=docker
12:15:16 + hack/make.sh dynbinary
12:15:16 
12:15:16 Removing bundles/
12:15:16 
12:15:16 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:15:16 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:15:16 GOOS="" GOARCH="" GOARM=""
12:16:38 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:16:38 
12:16:38 + popd
12:16:38 ~/rpmbuild/BUILD/src
12:16:38 + RPM_EC=0
12:16:38 ++ jobs -p
12:16:38 + exit 0
12:16:38 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6g68v0
12:16:38 + umask 022
12:16:38 + cd /root/rpmbuild/BUILD
12:16:38 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64 '!=' / ']'
12:16:38 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:16:38 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:16:38 + mkdir -p /root/rpmbuild/BUILDROOT
12:16:38 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:16:38 + cd src
12:16:38 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:16:38 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/bin/dockerd
12:16:38 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/bin/docker-proxy
12:16:38 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/bin/docker-init
12:16:38 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/lib/systemd/system/docker.service
12:16:38 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/lib/systemd/system/docker.socket
12:16:38 + /usr/lib/rpm/check-buildroot
12:16:38 + /usr/lib/rpm/redhat/brp-ldconfig
12:16:38 + /usr/lib/rpm/brp-compress
12:16:38 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:16:38 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:16:38 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
12:16:38 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:16:38 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:16:38 + /usr/lib/rpm/check-rpaths
12:16:38 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:16:38 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:16:38 + /usr/lib/rpm/redhat/brp-python-hardlink
12:16:38 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.vl54Rh
12:16:38 + umask 022
12:16:38 + cd /root/rpmbuild/BUILD
12:16:38 + cd src
12:16:38 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:16:38 + ver='Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5'
12:16:38 + test 'Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5' = 'Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5'
12:16:38 + echo 'PASS: daemon version OK'
12:16:38 PASS: daemon version OK
12:16:38 + RPM_EC=0
12:16:38 ++ jobs -p
12:16:38 + exit 0
12:16:38 Processing files: docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:16:38 Provides: docker-ce = 3:0.0.0.20220908081902.b40c2f6-0.fc35 docker-ce(aarch-64) = 3:0.0.0.20220908081902.b40c2f6-0.fc35
12:16:38 Requires(interp): /bin/sh /bin/sh /bin/sh
12:16:38 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:16:38 Requires(post): /bin/sh
12:16:38 Requires(preun): /bin/sh
12:16:38 Requires(postun): /bin/sh
12:16:38 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)
12:16:38 Conflicts: docker docker-ee docker-engine-cs docker-io
12:16:38 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:16:38 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:16:38 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.src.rpm
12:17:10 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64.rpm
12:17:10 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.GlZPCP
12:17:10 + umask 022
12:17:10 + cd /root/rpmbuild/BUILD
12:17:10 + cd src
12:17:10 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:17:10 + RPM_EC=0
12:17:10 ++ jobs -p
12:17:10 + exit 0
12:17:10 
12:17:10 RPM build warnings:
12:17:10     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:17:10     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:17:10     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:17:10 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.yFhsLc
12:17:10 + umask 022
12:17:10 + cd /root/rpmbuild/BUILD
12:17:10 + cd /root/rpmbuild/BUILD
12:17:10 + rm -rf src
12:17:10 + /usr/bin/mkdir -p src
12:17:10 + cd src
12:17:10 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:17:10 + /usr/bin/tar -xof -
12:17:10 + STATUS=0
12:17:10 + '[' 0 -ne 0 ']'
12:17:10 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
12:17:10 + /usr/bin/tar -xof -
12:17:10 + STATUS=0
12:17:10 + '[' 0 -ne 0 ']'
12:17:10 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:17:10 + RPM_EC=0
12:17:10 ++ jobs -p
12:17:10 + exit 0
12:17:10 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.M7MX8l
12:17:10 + umask 022
12:17:10 + cd /root/rpmbuild/BUILD
12:17:10 + cd src
12:17:10 + mkdir -p /go/src/github.com/docker
12:17:10 + rm -f /go/src/github.com/docker/cli
12:17:10 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:17:10 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:17:10 + pushd /go/src/github.com/docker/cli
12:17:10 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:17:10 + make VERSION=0.0.0-20220908081902-b40c2f6 GITCOMMIT=b40c2f6 dynbinary manpages
12:17:10 GO_LINKMODE=dynamic ./scripts/build/binary
12:17:10 Building dynamic docker-linux-arm64
12:18:18 scripts/docs/generate-man.sh
12:19:26 Project root: /go/src/github.com/docker/cli
12:19:26 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
12:19:26 2022/10/03 12:19:19 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
12:19:26 + popd
12:19:26 ~/rpmbuild/BUILD/src
12:19:26 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
12:19:26 + pushd /root/rpmbuild/BUILD/src/plugins
12:19:26 + for installer in *.installer
12:19:26 + '[' app.installer '!=' scan.installer ']'
12:19:26 + bash app.installer build
12:19:26 Cloning into '/go/src/github.com/docker/app'...
12:19:26 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
12:20:12 + for installer in *.installer
12:20:12 + '[' buildx.installer '!=' scan.installer ']'
12:20:12 + bash buildx.installer build
12:20:12 Cloning into '/go/src/github.com/docker/buildx'...
12:20:12 + GO111MODULE=on
12:20:12 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.9.1-docker -X github.com/docker/buildx/version.Revision=ed00243a0ce2a0aee75311b06e32d33b44729689 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
12:21:49 + popd
12:21:49 ~/rpmbuild/BUILD/src
12:21:49 + RPM_EC=0
12:21:49 ++ jobs -p
12:21:49 + exit 0
12:21:49 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5FVnfb
12:21:49 + umask 022
12:21:49 + cd /root/rpmbuild/BUILD
12:21:49 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64 '!=' / ']'
12:21:49 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:21:49 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:21:49 + mkdir -p /root/rpmbuild/BUILDROOT
12:21:49 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:21:49 + cd src
12:21:49 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/bin
12:21:49 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/bin/docker
12:21:49 + pushd /root/rpmbuild/BUILD/src/plugins
12:21:49 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
12:21:49 + for installer in *.installer
12:21:49 + '[' app.installer '!=' scan.installer ']'
12:21:49 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:21:49 + PREFIX=/usr/libexec/docker/cli-plugins
12:21:49 + bash app.installer install_plugin
12:21:49 + for installer in *.installer
12:21:49 + '[' buildx.installer '!=' scan.installer ']'
12:21:49 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:21:49 + PREFIX=/usr/libexec/docker/cli-plugins
12:21:49 + bash buildx.installer install_plugin
12:21:49 + popd
12:21:49 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/bash-completion/completions
12:21:49 ~/rpmbuild/BUILD/src
12:21:49 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/zsh/vendor-completions
12:21:49 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/fish/vendor_completions.d
12:21:49 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/bash-completion/completions/docker
12:21:49 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/zsh/vendor-completions/_docker
12:21:49 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/fish/vendor_completions.d/docker.fish
12:21:49 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/man/man1
12:21:49 + 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.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/man/man1
12:21:49 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/man/man5
12:21:49 + 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.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/man/man5
12:21:49 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/man/man8
12:21:49 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/man/man8
12:21:49 + mkdir -p build-docs
12:21:49 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:21:49 + cp cli/LICENSE build-docs/LICENSE
12:21:49 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:21:49 + cp cli/MAINTAINERS build-docs/MAINTAINERS
12:21:49 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:21:49 + cp cli/NOTICE build-docs/NOTICE
12:21:49 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:21:49 + cp cli/README.md build-docs/README.md
12:21:49 + /usr/lib/rpm/check-buildroot
12:21:49 + /usr/lib/rpm/redhat/brp-ldconfig
12:21:49 + /usr/lib/rpm/brp-compress
12:21:49 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:21:49 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:21:49 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:21:49 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:21:49 + /usr/lib/rpm/check-rpaths
12:21:49 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:21:49 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:21:49 + /usr/lib/rpm/redhat/brp-python-hardlink
12:21:49 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.itfA3b
12:21:49 + umask 022
12:21:49 + cd /root/rpmbuild/BUILD
12:21:49 + cd src
12:21:49 ++ cli/build/docker --version
12:21:49 + ver='Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6'
12:21:49 + test 'Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6' = 'Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6'
12:21:49 + echo 'PASS: cli version OK'
12:21:49 + RPM_EC=0
12:21:49 PASS: cli version OK
12:21:49 ++ jobs -p
12:21:49 + exit 0
12:21:49 Processing files: docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:21:49 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vZWksk
12:21:49 + umask 022
12:21:49 + cd /root/rpmbuild/BUILD
12:21:49 + cd src
12:21:49 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/doc/docker-ce-cli
12:21:49 + export LC_ALL=C
12:21:49 + LC_ALL=C
12:21:49 + export DOCDIR
12:21:49 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/doc/docker-ce-cli
12:21:49 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/doc/docker-ce-cli
12:21:49 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/doc/docker-ce-cli
12:21:49 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/doc/docker-ce-cli
12:21:49 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/share/doc/docker-ce-cli
12:21:49 + RPM_EC=0
12:21:49 ++ jobs -p
12:21:49 + exit 0
12:21:49 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:21:49 Provides: docker-ce-cli = 1:0.0.0.20220908081902.b40c2f6-0.fc35 docker-ce-cli(aarch-64) = 1:0.0.0.20220908081902.b40c2f6-0.fc35
12:21:49 Requires(interp): /bin/sh
12:21:49 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:21:49 Requires(post): /bin/sh
12:21:49 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)
12:21:49 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
12:21:49 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:21:49 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.src.rpm
12:22:57 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64.rpm
12:22:57 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NTjjXd
12:22:57 + umask 022
12:22:57 + cd /root/rpmbuild/BUILD
12:22:57 + cd src
12:22:57 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:22:57 + RPM_EC=0
12:22:57 ++ jobs -p
12:22:57 + exit 0
12:22:57 
12:22:57 RPM build warnings:
12:22:57     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:22:57     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:22:57     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:22:57     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:22:57 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nqWm5V
12:22:57 + umask 022
12:22:57 + cd /root/rpmbuild/BUILD
12:22:57 + cd /root/rpmbuild/BUILD
12:22:57 + rm -rf src
12:22:57 + /usr/bin/mkdir -p src
12:22:57 + cd src
12:22:57 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:22:57 + /usr/bin/tar -xof -
12:22:57 + STATUS=0
12:22:57 + '[' 0 -ne 0 ']'
12:22:57 + /usr/bin/tar -xof -
12:22:57 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:22:57 + STATUS=0
12:22:57 + '[' 0 -ne 0 ']'
12:22:57 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:22:57 + RPM_EC=0
12:22:57 ++ jobs -p
12:22:57 + exit 0
12:22:57 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.drFesB
12:22:57 + umask 022
12:22:57 + cd /root/rpmbuild/BUILD
12:22:57 + cd src
12:22:57 + export DOCKER_GITCOMMIT=f219cb5
12:22:57 + DOCKER_GITCOMMIT=f219cb5
12:22:57 + mkdir -p /go/src/github.com/docker
12:22:57 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:22:57 + TMP_GOPATH=/go
12:22:57 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
12:22:57 + RM_GOPATH=0
12:22:57 + TMP_GOPATH=/go
12:22:57 + : /usr/local/bin
12:22:57 + '[' -z /go ']'
12:22:57 + export GOPATH=/go
12:22:57 + GOPATH=/go
12:22:57 + case "$(go env GOARCH)" in
12:22:57 ++ go env GOARCH
12:22:57 + export GO_BUILDMODE=-buildmode=pie
12:22:57 + GO_BUILDMODE=-buildmode=pie
12:22:57 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
12:22:57 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
12:22:57 + bin=rootlesskit
12:22:57 + shift
12:22:57 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
12:22:57 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
12:22:57 ++ : v0.14.4
12:22:57 + install_rootlesskit dynamic
12:22:57 + case "$1" in
12:22:57 + install_rootlesskit_dynamic
12:22:57 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:22:57 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:22:57 + export BUILD_MODE=-buildmode=pie
12:22:57 + BUILD_MODE=-buildmode=pie
12:22:57 + _install_rootlesskit
12:22:57 + echo 'Install rootlesskit version v0.14.4'
12:22:57 + for f in rootlesskit rootlesskit-docker-proxy
12:22:57 + GOBIN=/usr/local/bin
12:22:57 + GO111MODULE=on
12:22:57 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
12:22:57 Install rootlesskit version v0.14.4
12:22:57 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
12:22:57 go: downloading github.com/pkg/errors v0.9.1
12:22:57 go: downloading github.com/sirupsen/logrus v1.8.1
12:22:57 go: downloading github.com/urfave/cli/v2 v2.3.0
12:22:57 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
12:22:57 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
12:22:57 go: downloading github.com/google/uuid v1.3.0
12:22:57 go: downloading github.com/moby/vpnkit v0.5.0
12:22:57 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:22:57 go: downloading github.com/gofrs/flock v0.8.1
12:22:57 go: downloading github.com/gorilla/mux v1.8.0
12:22:57 go: downloading github.com/moby/sys/mountinfo v0.4.1
12:22:57 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:22:57 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
12:22:57 go: downloading github.com/u-root/u-root v7.0.0+incompatible
12:22:57 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:22:57 + for f in rootlesskit rootlesskit-docker-proxy
12:22:57 + GOBIN=/usr/local/bin
12:22:57 + GO111MODULE=on
12:22:57 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
12:22:57 + return
12:22:57 + RPM_EC=0
12:22:57 ++ jobs -p
12:22:57 + exit 0
12:22:57 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SdleNH
12:22:57 + umask 022
12:22:57 + cd /root/rpmbuild/BUILD
12:22:57 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64 '!=' / ']'
12:22:57 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:22:57 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:22:57 + mkdir -p /root/rpmbuild/BUILDROOT
12:22:57 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:22:57 + cd src
12:22:57 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/bin/dockerd-rootless.sh
12:22:57 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/bin/dockerd-rootless-setuptool.sh
12:22:57 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/bin/rootlesskit
12:22:57 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/bin/rootlesskit-docker-proxy
12:22:57 + /usr/lib/rpm/check-buildroot
12:22:57 + /usr/lib/rpm/redhat/brp-ldconfig
12:22:57 + /usr/lib/rpm/brp-compress
12:22:57 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:22:57 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:22:57 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:22:57 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:22:57 + /usr/lib/rpm/check-rpaths
12:22:57 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:22:57 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
12:22:57 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
12:22:57 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:22:57 + /usr/lib/rpm/redhat/brp-python-hardlink
12:22:57 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.j1urMc
12:22:57 + umask 022
12:22:57 + cd /root/rpmbuild/BUILD
12:22:57 + cd src
12:22:57 + /usr/local/bin/rootlesskit -v
12:22:57 rootlesskit version 0.14.4
12:22:57 + RPM_EC=0
12:22:57 ++ jobs -p
12:22:57 + exit 0
12:22:57 Processing files: docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:22:57 Provides: docker-ce-rootless-extras = 0:0.0.0.20220908081902.b40c2f6-0.fc35 docker-ce-rootless-extras(aarch-64) = 0:0.0.0.20220908081902.b40c2f6-0.fc35
12:22:57 Requires(interp): /bin/sh /bin/sh /bin/sh
12:22:57 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:22:57 Requires(post): /bin/sh
12:22:57 Requires(preun): /bin/sh
12:22:57 Requires(postun): /bin/sh
12:22:57 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)
12:22:57 Conflicts: rootlesskit
12:22:57 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:22:57 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.src.rpm
12:23:02 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64.rpm
12:23:02 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.G1Kt9J
12:23:02 + umask 022
12:23:02 + cd /root/rpmbuild/BUILD
12:23:02 + cd src
12:23:02 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64
12:23:02 + RPM_EC=0
12:23:02 ++ jobs -p
12:23:02 + exit 0
12:23:02     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:23:02     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:23:02     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:23:02     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:23:02 
12:23:02 RPM build warnings:
12:23:02 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.FEcSL6
12:23:02 + umask 022
12:23:02 + cd /root/rpmbuild/BUILD
12:23:02 + cd /root/rpmbuild/BUILD
12:23:02 + rm -rf src
12:23:02 + /usr/bin/mkdir -p src
12:23:02 + cd src
12:23:02 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:23:02 + /usr/bin/tar -xof -
12:23:02 + STATUS=0
12:23:02 + '[' 0 -ne 0 ']'
12:23:02 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:23:02 + /usr/bin/tar -xof -
12:23:02 + STATUS=0
12:23:02 + '[' 0 -ne 0 ']'
12:23:02 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:23:02 + RPM_EC=0
12:23:02 ++ jobs -p
12:23:02 + exit 0
12:23:02 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.EaLnnt
12:23:02 + umask 022
12:23:02 + cd /root/rpmbuild/BUILD
12:23:02 + cd src
12:23:02 + pushd /root/rpmbuild/BUILD/src/compose
12:23:02 + make VERSION=v2.11.2 DESTDIR=./bin build
12:23:02 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:23:02 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.11.2" -o "./bin/docker-compose" ./cmd
12:23:02 go: downloading github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
12:23:02 go: downloading github.com/spf13/cobra v1.5.0
12:23:02 go: downloading github.com/fvbommel/sortorder v1.0.2
12:23:02 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
12:23:02 go: downloading github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
12:23:02 go: downloading github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
12:23:02 go: downloading github.com/morikuni/aec v1.0.0
12:23:02 go: downloading github.com/spf13/pflag v1.0.5
12:23:02 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:23:03 go: downloading github.com/docker/go-connections v0.4.0
12:23:03 go: downloading github.com/sirupsen/logrus v1.9.0
12:23:03 go: downloading github.com/theupdateframework/notary v0.7.0
12:23:03 go: downloading github.com/compose-spec/compose-go v1.6.0
12:23:03 go: downloading github.com/hashicorp/go-version v1.6.0
12:23:03 go: downloading github.com/cnabio/cnab-to-oci v0.3.7
12:23:03 go: downloading github.com/distribution/distribution/v3 v3.0.0-20220902125104-0122d7ddaec0
12:23:03 go: downloading github.com/docker/buildx v0.8.2
12:23:03 go: downloading github.com/docker/go-units v0.5.0
12:23:03 go: downloading github.com/mattn/go-shellwords v1.0.12
12:23:03 go: downloading github.com/moby/buildkit v0.10.4
12:23:03 go: downloading github.com/opencontainers/go-digest v1.0.0
12:23:03 go: downloading go.opentelemetry.io/otel v1.10.0
12:23:03 go: downloading github.com/containerd/containerd v1.6.8
12:23:03 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:23:03 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:23:03 go: downloading golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
12:23:03 go: downloading gopkg.in/yaml.v2 v2.4.0
12:23:03 go: downloading k8s.io/client-go v0.22.4
12:23:04 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:23:04 go: downloading github.com/cnabio/cnab-go v0.23.4
12:23:04 go: downloading github.com/imdario/mergo v0.3.13
12:23:04 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:23:04 go: downloading github.com/containerd/console v1.0.3
12:23:04 go: downloading golang.org/x/text v0.3.7
12:23:04 go: downloading github.com/mattn/go-isatty v0.0.16
12:23:04 go: downloading github.com/buger/goterm v1.0.4
12:23:04 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:23:04 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:23:04 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:23:04 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:23:04 go: downloading go.opentelemetry.io/otel/trace v1.10.0
12:23:04 go: downloading github.com/go-logr/logr v1.2.3
12:23:04 go: downloading k8s.io/api v0.22.4
12:23:04 go: downloading k8s.io/apimachinery v0.22.4
12:23:04 go: downloading github.com/gofrs/flock v0.8.0
12:23:04 go: downloading github.com/moby/sys/signal v0.6.0
12:23:04 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:23:05 go: downloading github.com/golang/mock v1.6.0
12:23:05 go: downloading google.golang.org/grpc v1.45.0
12:23:05 go: downloading github.com/klauspost/compress v1.15.1
12:23:05 go: downloading github.com/opencontainers/runc v1.1.2
12:23:05 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:23:05 go: downloading github.com/hashicorp/errwrap v1.1.0
12:23:05 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:23:05 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3
12:23:05 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:23:05 go: downloading golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
12:23:05 go: downloading golang.org/x/crypto v0.0.0-20220214200702-86341886e292
12:23:05 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:23:05 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:23:05 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
12:23:05 go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
12:23:05 go: downloading github.com/moby/locker v1.0.1
12:23:05 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:23:05 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:23:05 go: downloading k8s.io/klog/v2 v2.60.1
12:23:05 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:23:05 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:23:05 go: downloading google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
12:23:05 go: downloading google.golang.org/protobuf v1.27.1
12:23:06 go: downloading github.com/go-logr/stdr v1.2.2
12:23:06 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:23:06 go: downloading github.com/gogo/protobuf v1.3.2
12:23:06 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:23:06 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:23:06 go: downloading github.com/pelletier/go-toml v1.9.4
12:23:06 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:23:06 go: downloading github.com/google/gofuzz v1.2.0
12:23:06 go: downloading github.com/moby/sys/symlink v0.2.0
12:23:06 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:23:07 go: downloading github.com/golang/protobuf v1.5.2
12:23:07 go: downloading github.com/gogo/googleapis v1.4.1
12:23:07 go: downloading github.com/containerd/typeurl v1.0.2
12:23:07 go: downloading github.com/qri-io/jsonpointer v0.1.1
12:23:07 go: downloading github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e
12:23:07 go: downloading github.com/Masterminds/semver v1.5.0
12:23:07 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:23:07 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:23:07 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:23:07 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:23:07 go: downloading github.com/felixge/httpsnoop v1.0.2
12:23:07 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:23:07 go: downloading github.com/davecgh/go-spew v1.1.1
12:23:07 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:23:07 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:23:07 go: downloading gopkg.in/inf.v0 v0.9.1
12:23:07 go: downloading github.com/googleapis/gnostic v0.5.5
12:23:07 go: downloading github.com/google/go-cmp v0.5.8
12:23:07 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:23:07 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
12:23:07 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:23:07 go: downloading github.com/docker/go-metrics v0.0.1
12:23:07 go: downloading github.com/json-iterator/go v1.1.12
12:23:07 go: downloading github.com/modern-go/reflect2 v1.0.2
12:23:07 go: downloading sigs.k8s.io/yaml v1.2.0
12:23:07 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:23:07 go: downloading github.com/mattn/go-colorable v0.1.12
12:23:07 go: downloading gopkg.in/yaml.v3 v3.0.1
12:23:07 go: downloading github.com/prometheus/client_golang v1.12.1
12:23:07 go: downloading github.com/containerd/ttrpc v1.1.0
12:23:07 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:23:07 go: downloading github.com/moby/spdystream v0.2.0
12:23:07 go: downloading github.com/prometheus/client_model v0.2.0
12:23:07 go: downloading github.com/prometheus/common v0.32.1
12:23:07 go: downloading github.com/beorn7/perks v1.0.1
12:23:07 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:23:07 go: downloading github.com/prometheus/procfs v0.7.3
12:23:07 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:24:44 + popd
12:24:44 + RPM_EC=0
12:24:44 ~/rpmbuild/BUILD/src
12:24:44 ++ jobs -p
12:24:44 + exit 0
12:24:44 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.siukCQ
12:24:44 + umask 022
12:24:44 + cd /root/rpmbuild/BUILD
12:24:44 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.aarch64 '!=' / ']'
12:24:44 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.aarch64
12:24:44 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.aarch64
12:24:44 + mkdir -p /root/rpmbuild/BUILDROOT
12:24:44 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.aarch64
12:24:44 + cd src
12:24:44 + pushd /root/rpmbuild/BUILD/src/compose
12:24:44 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:24:44 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:24:44 + popd
12:24:44 ~/rpmbuild/BUILD/src
12:24:44 + for f in LICENSE MAINTAINERS NOTICE README.md
12:24:44 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:24:44 + for f in LICENSE MAINTAINERS NOTICE README.md
12:24:44 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:24:44 + for f in LICENSE MAINTAINERS NOTICE README.md
12:24:44 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:24:44 + for f in LICENSE MAINTAINERS NOTICE README.md
12:24:44 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:24:44 + /usr/lib/rpm/check-buildroot
12:24:44 + /usr/lib/rpm/redhat/brp-ldconfig
12:24:44 + /usr/lib/rpm/brp-compress
12:24:44 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:24:44 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:24:44 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:24:44 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:24:44 + /usr/lib/rpm/check-rpaths
12:24:44 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:24:44 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:24:44 + /usr/lib/rpm/redhat/brp-python-hardlink
12:24:44 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.RT5RQw
12:24:44 + umask 022
12:24:44 + cd /root/rpmbuild/BUILD
12:24:44 + cd src
12:24:44 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:24:44 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:24:44 + ver=v2.11.2
12:24:44 + test v2.11.2 = v2.11.2
12:24:44 + echo 'PASS: docker-compose version OK'
12:24:44 + RPM_EC=0
12:24:44 PASS: docker-compose version OK
12:24:44 ++ jobs -p
12:24:44 + exit 0
12:24:44 Processing files: docker-compose-plugin-2.11.2-0.fc35.aarch64
12:24:44 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pGc6vJ
12:24:44 + umask 022
12:24:44 + cd /root/rpmbuild/BUILD
12:24:44 + cd src
12:24:44 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.aarch64/usr/share/doc/docker-compose-plugin
12:24:44 + export LC_ALL=C
12:24:44 + LC_ALL=C
12:24:44 + export DOCDIR
12:24:44 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.aarch64/usr/share/doc/docker-compose-plugin
12:24:44 + 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.11.2-0.fc35.aarch64/usr/share/doc/docker-compose-plugin
12:24:44 + RPM_EC=0
12:24:44 ++ jobs -p
12:24:44 + exit 0
12:24:44 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.gnynjM
12:24:44 + umask 022
12:24:44 + cd /root/rpmbuild/BUILD
12:24:44 + cd src
12:24:44 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.aarch64/usr/share/licenses/docker-compose-plugin
12:24:44 + export LC_ALL=C
12:24:44 + LC_ALL=C
12:24:44 + export LICENSEDIR
12:24:44 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.aarch64/usr/share/licenses/docker-compose-plugin
12:24:44 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.aarch64/usr/share/licenses/docker-compose-plugin
12:24:44 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.aarch64/usr/share/licenses/docker-compose-plugin
12:24:44 + RPM_EC=0
12:24:44 ++ jobs -p
12:24:44 + exit 0
12:24:44 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:24:44 Provides: docker-compose-plugin = 0:2.11.2-0.fc35 docker-compose-plugin(aarch-64) = 0:2.11.2-0.fc35
12:24:44 Requires(interp): /bin/sh /bin/sh /bin/sh
12:24:44 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:24:44 Requires(post): /bin/sh
12:24:44 Requires(preun): /bin/sh
12:24:44 Requires(postun): /bin/sh
12:24:44 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.aarch64
12:24:44 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.11.2-0.fc35.src.rpm
12:25:06 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.11.2-0.fc35.aarch64.rpm
12:25:06 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9Hpq4i
12:25:06 + umask 022
12:25:06 + cd /root/rpmbuild/BUILD
12:25:06 + cd src
12:25:06 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.aarch64
12:25:06 + RPM_EC=0
12:25:06 ++ jobs -p
12:25:06 + exit 0
12:25:06     line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:25:06     line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:25:06     line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:25:06     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220908081902.b40c2f6-0.fc35.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:25:06     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.11.2-0.fc35.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:25:06 
12:25:06 RPM build warnings:
12:25:08 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-35"
12:25:08 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'