Skip to content

Console Output

13:48:41 + make REF=20.10 centos-8
13:48:41 git init src/github.com/docker/cli
13:48:41 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
13:48:41 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:48:41 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
13:48:41 + SRC=src/github.com/docker/cli
13:48:41 + REF=20.10
13:48:41 + REF_FETCH=20.10
13:48:41 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
13:48:41 + awk {print $2}
13:48:41 + REF=refs/heads/20.10
13:48:41 + [ -n refs/heads/20.10 ]
13:48:41 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:41 + 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:43 git init src/github.com/docker/docker
13:48:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
13:48:43 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:48:43 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
13:48:43 + SRC=src/github.com/docker/docker
13:48:43 + REF=20.10
13:48:43 + REF_FETCH=20.10
13:48:43 + git -C src/github.com/docker/docker 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/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:45 git init src/github.com/docker/compose
13:48:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
13:48:45 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:48:45 ./scripts/checkout.sh src/github.com/docker/compose "v2.6.0"
13:48:45 + SRC=src/github.com/docker/compose
13:48:45 + REF=v2.6.0
13:48:45 + REF_FETCH=v2.6.0
13:48:45 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.6.0
13:48:45 + awk {print $2}
13:48:45 + REF=refs/tags/v2.6.0
13:48:45 + [ -n refs/tags/v2.6.0 ]
13:48:45 + REF_FETCH=refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:45 + 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:46 From https://github.com/docker/scan-cli-plugin
13:48:46  * [new tag]         v0.17.0    -> v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:48:46 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.17.10 centos-8
13:48:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
13:48:46 mkdir -p rpmbuild/SOURCES
13:48:46 docker run --rm -w /v \
13:48:46 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
13:48:46 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:46 	alpine \
13:48:46 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:48:49 mkdir -p rpmbuild/SOURCES
13:48:49 docker run --rm -w /v \
13:48:49 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
13:48:49 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:49 	alpine \
13:48:49 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:48:51 mkdir -p rpmbuild/SOURCES
13:48:51 docker run --rm -w /v \
13:48:51 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
13:48:51 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
13:48:51 	alpine \
13:48:51 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
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/scan-cli-plugin:/scan-cli-plugin \
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/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:48:53 mkdir -p rpmbuild/SOURCES
13:48:53 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
13:48:53 mkdir -p rpmbuild/SOURCES
13:48:53 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
13:48:53 docker run --rm -w /v \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
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/plugin-installers.tgz --exclude .git plugins
13:48:54 == Building packages for centos-8 ==
13:48:54 mkdir -p "rpmbuild/centos-8"
13:48:54 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.10-buster -t rpmbuild-centos-8/aarch64 -f centos-8/Dockerfile .
13:48:54 #1 [internal] load build definition from Dockerfile
13:48:54 #1 sha256:bba5ec05cedcbfb4d704a493b6e0cbedce1ee48d19eb88f721812c6e6fff3a74
13:48:54 #1 transferring dockerfile: 1.65kB done
13:48:54 #1 DONE 0.0s
13:48:54 
13:48:54 #2 [internal] load .dockerignore
13:48:54 #2 sha256:5e5726353e06e7145ed7cd3ffcdd646c4dbba1b3fd7ab5fe48ca56381a877e53
13:48:54 #2 transferring context: 2B 0.0s done
13:48:54 #2 DONE 0.0s
13:48:54 
13:48:54 #5 [auth] library/golang:pull token for registry-1.docker.io
13:48:54 #5 sha256:2cdd851728153316bd8b13b529731d23bb42b9029581a353f3a385d54243de75
13:48:54 #5 DONE 0.0s
13:48:54 
13:48:54 #4 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:48:54 #4 sha256:77749321ce5ebca1965c720e15dc5f8436f4c6810934e555747c21e4f92fd430
13:48:54 #4 DONE 0.2s
13:48:54 
13:48:54 #3 [internal] load metadata for quay.io/centos/centos:stream8
13:48:54 #3 sha256:19e12042a1c0c8f5bfd02e29e1e71217524ebf6b00a626cf29f2b72eaca9d130
13:48:54 #3 DONE 0.2s
13:48:54 
13:48:54 #11 [internal] load build context
13:48:54 #11 sha256:22896d0710541377f5066be17758bd166edaf6c40a52066167cd3cf8aa558bb1
13:48:54 #11 transferring context: 14.04kB done
13:48:54 #11 DONE 0.0s
13:48:54 
13:48:54 #14 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:48:54 #14 sha256:0748dff22fb1e7086f9a48c7d0c2271a5bccd9d30ace7a38fc44326cf8e7d238
13:48:54 #14 CACHED
13:48:54 
13:48:54 #6 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:e0dd15bcd9aaeebec1c74236e9764cd18e198f35631d72e07039c9a2aa66fa4e
13:48:54 #6 sha256:2c27230038a9b119a55154321d412b21c3b53291b623c09c5782e255e5f5f4e1
13:48:54 #6 resolve quay.io/centos/centos:stream8@sha256:e0dd15bcd9aaeebec1c74236e9764cd18e198f35631d72e07039c9a2aa66fa4e done
13:48:54 #6 sha256:375232289d38e29301c97207d91d4a1951d12c74a041fb9632e62f8a5d66c271 0B / 33.45MB 0.1s
13:48:54 #6 sha256:2ca77e4ff4772fe3d0b568395c51ed47219c946c89fb6fef337c5521241dfb12 0B / 47.97MB 0.1s
13:48:54 #6 sha256:e0dd15bcd9aaeebec1c74236e9764cd18e198f35631d72e07039c9a2aa66fa4e 743B / 743B done
13:48:54 #6 sha256:5a9102c1c193133d6721196b5d73e4ea823414f31e10202a74a49756448fe528 920B / 920B done
13:48:54 #6 sha256:f1e2826909b4de712934fb1ebf8ccc3bbe499aa8bd32416a298cde3024ea9ef6 6.50kB / 6.50kB done
13:48:54 #6 sha256:89c931ad4eca4eda44350027b5b3ed817e7b760713781630c1d339e8c2128174 0B / 84.66MB 0.1s
13:48:54 #6 sha256:d392b031d5415cf19cb56f947cea397dfb69e33ee0f2307db4bf499e90659841 1.89kB / 1.89kB 0.1s done
13:48:54 #6 sha256:375232289d38e29301c97207d91d4a1951d12c74a041fb9632e62f8a5d66c271 4.19MB / 33.45MB 0.2s
13:48:54 #6 sha256:375232289d38e29301c97207d91d4a1951d12c74a041fb9632e62f8a5d66c271 16.78MB / 33.45MB 0.3s
13:48:54 #6 sha256:375232289d38e29301c97207d91d4a1951d12c74a041fb9632e62f8a5d66c271 33.45MB / 33.45MB 0.5s
13:48:54 #6 sha256:2ca77e4ff4772fe3d0b568395c51ed47219c946c89fb6fef337c5521241dfb12 27.26MB / 47.97MB 0.5s
13:48:54 #6 sha256:89c931ad4eca4eda44350027b5b3ed817e7b760713781630c1d339e8c2128174 27.26MB / 84.66MB 0.5s
13:48:55 #6 sha256:375232289d38e29301c97207d91d4a1951d12c74a041fb9632e62f8a5d66c271 33.45MB / 33.45MB 0.6s done
13:48:55 #6 sha256:2ca77e4ff4772fe3d0b568395c51ed47219c946c89fb6fef337c5521241dfb12 45.09MB / 47.97MB 0.8s
13:48:55 #6 sha256:89c931ad4eca4eda44350027b5b3ed817e7b760713781630c1d339e8c2128174 54.53MB / 84.66MB 0.8s
13:48:55 #6 sha256:2ca77e4ff4772fe3d0b568395c51ed47219c946c89fb6fef337c5521241dfb12 47.97MB / 47.97MB 0.9s
13:48:55 #6 sha256:89c931ad4eca4eda44350027b5b3ed817e7b760713781630c1d339e8c2128174 76.55MB / 84.66MB 1.0s
13:48:55 #6 sha256:89c931ad4eca4eda44350027b5b3ed817e7b760713781630c1d339e8c2128174 84.66MB / 84.66MB 1.1s
13:48:55 #6 sha256:2ca77e4ff4772fe3d0b568395c51ed47219c946c89fb6fef337c5521241dfb12 47.97MB / 47.97MB 1.5s done
13:48:56 #6 sha256:89c931ad4eca4eda44350027b5b3ed817e7b760713781630c1d339e8c2128174 84.66MB / 84.66MB 2.2s done
13:48:56 #6 extracting sha256:89c931ad4eca4eda44350027b5b3ed817e7b760713781630c1d339e8c2128174
13:49:00 #6 extracting sha256:89c931ad4eca4eda44350027b5b3ed817e7b760713781630c1d339e8c2128174 3.1s done
13:49:00 #6 extracting sha256:d392b031d5415cf19cb56f947cea397dfb69e33ee0f2307db4bf499e90659841 done
13:49:00 #6 extracting sha256:375232289d38e29301c97207d91d4a1951d12c74a041fb9632e62f8a5d66c271
13:49:00 #6 extracting sha256:375232289d38e29301c97207d91d4a1951d12c74a041fb9632e62f8a5d66c271 0.2s done
13:49:00 #6 extracting sha256:2ca77e4ff4772fe3d0b568395c51ed47219c946c89fb6fef337c5521241dfb12
13:49:02 #6 extracting sha256:2ca77e4ff4772fe3d0b568395c51ed47219c946c89fb6fef337c5521241dfb12 1.6s done
13:49:02 #6 DONE 7.8s
13:49:02 
13:49:02 #7 [stage-1 2/9] RUN if [ -f /etc/yum.repos.d/CentOS-Stream-Sources.repo ]; then sed -i 's/altarch/centos/g' /etc/yum.repos.d/CentOS-Stream-Sources.repo; fi
13:49:02 #7 sha256:cd5bc34a265c8f33a95616ff885231617ad9ccab86006a1acb85e50f07c27fae
13:49:03 #7 DONE 1.3s
13:49:03 
13:49:03 #8 [stage-1 3/9] RUN if [ -f /etc/yum.repos.d/CentOS-Stream-PowerTools.repo ]; then sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/CentOS-Stream-PowerTools.repo; fi
13:49:03 #8 sha256:251a91bb7f3d5f4f43a53cf2055c1b2ca31c6d3d07b9e438f7ce04f18d99131c
13:49:03 #8 DONE 0.4s
13:49:03 
13:49:03 #9 [stage-1 4/9] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
13:49:03 #9 sha256:647a3a383b9bc23889ae988422d07426a2463e3335ff20d3e6f4847cc7839f7c
13:49:04 #9 DONE 0.4s
13:49:04 
13:49:04 #10 [stage-1 5/9] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
13:49:04 #10 sha256:69fb11ab4045cd1fbbdae698d7658142ab6bc9b7c35787096260582b376b41e1
13:49:06 #10 2.041 CentOS Stream 8 - AppStream                      13 MB/s |  19 MB     00:01    
13:49:13 #10 7.801 CentOS Stream 8 - BaseOS                         16 MB/s |  17 MB     00:01    
13:49:17 #10 12.50 CentOS Stream 8 - Extras                         15 kB/s |  17 kB     00:01    
13:49:18 #10 13.73 CentOS Stream 8 - Extras common packages        3.9 kB/s | 4.3 kB     00:01    
13:49:20 #10 15.19 CentOS Stream 8 - PowerTools                    2.2 MB/s | 3.0 MB     00:01    
13:49:22 #10 17.98 Dependencies resolved.
13:49:22 #10 17.99 ==============================================================================================
13:49:22 #10 17.99  Package                      Arch     Version                                Repo        Size
13:49:22 #10 17.99 ==============================================================================================
13:49:22 #10 17.99 Installing:
13:49:22 #10 17.99  dnf-plugins-core             noarch   4.0.21-11.el8                          baseos      71 k
13:49:22 #10 17.99  rpm-build                    aarch64  4.14.3-23.el8                          appstream  173 k
13:49:22 #10 17.99  rpmlint                      noarch   1.10-14.el8                            appstream  192 k
13:49:22 #10 17.99 Installing dependencies:
13:49:22 #10 17.99  binutils                     aarch64  2.30-116.el8                           baseos     6.1 M
13:49:22 #10 17.99  bzip2                        aarch64  1.0.6-26.el8                           baseos      60 k
13:49:22 #10 17.99  cpio                         aarch64  2.12-11.el8                            baseos     260 k
13:49:22 #10 17.99  desktop-file-utils           aarch64  0.23-8.el8                             appstream   79 k
13:49:22 #10 17.99  diffutils                    aarch64  3.6-6.el8                              baseos     352 k
13:49:22 #10 17.99  dwz                          aarch64  0.12-10.el8                            appstream  103 k
13:49:22 #10 17.99  efi-srpm-macros              noarch   3-3.el8                                appstream   22 k
13:49:22 #10 17.99  elfutils                     aarch64  0.186-1.el8                            baseos     527 k
13:49:22 #10 17.99  emacs-filesystem             noarch   1:26.1-7.el8                           baseos      70 k
13:49:22 #10 17.99  file                         aarch64  5.33-20.el8                            baseos      77 k
13:49:22 #10 17.99  gc                           aarch64  7.6.4-3.el8                            appstream   99 k
13:49:22 #10 17.99  gdb-headless                 aarch64  8.2-18.el8                             appstream  3.1 M
13:49:22 #10 17.99  ghc-srpm-macros              noarch   1.4.2-7.el8                            appstream  9.3 k
13:49:22 #10 17.99  glibc-gconv-extra            aarch64  2.28-199.el8                           appstream  1.8 M
13:49:22 #10 17.99  go-srpm-macros               noarch   2-17.el8                               appstream   13 k
13:49:22 #10 17.99  groff-base                   aarch64  1.22.3-18.el8                          baseos     989 k
13:49:22 #10 17.99  guile                        aarch64  5:2.0.14-7.el8                         appstream  3.5 M
13:49:22 #10 17.99  libatomic_ops                aarch64  7.6.2-3.el8                            appstream   38 k
13:49:22 #10 17.99  libbabeltrace                aarch64  1.5.4-4.el8                            baseos     189 k
13:49:22 #10 17.99  libpkgconf                   aarch64  1.4.2-1.el8                            baseos      34 k
13:49:22 #10 17.99  libtool-ltdl                 aarch64  2.4.6-25.el8                           baseos      57 k
13:49:22 #10 17.99  ncurses                      aarch64  6.1-9.20180224.el8                     baseos     383 k
13:49:22 #10 17.99  ocaml-srpm-macros            noarch   5-4.el8                                appstream  9.4 k
13:49:22 #10 17.99  openblas-srpm-macros         noarch   2-2.el8                                appstream  7.9 k
13:49:22 #10 17.99  patch                        aarch64  2.7.6-11.el8                           baseos     134 k
13:49:22 #10 17.99  perl-Carp                    noarch   1.42-396.el8                           baseos      30 k
13:49:22 #10 17.99  perl-Encode                  aarch64  4:2.97-3.el8                           baseos     1.5 M
13:49:22 #10 17.99  perl-Errno                   aarch64  1.28-421.el8                           baseos      76 k
13:49:22 #10 17.99  perl-Exporter                noarch   5.72-396.el8                           baseos      34 k
13:49:22 #10 17.99  perl-File-Path               noarch   2.15-2.el8                             baseos      38 k
13:49:22 #10 17.99  perl-File-Temp               noarch   0.230.600-1.el8                        baseos      63 k
13:49:22 #10 17.99  perl-Getopt-Long             noarch   1:2.50-4.el8                           baseos      63 k
13:49:22 #10 17.99  perl-HTTP-Tiny               noarch   0.074-1.el8                            baseos      58 k
13:49:22 #10 17.99  perl-IO                      aarch64  1.38-421.el8                           baseos     142 k
13:49:22 #10 17.99  perl-MIME-Base64             aarch64  3.15-396.el8                           baseos      31 k
13:49:22 #10 17.99  perl-PathTools               aarch64  3.74-1.el8                             baseos      90 k
13:49:22 #10 17.99  perl-Pod-Escapes             noarch   1:1.07-395.el8                         baseos      20 k
13:49:22 #10 17.99  perl-Pod-Perldoc             noarch   3.28-396.el8                           baseos      86 k
13:49:22 #10 17.99  perl-Pod-Simple              noarch   1:3.35-395.el8                         baseos     213 k
13:49:22 #10 17.99  perl-Pod-Usage               noarch   4:1.69-395.el8                         baseos      34 k
13:49:22 #10 17.99  perl-Scalar-List-Utils       aarch64  3:1.49-2.el8                           baseos      67 k
13:49:22 #10 17.99  perl-Socket                  aarch64  4:2.027-3.el8                          baseos      59 k
13:49:22 #10 17.99  perl-Storable                aarch64  1:3.11-3.el8                           baseos      95 k
13:49:22 #10 17.99  perl-Term-ANSIColor          noarch   4.06-396.el8                           baseos      46 k
13:49:22 #10 17.99  perl-Term-Cap                noarch   1.17-395.el8                           baseos      23 k
13:49:22 #10 17.99  perl-Text-ParseWords         noarch   3.30-395.el8                           baseos      18 k
13:49:22 #10 17.99  perl-Text-Tabs+Wrap          noarch   2013.0523-395.el8                      baseos      24 k
13:49:22 #10 17.99  perl-Time-Local              noarch   1:1.280-1.el8                          baseos      34 k
13:49:22 #10 17.99  perl-Unicode-Normalize       aarch64  1.25-396.el8                           baseos      78 k
13:49:22 #10 17.99  perl-constant                noarch   1.33-396.el8                           baseos      25 k
13:49:22 #10 17.99  perl-interpreter             aarch64  4:5.26.3-421.el8                       baseos     6.3 M
13:49:22 #10 17.99  perl-libs                    aarch64  4:5.26.3-421.el8                       baseos     1.5 M
13:49:22 #10 17.99  perl-macros                  aarch64  4:5.26.3-421.el8                       baseos      72 k
13:49:22 #10 17.99  perl-parent                  noarch   1:0.237-1.el8                          baseos      20 k
13:49:22 #10 17.99  perl-podlators               noarch   4.11-1.el8                             baseos     118 k
13:49:22 #10 17.99  perl-srpm-macros             noarch   1-25.el8                               appstream   11 k
13:49:22 #10 17.99  perl-threads                 aarch64  1:2.21-2.el8                           baseos      60 k
13:49:22 #10 17.99  perl-threads-shared          aarch64  1.58-2.el8                             baseos      47 k
13:49:22 #10 17.99  pkgconf                      aarch64  1.4.2-1.el8                            baseos      37 k
13:49:22 #10 17.99  pkgconf-m4                   noarch   1.4.2-1.el8                            baseos      17 k
13:49:22 #10 17.99  pkgconf-pkg-config           aarch64  1.4.2-1.el8                            baseos      15 k
13:49:22 #10 17.99  python-rpm-macros            noarch   3-41.el8                               appstream   15 k
13:49:22 #10 17.99  python-srpm-macros           noarch   3-41.el8                               appstream   15 k
13:49:22 #10 17.99  python3-rpm-macros           noarch   3-41.el8                               appstream   14 k
13:49:22 #10 17.99  qt5-srpm-macros              noarch   5.15.3-1.el8                           appstream   11 k
13:49:22 #10 17.99  redhat-rpm-config            noarch   130-1.el8                              appstream   90 k
13:49:22 #10 17.99  rust-srpm-macros             noarch   5-2.el8                                appstream  9.2 k
13:49:22 #10 17.99  unzip                        aarch64  6.0-46.el8                             baseos     189 k
13:49:22 #10 17.99  xz                           aarch64  5.2.4-3.el8                            baseos     153 k
13:49:22 #10 17.99  zip                          aarch64  3.0-23.el8                             baseos     265 k
13:49:22 #10 17.99  zstd                         aarch64  1.4.4-1.el8                            appstream  303 k
13:49:22 #10 17.99 Installing weak dependencies:
13:49:22 #10 17.99  elfutils-debuginfod-client   aarch64  0.186-1.el8                            baseos      70 k
13:49:22 #10 17.99  perl-IO-Socket-IP            noarch   0.39-5.el8                             appstream   47 k
13:49:22 #10 17.99  perl-Mozilla-CA              noarch   20160104-7.module_el8.3.0+416+dee7bcef appstream   15 k
13:49:22 #10 17.99 Enabling module streams:
13:49:22 #10 17.99  perl                                  5.26                                                   
13:49:22 #10 17.99  perl-IO-Socket-SSL                    2.066                                                  
13:49:22 #10 17.99  perl-libwww-perl                      6.34                                                   
13:49:22 #10 17.99 
13:49:22 #10 17.99 Transaction Summary
13:49:22 #10 17.99 ==============================================================================================
13:49:22 #10 17.99 Install  77 Packages
13:49:22 #10 17.99 
13:49:22 #10 17.99 Total download size: 30 M
13:49:22 #10 17.99 Installed size: 118 M
13:49:22 #10 18.00 Downloading Packages:
13:49:23 #10 18.93 (1/77): dwz-0.12-10.el8.aarch64.rpm             444 kB/s | 103 kB     00:00    
13:49:23 #10 18.94 (2/77): efi-srpm-macros-3-3.el8.noarch.rpm       94 kB/s |  22 kB     00:00    
13:49:23 #10 18.95 (3/77): desktop-file-utils-0.23-8.el8.aarch64.r 321 kB/s |  79 kB     00:00    
13:49:23 #10 18.95 (4/77): gc-7.6.4-3.el8.aarch64.rpm              5.6 MB/s |  99 kB     00:00    
13:49:23 #10 18.96 (5/77): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm  886 kB/s | 9.3 kB     00:00    
13:49:23 #10 18.96 (6/77): go-srpm-macros-2-17.el8.noarch.rpm      2.7 MB/s |  13 kB     00:00    
13:49:23 #10 19.01 (7/77): glibc-gconv-extra-2.28-199.el8.aarch64.  32 MB/s | 1.8 MB     00:00    
13:49:23 #10 19.02 (8/77): gdb-headless-8.2-18.el8.aarch64.rpm      36 MB/s | 3.1 MB     00:00    
13:49:23 #10 19.03 (9/77): libatomic_ops-7.6.2-3.el8.aarch64.rpm   2.0 MB/s |  38 kB     00:00    
13:49:23 #10 19.03 (10/77): ocaml-srpm-macros-5-4.el8.noarch.rpm   1.8 MB/s | 9.4 kB     00:00    
13:49:23 #10 19.03 (11/77): openblas-srpm-macros-2-2.el8.noarch.rp 1.1 MB/s | 7.9 kB     00:00    
13:49:23 #10 19.04 (12/77): perl-IO-Socket-IP-0.39-5.el8.noarch.rp 5.9 MB/s |  47 kB     00:00    
13:49:23 #10 19.04 (13/77): perl-srpm-macros-1-25.el8.noarch.rpm   1.9 MB/s |  11 kB     00:00    
13:49:23 #10 19.05 (14/77): perl-Mozilla-CA-20160104-7.module_el8. 1.2 MB/s |  15 kB     00:00    
13:49:23 #10 19.05 (15/77): python-rpm-macros-3-41.el8.noarch.rpm  2.3 MB/s |  15 kB     00:00    
13:49:23 #10 19.05 (16/77): python-srpm-macros-3-41.el8.noarch.rpm 2.5 MB/s |  15 kB     00:00    
13:49:23 #10 19.06 (17/77): python3-rpm-macros-3-41.el8.noarch.rpm 2.4 MB/s |  14 kB     00:00    
13:49:23 #10 19.06 (18/77): qt5-srpm-macros-5.15.3-1.el8.noarch.rp 1.8 MB/s |  11 kB     00:00    
13:49:23 #10 19.07 (19/77): redhat-rpm-config-130-1.el8.noarch.rpm  10 MB/s |  90 kB     00:00    
13:49:23 #10 19.07 (20/77): rpm-build-4.14.3-23.el8.aarch64.rpm     14 MB/s | 173 kB     00:00    
13:49:23 #10 19.08 (21/77): rpmlint-1.10-14.el8.noarch.rpm          15 MB/s | 192 kB     00:00    
13:49:23 #10 19.09 (22/77): guile-2.0.14-7.el8.aarch64.rpm          28 MB/s | 3.5 MB     00:00    
13:49:23 #10 19.09 (23/77): rust-srpm-macros-5-2.el8.noarch.rpm    456 kB/s | 9.2 kB     00:00    
13:49:23 #10 19.10 (24/77): zstd-1.4.4-1.el8.aarch64.rpm            14 MB/s | 303 kB     00:00    
13:49:23 #10 19.10 (25/77): bzip2-1.0.6-26.el8.aarch64.rpm         5.9 MB/s |  60 kB     00:00    
13:49:23 #10 19.12 (26/77): diffutils-3.6-6.el8.aarch64.rpm         23 MB/s | 352 kB     00:00    
13:49:23 #10 19.12 (27/77): cpio-2.12-11.el8.aarch64.rpm            11 MB/s | 260 kB     00:00    
13:49:23 #10 19.13 (28/77): dnf-plugins-core-4.0.21-11.el8.noarch. 9.1 MB/s |  71 kB     00:00    
13:49:23 #10 19.14 (29/77): elfutils-debuginfod-client-0.186-1.el8 6.7 MB/s |  70 kB     00:00    
13:49:23 #10 19.15 (30/77): emacs-filesystem-26.1-7.el8.noarch.rpm 8.8 MB/s |  70 kB     00:00    
13:49:23 #10 19.16 (31/77): file-5.33-20.el8.aarch64.rpm           7.5 MB/s |  77 kB     00:00    
13:49:23 #10 19.16 (32/77): elfutils-0.186-1.el8.aarch64.rpm        13 MB/s | 527 kB     00:00    
13:49:23 #10 19.17 (33/77): libbabeltrace-1.5.4-4.el8.aarch64.rpm   16 MB/s | 189 kB     00:00    
13:49:23 #10 19.18 (34/77): libpkgconf-1.4.2-1.el8.aarch64.rpm     4.7 MB/s |  34 kB     00:00    
13:49:23 #10 19.20 (35/77): groff-base-1.22.3-18.el8.aarch64.rpm    25 MB/s | 989 kB     00:00    
13:49:23 #10 19.20 (36/77): libtool-ltdl-2.4.6-25.el8.aarch64.rpm  3.4 MB/s |  57 kB     00:00    
13:49:23 #10 19.21 (37/77): patch-2.7.6-11.el8.aarch64.rpm         9.3 MB/s | 134 kB     00:00    
13:49:23 #10 19.23 (38/77): ncurses-6.1-9.20180224.el8.aarch64.rpm  12 MB/s | 383 kB     00:00    
13:49:23 #10 19.23 (39/77): perl-Carp-1.42-396.el8.noarch.rpm      1.8 MB/s |  30 kB     00:00    
13:49:23 #10 19.25 (40/77): binutils-2.30-116.el8.aarch64.rpm       38 MB/s | 6.1 MB     00:00    
13:49:23 #10 19.25 (41/77): perl-Errno-1.28-421.el8.aarch64.rpm    3.2 MB/s |  76 kB     00:00    
13:49:23 #10 19.26 (42/77): perl-Exporter-5.72-396.el8.noarch.rpm  5.0 MB/s |  34 kB     00:00    
13:49:23 #10 19.26 (43/77): perl-File-Path-2.15-2.el8.noarch.rpm   5.5 MB/s |  38 kB     00:00    
13:49:23 #10 19.27 (44/77): perl-File-Temp-0.230.600-1.el8.noarch. 7.5 MB/s |  63 kB     00:00    
13:49:23 #10 19.27 (45/77): perl-Getopt-Long-2.50-4.el8.noarch.rpm 7.0 MB/s |  63 kB     00:00    
13:49:23 #10 19.28 (46/77): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm  6.7 MB/s |  58 kB     00:00    
13:49:23 #10 19.28 (47/77): perl-MIME-Base64-3.15-396.el8.aarch64. 5.2 MB/s |  31 kB     00:00    
13:49:23 #10 19.29 (48/77): perl-Encode-2.97-3.el8.aarch64.rpm      23 MB/s | 1.5 MB     00:00    
13:49:23 #10 19.30 (49/77): perl-IO-1.38-421.el8.aarch64.rpm       5.5 MB/s | 142 kB     00:00    
13:49:23 #10 19.30 (50/77): perl-PathTools-3.74-1.el8.aarch64.rpm  4.9 MB/s |  90 kB     00:00    
13:49:23 #10 19.31 (51/77): perl-Pod-Escapes-1.07-395.el8.noarch.r 1.4 MB/s |  20 kB     00:00    
13:49:23 #10 19.31 (52/77): perl-Pod-Perldoc-3.28-396.el8.noarch.r 8.9 MB/s |  86 kB     00:00    
13:49:23 #10 19.31 (53/77): perl-Pod-Simple-3.35-395.el8.noarch.rp  14 MB/s | 213 kB     00:00    
13:49:23 #10 19.32 (54/77): perl-Scalar-List-Utils-1.49-2.el8.aarc 6.5 MB/s |  67 kB     00:00    
13:49:23 #10 19.32 (55/77): perl-Pod-Usage-1.69-395.el8.noarch.rpm 1.9 MB/s |  34 kB     00:00    
13:49:23 #10 19.33 (56/77): perl-Socket-2.027-3.el8.aarch64.rpm    4.6 MB/s |  59 kB     00:00    
13:49:23 #10 19.33 (57/77): perl-Term-ANSIColor-4.06-396.el8.noarc 6.4 MB/s |  46 kB     00:00    
13:49:23 #10 19.33 (58/77): perl-Storable-3.11-3.el8.aarch64.rpm   6.4 MB/s |  95 kB     00:00    
13:49:23 #10 19.34 (59/77): perl-Term-Cap-1.17-395.el8.noarch.rpm  2.2 MB/s |  23 kB     00:00    
13:49:23 #10 19.34 (60/77): perl-Text-ParseWords-3.30-395.el8.noar 2.0 MB/s |  18 kB     00:00    
13:49:23 #10 19.34 (61/77): perl-Text-Tabs+Wrap-2013.0523-395.el8. 3.0 MB/s |  24 kB     00:00    
13:49:23 #10 19.35 (62/77): perl-Time-Local-1.280-1.el8.noarch.rpm 4.0 MB/s |  34 kB     00:00    
13:49:23 #10 19.35 (63/77): perl-constant-1.33-396.el8.noarch.rpm  4.1 MB/s |  25 kB     00:00    
13:49:23 #10 19.35 (64/77): perl-Unicode-Normalize-1.25-396.el8.aa 6.2 MB/s |  78 kB     00:00    
13:49:23 #10 19.36 (65/77): perl-macros-5.26.3-421.el8.aarch64.rpm 9.6 MB/s |  72 kB     00:00    
13:49:23 #10 19.37 (66/77): perl-parent-0.237-1.el8.noarch.rpm     3.4 MB/s |  20 kB     00:00    
13:49:23 #10 19.38 (67/77): perl-podlators-4.11-1.el8.noarch.rpm   9.9 MB/s | 118 kB     00:00    
13:49:23 #10 19.39 (68/77): perl-threads-2.21-2.el8.aarch64.rpm    7.5 MB/s |  60 kB     00:00    
13:49:23 #10 19.39 (69/77): perl-threads-shared-1.58-2.el8.aarch64 6.7 MB/s |  47 kB     00:00    
13:49:23 #10 19.40 (70/77): pkgconf-1.4.2-1.el8.aarch64.rpm        4.1 MB/s |  37 kB     00:00    
13:49:23 #10 19.41 (71/77): pkgconf-m4-1.4.2-1.el8.noarch.rpm      3.0 MB/s |  17 kB     00:00    
13:49:23 #10 19.42 (72/77): pkgconf-pkg-config-1.4.2-1.el8.aarch64 2.0 MB/s |  15 kB     00:00    
13:49:23 #10 19.43 (73/77): unzip-6.0-46.el8.aarch64.rpm            17 MB/s | 189 kB     00:00    
13:49:23 #10 19.44 (74/77): perl-libs-5.26.3-421.el8.aarch64.rpm    16 MB/s | 1.5 MB     00:00    
13:49:24 #10 19.45 (75/77): xz-5.2.4-3.el8.aarch64.rpm             7.7 MB/s | 153 kB     00:00    
13:49:24 #10 19.46 (76/77): zip-3.0-23.el8.aarch64.rpm              19 MB/s | 265 kB     00:00    
13:49:24 #10 19.49 (77/77): perl-interpreter-5.26.3-421.el8.aarch6  44 MB/s | 6.3 MB     00:00    
13:49:24 #10 19.49 --------------------------------------------------------------------------------
13:49:24 #10 19.49 Total                                            20 MB/s |  30 MB     00:01     
13:49:24 #10 20.55 Running transaction check
13:49:24 #10 20.61 Transaction check succeeded.
13:49:25 #10 20.61 Running transaction test
13:49:25 #10 20.91 Transaction test succeeded.
13:49:25 #10 20.91 Running transaction
13:49:25 #10 21.38   Preparing        :                                                        1/1 
13:49:25 #10 21.43   Installing       : xz-5.2.4-3.el8.aarch64                                1/77 
13:49:25 #10 21.46   Installing       : unzip-6.0-46.el8.aarch64                              2/77 
13:49:25 #10 21.58   Installing       : groff-base-1.22.3-18.el8.aarch64                      3/77 
13:49:25 #10 21.60   Installing       : file-5.33-20.el8.aarch64                              4/77 
13:49:25 #10 21.63   Installing       : cpio-2.12-11.el8.aarch64                              5/77 
13:49:26 #10 21.65   Installing       : bzip2-1.0.6-26.el8.aarch64                            6/77 
13:49:26 #10 22.15   Installing       : binutils-2.30-116.el8.aarch64                         7/77 
13:49:26 #10 22.17   Running scriptlet: binutils-2.30-116.el8.aarch64                         7/77 
13:49:26 #10 22.22   Installing       : python-srpm-macros-3-41.el8.noarch                    8/77 
13:49:26 #10 22.23   Installing       : python-rpm-macros-3-41.el8.noarch                     9/77 
13:49:26 #10 22.24   Installing       : python3-rpm-macros-3-41.el8.noarch                   10/77 
13:49:26 #10 22.28   Installing       : zip-3.0-23.el8.aarch64                               11/77 
13:49:26 #10 22.29   Installing       : pkgconf-m4-1.4.2-1.el8.noarch                        12/77 
13:49:26 #10 22.31   Installing       : patch-2.7.6-11.el8.aarch64                           13/77 
13:49:26 #10 22.34   Installing       : ncurses-6.1-9.20180224.el8.aarch64                   14/77 
13:49:26 #10 22.36   Installing       : perl-Pod-Escapes-1:1.07-395.el8.noarch               15/77 
13:49:26 #10 22.37   Installing       : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   16/77 
13:49:26 #10 22.38   Installing       : perl-Time-Local-1:1.280-1.el8.noarch                 17/77 
13:49:26 #10 22.39   Installing       : perl-IO-Socket-IP-0.39-5.el8.noarch                  18/77 
13:49:26 #10 22.40   Installing       : perl-Term-ANSIColor-4.06-396.el8.noarch              19/77 
13:49:26 #10 22.42   Installing       : perl-Term-Cap-1.17-395.el8.noarch                    20/77 
13:49:26 #10 22.43   Installing       : perl-File-Temp-0.230.600-1.el8.noarch                21/77 
13:49:26 #10 22.47   Installing       : perl-Pod-Simple-1:3.35-395.el8.noarch                22/77 
13:49:26 #10 22.48   Installing       : perl-HTTP-Tiny-0.074-1.el8.noarch                    23/77 
13:49:26 #10 22.50   Installing       : perl-podlators-4.11-1.el8.noarch                     24/77 
13:49:26 #10 22.52   Installing       : perl-Pod-Perldoc-3.28-396.el8.noarch                 25/77 
13:49:26 #10 22.53   Installing       : perl-Text-ParseWords-3.30-395.el8.noarch             26/77 
13:49:26 #10 22.55   Installing       : perl-Pod-Usage-4:1.69-395.el8.noarch                 27/77 
13:49:26 #10 22.56   Installing       : perl-MIME-Base64-3.15-396.el8.aarch64                28/77 
13:49:27 #10 22.58   Installing       : perl-Storable-1:3.11-3.el8.aarch64                   29/77 
13:49:27 #10 22.59   Installing       : perl-Getopt-Long-1:2.50-4.el8.noarch                 30/77 
13:49:27 #10 22.61   Installing       : perl-Errno-1.28-421.el8.aarch64                      31/77 
13:49:27 #10 22.62   Installing       : perl-Socket-4:2.027-3.el8.aarch64                    32/77 
13:49:27 #10 22.81   Installing       : perl-Encode-4:2.97-3.el8.aarch64                     33/77 
13:49:27 #10 22.83   Installing       : perl-Carp-1.42-396.el8.noarch                        34/77 
13:49:27 #10 22.84   Installing       : perl-Exporter-5.72-396.el8.noarch                    35/77 
13:49:27 #10 23.03   Installing       : perl-libs-4:5.26.3-421.el8.aarch64                   36/77 
13:49:27 #10 23.05   Installing       : perl-parent-1:0.237-1.el8.noarch                     37/77 
13:49:27 #10 23.07   Installing       : perl-Scalar-List-Utils-3:1.49-2.el8.aarch64          38/77 
13:49:27 #10 23.08   Installing       : perl-macros-4:5.26.3-421.el8.aarch64                 39/77 
13:49:27 #10 23.10   Installing       : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         40/77 
13:49:27 #10 23.12   Installing       : perl-Unicode-Normalize-1.25-396.el8.aarch64          41/77 
13:49:27 #10 23.14   Installing       : perl-File-Path-2.15-2.el8.noarch                     42/77 
13:49:27 #10 23.15   Installing       : perl-IO-1.38-421.el8.aarch64                         43/77 
13:49:27 #10 23.18   Installing       : perl-PathTools-3.74-1.el8.aarch64                    44/77 
13:49:27 #10 23.19   Installing       : perl-constant-1.33-396.el8.noarch                    45/77 
13:49:27 #10 23.21   Installing       : perl-threads-1:2.21-2.el8.aarch64                    46/77 
13:49:28 #10 23.23   Installing       : perl-threads-shared-1.58-2.el8.aarch64               47/77 
13:49:28 #10 23.73   Installing       : perl-interpreter-4:5.26.3-421.el8.aarch64            48/77 
13:49:28 #10 23.76   Installing       : libtool-ltdl-2.4.6-25.el8.aarch64                    49/77 
13:49:28 #10 23.77   Running scriptlet: libtool-ltdl-2.4.6-25.el8.aarch64                    49/77 
13:49:28 #10 23.79   Installing       : libpkgconf-1.4.2-1.el8.aarch64                       50/77 
13:49:28 #10 23.81   Installing       : pkgconf-1.4.2-1.el8.aarch64                          51/77 
13:49:28 #10 23.82   Installing       : pkgconf-pkg-config-1.4.2-1.el8.aarch64               52/77 
13:49:28 #10 23.85   Installing       : libbabeltrace-1.5.4-4.el8.aarch64                    53/77 
13:49:28 #10 23.87   Running scriptlet: libbabeltrace-1.5.4-4.el8.aarch64                    53/77 
13:49:28 #10 23.89   Installing       : emacs-filesystem-1:26.1-7.el8.noarch                 54/77 
13:49:28 #10 23.91   Installing       : desktop-file-utils-0.23-8.el8.aarch64                55/77 
13:49:28 #10 23.93   Installing       : elfutils-debuginfod-client-0.186-1.el8.aarch64       56/77 
13:49:28 #10 24.01   Installing       : elfutils-0.186-1.el8.aarch64                         57/77 
13:49:28 #10 24.06   Installing       : diffutils-3.6-6.el8.aarch64                          58/77 
13:49:28 #10 24.07   Running scriptlet: diffutils-3.6-6.el8.aarch64                          58/77 
13:49:28 #10 24.11   Installing       : zstd-1.4.4-1.el8.aarch64                             59/77 
13:49:28 #10 24.12   Installing       : rust-srpm-macros-5-2.el8.noarch                      60/77 
13:49:28 #10 24.13   Installing       : qt5-srpm-macros-5.15.3-1.el8.noarch                  61/77 
13:49:28 #10 24.14   Installing       : perl-srpm-macros-1-25.el8.noarch                     62/77 
13:49:28 #10 24.15   Installing       : openblas-srpm-macros-2-2.el8.noarch                  63/77 
13:49:28 #10 24.16   Installing       : ocaml-srpm-macros-5-4.el8.noarch                     64/77 
13:49:28 #10 24.17   Installing       : libatomic_ops-7.6.2-3.el8.aarch64                    65/77 
13:49:28 #10 24.19   Installing       : gc-7.6.4-3.el8.aarch64                               66/77 
13:49:28 #10 24.51   Installing       : guile-5:2.0.14-7.el8.aarch64                         67/77 
13:49:29 #10 24.53   Running scriptlet: guile-5:2.0.14-7.el8.aarch64                         67/77 
13:49:29 #10 24.80   Installing       : gdb-headless-8.2-18.el8.aarch64                      68/77 
13:49:29 #10 24.81   Installing       : go-srpm-macros-2-17.el8.noarch                       69/77 
13:49:29 #10 25.11   Installing       : glibc-gconv-extra-2.28-199.el8.aarch64               70/77 
13:49:29 #10 25.13   Running scriptlet: glibc-gconv-extra-2.28-199.el8.aarch64               70/77 
13:49:29 #10 25.15   Installing       : ghc-srpm-macros-1.4.2-7.el8.noarch                   71/77 
13:49:29 #10 25.16   Installing       : efi-srpm-macros-3-3.el8.noarch                       72/77 
13:49:29 #10 25.17   Installing       : dwz-0.12-10.el8.aarch64                              73/77 
13:49:29 #10 25.19   Installing       : redhat-rpm-config-130-1.el8.noarch                   74/77 
13:49:29 #10 25.22   Installing       : rpm-build-4.14.3-23.el8.aarch64                      75/77 
13:49:29 #10 25.26   Installing       : rpmlint-1.10-14.el8.noarch                           76/77 
13:49:29 #10 25.27   Installing       : dnf-plugins-core-4.0.21-11.el8.noarch                77/77 
13:49:29 #10 25.28   Running scriptlet: guile-5:2.0.14-7.el8.aarch64                         77/77 
13:49:29 #10 25.29   Running scriptlet: dnf-plugins-core-4.0.21-11.el8.noarch                77/77 
13:49:29 #10 25.43   Verifying        : desktop-file-utils-0.23-8.el8.aarch64                 1/77 
13:49:29 #10 25.43   Verifying        : dwz-0.12-10.el8.aarch64                               2/77 
13:49:29 #10 25.43   Verifying        : efi-srpm-macros-3-3.el8.noarch                        3/77 
13:49:29 #10 25.43   Verifying        : gc-7.6.4-3.el8.aarch64                                4/77 
13:49:29 #10 25.43   Verifying        : gdb-headless-8.2-18.el8.aarch64                       5/77 
13:49:29 #10 25.43   Verifying        : ghc-srpm-macros-1.4.2-7.el8.noarch                    6/77 
13:49:29 #10 25.43   Verifying        : glibc-gconv-extra-2.28-199.el8.aarch64                7/77 
13:49:29 #10 25.43   Verifying        : go-srpm-macros-2-17.el8.noarch                        8/77 
13:49:29 #10 25.43   Verifying        : guile-5:2.0.14-7.el8.aarch64                          9/77 
13:49:29 #10 25.43   Verifying        : libatomic_ops-7.6.2-3.el8.aarch64                    10/77 
13:49:29 #10 25.43   Verifying        : ocaml-srpm-macros-5-4.el8.noarch                     11/77 
13:49:29 #10 25.43   Verifying        : openblas-srpm-macros-2-2.el8.noarch                  12/77 
13:49:29 #10 25.43   Verifying        : perl-IO-Socket-IP-0.39-5.el8.noarch                  13/77 
13:49:29 #10 25.43   Verifying        : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   14/77 
13:49:29 #10 25.43   Verifying        : perl-srpm-macros-1-25.el8.noarch                     15/77 
13:49:29 #10 25.43   Verifying        : python-rpm-macros-3-41.el8.noarch                    16/77 
13:49:29 #10 25.43   Verifying        : python-srpm-macros-3-41.el8.noarch                   17/77 
13:49:29 #10 25.43   Verifying        : python3-rpm-macros-3-41.el8.noarch                   18/77 
13:49:29 #10 25.43   Verifying        : qt5-srpm-macros-5.15.3-1.el8.noarch                  19/77 
13:49:29 #10 25.43   Verifying        : redhat-rpm-config-130-1.el8.noarch                   20/77 
13:49:29 #10 25.43   Verifying        : rpm-build-4.14.3-23.el8.aarch64                      21/77 
13:49:29 #10 25.43   Verifying        : rpmlint-1.10-14.el8.noarch                           22/77 
13:49:29 #10 25.43   Verifying        : rust-srpm-macros-5-2.el8.noarch                      23/77 
13:49:29 #10 25.43   Verifying        : zstd-1.4.4-1.el8.aarch64                             24/77 
13:49:29 #10 25.43   Verifying        : binutils-2.30-116.el8.aarch64                        25/77 
13:49:29 #10 25.43   Verifying        : bzip2-1.0.6-26.el8.aarch64                           26/77 
13:49:29 #10 25.43   Verifying        : cpio-2.12-11.el8.aarch64                             27/77 
13:49:29 #10 25.43   Verifying        : diffutils-3.6-6.el8.aarch64                          28/77 
13:49:29 #10 25.43   Verifying        : dnf-plugins-core-4.0.21-11.el8.noarch                29/77 
13:49:29 #10 25.43   Verifying        : elfutils-0.186-1.el8.aarch64                         30/77 
13:49:29 #10 25.43   Verifying        : elfutils-debuginfod-client-0.186-1.el8.aarch64       31/77 
13:49:29 #10 25.43   Verifying        : emacs-filesystem-1:26.1-7.el8.noarch                 32/77 
13:49:29 #10 25.43   Verifying        : file-5.33-20.el8.aarch64                             33/77 
13:49:29 #10 25.43   Verifying        : groff-base-1.22.3-18.el8.aarch64                     34/77 
13:49:29 #10 25.43   Verifying        : libbabeltrace-1.5.4-4.el8.aarch64                    35/77 
13:49:29 #10 25.43   Verifying        : libpkgconf-1.4.2-1.el8.aarch64                       36/77 
13:49:29 #10 25.43   Verifying        : libtool-ltdl-2.4.6-25.el8.aarch64                    37/77 
13:49:29 #10 25.43   Verifying        : ncurses-6.1-9.20180224.el8.aarch64                   38/77 
13:49:29 #10 25.43   Verifying        : patch-2.7.6-11.el8.aarch64                           39/77 
13:49:29 #10 25.43   Verifying        : perl-Carp-1.42-396.el8.noarch                        40/77 
13:49:29 #10 25.43   Verifying        : perl-Encode-4:2.97-3.el8.aarch64                     41/77 
13:49:29 #10 25.43   Verifying        : perl-Errno-1.28-421.el8.aarch64                      42/77 
13:49:29 #10 25.43   Verifying        : perl-Exporter-5.72-396.el8.noarch                    43/77 
13:49:29 #10 25.43   Verifying        : perl-File-Path-2.15-2.el8.noarch                     44/77 
13:49:29 #10 25.43   Verifying        : perl-File-Temp-0.230.600-1.el8.noarch                45/77 
13:49:29 #10 25.43   Verifying        : perl-Getopt-Long-1:2.50-4.el8.noarch                 46/77 
13:49:29 #10 25.43   Verifying        : perl-HTTP-Tiny-0.074-1.el8.noarch                    47/77 
13:49:29 #10 25.43   Verifying        : perl-IO-1.38-421.el8.aarch64                         48/77 
13:49:29 #10 25.43   Verifying        : perl-MIME-Base64-3.15-396.el8.aarch64                49/77 
13:49:29 #10 25.43   Verifying        : perl-PathTools-3.74-1.el8.aarch64                    50/77 
13:49:29 #10 25.43   Verifying        : perl-Pod-Escapes-1:1.07-395.el8.noarch               51/77 
13:49:29 #10 25.43   Verifying        : perl-Pod-Perldoc-3.28-396.el8.noarch                 52/77 
13:49:29 #10 25.43   Verifying        : perl-Pod-Simple-1:3.35-395.el8.noarch                53/77 
13:49:29 #10 25.43   Verifying        : perl-Pod-Usage-4:1.69-395.el8.noarch                 54/77 
13:49:29 #10 25.43   Verifying        : perl-Scalar-List-Utils-3:1.49-2.el8.aarch64          55/77 
13:49:29 #10 25.43   Verifying        : perl-Socket-4:2.027-3.el8.aarch64                    56/77 
13:49:29 #10 25.43   Verifying        : perl-Storable-1:3.11-3.el8.aarch64                   57/77 
13:49:29 #10 25.43   Verifying        : perl-Term-ANSIColor-4.06-396.el8.noarch              58/77 
13:49:29 #10 25.43   Verifying        : perl-Term-Cap-1.17-395.el8.noarch                    59/77 
13:49:29 #10 25.43   Verifying        : perl-Text-ParseWords-3.30-395.el8.noarch             60/77 
13:49:29 #10 25.43   Verifying        : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         61/77 
13:49:29 #10 25.43   Verifying        : perl-Time-Local-1:1.280-1.el8.noarch                 62/77 
13:49:29 #10 25.43   Verifying        : perl-Unicode-Normalize-1.25-396.el8.aarch64          63/77 
13:49:29 #10 25.43   Verifying        : perl-constant-1.33-396.el8.noarch                    64/77 
13:49:29 #10 25.43   Verifying        : perl-interpreter-4:5.26.3-421.el8.aarch64            65/77 
13:49:29 #10 25.43   Verifying        : perl-libs-4:5.26.3-421.el8.aarch64                   66/77 
13:49:29 #10 25.43   Verifying        : perl-macros-4:5.26.3-421.el8.aarch64                 67/77 
13:49:29 #10 25.44   Verifying        : perl-parent-1:0.237-1.el8.noarch                     68/77 
13:49:29 #10 25.44   Verifying        : perl-podlators-4.11-1.el8.noarch                     69/77 
13:49:29 #10 25.44   Verifying        : perl-threads-1:2.21-2.el8.aarch64                    70/77 
13:49:29 #10 25.44   Verifying        : perl-threads-shared-1.58-2.el8.aarch64               71/77 
13:49:29 #10 25.44   Verifying        : pkgconf-1.4.2-1.el8.aarch64                          72/77 
13:49:29 #10 25.44   Verifying        : pkgconf-m4-1.4.2-1.el8.noarch                        73/77 
13:49:29 #10 25.44   Verifying        : pkgconf-pkg-config-1.4.2-1.el8.aarch64               74/77 
13:49:29 #10 25.44   Verifying        : unzip-6.0-46.el8.aarch64                             75/77 
13:49:29 #10 25.44   Verifying        : xz-5.2.4-3.el8.aarch64                               76/77 
13:49:29 #10 25.44   Verifying        : zip-3.0-23.el8.aarch64                               77/77 
13:49:29 #10 25.58 
13:49:29 #10 25.58 Installed:
13:49:29 #10 25.58   binutils-2.30-116.el8.aarch64                                                 
13:49:29 #10 25.58   bzip2-1.0.6-26.el8.aarch64                                                    
13:49:29 #10 25.58   cpio-2.12-11.el8.aarch64                                                      
13:49:29 #10 25.58   desktop-file-utils-0.23-8.el8.aarch64                                         
13:49:29 #10 25.58   diffutils-3.6-6.el8.aarch64                                                   
13:49:29 #10 25.58   dnf-plugins-core-4.0.21-11.el8.noarch                                         
13:49:29 #10 25.58   dwz-0.12-10.el8.aarch64                                                       
13:49:29 #10 25.58   efi-srpm-macros-3-3.el8.noarch                                                
13:49:29 #10 25.58   elfutils-0.186-1.el8.aarch64                                                  
13:49:29 #10 25.58   elfutils-debuginfod-client-0.186-1.el8.aarch64                                
13:49:29 #10 25.58   emacs-filesystem-1:26.1-7.el8.noarch                                          
13:49:29 #10 25.58   file-5.33-20.el8.aarch64                                                      
13:49:29 #10 25.58   gc-7.6.4-3.el8.aarch64                                                        
13:49:29 #10 25.58   gdb-headless-8.2-18.el8.aarch64                                               
13:49:29 #10 25.58   ghc-srpm-macros-1.4.2-7.el8.noarch                                            
13:49:29 #10 25.58   glibc-gconv-extra-2.28-199.el8.aarch64                                        
13:49:29 #10 25.58   go-srpm-macros-2-17.el8.noarch                                                
13:49:29 #10 25.58   groff-base-1.22.3-18.el8.aarch64                                              
13:49:29 #10 25.58   guile-5:2.0.14-7.el8.aarch64                                                  
13:49:29 #10 25.58   libatomic_ops-7.6.2-3.el8.aarch64                                             
13:49:29 #10 25.58   libbabeltrace-1.5.4-4.el8.aarch64                                             
13:49:29 #10 25.58   libpkgconf-1.4.2-1.el8.aarch64                                                
13:49:29 #10 25.58   libtool-ltdl-2.4.6-25.el8.aarch64                                             
13:49:29 #10 25.58   ncurses-6.1-9.20180224.el8.aarch64                                            
13:49:29 #10 25.58   ocaml-srpm-macros-5-4.el8.noarch                                              
13:49:29 #10 25.58   openblas-srpm-macros-2-2.el8.noarch                                           
13:49:29 #10 25.58   patch-2.7.6-11.el8.aarch64                                                    
13:49:29 #10 25.58   perl-Carp-1.42-396.el8.noarch                                                 
13:49:29 #10 25.58   perl-Encode-4:2.97-3.el8.aarch64                                              
13:49:29 #10 25.58   perl-Errno-1.28-421.el8.aarch64                                               
13:49:29 #10 25.58   perl-Exporter-5.72-396.el8.noarch                                             
13:49:29 #10 25.58   perl-File-Path-2.15-2.el8.noarch                                              
13:49:29 #10 25.58   perl-File-Temp-0.230.600-1.el8.noarch                                         
13:49:29 #10 25.58   perl-Getopt-Long-1:2.50-4.el8.noarch                                          
13:49:29 #10 25.58   perl-HTTP-Tiny-0.074-1.el8.noarch                                             
13:49:29 #10 25.58   perl-IO-1.38-421.el8.aarch64                                                  
13:49:29 #10 25.58   perl-IO-Socket-IP-0.39-5.el8.noarch                                           
13:49:29 #10 25.58   perl-MIME-Base64-3.15-396.el8.aarch64                                         
13:49:29 #10 25.58   perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch                 
13:49:29 #10 25.58   perl-PathTools-3.74-1.el8.aarch64                                             
13:49:29 #10 25.58   perl-Pod-Escapes-1:1.07-395.el8.noarch                                        
13:49:29 #10 25.58   perl-Pod-Perldoc-3.28-396.el8.noarch                                          
13:49:29 #10 25.58   perl-Pod-Simple-1:3.35-395.el8.noarch                                         
13:49:29 #10 25.58   perl-Pod-Usage-4:1.69-395.el8.noarch                                          
13:49:29 #10 25.58   perl-Scalar-List-Utils-3:1.49-2.el8.aarch64                                   
13:49:29 #10 25.58   perl-Socket-4:2.027-3.el8.aarch64                                             
13:49:29 #10 25.58   perl-Storable-1:3.11-3.el8.aarch64                                            
13:49:29 #10 25.58   perl-Term-ANSIColor-4.06-396.el8.noarch                                       
13:49:29 #10 25.58   perl-Term-Cap-1.17-395.el8.noarch                                             
13:49:29 #10 25.58   perl-Text-ParseWords-3.30-395.el8.noarch                                      
13:49:29 #10 25.58   perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch                                  
13:49:29 #10 25.58   perl-Time-Local-1:1.280-1.el8.noarch                                          
13:49:29 #10 25.58   perl-Unicode-Normalize-1.25-396.el8.aarch64                                   
13:49:29 #10 25.58   perl-constant-1.33-396.el8.noarch                                             
13:49:29 #10 25.58   perl-interpreter-4:5.26.3-421.el8.aarch64                                     
13:49:29 #10 25.58   perl-libs-4:5.26.3-421.el8.aarch64                                            
13:49:29 #10 25.58   perl-macros-4:5.26.3-421.el8.aarch64                                          
13:49:29 #10 25.58   perl-parent-1:0.237-1.el8.noarch                                              
13:49:29 #10 25.58   perl-podlators-4.11-1.el8.noarch                                              
13:49:29 #10 25.58   perl-srpm-macros-1-25.el8.noarch                                              
13:49:29 #10 25.58   perl-threads-1:2.21-2.el8.aarch64                                             
13:49:29 #10 25.58   perl-threads-shared-1.58-2.el8.aarch64                                        
13:49:29 #10 25.58   pkgconf-1.4.2-1.el8.aarch64                                                   
13:49:29 #10 25.58   pkgconf-m4-1.4.2-1.el8.noarch                                                 
13:49:29 #10 25.58   pkgconf-pkg-config-1.4.2-1.el8.aarch64                                        
13:49:29 #10 25.58   python-rpm-macros-3-41.el8.noarch                                             
13:49:29 #10 25.58   python-srpm-macros-3-41.el8.noarch                                            
13:49:29 #10 25.58   python3-rpm-macros-3-41.el8.noarch                                            
13:49:29 #10 25.58   qt5-srpm-macros-5.15.3-1.el8.noarch                                           
13:49:29 #10 25.58   redhat-rpm-config-130-1.el8.noarch                                            
13:49:29 #10 25.58   rpm-build-4.14.3-23.el8.aarch64                                               
13:49:29 #10 25.58   rpmlint-1.10-14.el8.noarch                                                    
13:49:29 #10 25.58   rust-srpm-macros-5-2.el8.noarch                                               
13:49:29 #10 25.58   unzip-6.0-46.el8.aarch64                                                      
13:49:29 #10 25.58   xz-5.2.4-3.el8.aarch64                                                        
13:49:29 #10 25.58   zip-3.0-23.el8.aarch64                                                        
13:49:29 #10 25.58   zstd-1.4.4-1.el8.aarch64                                                      
13:49:29 #10 25.58 
13:49:29 #10 25.58 Complete!
13:49:30 #10 DONE 25.9s
13:49:30 
13:49:30 #12 [stage-1 6/9] COPY SPECS /root/rpmbuild/SPECS
13:49:30 #12 sha256:9410ac135ed6759d43a784bf7f1bb4bb822a16e29f1482ba3e490aff2b6423a3
13:49:30 #12 DONE 0.1s
13:49:30 
13:49:30 #13 [stage-1 7/9] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep --define '_without_btrfs 1' -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep --define '_without_btrfs 1' -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
13:49:30 #13 sha256:ad8ed9c887dd7a04142f31fea2f82a1bdc79fdba75b767360906d71d3d71f339
13:49:31 #13 0.901 Last metadata expiration check: 0:00:12 ago on Tue May 31 13:49:19 2022.
13:49:32 #13 1.922 Package bash-4.4.20-4.el8.aarch64 is already installed.
13:49:32 #13 1.923 Package bash-4.4.20-4.el8.aarch64 is already installed.
13:49:32 #13 1.923 Package ca-certificates-2021.2.50-82.el8.noarch is already installed.
13:49:32 #13 1.923 Package libarchive-3.3.3-3.el8_5.aarch64 is already installed.
13:49:32 #13 1.924 Package pkgconf-pkg-config-1.4.2-1.el8.aarch64 is already installed.
13:49:32 #13 1.924 Package systemd-239-58.el8.aarch64 is already installed.
13:49:32 #13 1.925 Package tar-2:1.30-5.el8.aarch64 is already installed.
13:49:32 #13 1.925 Package which-2.21-17.el8.aarch64 is already installed.
13:49:32 #13 1.925 Package bash-4.4.20-4.el8.aarch64 is already installed.
13:49:32 #13 2.002 Dependencies resolved.
13:49:32 #13 2.012 ================================================================================
13:49:32 #13 2.012  Package                      Arch    Version                  Repository  Size
13:49:32 #13 2.012 ================================================================================
13:49:32 #13 2.012 Installing:
13:49:32 #13 2.012  cmake                        aarch64 3.20.2-4.el8             appstream   10 M
13:49:32 #13 2.012  device-mapper-devel          aarch64 8:1.02.181-3.el8         powertools 283 k
13:49:32 #13 2.012  gcc                          aarch64 8.5.0-13.el8             appstream   19 M
13:49:32 #13 2.012  git                          aarch64 2.31.1-2.el8             appstream  161 k
13:49:32 #13 2.012  glibc-static                 aarch64 2.28-203.el8             powertools 1.6 M
13:49:32 #13 2.012  libseccomp-devel             aarch64 2.5.2-1.el8              appstream   57 k
13:49:32 #13 2.012  libselinux-devel             aarch64 2.9-5.el8                baseos     200 k
13:49:32 #13 2.012  libtool                      aarch64 2.4.6-25.el8             appstream  708 k
13:49:32 #13 2.012  libtool-ltdl-devel           aarch64 2.4.6-25.el8             appstream  184 k
13:49:32 #13 2.012  make                         aarch64 1:4.2.1-11.el8           baseos     490 k
13:49:32 #13 2.012  selinux-policy-devel         noarch  3.14.3-98.el8            baseos     1.5 M
13:49:32 #13 2.012  systemd-devel                aarch64 239-58.el8               baseos     392 k
13:49:32 #13 2.012 Upgrading:
13:49:32 #13 2.012  glibc                        aarch64 2.28-203.el8             baseos     1.8 M
13:49:32 #13 2.012  glibc-common                 aarch64 2.28-203.el8             baseos     1.0 M
13:49:32 #13 2.012  glibc-gconv-extra            aarch64 2.28-203.el8             appstream  1.8 M
13:49:32 #13 2.012  glibc-minimal-langpack       aarch64 2.28-203.el8             baseos      62 k
13:49:32 #13 2.012  which                        aarch64 2.21-18.el8              baseos      49 k
13:49:32 #13 2.012 Installing dependencies:
13:49:32 #13 2.012  annobin                      aarch64 10.67-1.el8              appstream  953 k
13:49:32 #13 2.012  autoconf                     noarch  2.69-29.el8              appstream  710 k
13:49:32 #13 2.012  automake                     noarch  1.16.1-7.el8             appstream  713 k
13:49:32 #13 2.012  checkpolicy                  aarch64 2.9-1.el8                baseos     338 k
13:49:32 #13 2.012  cmake-data                   noarch  3.20.2-4.el8             appstream  1.7 M
13:49:32 #13 2.012  cmake-filesystem             aarch64 3.20.2-4.el8             appstream   44 k
13:49:32 #13 2.012  cmake-rpm-macros             noarch  3.20.2-4.el8             appstream   44 k
13:49:32 #13 2.012  cpp                          aarch64 8.5.0-13.el8             appstream  8.6 M
13:49:32 #13 2.012  gcc-plugin-annobin           aarch64 8.5.0-13.el8             appstream   33 k
13:49:32 #13 2.012  git-core                     aarch64 2.31.1-2.el8             appstream  4.7 M
13:49:32 #13 2.012  git-core-doc                 noarch  2.31.1-2.el8             appstream  2.6 M
13:49:32 #13 2.012  glibc-devel                  aarch64 2.28-203.el8             baseos      79 k
13:49:32 #13 2.012  glibc-headers                aarch64 2.28-203.el8             baseos     476 k
13:49:32 #13 2.012  isl                          aarch64 0.16.1-6.el8             appstream  778 k
13:49:32 #13 2.012  kernel-headers               aarch64 4.18.0-383.el8           baseos     9.4 M
13:49:32 #13 2.012  less                         aarch64 530-1.el8                baseos     162 k
13:49:32 #13 2.012  libasan                      aarch64 8.5.0-13.el8             baseos     386 k
13:49:32 #13 2.012  libatomic                    aarch64 8.5.0-13.el8             baseos      25 k
13:49:32 #13 2.012  libedit                      aarch64 3.1-23.20170329cvs.el8   baseos      99 k
13:49:32 #13 2.012  libgomp                      aarch64 8.5.0-13.el8             baseos     199 k
13:49:32 #13 2.012  libmpc                       aarch64 1.1.0-9.1.el8            appstream   60 k
13:49:32 #13 2.012  libselinux-utils             aarch64 2.9-5.el8                baseos     241 k
13:49:32 #13 2.012  libsepol-devel               aarch64 2.9-3.el8                baseos      87 k
13:49:32 #13 2.012  libubsan                     aarch64 8.5.0-13.el8             baseos     144 k
13:49:32 #13 2.012  libuv                        aarch64 1:1.41.1-1.el8_4         appstream  150 k
13:49:32 #13 2.012  libxcrypt-devel              aarch64 4.1.1-6.el8              baseos      25 k
13:49:32 #13 2.012  libxcrypt-static             aarch64 4.1.1-6.el8              powertools  58 k
13:49:32 #13 2.012  m4                           aarch64 1.4.18-7.el8             baseos     218 k
13:49:32 #13 2.012  openssh                      aarch64 8.0p1-12.el8             baseos     487 k
13:49:32 #13 2.012  openssh-clients              aarch64 8.0p1-12.el8             baseos     625 k
13:49:32 #13 2.012  pcre2-devel                  aarch64 10.32-2.el8              baseos     605 k
13:49:32 #13 2.012  pcre2-utf16                  aarch64 10.32-2.el8              baseos     202 k
13:49:32 #13 2.012  pcre2-utf32                  aarch64 10.32-2.el8              baseos     195 k
13:49:32 #13 2.012  perl-Data-Dumper             aarch64 2.167-399.el8            baseos      57 k
13:49:32 #13 2.012  perl-Error                   noarch  1:0.17025-2.el8          appstream   46 k
13:49:32 #13 2.012  perl-Git                     noarch  2.31.1-2.el8             appstream   78 k
13:49:32 #13 2.012  perl-TermReadKey             aarch64 2.37-7.el8               appstream   40 k
13:49:32 #13 2.012  perl-Thread-Queue            noarch  3.13-1.el8               appstream   24 k
13:49:32 #13 2.012  policycoreutils              aarch64 2.9-19.el8               baseos     374 k
13:49:32 #13 2.012  policycoreutils-devel        aarch64 2.9-19.el8               baseos     287 k
13:49:32 #13 2.012  policycoreutils-python-utils noarch  2.9-19.el8               baseos     253 k
13:49:32 #13 2.012  python3-audit                aarch64 3.0.7-3.el8              baseos      85 k
13:49:32 #13 2.012  python3-libselinux           aarch64 2.9-5.el8                baseos     272 k
13:49:32 #13 2.012  python3-libsemanage          aarch64 2.9-8.el8                baseos     126 k
13:49:32 #13 2.012  python3-policycoreutils      noarch  2.9-19.el8               baseos     2.2 M
13:49:32 #13 2.012  python3-setools              aarch64 4.3.0-3.el8              baseos     528 k
13:49:32 #13 2.012  rpm-plugin-selinux           aarch64 4.14.3-23.el8            baseos      78 k
13:49:32 #13 2.012  selinux-policy               noarch  3.14.3-98.el8            baseos     647 k
13:49:32 #13 2.012  selinux-policy-minimum       noarch  3.14.3-98.el8            baseos      13 M
13:49:32 #13 2.012  vim-filesystem               noarch  2:8.0.1763-16.el8_5.12   appstream   50 k
13:49:32 #13 2.012 Installing weak dependencies:
13:49:32 #13 2.012  glibc-langpack-en            aarch64 2.28-203.el8             baseos     822 k
13:49:32 #13 2.012 
13:49:32 #13 2.012 Transaction Summary
13:49:32 #13 2.012 ================================================================================
13:49:32 #13 2.012 Install  63 Packages
13:49:32 #13 2.012 Upgrade   5 Packages
13:49:32 #13 2.012 
13:49:32 #13 2.018 Total download size: 93 M
13:49:32 #13 2.019 Downloading Packages:
13:49:33 #13 3.368 (1/68): autoconf-2.69-29.el8.noarch.rpm         2.9 MB/s | 710 kB     00:00    
13:49:33 #13 3.380 (2/68): annobin-10.67-1.el8.aarch64.rpm         3.7 MB/s | 953 kB     00:00    
13:49:33 #13 3.386 (3/68): automake-1.16.1-7.el8.noarch.rpm        2.7 MB/s | 713 kB     00:00    
13:49:33 #13 3.397 (4/68): cmake-filesystem-3.20.2-4.el8.aarch64.r 4.0 MB/s |  44 kB     00:00    
13:49:33 #13 3.405 (5/68): cmake-rpm-macros-3.20.2-4.el8.noarch.rp 5.3 MB/s |  44 kB     00:00    
13:49:33 #13 3.431 (6/68): cmake-data-3.20.2-4.el8.noarch.rpm       33 MB/s | 1.7 MB     00:00    
13:49:33 #13 3.562 (7/68): cmake-3.20.2-4.el8.aarch64.rpm           53 MB/s |  10 MB     00:00    
13:49:33 #13 3.570 (8/68): gcc-plugin-annobin-8.5.0-13.el8.aarch64 4.0 MB/s |  33 kB     00:00    
13:49:33 #13 3.583 (9/68): git-2.31.1-2.el8.aarch64.rpm             13 MB/s | 161 kB     00:00    
13:49:33 #13 3.669 (10/68): git-core-2.31.1-2.el8.aarch64.rpm       55 MB/s | 4.7 MB     00:00    
13:49:33 #13 3.772 (11/68): gcc-8.5.0-13.el8.aarch64.rpm            55 MB/s |  19 MB     00:00    
13:49:34 #13 3.793 (12/68): git-core-doc-2.31.1-2.el8.noarch.rpm    21 MB/s | 2.6 MB     00:00    
13:49:34 #13 3.802 (13/68): libmpc-1.1.0-9.1.el8.aarch64.rpm       6.9 MB/s |  60 kB     00:00    
13:49:34 #13 3.813 (14/68): isl-0.16.1-6.el8.aarch64.rpm            19 MB/s | 778 kB     00:00    
13:49:34 #13 3.817 (15/68): libseccomp-devel-2.5.2-1.el8.aarch64.r 3.8 MB/s |  57 kB     00:00    
13:49:34 #13 3.853 (16/68): cpp-8.5.0-13.el8.aarch64.rpm            19 MB/s | 8.6 MB     00:00    
13:49:34 #13 3.859 (17/68): libtool-ltdl-devel-2.4.6-25.el8.aarch6 4.4 MB/s | 184 kB     00:00    
13:49:34 #13 3.872 (18/68): libtool-2.4.6-25.el8.aarch64.rpm        12 MB/s | 708 kB     00:00    
13:49:34 #13 3.876 (19/68): perl-Error-0.17025-2.el8.noarch.rpm    2.8 MB/s |  46 kB     00:00    
13:49:34 #13 3.880 (20/68): libuv-1.41.1-1.el8_4.aarch64.rpm       5.5 MB/s | 150 kB     00:00    
13:49:34 #13 3.883 (21/68): perl-TermReadKey-2.37-7.el8.aarch64.rp 5.4 MB/s |  40 kB     00:00    
13:49:34 #13 3.887 (22/68): perl-Git-2.31.1-2.el8.noarch.rpm       5.4 MB/s |  78 kB     00:00    
13:49:34 #13 3.892 (23/68): perl-Thread-Queue-3.13-1.el8.noarch.rp 2.1 MB/s |  24 kB     00:00    
13:49:34 #13 3.897 (24/68): vim-filesystem-8.0.1763-16.el8_5.12.no 3.8 MB/s |  50 kB     00:00    
13:49:34 #13 3.903 (25/68): glibc-devel-2.28-203.el8.aarch64.rpm   6.8 MB/s |  79 kB     00:00    
13:49:34 #13 3.912 (26/68): checkpolicy-2.9-1.el8.aarch64.rpm       13 MB/s | 338 kB     00:00    
13:49:34 #13 3.923 (27/68): glibc-headers-2.28-203.el8.aarch64.rpm  18 MB/s | 476 kB     00:00    
13:49:34 #13 3.935 (28/68): glibc-langpack-en-2.28-203.el8.aarch64  26 MB/s | 822 kB     00:00    
13:49:34 #13 3.940 (29/68): less-530-1.el8.aarch64.rpm             9.4 MB/s | 162 kB     00:00    
13:49:34 #13 3.947 (30/68): libatomic-8.5.0-13.el8.aarch64.rpm     3.6 MB/s |  25 kB     00:00    
13:49:34 #13 3.957 (31/68): libasan-8.5.0-13.el8.aarch64.rpm        18 MB/s | 386 kB     00:00    
13:49:34 #13 3.969 (32/68): libgomp-8.5.0-13.el8.aarch64.rpm        16 MB/s | 199 kB     00:00    
13:49:34 #13 3.975 (33/68): libedit-3.1-23.20170329cvs.el8.aarch64 3.6 MB/s |  99 kB     00:00    
13:49:34 #13 3.983 (34/68): libselinux-devel-2.9-5.el8.aarch64.rpm  14 MB/s | 200 kB     00:00    
13:49:34 #13 3.989 (35/68): libselinux-utils-2.9-5.el8.aarch64.rpm  17 MB/s | 241 kB     00:00    
13:49:34 #13 3.993 (36/68): libsepol-devel-2.9-3.el8.aarch64.rpm   8.6 MB/s |  87 kB     00:00    
13:49:34 #13 3.999 (37/68): libubsan-8.5.0-13.el8.aarch64.rpm       14 MB/s | 144 kB     00:00    
13:49:34 #13 4.002 (38/68): libxcrypt-devel-4.1.1-6.el8.aarch64.rp 2.9 MB/s |  25 kB     00:00    
13:49:34 #13 4.012 (39/68): m4-1.4.18-7.el8.aarch64.rpm             17 MB/s | 218 kB     00:00    
13:49:34 #13 4.023 (40/68): make-4.2.1-11.el8.aarch64.rpm           23 MB/s | 490 kB     00:00    
13:49:34 #13 4.039 (41/68): openssh-8.0p1-12.el8.aarch64.rpm        18 MB/s | 487 kB     00:00    
13:49:34 #13 4.053 (42/68): openssh-clients-8.0p1-12.el8.aarch64.r  23 MB/s | 625 kB     00:00    
13:49:34 #13 4.067 (43/68): pcre2-utf16-10.32-2.el8.aarch64.rpm     12 MB/s | 202 kB     00:00    
13:49:34 #13 4.084 (44/68): pcre2-devel-10.32-2.el8.aarch64.rpm     13 MB/s | 605 kB     00:00    
13:49:34 #13 4.091 (45/68): perl-Data-Dumper-2.167-399.el8.aarch64 8.3 MB/s |  57 kB     00:00    
13:49:34 #13 4.097 (46/68): pcre2-utf32-10.32-2.el8.aarch64.rpm    6.6 MB/s | 195 kB     00:00    
13:49:34 #13 4.111 (47/68): policycoreutils-2.9-19.el8.aarch64.rpm  19 MB/s | 374 kB     00:00    
13:49:34 #13 4.117 (48/68): policycoreutils-devel-2.9-19.el8.aarch  14 MB/s | 287 kB     00:00    
13:49:34 #13 4.126 (49/68): policycoreutils-python-utils-2.9-19.el  17 MB/s | 253 kB     00:00    
13:49:34 #13 4.136 (50/68): python3-audit-3.0.7-3.el8.aarch64.rpm  4.4 MB/s |  85 kB     00:00    
13:49:34 #13 4.144 (51/68): python3-libselinux-2.9-5.el8.aarch64.r  15 MB/s | 272 kB     00:00    
13:49:34 #13 4.149 (52/68): python3-libsemanage-2.9-8.el8.aarch64.  10 MB/s | 126 kB     00:00    
13:49:34 #13 4.167 (53/68): python3-setools-4.3.0-3.el8.aarch64.rp  30 MB/s | 528 kB     00:00    
13:49:34 #13 4.175 (54/68): rpm-plugin-selinux-4.14.3-23.el8.aarch  10 MB/s |  78 kB     00:00    
13:49:34 #13 4.196 (55/68): selinux-policy-3.14.3-98.el8.noarch.rp  31 MB/s | 647 kB     00:00    
13:49:34 #13 4.209 (56/68): python3-policycoreutils-2.9-19.el8.noa  35 MB/s | 2.2 MB     00:00    
13:49:34 #13 4.236 (57/68): selinux-policy-devel-3.14.3-98.el8.noa  38 MB/s | 1.5 MB     00:00    
13:49:34 #13 4.264 (58/68): systemd-devel-239-58.el8.aarch64.rpm    14 MB/s | 392 kB     00:00    
13:49:34 #13 4.283 (59/68): device-mapper-devel-1.02.181-3.el8.aar  15 MB/s | 283 kB     00:00    
13:49:34 #13 4.324 (60/68): glibc-static-2.28-203.el8.aarch64.rpm   39 MB/s | 1.6 MB     00:00    
13:49:34 #13 4.335 (61/68): libxcrypt-static-4.1.1-6.el8.aarch64.r 5.5 MB/s |  58 kB     00:00    
13:49:34 #13 4.409 (62/68): kernel-headers-4.18.0-383.el8.aarch64.  19 MB/s | 9.4 MB     00:00    
13:49:34 #13 4.445 (63/68): glibc-gconv-extra-2.28-203.el8.aarch64  16 MB/s | 1.8 MB     00:00    
13:49:35 #13 4.497 (64/68): glibc-common-2.28-203.el8.aarch64.rpm   19 MB/s | 1.0 MB     00:00    
13:49:35 #13 4.506 (65/68): glibc-2.28-203.el8.aarch64.rpm          19 MB/s | 1.8 MB     00:00    
13:49:35 #13 4.510 (66/68): glibc-minimal-langpack-2.28-203.el8.aa 4.8 MB/s |  62 kB     00:00    
13:49:35 #13 4.516 (67/68): which-2.21-18.el8.aarch64.rpm          5.0 MB/s |  49 kB     00:00    
13:49:35 #13 4.620 (68/68): selinux-policy-minimum-3.14.3-98.el8.n  32 MB/s |  13 MB     00:00    
13:49:35 #13 4.624 --------------------------------------------------------------------------------
13:49:35 #13 4.625 Total                                            36 MB/s |  93 MB     00:02     
13:49:36 #13 5.948 Running transaction check
13:49:36 #13 6.228 Transaction check succeeded.
13:49:36 #13 6.228 Running transaction test
13:49:37 #13 6.855 Transaction test succeeded.
13:49:37 #13 6.857 Running transaction
13:49:38 #13 7.616   Preparing        :                                                        1/1 
13:49:38 #13 7.666   Installing       : cmake-rpm-macros-3.20.2-4.el8.noarch                  1/73 
13:49:38 #13 7.683   Installing       : cmake-filesystem-3.20.2-4.el8.aarch64                 2/73 
13:49:38 #13 8.005   Upgrading        : glibc-gconv-extra-2.28-203.el8.aarch64                3/73 
13:49:38 #13 8.022   Running scriptlet: glibc-gconv-extra-2.28-203.el8.aarch64                3/73 
13:49:38 #13 8.226   Upgrading        : glibc-common-2.28-203.el8.aarch64                     4/73 
13:49:38 #13 8.243   Running scriptlet: glibc-2.28-203.el8.aarch64                            5/73 
13:49:38 #13 8.411   Upgrading        : glibc-2.28-203.el8.aarch64                            5/73 
13:49:38 #13 8.429   Running scriptlet: glibc-2.28-203.el8.aarch64                            5/73 
13:49:38 #13 8.602   Installing       : glibc-langpack-en-2.28-203.el8.aarch64                6/73 
13:49:39 #13 8.654   Installing       : make-1:4.2.1-11.el8.aarch64                           7/73 
13:49:39 #13 8.664   Running scriptlet: make-1:4.2.1-11.el8.aarch64                           7/73 
13:49:39 #13 8.693   Installing       : python3-libselinux-2.9-5.el8.aarch64                  8/73 
13:49:39 #13 8.712   Installing       : libmpc-1.1.0-9.1.el8.aarch64                          9/73 
13:49:39 #13 8.757   Installing       : checkpolicy-2.9-1.el8.aarch64                        10/73 
13:49:39 #13 8.782   Installing       : m4-1.4.18-7.el8.aarch64                              11/73 
13:49:39 #13 8.793   Running scriptlet: m4-1.4.18-7.el8.aarch64                              11/73 
13:49:40 #13 9.490   Installing       : cpp-8.5.0-13.el8.aarch64                             12/73 
13:49:40 #13 9.501   Running scriptlet: cpp-8.5.0-13.el8.aarch64                             12/73 
13:49:40 #13 9.523   Installing       : python3-libsemanage-2.9-8.el8.aarch64                13/73 
13:49:40 #13 9.607   Installing       : python3-setools-4.3.0-3.el8.aarch64                  14/73 
13:49:40 #13 9.701   Installing       : isl-0.16.1-6.el8.aarch64                             15/73 
13:49:40 #13 9.712   Running scriptlet: isl-0.16.1-6.el8.aarch64                             15/73 
13:49:40 #13 9.739   Installing       : libuv-1:1.41.1-1.el8_4.aarch64                       16/73 
13:49:40 #13 9.756   Installing       : perl-TermReadKey-2.37-7.el8.aarch64                  17/73 
13:49:40 #13 9.780   Installing       : less-530-1.el8.aarch64                               18/73 
13:49:40 #13 9.825   Installing       : libasan-8.5.0-13.el8.aarch64                         19/73 
13:49:40 #13 9.834   Running scriptlet: libasan-8.5.0-13.el8.aarch64                         19/73 
13:49:40 #13 9.853   Installing       : libatomic-8.5.0-13.el8.aarch64                       20/73 
13:49:40 #13 9.865   Running scriptlet: libatomic-8.5.0-13.el8.aarch64                       20/73 
13:49:40 #13 9.890   Installing       : libedit-3.1-23.20170329cvs.el8.aarch64               21/73 
13:49:40 #13 9.911   Installing       : libgomp-8.5.0-13.el8.aarch64                         22/73 
13:49:40 #13 9.924   Running scriptlet: libgomp-8.5.0-13.el8.aarch64                         22/73 
13:49:40 #13 9.973   Installing       : libselinux-utils-2.9-5.el8.aarch64                   23/73 
13:49:40 #13 10.02   Installing       : policycoreutils-2.9-19.el8.aarch64                   24/73 
13:49:40 #13 10.04   Running scriptlet: policycoreutils-2.9-19.el8.aarch64                   24/73 
13:49:40 #13 10.07   Installing       : libubsan-8.5.0-13.el8.aarch64                        25/73 
13:49:40 #13 10.08   Running scriptlet: libubsan-8.5.0-13.el8.aarch64                        25/73 
13:49:40 #13 10.10   Running scriptlet: openssh-8.0p1-12.el8.aarch64                         26/73 
13:49:40 #13 10.17   Installing       : openssh-8.0p1-12.el8.aarch64                         26/73 
13:49:41 #13 10.24   Installing       : openssh-clients-8.0p1-12.el8.aarch64                 27/73 
13:49:41 #13 10.72   Installing       : git-core-2.31.1-2.el8.aarch64                        28/73 
13:49:41 #13 11.09   Installing       : git-core-doc-2.31.1-2.el8.noarch                     29/73 
13:49:41 #13 11.14   Installing       : pcre2-utf16-10.32-2.el8.aarch64                      30/73 
13:49:41 #13 11.17   Installing       : pcre2-utf32-10.32-2.el8.aarch64                      31/73 
13:49:41 #13 11.25   Installing       : pcre2-devel-10.32-2.el8.aarch64                      32/73 
13:49:41 #13 11.27   Installing       : perl-Data-Dumper-2.167-399.el8.aarch64               33/73 
13:49:41 #13 11.33   Installing       : autoconf-2.69-29.el8.noarch                          34/73 
13:49:41 #13 11.35   Running scriptlet: autoconf-2.69-29.el8.noarch                          34/73 
13:49:41 #13 11.38   Installing       : python3-audit-3.0.7-3.el8.aarch64                    35/73 
13:49:41 #13 11.57   Installing       : python3-policycoreutils-2.9-19.el8.noarch            36/73 
13:49:42 #13 11.60   Installing       : policycoreutils-python-utils-2.9-19.el8.noarch       37/73 
13:49:42 #13 11.62   Installing       : rpm-plugin-selinux-4.14.3-23.el8.aarch64             38/73 
13:49:42 #13 11.63   Installing       : selinux-policy-3.14.3-98.el8.noarch                  39/73 
13:49:42 #13 11.65   Running scriptlet: selinux-policy-3.14.3-98.el8.noarch                  39/73 
13:49:43 #13 11.67   Running scriptlet: selinux-policy-minimum-3.14.3-98.el8.noarch          40/73 
13:49:43 #13 12.93   Installing       : selinux-policy-minimum-3.14.3-98.el8.noarch          40/73 
13:49:51 #13 12.98   Running scriptlet: selinux-policy-minimum-3.14.3-98.el8.noarch          40/73 
13:49:51 #13 21.22   Installing       : policycoreutils-devel-2.9-19.el8.aarch64             41/73 
13:49:51 #13 21.44   Installing       : selinux-policy-devel-3.14.3-98.el8.noarch            42/73 
13:49:51 #13 21.47   Running scriptlet: selinux-policy-devel-3.14.3-98.el8.noarch            42/73 
13:49:51 #13 21.55   Installing       : systemd-devel-239-58.el8.aarch64                     43/73 
13:49:52 #13 21.58   Installing       : libsepol-devel-2.9-3.el8.aarch64                     44/73 
13:49:52 #13 21.62   Installing       : libselinux-devel-2.9-5.el8.aarch64                   45/73 
13:49:52 #13 21.87   Installing       : kernel-headers-4.18.0-383.el8.aarch64                46/73 
13:49:52 #13 21.92   Running scriptlet: glibc-headers-2.28-203.el8.aarch64                   47/73 
13:49:52 #13 22.00   Installing       : glibc-headers-2.28-203.el8.aarch64                   47/73 
13:49:52 #13 22.02   Installing       : libxcrypt-devel-4.1.1-6.el8.aarch64                  48/73 
13:49:52 #13 22.04   Installing       : glibc-devel-2.28-203.el8.aarch64                     49/73 
13:49:53 #13 22.06   Running scriptlet: glibc-devel-2.28-203.el8.aarch64                     49/73 
13:49:53 #13 23.10   Installing       : gcc-8.5.0-13.el8.aarch64                             50/73 
13:49:53 #13 23.12   Running scriptlet: gcc-8.5.0-13.el8.aarch64                             50/73 
13:49:53 #13 23.16   Installing       : libxcrypt-static-4.1.1-6.el8.aarch64                 51/73 
13:49:53 #13 23.41   Installing       : glibc-static-2.28-203.el8.aarch64                    52/73 
13:49:54 #13 23.43   Installing       : vim-filesystem-2:8.0.1763-16.el8_5.12.noarch         53/73 
13:49:54 #13 23.86   Installing       : cmake-data-3.20.2-4.el8.noarch                       54/73 
13:49:54 #13 24.67   Installing       : cmake-3.20.2-4.el8.aarch64                           55/73 
13:49:55 #13 24.69   Installing       : perl-Thread-Queue-3.13-1.el8.noarch                  56/73 
13:49:55 #13 24.76   Installing       : automake-1.16.1-7.el8.noarch                         57/73 
13:49:55 #13 24.79   Installing       : perl-Error-1:0.17025-2.el8.noarch                    58/73 
13:49:55 #13 24.80   Installing       : perl-Git-2.31.1-2.el8.noarch                         59/73 
13:49:55 #13 24.83   Installing       : git-2.31.1-2.el8.aarch64                             60/73 
13:49:55 #13 24.90   Installing       : libtool-2.4.6-25.el8.aarch64                         61/73 
13:49:55 #13 24.92   Running scriptlet: libtool-2.4.6-25.el8.aarch64                         61/73 
13:49:55 #13 24.95   Installing       : libtool-ltdl-devel-2.4.6-25.el8.aarch64              62/73 
13:49:55 #13 24.98   Installing       : annobin-10.67-1.el8.aarch64                          63/73 
13:49:55 #13 24.99   Running scriptlet: annobin-10.67-1.el8.aarch64                          63/73 
13:49:55 #13 25.02   Installing       : gcc-plugin-annobin-8.5.0-13.el8.aarch64              64/73 
13:49:55 #13 25.03   Running scriptlet: gcc-plugin-annobin-8.5.0-13.el8.aarch64              64/73 
13:49:55 #13 25.06   Installing       : device-mapper-devel-8:1.02.181-3.el8.aarch64         65/73 
13:49:55 #13 25.09   Installing       : libseccomp-devel-2.5.2-1.el8.aarch64                 66/73 
13:49:55 #13 25.10   Upgrading        : glibc-minimal-langpack-2.28-203.el8.aarch64          67/73 
13:49:55 #13 25.12   Upgrading        : which-2.21-18.el8.aarch64                            68/73 
13:49:55 #13 25.16   Cleanup          : glibc-gconv-extra-2.28-199.el8.aarch64               69/73 
13:49:55 #13 25.16   Running scriptlet: glibc-gconv-extra-2.28-199.el8.aarch64               69/73 
13:49:55 #13 25.19   Cleanup          : which-2.21-17.el8.aarch64                            70/73 
13:49:55 #13 25.21   Cleanup          : glibc-2.28-199.el8.aarch64                           71/73 
13:49:55 #13 25.23   Cleanup          : glibc-minimal-langpack-2.28-199.el8.aarch64          72/73 
13:49:55 #13 25.24   Cleanup          : glibc-common-2.28-199.el8.aarch64                    73/73 
13:49:55 #13 25.26   Running scriptlet: glibc-common-2.28-199.el8.aarch64                    73/73 
13:49:56 #13 25.38   Running scriptlet: glibc-common-2.28-203.el8.aarch64                    73/73 
13:49:56 #13 25.56   Verifying        : annobin-10.67-1.el8.aarch64                           1/73 
13:49:56 #13 25.56   Verifying        : autoconf-2.69-29.el8.noarch                           2/73 
13:49:56 #13 25.56   Verifying        : automake-1.16.1-7.el8.noarch                          3/73 
13:49:56 #13 25.56   Verifying        : cmake-3.20.2-4.el8.aarch64                            4/73 
13:49:56 #13 25.56   Verifying        : cmake-data-3.20.2-4.el8.noarch                        5/73 
13:49:56 #13 25.56   Verifying        : cmake-filesystem-3.20.2-4.el8.aarch64                 6/73 
13:49:56 #13 25.56   Verifying        : cmake-rpm-macros-3.20.2-4.el8.noarch                  7/73 
13:49:56 #13 25.56   Verifying        : cpp-8.5.0-13.el8.aarch64                              8/73 
13:49:56 #13 25.56   Verifying        : gcc-8.5.0-13.el8.aarch64                              9/73 
13:49:56 #13 25.56   Verifying        : gcc-plugin-annobin-8.5.0-13.el8.aarch64              10/73 
13:49:56 #13 25.56   Verifying        : git-2.31.1-2.el8.aarch64                             11/73 
13:49:56 #13 25.56   Verifying        : git-core-2.31.1-2.el8.aarch64                        12/73 
13:49:56 #13 25.56   Verifying        : git-core-doc-2.31.1-2.el8.noarch                     13/73 
13:49:56 #13 25.56   Verifying        : isl-0.16.1-6.el8.aarch64                             14/73 
13:49:56 #13 25.56   Verifying        : libmpc-1.1.0-9.1.el8.aarch64                         15/73 
13:49:56 #13 25.56   Verifying        : libseccomp-devel-2.5.2-1.el8.aarch64                 16/73 
13:49:56 #13 25.56   Verifying        : libtool-2.4.6-25.el8.aarch64                         17/73 
13:49:56 #13 25.56   Verifying        : libtool-ltdl-devel-2.4.6-25.el8.aarch64              18/73 
13:49:56 #13 25.56   Verifying        : libuv-1:1.41.1-1.el8_4.aarch64                       19/73 
13:49:56 #13 25.56   Verifying        : perl-Error-1:0.17025-2.el8.noarch                    20/73 
13:49:56 #13 25.56   Verifying        : perl-Git-2.31.1-2.el8.noarch                         21/73 
13:49:56 #13 25.56   Verifying        : perl-TermReadKey-2.37-7.el8.aarch64                  22/73 
13:49:56 #13 25.56   Verifying        : perl-Thread-Queue-3.13-1.el8.noarch                  23/73 
13:49:56 #13 25.56   Verifying        : vim-filesystem-2:8.0.1763-16.el8_5.12.noarch         24/73 
13:49:56 #13 25.56   Verifying        : checkpolicy-2.9-1.el8.aarch64                        25/73 
13:49:56 #13 25.56   Verifying        : glibc-devel-2.28-203.el8.aarch64                     26/73 
13:49:56 #13 25.56   Verifying        : glibc-headers-2.28-203.el8.aarch64                   27/73 
13:49:56 #13 25.56   Verifying        : glibc-langpack-en-2.28-203.el8.aarch64               28/73 
13:49:56 #13 25.56   Verifying        : kernel-headers-4.18.0-383.el8.aarch64                29/73 
13:49:56 #13 25.56   Verifying        : less-530-1.el8.aarch64                               30/73 
13:49:56 #13 25.56   Verifying        : libasan-8.5.0-13.el8.aarch64                         31/73 
13:49:56 #13 25.56   Verifying        : libatomic-8.5.0-13.el8.aarch64                       32/73 
13:49:56 #13 25.56   Verifying        : libedit-3.1-23.20170329cvs.el8.aarch64               33/73 
13:49:56 #13 25.56   Verifying        : libgomp-8.5.0-13.el8.aarch64                         34/73 
13:49:56 #13 25.56   Verifying        : libselinux-devel-2.9-5.el8.aarch64                   35/73 
13:49:56 #13 25.56   Verifying        : libselinux-utils-2.9-5.el8.aarch64                   36/73 
13:49:56 #13 25.56   Verifying        : libsepol-devel-2.9-3.el8.aarch64                     37/73 
13:49:56 #13 25.56   Verifying        : libubsan-8.5.0-13.el8.aarch64                        38/73 
13:49:56 #13 25.56   Verifying        : libxcrypt-devel-4.1.1-6.el8.aarch64                  39/73 
13:49:56 #13 25.56   Verifying        : m4-1.4.18-7.el8.aarch64                              40/73 
13:49:56 #13 25.56   Verifying        : make-1:4.2.1-11.el8.aarch64                          41/73 
13:49:56 #13 25.56   Verifying        : openssh-8.0p1-12.el8.aarch64                         42/73 
13:49:56 #13 25.56   Verifying        : openssh-clients-8.0p1-12.el8.aarch64                 43/73 
13:49:56 #13 25.56   Verifying        : pcre2-devel-10.32-2.el8.aarch64                      44/73 
13:49:56 #13 25.56   Verifying        : pcre2-utf16-10.32-2.el8.aarch64                      45/73 
13:49:56 #13 25.56   Verifying        : pcre2-utf32-10.32-2.el8.aarch64                      46/73 
13:49:56 #13 25.56   Verifying        : perl-Data-Dumper-2.167-399.el8.aarch64               47/73 
13:49:56 #13 25.56   Verifying        : policycoreutils-2.9-19.el8.aarch64                   48/73 
13:49:56 #13 25.56   Verifying        : policycoreutils-devel-2.9-19.el8.aarch64             49/73 
13:49:56 #13 25.56   Verifying        : policycoreutils-python-utils-2.9-19.el8.noarch       50/73 
13:49:56 #13 25.56   Verifying        : python3-audit-3.0.7-3.el8.aarch64                    51/73 
13:49:56 #13 25.56   Verifying        : python3-libselinux-2.9-5.el8.aarch64                 52/73 
13:49:56 #13 25.56   Verifying        : python3-libsemanage-2.9-8.el8.aarch64                53/73 
13:49:56 #13 25.56   Verifying        : python3-policycoreutils-2.9-19.el8.noarch            54/73 
13:49:56 #13 25.56   Verifying        : python3-setools-4.3.0-3.el8.aarch64                  55/73 
13:49:56 #13 25.56   Verifying        : rpm-plugin-selinux-4.14.3-23.el8.aarch64             56/73 
13:49:56 #13 25.56   Verifying        : selinux-policy-3.14.3-98.el8.noarch                  57/73 
13:49:56 #13 25.56   Verifying        : selinux-policy-devel-3.14.3-98.el8.noarch            58/73 
13:49:56 #13 25.56   Verifying        : selinux-policy-minimum-3.14.3-98.el8.noarch          59/73 
13:49:56 #13 25.56   Verifying        : systemd-devel-239-58.el8.aarch64                     60/73 
13:49:56 #13 25.56   Verifying        : device-mapper-devel-8:1.02.181-3.el8.aarch64         61/73 
13:49:56 #13 25.56   Verifying        : glibc-static-2.28-203.el8.aarch64                    62/73 
13:49:56 #13 25.56   Verifying        : libxcrypt-static-4.1.1-6.el8.aarch64                 63/73 
13:49:56 #13 25.56   Verifying        : glibc-gconv-extra-2.28-203.el8.aarch64               64/73 
13:49:56 #13 25.56   Verifying        : glibc-gconv-extra-2.28-199.el8.aarch64               65/73 
13:49:56 #13 25.56   Verifying        : glibc-2.28-203.el8.aarch64                           66/73 
13:49:56 #13 25.56   Verifying        : glibc-2.28-199.el8.aarch64                           67/73 
13:49:56 #13 25.56   Verifying        : glibc-common-2.28-203.el8.aarch64                    68/73 
13:49:56 #13 25.56   Verifying        : glibc-common-2.28-199.el8.aarch64                    69/73 
13:49:56 #13 25.56   Verifying        : glibc-minimal-langpack-2.28-203.el8.aarch64          70/73 
13:49:56 #13 25.56   Verifying        : glibc-minimal-langpack-2.28-199.el8.aarch64          71/73 
13:49:56 #13 25.56   Verifying        : which-2.21-18.el8.aarch64                            72/73 
13:49:56 #13 25.56   Verifying        : which-2.21-17.el8.aarch64                            73/73 
13:49:56 #13 25.77 
13:49:56 #13 25.77 Upgraded:
13:49:56 #13 25.77   glibc-2.28-203.el8.aarch64                                                    
13:49:56 #13 25.77   glibc-common-2.28-203.el8.aarch64                                             
13:49:56 #13 25.77   glibc-gconv-extra-2.28-203.el8.aarch64                                        
13:49:56 #13 25.77   glibc-minimal-langpack-2.28-203.el8.aarch64                                   
13:49:56 #13 25.77   which-2.21-18.el8.aarch64                                                     
13:49:56 #13 25.77 Installed:
13:49:56 #13 25.77   annobin-10.67-1.el8.aarch64                                                   
13:49:56 #13 25.77   autoconf-2.69-29.el8.noarch                                                   
13:49:56 #13 25.77   automake-1.16.1-7.el8.noarch                                                  
13:49:56 #13 25.77   checkpolicy-2.9-1.el8.aarch64                                                 
13:49:56 #13 25.77   cmake-3.20.2-4.el8.aarch64                                                    
13:49:56 #13 25.77   cmake-data-3.20.2-4.el8.noarch                                                
13:49:56 #13 25.77   cmake-filesystem-3.20.2-4.el8.aarch64                                         
13:49:56 #13 25.77   cmake-rpm-macros-3.20.2-4.el8.noarch                                          
13:49:56 #13 25.77   cpp-8.5.0-13.el8.aarch64                                                      
13:49:56 #13 25.77   device-mapper-devel-8:1.02.181-3.el8.aarch64                                  
13:49:56 #13 25.77   gcc-8.5.0-13.el8.aarch64                                                      
13:49:56 #13 25.77   gcc-plugin-annobin-8.5.0-13.el8.aarch64                                       
13:49:56 #13 25.77   git-2.31.1-2.el8.aarch64                                                      
13:49:56 #13 25.77   git-core-2.31.1-2.el8.aarch64                                                 
13:49:56 #13 25.77   git-core-doc-2.31.1-2.el8.noarch                                              
13:49:56 #13 25.77   glibc-devel-2.28-203.el8.aarch64                                              
13:49:56 #13 25.77   glibc-headers-2.28-203.el8.aarch64                                            
13:49:56 #13 25.77   glibc-langpack-en-2.28-203.el8.aarch64                                        
13:49:56 #13 25.77   glibc-static-2.28-203.el8.aarch64                                             
13:49:56 #13 25.77   isl-0.16.1-6.el8.aarch64                                                      
13:49:56 #13 25.77   kernel-headers-4.18.0-383.el8.aarch64                                         
13:49:56 #13 25.77   less-530-1.el8.aarch64                                                        
13:49:56 #13 25.77   libasan-8.5.0-13.el8.aarch64                                                  
13:49:56 #13 25.77   libatomic-8.5.0-13.el8.aarch64                                                
13:49:56 #13 25.77   libedit-3.1-23.20170329cvs.el8.aarch64                                        
13:49:56 #13 25.77   libgomp-8.5.0-13.el8.aarch64                                                  
13:49:56 #13 25.77   libmpc-1.1.0-9.1.el8.aarch64                                                  
13:49:56 #13 25.77   libseccomp-devel-2.5.2-1.el8.aarch64                                          
13:49:56 #13 25.77   libselinux-devel-2.9-5.el8.aarch64                                            
13:49:56 #13 25.77   libselinux-utils-2.9-5.el8.aarch64                                            
13:49:56 #13 25.77   libsepol-devel-2.9-3.el8.aarch64                                              
13:49:56 #13 25.77   libtool-2.4.6-25.el8.aarch64                                                  
13:49:56 #13 25.77   libtool-ltdl-devel-2.4.6-25.el8.aarch64                                       
13:49:56 #13 25.77   libubsan-8.5.0-13.el8.aarch64                                                 
13:49:56 #13 25.77   libuv-1:1.41.1-1.el8_4.aarch64                                                
13:49:56 #13 25.77   libxcrypt-devel-4.1.1-6.el8.aarch64                                           
13:49:56 #13 25.77   libxcrypt-static-4.1.1-6.el8.aarch64                                          
13:49:56 #13 25.77   m4-1.4.18-7.el8.aarch64                                                       
13:49:56 #13 25.77   make-1:4.2.1-11.el8.aarch64                                                   
13:49:56 #13 25.77   openssh-8.0p1-12.el8.aarch64                                                  
13:49:56 #13 25.77   openssh-clients-8.0p1-12.el8.aarch64                                          
13:49:56 #13 25.77   pcre2-devel-10.32-2.el8.aarch64                                               
13:49:56 #13 25.77   pcre2-utf16-10.32-2.el8.aarch64                                               
13:49:56 #13 25.77   pcre2-utf32-10.32-2.el8.aarch64                                               
13:49:56 #13 25.77   perl-Data-Dumper-2.167-399.el8.aarch64                                        
13:49:56 #13 25.77   perl-Error-1:0.17025-2.el8.noarch                                             
13:49:56 #13 25.77   perl-Git-2.31.1-2.el8.noarch                                                  
13:49:56 #13 25.77   perl-TermReadKey-2.37-7.el8.aarch64                                           
13:49:56 #13 25.77   perl-Thread-Queue-3.13-1.el8.noarch                                           
13:49:56 #13 25.77   policycoreutils-2.9-19.el8.aarch64                                            
13:49:56 #13 25.77   policycoreutils-devel-2.9-19.el8.aarch64                                      
13:49:56 #13 25.77   policycoreutils-python-utils-2.9-19.el8.noarch                                
13:49:56 #13 25.77   python3-audit-3.0.7-3.el8.aarch64                                             
13:49:56 #13 25.77   python3-libselinux-2.9-5.el8.aarch64                                          
13:49:56 #13 25.77   python3-libsemanage-2.9-8.el8.aarch64                                         
13:49:56 #13 25.77   python3-policycoreutils-2.9-19.el8.noarch                                     
13:49:56 #13 25.77   python3-setools-4.3.0-3.el8.aarch64                                           
13:49:56 #13 25.77   rpm-plugin-selinux-4.14.3-23.el8.aarch64                                      
13:49:56 #13 25.77   selinux-policy-3.14.3-98.el8.noarch                                           
13:49:56 #13 25.77   selinux-policy-devel-3.14.3-98.el8.noarch                                     
13:49:56 #13 25.77   selinux-policy-minimum-3.14.3-98.el8.noarch                                   
13:49:56 #13 25.77   systemd-devel-239-58.el8.aarch64                                              
13:49:56 #13 25.77   vim-filesystem-2:8.0.1763-16.el8_5.12.noarch                                  
13:49:56 #13 25.77 
13:49:56 #13 25.77 Complete!
13:49:56 #13 DONE 26.1s
13:49:56 
13:49:56 #15 [stage-1 8/9] COPY --from=golang /usr/local/go /usr/local/go
13:49:56 #15 sha256:00f157d2cfeb595282fda7388cffe5d366e91b0ec4b288ae84325ab9e6f9a67f
13:49:58 #15 DONE 1.6s
13:49:58 
13:49:58 #16 [stage-1 9/9] WORKDIR /root/rpmbuild
13:49:58 #16 sha256:572334ec6e686d1ab12a728dd63e20830056d7ede79b0755c7304eef09b00952
13:49:58 #16 DONE 0.0s
13:49:58 
13:49:58 #17 exporting to image
13:49:58 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:49:58 #17 exporting layers
13:50:00 #17 exporting layers 2.3s done
13:50:00 #17 writing image sha256:c7adb39b7edc4d17eae371f908b038451dce104b7d1e3a6c29196d600555d8d1 done
13:50:00 #17 naming to docker.io/rpmbuild-centos-8/aarch64 done
13:50:00 #17 DONE 2.3s
13:50:00 docker run --rm -e PLATFORM -e GOPROXY=https://proxy.golang.org -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/centos-8/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/centos-8/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-8/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' --define '_without_btrfs 1' SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-compose-plugin.spec
13:50:00 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ESLeIi
13:50:00 + umask 022
13:50:00 + cd /root/rpmbuild/BUILD
13:50:00 + cd /root/rpmbuild/BUILD
13:50:00 + rm -rf src
13:50:00 + /usr/bin/mkdir -p src
13:50:00 + cd src
13:50:00 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:50:00 + /usr/bin/tar -xof -
13:50:01 + STATUS=0
13:50:01 + '[' 0 -ne 0 ']'
13:50:01 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:50:01 + /usr/bin/tar -xof -
13:50:01 + STATUS=0
13:50:01 + '[' 0 -ne 0 ']'
13:50:01 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:50:01 + exit 0
13:50:01 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Arf7pg
13:50:01 + umask 022
13:50:01 + cd /root/rpmbuild/BUILD
13:50:01 + cd src
13:50:01 + export DOCKER_GITCOMMIT=90033ab
13:50:01 + DOCKER_GITCOMMIT=90033ab
13:50:01 + mkdir -p /go/src/github.com/docker
13:50:01 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:50:01 + pushd /root/rpmbuild/BUILD/src/engine
13:50:01 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:50:01 + for component in tini "proxy dynamic"
13:50:01 + TMP_GOPATH=/go
13:50:01 + hack/dockerfile/install/install.sh tini
13:50:01 + RM_GOPATH=0
13:50:01 + TMP_GOPATH=/go
13:50:01 + : /usr/local/bin
13:50:01 + '[' -z /go ']'
13:50:01 + export GOPATH=/go
13:50:01 + GOPATH=/go
13:50:01 + case "$(go env GOARCH)" in
13:50:01 ++ go env GOARCH
13:50:01 + export GO_BUILDMODE=-buildmode=pie
13:50:01 + GO_BUILDMODE=-buildmode=pie
13:50:01 ++ dirname hack/dockerfile/install/install.sh
13:50:01 + dir=hack/dockerfile/install
13:50:01 + bin=tini
13:50:01 + shift
13:50:01 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:50:01 + . hack/dockerfile/install/tini.installer
13:50:01 ++ : v0.19.0
13:50:01 + install_tini
13:50:01 + echo 'Install tini version v0.19.0'
13:50:01 + git clone https://github.com/krallin/tini.git /go/tini
13:50:01 Install tini version v0.19.0
13:50:01 Cloning into '/go/tini'...
13:50:02 + cd /go/tini
13:50:02 + git checkout -q v0.19.0
13:50:02 + cmake .
13:50:02 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:50:02   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:50:02   CMake.
13:50:02 
13:50:02   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:50:02   CMake that the project does not need compatibility with older versions.
13:50:02 
13:50:02 
13:50:02 -- The C compiler identification is GNU 8.5.0
13:50:02 -- Detecting C compiler ABI info
13:50:02 -- Detecting C compiler ABI info - done
13:50:02 -- Check for working C compiler: /usr/bin/cc - skipped
13:50:02 -- Detecting C compile features
13:50:02 -- Detecting C compile features - done
13:50:02 -- Performing Test HAS_BUILTIN_FORTIFY
13:50:02 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:50:02 -- Configuring done
13:50:02 -- Generating done
13:50:02 -- Build files have been written to: /go/tini
13:50:02 + make tini-static
13:50:02 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:50:02 [100%] Linking C executable tini-static
13:50:03 [100%] Built target tini-static
13:50:03 + mkdir -p /usr/local/bin
13:50:03 + cp tini-static /usr/local/bin/docker-init
13:50:03 + for component in tini "proxy dynamic"
13:50:03 + TMP_GOPATH=/go
13:50:03 + hack/dockerfile/install/install.sh proxy dynamic
13:50:03 + RM_GOPATH=0
13:50:03 + TMP_GOPATH=/go
13:50:03 + : /usr/local/bin
13:50:03 + '[' -z /go ']'
13:50:03 + export GOPATH=/go
13:50:03 + GOPATH=/go
13:50:03 + case "$(go env GOARCH)" in
13:50:03 ++ go env GOARCH
13:50:03 + export GO_BUILDMODE=-buildmode=pie
13:50:03 + GO_BUILDMODE=-buildmode=pie
13:50:03 ++ dirname hack/dockerfile/install/install.sh
13:50:03 + dir=hack/dockerfile/install
13:50:03 + bin=proxy
13:50:03 + shift
13:50:03 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
13:50:03 + . hack/dockerfile/install/proxy.installer
13:50:03 ++ : 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:50:03 + install_proxy dynamic
13:50:03 + case "$1" in
13:50:03 + install_proxy_dynamic
13:50:03 + export PROXY_LDFLAGS=-linkmode=external install_proxy
13:50:03 + PROXY_LDFLAGS=-linkmode=external
13:50:03 + export BUILD_MODE=-buildmode=pie
13:50:03 + BUILD_MODE=-buildmode=pie
13:50:03 + _install_proxy
13:50:03 + echo 'Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b'
13:50:03 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
13:50:03 Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:50:03 Cloning into '/go/src/github.com/docker/libnetwork'...
13:50:04 + cd /go/src/github.com/docker/libnetwork
13:50:04 + git checkout -q 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:50:04 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:50:12 + return
13:50:12 + VERSION=0.0.0-20220511162217-aa7e414
13:50:12 + PRODUCT=docker
13:50:12 + hack/make.sh dynbinary
13:50:12 
13:50:12 Removing bundles/
13:50:12 
13:50:12 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:50:12 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:50:12 GOOS="" GOARCH="" GOARM=""
13:51:20 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:51:20 
13:51:20 + popd
13:51:20 ~/rpmbuild/BUILD/src
13:51:20 + exit 0
13:51:20 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3x4Jsj
13:51:20 + umask 022
13:51:20 + cd /root/rpmbuild/BUILD
13:51:20 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el8.aarch64 '!=' / ']'
13:51:20 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:51:20 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:51:20 + mkdir -p /root/rpmbuild/BUILDROOT
13:51:20 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:51:20 + cd src
13:51:20 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:51:20 + 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.el8.aarch64/usr/bin/dockerd
13:51:20 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/bin/docker-proxy
13:51:20 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/bin/docker-init
13:51:20 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/lib/systemd/system/docker.service
13:51:20 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/lib/systemd/system/docker.socket
13:51:20 + /usr/lib/rpm/check-buildroot
13:51:20 + /usr/lib/rpm/redhat/brp-ldconfig
13:51:20 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:51:20 + /usr/lib/rpm/brp-compress
13:51:20 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:51:20 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:51:20 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
13:51:20 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:51:20 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:51:20 + /usr/lib/rpm/brp-python-hardlink
13:51:20 + PYTHON3=/usr/libexec/platform-python
13:51:20 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:51:20 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.DFSVYi
13:51:20 + umask 022
13:51:20 + cd /root/rpmbuild/BUILD
13:51:20 + cd src
13:51:20 ++ engine/bundles/dynbinary-daemon/dockerd --version
13:51:20 + ver='Docker version 0.0.0-20220511162217-aa7e414, build 90033ab'
13:51:20 + test 'Docker version 0.0.0-20220511162217-aa7e414, build 90033ab' = 'Docker version 0.0.0-20220511162217-aa7e414, build 90033ab'
13:51:20 + echo 'PASS: daemon version OK'
13:51:20 PASS: daemon version OK
13:51:20 + exit 0
13:51:20 Processing files: docker-ce-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:51:20 Provides: docker-ce = 3:0.0.0.20220511162217.aa7e414-0.el8 docker-ce(aarch-64) = 3:0.0.0.20220511162217.aa7e414-0.el8
13:51:20 Requires(interp): /bin/sh /bin/sh /bin/sh
13:51:20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:51:20 Requires(post): /bin/sh
13:51:20 Requires(preun): /bin/sh
13:51:20 Requires(postun): /bin/sh
13:51:20 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(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:20 Conflicts: docker docker-ee docker-engine-cs docker-io
13:51:20 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:51:20 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:51:20 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220511162217.aa7e414-0.el8.src.rpm
13:51:28 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0.20220511162217.aa7e414-0.el8.aarch64.rpm
13:51:28 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.13VXtg
13:51:28 + umask 022
13:51:28 + cd /root/rpmbuild/BUILD
13:51:28 + cd src
13:51:28 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:51:28 + exit 0
13:51:28 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rVzeSh
13:51:28 + umask 022
13:51:28 + cd /root/rpmbuild/BUILD
13:51:28 + cd /root/rpmbuild/BUILD
13:51:28 + rm -rf src
13:51:28 + /usr/bin/mkdir -p src
13:51:28 + cd src
13:51:28 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:51:28 + /usr/bin/tar -xof -
13:51:28 + STATUS=0
13:51:28 + '[' 0 -ne 0 ']'
13:51:28 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
13:51:28 + /usr/bin/tar -xof -
13:51:28 + STATUS=0
13:51:28 + '[' 0 -ne 0 ']'
13:51:28 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:51:28 + exit 0
13:51:28 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Bd1QVg
13:51:28 + umask 022
13:51:28 + cd /root/rpmbuild/BUILD
13:51:28 + cd src
13:51:28 + mkdir -p /go/src/github.com/docker
13:51:28 + rm -f /go/src/github.com/docker/cli
13:51:28 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:51:28 + pushd /go/src/github.com/docker/cli
13:51:28 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:51:28 + make VERSION=0.0.0-20220511162217-aa7e414 GITCOMMIT=aa7e414 dynbinary manpages
13:51:28 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:51:28 GO_LINKMODE=dynamic ./scripts/build/binary
13:51:28 Building dynamic docker-linux-arm64
13:52:36 scripts/docs/generate-man.sh
13:53:32 Project root: /go/src/github.com/docker/cli
13:53:32 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:53:32 2022/05/31 13:53:25 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:53:32 + popd
13:53:32 ~/rpmbuild/BUILD/src
13:53:32 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:53:32 + pushd /root/rpmbuild/BUILD/src/plugins
13:53:32 + for installer in *.installer
13:53:32 + '[' app.installer '!=' scan.installer ']'
13:53:32 + bash app.installer build
13:53:32 Cloning into '/go/src/github.com/docker/app'...
13:53:32 Fetching origin
13:53:32 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:54:19 + for installer in *.installer
13:54:19 + '[' buildx.installer '!=' scan.installer ']'
13:54:19 + bash buildx.installer build
13:54:19 Cloning into '/go/src/github.com/docker/buildx'...
13:54:19 Fetching origin
13:54:19 + GO111MODULE=on
13:54:19 + 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:55:40 + popd
13:55:40 + exit 0
13:55:40 ~/rpmbuild/BUILD/src
13:55:40 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ViOGTh
13:55:40 + umask 022
13:55:40 + cd /root/rpmbuild/BUILD
13:55:40 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64 '!=' / ']'
13:55:40 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:40 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:40 + mkdir -p /root/rpmbuild/BUILDROOT
13:55:40 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:40 + cd src
13:55:40 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/bin
13:55:40 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/bin/docker
13:55:40 + pushd /root/rpmbuild/BUILD/src/plugins
13:55:40 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:55:40 + for installer in *.installer
13:55:40 + '[' app.installer '!=' scan.installer ']'
13:55:40 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:40 + PREFIX=/usr/libexec/docker/cli-plugins
13:55:40 + bash app.installer install_plugin
13:55:40 + for installer in *.installer
13:55:40 + '[' buildx.installer '!=' scan.installer ']'
13:55:40 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:40 + PREFIX=/usr/libexec/docker/cli-plugins
13:55:40 + bash buildx.installer install_plugin
13:55:40 + popd
13:55:40 ~/rpmbuild/BUILD/src
13:55:40 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/bash-completion/completions
13:55:40 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/zsh/vendor-completions
13:55:40 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/fish/vendor_completions.d
13:55:40 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/bash-completion/completions/docker
13:55:40 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/zsh/vendor-completions/_docker
13:55:40 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/fish/vendor_completions.d/docker.fish
13:55:40 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/man/man1
13:55:40 + 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.el8.aarch64/usr/share/man/man1
13:55:40 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/man/man5
13:55:40 + 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.el8.aarch64/usr/share/man/man5
13:55:40 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/man/man8
13:55:40 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/man/man8
13:55:40 + mkdir -p build-docs
13:55:40 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:55:40 + cp cli/LICENSE build-docs/LICENSE
13:55:40 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:55:40 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:55:40 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:55:40 + cp cli/NOTICE build-docs/NOTICE
13:55:40 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:55:40 + cp cli/README.md build-docs/README.md
13:55:40 + /usr/lib/rpm/check-buildroot
13:55:40 + /usr/lib/rpm/redhat/brp-ldconfig
13:55:40 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:55:40 + /usr/lib/rpm/brp-compress
13:55:40 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:55:40 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:55:40 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:55:40 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:55:40 + /usr/lib/rpm/brp-python-hardlink
13:55:40 + PYTHON3=/usr/libexec/platform-python
13:55:40 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:55:40 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.UZhcyf
13:55:40 + umask 022
13:55:40 + cd /root/rpmbuild/BUILD
13:55:40 + cd src
13:55:40 ++ cli/build/docker --version
13:55:40 + ver='Docker version 0.0.0-20220511162217-aa7e414, build aa7e414'
13:55:40 + test 'Docker version 0.0.0-20220511162217-aa7e414, build aa7e414' = 'Docker version 0.0.0-20220511162217-aa7e414, build aa7e414'
13:55:40 + echo 'PASS: cli version OK'
13:55:40 + exit 0
13:55:40 PASS: cli version OK
13:55:40 Processing files: docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:40 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0CBFXh
13:55:40 + umask 022
13:55:40 + cd /root/rpmbuild/BUILD
13:55:40 + cd src
13:55:40 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:55:40 + export LC_ALL=C
13:55:40 + LC_ALL=C
13:55:40 + export DOCDIR
13:55:40 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:55:40 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:55:40 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:55:40 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:55:40 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/share/doc/docker-ce-cli
13:55:40 + exit 0
13:55:40 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
13:55:40 Provides: docker-ce-cli = 1:0.0.0.20220511162217.aa7e414-0.el8 docker-ce-cli(aarch-64) = 1:0.0.0.20220511162217.aa7e414-0.el8
13:55:40 Requires(interp): /bin/sh
13:55:40 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:55:40 Requires(post): /bin/sh
13:55:40 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(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:55:40 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:55:40 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:40 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.src.rpm
13:55:47 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64.rpm
13:55:47 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Cz3P2f
13:55:47 + umask 022
13:55:47 + cd /root/rpmbuild/BUILD
13:55:47 + cd src
13:55:47 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:47 + exit 0
13:55:47 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.SgBxRh
13:55:47 + umask 022
13:55:47 + cd /root/rpmbuild/BUILD
13:55:47 + cd /root/rpmbuild/BUILD
13:55:47 + rm -rf src
13:55:47 + /usr/bin/mkdir -p src
13:55:47 + cd src
13:55:47 + /usr/bin/tar -xof -
13:55:47 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:55:47 + STATUS=0
13:55:47 + '[' 0 -ne 0 ']'
13:55:47 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:55:47 + /usr/bin/tar -xof -
13:55:47 + STATUS=0
13:55:47 + '[' 0 -ne 0 ']'
13:55:47 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:55:47 + exit 0
13:55:47 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.J4CZHf
13:55:47 + umask 022
13:55:47 + cd /root/rpmbuild/BUILD
13:55:47 + cd src
13:55:47 + export DOCKER_GITCOMMIT=90033ab
13:55:47 + DOCKER_GITCOMMIT=90033ab
13:55:47 + mkdir -p /go/src/github.com/docker
13:55:47 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:55:47 + TMP_GOPATH=/go
13:55:47 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:55:47 + RM_GOPATH=0
13:55:47 + TMP_GOPATH=/go
13:55:47 + : /usr/local/bin
13:55:47 + '[' -z /go ']'
13:55:47 + export GOPATH=/go
13:55:47 + GOPATH=/go
13:55:47 + case "$(go env GOARCH)" in
13:55:47 ++ go env GOARCH
13:55:47 + export GO_BUILDMODE=-buildmode=pie
13:55:47 + GO_BUILDMODE=-buildmode=pie
13:55:47 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:55:47 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:55:47 + bin=rootlesskit
13:55:47 + shift
13:55:47 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:55:47 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:55:47 ++ : v0.14.4
13:55:47 + install_rootlesskit dynamic
13:55:47 + case "$1" in
13:55:47 + install_rootlesskit_dynamic
13:55:47 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:55:47 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:55:47 + export BUILD_MODE=-buildmode=pie
13:55:47 + BUILD_MODE=-buildmode=pie
13:55:47 + _install_rootlesskit
13:55:47 + echo 'Install rootlesskit version v0.14.4'
13:55:47 + for f in rootlesskit rootlesskit-docker-proxy
13:55:47 + GOBIN=/usr/local/bin
13:55:47 + GO111MODULE=on
13:55:47 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
13:55:47 Install rootlesskit version v0.14.4
13:55:47 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
13:55:49 go: downloading github.com/pkg/errors v0.9.1
13:55:49 go: downloading github.com/sirupsen/logrus v1.8.1
13:55:49 go: downloading github.com/urfave/cli/v2 v2.3.0
13:55:49 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:55:49 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:55:49 go: downloading github.com/google/uuid v1.3.0
13:55:49 go: downloading github.com/moby/vpnkit v0.5.0
13:55:49 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:55:49 go: downloading github.com/gofrs/flock v0.8.1
13:55:49 go: downloading github.com/gorilla/mux v1.8.0
13:55:49 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:55:49 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:55:49 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:55:49 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:55:50 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:55:55 + for f in rootlesskit rootlesskit-docker-proxy
13:55:55 + GOBIN=/usr/local/bin
13:55:55 + GO111MODULE=on
13:55:55 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
13:55:56 + return
13:55:56 + exit 0
13:55:56 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Cupt0g
13:55:56 + umask 022
13:55:56 + cd /root/rpmbuild/BUILD
13:55:56 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64 '!=' / ']'
13:55:56 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:56 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:56 + mkdir -p /root/rpmbuild/BUILDROOT
13:55:56 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:56 + cd src
13:55:56 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/bin/dockerd-rootless.sh
13:55:56 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/bin/dockerd-rootless-setuptool.sh
13:55:56 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/bin/rootlesskit
13:55:56 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64/usr/bin/rootlesskit-docker-proxy
13:55:56 + /usr/lib/rpm/check-buildroot
13:55:56 + /usr/lib/rpm/redhat/brp-ldconfig
13:55:56 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:55:56 + /usr/lib/rpm/brp-compress
13:55:56 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:55:56 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:55:56 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:55:56 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:55:56 + /usr/lib/rpm/brp-python-hardlink
13:55:56 + PYTHON3=/usr/libexec/platform-python
13:55:56 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:55:56 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ZMmH3f
13:55:56 + umask 022
13:55:56 + cd /root/rpmbuild/BUILD
13:55:56 + cd src
13:55:56 + /usr/local/bin/rootlesskit -v
13:55:56 rootlesskit version 0.14.4
13:55:56 + exit 0
13:55:56 Processing files: docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:56 Provides: docker-ce-rootless-extras = 0:0.0.0.20220511162217.aa7e414-0.el8 docker-ce-rootless-extras(aarch-64) = 0:0.0.0.20220511162217.aa7e414-0.el8
13:55:56 Requires(interp): /bin/sh /bin/sh /bin/sh
13:55:56 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:55:56 Requires(post): /bin/sh
13:55:56 Requires(preun): /bin/sh
13:55:56 Requires(postun): /bin/sh
13:55:56 Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) rtld(GNU_HASH)
13:55:56 Conflicts: rootlesskit
13:55:56 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:57 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.src.rpm
13:55:59 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64.rpm
13:55:59 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.by8Gmf
13:55:59 + umask 022
13:55:59 + cd /root/rpmbuild/BUILD
13:55:59 + cd src
13:55:59 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220511162217.aa7e414-0.el8.aarch64
13:55:59 + exit 0
13:55:59 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.WHnECh
13:55:59 + umask 022
13:55:59 + cd /root/rpmbuild/BUILD
13:55:59 + cd /root/rpmbuild/BUILD
13:55:59 + rm -rf src
13:55:59 + /usr/bin/mkdir -p src
13:55:59 + cd src
13:55:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:55:59 + /usr/bin/tar -xof -
13:55:59 + STATUS=0
13:55:59 + '[' 0 -ne 0 ']'
13:55:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
13:55:59 + /usr/bin/tar -xof -
13:55:59 + STATUS=0
13:55:59 + '[' 0 -ne 0 ']'
13:55:59 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:55:59 + exit 0
13:55:59 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.hw3Msh
13:55:59 + umask 022
13:55:59 + cd /root/rpmbuild/BUILD
13:55:59 + cd src
13:55:59 + pushd /root/rpmbuild/BUILD/src/compose
13:55:59 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:55:59 + GOPROXY=https://proxy.golang.org
13:55:59 + GO111MODULE=on
13:55:59 + go mod download
13:56:38 + GOPROXY=https://proxy.golang.org
13:56:38 + GO111MODULE=on
13:56:38 + GIT_TAG=v2.6.0
13:56:38 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
13:56:38 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:57:34 + popd
13:57:34 + exit 0
13:57:34 ~/rpmbuild/BUILD/src
13:57:34 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.A3vFFf
13:57:34 + umask 022
13:57:34 + cd /root/rpmbuild/BUILD
13:57:34 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64 '!=' / ']'
13:57:34 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64
13:57:34 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64
13:57:34 + mkdir -p /root/rpmbuild/BUILDROOT
13:57:34 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64
13:57:34 + cd src
13:57:34 + pushd /root/rpmbuild/BUILD/src/compose
13:57:34 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
13:57:34 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:57:34 + popd
13:57:34 ~/rpmbuild/BUILD/src
13:57:34 + for f in LICENSE MAINTAINERS NOTICE README.md
13:57:34 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
13:57:34 + for f in LICENSE MAINTAINERS NOTICE README.md
13:57:34 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
13:57:34 + for f in LICENSE MAINTAINERS NOTICE README.md
13:57:34 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
13:57:34 + for f in LICENSE MAINTAINERS NOTICE README.md
13:57:34 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
13:57:34 + /usr/lib/rpm/check-buildroot
13:57:34 + /usr/lib/rpm/redhat/brp-ldconfig
13:57:34 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:57:34 + /usr/lib/rpm/brp-compress
13:57:34 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:57:34 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:57:34 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:57:34 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:57:34 + /usr/lib/rpm/brp-python-hardlink
13:57:34 + PYTHON3=/usr/libexec/platform-python
13:57:34 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:57:34 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.49jPNg
13:57:34 + umask 022
13:57:34 + cd /root/rpmbuild/BUILD
13:57:34 + cd src
13:57:34 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
13:57:34 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
13:57:34 + ver=v2.6.0
13:57:34 + test v2.6.0 = v2.6.0
13:57:34 + echo 'PASS: docker-compose version OK'
13:57:34 + exit 0
13:57:34 PASS: docker-compose version OK
13:57:34 Processing files: docker-compose-plugin-2.6.0-0.el8.aarch64
13:57:34 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.mV3wkh
13:57:34 + umask 022
13:57:34 + cd /root/rpmbuild/BUILD
13:57:34 + cd src
13:57:34 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/share/doc/docker-compose-plugin
13:57:34 + export LC_ALL=C
13:57:34 + LC_ALL=C
13:57:34 + export DOCDIR
13:57:34 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/share/doc/docker-compose-plugin
13:57:34 + 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.el8.aarch64/usr/share/doc/docker-compose-plugin
13:57:34 + exit 0
13:57:34 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.bxaDRg
13:57:34 + umask 022
13:57:34 + cd /root/rpmbuild/BUILD
13:57:34 + cd src
13:57:34 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
13:57:34 + export LC_ALL=C
13:57:34 + LC_ALL=C
13:57:34 + export LICENSEDIR
13:57:34 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
13:57:34 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
13:57:34 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
13:57:34 + exit 0
13:57:34 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose
13:57:34 Provides: docker-compose-plugin = 0:2.6.0-0.el8 docker-compose-plugin(aarch-64) = 0:2.6.0-0.el8
13:57:34 Requires(interp): /bin/sh /bin/sh /bin/sh
13:57:34 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:57:34 Requires(post): /bin/sh
13:57:34 Requires(preun): /bin/sh
13:57:34 Requires(postun): /bin/sh
13:57:34 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64
13:57:34 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.6.0-0.el8.src.rpm
13:57:34 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.6.0-0.el8.aarch64.rpm
13:57:34 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.I57A8g
13:57:34 + umask 022
13:57:34 + cd /root/rpmbuild/BUILD
13:57:34 + cd src
13:57:34 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.6.0-0.el8.aarch64
13:57:34 + exit 0
13:57:37 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8"
13:57:37 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'