Skip to content

Console Output

13:48:43 + make REF=20.10 fedora-34
13:48:43 git init src/github.com/docker/cli
13:48:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
13:48:43 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:48:43 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
13:48:43 + SRC=src/github.com/docker/cli
13:48:43 + REF=20.10
13:48:43 + REF_FETCH=20.10
13:48:43 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
13:48:43 + awk {print $2}
13:48:43 + REF=refs/heads/20.10
13:48:43 + [ -n refs/heads/20.10 ]
13:48:43 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:43 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:43 From https://github.com/docker/cli
13:48:43  * [new branch]      20.10      -> 20.10
13:48:43  * [new tag]         v20.10.16  -> v20.10.16
13:48:43  * [new branch]      20.10      -> origin/20.10
13:48:43 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
13:48:44 git init src/github.com/docker/docker
13:48:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
13:48:44 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:48:44 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
13:48:44 + SRC=src/github.com/docker/docker
13:48:44 + REF=20.10
13:48:44 + REF_FETCH=20.10
13:48:44 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
13:48:44 + awk {print $2}
13:48:44 + REF=refs/heads/20.10
13:48:44 + [ -n refs/heads/20.10 ]
13:48:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:44 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:45 From https://github.com/docker/docker
13:48:45  * [new branch]      20.10      -> 20.10
13:48:45  * [new branch]      20.10      -> origin/20.10
13:48:45 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
13:48:46 git init src/github.com/docker/compose
13:48:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
13:48:46 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:48:46 ./scripts/checkout.sh src/github.com/docker/compose "v2.6.0"
13:48:46 + SRC=src/github.com/docker/compose
13:48:46 + REF=v2.6.0
13:48:46 + REF_FETCH=v2.6.0
13:48:46 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.6.0
13:48:46 + awk {print $2}
13:48:46 + REF=refs/tags/v2.6.0
13:48:46 + [ -n refs/tags/v2.6.0 ]
13:48:46 + REF_FETCH=refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:46 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:46 From https://github.com/docker/compose
13:48:46  * [new tag]         v2.6.0     -> v2.6.0
13:48:46 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.6.0
13:48:46 git init src/github.com/docker/scan-cli-plugin
13:48:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
13:48:46 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:48:46 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:48:46 + SRC=src/github.com/docker/scan-cli-plugin
13:48:46 + REF=v0.17.0
13:48:46 + REF_FETCH=v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
13:48:46 + awk {print $2}
13:48:46 + REF=refs/tags/v0.17.0
13:48:46 + [ -n refs/tags/v0.17.0 ]
13:48:46 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:48:47 From https://github.com/docker/scan-cli-plugin
13:48:47  * [new tag]         v0.17.0    -> v0.17.0
13:48:47 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:48:47 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.17.10 fedora-34
13:48:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
13:48:47 mkdir -p rpmbuild/SOURCES
13:48:47 docker run --rm -w /v \
13:48:47 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
13:48:47 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:47 	alpine \
13:48:47 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:48:50 mkdir -p rpmbuild/SOURCES
13:48:50 docker run --rm -w /v \
13:48:50 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
13:48:50 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:50 	alpine \
13:48:50 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:48:52 mkdir -p rpmbuild/SOURCES
13:48:52 docker run --rm -w /v \
13:48:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
13:48:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:52 	alpine \
13:48:52 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:48:53 mkdir -p rpmbuild/SOURCES
13:48:53 docker run --rm -w /v \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:53 	alpine \
13:48:53 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:48:54 mkdir -p rpmbuild/SOURCES
13:48:54 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
13:48:54 mkdir -p rpmbuild/SOURCES
13:48:54 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
13:48:54 docker run --rm -w /v \
13:48:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
13:48:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:54 	alpine \
13:48:54 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
13:48:55 == Building packages for fedora-34 ==
13:48:55 mkdir -p "rpmbuild/fedora-34"
13:48:55 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.10-buster -t rpmbuild-fedora-34/aarch64 -f fedora-34/Dockerfile .
13:48:55 #1 [internal] load build definition from Dockerfile
13:48:55 #1 sha256:d29b5274526bfdf3ff396a45438a2bc43e727250d3b88d683754b1ef3c3f91f0
13:48:55 #1 transferring dockerfile: 847B done
13:48:55 #1 DONE 0.0s
13:48:55 
13:48:55 #2 [internal] load .dockerignore
13:48:55 #2 sha256:2c6e52b2c079aebd5d64b289378ef36a34bd03dfcdeefdbfe39861c49435c085
13:48:55 #2 transferring context: 2B done
13:48:55 #2 DONE 0.0s
13:48:55 
13:48:55 #5 [auth] library/golang:pull token for registry-1.docker.io
13:48:55 #5 sha256:22890c363c05288cca0f70093b30177c1e2babb6c66aaca7a6abae7cff3fefc1
13:48:55 #5 DONE 0.0s
13:48:55 
13:48:55 #6 [auth] library/fedora:pull token for registry-1.docker.io
13:48:55 #6 sha256:fcbe8a734afa57cccea0d324f3194982e9ae1b2f15fac560c06c8ab4a705682e
13:48:55 #6 DONE 0.0s
13:48:55 
13:48:55 #4 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:48:55 #4 sha256:77749321ce5ebca1965c720e15dc5f8436f4c6810934e555747c21e4f92fd430
13:48:55 #4 DONE 0.4s
13:48:55 
13:48:55 #3 [internal] load metadata for docker.io/library/fedora:34
13:48:55 #3 sha256:18e083ccc0320d8b39dde606b40fe353b7662bf13d1395f447a07345c532469d
13:48:55 #3 DONE 0.4s
13:48:55 
13:48:55 #9 [internal] load build context
13:48:55 #9 sha256:e65adc8b7eb5972be330d9492455f3dcb69ca2b378a7b85e57eefa5c1555c4cb
13:48:55 #9 transferring context: 14.04kB done
13:48:55 #9 DONE 0.0s
13:48:55 
13:48:55 #12 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:48:55 #12 sha256:0748dff22fb1e7086f9a48c7d0c2271a5bccd9d30ace7a38fc44326cf8e7d238
13:48:55 #12 resolve docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a 0.0s done
13:48:55 #12 sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a 1.86kB / 1.86kB done
13:48:55 #12 sha256:96f8ef4754339034c4273b67cf9e4666e5685dd95b8819561edf4eba20afa6a9 7.13kB / 7.13kB done
13:48:55 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 0B / 102.72MB 0.1s
13:48:55 #12 sha256:c8d73c8a55ec509afff79d4b02eeda18642c89f7f41399cbe0ab2d024b82f42e 0B / 125B 0.1s
13:48:55 #12 sha256:9d3f470a769bb162f00756e79f879e7e700b3c2429508db916e326be56145f5f 1.79kB / 1.79kB done
13:48:56 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 23.07MB / 102.72MB 0.3s
13:48:56 #12 sha256:c8d73c8a55ec509afff79d4b02eeda18642c89f7f41399cbe0ab2d024b82f42e 125B / 125B 0.1s done
13:48:56 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 32.51MB / 102.72MB 0.4s
13:48:56 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 42.99MB / 102.72MB 0.5s
13:48:56 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 52.43MB / 102.72MB 0.6s
13:48:56 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 68.94MB / 102.72MB 0.8s
13:48:56 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 81.79MB / 102.72MB 0.9s
13:48:57 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 88.08MB / 102.72MB 1.5s
13:48:57 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 93.32MB / 102.72MB 1.9s
13:48:57 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 99.61MB / 102.72MB 2.0s
13:48:58 #12 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 102.72MB / 102.72MB 2.4s done
13:48:58 #12 extracting sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d
13:49:00 #12 ...
13:49:00 
13:49:00 #7 [stage-1 1/6] FROM docker.io/library/fedora:34@sha256:321dbc444dfeda328a85dc3c31545a65c1fae8390aa5ba6dc1f5222b53b42697
13:49:00 #7 sha256:a2296114dab9d66595e795bac813cf87269b353528a0530ab901103cb65d7c44
13:49:00 #7 resolve docker.io/library/fedora:34@sha256:321dbc444dfeda328a85dc3c31545a65c1fae8390aa5ba6dc1f5222b53b42697 0.0s done
13:49:00 #7 sha256:321dbc444dfeda328a85dc3c31545a65c1fae8390aa5ba6dc1f5222b53b42697 1.20kB / 1.20kB done
13:49:00 #7 sha256:dace6d144b7fc7448edf1090cce9fc5e596d0c42b8b3a1b2f65c7514a03c5b4b 529B / 529B done
13:49:00 #7 sha256:cdb9893ca440268b58e0fc97e3647d47c5de71ccfe7dfac49446eb12325aa915 2.00kB / 2.00kB done
13:49:00 #7 sha256:a35d67b9c84802103773c29f779afc1c2111de2829c76b363fc8250d071ac519 64.50MB / 64.50MB 1.3s done
13:49:00 #7 extracting sha256:a35d67b9c84802103773c29f779afc1c2111de2829c76b363fc8250d071ac519 3.3s done
13:49:00 #7 DONE 5.0s
13:49:00 
13:49:00 #12 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:49:00 #12 sha256:0748dff22fb1e7086f9a48c7d0c2271a5bccd9d30ace7a38fc44326cf8e7d238
13:49:00 #12 ...
13:49:00 
13:49:00 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:49:00 #8 sha256:7e9e53d712bb4a85e8f9ecf476371f8e2e6cf099d421e42bf400345f9ed75525
13:49:05 #8 3.561 Fedora 34 - aarch64                              24 MB/s |  70 MB     00:02    
13:49:05 #8 ...
13:49:05 
13:49:05 #12 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:49:05 #12 sha256:0748dff22fb1e7086f9a48c7d0c2271a5bccd9d30ace7a38fc44326cf8e7d238
13:49:05 #12 extracting sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 5.7s done
13:49:05 #12 extracting sha256:c8d73c8a55ec509afff79d4b02eeda18642c89f7f41399cbe0ab2d024b82f42e done
13:49:05 #12 DONE 8.6s
13:49:05 
13:49:05 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:49:05 #8 sha256:7e9e53d712bb4a85e8f9ecf476371f8e2e6cf099d421e42bf400345f9ed75525
13:49:23 #8 22.07 Fedora 34 openh264 (From Cisco) - aarch64       2.9 kB/s | 2.5 kB     00:00    
13:49:24 #8 23.34 Fedora Modular 34 - aarch64                     5.2 MB/s | 4.8 MB     00:00    
13:49:27 #8 26.05 Fedora 34 - aarch64 - Updates                    19 MB/s |  32 MB     00:01    
13:49:37 #8 36.64 Fedora Modular 34 - aarch64 - Updates           4.8 MB/s | 4.6 MB     00:00    
13:49:38 #8 38.18 Last metadata expiration check: 0:00:01 ago on Tue May 31 13:49:37 2022.
13:49:43 #8 41.96 Dependencies resolved.
13:49:43 #8 41.99 ================================================================================
13:49:43 #8 41.99  Package                       Arch      Version                Repo       Size
13:49:43 #8 41.99 ================================================================================
13:49:43 #8 41.99 Installing:
13:49:43 #8 41.99  dnf-plugins-core              noarch    4.0.24-1.fc34          updates    35 k
13:49:43 #8 41.99  rpm-build                     aarch64   4.16.1.3-1.fc34        fedora     98 k
13:49:43 #8 41.99  rpmlint                       noarch    1.11-19.fc34           updates   185 k
13:49:43 #8 41.99 Installing dependencies:
13:49:43 #8 41.99  binutils                      aarch64   2.35.2-6.fc34          updates   5.9 M
13:49:43 #8 41.99  binutils-gold                 aarch64   2.35.2-6.fc34          updates   863 k
13:49:43 #8 41.99  bzip2                         aarch64   1.0.8-6.fc34           fedora     52 k
13:49:43 #8 41.99  cpio                          aarch64   2.13-10.fc34           fedora    271 k
13:49:43 #8 41.99  dbus-libs                     aarch64   1:1.12.20-3.fc34       fedora    149 k
13:49:43 #8 41.99  desktop-file-utils            aarch64   0.26-3.fc34            fedora     73 k
13:49:43 #8 41.99  diffutils                     aarch64   3.7-8.fc34             fedora    387 k
13:49:43 #8 41.99  dwz                           aarch64   0.14-1.fc34            fedora    126 k
13:49:43 #8 41.99  ed                            aarch64   1.14.2-10.fc34         fedora     74 k
13:49:43 #8 41.99  efi-srpm-macros               noarch    5-4.fc34               updates    22 k
13:49:43 #8 41.99  elfutils                      aarch64   0.186-1.fc34           updates   517 k
13:49:43 #8 41.99  elfutils-debuginfod-client    aarch64   0.186-1.fc34           updates    39 k
13:49:43 #8 41.99  emacs-filesystem              noarch    1:27.2-5.fc34          updates   8.4 k
13:49:43 #8 41.99  enchant                       aarch64   1:1.6.0-27.fc34        fedora     59 k
13:49:43 #8 41.99  file                          aarch64   5.39-7.fc34            updates    50 k
13:49:43 #8 41.99  findutils                     aarch64   1:4.8.0-2.fc34         fedora    547 k
13:49:43 #8 41.99  fonts-srpm-macros             noarch    1:2.0.5-5.fc34         fedora     27 k
13:49:43 #8 41.99  fpc-srpm-macros               noarch    1.3-3.fc34             fedora    7.7 k
13:49:43 #8 41.99  gdb-minimal                   aarch64   11.1-5.fc34            updates   3.4 M
13:49:43 #8 41.99  gdk-pixbuf2                   aarch64   2.42.6-1.fc34          updates   468 k
13:49:43 #8 41.99  ghc-srpm-macros               noarch    1.5.0-4.fc34           fedora    7.8 k
13:49:43 #8 41.99  glib-networking               aarch64   2.68.3-1.fc34          updates   169 k
13:49:43 #8 41.99  gnat-srpm-macros              noarch    4-13.fc34              fedora    8.3 k
13:49:43 #8 41.99  go-srpm-macros                noarch    3.0.15-1.fc34          updates    26 k
13:49:43 #8 41.99  groff-base                    aarch64   1.22.4-7.fc34          fedora    1.0 M
13:49:43 #8 41.99  gsettings-desktop-schemas     aarch64   40.0-1.fc34            fedora    691 k
13:49:43 #8 41.99  hunspell                      aarch64   1.7.0-9.fc34           fedora    326 k
13:49:43 #8 41.99  hunspell-en-US                noarch    0.20140811.1-18.fc34   fedora    177 k
13:49:43 #8 41.99  hunspell-filesystem           aarch64   1.7.0-9.fc34           fedora    7.6 k
13:49:43 #8 41.99  info                          aarch64   6.7-10.fc34            fedora    225 k
13:49:43 #8 41.99  json-glib                     aarch64   1.6.6-1.fc34           updates   149 k
13:49:43 #8 41.99  kernel-srpm-macros            noarch    1.0-4.fc34             fedora    7.3 k
13:49:43 #8 41.99  less                          aarch64   590-2.fc34             updates   160 k
13:49:43 #8 41.99  libappstream-glib             aarch64   0.7.18-2.fc34          fedora    381 k
13:49:43 #8 41.99  libjpeg-turbo                 aarch64   2.0.90-3.fc34          updates   169 k
13:49:43 #8 41.99  libpipeline                   aarch64   1.5.3-2.fc34           fedora     49 k
13:49:43 #8 41.99  libpkgconf                    aarch64   1.7.3-6.fc34           fedora     36 k
13:49:43 #8 41.99  libpng                        aarch64   2:1.6.37-10.fc34       fedora    114 k
13:49:43 #8 41.99  libproxy                      aarch64   0.4.15-30.fc34         fedora     69 k
13:49:43 #8 41.99  libsoup                       aarch64   2.72.0-6.fc34          fedora    390 k
13:49:43 #8 41.99  libstemmer                    aarch64   0-16.585svn.fc34       fedora     85 k
13:49:43 #8 41.99  lua-srpm-macros               noarch    1-4.fc34               fedora    8.3 k
13:49:43 #8 41.99  man-db                        aarch64   2.9.3-3.fc34           fedora    1.1 M
13:49:43 #8 41.99  ncurses                       aarch64   6.2-4.20200222.fc34    fedora    394 k
13:49:43 #8 41.99  nim-srpm-macros               noarch    3-4.fc34               fedora    8.4 k
13:49:43 #8 41.99  ocaml-srpm-macros             noarch    6-4.fc34               fedora    7.8 k
13:49:43 #8 41.99  openblas-srpm-macros          noarch    2-9.fc34               fedora    7.4 k
13:49:43 #8 41.99  patch                         aarch64   2.7.6-14.fc34          fedora    126 k
13:49:43 #8 41.99  perl-AutoLoader               noarch    5.74-477.fc34          updates    31 k
13:49:43 #8 41.99  perl-B                        aarch64   1.80-477.fc34          updates   190 k
13:49:43 #8 41.99  perl-Carp                     noarch    1.50-458.fc34          fedora     29 k
13:49:43 #8 41.99  perl-Class-Struct             noarch    0.66-477.fc34          updates    32 k
13:49:43 #8 41.99  perl-Data-Dumper              aarch64   2.174-460.fc34         fedora     55 k
13:49:43 #8 41.99  perl-Digest                   noarch    1.20-1.fc34            updates    25 k
13:49:43 #8 41.99  perl-Digest-MD5               aarch64   2.58-2.fc34            fedora     36 k
13:49:43 #8 41.99  perl-DynaLoader               aarch64   1.47-477.fc34          updates    36 k
13:49:43 #8 41.99  perl-Encode                   aarch64   4:3.15-462.fc34        updates   1.7 M
13:49:43 #8 41.99  perl-Errno                    aarch64   1.30-477.fc34          updates    25 k
13:49:43 #8 41.99  perl-Exporter                 noarch    5.74-459.fc34          fedora     32 k
13:49:43 #8 41.99  perl-Fcntl                    aarch64   1.13-477.fc34          updates    31 k
13:49:43 #8 41.99  perl-File-Basename            noarch    2.85-477.fc34          updates    27 k
13:49:43 #8 41.99  perl-File-Path                noarch    2.18-2.fc34            fedora     36 k
13:49:43 #8 41.99  perl-File-Temp                noarch    1:0.231.100-2.fc34     fedora     60 k
13:49:43 #8 41.99  perl-File-stat                noarch    1.09-477.fc34          updates    27 k
13:49:43 #8 41.99  perl-FileHandle               noarch    2.03-477.fc34          updates    26 k
13:49:43 #8 41.99  perl-Getopt-Long              noarch    1:2.52-2.fc34          fedora     61 k
13:49:43 #8 41.99  perl-Getopt-Std               noarch    1.12-477.fc34          updates    26 k
13:49:43 #8 41.99  perl-HTTP-Tiny                noarch    0.078-1.fc34           updates    55 k
13:49:43 #8 41.99  perl-IO                       aarch64   1.43-477.fc34          updates    97 k
13:49:43 #8 41.99  perl-IO-Socket-IP             noarch    0.41-3.fc34            fedora     43 k
13:49:43 #8 41.99  perl-IPC-Open3                noarch    1.21-477.fc34          updates    33 k
13:49:43 #8 41.99  perl-MIME-Base64              aarch64   3.16-2.fc34            fedora     31 k
13:49:43 #8 41.99  perl-Net-SSLeay               aarch64   1.90-2.fc34            fedora    357 k
13:49:43 #8 41.99  perl-POSIX                    aarch64   1.94-477.fc34          updates   107 k
13:49:43 #8 41.99  perl-PathTools                aarch64   3.78-459.fc34          fedora     86 k
13:49:43 #8 41.99  perl-Pod-Escapes              noarch    1:1.07-458.fc34        fedora     20 k
13:49:43 #8 41.99  perl-Pod-Perldoc              noarch    3.28.01-459.fc34       fedora     85 k
13:49:43 #8 41.99  perl-Pod-Simple               noarch    1:3.42-2.fc34          fedora    216 k
13:49:43 #8 41.99  perl-Pod-Usage                noarch    4:2.01-2.fc34          fedora     41 k
13:49:43 #8 41.99  perl-Scalar-List-Utils        aarch64   4:1.56-459.fc34        fedora     71 k
13:49:43 #8 41.99  perl-SelectSaver              noarch    1.02-477.fc34          updates    22 k
13:49:43 #8 41.99  perl-Socket                   aarch64   4:2.032-1.fc34         updates    54 k
13:49:43 #8 41.99  perl-Storable                 aarch64   1:3.21-458.fc34        fedora     95 k
13:49:43 #8 41.99  perl-Symbol                   noarch    1.08-477.fc34          updates    24 k
13:49:43 #8 41.99  perl-Term-ANSIColor           noarch    5.01-459.fc34          fedora     49 k
13:49:43 #8 41.99  perl-Term-Cap                 noarch    1.17-458.fc34          fedora     22 k
13:49:43 #8 41.99  perl-Text-ParseWords          noarch    3.30-458.fc34          fedora     16 k
13:49:43 #8 41.99  perl-Text-Tabs+Wrap           noarch    2021.0726-1.fc34       updates    22 k
13:49:43 #8 41.99  perl-Time-Local               noarch    2:1.300-5.fc34         fedora     34 k
13:49:43 #8 41.99  perl-URI                      noarch    5.09-1.fc34            fedora    109 k
13:49:43 #8 41.99  perl-base                     noarch    2.27-477.fc34          updates    26 k
13:49:43 #8 41.99  perl-constant                 noarch    1.33-459.fc34          fedora     23 k
13:49:43 #8 41.99  perl-if                       noarch    0.60.800-477.fc34      updates    24 k
13:49:43 #8 41.99  perl-interpreter              aarch64   4:5.32.1-477.fc34      updates    81 k
13:49:43 #8 41.99  perl-libnet                   noarch    3.13-2.fc34            fedora    127 k
13:49:43 #8 41.99  perl-libs                     aarch64   4:5.32.1-477.fc34      updates   2.0 M
13:49:43 #8 41.99  perl-mro                      aarch64   1.23-477.fc34          updates    38 k
13:49:43 #8 41.99  perl-overload                 noarch    1.31-477.fc34          updates    56 k
13:49:43 #8 41.99  perl-overloading              noarch    0.02-477.fc34          updates    23 k
13:49:43 #8 41.99  perl-parent                   noarch    1:0.238-458.fc34       fedora     14 k
13:49:43 #8 41.99  perl-podlators                noarch    1:4.14-458.fc34        fedora    113 k
13:49:43 #8 41.99  perl-srpm-macros              noarch    1-39.fc34              fedora    8.5 k
13:49:43 #8 41.99  perl-subs                     noarch    1.03-477.fc34          updates    22 k
13:49:43 #8 41.99  perl-vars                     noarch    1.05-477.fc34          updates    23 k
13:49:43 #8 41.99  pkgconf                       aarch64   1.7.3-6.fc34           fedora     41 k
13:49:43 #8 41.99  pkgconf-m4                    noarch    1.7.3-6.fc34           fedora     14 k
13:49:43 #8 41.99  pkgconf-pkg-config            aarch64   1.7.3-6.fc34           fedora     10 k
13:49:43 #8 41.99  python-srpm-macros            noarch    3.9-41.fc34            updates    21 k
13:49:43 #8 41.99  python3-dateutil              noarch    1:2.8.1-3.fc34         fedora    289 k
13:49:43 #8 41.99  python3-dbus                  aarch64   1.2.18-1.fc34          updates   132 k
13:49:43 #8 41.99  python3-distro                noarch    1.5.0-5.fc34           fedora     36 k
13:49:43 #8 41.99  python3-dnf-plugins-core      noarch    4.0.24-1.fc34          updates   210 k
13:49:43 #8 41.99  python3-enchant               noarch    3.2.1-1.fc34           updates    78 k
13:49:43 #8 41.99  python3-file-magic            noarch    5.39-7.fc34            updates    17 k
13:49:43 #8 41.99  python3-setuptools            noarch    53.0.0-3.fc34          updates   839 k
13:49:43 #8 41.99  python3-six                   noarch    1.15.0-5.fc34          fedora     36 k
13:49:43 #8 41.99  qt5-srpm-macros               noarch    5.15.2-2.fc34          fedora    8.4 k
13:49:43 #8 41.99  redhat-rpm-config             noarch    183-3.fc34             updates    65 k
13:49:43 #8 41.99  rpmautospec-rpm-macros        noarch    0.2.6-1.fc34           updates   8.3 k
13:49:43 #8 41.99  rust-srpm-macros              noarch    21-1.fc34              updates   8.9 k
13:49:43 #8 41.99  shared-mime-info              aarch64   2.1-2.fc34             fedora    374 k
13:49:43 #8 41.99  unzip                         aarch64   6.0-50.fc34            fedora    178 k
13:49:43 #8 41.99  xxhash-libs                   aarch64   0.8.1-1.fc34           updates    33 k
13:49:43 #8 41.99  xz                            aarch64   5.2.5-5.fc34           fedora    216 k
13:49:43 #8 41.99  zip                           aarch64   3.0-28.fc34            fedora    255 k
13:49:43 #8 41.99  zstd                          aarch64   1.5.2-1.fc34           updates   331 k
13:49:43 #8 41.99 Installing weak dependencies:
13:49:43 #8 41.99  abattis-cantarell-fonts       noarch    0.301-2.fc34           fedora    369 k
13:49:43 #8 41.99  adobe-source-code-pro-fonts   noarch    2.030.1.050-10.fc34    fedora    834 k
13:49:43 #8 41.99  hunspell-en-GB                noarch    0.20140811.1-18.fc34   fedora    225 k
13:49:43 #8 41.99  perl-IO-Socket-SSL            noarch    2.070-2.fc34           fedora    214 k
13:49:43 #8 41.99  perl-Mozilla-CA               noarch    20211001-1.fc34        updates    12 k
13:49:43 #8 41.99  perl-NDBM_File                aarch64   1.15-477.fc34          updates    32 k
13:49:43 #8 41.99 
13:49:43 #8 41.99 Transaction Summary
13:49:43 #8 41.99 ================================================================================
13:49:43 #8 41.99 Install  135 Packages
13:49:43 #8 41.99 
13:49:43 #8 41.99 Total download size: 31 M
13:49:43 #8 41.99 Installed size: 123 M
13:49:43 #8 41.99 Downloading Packages:
13:49:43 #8 42.73 (1/135): bzip2-1.0.8-6.fc34.aarch64.rpm         220 kB/s |  52 kB     00:00    
13:49:43 #8 42.74 (2/135): abattis-cantarell-fonts-0.301-2.fc34.n 1.5 MB/s | 369 kB     00:00    
13:49:43 #8 42.78 (3/135): adobe-source-code-pro-fonts-2.030.1.05 2.8 MB/s | 834 kB     00:00    
13:49:43 #8 42.79 (4/135): cpio-2.13-10.fc34.aarch64.rpm          4.7 MB/s | 271 kB     00:00    
13:49:43 #8 42.79 (5/135): dbus-libs-1.12.20-3.fc34.aarch64.rpm   2.7 MB/s | 149 kB     00:00    
13:49:43 #8 42.80 (6/135): desktop-file-utils-0.26-3.fc34.aarch64 6.8 MB/s |  73 kB     00:00    
13:49:43 #8 42.81 (7/135): dwz-0.14-1.fc34.aarch64.rpm            8.9 MB/s | 126 kB     00:00    
13:49:43 #8 42.81 (8/135): ed-1.14.2-10.fc34.aarch64.rpm          5.0 MB/s |  74 kB     00:00    
13:49:43 #8 42.82 (9/135): enchant-1.6.0-27.fc34.aarch64.rpm      6.4 MB/s |  59 kB     00:00    
13:49:43 #8 42.82 (10/135): fonts-srpm-macros-2.0.5-5.fc34.noarch 4.0 MB/s |  27 kB     00:00    
13:49:43 #8 42.83 (11/135): fpc-srpm-macros-1.3-3.fc34.noarch.rpm 1.4 MB/s | 7.7 kB     00:00    
13:49:43 #8 42.84 (12/135): diffutils-3.7-8.fc34.aarch64.rpm      8.1 MB/s | 387 kB     00:00    
13:49:43 #8 42.85 (13/135): findutils-4.8.0-2.fc34.aarch64.rpm     16 MB/s | 547 kB     00:00    
13:49:43 #8 42.85 (14/135): ghc-srpm-macros-1.5.0-4.fc34.noarch.r 449 kB/s | 7.8 kB     00:00    
13:49:43 #8 42.85 (15/135): gnat-srpm-macros-4-13.fc34.noarch.rpm 723 kB/s | 8.3 kB     00:00    
13:49:43 #8 42.87 (16/135): hunspell-1.7.0-9.fc34.aarch64.rpm      24 MB/s | 326 kB     00:00    
13:49:43 #8 42.88 (17/135): gsettings-desktop-schemas-40.0-1.fc34  22 MB/s | 691 kB     00:00    
13:49:43 #8 42.89 (18/135): hunspell-en-GB-0.20140811.1-18.fc34.n  12 MB/s | 225 kB     00:00    
13:49:43 #8 42.89 (19/135): hunspell-filesystem-1.7.0-9.fc34.aarc 1.4 MB/s | 7.6 kB     00:00    
13:49:43 #8 42.90 (20/135): hunspell-en-US-0.20140811.1-18.fc34.n  11 MB/s | 177 kB     00:00    
13:49:43 #8 42.90 (21/135): groff-base-1.22.4-7.fc34.aarch64.rpm   19 MB/s | 1.0 MB     00:00    
13:49:43 #8 42.91 (22/135): kernel-srpm-macros-1.0-4.fc34.noarch. 827 kB/s | 7.3 kB     00:00    
13:49:43 #8 42.91 (23/135): info-6.7-10.fc34.aarch64.rpm           12 MB/s | 225 kB     00:00    
13:49:43 #8 42.92 (24/135): libpipeline-1.5.3-2.fc34.aarch64.rpm  6.1 MB/s |  49 kB     00:00    
13:49:43 #8 42.92 (25/135): libappstream-glib-0.7.18-2.fc34.aarch  23 MB/s | 381 kB     00:00    
13:49:43 #8 42.92 (26/135): libpkgconf-1.7.3-6.fc34.aarch64.rpm   3.2 MB/s |  36 kB     00:00    
13:49:43 #8 42.93 (27/135): libpng-1.6.37-10.fc34.aarch64.rpm      10 MB/s | 114 kB     00:00    
13:49:43 #8 42.93 (28/135): libproxy-0.4.15-30.fc34.aarch64.rpm   5.2 MB/s |  69 kB     00:00    
13:49:43 #8 42.94 (29/135): libstemmer-0-16.585svn.fc34.aarch64.r 8.1 MB/s |  85 kB     00:00    
13:49:43 #8 42.94 (30/135): libsoup-2.72.0-6.fc34.aarch64.rpm      19 MB/s | 390 kB     00:00    
13:49:43 #8 42.95 (31/135): lua-srpm-macros-1-4.fc34.noarch.rpm   689 kB/s | 8.3 kB     00:00    
13:49:43 #8 42.96 (32/135): ncurses-6.2-4.20200222.fc34.aarch64.r  26 MB/s | 394 kB     00:00    
13:49:43 #8 42.97 (33/135): man-db-2.9.3-3.fc34.aarch64.rpm        36 MB/s | 1.1 MB     00:00    
13:49:43 #8 42.97 (34/135): nim-srpm-macros-3-4.fc34.noarch.rpm   337 kB/s | 8.4 kB     00:00    
13:49:43 #8 42.98 (35/135): ocaml-srpm-macros-6-4.fc34.noarch.rpm 641 kB/s | 7.8 kB     00:00    
13:49:43 #8 42.98 (36/135): openblas-srpm-macros-2-9.fc34.noarch. 808 kB/s | 7.4 kB     00:00    
13:49:43 #8 42.98 (37/135): perl-Carp-1.50-458.fc34.noarch.rpm    4.6 MB/s |  29 kB     00:00    
13:49:43 #8 42.99 (38/135): patch-2.7.6-14.fc34.aarch64.rpm       9.7 MB/s | 126 kB     00:00    
13:49:43 #8 42.99 (39/135): perl-Digest-MD5-2.58-2.fc34.aarch64.r 3.5 MB/s |  36 kB     00:00    
13:49:43 #8 43.00 (40/135): perl-Data-Dumper-2.174-460.fc34.aarch 3.1 MB/s |  55 kB     00:00    
13:49:43 #8 43.00 (41/135): perl-Exporter-5.74-459.fc34.noarch.rp 2.8 MB/s |  32 kB     00:00    
13:49:43 #8 43.01 (42/135): perl-File-Path-2.18-2.fc34.noarch.rpm 3.2 MB/s |  36 kB     00:00    
13:49:43 #8 43.01 (43/135): perl-File-Temp-0.231.100-2.fc34.noarc 5.7 MB/s |  60 kB     00:00    
13:49:43 #8 43.01 (44/135): perl-Getopt-Long-2.52-2.fc34.noarch.r 5.8 MB/s |  61 kB     00:00    
13:49:43 #8 43.02 (45/135): perl-IO-Socket-IP-0.41-3.fc34.noarch. 3.8 MB/s |  43 kB     00:00    
13:49:43 #8 43.02 (46/135): perl-IO-Socket-SSL-2.070-2.fc34.noarc  17 MB/s | 214 kB     00:00    
13:49:43 #8 43.03 (47/135): perl-MIME-Base64-3.16-2.fc34.aarch64. 2.1 MB/s |  31 kB     00:00    
13:49:43 #8 43.03 (48/135): perl-Net-SSLeay-1.90-2.fc34.aarch64.r  23 MB/s | 357 kB     00:00    
13:49:43 #8 43.04 (49/135): perl-PathTools-3.78-459.fc34.aarch64. 9.4 MB/s |  86 kB     00:00    
13:49:43 #8 43.04 (50/135): perl-Pod-Escapes-1.07-458.fc34.noarch 1.7 MB/s |  20 kB     00:00    
13:49:43 #8 43.04 (51/135): perl-Pod-Perldoc-3.28.01-459.fc34.noa 7.9 MB/s |  85 kB     00:00    
13:49:43 #8 43.05 (52/135): perl-Pod-Usage-2.01-2.fc34.noarch.rpm 5.3 MB/s |  41 kB     00:00    
13:49:43 #8 43.05 (53/135): perl-Pod-Simple-3.42-2.fc34.noarch.rp  17 MB/s | 216 kB     00:00    
13:49:43 #8 43.06 (54/135): perl-Scalar-List-Utils-1.56-459.fc34. 4.6 MB/s |  71 kB     00:00    
13:49:43 #8 43.06 (55/135): perl-Term-ANSIColor-5.01-459.fc34.noa 4.3 MB/s |  49 kB     00:00    
13:49:43 #8 43.07 (56/135): perl-Storable-3.21-458.fc34.aarch64.r 4.8 MB/s |  95 kB     00:00    
13:49:43 #8 43.07 (57/135): perl-Term-Cap-1.17-458.fc34.noarch.rp 2.1 MB/s |  22 kB     00:00    
13:49:43 #8 43.07 (58/135): perl-Text-ParseWords-3.30-458.fc34.no 1.7 MB/s |  16 kB     00:00    
13:49:43 #8 43.08 (59/135): perl-Time-Local-1.300-5.fc34.noarch.r 4.5 MB/s |  34 kB     00:00    
13:49:43 #8 43.08 (60/135): perl-URI-5.09-1.fc34.noarch.rpm       9.2 MB/s | 109 kB     00:00    
13:49:43 #8 43.09 (61/135): perl-constant-1.33-459.fc34.noarch.rp 1.9 MB/s |  23 kB     00:00    
13:49:43 #8 43.09 (62/135): perl-libnet-3.13-2.fc34.noarch.rpm     10 MB/s | 127 kB     00:00    
13:49:43 #8 43.10 (63/135): perl-podlators-4.14-458.fc34.noarch.r  13 MB/s | 113 kB     00:00    
13:49:43 #8 43.10 (64/135): perl-srpm-macros-1-39.fc34.noarch.rpm 1.0 MB/s | 8.5 kB     00:00    
13:49:43 #8 43.10 (65/135): pkgconf-1.7.3-6.fc34.aarch64.rpm      5.6 MB/s |  41 kB     00:00    
13:49:43 #8 43.11 (66/135): perl-parent-0.238-458.fc34.noarch.rpm 742 kB/s |  14 kB     00:00    
13:49:43 #8 43.11 (67/135): pkgconf-m4-1.7.3-6.fc34.noarch.rpm    1.5 MB/s |  14 kB     00:00    
13:49:43 #8 43.11 (68/135): pkgconf-pkg-config-1.7.3-6.fc34.aarch 1.1 MB/s |  10 kB     00:00    
13:49:43 #8 43.12 (69/135): python3-dateutil-2.8.1-3.fc34.noarch.  26 MB/s | 289 kB     00:00    
13:49:43 #8 43.12 (70/135): python3-six-1.15.0-5.fc34.noarch.rpm  4.7 MB/s |  36 kB     00:00    
13:49:43 #8 43.13 (71/135): python3-distro-1.5.0-5.fc34.noarch.rp 3.3 MB/s |  36 kB     00:00    
13:49:43 #8 43.13 (72/135): qt5-srpm-macros-5.15.2-2.fc34.noarch. 1.0 MB/s | 8.4 kB     00:00    
13:49:43 #8 43.13 (73/135): rpm-build-4.16.1.3-1.fc34.aarch64.rpm  11 MB/s |  98 kB     00:00    
13:49:43 #8 43.14 (74/135): shared-mime-info-2.1-2.fc34.aarch64.r  32 MB/s | 374 kB     00:00    
13:49:43 #8 43.14 (75/135): unzip-6.0-50.fc34.aarch64.rpm          13 MB/s | 178 kB     00:00    
13:49:43 #8 43.15 (76/135): xz-5.2.5-5.fc34.aarch64.rpm            14 MB/s | 216 kB     00:00    
13:49:43 #8 43.15 (77/135): zip-3.0-28.fc34.aarch64.rpm            18 MB/s | 255 kB     00:00    
13:49:43 #8 43.16 (78/135): dnf-plugins-core-4.0.24-1.fc34.noarch 5.3 MB/s |  35 kB     00:00    
13:49:43 #8 43.17 (79/135): efi-srpm-macros-5-4.fc34.noarch.rpm   2.7 MB/s |  22 kB     00:00    
13:49:43 #8 43.19 (80/135): binutils-gold-2.35.2-6.fc34.aarch64.r  22 MB/s | 863 kB     00:00    
13:49:43 #8 43.20 (81/135): elfutils-0.186-1.fc34.aarch64.rpm      18 MB/s | 517 kB     00:00    
13:49:43 #8 43.20 (82/135): elfutils-debuginfod-client-0.186-1.fc 3.6 MB/s |  39 kB     00:00    
13:49:43 #8 43.20 (83/135): emacs-filesystem-27.2-5.fc34.noarch.r 1.3 MB/s | 8.4 kB     00:00    
13:49:43 #8 43.21 (84/135): file-5.39-7.fc34.aarch64.rpm          5.3 MB/s |  50 kB     00:00    
13:49:43 #8 43.23 (85/135): gdk-pixbuf2-2.42.6-1.fc34.aarch64.rpm  21 MB/s | 468 kB     00:00    
13:49:43 #8 43.25 (86/135): glib-networking-2.68.3-1.fc34.aarch64  15 MB/s | 169 kB     00:00    
13:49:43 #8 43.27 (87/135): go-srpm-macros-3.0.15-1.fc34.noarch.r 1.4 MB/s |  26 kB     00:00    
13:49:43 #8 43.28 (88/135): json-glib-1.6.6-1.fc34.aarch64.rpm     17 MB/s | 149 kB     00:00    
13:49:43 #8 43.29 (89/135): less-590-2.fc34.aarch64.rpm            12 MB/s | 160 kB     00:00    
13:49:43 #8 43.31 (90/135): binutils-2.35.2-6.fc34.aarch64.rpm     36 MB/s | 5.9 MB     00:00    
13:49:44 #8 43.31 (91/135): libjpeg-turbo-2.0.90-3.fc34.aarch64.r 7.3 MB/s | 169 kB     00:00    
13:49:44 #8 43.32 (92/135): gdb-minimal-11.1-5.fc34.aarch64.rpm    28 MB/s | 3.4 MB     00:00    
13:49:44 #8 43.33 (93/135): perl-AutoLoader-5.74-477.fc34.noarch. 1.6 MB/s |  31 kB     00:00    
13:49:44 #8 43.34 (94/135): perl-B-1.80-477.fc34.aarch64.rpm      8.8 MB/s | 190 kB     00:00    
13:49:44 #8 43.34 (95/135): perl-Digest-1.20-1.fc34.noarch.rpm    2.3 MB/s |  25 kB     00:00    
13:49:44 #8 43.34 (96/135): perl-Class-Struct-0.66-477.fc34.noarc 2.3 MB/s |  32 kB     00:00    
13:49:44 #8 43.34 (97/135): perl-DynaLoader-1.47-477.fc34.aarch64 4.0 MB/s |  36 kB     00:00    
13:49:44 #8 43.35 (98/135): perl-Errno-1.30-477.fc34.aarch64.rpm  1.9 MB/s |  25 kB     00:00    
13:49:44 #8 43.36 (99/135): perl-Fcntl-1.13-477.fc34.aarch64.rpm  2.1 MB/s |  31 kB     00:00    
13:49:44 #8 43.37 (100/135): perl-File-Basename-2.85-477.fc34.noa 2.9 MB/s |  27 kB     00:00    
13:49:44 #8 43.37 (101/135): perl-File-stat-1.09-477.fc34.noarch. 2.8 MB/s |  27 kB     00:00    
13:49:44 #8 43.38 (102/135): perl-Getopt-Std-1.12-477.fc34.noarch 3.3 MB/s |  26 kB     00:00    
13:49:44 #8 43.38 (103/135): perl-FileHandle-2.03-477.fc34.noarch 1.5 MB/s |  26 kB     00:00    
13:49:44 #8 43.39 (104/135): perl-HTTP-Tiny-0.078-1.fc34.noarch.r 5.8 MB/s |  55 kB     00:00    
13:49:44 #8 43.39 (105/135): perl-IPC-Open3-1.21-477.fc34.noarch. 5.4 MB/s |  33 kB     00:00    
13:49:44 #8 43.40 (106/135): perl-IO-1.43-477.fc34.aarch64.rpm    7.1 MB/s |  97 kB     00:00    
13:49:44 #8 43.41 (107/135): perl-Encode-3.15-462.fc34.aarch64.rp  26 MB/s | 1.7 MB     00:00    
13:49:44 #8 43.41 (108/135): perl-Mozilla-CA-20211001-1.fc34.noar 863 kB/s |  12 kB     00:00    
13:49:44 #8 43.41 (109/135): perl-NDBM_File-1.15-477.fc34.aarch64 2.3 MB/s |  32 kB     00:00    
13:49:44 #8 43.42 (110/135): perl-SelectSaver-1.02-477.fc34.noarc 3.5 MB/s |  22 kB     00:00    
13:49:44 #8 43.42 (111/135): perl-Socket-2.032-1.fc34.aarch64.rpm 7.9 MB/s |  54 kB     00:00    
13:49:44 #8 43.42 (112/135): perl-POSIX-1.94-477.fc34.aarch64.rpm 7.6 MB/s | 107 kB     00:00    
13:49:44 #8 43.43 (113/135): perl-Symbol-1.08-477.fc34.noarch.rpm 2.5 MB/s |  24 kB     00:00    
13:49:44 #8 43.43 (114/135): perl-Text-Tabs+Wrap-2021.0726-1.fc34 2.3 MB/s |  22 kB     00:00    
13:49:44 #8 43.44 (115/135): perl-base-2.27-477.fc34.noarch.rpm   2.1 MB/s |  26 kB     00:00    
13:49:44 #8 43.44 (116/135): perl-if-0.60.800-477.fc34.noarch.rpm 1.4 MB/s |  24 kB     00:00    
13:49:44 #8 43.45 (117/135): perl-interpreter-5.32.1-477.fc34.aar 4.9 MB/s |  81 kB     00:00    
13:49:44 #8 43.45 (118/135): perl-mro-1.23-477.fc34.aarch64.rpm   4.6 MB/s |  38 kB     00:00    
13:49:44 #8 43.46 (119/135): perl-overload-1.31-477.fc34.noarch.r 4.6 MB/s |  56 kB     00:00    
13:49:44 #8 43.46 (120/135): perl-overloading-0.02-477.fc34.noarc 3.3 MB/s |  23 kB     00:00    
13:49:44 #8 43.47 (121/135): perl-subs-1.03-477.fc34.noarch.rpm   3.1 MB/s |  22 kB     00:00    
13:49:44 #8 43.47 (122/135): perl-vars-1.05-477.fc34.noarch.rpm   3.0 MB/s |  23 kB     00:00    
13:49:44 #8 43.47 (123/135): python-srpm-macros-3.9-41.fc34.noarc 2.6 MB/s |  21 kB     00:00    
13:49:44 #8 43.48 (124/135): python3-dbus-1.2.18-1.fc34.aarch64.r  11 MB/s | 132 kB     00:00    
13:49:44 #8 43.49 (125/135): python3-dnf-plugins-core-4.0.24-1.fc  17 MB/s | 210 kB     00:00    
13:49:44 #8 43.49 (126/135): python3-enchant-3.2.1-1.fc34.noarch. 9.7 MB/s |  78 kB     00:00    
13:49:44 #8 43.49 (127/135): python3-file-magic-5.39-7.fc34.noarc 2.9 MB/s |  17 kB     00:00    
13:49:44 #8 43.50 (128/135): redhat-rpm-config-183-3.fc34.noarch. 8.4 MB/s |  65 kB     00:00    
13:49:44 #8 43.51 (129/135): rpmautospec-rpm-macros-0.2.6-1.fc34. 1.1 MB/s | 8.3 kB     00:00    
13:49:44 #8 43.54 (130/135): perl-libs-5.32.1-477.fc34.aarch64.rp  20 MB/s | 2.0 MB     00:00    
13:49:44 #8 43.55 (131/135): python3-setuptools-53.0.0-3.fc34.noa  15 MB/s | 839 kB     00:00    
13:49:44 #8 43.55 (132/135): rpmlint-1.11-19.fc34.noarch.rpm      4.6 MB/s | 185 kB     00:00    
13:49:44 #8 43.55 (133/135): rust-srpm-macros-21-1.fc34.noarch.rp 748 kB/s | 8.9 kB     00:00    
13:49:44 #8 43.56 (134/135): xxhash-libs-0.8.1-1.fc34.aarch64.rpm 5.2 MB/s |  33 kB     00:00    
13:49:44 #8 43.56 (135/135): zstd-1.5.2-1.fc34.aarch64.rpm         27 MB/s | 331 kB     00:00    
13:49:44 #8 43.57 --------------------------------------------------------------------------------
13:49:44 #8 43.57 Total                                            19 MB/s |  31 MB     00:01     
13:49:46 #8 45.91 Running transaction check
13:49:46 #8 46.00 Transaction check succeeded.
13:49:46 #8 46.00 Running transaction test
13:49:47 #8 46.42 Transaction test succeeded.
13:49:47 #8 46.42 Running transaction
13:49:48 #8 47.10   Preparing        :                                                        1/1 
13:49:48 #8 47.13   Installing       : file-5.39-7.fc34.aarch64                             1/135 
13:49:48 #8 47.14   Installing       : elfutils-debuginfod-client-0.186-1.fc34.aarch64      2/135 
13:49:48 #8 47.16   Installing       : binutils-gold-2.35.2-6.fc34.aarch64                  3/135 
13:49:48 #8 47.27   Installing       : binutils-2.35.2-6.fc34.aarch64                       4/135 
13:49:48 #8 47.28   Running scriptlet: binutils-2.35.2-6.fc34.aarch64                       4/135 
13:49:48 #8 47.29   Running scriptlet: groff-base-1.22.4-7.fc34.aarch64                     5/135 
13:49:48 #8 47.34   Installing       : groff-base-1.22.4-7.fc34.aarch64                     5/135 
13:49:48 #8 47.35   Running scriptlet: groff-base-1.22.4-7.fc34.aarch64                     5/135 
13:49:48 #8 47.37   Installing       : xz-5.2.5-5.fc34.aarch64                              6/135 
13:49:48 #8 47.38   Installing       : unzip-6.0-50.fc34.aarch64                            7/135 
13:49:48 #8 47.39   Installing       : findutils-1:4.8.0-2.fc34.aarch64                     8/135 
13:49:48 #8 47.40   Installing       : cpio-2.13-10.fc34.aarch64                            9/135 
13:49:48 #8 47.41   Installing       : bzip2-1.0.8-6.fc34.aarch64                          10/135 
13:49:48 #8 47.42   Installing       : zip-3.0-28.fc34.aarch64                             11/135 
13:49:48 #8 47.44   Installing       : elfutils-0.186-1.fc34.aarch64                       12/135 
13:49:48 #8 47.45   Installing       : python3-file-magic-5.39-7.fc34.noarch               13/135 
13:49:48 #8 47.46   Installing       : zstd-1.5.2-1.fc34.aarch64                           14/135 
13:49:48 #8 47.47   Installing       : xxhash-libs-0.8.1-1.fc34.aarch64                    15/135 
13:49:48 #8 47.53   Installing       : gdb-minimal-11.1-5.fc34.aarch64                     16/135 
13:49:48 #8 47.53   Installing       : rust-srpm-macros-21-1.fc34.noarch                   17/135 
13:49:48 #8 47.54   Installing       : rpmautospec-rpm-macros-0.2.6-1.fc34.noarch          18/135 
13:49:48 #8 47.60   Installing       : python3-setuptools-53.0.0-3.fc34.noarch             19/135 
13:49:48 #8 47.61   Installing       : python3-distro-1.5.0-5.fc34.noarch                  20/135 
13:49:48 #8 47.62   Installing       : libjpeg-turbo-2.0.90-3.fc34.aarch64                 21/135 
13:49:48 #8 47.63   Installing       : less-590-2.fc34.aarch64                             22/135 
13:49:48 #8 47.64   Installing       : json-glib-1.6.6-1.fc34.aarch64                      23/135 
13:49:48 #8 47.64   Installing       : emacs-filesystem-1:27.2-5.fc34.noarch               24/135 
13:49:48 #8 47.65   Installing       : desktop-file-utils-0.26-3.fc34.aarch64              25/135 
13:49:48 #8 47.66   Installing       : efi-srpm-macros-5-4.fc34.noarch                     26/135 
13:49:48 #8 47.67   Installing       : shared-mime-info-2.1-2.fc34.aarch64                 27/135 
13:49:48 #8 47.68   Running scriptlet: shared-mime-info-2.1-2.fc34.aarch64                 27/135 
13:49:48 #8 47.70   Installing       : qt5-srpm-macros-5.15.2-2.fc34.noarch                28/135 
13:49:48 #8 47.70   Installing       : python3-six-1.15.0-5.fc34.noarch                    29/135 
13:49:48 #8 47.72   Installing       : python3-dateutil-1:2.8.1-3.fc34.noarch              30/135 
13:49:48 #8 47.72   Installing       : pkgconf-m4-1.7.3-6.fc34.noarch                      31/135 
13:49:48 #8 47.73   Installing       : perl-srpm-macros-1-39.fc34.noarch                   32/135 
13:49:48 #8 47.74   Installing       : openblas-srpm-macros-2-9.fc34.noarch                33/135 
13:49:48 #8 47.74   Installing       : ocaml-srpm-macros-6-4.fc34.noarch                   34/135 
13:49:48 #8 47.75   Installing       : nim-srpm-macros-3-4.fc34.noarch                     35/135 
13:49:48 #8 47.75   Installing       : ncurses-6.2-4.20200222.fc34.aarch64                 36/135 
13:49:48 #8 47.76   Installing       : perl-Digest-1.20-1.fc34.noarch                      37/135 
13:49:48 #8 47.77   Installing       : perl-Digest-MD5-2.58-2.fc34.aarch64                 38/135 
13:49:48 #8 47.78   Installing       : perl-B-1.80-477.fc34.aarch64                        39/135 
13:49:48 #8 47.78   Installing       : perl-FileHandle-2.03-477.fc34.noarch                40/135 
13:49:48 #8 47.79   Installing       : perl-AutoLoader-5.74-477.fc34.noarch                41/135 
13:49:48 #8 47.79   Installing       : perl-Data-Dumper-2.174-460.fc34.aarch64             42/135 
13:49:48 #8 47.80   Installing       : perl-libnet-3.13-2.fc34.noarch                      43/135 
13:49:48 #8 47.81   Installing       : perl-base-2.27-477.fc34.noarch                      44/135 
13:49:48 #8 47.82   Installing       : perl-URI-5.09-1.fc34.noarch                         45/135 
13:49:48 #8 47.84   Installing       : perl-Net-SSLeay-1.90-2.fc34.aarch64                 46/135 
13:49:48 #8 47.85   Installing       : perl-Time-Local-2:1.300-5.fc34.noarch               47/135 
13:49:48 #8 47.85   Installing       : perl-Mozilla-CA-20211001-1.fc34.noarch              48/135 
13:49:48 #8 47.86   Installing       : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch         49/135 
13:49:48 #8 47.86   Installing       : perl-if-0.60.800-477.fc34.noarch                    50/135 
13:49:48 #8 47.87   Installing       : perl-IO-Socket-IP-0.41-3.fc34.noarch                51/135 
13:49:48 #8 47.87   Installing       : perl-File-Path-2.18-2.fc34.noarch                   52/135 
13:49:48 #8 47.88   Installing       : perl-IO-Socket-SSL-2.070-2.fc34.noarch              53/135 
13:49:48 #8 47.89   Installing       : perl-Pod-Escapes-1:1.07-458.fc34.noarch             54/135 
13:49:48 #8 47.89   Installing       : perl-Term-ANSIColor-5.01-459.fc34.noarch            55/135 
13:49:48 #8 47.90   Installing       : perl-Class-Struct-0.66-477.fc34.noarch              56/135 
13:49:48 #8 47.90   Installing       : perl-POSIX-1.94-477.fc34.aarch64                    57/135 
13:49:48 #8 47.91   Installing       : perl-IPC-Open3-1.21-477.fc34.noarch                 58/135 
13:49:48 #8 47.91   Installing       : perl-subs-1.03-477.fc34.noarch                      59/135 
13:49:48 #8 47.92   Installing       : perl-File-Temp-1:0.231.100-2.fc34.noarch            60/135 
13:49:48 #8 47.93   Installing       : perl-HTTP-Tiny-0.078-1.fc34.noarch                  61/135 
13:49:48 #8 47.94   Installing       : perl-Pod-Simple-1:3.42-2.fc34.noarch                62/135 
13:49:48 #8 47.94   Installing       : perl-Term-Cap-1.17-458.fc34.noarch                  63/135 
13:49:48 #8 47.95   Installing       : perl-Socket-4:2.032-1.fc34.aarch64                  64/135 
13:49:48 #8 47.96   Installing       : perl-SelectSaver-1.02-477.fc34.noarch               65/135 
13:49:48 #8 47.96   Installing       : perl-Symbol-1.08-477.fc34.noarch                    66/135 
13:49:48 #8 47.97   Installing       : perl-File-stat-1.09-477.fc34.noarch                 67/135 
13:49:48 #8 47.97   Installing       : perl-podlators-1:4.14-458.fc34.noarch               68/135 
13:49:48 #8 47.98   Installing       : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            69/135 
13:49:48 #8 47.98   Installing       : perl-Text-ParseWords-3.30-458.fc34.noarch           70/135 
13:49:48 #8 47.99   Installing       : perl-Fcntl-1.13-477.fc34.aarch64                    71/135 
13:49:48 #8 48.00   Installing       : perl-mro-1.23-477.fc34.aarch64                      72/135 
13:49:48 #8 48.00   Installing       : perl-IO-1.43-477.fc34.aarch64                       73/135 
13:49:48 #8 48.01   Installing       : perl-overloading-0.02-477.fc34.noarch               74/135 
13:49:48 #8 48.02   Installing       : perl-Pod-Usage-4:2.01-2.fc34.noarch                 75/135 
13:49:48 #8 48.02   Installing       : perl-MIME-Base64-3.16-2.fc34.aarch64                76/135 
13:49:48 #8 48.03   Installing       : perl-Scalar-List-Utils-4:1.56-459.fc34.aarch64      77/135 
13:49:48 #8 48.03   Installing       : perl-constant-1.33-459.fc34.noarch                  78/135 
13:49:48 #8 48.04   Installing       : perl-parent-1:0.238-458.fc34.noarch                 79/135 
13:49:48 #8 48.04   Installing       : perl-Errno-1.30-477.fc34.aarch64                    80/135 
13:49:48 #8 48.05   Installing       : perl-File-Basename-2.85-477.fc34.noarch             81/135 
13:49:48 #8 48.05   Installing       : perl-Getopt-Std-1.12-477.fc34.noarch                82/135 
13:49:48 #8 48.06   Installing       : perl-Storable-1:3.21-458.fc34.aarch64               83/135 
13:49:48 #8 48.07   Installing       : perl-overload-1.31-477.fc34.noarch                  84/135 
13:49:48 #8 48.07   Installing       : perl-vars-1.05-477.fc34.noarch                      85/135 
13:49:48 #8 48.08   Installing       : perl-Getopt-Long-1:2.52-2.fc34.noarch               86/135 
13:49:48 #8 48.08   Installing       : perl-Carp-1.50-458.fc34.noarch                      87/135 
13:49:48 #8 48.09   Installing       : perl-Exporter-5.74-459.fc34.noarch                  88/135 
13:49:48 #8 48.09   Installing       : perl-DynaLoader-1.47-477.fc34.aarch64               89/135 
13:49:48 #8 48.10   Installing       : perl-PathTools-3.78-459.fc34.aarch64                90/135 
13:49:49 #8 48.11   Installing       : perl-NDBM_File-1.15-477.fc34.aarch64                91/135 
13:49:49 #8 48.15   Installing       : perl-Encode-4:3.15-462.fc34.aarch64                 92/135 
13:49:49 #8 48.25   Installing       : perl-libs-4:5.32.1-477.fc34.aarch64                 93/135 
13:49:49 #8 48.27   Installing       : perl-interpreter-4:5.32.1-477.fc34.aarch64          94/135 
13:49:49 #8 48.27   Installing       : lua-srpm-macros-1-4.fc34.noarch                     95/135 
13:49:49 #8 48.28   Installing       : libstemmer-0-16.585svn.fc34.aarch64                 96/135 
13:49:49 #8 48.29   Installing       : libproxy-0.4.15-30.fc34.aarch64                     97/135 
13:49:49 #8 48.29   Installing       : libpng-2:1.6.37-10.fc34.aarch64                     98/135 
13:49:49 #8 48.31   Installing       : gdk-pixbuf2-2.42.6-1.fc34.aarch64                   99/135 
13:49:49 #8 48.31   Installing       : libpkgconf-1.7.3-6.fc34.aarch64                    100/135 
13:49:49 #8 48.32   Installing       : pkgconf-1.7.3-6.fc34.aarch64                       101/135 
13:49:49 #8 48.35   Installing       : pkgconf-pkg-config-1.7.3-6.fc34.aarch64            102/135 
13:49:49 #8 48.36   Installing       : libpipeline-1.5.3-2.fc34.aarch64                   103/135 
13:49:49 #8 48.36   Running scriptlet: man-db-2.9.3-3.fc34.aarch64                        104/135 
13:49:49 #8 48.40   Installing       : man-db-2.9.3-3.fc34.aarch64                        104/135 
13:49:49 #8 48.41   Running scriptlet: man-db-2.9.3-3.fc34.aarch64                        104/135 
13:49:49 #8 48.42   Installing       : kernel-srpm-macros-1.0-4.fc34.noarch               105/135 
13:49:49 #8 48.43   Installing       : info-6.7-10.fc34.aarch64                           106/135 
13:49:49 #8 48.44   Installing       : ed-1.14.2-10.fc34.aarch64                          107/135 
13:49:49 #8 48.45   Installing       : patch-2.7.6-14.fc34.aarch64                        108/135 
13:49:49 #8 48.45   Installing       : hunspell-filesystem-1.7.0-9.fc34.aarch64           109/135 
13:49:49 #8 48.46   Installing       : hunspell-en-US-0.20140811.1-18.fc34.noarch         110/135 
13:49:49 #8 48.47   Installing       : hunspell-1.7.0-9.fc34.aarch64                      111/135 
13:49:49 #8 48.48   Installing       : enchant-1:1.6.0-27.fc34.aarch64                    112/135 
13:49:49 #8 48.49   Installing       : python3-enchant-3.2.1-1.fc34.noarch                113/135 
13:49:49 #8 48.50   Installing       : gnat-srpm-macros-4-13.fc34.noarch                  114/135 
13:49:49 #8 48.50   Installing       : ghc-srpm-macros-1.5.0-4.fc34.noarch                115/135 
13:49:49 #8 48.50   Installing       : fpc-srpm-macros-1.3-3.fc34.noarch                  116/135 
13:49:49 #8 48.51   Installing       : dwz-0.14-1.fc34.aarch64                            117/135 
13:49:49 #8 48.52   Installing       : fonts-srpm-macros-1:2.0.5-5.fc34.noarch            118/135 
13:49:49 #8 48.52   Installing       : go-srpm-macros-3.0.15-1.fc34.noarch                119/135 
13:49:49 #8 48.53   Installing       : python-srpm-macros-3.9-41.fc34.noarch              120/135 
13:49:49 #8 48.54   Installing       : redhat-rpm-config-183-3.fc34.noarch                121/135 
13:49:49 #8 48.55   Installing       : diffutils-3.7-8.fc34.aarch64                       122/135 
13:49:49 #8 48.56   Installing       : dbus-libs-1:1.12.20-3.fc34.aarch64                 123/135 
13:49:49 #8 48.57   Installing       : python3-dbus-1.2.18-1.fc34.aarch64                 124/135 
13:49:49 #8 48.59   Installing       : python3-dnf-plugins-core-4.0.24-1.fc34.noarch      125/135 
13:49:49 #8 48.61   Installing       : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.   126/135 
13:49:49 #8 48.61   Installing       : abattis-cantarell-fonts-0.301-2.fc34.noarch        127/135 
13:49:49 #8 48.63   Installing       : gsettings-desktop-schemas-40.0-1.fc34.aarch64      128/135 
13:49:49 #8 48.68   Installing       : glib-networking-2.68.3-1.fc34.aarch64              129/135 
13:49:49 #8 48.70   Installing       : libsoup-2.72.0-6.fc34.aarch64                      130/135 
13:49:49 #8 48.71   Installing       : libappstream-glib-0.7.18-2.fc34.aarch64            131/135 
13:49:49 #8 48.73   Installing       : rpmlint-1.11-19.fc34.noarch                        132/135 
13:49:49 #8 48.73   Installing       : dnf-plugins-core-4.0.24-1.fc34.noarch              133/135 
13:49:49 #8 48.74   Installing       : rpm-build-4.16.1.3-1.fc34.aarch64                  134/135 
13:49:49 #8 48.78   Installing       : hunspell-en-GB-0.20140811.1-18.fc34.noarch         135/135 
13:49:53 #8 48.79   Running scriptlet: hunspell-en-GB-0.20140811.1-18.fc34.noarch         135/135 
13:49:53 #8 52.27   Verifying        : abattis-cantarell-fonts-0.301-2.fc34.noarch          1/135 
13:49:53 #8 52.27   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.     2/135 
13:49:53 #8 52.27   Verifying        : bzip2-1.0.8-6.fc34.aarch64                           3/135 
13:49:53 #8 52.27   Verifying        : cpio-2.13-10.fc34.aarch64                            4/135 
13:49:53 #8 52.28   Verifying        : dbus-libs-1:1.12.20-3.fc34.aarch64                   5/135 
13:49:53 #8 52.28   Verifying        : desktop-file-utils-0.26-3.fc34.aarch64               6/135 
13:49:53 #8 52.28   Verifying        : diffutils-3.7-8.fc34.aarch64                         7/135 
13:49:53 #8 52.28   Verifying        : dwz-0.14-1.fc34.aarch64                              8/135 
13:49:53 #8 52.28   Verifying        : ed-1.14.2-10.fc34.aarch64                            9/135 
13:49:53 #8 52.28   Verifying        : enchant-1:1.6.0-27.fc34.aarch64                     10/135 
13:49:53 #8 52.28   Verifying        : findutils-1:4.8.0-2.fc34.aarch64                    11/135 
13:49:53 #8 52.28   Verifying        : fonts-srpm-macros-1:2.0.5-5.fc34.noarch             12/135 
13:49:53 #8 52.28   Verifying        : fpc-srpm-macros-1.3-3.fc34.noarch                   13/135 
13:49:53 #8 52.28   Verifying        : ghc-srpm-macros-1.5.0-4.fc34.noarch                 14/135 
13:49:53 #8 52.28   Verifying        : gnat-srpm-macros-4-13.fc34.noarch                   15/135 
13:49:53 #8 52.28   Verifying        : groff-base-1.22.4-7.fc34.aarch64                    16/135 
13:49:53 #8 52.28   Verifying        : gsettings-desktop-schemas-40.0-1.fc34.aarch64       17/135 
13:49:53 #8 52.28   Verifying        : hunspell-1.7.0-9.fc34.aarch64                       18/135 
13:49:53 #8 52.28   Verifying        : hunspell-en-GB-0.20140811.1-18.fc34.noarch          19/135 
13:49:53 #8 52.28   Verifying        : hunspell-en-US-0.20140811.1-18.fc34.noarch          20/135 
13:49:53 #8 52.28   Verifying        : hunspell-filesystem-1.7.0-9.fc34.aarch64            21/135 
13:49:53 #8 52.28   Verifying        : info-6.7-10.fc34.aarch64                            22/135 
13:49:53 #8 52.28   Verifying        : kernel-srpm-macros-1.0-4.fc34.noarch                23/135 
13:49:53 #8 52.28   Verifying        : libappstream-glib-0.7.18-2.fc34.aarch64             24/135 
13:49:53 #8 52.28   Verifying        : libpipeline-1.5.3-2.fc34.aarch64                    25/135 
13:49:53 #8 52.28   Verifying        : libpkgconf-1.7.3-6.fc34.aarch64                     26/135 
13:49:53 #8 52.28   Verifying        : libpng-2:1.6.37-10.fc34.aarch64                     27/135 
13:49:53 #8 52.28   Verifying        : libproxy-0.4.15-30.fc34.aarch64                     28/135 
13:49:53 #8 52.28   Verifying        : libsoup-2.72.0-6.fc34.aarch64                       29/135 
13:49:53 #8 52.28   Verifying        : libstemmer-0-16.585svn.fc34.aarch64                 30/135 
13:49:53 #8 52.28   Verifying        : lua-srpm-macros-1-4.fc34.noarch                     31/135 
13:49:53 #8 52.28   Verifying        : man-db-2.9.3-3.fc34.aarch64                         32/135 
13:49:53 #8 52.28   Verifying        : ncurses-6.2-4.20200222.fc34.aarch64                 33/135 
13:49:53 #8 52.28   Verifying        : nim-srpm-macros-3-4.fc34.noarch                     34/135 
13:49:53 #8 52.28   Verifying        : ocaml-srpm-macros-6-4.fc34.noarch                   35/135 
13:49:53 #8 52.28   Verifying        : openblas-srpm-macros-2-9.fc34.noarch                36/135 
13:49:53 #8 52.28   Verifying        : patch-2.7.6-14.fc34.aarch64                         37/135 
13:49:53 #8 52.28   Verifying        : perl-Carp-1.50-458.fc34.noarch                      38/135 
13:49:53 #8 52.28   Verifying        : perl-Data-Dumper-2.174-460.fc34.aarch64             39/135 
13:49:53 #8 52.28   Verifying        : perl-Digest-MD5-2.58-2.fc34.aarch64                 40/135 
13:49:53 #8 52.28   Verifying        : perl-Exporter-5.74-459.fc34.noarch                  41/135 
13:49:53 #8 52.28   Verifying        : perl-File-Path-2.18-2.fc34.noarch                   42/135 
13:49:53 #8 52.28   Verifying        : perl-File-Temp-1:0.231.100-2.fc34.noarch            43/135 
13:49:53 #8 52.28   Verifying        : perl-Getopt-Long-1:2.52-2.fc34.noarch               44/135 
13:49:53 #8 52.28   Verifying        : perl-IO-Socket-IP-0.41-3.fc34.noarch                45/135 
13:49:53 #8 52.28   Verifying        : perl-IO-Socket-SSL-2.070-2.fc34.noarch              46/135 
13:49:53 #8 52.28   Verifying        : perl-MIME-Base64-3.16-2.fc34.aarch64                47/135 
13:49:53 #8 52.28   Verifying        : perl-Net-SSLeay-1.90-2.fc34.aarch64                 48/135 
13:49:53 #8 52.28   Verifying        : perl-PathTools-3.78-459.fc34.aarch64                49/135 
13:49:53 #8 52.28   Verifying        : perl-Pod-Escapes-1:1.07-458.fc34.noarch             50/135 
13:49:53 #8 52.28   Verifying        : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            51/135 
13:49:53 #8 52.28   Verifying        : perl-Pod-Simple-1:3.42-2.fc34.noarch                52/135 
13:49:53 #8 52.28   Verifying        : perl-Pod-Usage-4:2.01-2.fc34.noarch                 53/135 
13:49:53 #8 52.28   Verifying        : perl-Scalar-List-Utils-4:1.56-459.fc34.aarch64      54/135 
13:49:53 #8 52.28   Verifying        : perl-Storable-1:3.21-458.fc34.aarch64               55/135 
13:49:53 #8 52.28   Verifying        : perl-Term-ANSIColor-5.01-459.fc34.noarch            56/135 
13:49:53 #8 52.28   Verifying        : perl-Term-Cap-1.17-458.fc34.noarch                  57/135 
13:49:53 #8 52.28   Verifying        : perl-Text-ParseWords-3.30-458.fc34.noarch           58/135 
13:49:53 #8 52.28   Verifying        : perl-Time-Local-2:1.300-5.fc34.noarch               59/135 
13:49:53 #8 52.28   Verifying        : perl-URI-5.09-1.fc34.noarch                         60/135 
13:49:53 #8 52.28   Verifying        : perl-constant-1.33-459.fc34.noarch                  61/135 
13:49:53 #8 52.28   Verifying        : perl-libnet-3.13-2.fc34.noarch                      62/135 
13:49:53 #8 52.28   Verifying        : perl-parent-1:0.238-458.fc34.noarch                 63/135 
13:49:53 #8 52.28   Verifying        : perl-podlators-1:4.14-458.fc34.noarch               64/135 
13:49:53 #8 52.28   Verifying        : perl-srpm-macros-1-39.fc34.noarch                   65/135 
13:49:53 #8 52.28   Verifying        : pkgconf-1.7.3-6.fc34.aarch64                        66/135 
13:49:53 #8 52.28   Verifying        : pkgconf-m4-1.7.3-6.fc34.noarch                      67/135 
13:49:53 #8 52.28   Verifying        : pkgconf-pkg-config-1.7.3-6.fc34.aarch64             68/135 
13:49:53 #8 52.28   Verifying        : python3-dateutil-1:2.8.1-3.fc34.noarch              69/135 
13:49:53 #8 52.28   Verifying        : python3-distro-1.5.0-5.fc34.noarch                  70/135 
13:49:53 #8 52.28   Verifying        : python3-six-1.15.0-5.fc34.noarch                    71/135 
13:49:53 #8 52.28   Verifying        : qt5-srpm-macros-5.15.2-2.fc34.noarch                72/135 
13:49:53 #8 52.28   Verifying        : rpm-build-4.16.1.3-1.fc34.aarch64                   73/135 
13:49:53 #8 52.28   Verifying        : shared-mime-info-2.1-2.fc34.aarch64                 74/135 
13:49:53 #8 52.28   Verifying        : unzip-6.0-50.fc34.aarch64                           75/135 
13:49:53 #8 52.28   Verifying        : xz-5.2.5-5.fc34.aarch64                             76/135 
13:49:53 #8 52.28   Verifying        : zip-3.0-28.fc34.aarch64                             77/135 
13:49:53 #8 52.28   Verifying        : binutils-2.35.2-6.fc34.aarch64                      78/135 
13:49:53 #8 52.28   Verifying        : binutils-gold-2.35.2-6.fc34.aarch64                 79/135 
13:49:53 #8 52.28   Verifying        : dnf-plugins-core-4.0.24-1.fc34.noarch               80/135 
13:49:53 #8 52.28   Verifying        : efi-srpm-macros-5-4.fc34.noarch                     81/135 
13:49:53 #8 52.28   Verifying        : elfutils-0.186-1.fc34.aarch64                       82/135 
13:49:53 #8 52.28   Verifying        : elfutils-debuginfod-client-0.186-1.fc34.aarch64     83/135 
13:49:53 #8 52.28   Verifying        : emacs-filesystem-1:27.2-5.fc34.noarch               84/135 
13:49:53 #8 52.28   Verifying        : file-5.39-7.fc34.aarch64                            85/135 
13:49:53 #8 52.28   Verifying        : gdb-minimal-11.1-5.fc34.aarch64                     86/135 
13:49:53 #8 52.28   Verifying        : gdk-pixbuf2-2.42.6-1.fc34.aarch64                   87/135 
13:49:53 #8 52.28   Verifying        : glib-networking-2.68.3-1.fc34.aarch64               88/135 
13:49:53 #8 52.28   Verifying        : go-srpm-macros-3.0.15-1.fc34.noarch                 89/135 
13:49:53 #8 52.28   Verifying        : json-glib-1.6.6-1.fc34.aarch64                      90/135 
13:49:53 #8 52.28   Verifying        : less-590-2.fc34.aarch64                             91/135 
13:49:53 #8 52.28   Verifying        : libjpeg-turbo-2.0.90-3.fc34.aarch64                 92/135 
13:49:53 #8 52.28   Verifying        : perl-AutoLoader-5.74-477.fc34.noarch                93/135 
13:49:53 #8 52.28   Verifying        : perl-B-1.80-477.fc34.aarch64                        94/135 
13:49:53 #8 52.28   Verifying        : perl-Class-Struct-0.66-477.fc34.noarch              95/135 
13:49:53 #8 52.28   Verifying        : perl-Digest-1.20-1.fc34.noarch                      96/135 
13:49:53 #8 52.28   Verifying        : perl-DynaLoader-1.47-477.fc34.aarch64               97/135 
13:49:53 #8 52.28   Verifying        : perl-Encode-4:3.15-462.fc34.aarch64                 98/135 
13:49:53 #8 52.28   Verifying        : perl-Errno-1.30-477.fc34.aarch64                    99/135 
13:49:53 #8 52.28   Verifying        : perl-Fcntl-1.13-477.fc34.aarch64                   100/135 
13:49:53 #8 52.28   Verifying        : perl-File-Basename-2.85-477.fc34.noarch            101/135 
13:49:53 #8 52.28   Verifying        : perl-File-stat-1.09-477.fc34.noarch                102/135 
13:49:53 #8 52.28   Verifying        : perl-FileHandle-2.03-477.fc34.noarch               103/135 
13:49:53 #8 52.28   Verifying        : perl-Getopt-Std-1.12-477.fc34.noarch               104/135 
13:49:53 #8 52.28   Verifying        : perl-HTTP-Tiny-0.078-1.fc34.noarch                 105/135 
13:49:53 #8 52.28   Verifying        : perl-IO-1.43-477.fc34.aarch64                      106/135 
13:49:53 #8 52.28   Verifying        : perl-IPC-Open3-1.21-477.fc34.noarch                107/135 
13:49:53 #8 52.28   Verifying        : perl-Mozilla-CA-20211001-1.fc34.noarch             108/135 
13:49:53 #8 52.28   Verifying        : perl-NDBM_File-1.15-477.fc34.aarch64               109/135 
13:49:53 #8 52.28   Verifying        : perl-POSIX-1.94-477.fc34.aarch64                   110/135 
13:49:53 #8 52.28   Verifying        : perl-SelectSaver-1.02-477.fc34.noarch              111/135 
13:49:53 #8 52.28   Verifying        : perl-Socket-4:2.032-1.fc34.aarch64                 112/135 
13:49:53 #8 52.28   Verifying        : perl-Symbol-1.08-477.fc34.noarch                   113/135 
13:49:53 #8 52.28   Verifying        : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch        114/135 
13:49:53 #8 52.28   Verifying        : perl-base-2.27-477.fc34.noarch                     115/135 
13:49:53 #8 52.28   Verifying        : perl-if-0.60.800-477.fc34.noarch                   116/135 
13:49:53 #8 52.28   Verifying        : perl-interpreter-4:5.32.1-477.fc34.aarch64         117/135 
13:49:53 #8 52.28   Verifying        : perl-libs-4:5.32.1-477.fc34.aarch64                118/135 
13:49:53 #8 52.28   Verifying        : perl-mro-1.23-477.fc34.aarch64                     119/135 
13:49:53 #8 52.28   Verifying        : perl-overload-1.31-477.fc34.noarch                 120/135 
13:49:53 #8 52.28   Verifying        : perl-overloading-0.02-477.fc34.noarch              121/135 
13:49:53 #8 52.28   Verifying        : perl-subs-1.03-477.fc34.noarch                     122/135 
13:49:53 #8 52.28   Verifying        : perl-vars-1.05-477.fc34.noarch                     123/135 
13:49:53 #8 52.28   Verifying        : python-srpm-macros-3.9-41.fc34.noarch              124/135 
13:49:53 #8 52.28   Verifying        : python3-dbus-1.2.18-1.fc34.aarch64                 125/135 
13:49:53 #8 52.29   Verifying        : python3-dnf-plugins-core-4.0.24-1.fc34.noarch      126/135 
13:49:53 #8 52.29   Verifying        : python3-enchant-3.2.1-1.fc34.noarch                127/135 
13:49:53 #8 52.29   Verifying        : python3-file-magic-5.39-7.fc34.noarch              128/135 
13:49:53 #8 52.29   Verifying        : python3-setuptools-53.0.0-3.fc34.noarch            129/135 
13:49:53 #8 52.29   Verifying        : redhat-rpm-config-183-3.fc34.noarch                130/135 
13:49:53 #8 52.29   Verifying        : rpmautospec-rpm-macros-0.2.6-1.fc34.noarch         131/135 
13:49:53 #8 52.29   Verifying        : rpmlint-1.11-19.fc34.noarch                        132/135 
13:49:53 #8 52.29   Verifying        : rust-srpm-macros-21-1.fc34.noarch                  133/135 
13:49:53 #8 52.29   Verifying        : xxhash-libs-0.8.1-1.fc34.aarch64                   134/135 
13:49:53 #8 52.29   Verifying        : zstd-1.5.2-1.fc34.aarch64                          135/135 
13:49:53 #8 52.44 
13:49:53 #8 52.44 Installed:
13:49:53 #8 52.44   abattis-cantarell-fonts-0.301-2.fc34.noarch                                   
13:49:53 #8 52.44   adobe-source-code-pro-fonts-2.030.1.050-10.fc34.noarch                        
13:49:53 #8 52.44   binutils-2.35.2-6.fc34.aarch64                                                
13:49:53 #8 52.44   binutils-gold-2.35.2-6.fc34.aarch64                                           
13:49:53 #8 52.44   bzip2-1.0.8-6.fc34.aarch64                                                    
13:49:53 #8 52.44   cpio-2.13-10.fc34.aarch64                                                     
13:49:53 #8 52.44   dbus-libs-1:1.12.20-3.fc34.aarch64                                            
13:49:53 #8 52.44   desktop-file-utils-0.26-3.fc34.aarch64                                        
13:49:53 #8 52.44   diffutils-3.7-8.fc34.aarch64                                                  
13:49:53 #8 52.44   dnf-plugins-core-4.0.24-1.fc34.noarch                                         
13:49:53 #8 52.44   dwz-0.14-1.fc34.aarch64                                                       
13:49:53 #8 52.44   ed-1.14.2-10.fc34.aarch64                                                     
13:49:53 #8 52.44   efi-srpm-macros-5-4.fc34.noarch                                               
13:49:53 #8 52.44   elfutils-0.186-1.fc34.aarch64                                                 
13:49:53 #8 52.44   elfutils-debuginfod-client-0.186-1.fc34.aarch64                               
13:49:53 #8 52.44   emacs-filesystem-1:27.2-5.fc34.noarch                                         
13:49:53 #8 52.44   enchant-1:1.6.0-27.fc34.aarch64                                               
13:49:53 #8 52.44   file-5.39-7.fc34.aarch64                                                      
13:49:53 #8 52.44   findutils-1:4.8.0-2.fc34.aarch64                                              
13:49:53 #8 52.44   fonts-srpm-macros-1:2.0.5-5.fc34.noarch                                       
13:49:53 #8 52.44   fpc-srpm-macros-1.3-3.fc34.noarch                                             
13:49:53 #8 52.44   gdb-minimal-11.1-5.fc34.aarch64                                               
13:49:53 #8 52.44   gdk-pixbuf2-2.42.6-1.fc34.aarch64                                             
13:49:53 #8 52.44   ghc-srpm-macros-1.5.0-4.fc34.noarch                                           
13:49:53 #8 52.44   glib-networking-2.68.3-1.fc34.aarch64                                         
13:49:53 #8 52.44   gnat-srpm-macros-4-13.fc34.noarch                                             
13:49:53 #8 52.44   go-srpm-macros-3.0.15-1.fc34.noarch                                           
13:49:53 #8 52.44   groff-base-1.22.4-7.fc34.aarch64                                              
13:49:53 #8 52.44   gsettings-desktop-schemas-40.0-1.fc34.aarch64                                 
13:49:53 #8 52.44   hunspell-1.7.0-9.fc34.aarch64                                                 
13:49:53 #8 52.44   hunspell-en-GB-0.20140811.1-18.fc34.noarch                                    
13:49:53 #8 52.44   hunspell-en-US-0.20140811.1-18.fc34.noarch                                    
13:49:53 #8 52.44   hunspell-filesystem-1.7.0-9.fc34.aarch64                                      
13:49:53 #8 52.44   info-6.7-10.fc34.aarch64                                                      
13:49:53 #8 52.44   json-glib-1.6.6-1.fc34.aarch64                                                
13:49:53 #8 52.44   kernel-srpm-macros-1.0-4.fc34.noarch                                          
13:49:53 #8 52.44   less-590-2.fc34.aarch64                                                       
13:49:53 #8 52.44   libappstream-glib-0.7.18-2.fc34.aarch64                                       
13:49:53 #8 52.44   libjpeg-turbo-2.0.90-3.fc34.aarch64                                           
13:49:53 #8 52.44   libpipeline-1.5.3-2.fc34.aarch64                                              
13:49:53 #8 52.44   libpkgconf-1.7.3-6.fc34.aarch64                                               
13:49:53 #8 52.44   libpng-2:1.6.37-10.fc34.aarch64                                               
13:49:53 #8 52.44   libproxy-0.4.15-30.fc34.aarch64                                               
13:49:53 #8 52.44   libsoup-2.72.0-6.fc34.aarch64                                                 
13:49:53 #8 52.44   libstemmer-0-16.585svn.fc34.aarch64                                           
13:49:53 #8 52.44   lua-srpm-macros-1-4.fc34.noarch                                               
13:49:53 #8 52.44   man-db-2.9.3-3.fc34.aarch64                                                   
13:49:53 #8 52.44   ncurses-6.2-4.20200222.fc34.aarch64                                           
13:49:53 #8 52.44   nim-srpm-macros-3-4.fc34.noarch                                               
13:49:53 #8 52.44   ocaml-srpm-macros-6-4.fc34.noarch                                             
13:49:53 #8 52.44   openblas-srpm-macros-2-9.fc34.noarch                                          
13:49:53 #8 52.44   patch-2.7.6-14.fc34.aarch64                                                   
13:49:53 #8 52.44   perl-AutoLoader-5.74-477.fc34.noarch                                          
13:49:53 #8 52.44   perl-B-1.80-477.fc34.aarch64                                                  
13:49:53 #8 52.44   perl-Carp-1.50-458.fc34.noarch                                                
13:49:53 #8 52.44   perl-Class-Struct-0.66-477.fc34.noarch                                        
13:49:53 #8 52.44   perl-Data-Dumper-2.174-460.fc34.aarch64                                       
13:49:53 #8 52.44   perl-Digest-1.20-1.fc34.noarch                                                
13:49:53 #8 52.44   perl-Digest-MD5-2.58-2.fc34.aarch64                                           
13:49:53 #8 52.44   perl-DynaLoader-1.47-477.fc34.aarch64                                         
13:49:53 #8 52.44   perl-Encode-4:3.15-462.fc34.aarch64                                           
13:49:53 #8 52.44   perl-Errno-1.30-477.fc34.aarch64                                              
13:49:53 #8 52.44   perl-Exporter-5.74-459.fc34.noarch                                            
13:49:53 #8 52.44   perl-Fcntl-1.13-477.fc34.aarch64                                              
13:49:53 #8 52.44   perl-File-Basename-2.85-477.fc34.noarch                                       
13:49:53 #8 52.44   perl-File-Path-2.18-2.fc34.noarch                                             
13:49:53 #8 52.44   perl-File-Temp-1:0.231.100-2.fc34.noarch                                      
13:49:53 #8 52.44   perl-File-stat-1.09-477.fc34.noarch                                           
13:49:53 #8 52.44   perl-FileHandle-2.03-477.fc34.noarch                                          
13:49:53 #8 52.44   perl-Getopt-Long-1:2.52-2.fc34.noarch                                         
13:49:53 #8 52.44   perl-Getopt-Std-1.12-477.fc34.noarch                                          
13:49:53 #8 52.44   perl-HTTP-Tiny-0.078-1.fc34.noarch                                            
13:49:53 #8 52.44   perl-IO-1.43-477.fc34.aarch64                                                 
13:49:53 #8 52.44   perl-IO-Socket-IP-0.41-3.fc34.noarch                                          
13:49:53 #8 52.44   perl-IO-Socket-SSL-2.070-2.fc34.noarch                                        
13:49:53 #8 52.44   perl-IPC-Open3-1.21-477.fc34.noarch                                           
13:49:53 #8 52.44   perl-MIME-Base64-3.16-2.fc34.aarch64                                          
13:49:53 #8 52.44   perl-Mozilla-CA-20211001-1.fc34.noarch                                        
13:49:53 #8 52.44   perl-NDBM_File-1.15-477.fc34.aarch64                                          
13:49:53 #8 52.44   perl-Net-SSLeay-1.90-2.fc34.aarch64                                           
13:49:53 #8 52.44   perl-POSIX-1.94-477.fc34.aarch64                                              
13:49:53 #8 52.44   perl-PathTools-3.78-459.fc34.aarch64                                          
13:49:53 #8 52.44   perl-Pod-Escapes-1:1.07-458.fc34.noarch                                       
13:49:53 #8 52.44   perl-Pod-Perldoc-3.28.01-459.fc34.noarch                                      
13:49:53 #8 52.44   perl-Pod-Simple-1:3.42-2.fc34.noarch                                          
13:49:53 #8 52.44   perl-Pod-Usage-4:2.01-2.fc34.noarch                                           
13:49:53 #8 52.44   perl-Scalar-List-Utils-4:1.56-459.fc34.aarch64                                
13:49:53 #8 52.44   perl-SelectSaver-1.02-477.fc34.noarch                                         
13:49:53 #8 52.44   perl-Socket-4:2.032-1.fc34.aarch64                                            
13:49:53 #8 52.44   perl-Storable-1:3.21-458.fc34.aarch64                                         
13:49:53 #8 52.44   perl-Symbol-1.08-477.fc34.noarch                                              
13:49:53 #8 52.44   perl-Term-ANSIColor-5.01-459.fc34.noarch                                      
13:49:53 #8 52.44   perl-Term-Cap-1.17-458.fc34.noarch                                            
13:49:53 #8 52.44   perl-Text-ParseWords-3.30-458.fc34.noarch                                     
13:49:53 #8 52.44   perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch                                   
13:49:53 #8 52.44   perl-Time-Local-2:1.300-5.fc34.noarch                                         
13:49:53 #8 52.44   perl-URI-5.09-1.fc34.noarch                                                   
13:49:53 #8 52.44   perl-base-2.27-477.fc34.noarch                                                
13:49:53 #8 52.44   perl-constant-1.33-459.fc34.noarch                                            
13:49:53 #8 52.44   perl-if-0.60.800-477.fc34.noarch                                              
13:49:53 #8 52.44   perl-interpreter-4:5.32.1-477.fc34.aarch64                                    
13:49:53 #8 52.44   perl-libnet-3.13-2.fc34.noarch                                                
13:49:53 #8 52.44   perl-libs-4:5.32.1-477.fc34.aarch64                                           
13:49:53 #8 52.44   perl-mro-1.23-477.fc34.aarch64                                                
13:49:53 #8 52.44   perl-overload-1.31-477.fc34.noarch                                            
13:49:53 #8 52.44   perl-overloading-0.02-477.fc34.noarch                                         
13:49:53 #8 52.44   perl-parent-1:0.238-458.fc34.noarch                                           
13:49:53 #8 52.44   perl-podlators-1:4.14-458.fc34.noarch                                         
13:49:53 #8 52.44   perl-srpm-macros-1-39.fc34.noarch                                             
13:49:53 #8 52.44   perl-subs-1.03-477.fc34.noarch                                                
13:49:53 #8 52.44   perl-vars-1.05-477.fc34.noarch                                                
13:49:53 #8 52.44   pkgconf-1.7.3-6.fc34.aarch64                                                  
13:49:53 #8 52.44   pkgconf-m4-1.7.3-6.fc34.noarch                                                
13:49:53 #8 52.44   pkgconf-pkg-config-1.7.3-6.fc34.aarch64                                       
13:49:53 #8 52.44   python-srpm-macros-3.9-41.fc34.noarch                                         
13:49:53 #8 52.44   python3-dateutil-1:2.8.1-3.fc34.noarch                                        
13:49:53 #8 52.44   python3-dbus-1.2.18-1.fc34.aarch64                                            
13:49:53 #8 52.44   python3-distro-1.5.0-5.fc34.noarch                                            
13:49:53 #8 52.44   python3-dnf-plugins-core-4.0.24-1.fc34.noarch                                 
13:49:53 #8 52.44   python3-enchant-3.2.1-1.fc34.noarch                                           
13:49:53 #8 52.44   python3-file-magic-5.39-7.fc34.noarch                                         
13:49:53 #8 52.44   python3-setuptools-53.0.0-3.fc34.noarch                                       
13:49:53 #8 52.44   python3-six-1.15.0-5.fc34.noarch                                              
13:49:53 #8 52.44   qt5-srpm-macros-5.15.2-2.fc34.noarch                                          
13:49:53 #8 52.44   redhat-rpm-config-183-3.fc34.noarch                                           
13:49:53 #8 52.44   rpm-build-4.16.1.3-1.fc34.aarch64                                             
13:49:53 #8 52.44   rpmautospec-rpm-macros-0.2.6-1.fc34.noarch                                    
13:49:53 #8 52.44   rpmlint-1.11-19.fc34.noarch                                                   
13:49:53 #8 52.44   rust-srpm-macros-21-1.fc34.noarch                                             
13:49:53 #8 52.44   shared-mime-info-2.1-2.fc34.aarch64                                           
13:49:53 #8 52.44   unzip-6.0-50.fc34.aarch64                                                     
13:49:53 #8 52.44   xxhash-libs-0.8.1-1.fc34.aarch64                                              
13:49:53 #8 52.44   xz-5.2.5-5.fc34.aarch64                                                       
13:49:53 #8 52.44   zip-3.0-28.fc34.aarch64                                                       
13:49:53 #8 52.44   zstd-1.5.2-1.fc34.aarch64                                                     
13:49:53 #8 52.45 
13:49:53 #8 52.45 Complete!
13:49:53 #8 DONE 52.6s
13:49:53 
13:49:53 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
13:49:53 #10 sha256:d9934272dca9901e70e9092aa119082f8debe2b79ff0e93c99f35d03f8c233b0
13:49:53 #10 DONE 0.1s
13:49:53 
13:49:53 #11 [stage-1 4/6] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
13:49:53 #11 sha256:b7fafcf191f1ea8a4c7f0437a08fda4552bc476b8d3d1d194fae53efe724eba7
13:49:54 #11 1.437 Last metadata expiration check: 0:00:17 ago on Tue May 31 13:49:37 2022.
13:49:56 #11 2.470 Package bash-5.1.0-2.fc34.aarch64 is already installed.
13:49:56 #11 2.483 Package bash-5.1.0-2.fc34.aarch64 is already installed.
13:49:56 #11 2.484 Package ca-certificates-2021.2.52-1.0.fc34.noarch is already installed.
13:49:56 #11 2.485 Package libarchive-3.5.2-2.fc34.aarch64 is already installed.
13:49:56 #11 2.485 Package pkgconf-pkg-config-1.7.3-6.fc34.aarch64 is already installed.
13:49:56 #11 2.486 Package tar-2:1.34-1.fc34.aarch64 is already installed.
13:49:56 #11 2.499 Package bash-5.1.0-2.fc34.aarch64 is already installed.
13:49:56 #11 2.589 Dependencies resolved.
13:49:56 #11 2.615 ================================================================================
13:49:56 #11 2.615  Package                       Arch     Version                  Repo      Size
13:49:56 #11 2.615 ================================================================================
13:49:56 #11 2.615 Installing:
13:49:56 #11 2.615  btrfs-progs-devel             aarch64  5.16.2-1.fc34            updates   50 k
13:49:56 #11 2.615  cmake                         aarch64  3.20.5-1.fc34            updates  6.1 M
13:49:56 #11 2.615  device-mapper-devel           aarch64  1.02.175-1.fc34          fedora    45 k
13:49:56 #11 2.615  gcc                           aarch64  11.3.1-2.fc34            updates   30 M
13:49:56 #11 2.615  git                           aarch64  2.34.3-1.fc34            updates   65 k
13:49:56 #11 2.615  glibc-static                  aarch64  2.33-21.fc34             updates  1.3 M
13:49:56 #11 2.615  libseccomp-devel              aarch64  2.5.3-1.fc34             updates   53 k
13:49:56 #11 2.615  libselinux-devel              aarch64  3.2-1.fc34               fedora   113 k
13:49:56 #11 2.615  libtool                       aarch64  2.4.6-40.fc34            fedora   579 k
13:49:56 #11 2.615  libtool-ltdl-devel            aarch64  2.4.6-40.fc34            fedora   153 k
13:49:56 #11 2.615  make                          aarch64  1:4.3-5.fc34             fedora   536 k
13:49:56 #11 2.615  selinux-policy-devel          noarch   34.27-1.fc34             updates  803 k
13:49:56 #11 2.615  systemd                       aarch64  248.10-1.fc34            updates  4.0 M
13:49:56 #11 2.615  which                         aarch64  2.21-26.fc34             updates   41 k
13:49:56 #11 2.615 Upgrading:
13:49:56 #11 2.615  libgcc                        aarch64  11.3.1-2.fc34            updates  112 k
13:49:56 #11 2.615  libgomp                       aarch64  11.3.1-2.fc34            updates  289 k
13:49:56 #11 2.615 Installing dependencies:
13:49:56 #11 2.615  acl                           aarch64  2.3.1-1.fc34             fedora    71 k
13:49:56 #11 2.615  annobin                       aarch64  9.79-5.fc34              updates  119 k
13:49:56 #11 2.615  autoconf                      noarch   2.69-36.fc34             fedora   667 k
13:49:56 #11 2.615  automake                      noarch   1.16.2-4.fc34            fedora   664 k
13:49:56 #11 2.615  btrfs-progs                   aarch64  5.16.2-1.fc34            updates  983 k
13:49:56 #11 2.615  checkpolicy                   aarch64  3.2-1.fc34               fedora   340 k
13:49:56 #11 2.615  cmake-data                    noarch   3.20.5-1.fc34            updates  1.5 M
13:49:56 #11 2.615  cmake-filesystem              aarch64  3.20.5-1.fc34            updates   16 k
13:49:56 #11 2.615  cmake-rpm-macros              noarch   3.20.5-1.fc34            updates   16 k
13:49:56 #11 2.615  cpp                           aarch64  11.3.1-2.fc34            updates  9.9 M
13:49:56 #11 2.615  cryptsetup-libs               aarch64  2.3.7-1.fc34             updates  470 k
13:49:56 #11 2.615  dbus                          aarch64  1:1.12.20-3.fc34         fedora   8.0 k
13:49:56 #11 2.615  dbus-broker                   aarch64  29-2.fc34                updates  166 k
13:49:56 #11 2.615  dbus-common                   noarch   1:1.12.20-3.fc34         fedora    15 k
13:49:56 #11 2.615  device-mapper                 aarch64  1.02.175-1.fc34          fedora   141 k
13:49:56 #11 2.615  device-mapper-libs            aarch64  1.02.175-1.fc34          fedora   173 k
13:49:56 #11 2.615  e2fsprogs-libs                aarch64  1.45.6-5.fc34            fedora   221 k
13:49:56 #11 2.615  gc                            aarch64  8.0.4-5.fc34             fedora   102 k
13:49:56 #11 2.615  git-core                      aarch64  2.34.3-1.fc34            updates  3.9 M
13:49:56 #11 2.615  git-core-doc                  noarch   2.34.3-1.fc34            updates  2.4 M
13:49:56 #11 2.615  glibc-devel                   aarch64  2.33-21.fc34             updates  423 k
13:49:56 #11 2.615  guile22                       aarch64  2.2.7-2.fc34             fedora   6.5 M
13:49:56 #11 2.615  iptables-legacy-libs          aarch64  1.8.7-8.fc34             updates   39 k
13:49:56 #11 2.615  jsoncpp                       aarch64  1.9.4-5.fc34             updates   88 k
13:49:56 #11 2.615  kernel-headers                aarch64  5.17.11-100.fc34         updates  1.3 M
13:49:56 #11 2.615  kmod-libs                     aarch64  29-2.fc34                updates   62 k
13:49:56 #11 2.615  libargon2                     aarch64  20171227-6.fc34          fedora    28 k
13:49:56 #11 2.615  libasan                       aarch64  11.3.1-2.fc34            updates  423 k
13:49:56 #11 2.615  libatomic                     aarch64  11.3.1-2.fc34            updates   61 k
13:49:56 #11 2.615  libbtrfs                      aarch64  5.16.2-1.fc34            updates   28 k
13:49:56 #11 2.615  libbtrfsutil                  aarch64  5.16.2-1.fc34            updates   32 k
13:49:56 #11 2.615  libcbor                       aarch64  0.7.0-3.fc34             fedora    56 k
13:49:56 #11 2.615  libedit                       aarch64  3.1-38.20210714cvs.fc34  updates  104 k
13:49:56 #11 2.615  libfido2                      aarch64  1.6.0-2.fc34             fedora    70 k
13:49:56 #11 2.615  libibverbs                    aarch64  37.2-2.fc34              updates  387 k
13:49:56 #11 2.615  libmpc                        aarch64  1.2.1-2.fc34             fedora    63 k
13:49:56 #11 2.615  libnl3                        aarch64  3.5.0-6.fc34             fedora   315 k
13:49:56 #11 2.615  libpcap                       aarch64  14:1.10.1-1.fc34         updates  167 k
13:49:56 #11 2.615  libseccomp                    aarch64  2.5.3-1.fc34             updates   71 k
13:49:56 #11 2.615  libselinux-utils              aarch64  3.2-1.fc34               fedora   159 k
13:49:56 #11 2.615  libsepol-devel                aarch64  3.2-2.fc34               updates   40 k
13:49:56 #11 2.615  libtool-ltdl                  aarch64  2.4.6-40.fc34            fedora    36 k
13:49:56 #11 2.615  libubsan                      aarch64  11.3.1-2.fc34            updates  206 k
13:49:56 #11 2.615  libuv                         aarch64  1:1.44.1-1.fc34          updates  149 k
13:49:56 #11 2.615  libxcrypt-devel               aarch64  4.4.28-1.fc34            updates   29 k
13:49:56 #11 2.615  libxcrypt-static              aarch64  4.4.28-1.fc34            updates  109 k
13:49:56 #11 2.615  llvm-libs                     aarch64  12.0.1-1.fc34            updates   22 M
13:49:56 #11 2.615  lzo                           aarch64  2.10-4.fc34              fedora    64 k
13:49:56 #11 2.615  m4                            aarch64  1.4.18-17.fc34           fedora   209 k
13:49:56 #11 2.615  openssh                       aarch64  8.6p1-5.fc34             updates  428 k
13:49:56 #11 2.615  openssh-clients               aarch64  8.6p1-5.fc34             updates  654 k
13:49:56 #11 2.615  pcre2-devel                   aarch64  10.36-4.fc34             fedora   477 k
13:49:56 #11 2.615  pcre2-utf16                   aarch64  10.36-4.fc34             fedora   195 k
13:49:56 #11 2.615  pcre2-utf32                   aarch64  10.36-4.fc34             fedora   187 k
13:49:56 #11 2.615  perl-Error                    noarch   1:0.17029-5.fc34         fedora    42 k
13:49:56 #11 2.615  perl-File-Compare             noarch   1.100.600-477.fc34       updates   23 k
13:49:56 #11 2.615  perl-File-Copy                noarch   2.34-477.fc34            updates   30 k
13:49:56 #11 2.615  perl-File-Find                noarch   1.37-477.fc34            updates   36 k
13:49:56 #11 2.615  perl-Git                      noarch   2.34.3-1.fc34            updates   41 k
13:49:56 #11 2.615  perl-TermReadKey              aarch64  2.38-9.fc34              fedora    36 k
13:49:56 #11 2.615  perl-Thread-Queue             noarch   3.14-458.fc34            fedora    22 k
13:49:56 #11 2.615  perl-lib                      aarch64  0.65-477.fc34            updates   25 k
13:49:56 #11 2.615  perl-threads                  aarch64  1:2.25-458.fc34          fedora    57 k
13:49:56 #11 2.615  perl-threads-shared           aarch64  1.61-458.fc34            fedora    43 k
13:49:56 #11 2.615  policycoreutils               aarch64  3.2-1.fc34               fedora   207 k
13:49:56 #11 2.615  policycoreutils-devel         aarch64  3.2-1.fc34               fedora   138 k
13:49:56 #11 2.615  policycoreutils-python-utils  noarch   3.2-1.fc34               fedora    71 k
13:49:56 #11 2.615  python3-audit                 aarch64  3.0.6-1.fc34             updates   82 k
13:49:56 #11 2.615  python3-libselinux            aarch64  3.2-1.fc34               fedora   183 k
13:49:56 #11 2.615  python3-libsemanage           aarch64  3.2-1.fc34               fedora    83 k
13:49:56 #11 2.615  python3-policycoreutils       noarch   3.2-1.fc34               fedora   2.0 M
13:49:56 #11 2.615  python3-setools               aarch64  4.4.0-1.fc34             fedora   545 k
13:49:56 #11 2.615  rhash                         aarch64  1.4.0-3.fc34             fedora   183 k
13:49:56 #11 2.615  rpm-plugin-selinux            aarch64  4.16.1.3-1.fc34          fedora    23 k
13:49:56 #11 2.615  selinux-policy                noarch   34.27-1.fc34             updates   60 k
13:49:56 #11 2.615  selinux-policy-targeted       noarch   34.27-1.fc34             updates  6.3 M
13:49:56 #11 2.615  systemd-devel                 aarch64  248.10-1.fc34            updates  437 k
13:49:56 #11 2.615  systemd-pam                   aarch64  248.10-1.fc34            updates  315 k
13:49:56 #11 2.615  systemd-rpm-macros            noarch   248.10-1.fc34            updates   27 k
13:49:56 #11 2.615  vim-filesystem                noarch   2:8.2.4975-1.fc34        updates   22 k
13:49:56 #11 2.615  xkeyboard-config              noarch   2.33-1.fc34              updates  783 k
13:49:56 #11 2.615 Installing weak dependencies:
13:49:56 #11 2.615  libbpf                        aarch64  2:0.4.0-1.fc34           updates  130 k
13:49:56 #11 2.615  libxkbcommon                  aarch64  1.3.0-1.fc34             updates  142 k
13:49:56 #11 2.615  qrencode-libs                 aarch64  4.1.1-1.fc34             updates   61 k
13:49:56 #11 2.615  systemd-networkd              aarch64  248.10-1.fc34            updates  433 k
13:49:56 #11 2.615 
13:49:56 #11 2.615 Transaction Summary
13:49:56 #11 2.615 ================================================================================
13:49:56 #11 2.615 Install  99 Packages
13:49:56 #11 2.615 Upgrade   2 Packages
13:49:56 #11 2.615 
13:49:56 #11 2.621 Total download size: 114 M
13:49:56 #11 2.622 Downloading Packages:
13:49:56 #11 3.408 (1/101): acl-2.3.1-1.fc34.aarch64.rpm           308 kB/s |  71 kB     00:00    
13:49:56 #11 3.443 (2/101): autoconf-2.69-36.fc34.noarch.rpm       2.4 MB/s | 667 kB     00:00    
13:49:56 #11 3.484 (3/101): automake-1.16.2-4.fc34.noarch.rpm      2.1 MB/s | 664 kB     00:00    
13:49:56 #11 3.488 (4/101): checkpolicy-3.2-1.fc34.aarch64.rpm     4.2 MB/s | 340 kB     00:00    
13:49:56 #11 3.491 (5/101): dbus-1.12.20-3.fc34.aarch64.rpm        176 kB/s | 8.0 kB     00:00    
13:49:56 #11 3.495 (6/101): dbus-common-1.12.20-3.fc34.noarch.rpm  2.3 MB/s |  15 kB     00:00    
13:49:56 #11 3.499 (7/101): device-mapper-1.02.175-1.fc34.aarch64.  13 MB/s | 141 kB     00:00    
13:49:56 #11 3.504 (8/101): device-mapper-devel-1.02.175-1.fc34.aa 3.8 MB/s |  45 kB     00:00    
13:49:56 #11 3.508 (9/101): device-mapper-libs-1.02.175-1.fc34.aar  14 MB/s | 173 kB     00:00    
13:49:56 #11 3.513 (10/101): e2fsprogs-libs-1.45.6-5.fc34.aarch64.  17 MB/s | 221 kB     00:00    
13:49:56 #11 3.517 (11/101): gc-8.0.4-5.fc34.aarch64.rpm           8.3 MB/s | 102 kB     00:00    
13:49:56 #11 3.520 (12/101): libargon2-20171227-6.fc34.aarch64.rpm 4.0 MB/s |  28 kB     00:00    
13:49:56 #11 3.525 (13/101): libcbor-0.7.0-3.fc34.aarch64.rpm      7.1 MB/s |  56 kB     00:00    
13:49:56 #11 3.530 (14/101): libfido2-1.6.0-2.fc34.aarch64.rpm     7.4 MB/s |  70 kB     00:00    
13:49:56 #11 3.535 (15/101): libmpc-1.2.1-2.fc34.aarch64.rpm       7.2 MB/s |  63 kB     00:00    
13:49:56 #11 3.577 (16/101): libnl3-3.5.0-6.fc34.aarch64.rpm       7.0 MB/s | 315 kB     00:00    
13:49:56 #11 3.581 (17/101): libselinux-devel-3.2-1.fc34.aarch64.r 2.6 MB/s | 113 kB     00:00    
13:49:56 #11 3.591 (18/101): libselinux-utils-3.2-1.fc34.aarch64.r  11 MB/s | 159 kB     00:00    
13:49:56 #11 3.602 (19/101): libtool-2.4.6-40.fc34.aarch64.rpm      33 MB/s | 579 kB     00:00    
13:49:56 #11 3.606 (20/101): libtool-ltdl-2.4.6-40.fc34.aarch64.rp 2.8 MB/s |  36 kB     00:00    
13:49:56 #11 3.614 (21/101): libtool-ltdl-devel-2.4.6-40.fc34.aarc  15 MB/s | 153 kB     00:00    
13:49:56 #11 3.618 (22/101): lzo-2.10-4.fc34.aarch64.rpm           7.0 MB/s |  64 kB     00:00    
13:49:56 #11 3.642 (23/101): guile22-2.2.7-2.fc34.aarch64.rpm       49 MB/s | 6.5 MB     00:00    
13:49:56 #11 3.676 (24/101): m4-1.4.18-17.fc34.aarch64.rpm         3.3 MB/s | 209 kB     00:00    
13:49:56 #11 3.681 (25/101): make-4.3-5.fc34.aarch64.rpm           8.4 MB/s | 536 kB     00:00    
13:49:56 #11 3.688 (26/101): pcre2-devel-10.36-4.fc34.aarch64.rpm   10 MB/s | 477 kB     00:00    
13:49:56 #11 3.695 (27/101): pcre2-utf16-10.36-4.fc34.aarch64.rpm   17 MB/s | 195 kB     00:00    
13:49:56 #11 3.699 (28/101): perl-Error-0.17029-5.fc34.noarch.rpm  4.5 MB/s |  42 kB     00:00    
13:49:56 #11 3.703 (29/101): pcre2-utf32-10.36-4.fc34.aarch64.rpm  9.4 MB/s | 187 kB     00:00    
13:49:56 #11 3.706 (30/101): perl-TermReadKey-2.38-9.fc34.aarch64. 3.3 MB/s |  36 kB     00:00    
13:49:56 #11 3.709 (31/101): perl-Thread-Queue-3.14-458.fc34.noarc 2.2 MB/s |  22 kB     00:00    
13:49:56 #11 3.712 (32/101): perl-threads-2.25-458.fc34.aarch64.rp 6.4 MB/s |  57 kB     00:00    
13:49:56 #11 3.717 (33/101): perl-threads-shared-1.61-458.fc34.aar 5.8 MB/s |  43 kB     00:00    
13:49:57 #11 3.722 (34/101): policycoreutils-3.2-1.fc34.aarch64.rp  16 MB/s | 207 kB     00:00    
13:49:57 #11 3.726 (35/101): policycoreutils-python-utils-3.2-1.fc 8.8 MB/s |  71 kB     00:00    
13:49:57 #11 3.730 (36/101): policycoreutils-devel-3.2-1.fc34.aarc 7.9 MB/s | 138 kB     00:00    
13:49:57 #11 3.735 (37/101): python3-libselinux-3.2-1.fc34.aarch64  15 MB/s | 183 kB     00:00    
13:49:57 #11 3.737 (38/101): python3-libsemanage-3.2-1.fc34.aarch6 7.6 MB/s |  83 kB     00:00    
13:49:57 #11 3.750 (39/101): rhash-1.4.0-3.fc34.aarch64.rpm         17 MB/s | 183 kB     00:00    
13:49:57 #11 3.757 (40/101): rpm-plugin-selinux-4.16.1.3-1.fc34.aa 3.3 MB/s |  23 kB     00:00    
13:49:57 #11 3.768 (41/101): annobin-9.79-5.fc34.aarch64.rpm        12 MB/s | 119 kB     00:00    
13:49:57 #11 3.774 (42/101): python3-setools-4.4.0-1.fc34.aarch64.  15 MB/s | 545 kB     00:00    
13:49:57 #11 3.785 (43/101): btrfs-progs-devel-5.16.2-1.fc34.aarch 4.9 MB/s |  50 kB     00:00    
13:49:57 #11 3.797 (44/101): python3-policycoreutils-3.2-1.fc34.no  31 MB/s | 2.0 MB     00:00    
13:49:57 #11 3.804 (45/101): btrfs-progs-5.16.2-1.fc34.aarch64.rpm  27 MB/s | 983 kB     00:00    
13:49:57 #11 3.811 (46/101): cmake-filesystem-3.20.5-1.fc34.aarch6 2.9 MB/s |  16 kB     00:00    
13:49:57 #11 3.817 (47/101): cmake-rpm-macros-3.20.5-1.fc34.noarch 2.7 MB/s |  16 kB     00:00    
13:49:57 #11 3.857 (48/101): cmake-data-3.20.5-1.fc34.noarch.rpm    26 MB/s | 1.5 MB     00:00    
13:49:57 #11 3.873 (49/101): cryptsetup-libs-2.3.7-1.fc34.aarch64.  30 MB/s | 470 kB     00:00    
13:49:57 #11 3.883 (50/101): dbus-broker-29-2.fc34.aarch64.rpm      18 MB/s | 166 kB     00:00    
13:49:57 #11 4.026 (51/101): cmake-3.20.5-1.fc34.aarch64.rpm        25 MB/s | 6.1 MB     00:00    
13:49:57 #11 4.054 (52/101): cpp-11.3.1-2.fc34.aarch64.rpm          42 MB/s | 9.9 MB     00:00    
13:49:57 #11 4.058 (53/101): git-2.34.3-1.fc34.aarch64.rpm         2.0 MB/s |  65 kB     00:00    
13:49:57 #11 4.150 (54/101): git-core-2.34.3-1.fc34.aarch64.rpm     41 MB/s | 3.9 MB     00:00    
13:49:57 #11 4.168 (55/101): git-core-doc-2.34.3-1.fc34.noarch.rpm  22 MB/s | 2.4 MB     00:00    
13:49:57 #11 4.176 (56/101): glibc-devel-2.33-21.fc34.aarch64.rpm   17 MB/s | 423 kB     00:00    
13:49:57 #11 4.183 (57/101): iptables-legacy-libs-1.8.7-8.fc34.aar 6.0 MB/s |  39 kB     00:00    
13:49:57 #11 4.195 (58/101): jsoncpp-1.9.4-5.fc34.aarch64.rpm      7.8 MB/s |  88 kB     00:00    
13:49:57 #11 4.250 (59/101): kernel-headers-5.17.11-100.fc34.aarch  24 MB/s | 1.3 MB     00:00    
13:49:57 #11 4.259 (60/101): glibc-static-2.33-21.fc34.aarch64.rpm  15 MB/s | 1.3 MB     00:00    
13:49:57 #11 4.265 (61/101): kmod-libs-29-2.fc34.aarch64.rpm       4.0 MB/s |  62 kB     00:00    
13:49:57 #11 4.277 (62/101): libasan-11.3.1-2.fc34.aarch64.rpm      28 MB/s | 423 kB     00:00    
13:49:57 #11 4.281 (63/101): libatomic-11.3.1-2.fc34.aarch64.rpm   4.9 MB/s |  61 kB     00:00    
13:49:57 #11 4.290 (64/101): libbpf-0.4.0-1.fc34.aarch64.rpm        11 MB/s | 130 kB     00:00    
13:49:57 #11 4.294 (65/101): libbtrfs-5.16.2-1.fc34.aarch64.rpm    3.0 MB/s |  28 kB     00:00    
13:49:57 #11 4.298 (66/101): libbtrfsutil-5.16.2-1.fc34.aarch64.rp 4.3 MB/s |  32 kB     00:00    
13:49:57 #11 4.304 (67/101): libedit-3.1-38.20210714cvs.fc34.aarch  12 MB/s | 104 kB     00:00    
13:49:57 #11 4.320 (68/101): libibverbs-37.2-2.fc34.aarch64.rpm     19 MB/s | 387 kB     00:00    
13:49:57 #11 4.324 (69/101): libpcap-1.10.1-1.fc34.aarch64.rpm     8.9 MB/s | 167 kB     00:00    
13:49:57 #11 4.332 (70/101): libseccomp-devel-2.5.3-1.fc34.aarch64 7.5 MB/s |  53 kB     00:00    
13:49:57 #11 4.338 (71/101): libseccomp-2.5.3-1.fc34.aarch64.rpm   5.6 MB/s |  71 kB     00:00    
13:49:57 #11 4.342 (72/101): libsepol-devel-3.2-2.fc34.aarch64.rpm 5.2 MB/s |  40 kB     00:00    
13:49:57 #11 4.354 (73/101): libuv-1.44.1-1.fc34.aarch64.rpm        15 MB/s | 149 kB     00:00    
13:49:57 #11 4.357 (74/101): libubsan-11.3.1-2.fc34.aarch64.rpm     11 MB/s | 206 kB     00:00    
13:49:57 #11 4.361 (75/101): libxcrypt-devel-4.4.28-1.fc34.aarch64 4.1 MB/s |  29 kB     00:00    
13:49:57 #11 4.369 (76/101): libxcrypt-static-4.4.28-1.fc34.aarch6 9.5 MB/s | 109 kB     00:00    
13:49:57 #11 4.375 (77/101): libxkbcommon-1.3.0-1.fc34.aarch64.rpm  11 MB/s | 142 kB     00:00    
13:49:57 #11 4.392 (78/101): openssh-8.6p1-5.fc34.aarch64.rpm       27 MB/s | 428 kB     00:00    
13:49:57 #11 4.414 (79/101): openssh-clients-8.6p1-5.fc34.aarch64.  31 MB/s | 654 kB     00:00    
13:49:57 #11 4.421 (80/101): perl-File-Compare-1.100.600-477.fc34. 3.6 MB/s |  23 kB     00:00    
13:49:57 #11 4.431 (81/101): perl-File-Copy-2.34-477.fc34.noarch.r 3.2 MB/s |  30 kB     00:00    
13:49:57 #11 4.438 (82/101): perl-File-Find-1.37-477.fc34.noarch.r 5.9 MB/s |  36 kB     00:00    
13:49:57 #11 4.446 (83/101): perl-Git-2.34.3-1.fc34.noarch.rpm     5.4 MB/s |  41 kB     00:00    
13:49:57 #11 4.453 (84/101): perl-lib-0.65-477.fc34.aarch64.rpm    4.4 MB/s |  25 kB     00:00    
13:49:57 #11 4.461 (85/101): python3-audit-3.0.6-1.fc34.aarch64.rp  11 MB/s |  82 kB     00:00    
13:49:58 #11 4.470 (86/101): qrencode-libs-4.1.1-1.fc34.aarch64.rp 7.6 MB/s |  61 kB     00:00    
13:49:58 #11 4.479 (87/101): selinux-policy-34.27-1.fc34.noarch.rp 7.4 MB/s |  60 kB     00:00    
13:49:58 #11 4.501 (88/101): selinux-policy-devel-34.27-1.fc34.noa  37 MB/s | 803 kB     00:00    
13:49:58 #11 4.625 (89/101): selinux-policy-targeted-34.27-1.fc34.  52 MB/s | 6.3 MB     00:00    
13:49:58 #11 4.756 (90/101): gcc-11.3.1-2.fc34.aarch64.rpm          34 MB/s |  30 MB     00:00    
13:49:58 #11 4.780 (91/101): systemd-devel-248.10-1.fc34.aarch64.r  18 MB/s | 437 kB     00:00    
13:49:58 #11 4.795 (92/101): systemd-networkd-248.10-1.fc34.aarch6  30 MB/s | 433 kB     00:00    
13:49:58 #11 4.811 (93/101): systemd-pam-248.10-1.fc34.aarch64.rpm  21 MB/s | 315 kB     00:00    
13:49:58 #11 4.818 (94/101): systemd-rpm-macros-248.10-1.fc34.noar 4.3 MB/s |  27 kB     00:00    
13:49:58 #11 4.832 (95/101): systemd-248.10-1.fc34.aarch64.rpm      19 MB/s | 4.0 MB     00:00    
13:49:58 #11 4.835 (96/101): vim-filesystem-8.2.4975-1.fc34.noarch 1.3 MB/s |  22 kB     00:00    
13:49:58 #11 4.840 (97/101): which-2.21-26.fc34.aarch64.rpm        5.2 MB/s |  41 kB     00:00    
13:49:58 #11 4.853 (98/101): libgcc-11.3.1-2.fc34.aarch64.rpm      9.1 MB/s | 112 kB     00:00    
13:49:58 #11 4.860 (99/101): xkeyboard-config-2.33-1.fc34.noarch.r  33 MB/s | 783 kB     00:00    
13:49:58 #11 4.868 (100/101): libgomp-11.3.1-2.fc34.aarch64.rpm     21 MB/s | 289 kB     00:00    
13:49:58 #11 5.047 (101/101): llvm-libs-12.0.1-1.fc34.aarch64.rpm   33 MB/s |  22 MB     00:00    
13:49:58 #11 5.052 --------------------------------------------------------------------------------
13:49:58 #11 5.052 Total                                            47 MB/s | 114 MB     00:02     
13:50:01 #11 7.205 Running transaction check
13:50:01 #11 7.335 Transaction check succeeded.
13:50:01 #11 7.335 Running transaction test
13:50:01 #11 8.203 Transaction test succeeded.
13:50:01 #11 8.204 Running transaction
13:50:02 #11 9.109   Running scriptlet: selinux-policy-targeted-34.27-1.fc34.noarch            1/1 
13:50:02 #11 9.248   Preparing        :                                                        1/1 
13:50:02 #11 9.297   Upgrading        : libgcc-11.3.1-2.fc34.aarch64                         1/103 
13:50:02 #11 9.304   Running scriptlet: libgcc-11.3.1-2.fc34.aarch64                         1/103 
13:50:02 #11 9.331   Installing       : python3-libselinux-3.2-1.fc34.aarch64                2/103 
13:50:02 #11 9.338   Installing       : perl-File-Find-1.37-477.fc34.noarch                  3/103 
13:50:02 #11 9.344   Installing       : perl-File-Copy-2.34-477.fc34.noarch                  4/103 
13:50:02 #11 9.350   Installing       : perl-File-Compare-1.100.600-477.fc34.noarch          5/103 
13:50:02 #11 9.357   Installing       : libseccomp-2.5.3-1.fc34.aarch64                      6/103 
13:50:02 #11 9.364   Installing       : libedit-3.1-38.20210714cvs.fc34.aarch64              7/103 
13:50:02 #11 9.370   Installing       : cmake-rpm-macros-3.20.5-1.fc34.noarch                8/103 
13:50:02 #11 9.377   Installing       : cmake-filesystem-3.20.5-1.fc34.aarch64               9/103 
13:50:02 #11 9.386   Installing       : perl-threads-1:2.25-458.fc34.aarch64                10/103 
13:50:02 #11 9.393   Installing       : m4-1.4.18-17.fc34.aarch64                           11/103 
13:50:02 #11 9.414   Installing       : autoconf-2.69-36.fc34.noarch                        12/103 
13:50:02 #11 9.422   Installing       : libtool-ltdl-2.4.6-40.fc34.aarch64                  13/103 
13:50:02 #11 9.429   Installing       : libmpc-1.2.1-2.fc34.aarch64                         14/103 
13:50:03 #11 9.441   Installing       : checkpolicy-3.2-1.fc34.aarch64                      15/103 
13:50:03 #11 9.681   Installing       : cpp-11.3.1-2.fc34.aarch64                           16/103 
13:50:03 #11 9.690   Installing       : perl-threads-shared-1.61-458.fc34.aarch64           17/103 
13:50:03 #11 9.785   Installing       : perl-Thread-Queue-3.14-458.fc34.noarch              18/103 
13:50:03 #11 9.807   Installing       : automake-1.16.2-4.fc34.noarch                       19/103 
13:50:03 #11 10.33   Installing       : llvm-libs-12.0.1-1.fc34.aarch64                     20/103 
13:50:03 #11 10.39   Installing       : python3-libsemanage-3.2-1.fc34.aarch64              21/103 
13:50:03 #11 10.43   Installing       : python3-setools-4.4.0-1.fc34.aarch64                22/103 
13:50:04 #11 10.50   Installing       : gc-8.0.4-5.fc34.aarch64                             23/103 
13:50:04 #11 10.80   Installing       : guile22-2.2.7-2.fc34.aarch64                        24/103 
13:50:04 #11 10.89   Installing       : make-1:4.3-5.fc34.aarch64                           25/103 
13:50:04 #11 10.95   Installing       : libnl3-3.5.0-6.fc34.aarch64                         26/103 
13:50:04 #11 10.97   Installing       : libibverbs-37.2-2.fc34.aarch64                      27/103 
13:50:04 #11 11.06   Installing       : libpcap-14:1.10.1-1.fc34.aarch64                    28/103 
13:50:04 #11 11.13   Installing       : iptables-legacy-libs-1.8.7-8.fc34.aarch64           29/103 
13:50:04 #11 11.14   Installing       : jsoncpp-1.9.4-5.fc34.aarch64                        30/103 
13:50:04 #11 11.15   Installing       : kmod-libs-29-2.fc34.aarch64                         31/103 
13:50:04 #11 11.16   Installing       : libasan-11.3.1-2.fc34.aarch64                       32/103 
13:50:04 #11 11.17   Installing       : libubsan-11.3.1-2.fc34.aarch64                      33/103 
13:50:04 #11 11.18   Upgrading        : libgomp-11.3.1-2.fc34.aarch64                       34/103 
13:50:04 #11 11.23   Installing       : xkeyboard-config-2.33-1.fc34.noarch                 35/103 
13:50:04 #11 11.24   Installing       : libxkbcommon-1.3.0-1.fc34.aarch64                   36/103 
13:50:04 #11 11.25   Installing       : vim-filesystem-2:8.2.4975-1.fc34.noarch             37/103 
13:50:04 #11 11.26   Installing       : systemd-rpm-macros-248.10-1.fc34.noarch             38/103 
13:50:04 #11 11.26   Installing       : qrencode-libs-4.1.1-1.fc34.aarch64                  39/103 
13:50:04 #11 11.27   Installing       : python3-audit-3.0.6-1.fc34.aarch64                  40/103 
13:50:04 #11 11.28   Installing       : perl-lib-0.65-477.fc34.aarch64                      41/103 
13:50:04 #11 11.28   Running scriptlet: openssh-8.6p1-5.fc34.aarch64                        42/103 
13:50:04 #11 11.34   Installing       : openssh-8.6p1-5.fc34.aarch64                        42/103 
13:50:04 #11 11.35   Installing       : libuv-1:1.44.1-1.fc34.aarch64                       43/103 
13:50:04 #11 11.36   Installing       : libsepol-devel-3.2-2.fc34.aarch64                   44/103 
13:50:04 #11 11.37   Installing       : libbtrfsutil-5.16.2-1.fc34.aarch64                  45/103 
13:50:04 #11 11.37   Installing       : libbtrfs-5.16.2-1.fc34.aarch64                      46/103 
13:50:04 #11 11.38   Installing       : libbpf-2:0.4.0-1.fc34.aarch64                       47/103 
13:50:04 #11 11.39   Installing       : libatomic-11.3.1-2.fc34.aarch64                     48/103 
13:50:04 #11 11.52   Installing       : kernel-headers-5.17.11-100.fc34.aarch64             49/103 
13:50:04 #11 11.53   Installing       : libxcrypt-devel-4.4.28-1.fc34.aarch64               50/103 
13:50:05 #11 11.59   Installing       : glibc-devel-2.33-21.fc34.aarch64                    51/103 
13:50:05 #11 11.93   Installing       : gcc-11.3.1-2.fc34.aarch64                           52/103 
13:50:05 #11 11.99   Installing       : glibc-static-2.33-21.fc34.aarch64                   53/103 
13:50:05 #11 12.00   Installing       : libxcrypt-static-4.4.28-1.fc34.aarch64              54/103 
13:50:05 #11 12.01   Installing       : rhash-1.4.0-3.fc34.aarch64                          55/103 
13:50:05 #11 12.33   Installing       : cmake-data-3.20.5-1.fc34.noarch                     56/103 
13:50:05 #11 12.45   Installing       : cmake-3.20.5-1.fc34.aarch64                         57/103 
13:50:05 #11 12.46   Installing       : perl-TermReadKey-2.38-9.fc34.aarch64                58/103 
13:50:05 #11 12.47   Installing       : perl-Error-1:0.17029-5.fc34.noarch                  59/103 
13:50:05 #11 12.48   Installing       : pcre2-utf32-10.36-4.fc34.aarch64                    60/103 
13:50:05 #11 12.48   Installing       : pcre2-utf16-10.36-4.fc34.aarch64                    61/103 
13:50:05 #11 12.50   Installing       : pcre2-devel-10.36-4.fc34.aarch64                    62/103 
13:50:05 #11 12.51   Installing       : libselinux-devel-3.2-1.fc34.aarch64                 63/103 
13:50:05 #11 12.52   Installing       : lzo-2.10-4.fc34.aarch64                             64/103 
13:50:05 #11 12.53   Installing       : libselinux-utils-3.2-1.fc34.aarch64                 65/103 
13:50:05 #11 12.55   Installing       : policycoreutils-3.2-1.fc34.aarch64                  66/103 
13:50:05 #11 12.55   Running scriptlet: policycoreutils-3.2-1.fc34.aarch64                  66/103 
13:50:05 #11 12.57   Installing       : rpm-plugin-selinux-4.16.1.3-1.fc34.aarch64          67/103 
13:50:05 #11 12.58   Installing       : selinux-policy-34.27-1.fc34.noarch                  68/103 
13:50:05 #11 12.58   Running scriptlet: selinux-policy-34.27-1.fc34.noarch                  68/103 
13:50:06 #11 12.61   Running scriptlet: selinux-policy-targeted-34.27-1.fc34.noarch         69/103 
13:50:06 #11 12.82   Installing       : selinux-policy-targeted-34.27-1.fc34.noarch         69/103 
13:50:06 #11 12.84   Running scriptlet: selinux-policy-targeted-34.27-1.fc34.noarch         69/103 
13:50:06 #11 12.89   Installing       : python3-policycoreutils-3.2-1.fc34.noarch           70/103 
13:50:06 #11 12.91   Installing       : policycoreutils-python-utils-3.2-1.fc34.noarch      71/103 
13:50:06 #11 12.92   Installing       : policycoreutils-devel-3.2-1.fc34.aarch64            72/103 
13:50:06 #11 13.01   Installing       : selinux-policy-devel-34.27-1.fc34.noarch            73/103 
13:50:06 #11 13.02   Running scriptlet: selinux-policy-devel-34.27-1.fc34.noarch            73/103 
13:50:06 #11 13.04   Installing       : libcbor-0.7.0-3.fc34.aarch64                        74/103 
13:50:06 #11 13.04   Installing       : libfido2-1.6.0-2.fc34.aarch64                       75/103 
13:50:06 #11 13.06   Installing       : openssh-clients-8.6p1-5.fc34.aarch64                76/103 
13:50:06 #11 13.07   Running scriptlet: openssh-clients-8.6p1-5.fc34.aarch64                76/103 
13:50:06 #11 13.15   Installing       : git-core-2.34.3-1.fc34.aarch64                      77/103 
13:50:06 #11 13.20   Installing       : git-core-doc-2.34.3-1.fc34.noarch                   78/103 
13:50:06 #11 13.21   Installing       : perl-Git-2.34.3-1.fc34.noarch                       79/103 
13:50:06 #11 13.22   Installing       : git-2.34.3-1.fc34.aarch64                           80/103 
13:50:06 #11 13.23   Installing       : libargon2-20171227-6.fc34.aarch64                   81/103 
13:50:06 #11 13.24   Installing       : e2fsprogs-libs-1.45.6-5.fc34.aarch64                82/103 
13:50:06 #11 13.26   Installing       : btrfs-progs-5.16.2-1.fc34.aarch64                   83/103 
13:50:06 #11 13.27   Installing       : acl-2.3.1-1.fc34.aarch64                            84/103 
13:50:06 #11 13.28   Installing       : device-mapper-1.02.175-1.fc34.aarch64               85/103 
13:50:06 #11 13.29   Installing       : device-mapper-libs-1.02.175-1.fc34.aarch64          86/103 
13:50:06 #11 13.30   Installing       : cryptsetup-libs-2.3.7-1.fc34.aarch64                87/103 
13:50:06 #11 13.31   Installing       : dbus-1:1.12.20-3.fc34.aarch64                       88/103 
13:50:06 #11 13.31   Running scriptlet: systemd-networkd-248.10-1.fc34.aarch64              89/103 
13:50:07 #11 13.40   Installing       : systemd-networkd-248.10-1.fc34.aarch64              89/103 
13:50:07 #11 13.40   Running scriptlet: systemd-networkd-248.10-1.fc34.aarch64              89/103 
13:50:07 #11 13.42   Installing       : systemd-pam-248.10-1.fc34.aarch64                   90/103 
13:50:07 #11 13.43   Running scriptlet: systemd-248.10-1.fc34.aarch64                       91/103 
13:50:07 #11 13.88   Installing       : systemd-248.10-1.fc34.aarch64                       91/103 
13:50:07 #11 13.89   Running scriptlet: systemd-248.10-1.fc34.aarch64                       91/103 
13:50:07 #11 14.04   Installing       : dbus-common-1:1.12.20-3.fc34.noarch                 92/103 
13:50:07 #11 14.05   Running scriptlet: dbus-common-1:1.12.20-3.fc34.noarch                 92/103 
13:50:07 #11 14.07 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
13:50:07 #11 14.07 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
13:50:07 #11 14.07 
13:50:07 #11 14.08   Running scriptlet: dbus-broker-29-2.fc34.aarch64                       93/103 
13:50:07 #11 14.16   Installing       : dbus-broker-29-2.fc34.aarch64                       93/103 
13:50:07 #11 14.16   Running scriptlet: dbus-broker-29-2.fc34.aarch64                       93/103 
13:50:07 #11 14.19 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
13:50:07 #11 14.19 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
13:50:07 #11 14.19 
13:50:07 #11 14.20   Installing       : systemd-devel-248.10-1.fc34.aarch64                 94/103 
13:50:07 #11 14.21   Installing       : device-mapper-devel-1.02.175-1.fc34.aarch64         95/103 
13:50:07 #11 14.22   Installing       : btrfs-progs-devel-5.16.2-1.fc34.aarch64             96/103 
13:50:07 #11 14.24   Installing       : libtool-2.4.6-40.fc34.aarch64                       97/103 
13:50:07 #11 14.25   Installing       : annobin-9.79-5.fc34.aarch64                         98/103 
13:50:07 #11 14.26   Installing       : libtool-ltdl-devel-2.4.6-40.fc34.aarch64            99/103 
13:50:07 #11 14.27   Installing       : libseccomp-devel-2.5.3-1.fc34.aarch64              100/103 
13:50:07 #11 14.27   Installing       : which-2.21-26.fc34.aarch64                         101/103 
13:50:07 #11 14.28   Cleanup          : libgomp-11.2.1-9.fc34.aarch64                      102/103 
13:50:07 #11 14.29   Cleanup          : libgcc-11.2.1-9.fc34.aarch64                       103/103 
13:50:07 #11 14.29   Running scriptlet: libgcc-11.2.1-9.fc34.aarch64                       103/103 
13:50:07 #11 14.32   Running scriptlet: selinux-policy-targeted-34.27-1.fc34.noarch        103/103 
13:50:12 #11 14.35   Running scriptlet: libgcc-11.2.1-9.fc34.aarch64                       103/103 
13:50:12 #11 17.77   Verifying        : acl-2.3.1-1.fc34.aarch64                             1/103 
13:50:12 #11 17.77   Verifying        : autoconf-2.69-36.fc34.noarch                         2/103 
13:50:12 #11 17.77   Verifying        : automake-1.16.2-4.fc34.noarch                        3/103 
13:50:12 #11 17.77   Verifying        : checkpolicy-3.2-1.fc34.aarch64                       4/103 
13:50:12 #11 17.77   Verifying        : dbus-1:1.12.20-3.fc34.aarch64                        5/103 
13:50:12 #11 17.77   Verifying        : dbus-common-1:1.12.20-3.fc34.noarch                  6/103 
13:50:12 #11 17.77   Verifying        : device-mapper-1.02.175-1.fc34.aarch64                7/103 
13:50:12 #11 17.77   Verifying        : device-mapper-devel-1.02.175-1.fc34.aarch64          8/103 
13:50:12 #11 17.77   Verifying        : device-mapper-libs-1.02.175-1.fc34.aarch64           9/103 
13:50:12 #11 17.77   Verifying        : e2fsprogs-libs-1.45.6-5.fc34.aarch64                10/103 
13:50:12 #11 17.77   Verifying        : gc-8.0.4-5.fc34.aarch64                             11/103 
13:50:12 #11 17.77   Verifying        : guile22-2.2.7-2.fc34.aarch64                        12/103 
13:50:12 #11 17.77   Verifying        : libargon2-20171227-6.fc34.aarch64                   13/103 
13:50:12 #11 17.77   Verifying        : libcbor-0.7.0-3.fc34.aarch64                        14/103 
13:50:12 #11 17.77   Verifying        : libfido2-1.6.0-2.fc34.aarch64                       15/103 
13:50:12 #11 17.77   Verifying        : libmpc-1.2.1-2.fc34.aarch64                         16/103 
13:50:12 #11 17.77   Verifying        : libnl3-3.5.0-6.fc34.aarch64                         17/103 
13:50:12 #11 17.77   Verifying        : libselinux-devel-3.2-1.fc34.aarch64                 18/103 
13:50:12 #11 17.77   Verifying        : libselinux-utils-3.2-1.fc34.aarch64                 19/103 
13:50:12 #11 17.77   Verifying        : libtool-2.4.6-40.fc34.aarch64                       20/103 
13:50:12 #11 17.77   Verifying        : libtool-ltdl-2.4.6-40.fc34.aarch64                  21/103 
13:50:12 #11 17.77   Verifying        : libtool-ltdl-devel-2.4.6-40.fc34.aarch64            22/103 
13:50:12 #11 17.77   Verifying        : lzo-2.10-4.fc34.aarch64                             23/103 
13:50:12 #11 17.77   Verifying        : m4-1.4.18-17.fc34.aarch64                           24/103 
13:50:12 #11 17.77   Verifying        : make-1:4.3-5.fc34.aarch64                           25/103 
13:50:12 #11 17.77   Verifying        : pcre2-devel-10.36-4.fc34.aarch64                    26/103 
13:50:12 #11 17.77   Verifying        : pcre2-utf16-10.36-4.fc34.aarch64                    27/103 
13:50:12 #11 17.77   Verifying        : pcre2-utf32-10.36-4.fc34.aarch64                    28/103 
13:50:12 #11 17.77   Verifying        : perl-Error-1:0.17029-5.fc34.noarch                  29/103 
13:50:12 #11 17.77   Verifying        : perl-TermReadKey-2.38-9.fc34.aarch64                30/103 
13:50:12 #11 17.77   Verifying        : perl-Thread-Queue-3.14-458.fc34.noarch              31/103 
13:50:12 #11 17.77   Verifying        : perl-threads-1:2.25-458.fc34.aarch64                32/103 
13:50:12 #11 17.77   Verifying        : perl-threads-shared-1.61-458.fc34.aarch64           33/103 
13:50:12 #11 17.77   Verifying        : policycoreutils-3.2-1.fc34.aarch64                  34/103 
13:50:12 #11 17.77   Verifying        : policycoreutils-devel-3.2-1.fc34.aarch64            35/103 
13:50:12 #11 17.77   Verifying        : policycoreutils-python-utils-3.2-1.fc34.noarch      36/103 
13:50:12 #11 17.77   Verifying        : python3-libselinux-3.2-1.fc34.aarch64               37/103 
13:50:12 #11 17.77   Verifying        : python3-libsemanage-3.2-1.fc34.aarch64              38/103 
13:50:12 #11 17.77   Verifying        : python3-policycoreutils-3.2-1.fc34.noarch           39/103 
13:50:12 #11 17.77   Verifying        : python3-setools-4.4.0-1.fc34.aarch64                40/103 
13:50:12 #11 17.77   Verifying        : rhash-1.4.0-3.fc34.aarch64                          41/103 
13:50:12 #11 17.77   Verifying        : rpm-plugin-selinux-4.16.1.3-1.fc34.aarch64          42/103 
13:50:12 #11 17.77   Verifying        : annobin-9.79-5.fc34.aarch64                         43/103 
13:50:12 #11 17.77   Verifying        : btrfs-progs-5.16.2-1.fc34.aarch64                   44/103 
13:50:12 #11 17.77   Verifying        : btrfs-progs-devel-5.16.2-1.fc34.aarch64             45/103 
13:50:12 #11 17.77   Verifying        : cmake-3.20.5-1.fc34.aarch64                         46/103 
13:50:12 #11 17.77   Verifying        : cmake-data-3.20.5-1.fc34.noarch                     47/103 
13:50:12 #11 17.77   Verifying        : cmake-filesystem-3.20.5-1.fc34.aarch64              48/103 
13:50:12 #11 17.77   Verifying        : cmake-rpm-macros-3.20.5-1.fc34.noarch               49/103 
13:50:12 #11 17.77   Verifying        : cpp-11.3.1-2.fc34.aarch64                           50/103 
13:50:12 #11 17.77   Verifying        : cryptsetup-libs-2.3.7-1.fc34.aarch64                51/103 
13:50:12 #11 17.77   Verifying        : dbus-broker-29-2.fc34.aarch64                       52/103 
13:50:12 #11 17.77   Verifying        : gcc-11.3.1-2.fc34.aarch64                           53/103 
13:50:12 #11 17.77   Verifying        : git-2.34.3-1.fc34.aarch64                           54/103 
13:50:12 #11 17.77   Verifying        : git-core-2.34.3-1.fc34.aarch64                      55/103 
13:50:12 #11 17.77   Verifying        : git-core-doc-2.34.3-1.fc34.noarch                   56/103 
13:50:12 #11 17.77   Verifying        : glibc-devel-2.33-21.fc34.aarch64                    57/103 
13:50:12 #11 17.77   Verifying        : glibc-static-2.33-21.fc34.aarch64                   58/103 
13:50:12 #11 17.77   Verifying        : iptables-legacy-libs-1.8.7-8.fc34.aarch64           59/103 
13:50:12 #11 17.77   Verifying        : jsoncpp-1.9.4-5.fc34.aarch64                        60/103 
13:50:12 #11 17.77   Verifying        : kernel-headers-5.17.11-100.fc34.aarch64             61/103 
13:50:12 #11 17.77   Verifying        : kmod-libs-29-2.fc34.aarch64                         62/103 
13:50:12 #11 17.77   Verifying        : libasan-11.3.1-2.fc34.aarch64                       63/103 
13:50:12 #11 17.77   Verifying        : libatomic-11.3.1-2.fc34.aarch64                     64/103 
13:50:12 #11 17.77   Verifying        : libbpf-2:0.4.0-1.fc34.aarch64                       65/103 
13:50:12 #11 17.77   Verifying        : libbtrfs-5.16.2-1.fc34.aarch64                      66/103 
13:50:12 #11 17.77   Verifying        : libbtrfsutil-5.16.2-1.fc34.aarch64                  67/103 
13:50:12 #11 17.77   Verifying        : libedit-3.1-38.20210714cvs.fc34.aarch64             68/103 
13:50:12 #11 17.78   Verifying        : libibverbs-37.2-2.fc34.aarch64                      69/103 
13:50:12 #11 17.78   Verifying        : libpcap-14:1.10.1-1.fc34.aarch64                    70/103 
13:50:12 #11 17.78   Verifying        : libseccomp-2.5.3-1.fc34.aarch64                     71/103 
13:50:12 #11 17.78   Verifying        : libseccomp-devel-2.5.3-1.fc34.aarch64               72/103 
13:50:12 #11 17.78   Verifying        : libsepol-devel-3.2-2.fc34.aarch64                   73/103 
13:50:12 #11 17.78   Verifying        : libubsan-11.3.1-2.fc34.aarch64                      74/103 
13:50:12 #11 17.78   Verifying        : libuv-1:1.44.1-1.fc34.aarch64                       75/103 
13:50:12 #11 17.78   Verifying        : libxcrypt-devel-4.4.28-1.fc34.aarch64               76/103 
13:50:12 #11 17.78   Verifying        : libxcrypt-static-4.4.28-1.fc34.aarch64              77/103 
13:50:12 #11 17.78   Verifying        : libxkbcommon-1.3.0-1.fc34.aarch64                   78/103 
13:50:12 #11 17.78   Verifying        : llvm-libs-12.0.1-1.fc34.aarch64                     79/103 
13:50:12 #11 17.78   Verifying        : openssh-8.6p1-5.fc34.aarch64                        80/103 
13:50:12 #11 17.78   Verifying        : openssh-clients-8.6p1-5.fc34.aarch64                81/103 
13:50:12 #11 17.78   Verifying        : perl-File-Compare-1.100.600-477.fc34.noarch         82/103 
13:50:12 #11 17.78   Verifying        : perl-File-Copy-2.34-477.fc34.noarch                 83/103 
13:50:12 #11 17.78   Verifying        : perl-File-Find-1.37-477.fc34.noarch                 84/103 
13:50:12 #11 17.78   Verifying        : perl-Git-2.34.3-1.fc34.noarch                       85/103 
13:50:12 #11 17.78   Verifying        : perl-lib-0.65-477.fc34.aarch64                      86/103 
13:50:12 #11 17.78   Verifying        : python3-audit-3.0.6-1.fc34.aarch64                  87/103 
13:50:12 #11 17.78   Verifying        : qrencode-libs-4.1.1-1.fc34.aarch64                  88/103 
13:50:12 #11 17.78   Verifying        : selinux-policy-34.27-1.fc34.noarch                  89/103 
13:50:12 #11 17.78   Verifying        : selinux-policy-devel-34.27-1.fc34.noarch            90/103 
13:50:12 #11 17.78   Verifying        : selinux-policy-targeted-34.27-1.fc34.noarch         91/103 
13:50:12 #11 17.78   Verifying        : systemd-248.10-1.fc34.aarch64                       92/103 
13:50:12 #11 17.78   Verifying        : systemd-devel-248.10-1.fc34.aarch64                 93/103 
13:50:12 #11 17.78   Verifying        : systemd-networkd-248.10-1.fc34.aarch64              94/103 
13:50:12 #11 17.78   Verifying        : systemd-pam-248.10-1.fc34.aarch64                   95/103 
13:50:12 #11 17.78   Verifying        : systemd-rpm-macros-248.10-1.fc34.noarch             96/103 
13:50:12 #11 17.78   Verifying        : vim-filesystem-2:8.2.4975-1.fc34.noarch             97/103 
13:50:12 #11 17.78   Verifying        : which-2.21-26.fc34.aarch64                          98/103 
13:50:12 #11 17.78   Verifying        : xkeyboard-config-2.33-1.fc34.noarch                 99/103 
13:50:12 #11 17.78   Verifying        : libgcc-11.3.1-2.fc34.aarch64                       100/103 
13:50:12 #11 17.78   Verifying        : libgcc-11.2.1-9.fc34.aarch64                       101/103 
13:50:12 #11 17.78   Verifying        : libgomp-11.3.1-2.fc34.aarch64                      102/103 
13:50:12 #11 17.78   Verifying        : libgomp-11.2.1-9.fc34.aarch64                      103/103 
13:50:12 #11 17.96 
13:50:12 #11 17.96 Upgraded:
13:50:12 #11 17.96   libgcc-11.3.1-2.fc34.aarch64           libgomp-11.3.1-2.fc34.aarch64          
13:50:12 #11 17.96 Installed:
13:50:12 #11 17.96   acl-2.3.1-1.fc34.aarch64                                                      
13:50:12 #11 17.96   annobin-9.79-5.fc34.aarch64                                                   
13:50:12 #11 17.96   autoconf-2.69-36.fc34.noarch                                                  
13:50:12 #11 17.96   automake-1.16.2-4.fc34.noarch                                                 
13:50:12 #11 17.96   btrfs-progs-5.16.2-1.fc34.aarch64                                             
13:50:12 #11 17.96   btrfs-progs-devel-5.16.2-1.fc34.aarch64                                       
13:50:12 #11 17.96   checkpolicy-3.2-1.fc34.aarch64                                                
13:50:12 #11 17.96   cmake-3.20.5-1.fc34.aarch64                                                   
13:50:12 #11 17.96   cmake-data-3.20.5-1.fc34.noarch                                               
13:50:12 #11 17.96   cmake-filesystem-3.20.5-1.fc34.aarch64                                        
13:50:12 #11 17.96   cmake-rpm-macros-3.20.5-1.fc34.noarch                                         
13:50:12 #11 17.96   cpp-11.3.1-2.fc34.aarch64                                                     
13:50:12 #11 17.96   cryptsetup-libs-2.3.7-1.fc34.aarch64                                          
13:50:12 #11 17.96   dbus-1:1.12.20-3.fc34.aarch64                                                 
13:50:12 #11 17.96   dbus-broker-29-2.fc34.aarch64                                                 
13:50:12 #11 17.96   dbus-common-1:1.12.20-3.fc34.noarch                                           
13:50:12 #11 17.96   device-mapper-1.02.175-1.fc34.aarch64                                         
13:50:12 #11 17.96   device-mapper-devel-1.02.175-1.fc34.aarch64                                   
13:50:12 #11 17.96   device-mapper-libs-1.02.175-1.fc34.aarch64                                    
13:50:12 #11 17.96   e2fsprogs-libs-1.45.6-5.fc34.aarch64                                          
13:50:12 #11 17.96   gc-8.0.4-5.fc34.aarch64                                                       
13:50:12 #11 17.96   gcc-11.3.1-2.fc34.aarch64                                                     
13:50:12 #11 17.96   git-2.34.3-1.fc34.aarch64                                                     
13:50:12 #11 17.96   git-core-2.34.3-1.fc34.aarch64                                                
13:50:12 #11 17.96   git-core-doc-2.34.3-1.fc34.noarch                                             
13:50:12 #11 17.96   glibc-devel-2.33-21.fc34.aarch64                                              
13:50:12 #11 17.96   glibc-static-2.33-21.fc34.aarch64                                             
13:50:12 #11 17.96   guile22-2.2.7-2.fc34.aarch64                                                  
13:50:12 #11 17.96   iptables-legacy-libs-1.8.7-8.fc34.aarch64                                     
13:50:12 #11 17.96   jsoncpp-1.9.4-5.fc34.aarch64                                                  
13:50:12 #11 17.96   kernel-headers-5.17.11-100.fc34.aarch64                                       
13:50:12 #11 17.96   kmod-libs-29-2.fc34.aarch64                                                   
13:50:12 #11 17.96   libargon2-20171227-6.fc34.aarch64                                             
13:50:12 #11 17.96   libasan-11.3.1-2.fc34.aarch64                                                 
13:50:12 #11 17.96   libatomic-11.3.1-2.fc34.aarch64                                               
13:50:12 #11 17.96   libbpf-2:0.4.0-1.fc34.aarch64                                                 
13:50:12 #11 17.96   libbtrfs-5.16.2-1.fc34.aarch64                                                
13:50:12 #11 17.96   libbtrfsutil-5.16.2-1.fc34.aarch64                                            
13:50:12 #11 17.96   libcbor-0.7.0-3.fc34.aarch64                                                  
13:50:12 #11 17.96   libedit-3.1-38.20210714cvs.fc34.aarch64                                       
13:50:12 #11 17.96   libfido2-1.6.0-2.fc34.aarch64                                                 
13:50:12 #11 17.96   libibverbs-37.2-2.fc34.aarch64                                                
13:50:12 #11 17.96   libmpc-1.2.1-2.fc34.aarch64                                                   
13:50:12 #11 17.96   libnl3-3.5.0-6.fc34.aarch64                                                   
13:50:12 #11 17.96   libpcap-14:1.10.1-1.fc34.aarch64                                              
13:50:12 #11 17.96   libseccomp-2.5.3-1.fc34.aarch64                                               
13:50:12 #11 17.96   libseccomp-devel-2.5.3-1.fc34.aarch64                                         
13:50:12 #11 17.96   libselinux-devel-3.2-1.fc34.aarch64                                           
13:50:12 #11 17.96   libselinux-utils-3.2-1.fc34.aarch64                                           
13:50:12 #11 17.96   libsepol-devel-3.2-2.fc34.aarch64                                             
13:50:12 #11 17.96   libtool-2.4.6-40.fc34.aarch64                                                 
13:50:12 #11 17.96   libtool-ltdl-2.4.6-40.fc34.aarch64                                            
13:50:12 #11 17.96   libtool-ltdl-devel-2.4.6-40.fc34.aarch64                                      
13:50:12 #11 17.96   libubsan-11.3.1-2.fc34.aarch64                                                
13:50:12 #11 17.96   libuv-1:1.44.1-1.fc34.aarch64                                                 
13:50:12 #11 17.96   libxcrypt-devel-4.4.28-1.fc34.aarch64                                         
13:50:12 #11 17.96   libxcrypt-static-4.4.28-1.fc34.aarch64                                        
13:50:12 #11 17.96   libxkbcommon-1.3.0-1.fc34.aarch64                                             
13:50:12 #11 17.96   llvm-libs-12.0.1-1.fc34.aarch64                                               
13:50:12 #11 17.96   lzo-2.10-4.fc34.aarch64                                                       
13:50:12 #11 17.96   m4-1.4.18-17.fc34.aarch64                                                     
13:50:12 #11 17.96   make-1:4.3-5.fc34.aarch64                                                     
13:50:12 #11 17.96   openssh-8.6p1-5.fc34.aarch64                                                  
13:50:12 #11 17.96   openssh-clients-8.6p1-5.fc34.aarch64                                          
13:50:12 #11 17.96   pcre2-devel-10.36-4.fc34.aarch64                                              
13:50:12 #11 17.96   pcre2-utf16-10.36-4.fc34.aarch64                                              
13:50:12 #11 17.96   pcre2-utf32-10.36-4.fc34.aarch64                                              
13:50:12 #11 17.96   perl-Error-1:0.17029-5.fc34.noarch                                            
13:50:12 #11 17.96   perl-File-Compare-1.100.600-477.fc34.noarch                                   
13:50:12 #11 17.96   perl-File-Copy-2.34-477.fc34.noarch                                           
13:50:12 #11 17.96   perl-File-Find-1.37-477.fc34.noarch                                           
13:50:12 #11 17.96   perl-Git-2.34.3-1.fc34.noarch                                                 
13:50:12 #11 17.96   perl-TermReadKey-2.38-9.fc34.aarch64                                          
13:50:12 #11 17.96   perl-Thread-Queue-3.14-458.fc34.noarch                                        
13:50:12 #11 17.96   perl-lib-0.65-477.fc34.aarch64                                                
13:50:12 #11 17.96   perl-threads-1:2.25-458.fc34.aarch64                                          
13:50:12 #11 17.96   perl-threads-shared-1.61-458.fc34.aarch64                                     
13:50:12 #11 17.96   policycoreutils-3.2-1.fc34.aarch64                                            
13:50:12 #11 17.96   policycoreutils-devel-3.2-1.fc34.aarch64                                      
13:50:12 #11 17.96   policycoreutils-python-utils-3.2-1.fc34.noarch                                
13:50:12 #11 17.96   python3-audit-3.0.6-1.fc34.aarch64                                            
13:50:12 #11 17.96   python3-libselinux-3.2-1.fc34.aarch64                                         
13:50:12 #11 17.96   python3-libsemanage-3.2-1.fc34.aarch64                                        
13:50:12 #11 17.96   python3-policycoreutils-3.2-1.fc34.noarch                                     
13:50:12 #11 17.96   python3-setools-4.4.0-1.fc34.aarch64                                          
13:50:12 #11 17.96   qrencode-libs-4.1.1-1.fc34.aarch64                                            
13:50:12 #11 17.96   rhash-1.4.0-3.fc34.aarch64                                                    
13:50:12 #11 17.96   rpm-plugin-selinux-4.16.1.3-1.fc34.aarch64                                    
13:50:12 #11 17.96   selinux-policy-34.27-1.fc34.noarch                                            
13:50:12 #11 17.96   selinux-policy-devel-34.27-1.fc34.noarch                                      
13:50:12 #11 17.96   selinux-policy-targeted-34.27-1.fc34.noarch                                   
13:50:12 #11 17.96   systemd-248.10-1.fc34.aarch64                                                 
13:50:12 #11 17.96   systemd-devel-248.10-1.fc34.aarch64                                           
13:50:12 #11 17.96   systemd-networkd-248.10-1.fc34.aarch64                                        
13:50:12 #11 17.96   systemd-pam-248.10-1.fc34.aarch64                                             
13:50:12 #11 17.96   systemd-rpm-macros-248.10-1.fc34.noarch                                       
13:50:12 #11 17.96   vim-filesystem-2:8.2.4975-1.fc34.noarch                                       
13:50:12 #11 17.96   which-2.21-26.fc34.aarch64                                                    
13:50:12 #11 17.96   xkeyboard-config-2.33-1.fc34.noarch                                           
13:50:12 #11 17.96 
13:50:12 #11 17.96 Complete!
13:50:12 #11 DONE 18.2s
13:50:12 
13:50:12 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
13:50:12 #13 sha256:e9b7df4d0f5dd7120239faad4c635649f0bf9461deba4717c52e8a27d628b089
13:50:13 #13 DONE 2.1s
13:50:13 
13:50:13 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
13:50:13 #14 sha256:c9a8f7ccc5bdd9fadbd42d540b0bcb1fb51be2e2a2ea460d1d90221c4eb2344f
13:50:13 #14 DONE 0.0s
13:50:13 
13:50:13 #15 exporting to image
13:50:13 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:50:13 #15 exporting layers
13:50:16 #15 exporting layers 2.4s done
13:50:16 #15 writing image sha256:71264d18b0b5e383bfbc5d6296b39d3b435b196e57f29282a6548d945ad74ec4 done
13:50:16 #15 naming to docker.io/rpmbuild-fedora-34/aarch64 done
13:50:16 #15 DONE 2.4s
13:50:16 docker run --rm -e PLATFORM -e GOPROXY=https://proxy.golang.org -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-34/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/fedora-34/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-34/aarch64 -ba --define '_gitcommit_cli aa7e414' --define '_gitcommit_engine 90033ab' --define '_release 0' --define '_version 0.0.0.20220511162217.aa7e414' --define '_origversion 0.0.0-20220511162217-aa7e414' --define '_compose_rpm_version 2.6.0' --define '_compose_version v2.6.0' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-compose-plugin.spec
13:50:16 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
13:50:16 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
13:50:16 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
13:50:16 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rSGDdt
13:50:16 + umask 022
13:50:16 + cd /root/rpmbuild/BUILD
13:50:16 + cd /root/rpmbuild/BUILD
13:50:16 + rm -rf src
13:50:16 + /usr/bin/mkdir -p src
13:50:16 + cd src
13:50:16 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:50:16 + /usr/bin/tar -xof -
13:50:16 + STATUS=0
13:50:16 + '[' 0 -ne 0 ']'
13:50:16 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:50:16 + /usr/bin/tar -xof -
13:50:17 + STATUS=0
13:50:17 + '[' 0 -ne 0 ']'
13:50:17 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:50:17 + RPM_EC=0
13:50:17 ++ jobs -p
13:50:17 + exit 0
13:50:17 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0rccYX
13:50:17 + umask 022
13:50:17 + cd /root/rpmbuild/BUILD
13:50:17 + cd src
13:50:17 + export DOCKER_GITCOMMIT=90033ab
13:50:17 + DOCKER_GITCOMMIT=90033ab
13:50:17 + mkdir -p /go/src/github.com/docker
13:50:17 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:50:17 + pushd /root/rpmbuild/BUILD/src/engine
13:50:17 + for component in tini "proxy dynamic"
13:50:17 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:50:17 + TMP_GOPATH=/go
13:50:17 + hack/dockerfile/install/install.sh tini
13:50:17 + RM_GOPATH=0
13:50:17 + TMP_GOPATH=/go
13:50:17 + : /usr/local/bin
13:50:17 + '[' -z /go ']'
13:50:17 + export GOPATH=/go
13:50:17 + GOPATH=/go
13:50:17 + case "$(go env GOARCH)" in
13:50:17 ++ go env GOARCH
13:50:17 + export GO_BUILDMODE=-buildmode=pie
13:50:17 + GO_BUILDMODE=-buildmode=pie
13:50:17 ++ dirname hack/dockerfile/install/install.sh
13:50:17 + dir=hack/dockerfile/install
13:50:17 + bin=tini
13:50:17 + shift
13:50:17 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:50:17 + . hack/dockerfile/install/tini.installer
13:50:17 ++ : v0.19.0
13:50:17 Install tini version v0.19.0
13:50:17 + install_tini
13:50:17 + echo 'Install tini version v0.19.0'
13:50:17 + git clone https://github.com/krallin/tini.git /go/tini
13:50:17 Cloning into '/go/tini'...
13:50:17 + cd /go/tini
13:50:17 + git checkout -q v0.19.0
13:50:17 + cmake .
13:50:17 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:50:17   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:50:17   CMake.
13:50:17 
13:50:17   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:50:17   CMake that the project does not need compatibility with older versions.
13:50:17 
13:50:17 
13:50:17 -- The C compiler identification is GNU 11.3.1
13:50:17 -- Detecting C compiler ABI info
13:50:18 -- Detecting C compiler ABI info - done
13:50:18 -- Check for working C compiler: /usr/bin/cc - skipped
13:50:18 -- Detecting C compile features
13:50:18 -- Detecting C compile features - done
13:50:18 -- Performing Test HAS_BUILTIN_FORTIFY
13:50:18 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:50:18 -- Configuring done
13:50:18 -- Generating done
13:50:18 -- Build files have been written to: /go/tini
13:50:18 + make tini-static
13:50:18 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:50:18 [100%] Linking C executable tini-static
13:50:18 [100%] Built target tini-static
13:50:18 + mkdir -p /usr/local/bin
13:50:18 + cp tini-static /usr/local/bin/docker-init
13:50:18 + for component in tini "proxy dynamic"
13:50:18 + TMP_GOPATH=/go
13:50:18 + hack/dockerfile/install/install.sh proxy dynamic
13:50:18 + RM_GOPATH=0
13:50:18 + TMP_GOPATH=/go
13:50:18 + : /usr/local/bin
13:50:18 + '[' -z /go ']'
13:50:18 + export GOPATH=/go
13:50:18 + GOPATH=/go
13:50:18 + case "$(go env GOARCH)" in
13:50:18 ++ go env GOARCH
13:50:18 + export GO_BUILDMODE=-buildmode=pie
13:50:18 + GO_BUILDMODE=-buildmode=pie
13:50:18 ++ dirname hack/dockerfile/install/install.sh
13:50:18 + dir=hack/dockerfile/install
13:50:18 + bin=proxy
13:50:18 + shift
13:50:18 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
13:50:18 + . hack/dockerfile/install/proxy.installer
13:50:18 Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:50:18 ++ : 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:50:18 + install_proxy dynamic
13:50:18 + case "$1" in
13:50:18 + install_proxy_dynamic
13:50:18 + export PROXY_LDFLAGS=-linkmode=external install_proxy
13:50:18 + PROXY_LDFLAGS=-linkmode=external
13:50:18 + export BUILD_MODE=-buildmode=pie
13:50:18 + BUILD_MODE=-buildmode=pie
13:50:18 + _install_proxy
13:50:18 + echo 'Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b'
13:50:18 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
13:50:18 Cloning into '/go/src/github.com/docker/libnetwork'...
13:50:19 + cd /go/src/github.com/docker/libnetwork
13:50:19 + git checkout -q 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:50:20 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:50:28 + return
13:50:28 + VERSION=0.0.0-20220511162217-aa7e414
13:50:28 + PRODUCT=docker
13:50:28 + hack/make.sh dynbinary
13:50:28 
13:50:28 Removing bundles/
13:50:28 
13:50:28 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:50:28 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:50:28 GOOS="" GOARCH="" GOARM=""
13:51:50 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:51:50 
13:51:50 + popd
13:51:50 + RPM_EC=0
13:51:50 ~/rpmbuild/BUILD/src
13:51:50 ++ jobs -p
13:51:50 + exit 0
13:51:50 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.w0uGip
13:51:50 + umask 022
13:51:50 + cd /root/rpmbuild/BUILD
13:51:50 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.aarch64 '!=' / ']'
13:51:50 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:51:50 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:51:50 + mkdir -p /root/rpmbuild/BUILDROOT
13:51:50 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:51:50 + cd src
13:51:50 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:51:50 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/bin/dockerd
13:51:50 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/bin/docker-proxy
13:51:50 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/bin/docker-init
13:51:50 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/lib/systemd/system/docker.service
13:51:50 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/lib/systemd/system/docker.socket
13:51:50 + /usr/lib/rpm/check-buildroot
13:51:50 + /usr/lib/rpm/redhat/brp-ldconfig
13:51:50 + /usr/lib/rpm/brp-compress
13:51:50 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:51:50 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:51:50 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
13:51:50 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:51:50 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:51:50 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:51:50 + /usr/lib/rpm/brp-python-hardlink
13:51:50 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:51:50 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.6CDX6y
13:51:50 + umask 022
13:51:50 + cd /root/rpmbuild/BUILD
13:51:50 + cd src
13:51:50 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:51:50 + ver='Docker version 0.0.0-20220511162217-aa7e414, build 90033ab'
13:51:50 + test 'Docker version 0.0.0-20220511162217-aa7e414, build 90033ab' = 'Docker version 0.0.0-20220511162217-aa7e414, build 90033ab'
13:51:50 + echo 'PASS: daemon version OK'
13:51:50 + RPM_EC=0
13:51:50 PASS: daemon version OK
13:51:50 ++ jobs -p
13:51:50 + exit 0
13:51:50 Processing files: docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:51:50 Provides: docker-ce = 3:0.0.0.20220511162217.aa7e414-0.fc34 docker-ce(aarch-64) = 3:0.0.0.20220511162217.aa7e414-0.fc34
13:51:50 Requires(interp): /bin/sh /bin/sh /bin/sh
13:51:50 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:51:50 Requires(post): /bin/sh
13:51:50 Requires(preun): /bin/sh
13:51:50 Requires(postun): /bin/sh
13:51:50 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
13:51:50 Conflicts: docker docker-ee docker-engine-cs docker-io
13:51:50 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:51:50 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:51:50 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.src.rpm
13:52:16 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.aarch64.rpm
13:52:16 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Zzl0PD
13:52:16 + umask 022
13:52:16 + cd /root/rpmbuild/BUILD
13:52:16 + cd src
13:52:16 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:52:16 + RPM_EC=0
13:52:16 ++ jobs -p
13:52:16 + exit 0
13:52:16 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DyKk3v
13:52:16 + umask 022
13:52:16 + cd /root/rpmbuild/BUILD
13:52:16 + cd /root/rpmbuild/BUILD
13:52:16 + rm -rf src
13:52:16 + /usr/bin/mkdir -p src
13:52:16 + cd src
13:52:16 + /usr/bin/tar -xof -
13:52:16 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:52:17 + STATUS=0
13:52:17 + '[' 0 -ne 0 ']'
13:52:17 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
13:52:17 + /usr/bin/tar -xof -
13:52:17 + STATUS=0
13:52:17 + '[' 0 -ne 0 ']'
13:52:17 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:52:17 + RPM_EC=0
13:52:17 ++ jobs -p
13:52:17 + exit 0
13:52:17 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wrRVY3
13:52:17 + umask 022
13:52:17 + cd /root/rpmbuild/BUILD
13:52:17 + cd src
13:52:17 + mkdir -p /go/src/github.com/docker
13:52:17 + rm -f /go/src/github.com/docker/cli
13:52:17 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:52:17 + pushd /go/src/github.com/docker/cli
13:52:17 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:52:17 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:52:17 + make VERSION=0.0.0-20220511162217-aa7e414 GITCOMMIT=aa7e414 dynbinary manpages
13:52:17 GO_LINKMODE=dynamic ./scripts/build/binary
13:52:17 Building dynamic docker-linux-arm64
13:53:24 scripts/docs/generate-man.sh
13:54:21 Project root: /go/src/github.com/docker/cli
13:54:21 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:54:21 2022/05/31 13:54:19 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:54:21 + popd
13:54:21 + pushd /root/rpmbuild/BUILD/src/plugins
13:54:21 ~/rpmbuild/BUILD/src
13:54:21 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:54:21 + for installer in *.installer
13:54:21 + '[' app.installer '!=' scan.installer ']'
13:54:21 + bash app.installer build
13:54:21 Cloning into '/go/src/github.com/docker/app'...
13:54:22 Fetching origin
13:54:22 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
13:55:09 + for installer in *.installer
13:55:09 + '[' buildx.installer '!=' scan.installer ']'
13:55:09 + bash buildx.installer build
13:55:09 Cloning into '/go/src/github.com/docker/buildx'...
13:55:09 Fetching origin
13:55:09 + GO111MODULE=on
13:55:09 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2-docker -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
13:56:31 ~/rpmbuild/BUILD/src
13:56:31 + popd
13:56:31 + RPM_EC=0
13:56:31 ++ jobs -p
13:56:31 + exit 0
13:56:31 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.FdISph
13:56:31 + umask 022
13:56:31 + cd /root/rpmbuild/BUILD
13:56:31 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64 '!=' / ']'
13:56:31 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:56:31 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:56:31 + mkdir -p /root/rpmbuild/BUILDROOT
13:56:31 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:56:31 + cd src
13:56:31 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/bin
13:56:31 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/bin/docker
13:56:31 + pushd /root/rpmbuild/BUILD/src/plugins
13:56:31 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:56:31 + for installer in *.installer
13:56:31 + '[' app.installer '!=' scan.installer ']'
13:56:31 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:56:31 + PREFIX=/usr/libexec/docker/cli-plugins
13:56:31 + bash app.installer install_plugin
13:56:31 + for installer in *.installer
13:56:31 + '[' buildx.installer '!=' scan.installer ']'
13:56:31 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:56:31 + PREFIX=/usr/libexec/docker/cli-plugins
13:56:31 + bash buildx.installer install_plugin
13:56:31 + popd
13:56:31 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/bash-completion/completions
13:56:31 ~/rpmbuild/BUILD/src
13:56:31 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/zsh/vendor-completions
13:56:31 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/fish/vendor_completions.d
13:56:31 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/bash-completion/completions/docker
13:56:31 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/zsh/vendor-completions/_docker
13:56:31 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/fish/vendor_completions.d/docker.fish
13:56:31 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/man/man1
13:56:31 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/man/man1
13:56:31 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/man/man5
13:56:31 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/man/man5
13:56:31 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/man/man8
13:56:31 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/man/man8
13:56:31 + mkdir -p build-docs
13:56:31 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:56:31 + cp cli/LICENSE build-docs/LICENSE
13:56:31 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:56:31 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:56:31 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:56:31 + cp cli/NOTICE build-docs/NOTICE
13:56:31 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:56:31 + cp cli/README.md build-docs/README.md
13:56:31 + /usr/lib/rpm/check-buildroot
13:56:31 + /usr/lib/rpm/redhat/brp-ldconfig
13:56:31 + /usr/lib/rpm/brp-compress
13:56:31 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:56:31 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:56:31 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:56:31 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:56:31 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:56:31 + /usr/lib/rpm/brp-python-hardlink
13:56:31 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:56:31 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.80ZdVt
13:56:31 + umask 022
13:56:31 + cd /root/rpmbuild/BUILD
13:56:31 + cd src
13:56:31 ++ cli/build/docker --version
13:56:31 + ver='Docker version 0.0.0-20220511162217-aa7e414, build aa7e414'
13:56:31 PASS: cli version OK
13:56:31 + test 'Docker version 0.0.0-20220511162217-aa7e414, build aa7e414' = 'Docker version 0.0.0-20220511162217-aa7e414, build aa7e414'
13:56:31 + echo 'PASS: cli version OK'
13:56:31 + RPM_EC=0
13:56:31 ++ jobs -p
13:56:31 + exit 0
13:56:31 Processing files: docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:56:31 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BY9Wew
13:56:31 + umask 022
13:56:31 + cd /root/rpmbuild/BUILD
13:56:31 + cd src
13:56:31 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/doc/docker-ce-cli
13:56:31 + export LC_ALL=C
13:56:31 + LC_ALL=C
13:56:31 + export DOCDIR
13:56:31 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/doc/docker-ce-cli
13:56:31 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/doc/docker-ce-cli
13:56:31 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/doc/docker-ce-cli
13:56:31 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/doc/docker-ce-cli
13:56:31 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/share/doc/docker-ce-cli
13:56:31 + RPM_EC=0
13:56:31 ++ jobs -p
13:56:31 + exit 0
13:56:31 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:56:31 Provides: docker-ce-cli = 1:0.0.0.20220511162217.aa7e414-0.fc34 docker-ce-cli(aarch-64) = 1:0.0.0.20220511162217.aa7e414-0.fc34
13:56:31 Requires(interp): /bin/sh
13:56:31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:56:31 Requires(post): /bin/sh
13:56:31 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) rtld(GNU_HASH)
13:56:31 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:56:31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:56:31 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.src.rpm
13:57:52 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64.rpm
13:57:52 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Yt6qiA
13:57:52 + umask 022
13:57:52 + cd /root/rpmbuild/BUILD
13:57:52 + cd src
13:57:52 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:57:52 + RPM_EC=0
13:57:52 ++ jobs -p
13:57:52 + exit 0
13:57:52 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Yp1kBR
13:57:52 + umask 022
13:57:52 + cd /root/rpmbuild/BUILD
13:57:52 + cd /root/rpmbuild/BUILD
13:57:52 + rm -rf src
13:57:52 + /usr/bin/mkdir -p src
13:57:52 + cd src
13:57:52 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:57:52 + /usr/bin/tar -xof -
13:57:52 + STATUS=0
13:57:52 + '[' 0 -ne 0 ']'
13:57:52 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:57:52 + /usr/bin/tar -xof -
13:57:52 + STATUS=0
13:57:52 + '[' 0 -ne 0 ']'
13:57:52 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:57:52 + RPM_EC=0
13:57:52 ++ jobs -p
13:57:52 + exit 0
13:57:52 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.w2iY04
13:57:52 + umask 022
13:57:52 + cd /root/rpmbuild/BUILD
13:57:52 + cd src
13:57:52 + export DOCKER_GITCOMMIT=90033ab
13:57:52 + DOCKER_GITCOMMIT=90033ab
13:57:52 + mkdir -p /go/src/github.com/docker
13:57:52 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:57:52 + TMP_GOPATH=/go
13:57:52 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:57:52 + RM_GOPATH=0
13:57:52 + TMP_GOPATH=/go
13:57:52 + : /usr/local/bin
13:57:52 + '[' -z /go ']'
13:57:52 + export GOPATH=/go
13:57:52 + GOPATH=/go
13:57:52 + case "$(go env GOARCH)" in
13:57:52 ++ go env GOARCH
13:57:52 + export GO_BUILDMODE=-buildmode=pie
13:57:52 + GO_BUILDMODE=-buildmode=pie
13:57:52 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:57:52 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:57:52 + bin=rootlesskit
13:57:52 + shift
13:57:52 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:57:52 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:57:52 ++ : v0.14.4
13:57:52 + install_rootlesskit dynamic
13:57:52 + case "$1" in
13:57:52 + install_rootlesskit_dynamic
13:57:52 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:57:52 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:57:52 + export BUILD_MODE=-buildmode=pie
13:57:52 + BUILD_MODE=-buildmode=pie
13:57:52 + _install_rootlesskit
13:57:52 + echo 'Install rootlesskit version v0.14.4'
13:57:52 Install rootlesskit version v0.14.4
13:57:52 + for f in rootlesskit rootlesskit-docker-proxy
13:57:52 + GOBIN=/usr/local/bin
13:57:52 + GO111MODULE=on
13:57:52 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
13:57:52 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
13:57:52 go: downloading github.com/pkg/errors v0.9.1
13:57:52 go: downloading github.com/sirupsen/logrus v1.8.1
13:57:52 go: downloading github.com/urfave/cli/v2 v2.3.0
13:57:52 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:57:52 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:57:52 go: downloading github.com/google/uuid v1.3.0
13:57:52 go: downloading github.com/moby/vpnkit v0.5.0
13:57:52 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:57:52 go: downloading github.com/gofrs/flock v0.8.1
13:57:52 go: downloading github.com/gorilla/mux v1.8.0
13:57:52 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:57:52 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:57:52 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:57:52 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:57:52 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:57:52 + for f in rootlesskit rootlesskit-docker-proxy
13:57:52 + GOBIN=/usr/local/bin
13:57:52 + GO111MODULE=on
13:57:52 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
13:57:52 + return
13:57:52 + RPM_EC=0
13:57:52 ++ jobs -p
13:57:52 + exit 0
13:57:52 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.foJ8hj
13:57:52 + umask 022
13:57:52 + cd /root/rpmbuild/BUILD
13:57:52 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.aarch64 '!=' / ']'
13:57:52 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:57:52 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:57:52 + mkdir -p /root/rpmbuild/BUILDROOT
13:57:52 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:57:52 + cd src
13:57:52 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/bin/dockerd-rootless.sh
13:57:52 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/bin/dockerd-rootless-setuptool.sh
13:57:52 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/bin/rootlesskit
13:57:52 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.aarch64/usr/bin/rootlesskit-docker-proxy
13:57:52 + /usr/lib/rpm/check-buildroot
13:57:52 + /usr/lib/rpm/redhat/brp-ldconfig
13:57:52 + /usr/lib/rpm/brp-compress
13:57:52 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:57:52 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:57:52 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:57:52 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:57:52 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:57:52 + /usr/lib/rpm/brp-python-hardlink
13:57:52 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:57:52 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
13:57:52 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
13:57:52 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.IlqhDg
13:57:52 + umask 022
13:57:52 + cd /root/rpmbuild/BUILD
13:57:52 + cd src
13:57:52 + /usr/local/bin/rootlesskit -v
13:57:52 rootlesskit version 0.14.4
13:57:52 + RPM_EC=0
13:57:52 ++ jobs -p
13:57:52 + exit 0
13:57:52 Processing files: docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:57:52 Provides: docker-ce-rootless-extras = 0:0.0.0.20220511162217.aa7e414-0.fc34 docker-ce-rootless-extras(aarch-64) = 0:0.0.0.20220511162217.aa7e414-0.fc34
13:57:52 Requires(interp): /bin/sh /bin/sh /bin/sh
13:57:52 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:57:52 Requires(post): /bin/sh
13:57:52 Requires(preun): /bin/sh
13:57:52 Requires(postun): /bin/sh
13:57:52 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) rtld(GNU_HASH)
13:57:52 Conflicts: rootlesskit
13:57:52 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:57:52 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.src.rpm
13:57:56 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.aarch64.rpm
13:57:56 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.HbsyGR
13:57:56 + umask 022
13:57:56 + cd /root/rpmbuild/BUILD
13:57:56 + cd src
13:57:56 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.fc34.aarch64
13:57:56 + RPM_EC=0
13:57:56 ++ jobs -p
13:57:56 + exit 0
13:57:56 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.P6F5A4
13:57:56 + umask 022
13:57:56 + cd /root/rpmbuild/BUILD
13:57:56 + cd /root/rpmbuild/BUILD
13:57:56 + rm -rf src
13:57:56 + /usr/bin/mkdir -p src
13:57:56 + cd src
13:57:56 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:57:56 + /usr/bin/tar -xof -
13:57:56 + STATUS=0
13:57:56 + '[' 0 -ne 0 ']'
13:57:56 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:57:56 + /usr/bin/tar -xof -
13:57:56 + STATUS=0
13:57:56 + '[' 0 -ne 0 ']'
13:57:56 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:57:56 + RPM_EC=0
13:57:56 ++ jobs -p
13:57:56 + exit 0
13:57:56 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.cz3BB9
13:57:56 + umask 022
13:57:56 + cd /root/rpmbuild/BUILD
13:57:56 + cd src
13:57:56 + pushd /root/rpmbuild/BUILD/src/compose
13:57:56 + GOPROXY=https://proxy.golang.org
13:57:56 + GO111MODULE=on
13:57:56 + go mod download
13:57:56 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:58:28 + GOPROXY=https://proxy.golang.org
13:58:28 + GO111MODULE=on
13:58:28 + GIT_TAG=v2.6.0
13:58:28 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
13:58:28 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.6.0"  -o bin/docker-compose ./cmd
13:59:36 + popd
13:59:36 ~/rpmbuild/BUILD/src
13:59:36 + RPM_EC=0
13:59:36 ++ jobs -p
13:59:36 + exit 0
13:59:36 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.RLwCRp
13:59:36 + umask 022
13:59:36 + cd /root/rpmbuild/BUILD
13:59:36 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.aarch64 '!=' / ']'
13:59:36 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.aarch64
13:59:36 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.aarch64
13:59:36 + mkdir -p /root/rpmbuild/BUILDROOT
13:59:36 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.aarch64
13:59:36 + cd src
13:59:36 + pushd /root/rpmbuild/BUILD/src/compose
13:59:36 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:59:36 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:59:36 + popd
13:59:36 ~/rpmbuild/BUILD/src
13:59:36 + for f in LICENSE MAINTAINERS NOTICE README.md
13:59:36 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:59:36 + for f in LICENSE MAINTAINERS NOTICE README.md
13:59:36 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:59:36 + for f in LICENSE MAINTAINERS NOTICE README.md
13:59:36 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:59:36 + for f in LICENSE MAINTAINERS NOTICE README.md
13:59:36 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:59:36 + /usr/lib/rpm/check-buildroot
13:59:36 + /usr/lib/rpm/redhat/brp-ldconfig
13:59:36 + /usr/lib/rpm/brp-compress
13:59:36 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:59:36 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:59:36 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
13:59:36 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:59:36 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
13:59:36 + /usr/lib/rpm/brp-python-hardlink
13:59:36 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:59:36 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.mchiuT
13:59:36 + umask 022
13:59:36 + cd /root/rpmbuild/BUILD
13:59:36 + cd src
13:59:36 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:59:36 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:59:36 + ver=v2.6.0
13:59:36 + test v2.6.0 = v2.6.0
13:59:36 + echo 'PASS: docker-compose version OK'
13:59:36 + RPM_EC=0
13:59:36 PASS: docker-compose version OK
13:59:36 ++ jobs -p
13:59:36 + exit 0
13:59:36 Processing files: docker-compose-plugin-2.6.0-0.fc34.aarch64
13:59:36 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rHKV0B
13:59:36 + umask 022
13:59:36 + cd /root/rpmbuild/BUILD
13:59:36 + cd src
13:59:36 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.aarch64/usr/share/doc/docker-compose-plugin
13:59:36 + export LC_ALL=C
13:59:36 + LC_ALL=C
13:59:36 + export DOCDIR
13:59:36 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.aarch64/usr/share/doc/docker-compose-plugin
13:59:36 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.aarch64/usr/share/doc/docker-compose-plugin
13:59:36 + RPM_EC=0
13:59:36 ++ jobs -p
13:59:36 + exit 0
13:59:36 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.R5HUek
13:59:36 + umask 022
13:59:36 + cd /root/rpmbuild/BUILD
13:59:36 + cd src
13:59:36 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.aarch64/usr/share/licenses/docker-compose-plugin
13:59:36 + export LC_ALL=C
13:59:36 + LC_ALL=C
13:59:36 + export LICENSEDIR
13:59:36 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.aarch64/usr/share/licenses/docker-compose-plugin
13:59:36 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.aarch64/usr/share/licenses/docker-compose-plugin
13:59:36 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.aarch64/usr/share/licenses/docker-compose-plugin
13:59:36 + RPM_EC=0
13:59:36 ++ jobs -p
13:59:36 + exit 0
13:59:36 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:59:36 Provides: docker-compose-plugin = 0:2.6.0-0.fc34 docker-compose-plugin(aarch-64) = 0:2.6.0-0.fc34
13:59:36 Requires(interp): /bin/sh /bin/sh /bin/sh
13:59:36 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:59:36 Requires(post): /bin/sh
13:59:36 Requires(preun): /bin/sh
13:59:36 Requires(postun): /bin/sh
13:59:36 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.aarch64
13:59:36 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.6.0-0.fc34.src.rpm
13:59:40 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.6.0-0.fc34.aarch64.rpm
13:59:40 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.qQf9Bu
13:59:40 + umask 022
13:59:40 + cd /root/rpmbuild/BUILD
13:59:40 + cd src
13:59:40 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.fc34.aarch64
13:59:40 + RPM_EC=0
13:59:40 ++ jobs -p
13:59:40 + exit 0
13:59:45 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-34"
13:59:45 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'