Skip to content

Console Output

10:59:47 + make REF=20.10 centos-9
10:59:47 git init src/github.com/docker/cli
10:59:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:59:47 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:59:47 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:59:47 + SRC=src/github.com/docker/cli
10:59:47 + REF=20.10
10:59:47 + REF_FETCH=20.10
10:59:47 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
10:59:47 + awk {print $2}
10:59:47 + REF=refs/heads/20.10
10:59:47 + [ -n refs/heads/20.10 ]
10:59:47 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:47 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:48 From https://github.com/docker/cli
10:59:48  * [new branch]      20.10      -> 20.10
10:59:48  * [new branch]      20.10      -> origin/20.10
10:59:48 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:59:48 git init src/github.com/docker/docker
10:59:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:59:49 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:59:49 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:59:49 + SRC=src/github.com/docker/docker
10:59:49 + REF=20.10
10:59:49 + REF_FETCH=20.10
10:59:49 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
10:59:49 + awk {print $2}
10:59:49 + REF=refs/heads/20.10
10:59:49 + [ -n refs/heads/20.10 ]
10:59:49 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:49 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:50 From https://github.com/docker/docker
10:59:50  * [new branch]      20.10      -> 20.10
10:59:50  * [new branch]      20.10      -> origin/20.10
10:59:50 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
10:59:50 git init src/github.com/docker/compose
10:59:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
10:59:50 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
10:59:50 ./scripts/checkout.sh src/github.com/docker/compose "v2.7.0"
10:59:50 + SRC=src/github.com/docker/compose
10:59:50 + REF=v2.7.0
10:59:50 + REF_FETCH=v2.7.0
10:59:50 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.7.0
10:59:50 + awk {print $2}
10:59:50 + REF=refs/tags/v2.7.0
10:59:50 + [ -n refs/tags/v2.7.0 ]
10:59:50 + REF_FETCH=refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:50 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:51 From https://github.com/docker/compose
10:59:51  * [new tag]         v2.7.0     -> v2.7.0
10:59:51 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.7.0
10:59:51 git init src/github.com/docker/scan-cli-plugin
10:59:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
10:59:51 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
10:59:51 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
10:59:51 + SRC=src/github.com/docker/scan-cli-plugin
10:59:51 + REF=v0.17.0
10:59:51 + REF_FETCH=v0.17.0
10:59:51 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
10:59:51 + awk {print $2}
10:59:51 + REF=refs/tags/v0.17.0
10:59:51 + [ -n refs/tags/v0.17.0 ]
10:59:51 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
10:59:51 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
10:59:51 From https://github.com/docker/scan-cli-plugin
10:59:51  * [new tag]         v0.17.0    -> v0.17.0
10:59:51 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
10:59:51 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.17.13 centos-9
10:59:51 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
10:59:51 mkdir -p rpmbuild/SOURCES
10:59:51 docker run --rm -w /v \
10:59:51 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
10:59:51 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:51 	alpine \
10:59:51 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
10:59:51 Unable to find image 'alpine:latest' locally
10:59:51 latest: Pulling from library/alpine
10:59:51 530afca65e2e: Pulling fs layer
10:59:51 530afca65e2e: Verifying Checksum
10:59:51 530afca65e2e: Download complete
10:59:52 530afca65e2e: Pull complete
10:59:52 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
10:59:52 Status: Downloaded newer image for alpine:latest
10:59:57 mkdir -p rpmbuild/SOURCES
10:59:57 docker run --rm -w /v \
10:59:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
10:59:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:57 	alpine \
10:59:57 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
10:59:59 mkdir -p rpmbuild/SOURCES
10:59:59 docker run --rm -w /v \
10:59:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
10:59:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:59 	alpine \
10:59:59 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
10:59:59 mkdir -p rpmbuild/SOURCES
10:59:59 docker run --rm -w /v \
10:59:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
10:59:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
10:59:59 	alpine \
10:59:59 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:00:00 mkdir -p rpmbuild/SOURCES
11:00:00 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
11:00:00 mkdir -p rpmbuild/SOURCES
11:00:00 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
11:00:00 docker run --rm -w /v \
11:00:00 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
11:00:00 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
11:00:00 	alpine \
11:00:00 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
11:00:01 == Building packages for centos-9 ==
11:00:01 mkdir -p "rpmbuild/centos-9"
11:00:01 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.13-buster -t rpmbuild-centos-9/x86_64 -f centos-9/Dockerfile .
11:00:01 #1 [internal] load build definition from Dockerfile
11:00:01 #1 sha256:d7c21370b9842df48cb2bbfd33520a2f724adecaddd9f4a11dd1445ad28cb816
11:00:01 #1 transferring dockerfile: 1.29kB done
11:00:01 #1 DONE 0.0s
11:00:01 
11:00:01 #2 [internal] load .dockerignore
11:00:01 #2 sha256:207e1b88198d754c2c8742eabe5cca1c5cfa3d1c8bbc880c11adecd412820b93
11:00:01 #2 transferring context: 2B done
11:00:01 #2 DONE 0.0s
11:00:01 
11:00:01 #5 [auth] library/golang:pull token for registry-1.docker.io
11:00:01 #5 sha256:08d0bbfb4c77048548ed7200ef2ad970f3d32f96ea220270726a8d17f85fd0bc
11:00:01 #5 DONE 0.0s
11:00:01 
11:00:01 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
11:00:01 #4 sha256:40a9161f8e891f8f8210f84771f2b9e68e9dcc207334a1a5213e3fc901333311
11:00:02 #4 ...
11:00:02 
11:00:02 #3 [internal] load metadata for quay.io/centos/centos:stream9
11:00:02 #3 sha256:b18983746a74f58bdea80010c27c098075392dd5f4b793ca7138dcb846ab8066
11:00:02 #3 DONE 0.3s
11:00:02 
11:00:02 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
11:00:02 #4 sha256:40a9161f8e891f8f8210f84771f2b9e68e9dcc207334a1a5213e3fc901333311
11:00:06 #4 DONE 4.1s
11:00:06 
11:00:06 #10 [internal] load build context
11:00:06 #10 sha256:85f122f9ece3d4e53f48eb8af13f119cbfc153fc2fb83273d0aac2e612f7284b
11:00:06 #10 transferring context: 14.04kB done
11:00:06 #10 DONE 0.0s
11:00:06 
11:00:06 #6 [stage-1 1/8] FROM quay.io/centos/centos:stream9@sha256:07f9ccafb44a1de11a1c2c2bad3fcc10cd224921f9f1c9c6e778b723c740c24a
11:00:06 #6 sha256:ba7d0cef9df39e0dbe353a85fc5de43b62a0bd0927d91dd63907ea4ff681e1a1
11:00:06 #6 resolve quay.io/centos/centos:stream9@sha256:07f9ccafb44a1de11a1c2c2bad3fcc10cd224921f9f1c9c6e778b723c740c24a 0.0s done
11:00:06 #6 sha256:61674c24ebbf392deb2cb463bfc2906373ec6dae05406d500a9a5da69d26a1f4 1.16kB / 1.16kB done
11:00:06 #6 sha256:fda517edff605e16a677f8a18b688c9228373c03d49e198236fb8ad66dc6f5eb 0B / 56.93MB 0.1s
11:00:06 #6 sha256:07f9ccafb44a1de11a1c2c2bad3fcc10cd224921f9f1c9c6e778b723c740c24a 858B / 858B done
11:00:06 #6 sha256:902409707f672bbb71dd21e86bfdbf405cec8511fb678ac3d636f82fa0a0af9d 350B / 350B done
11:00:06 #6 sha256:fda517edff605e16a677f8a18b688c9228373c03d49e198236fb8ad66dc6f5eb 6.29MB / 56.93MB 0.2s
11:00:06 #6 sha256:fda517edff605e16a677f8a18b688c9228373c03d49e198236fb8ad66dc6f5eb 17.01MB / 56.93MB 0.3s
11:00:06 #6 sha256:fda517edff605e16a677f8a18b688c9228373c03d49e198236fb8ad66dc6f5eb 27.26MB / 56.93MB 0.4s
11:00:06 #6 sha256:fda517edff605e16a677f8a18b688c9228373c03d49e198236fb8ad66dc6f5eb 47.19MB / 56.93MB 0.6s
11:00:06 #6 sha256:fda517edff605e16a677f8a18b688c9228373c03d49e198236fb8ad66dc6f5eb 56.93MB / 56.93MB 0.7s
11:00:07 #6 sha256:fda517edff605e16a677f8a18b688c9228373c03d49e198236fb8ad66dc6f5eb 56.93MB / 56.93MB 2.0s done
11:00:08 #6 extracting sha256:fda517edff605e16a677f8a18b688c9228373c03d49e198236fb8ad66dc6f5eb
11:00:13 #6 ...
11:00:13 
11:00:13 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:13 #13 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:13 #13 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.0s done
11:00:13 #13 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done
11:00:13 #13 sha256:84aa851c553c42887cd92f76901f8c514845d657d43606de672019051f677cb1 1.79kB / 1.79kB done
11:00:13 #13 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 50.44MB / 50.44MB 1.3s done
11:00:13 #13 sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 7.86MB / 7.86MB 0.3s done
11:00:13 #13 sha256:36c834315aca7d18b55fe6e6dd4ae391fcf6ea4a640e480ec938d9f29ad19230 7.12kB / 7.12kB done
11:00:13 #13 sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 10.00MB / 10.00MB 0.7s done
11:00:13 #13 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 4.5s done
11:00:13 #13 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 68.83MB / 68.83MB 3.9s done
11:00:13 #13 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 135.06MB / 135.06MB 5.0s done
11:00:13 #13 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 51.84MB / 51.84MB 3.5s done
11:00:13 #13 sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 155B / 155B 3.9s done
11:00:13 #13 extracting sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 0.6s done
11:00:13 #13 extracting sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 0.5s done
11:00:13 #13 extracting sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921
11:00:13 #13 ...
11:00:13 
11:00:13 #6 [stage-1 1/8] FROM quay.io/centos/centos:stream9@sha256:07f9ccafb44a1de11a1c2c2bad3fcc10cd224921f9f1c9c6e778b723c740c24a
11:00:13 #6 sha256:ba7d0cef9df39e0dbe353a85fc5de43b62a0bd0927d91dd63907ea4ff681e1a1
11:00:13 #6 extracting sha256:fda517edff605e16a677f8a18b688c9228373c03d49e198236fb8ad66dc6f5eb 5.3s done
11:00:13 #6 DONE 7.7s
11:00:13 
11:00:13 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:13 #13 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:13 #13 ...
11:00:13 
11:00:13 #7 [stage-1 2/8] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
11:00:13 #7 sha256:22d6fc7b18207ab5eeb45449e2c5d348627a6947b2bec4b6c251ff3ba025e1a7
11:00:14 #7 DONE 1.4s
11:00:14 
11:00:14 #8 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:00:14 #8 sha256:e59f8597d752f45ed6f460382e26a1e6622a6f8f3a9162ee8c9da1bdf3d6762f
11:00:17 #8 2.536 CentOS Stream 9 - BaseOS                        3.7 MB/s | 5.8 MB     00:01    
11:00:20 #8 ...
11:00:20 
11:00:20 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:20 #13 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:20 #13 extracting sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 3.4s done
11:00:20 #13 extracting sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 3.5s
11:00:20 #13 extracting sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 3.5s done
11:00:20 #13 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1
11:00:20 #13 ...
11:00:20 
11:00:20 #8 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:00:20 #8 sha256:e59f8597d752f45ed6f460382e26a1e6622a6f8f3a9162ee8c9da1bdf3d6762f
11:00:20 #8 5.732 CentOS Stream 9 - AppStream                     9.6 MB/s |  15 MB     00:01    
11:00:26 #8 ...
11:00:26 
11:00:26 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:26 #13 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:26 #13 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 5.3s
11:00:27 #13 ...
11:00:27 
11:00:27 #8 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:00:27 #8 sha256:e59f8597d752f45ed6f460382e26a1e6622a6f8f3a9162ee8c9da1bdf3d6762f
11:00:27 #8 12.17 CentOS Stream 9 - Extras packages               8.1 kB/s | 8.5 kB     00:01    
11:00:27 #8 12.38 Last metadata expiration check: 0:00:01 ago on Thu Aug  4 11:00:26 2022.
11:00:28 #8 13.25 Dependencies resolved.
11:00:28 #8 13.27 ================================================================================
11:00:28 #8 13.27  Package                       Arch    Version                 Repository  Size
11:00:28 #8 13.27 ================================================================================
11:00:28 #8 13.27 Installing:
11:00:28 #8 13.27  dnf-plugins-core              noarch  4.1.0-1.el9             baseos      35 k
11:00:28 #8 13.27  rpm-build                     x86_64  4.16.1.3-15.el9         appstream  102 k
11:00:28 #8 13.27  rpmlint                       noarch  1.11-19.el9             appstream  198 k
11:00:28 #8 13.27 Installing dependencies:
11:00:28 #8 13.27  binutils                      x86_64  2.35.2-24.el9           baseos     4.6 M
11:00:28 #8 13.27  bzip2                         x86_64  1.0.8-8.el9             baseos      56 k
11:00:28 #8 13.27  checkpolicy                   x86_64  3.4-1.el9               appstream  347 k
11:00:28 #8 13.27  cpio                          x86_64  2.13-16.el9             baseos     275 k
11:00:28 #8 13.27  cracklib                      x86_64  2.9.6-27.el9            baseos      94 k
11:00:28 #8 13.27  cracklib-dicts                x86_64  2.9.6-27.el9            baseos     3.6 M
11:00:28 #8 13.27  dbus-libs                     x86_64  1:1.12.20-5.el9         baseos     153 k
11:00:28 #8 13.27  desktop-file-utils            x86_64  0.26-6.el9              appstream   74 k
11:00:28 #8 13.27  diffutils                     x86_64  3.7-12.el9              baseos     397 k
11:00:28 #8 13.27  dwz                           x86_64  0.14-3.el9              appstream  128 k
11:00:28 #8 13.27  ed                            x86_64  1.14.2-12.el9           baseos      75 k
11:00:28 #8 13.27  efi-srpm-macros               noarch  4-9.el9                 appstream   23 k
11:00:28 #8 13.27  elfutils                      x86_64  0.187-5.el9             baseos     529 k
11:00:28 #8 13.27  elfutils-debuginfod-client    x86_64  0.187-5.el9             baseos      38 k
11:00:28 #8 13.27  emacs-filesystem              noarch  1:27.1-3.el9            appstream  9.2 k
11:00:28 #8 13.27  enchant                       x86_64  1:1.6.0-30.el9          appstream   62 k
11:00:28 #8 13.27  environment-modules           x86_64  5.0.1-1.el9             baseos     493 k
11:00:28 #8 13.27  file                          x86_64  5.39-8.el9              baseos      51 k
11:00:28 #8 13.27  fonts-srpm-macros             noarch  1:2.0.5-7.el9.1         appstream   28 k
11:00:28 #8 13.27  gcc-toolset-12-binutils       x86_64  2.38-16.el9             appstream  5.5 M
11:00:28 #8 13.27  gcc-toolset-12-binutils-gold  x86_64  2.38-14.el9             appstream  752 k
11:00:28 #8 13.27  gcc-toolset-12-runtime        x86_64  12.0-5.el9              appstream   55 k
11:00:28 #8 13.27  gdb-minimal                   x86_64  10.2-10.el9             appstream  3.5 M
11:00:28 #8 13.27  gdk-pixbuf2                   x86_64  2.42.6-2.el9            appstream  493 k
11:00:28 #8 13.27  ghc-srpm-macros               noarch  1.5.0-6.el9             appstream  8.8 k
11:00:28 #8 13.27  glib-networking               x86_64  2.68.3-3.el9            baseos     186 k
11:00:28 #8 13.27  glibc-gconv-extra             x86_64  2.34-39.el9             baseos     1.7 M
11:00:28 #8 13.27  go-srpm-macros                noarch  3.0.9-9.el9             appstream   27 k
11:00:28 #8 13.27  groff-base                    x86_64  1.22.4-10.el9           baseos     1.1 M
11:00:28 #8 13.27  gsettings-desktop-schemas     x86_64  40.0-4.el9              baseos     688 k
11:00:28 #8 13.27  hunspell                      x86_64  1.7.0-11.el9            appstream  325 k
11:00:28 #8 13.27  hunspell-en-GB                noarch  0.20140811.1-20.el9     appstream  226 k
11:00:28 #8 13.27  hunspell-en-US                noarch  0.20140811.1-20.el9     appstream  177 k
11:00:28 #8 13.27  hunspell-filesystem           x86_64  1.7.0-11.el9            appstream  8.7 k
11:00:28 #8 13.27  info                          x86_64  6.7-15.el9              baseos     225 k
11:00:28 #8 13.27  json-glib                     x86_64  1.6.6-1.el9             baseos     163 k
11:00:28 #8 13.27  kernel-srpm-macros            noarch  1.0-11.el9              appstream   16 k
11:00:28 #8 13.27  less                          x86_64  590-1.el9               baseos     163 k
11:00:28 #8 13.27  libappstream-glib             x86_64  0.7.18-4.el9            appstream  396 k
11:00:28 #8 13.27  libbrotli                     x86_64  1.0.9-6.el9             baseos     314 k
11:00:28 #8 13.27  libdb                         x86_64  5.3.28-53.el9           baseos     738 k
11:00:28 #8 13.27  libeconf                      x86_64  0.4.1-2.el9             baseos      28 k
11:00:28 #8 13.27  libfdisk                      x86_64  2.37.4-3.el9            baseos     155 k
11:00:28 #8 13.27  libicu                        x86_64  67.1-9.el9              baseos     9.6 M
11:00:28 #8 13.27  libjpeg-turbo                 x86_64  2.0.90-5.el9            appstream  176 k
11:00:28 #8 13.27  libpipeline                   x86_64  1.5.3-4.el9             baseos      49 k
11:00:28 #8 13.27  libpkgconf                    x86_64  1.7.3-9.el9             baseos      36 k
11:00:28 #8 13.27  libpng                        x86_64  2:1.6.37-12.el9         baseos     117 k
11:00:28 #8 13.27  libproxy                      x86_64  0.4.15-35.el9           baseos      74 k
11:00:28 #8 13.27  libpsl                        x86_64  0.21.1-5.el9            baseos      64 k
11:00:28 #8 13.27  libpwquality                  x86_64  1.4.4-8.el9             baseos     119 k
11:00:28 #8 13.27  libselinux-utils              x86_64  3.4-3.el9               baseos     182 k
11:00:28 #8 13.27  libsoup                       x86_64  2.72.0-8.el9            appstream  405 k
11:00:28 #8 13.27  libstemmer                    x86_64  0-18.585svn.el9         appstream   83 k
11:00:28 #8 13.27  libutempter                   x86_64  1.2.1-6.el9             baseos      27 k
11:00:28 #8 13.27  lua-srpm-macros               noarch  1-6.el9                 appstream  9.5 k
11:00:28 #8 13.27  man-db                        x86_64  2.9.3-6.el9             baseos     1.2 M
11:00:28 #8 13.27  ncurses                       x86_64  6.2-8.20210508.el9      baseos     407 k
11:00:28 #8 13.27  ocaml-srpm-macros             noarch  6-6.el9                 appstream  8.8 k
11:00:28 #8 13.27  openblas-srpm-macros          noarch  2-11.el9                appstream  8.4 k
11:00:28 #8 13.27  openssl                       x86_64  1:3.0.1-38.el9          baseos     1.2 M
11:00:28 #8 13.27  pam                           x86_64  1.5.1-12.el9            baseos     621 k
11:00:28 #8 13.27  patch                         x86_64  2.7.6-16.el9            appstream  128 k
11:00:28 #8 13.27  perl-AutoLoader               noarch  5.74-479.el9            appstream   31 k
11:00:28 #8 13.27  perl-B                        x86_64  1.80-479.el9            appstream  190 k
11:00:28 #8 13.27  perl-Carp                     noarch  1.50-460.el9            appstream   30 k
11:00:28 #8 13.27  perl-Class-Struct             noarch  0.66-479.el9            appstream   32 k
11:00:28 #8 13.27  perl-Data-Dumper              x86_64  2.174-462.el9           appstream   56 k
11:00:28 #8 13.27  perl-Digest                   noarch  1.19-4.el9              appstream   26 k
11:00:28 #8 13.27  perl-Digest-MD5               x86_64  2.58-4.el9              appstream   37 k
11:00:28 #8 13.27  perl-Encode                   x86_64  4:3.08-462.el9          appstream  1.7 M
11:00:28 #8 13.27  perl-Errno                    x86_64  1.30-479.el9            appstream   24 k
11:00:28 #8 13.27  perl-Exporter                 noarch  5.74-461.el9            appstream   32 k
11:00:28 #8 13.27  perl-Fcntl                    x86_64  1.13-479.el9            appstream   30 k
11:00:28 #8 13.27  perl-File-Basename            noarch  2.85-479.el9            appstream   27 k
11:00:28 #8 13.27  perl-File-Path                noarch  2.18-4.el9              appstream   36 k
11:00:28 #8 13.27  perl-File-Temp                noarch  1:0.231.100-4.el9       appstream   60 k
11:00:28 #8 13.27  perl-File-stat                noarch  1.09-479.el9            appstream   27 k
11:00:28 #8 13.27  perl-FileHandle               noarch  2.03-479.el9            appstream   25 k
11:00:28 #8 13.27  perl-Getopt-Long              noarch  1:2.52-4.el9            appstream   61 k
11:00:28 #8 13.27  perl-Getopt-Std               noarch  1.12-479.el9            appstream   25 k
11:00:28 #8 13.27  perl-HTTP-Tiny                noarch  0.076-460.el9           appstream   55 k
11:00:28 #8 13.27  perl-IO                       x86_64  1.43-479.el9            appstream   98 k
11:00:28 #8 13.27  perl-IO-Socket-IP             noarch  0.41-5.el9              appstream   43 k
11:00:28 #8 13.27  perl-IPC-Open3                noarch  1.21-479.el9            appstream   32 k
11:00:28 #8 13.27  perl-MIME-Base64              x86_64  3.16-4.el9              appstream   31 k
11:00:28 #8 13.27  perl-Net-SSLeay               x86_64  1.92-1.el9              appstream  388 k
11:00:28 #8 13.27  perl-POSIX                    x86_64  1.94-479.el9            appstream  106 k
11:00:28 #8 13.27  perl-PathTools                x86_64  3.78-461.el9            appstream   88 k
11:00:28 #8 13.27  perl-Pod-Escapes              noarch  1:1.07-460.el9          appstream   21 k
11:00:28 #8 13.27  perl-Pod-Perldoc              noarch  3.28.01-461.el9         appstream   87 k
11:00:28 #8 13.27  perl-Pod-Simple               noarch  1:3.42-4.el9            appstream  225 k
11:00:28 #8 13.27  perl-Pod-Usage                noarch  4:2.01-4.el9            appstream   41 k
11:00:28 #8 13.27  perl-Scalar-List-Utils        x86_64  4:1.56-461.el9          appstream   73 k
11:00:28 #8 13.27  perl-SelectSaver              noarch  1.02-479.el9            appstream   21 k
11:00:28 #8 13.27  perl-Socket                   x86_64  4:2.031-4.el9           appstream   56 k
11:00:28 #8 13.27  perl-Storable                 x86_64  1:3.21-460.el9          appstream   96 k
11:00:28 #8 13.27  perl-Symbol                   noarch  1.08-479.el9            appstream   24 k
11:00:28 #8 13.27  perl-Term-ANSIColor           noarch  5.01-461.el9            appstream   49 k
11:00:28 #8 13.27  perl-Term-Cap                 noarch  1.17-460.el9            appstream   23 k
11:00:28 #8 13.27  perl-Text-ParseWords          noarch  3.30-460.el9            appstream   17 k
11:00:28 #8 13.27  perl-Text-Tabs+Wrap           noarch  2013.0523-460.el9       appstream   24 k
11:00:28 #8 13.27  perl-Time-Local               noarch  2:1.300-7.el9           appstream   34 k
11:00:28 #8 13.27  perl-URI                      noarch  5.09-3.el9              appstream  121 k
11:00:28 #8 13.27  perl-base                     noarch  2.27-479.el9            appstream   26 k
11:00:28 #8 13.27  perl-constant                 noarch  1.33-461.el9            appstream   24 k
11:00:28 #8 13.27  perl-if                       noarch  0.60.800-479.el9        appstream   24 k
11:00:28 #8 13.27  perl-interpreter              x86_64  4:5.32.1-479.el9        appstream   81 k
11:00:28 #8 13.27  perl-libnet                   noarch  3.13-4.el9              appstream  130 k
11:00:28 #8 13.27  perl-libs                     x86_64  4:5.32.1-479.el9        appstream  2.2 M
11:00:28 #8 13.27  perl-mro                      x86_64  1.23-479.el9            appstream   38 k
11:00:28 #8 13.27  perl-overload                 noarch  1.31-479.el9            appstream   55 k
11:00:28 #8 13.27  perl-overloading              noarch  0.02-479.el9            appstream   22 k
11:00:28 #8 13.27  perl-parent                   noarch  1:0.238-460.el9         appstream   15 k
11:00:28 #8 13.27  perl-podlators                noarch  1:4.14-460.el9          appstream  114 k
11:00:28 #8 13.27  perl-srpm-macros              noarch  1-41.el9                appstream  9.1 k
11:00:28 #8 13.27  perl-subs                     noarch  1.03-479.el9            appstream   21 k
11:00:28 #8 13.27  perl-vars                     noarch  1.05-479.el9            appstream   23 k
11:00:28 #8 13.27  pkgconf                       x86_64  1.7.3-9.el9             baseos      41 k
11:00:28 #8 13.27  pkgconf-m4                    noarch  1.7.3-9.el9             baseos      15 k
11:00:28 #8 13.27  pkgconf-pkg-config            x86_64  1.7.3-9.el9             baseos      11 k
11:00:28 #8 13.27  policycoreutils               x86_64  3.4-1.el9               baseos     234 k
11:00:28 #8 13.27  policycoreutils-python-utils  noarch  3.4-1.el9               appstream   74 k
11:00:28 #8 13.27  procps-ng                     x86_64  3.3.17-5.el9            baseos     346 k
11:00:28 #8 13.27  publicsuffix-list-dafsa       noarch  20210518-3.el9          baseos      58 k
11:00:28 #8 13.27  python-srpm-macros            noarch  3.9-52.el9              appstream   24 k
11:00:28 #8 13.27  python3-audit                 x86_64  3.0.7-103.el9           appstream   84 k
11:00:28 #8 13.27  python3-dateutil              noarch  1:2.8.1-6.el9           baseos     302 k
11:00:28 #8 13.27  python3-dbus                  x86_64  1.2.18-2.el9            baseos     144 k
11:00:28 #8 13.27  python3-dnf-plugins-core      noarch  4.1.0-1.el9             baseos     236 k
11:00:28 #8 13.27  python3-enchant               noarch  3.2.0-5.el9             appstream   86 k
11:00:28 #8 13.27  python3-file-magic            noarch  5.39-8.el9              appstream   18 k
11:00:28 #8 13.27  python3-libselinux            x86_64  3.4-3.el9               appstream  186 k
11:00:28 #8 13.27  python3-libsemanage           x86_64  3.4-1.el9               appstream   81 k
11:00:28 #8 13.27  python3-policycoreutils       noarch  3.4-1.el9               appstream  2.1 M
11:00:28 #8 13.27  python3-setools               x86_64  4.4.0-5.el9             baseos     599 k
11:00:28 #8 13.27  python3-setuptools            noarch  53.0.0-10.el9           baseos     946 k
11:00:28 #8 13.27  python3-six                   noarch  1.15.0-9.el9            baseos      37 k
11:00:28 #8 13.27  qt5-srpm-macros               noarch  5.15.3-1.el9            appstream  9.7 k
11:00:28 #8 13.27  redhat-rpm-config             noarch  196-1.el9               appstream   73 k
11:00:28 #8 13.27  rust-srpm-macros              noarch  17-4.el9                appstream   10 k
11:00:28 #8 13.27  scl-utils                     x86_64  1:2.0.3-2.el9           appstream   38 k
11:00:28 #8 13.27  shared-mime-info              x86_64  2.1-4.el9               baseos     556 k
11:00:28 #8 13.27  systemd-libs                  x86_64  250-7.el9               baseos     618 k
11:00:28 #8 13.27  tcl                           x86_64  1:8.6.10-7.el9          baseos     1.1 M
11:00:28 #8 13.27  unzip                         x86_64  6.0-56.el9              baseos     182 k
11:00:28 #8 13.27  util-linux                    x86_64  2.37.4-3.el9            baseos     2.3 M
11:00:28 #8 13.27  util-linux-core               x86_64  2.37.4-3.el9            baseos     460 k
11:00:28 #8 13.27  vim-filesystem                noarch  2:8.2.2637-16.el9       baseos      25 k
11:00:28 #8 13.27  webkit2gtk3-jsc               x86_64  2.36.1-1.el9            appstream  6.2 M
11:00:28 #8 13.27  xz                            x86_64  5.2.5-8.el9             baseos     226 k
11:00:28 #8 13.27  zip                           x86_64  3.0-33.el9              baseos     238 k
11:00:28 #8 13.27  zstd                          x86_64  1.5.1-2.el9             baseos     548 k
11:00:28 #8 13.27 Installing weak dependencies:
11:00:28 #8 13.27  abattis-cantarell-fonts       noarch  0.301-4.el9             appstream  365 k
11:00:28 #8 13.27  adobe-source-code-pro-fonts   noarch  2.030.1.050-12.el9.1    appstream  832 k
11:00:28 #8 13.27  hunspell-en                   noarch  0.20140811.1-20.el9     appstream  187 k
11:00:28 #8 13.27  libproxy-webkitgtk4           x86_64  0.4.15-35.el9           appstream   22 k
11:00:28 #8 13.27  perl-IO-Socket-SSL            noarch  2.073-1.el9             appstream  219 k
11:00:28 #8 13.27  perl-Mozilla-CA               noarch  20200520-6.el9          appstream   13 k
11:00:28 #8 13.27  perl-NDBM_File                x86_64  1.15-479.el9            appstream   32 k
11:00:28 #8 13.27 
11:00:28 #8 13.27 Transaction Summary
11:00:28 #8 13.27 ================================================================================
11:00:28 #8 13.27 Install  163 Packages
11:00:28 #8 13.27 
11:00:28 #8 13.28 Total download size: 69 M
11:00:28 #8 13.28 Installed size: 245 M
11:00:28 #8 13.28 Downloading Packages:
11:00:30 #8 14.71 (1/163): bzip2-1.0.8-8.el9.x86_64.rpm           101 kB/s |  56 kB     00:00    
11:00:30 #8 ...
11:00:30 
11:00:30 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:30 #13 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:30 #13 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 8.9s done
11:00:30 #13 extracting sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 done
11:00:30 #13 DONE 24.1s
11:00:30 
11:00:30 #8 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:00:30 #8 sha256:e59f8597d752f45ed6f460382e26a1e6622a6f8f3a9162ee8c9da1bdf3d6762f
11:00:30 #8 14.88 (2/163): cpio-2.13-16.el9.x86_64.rpm            380 kB/s | 275 kB     00:00    
11:00:30 #8 14.89 (3/163): cracklib-2.9.6-27.el9.x86_64.rpm       540 kB/s |  94 kB     00:00    
11:00:30 #8 15.05 (4/163): dbus-libs-1.12.20-5.el9.x86_64.rpm     1.1 MB/s | 153 kB     00:00    
11:00:30 #8 15.12 (5/163): binutils-2.35.2-24.el9.x86_64.rpm      4.8 MB/s | 4.6 MB     00:00    
11:00:30 #8 15.17 (6/163): cracklib-dicts-2.9.6-27.el9.x86_64.rpm  13 MB/s | 3.6 MB     00:00    
11:00:30 #8 15.21 (7/163): diffutils-3.7-12.el9.x86_64.rpm        2.2 MB/s | 397 kB     00:00    
11:00:30 #8 15.22 (8/163): dnf-plugins-core-4.1.0-1.el9.noarch.rp 331 kB/s |  35 kB     00:00    
11:00:30 #8 15.22 (9/163): ed-1.14.2-12.el9.x86_64.rpm            7.2 MB/s |  75 kB     00:00    
11:00:30 #8 15.26 (10/163): elfutils-0.187-5.el9.x86_64.rpm        11 MB/s | 529 kB     00:00    
11:00:30 #8 15.26 (11/163): elfutils-debuginfod-client-0.187-5.el 825 kB/s |  38 kB     00:00    
11:00:30 #8 15.27 (12/163): file-5.39-8.el9.x86_64.rpm            7.7 MB/s |  51 kB     00:00    
11:00:30 #8 15.27 (13/163): glib-networking-2.68.3-3.el9.x86_64.r  19 MB/s | 186 kB     00:00    
11:00:30 #8 15.32 (14/163): environment-modules-5.0.1-1.el9.x86_6 7.6 MB/s | 493 kB     00:00    
11:00:30 #8 15.39 (15/163): glibc-gconv-extra-2.34-39.el9.x86_64.  15 MB/s | 1.7 MB     00:00    
11:00:30 #8 15.43 (16/163): groff-base-1.22.4-10.el9.x86_64.rpm   7.5 MB/s | 1.1 MB     00:00    
11:00:30 #8 15.52 (17/163): gsettings-desktop-schemas-40.0-4.el9. 3.5 MB/s | 688 kB     00:00    
11:00:30 #8 15.53 (18/163): info-6.7-15.el9.x86_64.rpm            2.2 MB/s | 225 kB     00:00    
11:00:30 #8 15.53 (19/163): json-glib-1.6.6-1.el9.x86_64.rpm      1.6 MB/s | 163 kB     00:00    
11:00:30 #8 15.54 (20/163): less-590-1.el9.x86_64.rpm              11 MB/s | 163 kB     00:00    
11:00:30 #8 15.58 (21/163): libdb-5.3.28-53.el9.x86_64.rpm         15 MB/s | 738 kB     00:00    
11:00:30 #8 15.62 (22/163): libbrotli-1.0.9-6.el9.x86_64.rpm      3.3 MB/s | 314 kB     00:00    
11:00:30 #8 15.63 (23/163): libeconf-0.4.1-2.el9.x86_64.rpm       323 kB/s |  28 kB     00:00    
11:00:30 #8 15.63 (24/163): libfdisk-2.37.4-3.el9.x86_64.rpm      3.1 MB/s | 155 kB     00:00    
11:00:30 #8 15.63 (25/163): libpipeline-1.5.3-4.el9.x86_64.rpm    6.5 MB/s |  49 kB     00:00    
11:00:30 #8 15.64 (26/163): libpkgconf-1.7.3-9.el9.x86_64.rpm     5.5 MB/s |  36 kB     00:00    
11:00:30 #8 15.65 (27/163): libproxy-0.4.15-35.el9.x86_64.rpm      12 MB/s |  74 kB     00:00    
11:00:30 #8 15.65 (28/163): libpng-1.6.37-12.el9.x86_64.rpm       7.7 MB/s | 117 kB     00:00    
11:00:30 #8 15.65 (29/163): libpsl-0.21.1-5.el9.x86_64.rpm        7.6 MB/s |  64 kB     00:00    
11:00:30 #8 15.66 (30/163): libpwquality-1.4.4-8.el9.x86_64.rpm    14 MB/s | 119 kB     00:00    
11:00:30 #8 15.69 (31/163): libselinux-utils-3.4-3.el9.x86_64.rpm 4.8 MB/s | 182 kB     00:00    
11:00:30 #8 15.70 (32/163): libutempter-1.2.1-6.el9.x86_64.rpm    739 kB/s |  27 kB     00:00    
11:00:30 #8 15.72 (33/163): man-db-2.9.3-6.el9.x86_64.rpm          42 MB/s | 1.2 MB     00:00    
11:00:30 #8 15.73 (34/163): ncurses-6.2-8.20210508.el9.x86_64.rpm  13 MB/s | 407 kB     00:00    
11:00:30 #8 15.81 (35/163): libicu-67.1-9.el9.x86_64.rpm           52 MB/s | 9.6 MB     00:00    
11:00:30 #8 15.82 (36/163): openssl-3.0.1-38.el9.x86_64.rpm        13 MB/s | 1.2 MB     00:00    
11:00:30 #8 15.83 (37/163): pam-1.5.1-12.el9.x86_64.rpm           6.6 MB/s | 621 kB     00:00    
11:00:30 #8 15.84 (38/163): pkgconf-m4-1.7.3-9.el9.noarch.rpm     3.5 MB/s |  15 kB     00:00    
11:00:30 #8 15.84 (39/163): pkgconf-pkg-config-1.7.3-9.el9.x86_64 1.5 MB/s |  11 kB     00:00    
11:00:30 #8 15.84 (40/163): pkgconf-1.7.3-9.el9.x86_64.rpm        3.6 MB/s |  41 kB     00:00    
11:00:30 #8 15.85 (41/163): policycoreutils-3.4-1.el9.x86_64.rpm   22 MB/s | 234 kB     00:00    
11:00:30 #8 15.85 (42/163): procps-ng-3.3.17-5.el9.x86_64.rpm      24 MB/s | 346 kB     00:00    
11:00:30 #8 15.86 (43/163): publicsuffix-list-dafsa-20210518-3.el 5.4 MB/s |  58 kB     00:00    
11:00:30 #8 15.87 (44/163): python3-dateutil-2.8.1-6.el9.noarch.r  17 MB/s | 302 kB     00:00    
11:00:30 #8 15.88 (45/163): python3-dbus-1.2.18-2.el9.x86_64.rpm  8.6 MB/s | 144 kB     00:00    
11:00:30 #8 15.89 (46/163): python3-setools-4.4.0-5.el9.x86_64.rp  39 MB/s | 599 kB     00:00    
11:00:30 #8 15.89 (47/163): python3-dnf-plugins-core-4.1.0-1.el9.  10 MB/s | 236 kB     00:00    
11:00:30 #8 15.90 (48/163): python3-setuptools-53.0.0-10.el9.noar  36 MB/s | 946 kB     00:00    
11:00:30 #8 15.90 (49/163): python3-six-1.15.0-9.el9.noarch.rpm   1.9 MB/s |  37 kB     00:00    
11:00:30 #8 15.91 (50/163): shared-mime-info-2.1-4.el9.x86_64.rpm  25 MB/s | 556 kB     00:00    
11:00:30 #8 15.93 (51/163): systemd-libs-250-7.el9.x86_64.rpm      30 MB/s | 618 kB     00:00    
11:00:30 #8 15.94 (52/163): tcl-8.6.10-7.el9.x86_64.rpm            36 MB/s | 1.1 MB     00:00    
11:00:30 #8 15.94 (53/163): unzip-6.0-56.el9.x86_64.rpm           7.2 MB/s | 182 kB     00:00    
11:00:30 #8 15.95 (54/163): util-linux-core-2.37.4-3.el9.x86_64.r  35 MB/s | 460 kB     00:00    
11:00:30 #8 15.96 (55/163): vim-filesystem-8.2.2637-16.el9.noarch 1.6 MB/s |  25 kB     00:00    
11:00:30 #8 15.98 (56/163): util-linux-2.37.4-3.el9.x86_64.rpm     58 MB/s | 2.3 MB     00:00    
11:00:30 #8 15.99 (57/163): xz-5.2.5-8.el9.x86_64.rpm             8.7 MB/s | 226 kB     00:00    
11:00:30 #8 15.99 (58/163): zip-3.0-33.el9.x86_64.rpm             7.7 MB/s | 238 kB     00:00    
11:00:30 #8 16.01 (59/163): zstd-1.5.1-2.el9.x86_64.rpm            28 MB/s | 548 kB     00:00    
11:00:30 #8 16.02 (60/163): adobe-source-code-pro-fonts-2.030.1.0  41 MB/s | 832 kB     00:00    
11:00:30 #8 16.02 (61/163): abattis-cantarell-fonts-0.301-4.el9.n  13 MB/s | 365 kB     00:00    
11:00:30 #8 16.03 (62/163): checkpolicy-3.4-1.el9.x86_64.rpm       14 MB/s | 347 kB     00:00    
11:00:30 #8 16.03 (63/163): desktop-file-utils-0.26-6.el9.x86_64. 4.5 MB/s |  74 kB     00:00    
11:00:30 #8 16.04 (64/163): dwz-0.14-3.el9.x86_64.rpm              15 MB/s | 128 kB     00:00    
11:00:30 #8 16.04 (65/163): efi-srpm-macros-4-9.el9.noarch.rpm    2.0 MB/s |  23 kB     00:00    
11:00:30 #8 16.04 (66/163): emacs-filesystem-27.1-3.el9.noarch.rp 961 kB/s | 9.2 kB     00:00    
11:00:30 #8 16.05 (67/163): enchant-1.6.0-30.el9.x86_64.rpm       9.2 MB/s |  62 kB     00:00    
11:00:30 #8 16.06 (68/163): fonts-srpm-macros-2.0.5-7.el9.1.noarc 1.9 MB/s |  28 kB     00:00    
11:00:30 #8 16.07 (69/163): gcc-toolset-12-binutils-gold-2.38-14.  34 MB/s | 752 kB     00:00    
11:00:30 #8 16.12 (70/163): gcc-toolset-12-binutils-2.38-16.el9.x  74 MB/s | 5.5 MB     00:00    
11:00:31 #8 16.13 (71/163): gcc-toolset-12-runtime-12.0-5.el9.x86 902 kB/s |  55 kB     00:00    
11:00:31 #8 16.16 (72/163): gdb-minimal-10.2-10.el9.x86_64.rpm     40 MB/s | 3.5 MB     00:00    
11:00:31 #8 16.17 (73/163): ghc-srpm-macros-1.5.0-6.el9.noarch.rp 251 kB/s | 8.8 kB     00:00    
11:00:31 #8 16.18 (74/163): gdk-pixbuf2-2.42.6-2.el9.x86_64.rpm    11 MB/s | 493 kB     00:00    
11:00:31 #8 16.18 (75/163): go-srpm-macros-3.0.9-9.el9.noarch.rpm 2.0 MB/s |  27 kB     00:00    
11:00:31 #8 16.19 (76/163): hunspell-1.7.0-11.el9.x86_64.rpm       17 MB/s | 325 kB     00:00    
11:00:31 #8 16.19 (77/163): hunspell-en-0.20140811.1-20.el9.noarc  13 MB/s | 187 kB     00:00    
11:00:31 #8 16.20 (78/163): hunspell-en-GB-0.20140811.1-20.el9.no  20 MB/s | 226 kB     00:00    
11:00:31 #8 16.20 (79/163): hunspell-en-US-0.20140811.1-20.el9.no  11 MB/s | 177 kB     00:00    
11:00:31 #8 16.21 (80/163): hunspell-filesystem-1.7.0-11.el9.x86_ 663 kB/s | 8.7 kB     00:00    
11:00:31 #8 16.21 (81/163): kernel-srpm-macros-1.0-11.el9.noarch. 2.6 MB/s |  16 kB     00:00    
11:00:31 #8 16.22 (82/163): libjpeg-turbo-2.0.90-5.el9.x86_64.rpm  20 MB/s | 176 kB     00:00    
11:00:31 #8 16.22 (83/163): libappstream-glib-0.7.18-4.el9.x86_64  20 MB/s | 396 kB     00:00    
11:00:31 #8 16.23 (84/163): libproxy-webkitgtk4-0.4.15-35.el9.x86 1.5 MB/s |  22 kB     00:00    
11:00:31 #8 16.24 (85/163): libsoup-2.72.0-8.el9.x86_64.rpm        24 MB/s | 405 kB     00:00    
11:00:31 #8 16.24 (86/163): libstemmer-0-18.585svn.el9.x86_64.rpm 8.0 MB/s |  83 kB     00:00    
11:00:31 #8 16.24 (87/163): lua-srpm-macros-1-6.el9.noarch.rpm    760 kB/s | 9.5 kB     00:00    
11:00:31 #8 16.25 (88/163): ocaml-srpm-macros-6-6.el9.noarch.rpm  980 kB/s | 8.8 kB     00:00    
11:00:31 #8 16.25 (89/163): patch-2.7.6-16.el9.x86_64.rpm          16 MB/s | 128 kB     00:00    
11:00:31 #8 16.25 (90/163): perl-AutoLoader-5.74-479.el9.noarch.r 3.7 MB/s |  31 kB     00:00    
11:00:31 #8 16.26 (91/163): openblas-srpm-macros-2-11.el9.noarch. 563 kB/s | 8.4 kB     00:00    
11:00:31 #8 16.26 (92/163): perl-B-1.80-479.el9.x86_64.rpm         19 MB/s | 190 kB     00:00    
11:00:31 #8 16.26 (93/163): perl-Carp-1.50-460.el9.noarch.rpm     3.1 MB/s |  30 kB     00:00    
11:00:31 #8 16.27 (94/163): perl-Class-Struct-0.66-479.el9.noarch 5.2 MB/s |  32 kB     00:00    
11:00:31 #8 16.27 (95/163): perl-Data-Dumper-2.174-462.el9.x86_64 6.2 MB/s |  56 kB     00:00    
11:00:31 #8 16.27 (96/163): perl-Digest-1.19-4.el9.noarch.rpm     2.9 MB/s |  26 kB     00:00    
11:00:31 #8 16.28 (97/163): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 4.3 MB/s |  37 kB     00:00    
11:00:31 #8 16.36 (98/163): perl-Encode-3.08-462.el9.x86_64.rpm    19 MB/s | 1.7 MB     00:00    
11:00:31 #8 16.36 (99/163): perl-Errno-1.30-479.el9.x86_64.rpm    283 kB/s |  24 kB     00:00    
11:00:31 #8 16.37 (100/163): perl-Exporter-5.74-461.el9.noarch.rp 371 kB/s |  32 kB     00:00    
11:00:31 #8 16.37 (101/163): perl-File-Basename-2.85-479.el9.noar 3.9 MB/s |  27 kB     00:00    
11:00:31 #8 16.38 (102/163): perl-Fcntl-1.13-479.el9.x86_64.rpm   2.5 MB/s |  30 kB     00:00    
11:00:31 #8 16.38 (103/163): perl-File-Path-2.18-4.el9.noarch.rpm 3.1 MB/s |  36 kB     00:00    
11:00:31 #8 16.39 (104/163): perl-File-Temp-0.231.100-4.el9.noarc 4.5 MB/s |  60 kB     00:00    
11:00:31 #8 16.39 (105/163): perl-File-stat-1.09-479.el9.noarch.r 3.1 MB/s |  27 kB     00:00    
11:00:31 #8 16.39 (106/163): perl-FileHandle-2.03-479.el9.noarch. 2.1 MB/s |  25 kB     00:00    
11:00:31 #8 16.40 (107/163): perl-Getopt-Long-2.52-4.el9.noarch.r 5.8 MB/s |  61 kB     00:00    
11:00:31 #8 16.40 (108/163): perl-Getopt-Std-1.12-479.el9.noarch. 3.2 MB/s |  25 kB     00:00    
11:00:31 #8 16.41 (109/163): perl-HTTP-Tiny-0.076-460.el9.noarch. 5.1 MB/s |  55 kB     00:00    
11:00:31 #8 16.41 (110/163): perl-IO-1.43-479.el9.x86_64.rpm      9.2 MB/s |  98 kB     00:00    
11:00:31 #8 16.41 (111/163): perl-IO-Socket-IP-0.41-5.el9.noarch. 5.9 MB/s |  43 kB     00:00    
11:00:31 #8 16.42 (112/163): perl-IO-Socket-SSL-2.073-1.el9.noarc  18 MB/s | 219 kB     00:00    
11:00:31 #8 16.42 (113/163): perl-IPC-Open3-1.21-479.el9.noarch.r 2.9 MB/s |  32 kB     00:00    
11:00:31 #8 16.43 (114/163): perl-MIME-Base64-3.16-4.el9.x86_64.r 5.2 MB/s |  31 kB     00:00    
11:00:31 #8 16.43 (115/163): perl-Mozilla-CA-20200520-6.el9.noarc 1.6 MB/s |  13 kB     00:00    
11:00:31 #8 16.43 (116/163): perl-NDBM_File-1.15-479.el9.x86_64.r 3.9 MB/s |  32 kB     00:00    
11:00:31 #8 16.44 (117/163): perl-POSIX-1.94-479.el9.x86_64.rpm    14 MB/s | 106 kB     00:00    
11:00:31 #8 16.44 (118/163): perl-Net-SSLeay-1.92-1.el9.x86_64.rp  25 MB/s | 388 kB     00:00    
11:00:31 #8 16.45 (119/163): perl-PathTools-3.78-461.el9.x86_64.r 6.1 MB/s |  88 kB     00:00    
11:00:31 #8 16.45 (120/163): perl-Pod-Escapes-1.07-460.el9.noarch 1.7 MB/s |  21 kB     00:00    
11:00:31 #8 16.46 (121/163): perl-Pod-Perldoc-3.28.01-461.el9.noa  12 MB/s |  87 kB     00:00    
11:00:31 #8 16.50 (122/163): perl-Pod-Simple-3.42-4.el9.noarch.rp 4.6 MB/s | 225 kB     00:00    
11:00:31 #8 16.50 (123/163): perl-Pod-Usage-2.01-4.el9.noarch.rpm 862 kB/s |  41 kB     00:00    
11:00:31 #8 16.50 (124/163): perl-Scalar-List-Utils-1.56-461.el9.  10 MB/s |  73 kB     00:00    
11:00:31 #8 16.51 (125/163): perl-SelectSaver-1.02-479.el9.noarch 2.3 MB/s |  21 kB     00:00    
11:00:31 #8 16.51 (126/163): perl-Socket-2.031-4.el9.x86_64.rpm   6.3 MB/s |  56 kB     00:00    
11:00:31 #8 16.51 (127/163): perl-Symbol-1.08-479.el9.noarch.rpm  4.1 MB/s |  24 kB     00:00    
11:00:31 #8 16.52 (128/163): perl-Storable-3.21-460.el9.x86_64.rp  10 MB/s |  96 kB     00:00    
11:00:31 #8 16.52 (129/163): perl-Term-ANSIColor-5.01-461.el9.noa 6.0 MB/s |  49 kB     00:00    
11:00:31 #8 16.52 (130/163): perl-Term-Cap-1.17-460.el9.noarch.rp 2.7 MB/s |  23 kB     00:00    
11:00:31 #8 16.52 (131/163): perl-Text-ParseWords-3.30-460.el9.no 3.2 MB/s |  17 kB     00:00    
11:00:31 #8 16.53 (132/163): perl-Text-Tabs+Wrap-2013.0523-460.el 3.3 MB/s |  24 kB     00:00    
11:00:31 #8 16.53 (133/163): perl-Time-Local-1.300-7.el9.noarch.r 4.4 MB/s |  34 kB     00:00    
11:00:31 #8 16.53 (134/163): perl-base-2.27-479.el9.noarch.rpm    4.3 MB/s |  26 kB     00:00    
11:00:31 #8 16.54 (135/163): perl-URI-5.09-3.el9.noarch.rpm        12 MB/s | 121 kB     00:00    
11:00:31 #8 16.54 (136/163): perl-constant-1.33-461.el9.noarch.rp 2.3 MB/s |  24 kB     00:00    
11:00:31 #8 16.55 (137/163): perl-if-0.60.800-479.el9.noarch.rpm  2.5 MB/s |  24 kB     00:00    
11:00:31 #8 16.55 (138/163): perl-interpreter-5.32.1-479.el9.x86_ 8.8 MB/s |  81 kB     00:00    
11:00:31 #8 16.55 (139/163): perl-libnet-3.13-4.el9.noarch.rpm     20 MB/s | 130 kB     00:00    
11:00:31 #8 16.56 (140/163): perl-mro-1.23-479.el9.x86_64.rpm     6.2 MB/s |  38 kB     00:00    
11:00:31 #8 16.56 (141/163): perl-overload-1.31-479.el9.noarch.rp 7.9 MB/s |  55 kB     00:00    
11:00:31 #8 16.57 (142/163): perl-overloading-0.02-479.el9.noarch 2.1 MB/s |  22 kB     00:00    
11:00:31 #8 16.66 (143/163): perl-libs-5.32.1-479.el9.x86_64.rpm   20 MB/s | 2.2 MB     00:00    
11:00:31 #8 16.66 (144/163): perl-parent-0.238-460.el9.noarch.rpm 156 kB/s |  15 kB     00:00    
11:00:31 #8 16.66 (145/163): perl-podlators-4.14-460.el9.noarch.r 1.2 MB/s | 114 kB     00:00    
11:00:31 #8 16.67 (146/163): perl-srpm-macros-1-41.el9.noarch.rpm 1.4 MB/s | 9.1 kB     00:00    
11:00:31 #8 16.67 (147/163): perl-subs-1.03-479.el9.noarch.rpm    2.4 MB/s |  21 kB     00:00    
11:00:31 #8 16.67 (148/163): perl-vars-1.05-479.el9.noarch.rpm    2.9 MB/s |  23 kB     00:00    
11:00:31 #8 16.68 (149/163): policycoreutils-python-utils-3.4-1.e  11 MB/s |  74 kB     00:00    
11:00:31 #8 16.68 (150/163): python-srpm-macros-3.9-52.el9.noarch 2.7 MB/s |  24 kB     00:00    
11:00:31 #8 16.68 (151/163): python3-audit-3.0.7-103.el9.x86_64.r 8.7 MB/s |  84 kB     00:00    
11:00:31 #8 16.69 (152/163): python3-file-magic-5.39-8.el9.noarch 2.9 MB/s |  18 kB     00:00    
11:00:31 #8 16.69 (153/163): python3-enchant-3.2.0-5.el9.noarch.r 8.0 MB/s |  86 kB     00:00    
11:00:31 #8 16.69 (154/163): python3-libselinux-3.4-3.el9.x86_64.  17 MB/s | 186 kB     00:00    
11:00:31 #8 16.70 (155/163): python3-libsemanage-3.4-1.el9.x86_64 6.5 MB/s |  81 kB     00:00    
11:00:31 #8 16.71 (156/163): qt5-srpm-macros-5.15.3-1.el9.noarch. 807 kB/s | 9.7 kB     00:00    
11:00:31 #8 16.73 (157/163): python3-policycoreutils-3.4-1.el9.no  63 MB/s | 2.1 MB     00:00    
11:00:31 #8 16.73 (158/163): redhat-rpm-config-196-1.el9.noarch.r 2.6 MB/s |  73 kB     00:00    
11:00:31 #8 16.74 (159/163): rpm-build-4.16.1.3-15.el9.x86_64.rpm 4.1 MB/s | 102 kB     00:00    
11:00:31 #8 16.74 (160/163): rust-srpm-macros-17-4.el9.noarch.rpm 1.6 MB/s |  10 kB     00:00    
11:00:31 #8 16.78 (161/163): rpmlint-1.11-19.el9.noarch.rpm       4.2 MB/s | 198 kB     00:00    
11:00:31 #8 16.79 (162/163): scl-utils-2.0.3-2.el9.x86_64.rpm     853 kB/s |  38 kB     00:00    
11:00:31 #8 16.84 (163/163): webkit2gtk3-jsc-2.36.1-1.el9.x86_64.  60 MB/s | 6.2 MB     00:00    
11:00:31 #8 16.85 --------------------------------------------------------------------------------
11:00:31 #8 16.85 Total                                            19 MB/s |  69 MB     00:03     
11:00:34 #8 19.46 Running transaction check
11:00:34 #8 19.57 Transaction check succeeded.
11:00:34 #8 19.57 Running transaction test
11:00:35 #8 20.47 Transaction test succeeded.
11:00:35 #8 20.47 Running transaction
11:00:37 #8 22.13   Preparing        :                                                        1/1 
11:00:37 #8 22.21   Installing       : systemd-libs-250-7.el9.x86_64                        1/163 
11:00:37 #8 22.30   Running scriptlet: systemd-libs-250-7.el9.x86_64                        1/163 
11:00:37 #8 22.32   Installing       : elfutils-debuginfod-client-0.187-5.el9.x86_64        2/163 
11:00:37 #8 22.40   Running scriptlet: groff-base-1.22.4-10.el9.x86_64                      3/163 
11:00:37 #8 22.45   Installing       : groff-base-1.22.4-10.el9.x86_64                      3/163 
11:00:37 #8 22.52   Running scriptlet: groff-base-1.22.4-10.el9.x86_64                      3/163 
11:00:37 #8 22.53   Installing       : file-5.39-8.el9.x86_64                               4/163 
11:00:37 #8 22.53   Installing       : python3-libselinux-3.4-3.el9.x86_64                  5/163 
11:00:37 #8 22.60   Installing       : xz-5.2.5-8.el9.x86_64                                6/163 
11:00:37 #8 22.61   Installing       : unzip-6.0-56.el9.x86_64                              7/163 
11:00:37 #8 22.69   Installing       : libproxy-0.4.15-35.el9.x86_64                        8/163 
11:00:37 #8 22.70   Installing       : less-590-1.el9.x86_64                                9/163 
11:00:37 #8 22.80   Installing       : diffutils-3.7-12.el9.x86_64                         10/163 
11:00:37 #8 22.81   Installing       : cracklib-2.9.6-27.el9.x86_64                        11/163 
11:00:38 #8 22.89   Installing       : cpio-2.13-16.el9.x86_64                             12/163 
11:00:38 #8 22.96   Installing       : bzip2-1.0.8-8.el9.x86_64                            13/163 
11:00:38 #8 23.04   Installing       : cracklib-dicts-2.9.6-27.el9.x86_64                  14/163 
11:00:38 #8 23.05   Installing       : zip-3.0-33.el9.x86_64                               15/163 
11:00:38 #8 23.17   Installing       : python3-libsemanage-3.4-1.el9.x86_64                16/163 
11:00:38 #8 23.18   Installing       : python3-file-magic-5.39-8.el9.noarch                17/163 
11:00:38 #8 23.29   Installing       : elfutils-0.187-5.el9.x86_64                         18/163 
11:00:38 #8 23.36   Installing       : gdb-minimal-10.2-10.el9.x86_64                      19/163 
11:00:38 #8 23.51   Installing       : dbus-libs-1:1.12.20-5.el9.x86_64                    20/163 
11:00:38 #8 23.53   Installing       : python3-dbus-1.2.18-2.el9.x86_64                    21/163 
11:00:38 #8 23.63   Installing       : procps-ng-3.3.17-5.el9.x86_64                       22/163 
11:00:38 #8 23.78   Installing       : util-linux-core-2.37.4-3.el9.x86_64                 23/163 
11:00:39 #8 23.90   Running scriptlet: util-linux-core-2.37.4-3.el9.x86_64                 23/163 
11:00:39 #8 23.90   Installing       : rust-srpm-macros-17-4.el9.noarch                    24/163 
11:00:39 #8 23.91   Installing       : qt5-srpm-macros-5.15.3-1.el9.noarch                 25/163 
11:00:39 #8 23.91   Installing       : python3-audit-3.0.7-103.el9.x86_64                  26/163 
11:00:39 #8 24.00   Installing       : perl-srpm-macros-1-41.el9.noarch                    27/163 
11:00:39 #8 24.01   Installing       : openblas-srpm-macros-2-11.el9.noarch                28/163 
11:00:39 #8 24.01   Installing       : ocaml-srpm-macros-6-6.el9.noarch                    29/163 
11:00:39 #8 24.01   Installing       : lua-srpm-macros-1-6.el9.noarch                      30/163 
11:00:39 #8 24.02   Installing       : libstemmer-0-18.585svn.el9.x86_64                   31/163 
11:00:39 #8 24.11   Installing       : libjpeg-turbo-2.0.90-5.el9.x86_64                   32/163 
11:00:39 #8 24.11   Installing       : hunspell-filesystem-1.7.0-11.el9.x86_64             33/163 
11:00:39 #8 24.12   Installing       : hunspell-en-GB-0.20140811.1-20.el9.noarch           34/163 
11:00:39 #8 24.13   Installing       : hunspell-en-0.20140811.1-20.el9.noarch              35/163 
11:00:39 #8 24.14   Installing       : hunspell-en-US-0.20140811.1-20.el9.noarch           36/163 
11:00:39 #8 24.15   Installing       : hunspell-1.7.0-11.el9.x86_64                        37/163 
11:00:39 #8 24.15   Installing       : enchant-1:1.6.0-30.el9.x86_64                       38/163 
11:00:39 #8 24.16   Installing       : python3-enchant-3.2.0-5.el9.noarch                  39/163 
11:00:39 #8 24.17   Installing       : ghc-srpm-macros-1.5.0-6.el9.noarch                  40/163 
11:00:39 #8 24.17   Installing       : emacs-filesystem-1:27.1-3.el9.noarch                41/163 
11:00:39 #8 24.18   Installing       : desktop-file-utils-0.26-6.el9.x86_64                42/163 
11:00:39 #8 24.19   Installing       : efi-srpm-macros-4-9.el9.noarch                      43/163 
11:00:39 #8 24.19   Installing       : dwz-0.14-3.el9.x86_64                               44/163 
11:00:39 #8 24.30   Installing       : checkpolicy-3.4-1.el9.x86_64                        45/163 
11:00:39 #8 24.32   Installing       : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1    46/163 
11:00:39 #8 24.33   Installing       : abattis-cantarell-fonts-0.301-4.el9.noarch          47/163 
11:00:39 #8 24.37   Installing       : gsettings-desktop-schemas-40.0-4.el9.x86_64         48/163 
11:00:39 #8 24.39   Installing       : zstd-1.5.1-2.el9.x86_64                             49/163 
11:00:39 #8 24.42   Installing       : vim-filesystem-2:8.2.2637-16.el9.noarch             50/163 
11:00:39 #8 24.46   Installing       : tcl-1:8.6.10-7.el9.x86_64                           51/163 
11:00:39 #8 24.51   Installing       : shared-mime-info-2.1-4.el9.x86_64                   52/163 
11:00:39 #8 24.55   Running scriptlet: shared-mime-info-2.1-4.el9.x86_64                   52/163 
11:00:39 #8 24.56   Installing       : python3-six-1.15.0-9.el9.noarch                     53/163 
11:00:39 #8 24.57   Installing       : python3-dateutil-1:2.8.1-6.el9.noarch               54/163 
11:00:39 #8 24.61   Installing       : python3-dnf-plugins-core-4.1.0-1.el9.noarch         55/163 
11:00:39 #8 24.67   Installing       : python3-setuptools-53.0.0-10.el9.noarch             56/163 
11:00:39 #8 24.75   Installing       : python3-setools-4.4.0-5.el9.x86_64                  57/163 
11:00:39 #8 24.79   Installing       : publicsuffix-list-dafsa-20210518-3.el9.noarch       58/163 
11:00:39 #8 24.79   Installing       : libpsl-0.21.1-5.el9.x86_64                          59/163 
11:00:39 #8 24.80   Installing       : pkgconf-m4-1.7.3-9.el9.noarch                       60/163 
11:00:39 #8 24.87   Installing       : openssl-1:3.0.1-38.el9.x86_64                       61/163 
11:00:40 #8 24.90   Installing       : ncurses-6.2-8.20210508.el9.x86_64                   62/163 
11:00:40 #8 24.91   Installing       : perl-Digest-1.19-4.el9.noarch                       63/163 
11:00:40 #8 24.91   Installing       : perl-Digest-MD5-2.58-4.el9.x86_64                   64/163 
11:00:40 #8 24.92   Installing       : perl-B-1.80-479.el9.x86_64                          65/163 
11:00:40 #8 24.93   Installing       : perl-FileHandle-2.03-479.el9.noarch                 66/163 
11:00:40 #8 24.93   Installing       : perl-AutoLoader-5.74-479.el9.noarch                 67/163 
11:00:40 #8 24.93   Installing       : perl-Data-Dumper-2.174-462.el9.x86_64               68/163 
11:00:40 #8 24.94   Installing       : perl-libnet-3.13-4.el9.noarch                       69/163 
11:00:40 #8 24.95   Installing       : perl-base-2.27-479.el9.noarch                       70/163 
11:00:40 #8 24.96   Installing       : perl-URI-5.09-3.el9.noarch                          71/163 
11:00:40 #8 24.98   Installing       : perl-Net-SSLeay-1.92-1.el9.x86_64                   72/163 
11:00:40 #8 24.99   Installing       : perl-Mozilla-CA-20200520-6.el9.noarch               73/163 
11:00:40 #8 24.99   Installing       : perl-if-0.60.800-479.el9.noarch                     74/163 
11:00:40 #8 25.00   Installing       : perl-IO-Socket-IP-0.41-5.el9.noarch                 75/163 
11:00:40 #8 25.01   Installing       : perl-Time-Local-2:1.300-7.el9.noarch                76/163 
11:00:40 #8 25.01   Installing       : perl-File-Path-2.18-4.el9.noarch                    77/163 
11:00:40 #8 25.02   Installing       : perl-IO-Socket-SSL-2.073-1.el9.noarch               78/163 
11:00:40 #8 25.03   Installing       : perl-Pod-Escapes-1:1.07-460.el9.noarch              79/163 
11:00:40 #8 25.03   Installing       : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch        80/163 
11:00:40 #8 25.03   Installing       : perl-Class-Struct-0.66-479.el9.noarch               81/163 
11:00:40 #8 25.04   Installing       : perl-POSIX-1.94-479.el9.x86_64                      82/163 
11:00:40 #8 25.05   Installing       : perl-Term-ANSIColor-5.01-461.el9.noarch             83/163 
11:00:40 #8 25.05   Installing       : perl-IPC-Open3-1.21-479.el9.noarch                  84/163 
11:00:40 #8 25.06   Installing       : perl-subs-1.03-479.el9.noarch                       85/163 
11:00:40 #8 25.06   Installing       : perl-File-Temp-1:0.231.100-4.el9.noarch             86/163 
11:00:40 #8 25.07   Installing       : perl-HTTP-Tiny-0.076-460.el9.noarch                 87/163 
11:00:40 #8 25.07   Installing       : perl-Term-Cap-1.17-460.el9.noarch                   88/163 
11:00:40 #8 25.08   Installing       : perl-Pod-Simple-1:3.42-4.el9.noarch                 89/163 
11:00:40 #8 25.09   Installing       : perl-Socket-4:2.031-4.el9.x86_64                    90/163 
11:00:40 #8 25.10   Installing       : perl-SelectSaver-1.02-479.el9.noarch                91/163 
11:00:40 #8 25.10   Installing       : perl-Symbol-1.08-479.el9.noarch                     92/163 
11:00:40 #8 25.10   Installing       : perl-File-stat-1.09-479.el9.noarch                  93/163 
11:00:40 #8 25.11   Installing       : perl-podlators-1:4.14-460.el9.noarch                94/163 
11:00:40 #8 25.12   Installing       : perl-Pod-Perldoc-3.28.01-461.el9.noarch             95/163 
11:00:40 #8 25.12   Installing       : perl-Fcntl-1.13-479.el9.x86_64                      96/163 
11:00:40 #8 25.13   Installing       : perl-Text-ParseWords-3.30-460.el9.noarch            97/163 
11:00:40 #8 25.13   Installing       : perl-mro-1.23-479.el9.x86_64                        98/163 
11:00:40 #8 25.14   Installing       : perl-IO-1.43-479.el9.x86_64                         99/163 
11:00:40 #8 25.15   Installing       : perl-overloading-0.02-479.el9.noarch               100/163 
11:00:40 #8 25.15   Installing       : perl-Pod-Usage-4:2.01-4.el9.noarch                 101/163 
11:00:40 #8 25.16   Installing       : perl-Errno-1.30-479.el9.x86_64                     102/163 
11:00:40 #8 25.16   Installing       : perl-File-Basename-2.85-479.el9.noarch             103/163 
11:00:40 #8 25.16   Installing       : perl-Getopt-Std-1.12-479.el9.noarch                104/163 
11:00:40 #8 25.17   Installing       : perl-MIME-Base64-3.16-4.el9.x86_64                 105/163 
11:00:40 #8 25.17   Installing       : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64       106/163 
11:00:40 #8 25.18   Installing       : perl-constant-1.33-461.el9.noarch                  107/163 
11:00:40 #8 25.19   Installing       : perl-Storable-1:3.21-460.el9.x86_64                108/163 
11:00:40 #8 25.19   Installing       : perl-overload-1.31-479.el9.noarch                  109/163 
11:00:40 #8 25.19   Installing       : perl-parent-1:0.238-460.el9.noarch                 110/163 
11:00:40 #8 25.20   Installing       : perl-vars-1.05-479.el9.noarch                      111/163 
11:00:40 #8 25.20   Installing       : perl-Getopt-Long-1:2.52-4.el9.noarch               112/163 
11:00:40 #8 25.21   Installing       : perl-Carp-1.50-460.el9.noarch                      113/163 
11:00:40 #8 25.21   Installing       : perl-Exporter-5.74-461.el9.noarch                  114/163 
11:00:40 #8 25.22   Installing       : perl-NDBM_File-1.15-479.el9.x86_64                 115/163 
11:00:40 #8 25.23   Installing       : perl-PathTools-3.78-461.el9.x86_64                 116/163 
11:00:40 #8 25.29   Installing       : perl-Encode-4:3.08-462.el9.x86_64                  117/163 
11:00:40 #8 25.39   Installing       : perl-libs-4:5.32.1-479.el9.x86_64                  118/163 
11:00:40 #8 25.41   Installing       : perl-interpreter-4:5.32.1-479.el9.x86_64           119/163 
11:00:40 #8 25.42   Installing       : kernel-srpm-macros-1.0-11.el9.noarch               120/163 
11:00:40 #8 25.43   Installing       : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch           121/163 
11:00:40 #8 25.43   Installing       : go-srpm-macros-3.0.9-9.el9.noarch                  122/163 
11:00:40 #8 25.44   Installing       : python-srpm-macros-3.9-52.el9.noarch               123/163 
11:00:40 #8 25.44   Installing       : redhat-rpm-config-196-1.el9.noarch                 124/163 
11:00:40 #8 25.45   Running scriptlet: libutempter-1.2.1-6.el9.x86_64                     125/163 
11:00:40 #8 25.50   Installing       : libutempter-1.2.1-6.el9.x86_64                     125/163 
11:00:40 #8 25.51   Installing       : libselinux-utils-3.4-3.el9.x86_64                  126/163 
11:00:40 #8 25.52   Installing       : libpng-2:1.6.37-12.el9.x86_64                      127/163 
11:00:40 #8 25.53   Installing       : gdk-pixbuf2-2.42.6-2.el9.x86_64                    128/163 
11:00:40 #8 25.54   Installing       : libpkgconf-1.7.3-9.el9.x86_64                      129/163 
11:00:40 #8 25.55   Installing       : pkgconf-1.7.3-9.el9.x86_64                         130/163 
11:00:40 #8 25.55   Installing       : pkgconf-pkg-config-1.7.3-9.el9.x86_64              131/163 
11:00:40 #8 25.56   Installing       : libpipeline-1.5.3-4.el9.x86_64                     132/163 
11:00:40 #8 25.56   Running scriptlet: man-db-2.9.3-6.el9.x86_64                          133/163 
11:00:40 #8 25.59   Installing       : man-db-2.9.3-6.el9.x86_64                          133/163 
11:00:40 #8 25.60   Running scriptlet: man-db-2.9.3-6.el9.x86_64                          133/163 
11:00:40 #8 25.63   Installing       : environment-modules-5.0.1-1.el9.x86_64             134/163 
11:00:40 #8 25.63   Running scriptlet: environment-modules-5.0.1-1.el9.x86_64             134/163 
11:00:40 #8 25.65   Installing       : scl-utils-1:2.0.3-2.el9.x86_64                     135/163 
11:00:40 #8 25.86   Installing       : libicu-67.1-9.el9.x86_64                           136/163 
11:00:41 #8 25.99   Installing       : webkit2gtk3-jsc-2.36.1-1.el9.x86_64                137/163 
11:00:41 #8 25.99   Installing       : libproxy-webkitgtk4-0.4.15-35.el9.x86_64           138/163 
11:00:41 #8 26.00   Installing       : glib-networking-2.68.3-3.el9.x86_64                139/163 
11:00:41 #8 26.01   Installing       : libfdisk-2.37.4-3.el9.x86_64                       140/163 
11:00:41 #8 26.02   Installing       : libeconf-0.4.1-2.el9.x86_64                        141/163 
11:00:41 #8 26.04   Installing       : libdb-5.3.28-53.el9.x86_64                         142/163 
11:00:41 #8 26.07   Installing       : pam-1.5.1-12.el9.x86_64                            143/163 
11:00:41 #8 26.08   Installing       : libpwquality-1.4.4-8.el9.x86_64                    144/163 
11:00:41 #8 26.14   Installing       : util-linux-2.37.4-3.el9.x86_64                     145/163 
11:00:41 #8 26.14 warning: /etc/adjtime created as /etc/adjtime.rpmnew
11:00:41 #8 26.14 
11:00:41 #8 26.16   Installing       : policycoreutils-3.4-1.el9.x86_64                   146/163 
11:00:41 #8 26.17   Running scriptlet: policycoreutils-3.4-1.el9.x86_64                   146/163 
11:00:41 #8 26.21   Installing       : python3-policycoreutils-3.4-1.el9.noarch           147/163 
11:00:41 #8 26.22   Installing       : policycoreutils-python-utils-3.4-1.el9.noarch      148/163 
11:00:41 #8 26.23   Installing       : gcc-toolset-12-runtime-12.0-5.el9.x86_64           149/163 
11:00:41 #8 26.24   Running scriptlet: gcc-toolset-12-runtime-12.0-5.el9.x86_64           149/163 
11:00:41 #8 26.49 ValueError: SELinux policy is not managed or store cannot be accessed.
11:00:41 #8 26.49 
11:00:41 #8 26.61   Installing       : gcc-toolset-12-binutils-2.38-16.el9.x86_64         150/163 
11:00:41 #8 26.62   Running scriptlet: gcc-toolset-12-binutils-2.38-16.el9.x86_64         150/163 
11:00:41 #8 26.64   Installing       : gcc-toolset-12-binutils-gold-2.38-14.el9.x86_64    151/163 
11:00:41 #8 26.72   Installing       : binutils-2.35.2-24.el9.x86_64                      152/163 
11:00:41 #8 26.73   Running scriptlet: binutils-2.35.2-24.el9.x86_64                      152/163 
11:00:41 #8 26.75   Installing       : libbrotli-1.0.9-6.el9.x86_64                       153/163 
11:00:41 #8 26.76   Installing       : libsoup-2.72.0-8.el9.x86_64                        154/163 
11:00:41 #8 26.77   Installing       : json-glib-1.6.6-1.el9.x86_64                       155/163 
11:00:41 #8 26.78   Installing       : libappstream-glib-0.7.18-4.el9.x86_64              156/163 
11:00:41 #8 26.79   Installing       : info-6.7-15.el9.x86_64                             157/163 
11:00:41 #8 26.80   Installing       : ed-1.14.2-12.el9.x86_64                            158/163 
11:00:41 #8 26.81   Installing       : patch-2.7.6-16.el9.x86_64                          159/163 
11:00:41 #8 26.82   Installing       : rpm-build-4.16.1.3-15.el9.x86_64                   160/163 
11:00:41 #8 26.84   Installing       : rpmlint-1.11-19.el9.noarch                         161/163 
11:00:41 #8 26.85   Installing       : dnf-plugins-core-4.1.0-1.el9.noarch                162/163 
11:00:41 #8 26.94   Installing       : glibc-gconv-extra-2.34-39.el9.x86_64               163/163 
11:00:44 #8 26.95   Running scriptlet: glibc-gconv-extra-2.34-39.el9.x86_64               163/163 
11:00:44 #8 29.68   Verifying        : binutils-2.35.2-24.el9.x86_64                        1/163 
11:00:44 #8 29.69   Verifying        : bzip2-1.0.8-8.el9.x86_64                             2/163 
11:00:44 #8 29.69   Verifying        : cpio-2.13-16.el9.x86_64                              3/163 
11:00:44 #8 29.69   Verifying        : cracklib-2.9.6-27.el9.x86_64                         4/163 
11:00:44 #8 29.69   Verifying        : cracklib-dicts-2.9.6-27.el9.x86_64                   5/163 
11:00:44 #8 29.69   Verifying        : dbus-libs-1:1.12.20-5.el9.x86_64                     6/163 
11:00:44 #8 29.69   Verifying        : diffutils-3.7-12.el9.x86_64                          7/163 
11:00:44 #8 29.69   Verifying        : dnf-plugins-core-4.1.0-1.el9.noarch                  8/163 
11:00:44 #8 29.69   Verifying        : ed-1.14.2-12.el9.x86_64                              9/163 
11:00:44 #8 29.69   Verifying        : elfutils-0.187-5.el9.x86_64                         10/163 
11:00:44 #8 29.69   Verifying        : elfutils-debuginfod-client-0.187-5.el9.x86_64       11/163 
11:00:44 #8 29.69   Verifying        : environment-modules-5.0.1-1.el9.x86_64              12/163 
11:00:44 #8 29.69   Verifying        : file-5.39-8.el9.x86_64                              13/163 
11:00:44 #8 29.69   Verifying        : glib-networking-2.68.3-3.el9.x86_64                 14/163 
11:00:44 #8 29.69   Verifying        : glibc-gconv-extra-2.34-39.el9.x86_64                15/163 
11:00:44 #8 29.69   Verifying        : groff-base-1.22.4-10.el9.x86_64                     16/163 
11:00:44 #8 29.69   Verifying        : gsettings-desktop-schemas-40.0-4.el9.x86_64         17/163 
11:00:44 #8 29.69   Verifying        : info-6.7-15.el9.x86_64                              18/163 
11:00:44 #8 29.69   Verifying        : json-glib-1.6.6-1.el9.x86_64                        19/163 
11:00:44 #8 29.69   Verifying        : less-590-1.el9.x86_64                               20/163 
11:00:44 #8 29.69   Verifying        : libbrotli-1.0.9-6.el9.x86_64                        21/163 
11:00:44 #8 29.69   Verifying        : libdb-5.3.28-53.el9.x86_64                          22/163 
11:00:44 #8 29.69   Verifying        : libeconf-0.4.1-2.el9.x86_64                         23/163 
11:00:44 #8 29.69   Verifying        : libfdisk-2.37.4-3.el9.x86_64                        24/163 
11:00:44 #8 29.69   Verifying        : libicu-67.1-9.el9.x86_64                            25/163 
11:00:44 #8 29.69   Verifying        : libpipeline-1.5.3-4.el9.x86_64                      26/163 
11:00:44 #8 29.69   Verifying        : libpkgconf-1.7.3-9.el9.x86_64                       27/163 
11:00:44 #8 29.69   Verifying        : libpng-2:1.6.37-12.el9.x86_64                       28/163 
11:00:44 #8 29.69   Verifying        : libproxy-0.4.15-35.el9.x86_64                       29/163 
11:00:44 #8 29.69   Verifying        : libpsl-0.21.1-5.el9.x86_64                          30/163 
11:00:44 #8 29.69   Verifying        : libpwquality-1.4.4-8.el9.x86_64                     31/163 
11:00:44 #8 29.69   Verifying        : libselinux-utils-3.4-3.el9.x86_64                   32/163 
11:00:44 #8 29.69   Verifying        : libutempter-1.2.1-6.el9.x86_64                      33/163 
11:00:44 #8 29.69   Verifying        : man-db-2.9.3-6.el9.x86_64                           34/163 
11:00:44 #8 29.69   Verifying        : ncurses-6.2-8.20210508.el9.x86_64                   35/163 
11:00:44 #8 29.69   Verifying        : openssl-1:3.0.1-38.el9.x86_64                       36/163 
11:00:44 #8 29.69   Verifying        : pam-1.5.1-12.el9.x86_64                             37/163 
11:00:44 #8 29.69   Verifying        : pkgconf-1.7.3-9.el9.x86_64                          38/163 
11:00:44 #8 29.69   Verifying        : pkgconf-m4-1.7.3-9.el9.noarch                       39/163 
11:00:44 #8 29.69   Verifying        : pkgconf-pkg-config-1.7.3-9.el9.x86_64               40/163 
11:00:44 #8 29.69   Verifying        : policycoreutils-3.4-1.el9.x86_64                    41/163 
11:00:44 #8 29.69   Verifying        : procps-ng-3.3.17-5.el9.x86_64                       42/163 
11:00:44 #8 29.69   Verifying        : publicsuffix-list-dafsa-20210518-3.el9.noarch       43/163 
11:00:44 #8 29.69   Verifying        : python3-dateutil-1:2.8.1-6.el9.noarch               44/163 
11:00:44 #8 29.69   Verifying        : python3-dbus-1.2.18-2.el9.x86_64                    45/163 
11:00:44 #8 29.69   Verifying        : python3-dnf-plugins-core-4.1.0-1.el9.noarch         46/163 
11:00:44 #8 29.69   Verifying        : python3-setools-4.4.0-5.el9.x86_64                  47/163 
11:00:44 #8 29.69   Verifying        : python3-setuptools-53.0.0-10.el9.noarch             48/163 
11:00:44 #8 29.69   Verifying        : python3-six-1.15.0-9.el9.noarch                     49/163 
11:00:44 #8 29.69   Verifying        : shared-mime-info-2.1-4.el9.x86_64                   50/163 
11:00:44 #8 29.69   Verifying        : systemd-libs-250-7.el9.x86_64                       51/163 
11:00:44 #8 29.69   Verifying        : tcl-1:8.6.10-7.el9.x86_64                           52/163 
11:00:44 #8 29.69   Verifying        : unzip-6.0-56.el9.x86_64                             53/163 
11:00:44 #8 29.69   Verifying        : util-linux-2.37.4-3.el9.x86_64                      54/163 
11:00:44 #8 29.69   Verifying        : util-linux-core-2.37.4-3.el9.x86_64                 55/163 
11:00:44 #8 29.69   Verifying        : vim-filesystem-2:8.2.2637-16.el9.noarch             56/163 
11:00:44 #8 29.69   Verifying        : xz-5.2.5-8.el9.x86_64                               57/163 
11:00:44 #8 29.69   Verifying        : zip-3.0-33.el9.x86_64                               58/163 
11:00:44 #8 29.69   Verifying        : zstd-1.5.1-2.el9.x86_64                             59/163 
11:00:44 #8 29.69   Verifying        : abattis-cantarell-fonts-0.301-4.el9.noarch          60/163 
11:00:44 #8 29.69   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1    61/163 
11:00:44 #8 29.69   Verifying        : checkpolicy-3.4-1.el9.x86_64                        62/163 
11:00:44 #8 29.69   Verifying        : desktop-file-utils-0.26-6.el9.x86_64                63/163 
11:00:44 #8 29.69   Verifying        : dwz-0.14-3.el9.x86_64                               64/163 
11:00:44 #8 29.69   Verifying        : efi-srpm-macros-4-9.el9.noarch                      65/163 
11:00:44 #8 29.69   Verifying        : emacs-filesystem-1:27.1-3.el9.noarch                66/163 
11:00:44 #8 29.69   Verifying        : enchant-1:1.6.0-30.el9.x86_64                       67/163 
11:00:44 #8 29.69   Verifying        : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch            68/163 
11:00:44 #8 29.69   Verifying        : gcc-toolset-12-binutils-2.38-16.el9.x86_64          69/163 
11:00:44 #8 29.69   Verifying        : gcc-toolset-12-binutils-gold-2.38-14.el9.x86_64     70/163 
11:00:44 #8 29.69   Verifying        : gcc-toolset-12-runtime-12.0-5.el9.x86_64            71/163 
11:00:44 #8 29.69   Verifying        : gdb-minimal-10.2-10.el9.x86_64                      72/163 
11:00:44 #8 29.69   Verifying        : gdk-pixbuf2-2.42.6-2.el9.x86_64                     73/163 
11:00:44 #8 29.69   Verifying        : ghc-srpm-macros-1.5.0-6.el9.noarch                  74/163 
11:00:44 #8 29.69   Verifying        : go-srpm-macros-3.0.9-9.el9.noarch                   75/163 
11:00:44 #8 29.69   Verifying        : hunspell-1.7.0-11.el9.x86_64                        76/163 
11:00:44 #8 29.69   Verifying        : hunspell-en-0.20140811.1-20.el9.noarch              77/163 
11:00:44 #8 29.69   Verifying        : hunspell-en-GB-0.20140811.1-20.el9.noarch           78/163 
11:00:44 #8 29.69   Verifying        : hunspell-en-US-0.20140811.1-20.el9.noarch           79/163 
11:00:44 #8 29.70   Verifying        : hunspell-filesystem-1.7.0-11.el9.x86_64             80/163 
11:00:44 #8 29.70   Verifying        : kernel-srpm-macros-1.0-11.el9.noarch                81/163 
11:00:44 #8 29.70   Verifying        : libappstream-glib-0.7.18-4.el9.x86_64               82/163 
11:00:44 #8 29.70   Verifying        : libjpeg-turbo-2.0.90-5.el9.x86_64                   83/163 
11:00:44 #8 29.70   Verifying        : libproxy-webkitgtk4-0.4.15-35.el9.x86_64            84/163 
11:00:44 #8 29.70   Verifying        : libsoup-2.72.0-8.el9.x86_64                         85/163 
11:00:44 #8 29.70   Verifying        : libstemmer-0-18.585svn.el9.x86_64                   86/163 
11:00:44 #8 29.70   Verifying        : lua-srpm-macros-1-6.el9.noarch                      87/163 
11:00:44 #8 29.70   Verifying        : ocaml-srpm-macros-6-6.el9.noarch                    88/163 
11:00:44 #8 29.70   Verifying        : openblas-srpm-macros-2-11.el9.noarch                89/163 
11:00:44 #8 29.70   Verifying        : patch-2.7.6-16.el9.x86_64                           90/163 
11:00:44 #8 29.70   Verifying        : perl-AutoLoader-5.74-479.el9.noarch                 91/163 
11:00:44 #8 29.70   Verifying        : perl-B-1.80-479.el9.x86_64                          92/163 
11:00:44 #8 29.70   Verifying        : perl-Carp-1.50-460.el9.noarch                       93/163 
11:00:44 #8 29.70   Verifying        : perl-Class-Struct-0.66-479.el9.noarch               94/163 
11:00:44 #8 29.70   Verifying        : perl-Data-Dumper-2.174-462.el9.x86_64               95/163 
11:00:44 #8 29.70   Verifying        : perl-Digest-1.19-4.el9.noarch                       96/163 
11:00:44 #8 29.70   Verifying        : perl-Digest-MD5-2.58-4.el9.x86_64                   97/163 
11:00:44 #8 29.70   Verifying        : perl-Encode-4:3.08-462.el9.x86_64                   98/163 
11:00:44 #8 29.70   Verifying        : perl-Errno-1.30-479.el9.x86_64                      99/163 
11:00:44 #8 29.70   Verifying        : perl-Exporter-5.74-461.el9.noarch                  100/163 
11:00:44 #8 29.70   Verifying        : perl-Fcntl-1.13-479.el9.x86_64                     101/163 
11:00:44 #8 29.70   Verifying        : perl-File-Basename-2.85-479.el9.noarch             102/163 
11:00:44 #8 29.70   Verifying        : perl-File-Path-2.18-4.el9.noarch                   103/163 
11:00:44 #8 29.70   Verifying        : perl-File-Temp-1:0.231.100-4.el9.noarch            104/163 
11:00:44 #8 29.70   Verifying        : perl-File-stat-1.09-479.el9.noarch                 105/163 
11:00:44 #8 29.70   Verifying        : perl-FileHandle-2.03-479.el9.noarch                106/163 
11:00:44 #8 29.70   Verifying        : perl-Getopt-Long-1:2.52-4.el9.noarch               107/163 
11:00:44 #8 29.70   Verifying        : perl-Getopt-Std-1.12-479.el9.noarch                108/163 
11:00:44 #8 29.70   Verifying        : perl-HTTP-Tiny-0.076-460.el9.noarch                109/163 
11:00:44 #8 29.70   Verifying        : perl-IO-1.43-479.el9.x86_64                        110/163 
11:00:44 #8 29.70   Verifying        : perl-IO-Socket-IP-0.41-5.el9.noarch                111/163 
11:00:44 #8 29.70   Verifying        : perl-IO-Socket-SSL-2.073-1.el9.noarch              112/163 
11:00:44 #8 29.70   Verifying        : perl-IPC-Open3-1.21-479.el9.noarch                 113/163 
11:00:44 #8 29.70   Verifying        : perl-MIME-Base64-3.16-4.el9.x86_64                 114/163 
11:00:44 #8 29.70   Verifying        : perl-Mozilla-CA-20200520-6.el9.noarch              115/163 
11:00:44 #8 29.70   Verifying        : perl-NDBM_File-1.15-479.el9.x86_64                 116/163 
11:00:44 #8 29.70   Verifying        : perl-Net-SSLeay-1.92-1.el9.x86_64                  117/163 
11:00:44 #8 29.70   Verifying        : perl-POSIX-1.94-479.el9.x86_64                     118/163 
11:00:44 #8 29.70   Verifying        : perl-PathTools-3.78-461.el9.x86_64                 119/163 
11:00:44 #8 29.70   Verifying        : perl-Pod-Escapes-1:1.07-460.el9.noarch             120/163 
11:00:44 #8 29.70   Verifying        : perl-Pod-Perldoc-3.28.01-461.el9.noarch            121/163 
11:00:44 #8 29.70   Verifying        : perl-Pod-Simple-1:3.42-4.el9.noarch                122/163 
11:00:44 #8 29.70   Verifying        : perl-Pod-Usage-4:2.01-4.el9.noarch                 123/163 
11:00:44 #8 29.70   Verifying        : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64       124/163 
11:00:44 #8 29.70   Verifying        : perl-SelectSaver-1.02-479.el9.noarch               125/163 
11:00:44 #8 29.70   Verifying        : perl-Socket-4:2.031-4.el9.x86_64                   126/163 
11:00:44 #8 29.70   Verifying        : perl-Storable-1:3.21-460.el9.x86_64                127/163 
11:00:44 #8 29.70   Verifying        : perl-Symbol-1.08-479.el9.noarch                    128/163 
11:00:44 #8 29.70   Verifying        : perl-Term-ANSIColor-5.01-461.el9.noarch            129/163 
11:00:44 #8 29.70   Verifying        : perl-Term-Cap-1.17-460.el9.noarch                  130/163 
11:00:44 #8 29.70   Verifying        : perl-Text-ParseWords-3.30-460.el9.noarch           131/163 
11:00:44 #8 29.70   Verifying        : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch       132/163 
11:00:44 #8 29.70   Verifying        : perl-Time-Local-2:1.300-7.el9.noarch               133/163 
11:00:44 #8 29.70   Verifying        : perl-URI-5.09-3.el9.noarch                         134/163 
11:00:44 #8 29.70   Verifying        : perl-base-2.27-479.el9.noarch                      135/163 
11:00:44 #8 29.70   Verifying        : perl-constant-1.33-461.el9.noarch                  136/163 
11:00:44 #8 29.70   Verifying        : perl-if-0.60.800-479.el9.noarch                    137/163 
11:00:44 #8 29.70   Verifying        : perl-interpreter-4:5.32.1-479.el9.x86_64           138/163 
11:00:44 #8 29.70   Verifying        : perl-libnet-3.13-4.el9.noarch                      139/163 
11:00:44 #8 29.70   Verifying        : perl-libs-4:5.32.1-479.el9.x86_64                  140/163 
11:00:44 #8 29.70   Verifying        : perl-mro-1.23-479.el9.x86_64                       141/163 
11:00:44 #8 29.70   Verifying        : perl-overload-1.31-479.el9.noarch                  142/163 
11:00:44 #8 29.70   Verifying        : perl-overloading-0.02-479.el9.noarch               143/163 
11:00:44 #8 29.70   Verifying        : perl-parent-1:0.238-460.el9.noarch                 144/163 
11:00:44 #8 29.70   Verifying        : perl-podlators-1:4.14-460.el9.noarch               145/163 
11:00:44 #8 29.70   Verifying        : perl-srpm-macros-1-41.el9.noarch                   146/163 
11:00:44 #8 29.70   Verifying        : perl-subs-1.03-479.el9.noarch                      147/163 
11:00:44 #8 29.70   Verifying        : perl-vars-1.05-479.el9.noarch                      148/163 
11:00:44 #8 29.70   Verifying        : policycoreutils-python-utils-3.4-1.el9.noarch      149/163 
11:00:44 #8 29.70   Verifying        : python-srpm-macros-3.9-52.el9.noarch               150/163 
11:00:44 #8 29.70   Verifying        : python3-audit-3.0.7-103.el9.x86_64                 151/163 
11:00:44 #8 29.70   Verifying        : python3-enchant-3.2.0-5.el9.noarch                 152/163 
11:00:44 #8 29.70   Verifying        : python3-file-magic-5.39-8.el9.noarch               153/163 
11:00:44 #8 29.70   Verifying        : python3-libselinux-3.4-3.el9.x86_64                154/163 
11:00:44 #8 29.70   Verifying        : python3-libsemanage-3.4-1.el9.x86_64               155/163 
11:00:44 #8 29.70   Verifying        : python3-policycoreutils-3.4-1.el9.noarch           156/163 
11:00:44 #8 29.70   Verifying        : qt5-srpm-macros-5.15.3-1.el9.noarch                157/163 
11:00:44 #8 29.70   Verifying        : redhat-rpm-config-196-1.el9.noarch                 158/163 
11:00:44 #8 29.70   Verifying        : rpm-build-4.16.1.3-15.el9.x86_64                   159/163 
11:00:44 #8 29.70   Verifying        : rpmlint-1.11-19.el9.noarch                         160/163 
11:00:44 #8 29.70   Verifying        : rust-srpm-macros-17-4.el9.noarch                   161/163 
11:00:44 #8 29.70   Verifying        : scl-utils-1:2.0.3-2.el9.x86_64                     162/163 
11:00:45 #8 29.70   Verifying        : webkit2gtk3-jsc-2.36.1-1.el9.x86_64                163/163 
11:00:45 #8 29.84 
11:00:45 #8 29.84 Installed:
11:00:45 #8 29.84   abattis-cantarell-fonts-0.301-4.el9.noarch                                    
11:00:45 #8 29.84   adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch                       
11:00:45 #8 29.84   binutils-2.35.2-24.el9.x86_64                                                 
11:00:45 #8 29.84   bzip2-1.0.8-8.el9.x86_64                                                      
11:00:45 #8 29.84   checkpolicy-3.4-1.el9.x86_64                                                  
11:00:45 #8 29.84   cpio-2.13-16.el9.x86_64                                                       
11:00:45 #8 29.84   cracklib-2.9.6-27.el9.x86_64                                                  
11:00:45 #8 29.84   cracklib-dicts-2.9.6-27.el9.x86_64                                            
11:00:45 #8 29.84   dbus-libs-1:1.12.20-5.el9.x86_64                                              
11:00:45 #8 29.84   desktop-file-utils-0.26-6.el9.x86_64                                          
11:00:45 #8 29.84   diffutils-3.7-12.el9.x86_64                                                   
11:00:45 #8 29.84   dnf-plugins-core-4.1.0-1.el9.noarch                                           
11:00:45 #8 29.84   dwz-0.14-3.el9.x86_64                                                         
11:00:45 #8 29.84   ed-1.14.2-12.el9.x86_64                                                       
11:00:45 #8 29.84   efi-srpm-macros-4-9.el9.noarch                                                
11:00:45 #8 29.84   elfutils-0.187-5.el9.x86_64                                                   
11:00:45 #8 29.84   elfutils-debuginfod-client-0.187-5.el9.x86_64                                 
11:00:45 #8 29.84   emacs-filesystem-1:27.1-3.el9.noarch                                          
11:00:45 #8 29.84   enchant-1:1.6.0-30.el9.x86_64                                                 
11:00:45 #8 29.84   environment-modules-5.0.1-1.el9.x86_64                                        
11:00:45 #8 29.84   file-5.39-8.el9.x86_64                                                        
11:00:45 #8 29.84   fonts-srpm-macros-1:2.0.5-7.el9.1.noarch                                      
11:00:45 #8 29.84   gcc-toolset-12-binutils-2.38-16.el9.x86_64                                    
11:00:45 #8 29.84   gcc-toolset-12-binutils-gold-2.38-14.el9.x86_64                               
11:00:45 #8 29.84   gcc-toolset-12-runtime-12.0-5.el9.x86_64                                      
11:00:45 #8 29.84   gdb-minimal-10.2-10.el9.x86_64                                                
11:00:45 #8 29.84   gdk-pixbuf2-2.42.6-2.el9.x86_64                                               
11:00:45 #8 29.84   ghc-srpm-macros-1.5.0-6.el9.noarch                                            
11:00:45 #8 29.84   glib-networking-2.68.3-3.el9.x86_64                                           
11:00:45 #8 29.84   glibc-gconv-extra-2.34-39.el9.x86_64                                          
11:00:45 #8 29.84   go-srpm-macros-3.0.9-9.el9.noarch                                             
11:00:45 #8 29.84   groff-base-1.22.4-10.el9.x86_64                                               
11:00:45 #8 29.84   gsettings-desktop-schemas-40.0-4.el9.x86_64                                   
11:00:45 #8 29.84   hunspell-1.7.0-11.el9.x86_64                                                  
11:00:45 #8 29.84   hunspell-en-0.20140811.1-20.el9.noarch                                        
11:00:45 #8 29.84   hunspell-en-GB-0.20140811.1-20.el9.noarch                                     
11:00:45 #8 29.84   hunspell-en-US-0.20140811.1-20.el9.noarch                                     
11:00:45 #8 29.84   hunspell-filesystem-1.7.0-11.el9.x86_64                                       
11:00:45 #8 29.84   info-6.7-15.el9.x86_64                                                        
11:00:45 #8 29.84   json-glib-1.6.6-1.el9.x86_64                                                  
11:00:45 #8 29.84   kernel-srpm-macros-1.0-11.el9.noarch                                          
11:00:45 #8 29.84   less-590-1.el9.x86_64                                                         
11:00:45 #8 29.84   libappstream-glib-0.7.18-4.el9.x86_64                                         
11:00:45 #8 29.84   libbrotli-1.0.9-6.el9.x86_64                                                  
11:00:45 #8 29.84   libdb-5.3.28-53.el9.x86_64                                                    
11:00:45 #8 29.84   libeconf-0.4.1-2.el9.x86_64                                                   
11:00:45 #8 29.84   libfdisk-2.37.4-3.el9.x86_64                                                  
11:00:45 #8 29.84   libicu-67.1-9.el9.x86_64                                                      
11:00:45 #8 29.84   libjpeg-turbo-2.0.90-5.el9.x86_64                                             
11:00:45 #8 29.84   libpipeline-1.5.3-4.el9.x86_64                                                
11:00:45 #8 29.84   libpkgconf-1.7.3-9.el9.x86_64                                                 
11:00:45 #8 29.84   libpng-2:1.6.37-12.el9.x86_64                                                 
11:00:45 #8 29.84   libproxy-0.4.15-35.el9.x86_64                                                 
11:00:45 #8 29.84   libproxy-webkitgtk4-0.4.15-35.el9.x86_64                                      
11:00:45 #8 29.84   libpsl-0.21.1-5.el9.x86_64                                                    
11:00:45 #8 29.84   libpwquality-1.4.4-8.el9.x86_64                                               
11:00:45 #8 29.84   libselinux-utils-3.4-3.el9.x86_64                                             
11:00:45 #8 29.84   libsoup-2.72.0-8.el9.x86_64                                                   
11:00:45 #8 29.84   libstemmer-0-18.585svn.el9.x86_64                                             
11:00:45 #8 29.84   libutempter-1.2.1-6.el9.x86_64                                                
11:00:45 #8 29.84   lua-srpm-macros-1-6.el9.noarch                                                
11:00:45 #8 29.84   man-db-2.9.3-6.el9.x86_64                                                     
11:00:45 #8 29.84   ncurses-6.2-8.20210508.el9.x86_64                                             
11:00:45 #8 29.84   ocaml-srpm-macros-6-6.el9.noarch                                              
11:00:45 #8 29.84   openblas-srpm-macros-2-11.el9.noarch                                          
11:00:45 #8 29.84   openssl-1:3.0.1-38.el9.x86_64                                                 
11:00:45 #8 29.84   pam-1.5.1-12.el9.x86_64                                                       
11:00:45 #8 29.84   patch-2.7.6-16.el9.x86_64                                                     
11:00:45 #8 29.84   perl-AutoLoader-5.74-479.el9.noarch                                           
11:00:45 #8 29.84   perl-B-1.80-479.el9.x86_64                                                    
11:00:45 #8 29.84   perl-Carp-1.50-460.el9.noarch                                                 
11:00:45 #8 29.84   perl-Class-Struct-0.66-479.el9.noarch                                         
11:00:45 #8 29.84   perl-Data-Dumper-2.174-462.el9.x86_64                                         
11:00:45 #8 29.84   perl-Digest-1.19-4.el9.noarch                                                 
11:00:45 #8 29.84   perl-Digest-MD5-2.58-4.el9.x86_64                                             
11:00:45 #8 29.84   perl-Encode-4:3.08-462.el9.x86_64                                             
11:00:45 #8 29.84   perl-Errno-1.30-479.el9.x86_64                                                
11:00:45 #8 29.84   perl-Exporter-5.74-461.el9.noarch                                             
11:00:45 #8 29.84   perl-Fcntl-1.13-479.el9.x86_64                                                
11:00:45 #8 29.84   perl-File-Basename-2.85-479.el9.noarch                                        
11:00:45 #8 29.84   perl-File-Path-2.18-4.el9.noarch                                              
11:00:45 #8 29.84   perl-File-Temp-1:0.231.100-4.el9.noarch                                       
11:00:45 #8 29.84   perl-File-stat-1.09-479.el9.noarch                                            
11:00:45 #8 29.84   perl-FileHandle-2.03-479.el9.noarch                                           
11:00:45 #8 29.84   perl-Getopt-Long-1:2.52-4.el9.noarch                                          
11:00:45 #8 29.84   perl-Getopt-Std-1.12-479.el9.noarch                                           
11:00:45 #8 29.84   perl-HTTP-Tiny-0.076-460.el9.noarch                                           
11:00:45 #8 29.84   perl-IO-1.43-479.el9.x86_64                                                   
11:00:45 #8 29.84   perl-IO-Socket-IP-0.41-5.el9.noarch                                           
11:00:45 #8 29.84   perl-IO-Socket-SSL-2.073-1.el9.noarch                                         
11:00:45 #8 29.84   perl-IPC-Open3-1.21-479.el9.noarch                                            
11:00:45 #8 29.84   perl-MIME-Base64-3.16-4.el9.x86_64                                            
11:00:45 #8 29.84   perl-Mozilla-CA-20200520-6.el9.noarch                                         
11:00:45 #8 29.84   perl-NDBM_File-1.15-479.el9.x86_64                                            
11:00:45 #8 29.84   perl-Net-SSLeay-1.92-1.el9.x86_64                                             
11:00:45 #8 29.84   perl-POSIX-1.94-479.el9.x86_64                                                
11:00:45 #8 29.84   perl-PathTools-3.78-461.el9.x86_64                                            
11:00:45 #8 29.84   perl-Pod-Escapes-1:1.07-460.el9.noarch                                        
11:00:45 #8 29.84   perl-Pod-Perldoc-3.28.01-461.el9.noarch                                       
11:00:45 #8 29.84   perl-Pod-Simple-1:3.42-4.el9.noarch                                           
11:00:45 #8 29.84   perl-Pod-Usage-4:2.01-4.el9.noarch                                            
11:00:45 #8 29.84   perl-Scalar-List-Utils-4:1.56-461.el9.x86_64                                  
11:00:45 #8 29.84   perl-SelectSaver-1.02-479.el9.noarch                                          
11:00:45 #8 29.84   perl-Socket-4:2.031-4.el9.x86_64                                              
11:00:45 #8 29.84   perl-Storable-1:3.21-460.el9.x86_64                                           
11:00:45 #8 29.84   perl-Symbol-1.08-479.el9.noarch                                               
11:00:45 #8 29.84   perl-Term-ANSIColor-5.01-461.el9.noarch                                       
11:00:45 #8 29.84   perl-Term-Cap-1.17-460.el9.noarch                                             
11:00:45 #8 29.84   perl-Text-ParseWords-3.30-460.el9.noarch                                      
11:00:45 #8 29.84   perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch                                  
11:00:45 #8 29.84   perl-Time-Local-2:1.300-7.el9.noarch                                          
11:00:45 #8 29.84   perl-URI-5.09-3.el9.noarch                                                    
11:00:45 #8 29.84   perl-base-2.27-479.el9.noarch                                                 
11:00:45 #8 29.84   perl-constant-1.33-461.el9.noarch                                             
11:00:45 #8 29.84   perl-if-0.60.800-479.el9.noarch                                               
11:00:45 #8 29.84   perl-interpreter-4:5.32.1-479.el9.x86_64                                      
11:00:45 #8 29.84   perl-libnet-3.13-4.el9.noarch                                                 
11:00:45 #8 29.84   perl-libs-4:5.32.1-479.el9.x86_64                                             
11:00:45 #8 29.84   perl-mro-1.23-479.el9.x86_64                                                  
11:00:45 #8 29.84   perl-overload-1.31-479.el9.noarch                                             
11:00:45 #8 29.84   perl-overloading-0.02-479.el9.noarch                                          
11:00:45 #8 29.84   perl-parent-1:0.238-460.el9.noarch                                            
11:00:45 #8 29.84   perl-podlators-1:4.14-460.el9.noarch                                          
11:00:45 #8 29.84   perl-srpm-macros-1-41.el9.noarch                                              
11:00:45 #8 29.84   perl-subs-1.03-479.el9.noarch                                                 
11:00:45 #8 29.84   perl-vars-1.05-479.el9.noarch                                                 
11:00:45 #8 29.84   pkgconf-1.7.3-9.el9.x86_64                                                    
11:00:45 #8 29.84   pkgconf-m4-1.7.3-9.el9.noarch                                                 
11:00:45 #8 29.84   pkgconf-pkg-config-1.7.3-9.el9.x86_64                                         
11:00:45 #8 29.84   policycoreutils-3.4-1.el9.x86_64                                              
11:00:45 #8 29.84   policycoreutils-python-utils-3.4-1.el9.noarch                                 
11:00:45 #8 29.84   procps-ng-3.3.17-5.el9.x86_64                                                 
11:00:45 #8 29.84   publicsuffix-list-dafsa-20210518-3.el9.noarch                                 
11:00:45 #8 29.84   python-srpm-macros-3.9-52.el9.noarch                                          
11:00:45 #8 29.84   python3-audit-3.0.7-103.el9.x86_64                                            
11:00:45 #8 29.84   python3-dateutil-1:2.8.1-6.el9.noarch                                         
11:00:45 #8 29.84   python3-dbus-1.2.18-2.el9.x86_64                                              
11:00:45 #8 29.84   python3-dnf-plugins-core-4.1.0-1.el9.noarch                                   
11:00:45 #8 29.84   python3-enchant-3.2.0-5.el9.noarch                                            
11:00:45 #8 29.84   python3-file-magic-5.39-8.el9.noarch                                          
11:00:45 #8 29.84   python3-libselinux-3.4-3.el9.x86_64                                           
11:00:45 #8 29.84   python3-libsemanage-3.4-1.el9.x86_64                                          
11:00:45 #8 29.84   python3-policycoreutils-3.4-1.el9.noarch                                      
11:00:45 #8 29.84   python3-setools-4.4.0-5.el9.x86_64                                            
11:00:45 #8 29.84   python3-setuptools-53.0.0-10.el9.noarch                                       
11:00:45 #8 29.84   python3-six-1.15.0-9.el9.noarch                                               
11:00:45 #8 29.84   qt5-srpm-macros-5.15.3-1.el9.noarch                                           
11:00:45 #8 29.84   redhat-rpm-config-196-1.el9.noarch                                            
11:00:45 #8 29.84   rpm-build-4.16.1.3-15.el9.x86_64                                              
11:00:45 #8 29.84   rpmlint-1.11-19.el9.noarch                                                    
11:00:45 #8 29.84   rust-srpm-macros-17-4.el9.noarch                                              
11:00:45 #8 29.84   scl-utils-1:2.0.3-2.el9.x86_64                                                
11:00:45 #8 29.84   shared-mime-info-2.1-4.el9.x86_64                                             
11:00:45 #8 29.84   systemd-libs-250-7.el9.x86_64                                                 
11:00:45 #8 29.84   tcl-1:8.6.10-7.el9.x86_64                                                     
11:00:45 #8 29.84   unzip-6.0-56.el9.x86_64                                                       
11:00:45 #8 29.84   util-linux-2.37.4-3.el9.x86_64                                                
11:00:45 #8 29.84   util-linux-core-2.37.4-3.el9.x86_64                                           
11:00:45 #8 29.84   vim-filesystem-2:8.2.2637-16.el9.noarch                                       
11:00:45 #8 29.84   webkit2gtk3-jsc-2.36.1-1.el9.x86_64                                           
11:00:45 #8 29.84   xz-5.2.5-8.el9.x86_64                                                         
11:00:45 #8 29.84   zip-3.0-33.el9.x86_64                                                         
11:00:45 #8 29.84   zstd-1.5.1-2.el9.x86_64                                                       
11:00:45 #8 29.84 
11:00:45 #8 29.84 Complete!
11:00:45 #8 DONE 30.0s
11:00:45 
11:00:45 #9 [stage-1 4/8] RUN dnf config-manager --set-enabled crb
11:00:45 #9 sha256:c2fcce7b5d22c6e0f622a4ab334f652e8f770caaf61c60afe4332bab67cc04ab
11:00:45 #9 DONE 0.7s
11:00:45 
11:00:45 #11 [stage-1 5/8] COPY SPECS /root/rpmbuild/SPECS
11:00:45 #11 sha256:7d89d288bb2cab1805cb4a9ddc86ab72a639c576be67bc37532b700f7911063a
11:00:45 #11 DONE 0.1s
11:00:45 
11:00:45 #12 [stage-1 6/8] 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
11:00:45 #12 sha256:6d8bd8973cb6f19eae90c725a178ab61a19ac12633b9ef97aca6fce2d61add1f
11:00:46 #12 0.899 CentOS Stream 9 - BaseOS                         25 kB/s | 7.5 kB     00:00    
11:00:47 #12 1.232 CentOS Stream 9 - AppStream                      28 kB/s | 7.7 kB     00:00    
11:00:47 #12 2.373 CentOS Stream 9 - CRB                           4.4 MB/s | 4.6 MB     00:01    
11:00:49 #12 3.977 Package bash-5.1.8-4.el9.x86_64 is already installed.
11:00:49 #12 3.988 Package bash-5.1.8-4.el9.x86_64 is already installed.
11:00:49 #12 3.988 Package ca-certificates-2022.2.54-90.0.el9.noarch is already installed.
11:00:49 #12 3.989 Package libarchive-3.5.3-3.el9.x86_64 is already installed.
11:00:49 #12 3.989 Package pkgconf-pkg-config-1.7.3-9.el9.x86_64 is already installed.
11:00:49 #12 3.990 Package tar-2:1.34-5.el9.x86_64 is already installed.
11:00:49 #12 4.000 Package bash-5.1.8-4.el9.x86_64 is already installed.
11:00:49 #12 4.019 Package bash-5.1.8-4.el9.x86_64 is already installed.
11:00:49 #12 4.061 Dependencies resolved.
11:00:49 #12 4.066 ================================================================================
11:00:49 #12 4.066  Package                   Arch     Version                   Repository   Size
11:00:49 #12 4.066 ================================================================================
11:00:49 #12 4.066 Installing:
11:00:49 #12 4.066  cmake                     x86_64   3.20.2-7.el9              appstream   6.7 M
11:00:49 #12 4.066  device-mapper-devel       x86_64   9:1.02.185-1.el9          crb          44 k
11:00:49 #12 4.066  gcc                       x86_64   11.3.1-2.1.el9            appstream    32 M
11:00:49 #12 4.066  git                       x86_64   2.31.1-2.el9.2            appstream   124 k
11:00:49 #12 4.066  glibc-static              x86_64   2.34-39.el9               crb         1.7 M
11:00:49 #12 4.066  libseccomp-devel          x86_64   2.5.2-2.el9               appstream    59 k
11:00:49 #12 4.066  libselinux-devel          x86_64   3.4-3.el9                 appstream   158 k
11:00:49 #12 4.066  libtool                   x86_64   2.4.6-45.el9              appstream   582 k
11:00:49 #12 4.066  libtool-ltdl-devel        x86_64   2.4.6-45.el9              crb         161 k
11:00:49 #12 4.066  make                      x86_64   1:4.3-7.el9               baseos      538 k
11:00:49 #12 4.066  selinux-policy-devel      noarch   34.1.38-1.el9             appstream   934 k
11:00:49 #12 4.066  systemd                   x86_64   250-7.el9                 baseos      4.2 M
11:00:49 #12 4.066  systemd-devel             x86_64   250-7.el9                 appstream   618 k
11:00:49 #12 4.066  which                     x86_64   2.21-28.el9               baseos       42 k
11:00:49 #12 4.066 Installing dependencies:
11:00:49 #12 4.066  acl                       x86_64   2.3.1-3.el9               baseos       73 k
11:00:49 #12 4.066  annobin                   x86_64   10.73-3.el9               appstream   961 k
11:00:49 #12 4.066  autoconf                  noarch   2.69-38.el9               appstream   681 k
11:00:49 #12 4.066  automake                  noarch   1.16.2-6.el9              appstream   689 k
11:00:49 #12 4.066  cmake-data                noarch   3.20.2-7.el9              appstream   2.1 M
11:00:49 #12 4.066  cmake-filesystem          x86_64   3.20.2-7.el9              appstream    23 k
11:00:49 #12 4.066  cmake-rpm-macros          noarch   3.20.2-7.el9              appstream    16 k
11:00:49 #12 4.066  cpp                       x86_64   11.3.1-2.1.el9            appstream    11 M
11:00:49 #12 4.066  cryptsetup-libs           x86_64   2.4.3-4.el9               baseos      436 k
11:00:49 #12 4.066  dbus                      x86_64   1:1.12.20-5.el9           baseos      4.3 k
11:00:49 #12 4.066  dbus-broker               x86_64   28-5.el9                  baseos      172 k
11:00:49 #12 4.066  dbus-common               noarch   1:1.12.20-5.el9           baseos       15 k
11:00:49 #12 4.066  device-mapper             x86_64   9:1.02.185-1.el9          baseos      142 k
11:00:49 #12 4.066  device-mapper-libs        x86_64   9:1.02.185-1.el9          baseos      178 k
11:00:49 #12 4.066  gcc-plugin-annobin        x86_64   11.3.1-2.1.el9            appstream    69 k
11:00:49 #12 4.066  git-core                  x86_64   2.31.1-2.el9.2            appstream   3.6 M
11:00:49 #12 4.066  git-core-doc              noarch   2.31.1-2.el9.2            appstream   2.5 M
11:00:49 #12 4.066  glibc-devel               x86_64   2.34-39.el9               appstream    41 k
11:00:49 #12 4.066  glibc-headers             x86_64   2.34-39.el9               appstream   541 k
11:00:49 #12 4.066  kernel-headers            x86_64   5.14.0-134.el9            appstream   3.1 M
11:00:49 #12 4.066  kmod-libs                 x86_64   28-7.el9                  baseos       64 k
11:00:49 #12 4.066  libcbor                   x86_64   0.7.0-5.el9               baseos       57 k
11:00:49 #12 4.066  libedit                   x86_64   3.1-37.20210216cvs.el9    baseos      105 k
11:00:49 #12 4.066  libfido2                  x86_64   1.6.0-7.el9               baseos       71 k
11:00:49 #12 4.066  libmpc                    x86_64   1.2.1-4.el9               appstream    62 k
11:00:49 #12 4.066  libseccomp                x86_64   2.5.2-2.el9               baseos       72 k
11:00:49 #12 4.066  libsepol-devel            x86_64   3.4-1.1.el9               appstream    48 k
11:00:49 #12 4.066  libtool-ltdl              x86_64   2.4.6-45.el9              appstream    37 k
11:00:49 #12 4.066  libuv                     x86_64   1:1.42.0-1.el9            appstream   150 k
11:00:49 #12 4.066  libxcrypt-devel           x86_64   4.4.18-3.el9              appstream    29 k
11:00:49 #12 4.066  libxcrypt-static          x86_64   4.4.18-3.el9              crb         102 k
11:00:49 #12 4.066  llvm-libs                 x86_64   14.0.5-1.el9              appstream    20 M
11:00:49 #12 4.066  m4                        x86_64   1.4.19-1.el9              appstream   300 k
11:00:49 #12 4.066  openssh                   x86_64   8.7p1-19.el9              baseos      457 k
11:00:49 #12 4.066  openssh-clients           x86_64   8.7p1-19.el9              baseos      706 k
11:00:49 #12 4.066  pcre2-devel               x86_64   10.40-2.el9               appstream   515 k
11:00:49 #12 4.066  pcre2-utf16               x86_64   10.40-2.el9               appstream   217 k
11:00:49 #12 4.066  pcre2-utf32               x86_64   10.40-2.el9               appstream   206 k
11:00:49 #12 4.066  perl-DynaLoader           x86_64   1.47-479.el9              appstream    35 k
11:00:49 #12 4.066  perl-Error                noarch   1:0.17029-7.el9           appstream    42 k
11:00:49 #12 4.066  perl-File-Compare         noarch   1.100.600-479.el9         appstream    23 k
11:00:49 #12 4.066  perl-File-Copy            noarch   2.34-479.el9              appstream    30 k
11:00:49 #12 4.066  perl-File-Find            noarch   1.37-479.el9              appstream    35 k
11:00:49 #12 4.066  perl-Git                  noarch   2.31.1-2.el9.2            appstream    43 k
11:00:49 #12 4.066  perl-TermReadKey          x86_64   2.38-11.el9               appstream    37 k
11:00:49 #12 4.066  perl-Thread-Queue         noarch   3.14-460.el9              appstream    22 k
11:00:49 #12 4.066  perl-lib                  x86_64   0.65-479.el9              appstream    24 k
11:00:49 #12 4.066  perl-threads              x86_64   1:2.25-460.el9            appstream    58 k
11:00:49 #12 4.066  perl-threads-shared       x86_64   1.61-460.el9              appstream    45 k
11:00:49 #12 4.066  policycoreutils-devel     x86_64   3.4-1.el9                 appstream   142 k
11:00:49 #12 4.066  rpm-plugin-selinux        x86_64   4.16.1.3-15.el9           baseos       18 k
11:00:49 #12 4.066  selinux-policy            noarch   34.1.38-1.el9             baseos       62 k
11:00:49 #12 4.066  selinux-policy-targeted   noarch   34.1.38-1.el9             baseos      6.7 M
11:00:49 #12 4.066  systemd-pam               x86_64   250-7.el9                 baseos      244 k
11:00:49 #12 4.066  systemd-rpm-macros        noarch   250-7.el9                 baseos       29 k
11:00:49 #12 4.066 
11:00:49 #12 4.066 Transaction Summary
11:00:49 #12 4.066 ================================================================================
11:00:49 #12 4.066 Install  69 Packages
11:00:49 #12 4.066 
11:00:49 #12 4.069 Total download size: 105 M
11:00:49 #12 4.069 Installed size: 365 M
11:00:49 #12 4.070 Downloading Packages:
11:00:51 #12 5.469 (1/69): dbus-1.12.20-5.el9.x86_64.rpm            11 kB/s | 4.3 kB     00:00    
11:00:51 #12 5.474 (2/69): acl-2.3.1-3.el9.x86_64.rpm              186 kB/s |  73 kB     00:00    
11:00:51 #12 5.480 (3/69): cryptsetup-libs-2.4.3-4.el9.x86_64.rpm  1.1 MB/s | 436 kB     00:00    
11:00:51 #12 5.483 (4/69): dbus-broker-28-5.el9.x86_64.rpm          12 MB/s | 172 kB     00:00    
11:00:51 #12 5.486 (5/69): dbus-common-1.12.20-5.el9.noarch.rpm    1.3 MB/s |  15 kB     00:00    
11:00:51 #12 5.491 (6/69): device-mapper-1.02.185-1.el9.x86_64.rpm  21 MB/s | 142 kB     00:00    
11:00:51 #12 5.494 (7/69): device-mapper-libs-1.02.185-1.el9.x86_6  18 MB/s | 178 kB     00:00    
11:00:51 #12 5.497 (8/69): kmod-libs-28-7.el9.x86_64.rpm           6.6 MB/s |  64 kB     00:00    
11:00:51 #12 5.501 (9/69): libedit-3.1-37.20210216cvs.el9.x86_64.r  17 MB/s | 105 kB     00:00    
11:00:51 #12 5.504 (10/69): libcbor-0.7.0-5.el9.x86_64.rpm         6.2 MB/s |  57 kB     00:00    
11:00:51 #12 5.507 (11/69): libfido2-1.6.0-7.el9.x86_64.rpm        8.1 MB/s |  71 kB     00:00    
11:00:51 #12 5.509 (12/69): libseccomp-2.5.2-2.el9.x86_64.rpm      8.5 MB/s |  72 kB     00:00    
11:00:51 #12 5.517 (13/69): make-4.3-7.el9.x86_64.rpm               43 MB/s | 538 kB     00:00    
11:00:51 #12 5.525 (14/69): openssh-8.7p1-19.el9.x86_64.rpm         32 MB/s | 457 kB     00:00    
11:00:51 #12 5.531 (15/69): openssh-clients-8.7p1-19.el9.x86_64.rp  34 MB/s | 706 kB     00:00    
11:00:51 #12 5.534 (16/69): rpm-plugin-selinux-4.16.1.3-15.el9.x86 1.3 MB/s |  18 kB     00:00    
11:00:51 #12 5.538 (17/69): selinux-policy-34.1.38-1.el9.noarch.rp 9.7 MB/s |  62 kB     00:00    
11:00:51 #12 5.552 (18/69): systemd-pam-250-7.el9.x86_64.rpm        20 MB/s | 244 kB     00:00    
11:00:51 #12 5.568 (19/69): systemd-rpm-macros-250-7.el9.noarch.rp 2.2 MB/s |  29 kB     00:00    
11:00:51 #12 5.589 (20/69): systemd-250-7.el9.x86_64.rpm            77 MB/s | 4.2 MB     00:00    
11:00:51 #12 5.598 (21/69): which-2.21-28.el9.x86_64.rpm           1.4 MB/s |  42 kB     00:00    
11:00:51 #12 5.636 (22/69): selinux-policy-targeted-34.1.38-1.el9.  65 MB/s | 6.7 MB     00:00    
11:00:51 #12 5.643 (23/69): annobin-10.73-3.el9.x86_64.rpm          19 MB/s | 961 kB     00:00    
11:00:51 #12 5.651 (24/69): autoconf-2.69-38.el9.noarch.rpm         14 MB/s | 681 kB     00:00    
11:00:51 #12 5.668 (25/69): automake-1.16.2-6.el9.noarch.rpm        29 MB/s | 689 kB     00:00    
11:00:51 #12 5.695 (26/69): cmake-data-3.20.2-7.el9.noarch.rpm      51 MB/s | 2.1 MB     00:00    
11:00:51 #12 5.700 (27/69): cmake-filesystem-3.20.2-7.el9.x86_64.r 816 kB/s |  23 kB     00:00    
11:00:51 #12 5.734 (28/69): cmake-3.20.2-7.el9.x86_64.rpm           75 MB/s | 6.7 MB     00:00    
11:00:51 #12 5.737 (29/69): cmake-rpm-macros-3.20.2-7.el9.noarch.r 417 kB/s |  16 kB     00:00    
11:00:51 #12 5.759 (30/69): gcc-plugin-annobin-11.3.1-2.1.el9.x86_ 3.8 MB/s |  69 kB     00:00    
11:00:51 #12 5.778 (31/69): git-2.31.1-2.el9.2.x86_64.rpm          7.1 MB/s | 124 kB     00:00    
11:00:51 #12 5.843 (32/69): cpp-11.3.1-2.1.el9.x86_64.rpm           76 MB/s |  11 MB     00:00    
11:00:51 #12 5.877 (33/69): git-core-2.31.1-2.el9.2.x86_64.rpm      37 MB/s | 3.6 MB     00:00    
11:00:51 #12 5.951 (34/69): git-core-doc-2.31.1-2.el9.2.noarch.rpm  24 MB/s | 2.5 MB     00:00    
11:00:51 #12 5.958 (35/69): glibc-devel-2.34-39.el9.x86_64.rpm     541 kB/s |  41 kB     00:00    
11:00:51 #12 5.979 (36/69): glibc-headers-2.34-39.el9.x86_64.rpm    21 MB/s | 541 kB     00:00    
11:00:51 #12 6.014 (37/69): kernel-headers-5.14.0-134.el9.x86_64.r  59 MB/s | 3.1 MB     00:00    
11:00:51 #12 6.019 (38/69): libmpc-1.2.1-4.el9.x86_64.rpm          1.8 MB/s |  62 kB     00:00    
11:00:51 #12 6.036 (39/69): libseccomp-devel-2.5.2-2.el9.x86_64.rp 2.9 MB/s |  59 kB     00:00    
11:00:51 #12 6.048 (40/69): libselinux-devel-3.4-3.el9.x86_64.rpm  6.4 MB/s | 158 kB     00:00    
11:00:51 #12 6.180 (41/69): gcc-11.3.1-2.1.el9.x86_64.rpm           73 MB/s |  32 MB     00:00    
11:00:51 #12 6.185 (42/69): libsepol-devel-3.4-1.1.el9.x86_64.rpm  330 kB/s |  48 kB     00:00    
11:00:51 #12 6.190 (43/69): libtool-2.4.6-45.el9.x86_64.rpm        4.0 MB/s | 582 kB     00:00    
11:00:51 #12 6.193 (44/69): libtool-ltdl-2.4.6-45.el9.x86_64.rpm   3.2 MB/s |  37 kB     00:00    
11:00:51 #12 6.196 (45/69): libxcrypt-devel-4.4.18-3.el9.x86_64.rp 5.1 MB/s |  29 kB     00:00    
11:00:51 #12 6.201 (46/69): libuv-1.42.0-1.el9.x86_64.rpm           15 MB/s | 150 kB     00:00    
11:00:51 #12 6.213 (47/69): m4-1.4.19-1.el9.x86_64.rpm              21 MB/s | 300 kB     00:00    
11:00:52 #12 6.233 (48/69): pcre2-devel-10.40-2.el9.x86_64.rpm      18 MB/s | 515 kB     00:00    
11:00:52 #12 6.243 (49/69): pcre2-utf16-10.40-2.el9.x86_64.rpm     7.8 MB/s | 217 kB     00:00    
11:00:52 #12 6.261 (50/69): pcre2-utf32-10.40-2.el9.x86_64.rpm     7.3 MB/s | 206 kB     00:00    
11:00:52 #12 6.273 (51/69): perl-DynaLoader-1.47-479.el9.x86_64.rp 1.4 MB/s |  35 kB     00:00    
11:00:52 #12 6.294 (52/69): perl-Error-0.17029-7.el9.noarch.rpm    1.4 MB/s |  42 kB     00:00    
11:00:52 #12 6.381 (53/69): llvm-libs-14.0.5-1.el9.x86_64.rpm      107 MB/s |  20 MB     00:00    
11:00:52 #12 6.383 (54/69): perl-File-Compare-1.100.600-479.el9.no 213 kB/s |  23 kB     00:00    
11:00:52 #12 6.386 (55/69): perl-File-Copy-2.34-479.el9.noarch.rpm 336 kB/s |  30 kB     00:00    
11:00:52 #12 6.390 (56/69): perl-File-Find-1.37-479.el9.noarch.rpm 6.1 MB/s |  35 kB     00:00    
11:00:52 #12 6.393 (57/69): perl-Git-2.31.1-2.el9.2.noarch.rpm     5.0 MB/s |  43 kB     00:00    
11:00:52 #12 6.396 (58/69): perl-TermReadKey-2.38-11.el9.x86_64.rp 4.1 MB/s |  37 kB     00:00    
11:00:52 #12 6.399 (59/69): perl-Thread-Queue-3.14-460.el9.noarch. 4.2 MB/s |  22 kB     00:00    
11:00:52 #12 6.401 (60/69): perl-lib-0.65-479.el9.x86_64.rpm       3.4 MB/s |  24 kB     00:00    
11:00:52 #12 6.404 (61/69): perl-threads-2.25-460.el9.x86_64.rpm   8.0 MB/s |  58 kB     00:00    
11:00:52 #12 6.408 (62/69): perl-threads-shared-1.61-460.el9.x86_6 6.5 MB/s |  45 kB     00:00    
11:00:52 #12 6.411 (63/69): policycoreutils-devel-3.4-1.el9.x86_64  14 MB/s | 142 kB     00:00    
11:00:52 #12 6.421 (64/69): selinux-policy-devel-34.1.38-1.el9.noa  54 MB/s | 934 kB     00:00    
11:00:52 #12 6.425 (65/69): device-mapper-devel-1.02.185-1.el9.x86 3.7 MB/s |  44 kB     00:00    
11:00:52 #12 6.433 (66/69): systemd-devel-250-7.el9.x86_64.rpm      32 MB/s | 618 kB     00:00    
11:00:52 #12 6.438 (67/69): libtool-ltdl-devel-2.4.6-45.el9.x86_64  14 MB/s | 161 kB     00:00    
11:00:52 #12 6.444 (68/69): libxcrypt-static-4.4.18-3.el9.x86_64.r  11 MB/s | 102 kB     00:00    
11:00:52 #12 6.455 (69/69): glibc-static-2.34-39.el9.x86_64.rpm     54 MB/s | 1.7 MB     00:00    
11:00:52 #12 6.459 --------------------------------------------------------------------------------
11:00:52 #12 6.459 Total                                            44 MB/s | 105 MB     00:02     
11:00:53 #12 8.287 Running transaction check
11:00:53 #12 8.386 Transaction check succeeded.
11:00:53 #12 8.386 Running transaction test
11:00:55 #12 9.600 Transaction test succeeded.
11:00:55 #12 9.601 Running transaction
11:00:56 #12 10.95   Running scriptlet: selinux-policy-targeted-34.1.38-1.el9.noarch           1/1 
11:00:56 #12 11.05   Preparing        :                                                        1/1 
11:00:56 #12 11.11   Installing       : make-1:4.3-7.el9.x86_64                               1/69 
11:00:56 #12 11.15   Installing       : perl-DynaLoader-1.47-479.el9.x86_64                   2/69 
11:00:56 #12 11.16   Installing       : perl-threads-1:2.25-460.el9.x86_64                    3/69 
11:00:56 #12 11.18   Installing       : perl-File-Find-1.37-479.el9.noarch                    4/69 
11:00:56 #12 11.19   Installing       : perl-File-Copy-2.34-479.el9.noarch                    5/69 
11:00:56 #12 11.19   Installing       : perl-File-Compare-1.100.600-479.el9.noarch            6/69 
11:00:57 #12 11.23   Installing       : m4-1.4.19-1.el9.x86_64                                7/69 
11:00:57 #12 11.25   Installing       : autoconf-2.69-38.el9.noarch                           8/69 
11:00:57 #12 11.29   Installing       : libmpc-1.2.1-4.el9.x86_64                             9/69 
11:00:57 #12 11.31   Installing       : cmake-rpm-macros-3.20.2-7.el9.noarch                 10/69 
11:00:57 #12 11.32   Installing       : cmake-filesystem-3.20.2-7.el9.x86_64                 11/69 
11:00:57 #12 11.33   Installing       : libseccomp-2.5.2-2.el9.x86_64                        12/69 
11:00:57 #12 11.36   Installing       : libedit-3.1-37.20210216cvs.el9.x86_64                13/69 
11:00:57 #12 11.85   Installing       : llvm-libs-14.0.5-1.el9.x86_64                        14/69 
11:00:57 #12 12.09   Installing       : cpp-11.3.1-2.1.el9.x86_64                            15/69 
11:00:57 #12 12.12   Installing       : perl-threads-shared-1.61-460.el9.x86_64              16/69 
11:00:57 #12 12.13   Installing       : perl-Thread-Queue-3.14-460.el9.noarch                17/69 
11:00:57 #12 12.15   Installing       : automake-1.16.2-6.el9.noarch                         18/69 
11:00:57 #12 12.19   Installing       : perl-TermReadKey-2.38-11.el9.x86_64                  19/69 
11:00:58 #12 12.21   Installing       : rpm-plugin-selinux-4.16.1.3-15.el9.x86_64            20/69 
11:00:58 #12 12.22   Installing       : selinux-policy-34.1.38-1.el9.noarch                  21/69 
11:00:58 #12 12.25   Running scriptlet: selinux-policy-34.1.38-1.el9.noarch                  21/69 
11:00:58 #12 12.27   Running scriptlet: selinux-policy-targeted-34.1.38-1.el9.noarch         22/69 
11:00:58 #12 12.46   Installing       : selinux-policy-targeted-34.1.38-1.el9.noarch         22/69 
11:00:58 #12 12.52   Running scriptlet: selinux-policy-targeted-34.1.38-1.el9.noarch         22/69 
11:00:58 #12 12.54   Installing       : policycoreutils-devel-3.4-1.el9.x86_64               23/69 
11:00:58 #12 12.68   Installing       : selinux-policy-devel-34.1.38-1.el9.noarch            24/69 
11:00:58 #12 12.72   Running scriptlet: selinux-policy-devel-34.1.38-1.el9.noarch            24/69 
11:00:58 #12 12.73   Installing       : perl-lib-0.65-479.el9.x86_64                         25/69 
11:00:58 #12 12.76   Installing       : perl-Error-1:0.17029-7.el9.noarch                    26/69 
11:00:58 #12 12.77   Installing       : pcre2-utf32-10.40-2.el9.x86_64                       27/69 
11:00:58 #12 12.78   Installing       : pcre2-utf16-10.40-2.el9.x86_64                       28/69 
11:00:58 #12 12.84   Installing       : pcre2-devel-10.40-2.el9.x86_64                       29/69 
11:00:58 #12 12.85   Installing       : libuv-1:1.42.0-1.el9.x86_64                          30/69 
11:00:58 #12 13.15   Installing       : cmake-data-3.20.2-7.el9.noarch                       31/69 
11:00:59 #12 13.35   Installing       : cmake-3.20.2-7.el9.x86_64                            32/69 
11:00:59 #12 13.36   Installing       : libtool-ltdl-2.4.6-45.el9.x86_64                     33/69 
11:00:59 #12 13.40   Installing       : libsepol-devel-3.4-1.1.el9.x86_64                    34/69 
11:00:59 #12 13.43   Installing       : libselinux-devel-3.4-3.el9.x86_64                    35/69 
11:00:59 #12 13.69   Installing       : kernel-headers-5.14.0-134.el9.x86_64                 36/69 
11:00:59 #12 13.78   Installing       : glibc-headers-2.34-39.el9.x86_64                     37/69 
11:00:59 #12 13.82   Installing       : libxcrypt-devel-4.4.18-3.el9.x86_64                  38/69 
11:00:59 #12 13.86   Installing       : glibc-devel-2.34-39.el9.x86_64                       39/69 
11:01:00 #12 14.35   Installing       : gcc-11.3.1-2.1.el9.x86_64                            40/69 
11:01:00 #12 14.52   Installing       : glibc-static-2.34-39.el9.x86_64                      41/69 
11:01:00 #12 14.53   Installing       : libxcrypt-static-4.4.18-3.el9.x86_64                 42/69 
11:01:00 #12 14.56   Installing       : systemd-rpm-macros-250-7.el9.noarch                  43/69 
11:01:00 #12 14.56   Running scriptlet: openssh-8.7p1-19.el9.x86_64                          44/69 
11:01:00 #12 14.60   Installing       : openssh-8.7p1-19.el9.x86_64                          44/69 
11:01:00 #12 14.61   Installing       : libcbor-0.7.0-5.el9.x86_64                           45/69 
11:01:00 #12 14.66   Installing       : libfido2-1.6.0-7.el9.x86_64                          46/69 
11:01:00 #12 14.68   Installing       : openssh-clients-8.7p1-19.el9.x86_64                  47/69 
11:01:00 #12 14.71   Running scriptlet: openssh-clients-8.7p1-19.el9.x86_64                  47/69 
11:01:00 #12 14.79   Installing       : git-core-2.31.1-2.el9.2.x86_64                       48/69 
11:01:00 #12 15.01   Installing       : git-core-doc-2.31.1-2.el9.2.noarch                   49/69 
11:01:00 #12 15.06   Installing       : perl-Git-2.31.1-2.el9.2.noarch                       50/69 
11:01:00 #12 15.10   Installing       : git-2.31.1-2.el9.2.x86_64                            51/69 
11:01:00 #12 15.11   Installing       : kmod-libs-28-7.el9.x86_64                            52/69 
11:01:00 #12 15.14   Installing       : acl-2.3.1-3.el9.x86_64                               53/69 
11:01:00 #12 15.15   Installing       : device-mapper-9:1.02.185-1.el9.x86_64                54/69 
11:01:00 #12 15.18   Installing       : device-mapper-libs-9:1.02.185-1.el9.x86_64           55/69 
11:01:00 #12 15.19   Installing       : cryptsetup-libs-2.4.3-4.el9.x86_64                   56/69 
11:01:00 #12 15.24   Installing       : dbus-1:1.12.20-5.el9.x86_64                          57/69 
11:01:00 #12 15.24   Installing       : systemd-pam-250-7.el9.x86_64                         58/69 
11:01:01 #12 15.30   Running scriptlet: systemd-250-7.el9.x86_64                             59/69 
11:01:01 #12 15.60   Installing       : systemd-250-7.el9.x86_64                             59/69 
11:01:01 #12 15.65   Running scriptlet: systemd-250-7.el9.x86_64                             59/69 
11:01:01 #12 15.77   Installing       : dbus-common-1:1.12.20-5.el9.noarch                   60/69 
11:01:01 #12 15.78   Running scriptlet: dbus-common-1:1.12.20-5.el9.noarch                   60/69 
11:01:01 #12 15.79 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
11:01:01 #12 15.79 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
11:01:01 #12 15.79 
11:01:01 #12 15.79   Running scriptlet: dbus-broker-28-5.el9.x86_64                          61/69 
11:01:01 #12 15.85   Installing       : dbus-broker-28-5.el9.x86_64                          61/69 
11:01:01 #12 15.91   Running scriptlet: dbus-broker-28-5.el9.x86_64                          61/69 
11:01:01 #12 15.92 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
11:01:01 #12 15.92 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
11:01:01 #12 15.92 
11:01:01 #12 15.99   Installing       : systemd-devel-250-7.el9.x86_64                       62/69 
11:01:01 #12 16.03   Installing       : device-mapper-devel-9:1.02.185-1.el9.x86_64          63/69 
11:01:01 #12 16.04   Installing       : annobin-10.73-3.el9.x86_64                           64/69 
11:01:01 #12 16.10   Running scriptlet: annobin-10.73-3.el9.x86_64                           64/69 
11:01:01 #12 16.12   Installing       : gcc-plugin-annobin-11.3.1-2.1.el9.x86_64             65/69 
11:01:01 #12 16.12   Running scriptlet: gcc-plugin-annobin-11.3.1-2.1.el9.x86_64             65/69 
11:01:02 #12 16.16   Installing       : libtool-2.4.6-45.el9.x86_64                          66/69 
11:01:02 #12 16.20   Installing       : libtool-ltdl-devel-2.4.6-45.el9.x86_64               67/69 
11:01:02 #12 16.21   Installing       : libseccomp-devel-2.5.2-2.el9.x86_64                  68/69 
11:01:02 #12 16.24   Installing       : which-2.21-28.el9.x86_64                             69/69 
11:01:02 #12 16.25   Running scriptlet: selinux-policy-targeted-34.1.38-1.el9.noarch         69/69 
11:01:04 #12 16.27   Running scriptlet: which-2.21-28.el9.x86_64                             69/69 
11:01:04 #12 18.82   Verifying        : acl-2.3.1-3.el9.x86_64                                1/69 
11:01:04 #12 18.82   Verifying        : cryptsetup-libs-2.4.3-4.el9.x86_64                    2/69 
11:01:04 #12 18.82   Verifying        : dbus-1:1.12.20-5.el9.x86_64                           3/69 
11:01:04 #12 18.82   Verifying        : dbus-broker-28-5.el9.x86_64                           4/69 
11:01:04 #12 18.82   Verifying        : dbus-common-1:1.12.20-5.el9.noarch                    5/69 
11:01:04 #12 18.82   Verifying        : device-mapper-9:1.02.185-1.el9.x86_64                 6/69 
11:01:04 #12 18.82   Verifying        : device-mapper-libs-9:1.02.185-1.el9.x86_64            7/69 
11:01:04 #12 18.82   Verifying        : kmod-libs-28-7.el9.x86_64                             8/69 
11:01:04 #12 18.82   Verifying        : libcbor-0.7.0-5.el9.x86_64                            9/69 
11:01:04 #12 18.82   Verifying        : libedit-3.1-37.20210216cvs.el9.x86_64                10/69 
11:01:04 #12 18.82   Verifying        : libfido2-1.6.0-7.el9.x86_64                          11/69 
11:01:04 #12 18.82   Verifying        : libseccomp-2.5.2-2.el9.x86_64                        12/69 
11:01:04 #12 18.82   Verifying        : make-1:4.3-7.el9.x86_64                              13/69 
11:01:04 #12 18.82   Verifying        : openssh-8.7p1-19.el9.x86_64                          14/69 
11:01:04 #12 18.82   Verifying        : openssh-clients-8.7p1-19.el9.x86_64                  15/69 
11:01:04 #12 18.82   Verifying        : rpm-plugin-selinux-4.16.1.3-15.el9.x86_64            16/69 
11:01:04 #12 18.82   Verifying        : selinux-policy-34.1.38-1.el9.noarch                  17/69 
11:01:04 #12 18.82   Verifying        : selinux-policy-targeted-34.1.38-1.el9.noarch         18/69 
11:01:04 #12 18.82   Verifying        : systemd-250-7.el9.x86_64                             19/69 
11:01:04 #12 18.82   Verifying        : systemd-pam-250-7.el9.x86_64                         20/69 
11:01:04 #12 18.82   Verifying        : systemd-rpm-macros-250-7.el9.noarch                  21/69 
11:01:04 #12 18.82   Verifying        : which-2.21-28.el9.x86_64                             22/69 
11:01:04 #12 18.82   Verifying        : annobin-10.73-3.el9.x86_64                           23/69 
11:01:04 #12 18.82   Verifying        : autoconf-2.69-38.el9.noarch                          24/69 
11:01:04 #12 18.82   Verifying        : automake-1.16.2-6.el9.noarch                         25/69 
11:01:04 #12 18.82   Verifying        : cmake-3.20.2-7.el9.x86_64                            26/69 
11:01:04 #12 18.82   Verifying        : cmake-data-3.20.2-7.el9.noarch                       27/69 
11:01:04 #12 18.82   Verifying        : cmake-filesystem-3.20.2-7.el9.x86_64                 28/69 
11:01:04 #12 18.82   Verifying        : cmake-rpm-macros-3.20.2-7.el9.noarch                 29/69 
11:01:04 #12 18.82   Verifying        : cpp-11.3.1-2.1.el9.x86_64                            30/69 
11:01:04 #12 18.82   Verifying        : gcc-11.3.1-2.1.el9.x86_64                            31/69 
11:01:04 #12 18.82   Verifying        : gcc-plugin-annobin-11.3.1-2.1.el9.x86_64             32/69 
11:01:04 #12 18.82   Verifying        : git-2.31.1-2.el9.2.x86_64                            33/69 
11:01:04 #12 18.82   Verifying        : git-core-2.31.1-2.el9.2.x86_64                       34/69 
11:01:04 #12 18.82   Verifying        : git-core-doc-2.31.1-2.el9.2.noarch                   35/69 
11:01:04 #12 18.82   Verifying        : glibc-devel-2.34-39.el9.x86_64                       36/69 
11:01:04 #12 18.82   Verifying        : glibc-headers-2.34-39.el9.x86_64                     37/69 
11:01:04 #12 18.82   Verifying        : kernel-headers-5.14.0-134.el9.x86_64                 38/69 
11:01:04 #12 18.82   Verifying        : libmpc-1.2.1-4.el9.x86_64                            39/69 
11:01:04 #12 18.82   Verifying        : libseccomp-devel-2.5.2-2.el9.x86_64                  40/69 
11:01:04 #12 18.82   Verifying        : libselinux-devel-3.4-3.el9.x86_64                    41/69 
11:01:04 #12 18.82   Verifying        : libsepol-devel-3.4-1.1.el9.x86_64                    42/69 
11:01:04 #12 18.82   Verifying        : libtool-2.4.6-45.el9.x86_64                          43/69 
11:01:04 #12 18.82   Verifying        : libtool-ltdl-2.4.6-45.el9.x86_64                     44/69 
11:01:04 #12 18.82   Verifying        : libuv-1:1.42.0-1.el9.x86_64                          45/69 
11:01:04 #12 18.82   Verifying        : libxcrypt-devel-4.4.18-3.el9.x86_64                  46/69 
11:01:04 #12 18.82   Verifying        : llvm-libs-14.0.5-1.el9.x86_64                        47/69 
11:01:04 #12 18.82   Verifying        : m4-1.4.19-1.el9.x86_64                               48/69 
11:01:04 #12 18.82   Verifying        : pcre2-devel-10.40-2.el9.x86_64                       49/69 
11:01:04 #12 18.82   Verifying        : pcre2-utf16-10.40-2.el9.x86_64                       50/69 
11:01:04 #12 18.82   Verifying        : pcre2-utf32-10.40-2.el9.x86_64                       51/69 
11:01:04 #12 18.82   Verifying        : perl-DynaLoader-1.47-479.el9.x86_64                  52/69 
11:01:04 #12 18.82   Verifying        : perl-Error-1:0.17029-7.el9.noarch                    53/69 
11:01:04 #12 18.82   Verifying        : perl-File-Compare-1.100.600-479.el9.noarch           54/69 
11:01:04 #12 18.82   Verifying        : perl-File-Copy-2.34-479.el9.noarch                   55/69 
11:01:04 #12 18.82   Verifying        : perl-File-Find-1.37-479.el9.noarch                   56/69 
11:01:04 #12 18.82   Verifying        : perl-Git-2.31.1-2.el9.2.noarch                       57/69 
11:01:04 #12 18.82   Verifying        : perl-TermReadKey-2.38-11.el9.x86_64                  58/69 
11:01:04 #12 18.82   Verifying        : perl-Thread-Queue-3.14-460.el9.noarch                59/69 
11:01:04 #12 18.82   Verifying        : perl-lib-0.65-479.el9.x86_64                         60/69 
11:01:04 #12 18.82   Verifying        : perl-threads-1:2.25-460.el9.x86_64                   61/69 
11:01:04 #12 18.82   Verifying        : perl-threads-shared-1.61-460.el9.x86_64              62/69 
11:01:04 #12 18.82   Verifying        : policycoreutils-devel-3.4-1.el9.x86_64               63/69 
11:01:04 #12 18.82   Verifying        : selinux-policy-devel-34.1.38-1.el9.noarch            64/69 
11:01:04 #12 18.82   Verifying        : systemd-devel-250-7.el9.x86_64                       65/69 
11:01:04 #12 18.82   Verifying        : device-mapper-devel-9:1.02.185-1.el9.x86_64          66/69 
11:01:04 #12 18.82   Verifying        : glibc-static-2.34-39.el9.x86_64                      67/69 
11:01:04 #12 18.82   Verifying        : libtool-ltdl-devel-2.4.6-45.el9.x86_64               68/69 
11:01:04 #12 18.82   Verifying        : libxcrypt-static-4.4.18-3.el9.x86_64                 69/69 
11:01:04 #12 18.98 
11:01:04 #12 18.98 Installed:
11:01:04 #12 18.98   acl-2.3.1-3.el9.x86_64                                                        
11:01:04 #12 18.98   annobin-10.73-3.el9.x86_64                                                    
11:01:04 #12 18.98   autoconf-2.69-38.el9.noarch                                                   
11:01:04 #12 18.98   automake-1.16.2-6.el9.noarch                                                  
11:01:04 #12 18.98   cmake-3.20.2-7.el9.x86_64                                                     
11:01:04 #12 18.98   cmake-data-3.20.2-7.el9.noarch                                                
11:01:04 #12 18.98   cmake-filesystem-3.20.2-7.el9.x86_64                                          
11:01:04 #12 18.98   cmake-rpm-macros-3.20.2-7.el9.noarch                                          
11:01:04 #12 18.98   cpp-11.3.1-2.1.el9.x86_64                                                     
11:01:04 #12 18.98   cryptsetup-libs-2.4.3-4.el9.x86_64                                            
11:01:04 #12 18.98   dbus-1:1.12.20-5.el9.x86_64                                                   
11:01:04 #12 18.98   dbus-broker-28-5.el9.x86_64                                                   
11:01:04 #12 18.98   dbus-common-1:1.12.20-5.el9.noarch                                            
11:01:04 #12 18.98   device-mapper-9:1.02.185-1.el9.x86_64                                         
11:01:04 #12 18.98   device-mapper-devel-9:1.02.185-1.el9.x86_64                                   
11:01:04 #12 18.98   device-mapper-libs-9:1.02.185-1.el9.x86_64                                    
11:01:04 #12 18.98   gcc-11.3.1-2.1.el9.x86_64                                                     
11:01:04 #12 18.98   gcc-plugin-annobin-11.3.1-2.1.el9.x86_64                                      
11:01:04 #12 18.98   git-2.31.1-2.el9.2.x86_64                                                     
11:01:04 #12 18.98   git-core-2.31.1-2.el9.2.x86_64                                                
11:01:04 #12 18.98   git-core-doc-2.31.1-2.el9.2.noarch                                            
11:01:04 #12 18.98   glibc-devel-2.34-39.el9.x86_64                                                
11:01:04 #12 18.98   glibc-headers-2.34-39.el9.x86_64                                              
11:01:04 #12 18.98   glibc-static-2.34-39.el9.x86_64                                               
11:01:04 #12 18.98   kernel-headers-5.14.0-134.el9.x86_64                                          
11:01:04 #12 18.98   kmod-libs-28-7.el9.x86_64                                                     
11:01:04 #12 18.98   libcbor-0.7.0-5.el9.x86_64                                                    
11:01:04 #12 18.98   libedit-3.1-37.20210216cvs.el9.x86_64                                         
11:01:04 #12 18.98   libfido2-1.6.0-7.el9.x86_64                                                   
11:01:04 #12 18.98   libmpc-1.2.1-4.el9.x86_64                                                     
11:01:04 #12 18.98   libseccomp-2.5.2-2.el9.x86_64                                                 
11:01:04 #12 18.98   libseccomp-devel-2.5.2-2.el9.x86_64                                           
11:01:04 #12 18.98   libselinux-devel-3.4-3.el9.x86_64                                             
11:01:04 #12 18.98   libsepol-devel-3.4-1.1.el9.x86_64                                             
11:01:04 #12 18.98   libtool-2.4.6-45.el9.x86_64                                                   
11:01:04 #12 18.98   libtool-ltdl-2.4.6-45.el9.x86_64                                              
11:01:04 #12 18.98   libtool-ltdl-devel-2.4.6-45.el9.x86_64                                        
11:01:04 #12 18.98   libuv-1:1.42.0-1.el9.x86_64                                                   
11:01:04 #12 18.98   libxcrypt-devel-4.4.18-3.el9.x86_64                                           
11:01:04 #12 18.98   libxcrypt-static-4.4.18-3.el9.x86_64                                          
11:01:04 #12 18.98   llvm-libs-14.0.5-1.el9.x86_64                                                 
11:01:04 #12 18.98   m4-1.4.19-1.el9.x86_64                                                        
11:01:04 #12 18.98   make-1:4.3-7.el9.x86_64                                                       
11:01:04 #12 18.98   openssh-8.7p1-19.el9.x86_64                                                   
11:01:04 #12 18.98   openssh-clients-8.7p1-19.el9.x86_64                                           
11:01:04 #12 18.98   pcre2-devel-10.40-2.el9.x86_64                                                
11:01:04 #12 18.98   pcre2-utf16-10.40-2.el9.x86_64                                                
11:01:04 #12 18.98   pcre2-utf32-10.40-2.el9.x86_64                                                
11:01:04 #12 18.98   perl-DynaLoader-1.47-479.el9.x86_64                                           
11:01:04 #12 18.98   perl-Error-1:0.17029-7.el9.noarch                                             
11:01:04 #12 18.98   perl-File-Compare-1.100.600-479.el9.noarch                                    
11:01:04 #12 18.98   perl-File-Copy-2.34-479.el9.noarch                                            
11:01:04 #12 18.98   perl-File-Find-1.37-479.el9.noarch                                            
11:01:04 #12 18.98   perl-Git-2.31.1-2.el9.2.noarch                                                
11:01:04 #12 18.98   perl-TermReadKey-2.38-11.el9.x86_64                                           
11:01:04 #12 18.98   perl-Thread-Queue-3.14-460.el9.noarch                                         
11:01:04 #12 18.98   perl-lib-0.65-479.el9.x86_64                                                  
11:01:04 #12 18.98   perl-threads-1:2.25-460.el9.x86_64                                            
11:01:04 #12 18.98   perl-threads-shared-1.61-460.el9.x86_64                                       
11:01:04 #12 18.98   policycoreutils-devel-3.4-1.el9.x86_64                                        
11:01:04 #12 18.98   rpm-plugin-selinux-4.16.1.3-15.el9.x86_64                                     
11:01:04 #12 18.98   selinux-policy-34.1.38-1.el9.noarch                                           
11:01:04 #12 18.98   selinux-policy-devel-34.1.38-1.el9.noarch                                     
11:01:04 #12 18.98   selinux-policy-targeted-34.1.38-1.el9.noarch                                  
11:01:04 #12 18.98   systemd-250-7.el9.x86_64                                                      
11:01:04 #12 18.98   systemd-devel-250-7.el9.x86_64                                                
11:01:04 #12 18.98   systemd-pam-250-7.el9.x86_64                                                  
11:01:04 #12 18.98   systemd-rpm-macros-250-7.el9.noarch                                           
11:01:04 #12 18.98   which-2.21-28.el9.x86_64                                                      
11:01:04 #12 18.98 
11:01:04 #12 18.98 Complete!
11:01:05 #12 DONE 19.3s
11:01:05 
11:01:05 #14 [stage-1 7/8] COPY --from=golang /usr/local/go /usr/local/go
11:01:05 #14 sha256:7ee77b94062b54060fdb7a077aec0278aceade4920b8f1e6f208cd7ba29bb835
11:01:07 #14 DONE 2.7s
11:01:07 
11:01:07 #15 [stage-1 8/8] WORKDIR /root/rpmbuild
11:01:07 #15 sha256:f805d1564fe42f6a1a6a1cbc00711f65a067a7039868db1cd6b096bd656a4140
11:01:07 #15 DONE 0.0s
11:01:07 
11:01:07 #16 exporting to image
11:01:07 #16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:01:07 #16 exporting layers
11:01:14 #16 exporting layers 5.6s done
11:01:14 #16 writing image sha256:aebef30540163af8a296fe4ddae4a81f05a5c2483d109ea77d949d4f5241d5c2 done
11:01:14 #16 naming to docker.io/rpmbuild-centos-9/x86_64 done
11:01:14 #16 DONE 5.6s
11:01:14 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-9/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/centos-9/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-9/x86_64 -ba --define '_gitcommit_cli 715cfc4' --define '_gitcommit_engine a70ae13' --define '_release 0' --define '_version 0.0.0.20220804091928.715cfc4' --define '_origversion 0.0.0-20220804091928-715cfc4' --define '_compose_rpm_version 2.7.0' --define '_compose_version v2.7.0' --define '_scan_rpm_version 0.17.0' --define '_scan_version v0.17.0' --define '_scan_gitcommit 061fe0a' --define '_without_btrfs 1' SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-compose-plugin.spec SPECS/docker-scan-plugin.spec
11:01:14 warning: line 65: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
11:01:14 warning: line 66: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
11:01:14 warning: line 67: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
11:01:14 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.FbOm1X
11:01:14 + umask 022
11:01:14 + cd /root/rpmbuild/BUILD
11:01:14 + cd /root/rpmbuild/BUILD
11:01:14 + rm -rf src
11:01:14 + /usr/bin/mkdir -p src
11:01:14 + cd src
11:01:14 + /usr/bin/tar -xof -
11:01:14 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:01:14 + STATUS=0
11:01:14 + '[' 0 -ne 0 ']'
11:01:14 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:01:14 + /usr/bin/tar -xof -
11:01:14 + STATUS=0
11:01:14 + '[' 0 -ne 0 ']'
11:01:14 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:01:14 + RPM_EC=0
11:01:14 ++ jobs -p
11:01:14 + exit 0
11:01:14 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5b0fNF
11:01:14 + umask 022
11:01:14 + cd /root/rpmbuild/BUILD
11:01:14 + cd src
11:01:14 + export DOCKER_GITCOMMIT=a70ae13
11:01:14 + DOCKER_GITCOMMIT=a70ae13
11:01:14 + mkdir -p /go/src/github.com/docker
11:01:14 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:01:14 + pushd /root/rpmbuild/BUILD/src/engine
11:01:14 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:01:14 + for component in tini "proxy dynamic"
11:01:14 + TMP_GOPATH=/go
11:01:14 + hack/dockerfile/install/install.sh tini
11:01:14 + RM_GOPATH=0
11:01:14 + TMP_GOPATH=/go
11:01:14 + : /usr/local/bin
11:01:14 + '[' -z /go ']'
11:01:14 + export GOPATH=/go
11:01:14 + GOPATH=/go
11:01:14 + case "$(go env GOARCH)" in
11:01:14 ++ go env GOARCH
11:01:14 + export GO_BUILDMODE=-buildmode=pie
11:01:14 + GO_BUILDMODE=-buildmode=pie
11:01:14 ++ dirname hack/dockerfile/install/install.sh
11:01:14 + dir=hack/dockerfile/install
11:01:14 + bin=tini
11:01:14 + shift
11:01:14 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:01:14 + . hack/dockerfile/install/tini.installer
11:01:14 ++ : v0.19.0
11:01:14 + install_tini
11:01:14 + echo 'Install tini version v0.19.0'
11:01:14 Install tini version v0.19.0
11:01:14 + git clone https://github.com/krallin/tini.git /go/tini
11:01:14 Cloning into '/go/tini'...
11:01:15 + cd /go/tini
11:01:15 + git checkout -q v0.19.0
11:01:15 + cmake .
11:01:15 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:01:15   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:01:15   CMake.
11:01:15 
11:01:15   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:01:15   CMake that the project does not need compatibility with older versions.
11:01:15 
11:01:15 
11:01:15 -- The C compiler identification is GNU 11.3.1
11:01:15 -- Detecting C compiler ABI info
11:01:15 -- Detecting C compiler ABI info - done
11:01:15 -- Check for working C compiler: /usr/bin/cc - skipped
11:01:15 -- Detecting C compile features
11:01:15 -- Detecting C compile features - done
11:01:15 -- Performing Test HAS_BUILTIN_FORTIFY
11:01:15 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:01:15 -- Configuring done
11:01:15 -- Generating done
11:01:15 -- Build files have been written to: /go/tini
11:01:15 + make tini-static
11:01:15 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:01:15 [100%] Linking C executable tini-static
11:01:15 [100%] Built target tini-static
11:01:15 + mkdir -p /usr/local/bin
11:01:15 + cp tini-static /usr/local/bin/docker-init
11:01:15 + for component in tini "proxy dynamic"
11:01:15 + TMP_GOPATH=/go
11:01:15 + hack/dockerfile/install/install.sh proxy dynamic
11:01:15 + RM_GOPATH=0
11:01:15 + TMP_GOPATH=/go
11:01:15 + : /usr/local/bin
11:01:15 + '[' -z /go ']'
11:01:15 + export GOPATH=/go
11:01:15 + GOPATH=/go
11:01:15 + case "$(go env GOARCH)" in
11:01:15 ++ go env GOARCH
11:01:15 + export GO_BUILDMODE=-buildmode=pie
11:01:15 + GO_BUILDMODE=-buildmode=pie
11:01:15 ++ dirname hack/dockerfile/install/install.sh
11:01:15 + dir=hack/dockerfile/install
11:01:15 + bin=proxy
11:01:15 + shift
11:01:15 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
11:01:15 + . hack/dockerfile/install/proxy.installer
11:01:15 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
11:01:15 + install_proxy dynamic
11:01:15 + case "$1" in
11:01:15 + install_proxy_dynamic
11:01:15 + export PROXY_LDFLAGS=-linkmode=external install_proxy
11:01:15 + PROXY_LDFLAGS=-linkmode=external
11:01:15 + export BUILD_MODE=-buildmode=pie
11:01:15 + BUILD_MODE=-buildmode=pie
11:01:15 + _install_proxy
11:01:15 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
11:01:15 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
11:01:15 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
11:01:15 Cloning into '/go/src/github.com/docker/libnetwork'...
11:01:17 + cd /go/src/github.com/docker/libnetwork
11:01:17 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
11:01:17 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:01:27 + return
11:01:27 + VERSION=0.0.0-20220804091928-715cfc4
11:01:27 + PRODUCT=docker
11:01:27 + hack/make.sh dynbinary
11:01:27 
11:01:27 Removing bundles/
11:01:27 
11:01:27 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:01:27 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:01:27 GOOS="" GOARCH="" GOARM=""
11:03:04 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:03:04 
11:03:04 + popd
11:03:04 ~/rpmbuild/BUILD/src
11:03:04 + RPM_EC=0
11:03:04 ++ jobs -p
11:03:04 + exit 0
11:03:04 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0uhCAu
11:03:04 + umask 022
11:03:04 + cd /root/rpmbuild/BUILD
11:03:04 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.x86_64 '!=' / ']'
11:03:04 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:03:04 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:03:04 + mkdir -p /root/rpmbuild/BUILDROOT
11:03:04 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:03:04 + cd src
11:03:04 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
11:03:04 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/bin/dockerd
11:03:04 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/bin/docker-proxy
11:03:04 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/bin/docker-init
11:03:04 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/lib/systemd/system/docker.service
11:03:04 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/lib/systemd/system/docker.socket
11:03:04 + /usr/lib/rpm/check-buildroot
11:03:04 + /usr/lib/rpm/redhat/brp-ldconfig
11:03:04 + /usr/lib/rpm/brp-compress
11:03:04 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:03:04 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:03:04 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
11:03:04 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:03:04 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:03:04 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:03:04 + /usr/lib/rpm/brp-python-hardlink
11:03:04 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:03:04 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.HDxCNi
11:03:04 + umask 022
11:03:04 + cd /root/rpmbuild/BUILD
11:03:04 + cd src
11:03:04 ++ engine/bundles/dynbinary-daemon/dockerd --version
11:03:04 + ver='Docker version 0.0.0-20220804091928-715cfc4, build a70ae13'
11:03:04 + test 'Docker version 0.0.0-20220804091928-715cfc4, build a70ae13' = 'Docker version 0.0.0-20220804091928-715cfc4, build a70ae13'
11:03:04 + echo 'PASS: daemon version OK'
11:03:04 PASS: daemon version OK
11:03:04 + RPM_EC=0
11:03:04 ++ jobs -p
11:03:04 + exit 0
11:03:04 Processing files: docker-ce-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:03:04 Provides: docker-ce = 3:0.0.0.20220804091928.715cfc4-0.el9 docker-ce(x86-64) = 3:0.0.0.20220804091928.715cfc4-0.el9
11:03:04 Requires(interp): /bin/sh /bin/sh /bin/sh
11:03:04 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:03:04 Requires(post): /bin/sh
11:03:04 Requires(preun): /bin/sh
11:03:04 Requires(postun): /bin/sh
11:03:04 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
11:03:04 Conflicts: docker docker-ee docker-engine-cs docker-io
11:03:04 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
11:03:04 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:03:04 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.src.rpm
11:03:51 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.x86_64.rpm
11:03:51 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.TegToQ
11:03:51 + umask 022
11:03:51 + cd /root/rpmbuild/BUILD
11:03:51 + cd src
11:03:51 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:03:51 + RPM_EC=0
11:03:51 ++ jobs -p
11:03:51 + exit 0
11:03:51 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.GrvquW
11:03:51 + umask 022
11:03:51 + cd /root/rpmbuild/BUILD
11:03:51 + cd /root/rpmbuild/BUILD
11:03:51 + rm -rf src
11:03:51 + /usr/bin/mkdir -p src
11:03:51 + cd src
11:03:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
11:03:51 + /usr/bin/tar -xof -
11:03:51 + STATUS=0
11:03:51 + '[' 0 -ne 0 ']'
11:03:51 + /usr/bin/tar -xof -
11:03:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
11:03:51 + STATUS=0
11:03:51 + '[' 0 -ne 0 ']'
11:03:51 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:03:51 + RPM_EC=0
11:03:51 ++ jobs -p
11:03:51 + exit 0
11:03:51 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.RmWtlk
11:03:51 + umask 022
11:03:51 + cd /root/rpmbuild/BUILD
11:03:51 + cd src
11:03:51 + mkdir -p /go/src/github.com/docker
11:03:51 + rm -f /go/src/github.com/docker/cli
11:03:51 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
11:03:51 + pushd /go/src/github.com/docker/cli
11:03:51 + DISABLE_WARN_OUTSIDE_CONTAINER=1
11:03:51 + make VERSION=0.0.0-20220804091928-715cfc4 GITCOMMIT=715cfc4 dynbinary manpages
11:03:51 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
11:03:51 GO_LINKMODE=dynamic ./scripts/build/binary
11:03:51 Building dynamic docker-linux-amd64
11:05:12 scripts/docs/generate-man.sh
11:06:34 Project root: /go/src/github.com/docker/cli
11:06:34 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
11:06:34 2022/08/04 11:06:21 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
11:06:34 ~/rpmbuild/BUILD/src
11:06:34 + popd
11:06:34 + pushd /root/rpmbuild/BUILD/src/plugins
11:06:34 + for installer in *.installer
11:06:34 + '[' app.installer '!=' scan.installer ']'
11:06:34 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
11:06:34 + bash app.installer build
11:06:34 Cloning into '/go/src/github.com/docker/app'...
11:06:34 Fetching origin
11:06:34 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
11:07:20 + for installer in *.installer
11:07:20 + '[' buildx.installer '!=' scan.installer ']'
11:07:20 + bash buildx.installer build
11:07:20 Cloning into '/go/src/github.com/docker/buildx'...
11:07:22 Fetching origin
11:07:23 + GO111MODULE=on
11:07:23 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2-docker -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
11:08:59 ~/rpmbuild/BUILD/src
11:08:59 + popd
11:08:59 + RPM_EC=0
11:08:59 ++ jobs -p
11:08:59 + exit 0
11:08:59 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.QsZxCm
11:08:59 + umask 022
11:08:59 + cd /root/rpmbuild/BUILD
11:08:59 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64 '!=' / ']'
11:08:59 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:08:59 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:08:59 + mkdir -p /root/rpmbuild/BUILDROOT
11:08:59 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:08:59 + cd src
11:08:59 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/bin
11:08:59 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/bin/docker
11:08:59 + pushd /root/rpmbuild/BUILD/src/plugins
11:08:59 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
11:08:59 + for installer in *.installer
11:08:59 + '[' app.installer '!=' scan.installer ']'
11:08:59 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:08:59 + PREFIX=/usr/libexec/docker/cli-plugins
11:08:59 + bash app.installer install_plugin
11:08:59 + for installer in *.installer
11:08:59 + '[' buildx.installer '!=' scan.installer ']'
11:08:59 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:08:59 + PREFIX=/usr/libexec/docker/cli-plugins
11:08:59 + bash buildx.installer install_plugin
11:08:59 + popd
11:08:59 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/bash-completion/completions
11:08:59 ~/rpmbuild/BUILD/src
11:08:59 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/zsh/vendor-completions
11:08:59 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/fish/vendor_completions.d
11:08:59 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/bash-completion/completions/docker
11:08:59 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/zsh/vendor-completions/_docker
11:08:59 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/fish/vendor_completions.d/docker.fish
11:08:59 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/man/man1
11:08:59 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/man/man1
11:08:59 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/man/man5
11:08:59 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/man/man5
11:08:59 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/man/man8
11:08:59 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/man/man8
11:08:59 + mkdir -p build-docs
11:08:59 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:08:59 + cp cli/LICENSE build-docs/LICENSE
11:08:59 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:08:59 + cp cli/MAINTAINERS build-docs/MAINTAINERS
11:08:59 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:08:59 + cp cli/NOTICE build-docs/NOTICE
11:08:59 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
11:08:59 + cp cli/README.md build-docs/README.md
11:08:59 + /usr/lib/rpm/check-buildroot
11:08:59 + /usr/lib/rpm/redhat/brp-ldconfig
11:08:59 + /usr/lib/rpm/brp-compress
11:08:59 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:09:02 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:09:02 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:09:02 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:09:02 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:09:02 + /usr/lib/rpm/brp-python-hardlink
11:09:02 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:09:02 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.KVzUyT
11:09:02 + umask 022
11:09:02 + cd /root/rpmbuild/BUILD
11:09:02 + cd src
11:09:02 ++ cli/build/docker --version
11:09:02 + ver='Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4'
11:09:02 + test 'Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4' = 'Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4'
11:09:02 + echo 'PASS: cli version OK'
11:09:02 PASS: cli version OK
11:09:02 + RPM_EC=0
11:09:02 ++ jobs -p
11:09:02 + exit 0
11:09:02 Processing files: docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:09:02 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.baoHWq
11:09:02 + umask 022
11:09:02 + cd /root/rpmbuild/BUILD
11:09:02 + cd src
11:09:02 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:09:02 + export LC_ALL=C
11:09:02 + LC_ALL=C
11:09:02 + export DOCDIR
11:09:02 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:09:02 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:09:02 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:09:02 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:09:02 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/share/doc/docker-ce-cli
11:09:02 + RPM_EC=0
11:09:02 ++ jobs -p
11:09:02 + exit 0
11:09:02 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
11:09:04 Provides: docker-ce-cli = 1:0.0.0.20220804091928.715cfc4-0.el9 docker-ce-cli(x86-64) = 1:0.0.0.20220804091928.715cfc4-0.el9
11:09:04 Requires(interp): /bin/sh
11:09:04 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:09:04 Requires(post): /bin/sh
11:09:04 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
11:09:04 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
11:09:04 Recommends: docker-scan-plugin(x86-64)
11:09:04 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:09:04 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.src.rpm
11:10:25 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64.rpm
11:10:25 + umask 022
11:10:25 + cd /root/rpmbuild/BUILD
11:10:25 + cd src
11:10:25 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:10:25 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xSGkwO
11:10:25 + RPM_EC=0
11:10:25 ++ jobs -p
11:10:25 + exit 0
11:10:25 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KhO5KU
11:10:25 + umask 022
11:10:25 + cd /root/rpmbuild/BUILD
11:10:25 + cd /root/rpmbuild/BUILD
11:10:25 + rm -rf src
11:10:25 + /usr/bin/mkdir -p src
11:10:25 + cd src
11:10:25 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:10:25 + /usr/bin/tar -xof -
11:10:25 + STATUS=0
11:10:25 + '[' 0 -ne 0 ']'
11:10:25 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:10:25 + /usr/bin/tar -xof -
11:10:25 + STATUS=0
11:10:25 + '[' 0 -ne 0 ']'
11:10:25 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:10:25 + RPM_EC=0
11:10:25 ++ jobs -p
11:10:25 + exit 0
11:10:25 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.slpx9s
11:10:25 + umask 022
11:10:25 + cd /root/rpmbuild/BUILD
11:10:25 + cd src
11:10:25 + export DOCKER_GITCOMMIT=a70ae13
11:10:25 + DOCKER_GITCOMMIT=a70ae13
11:10:25 + mkdir -p /go/src/github.com/docker
11:10:25 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:10:25 + TMP_GOPATH=/go
11:10:25 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
11:10:25 + RM_GOPATH=0
11:10:25 + TMP_GOPATH=/go
11:10:25 + : /usr/local/bin
11:10:25 + '[' -z /go ']'
11:10:25 + export GOPATH=/go
11:10:25 + GOPATH=/go
11:10:25 + case "$(go env GOARCH)" in
11:10:25 ++ go env GOARCH
11:10:25 + export GO_BUILDMODE=-buildmode=pie
11:10:25 + GO_BUILDMODE=-buildmode=pie
11:10:25 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
11:10:25 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
11:10:25 + bin=rootlesskit
11:10:25 + shift
11:10:25 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
11:10:25 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
11:10:25 ++ : v0.14.4
11:10:25 + install_rootlesskit dynamic
11:10:25 + case "$1" in
11:10:25 + install_rootlesskit_dynamic
11:10:25 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:10:25 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:10:25 + export BUILD_MODE=-buildmode=pie
11:10:25 + BUILD_MODE=-buildmode=pie
11:10:25 + _install_rootlesskit
11:10:25 + echo 'Install rootlesskit version v0.14.4'
11:10:25 + for f in rootlesskit rootlesskit-docker-proxy
11:10:25 + GOBIN=/usr/local/bin
11:10:25 + GO111MODULE=on
11:10:25 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:10:25 Install rootlesskit version v0.14.4
11:10:25 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:10:25 go: downloading github.com/pkg/errors v0.9.1
11:10:25 go: downloading github.com/sirupsen/logrus v1.8.1
11:10:25 go: downloading github.com/urfave/cli/v2 v2.3.0
11:10:25 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:10:25 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:10:25 go: downloading github.com/google/uuid v1.3.0
11:10:25 go: downloading github.com/moby/vpnkit v0.5.0
11:10:25 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:10:25 go: downloading github.com/gofrs/flock v0.8.1
11:10:25 go: downloading github.com/gorilla/mux v1.8.0
11:10:25 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:10:25 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:10:25 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:10:25 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:10:25 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:10:25 + for f in rootlesskit rootlesskit-docker-proxy
11:10:25 + GOBIN=/usr/local/bin
11:10:25 + GO111MODULE=on
11:10:25 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:10:25 + return
11:10:25 + RPM_EC=0
11:10:25 ++ jobs -p
11:10:25 + exit 0
11:10:25 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9oFz9I
11:10:25 + umask 022
11:10:25 + cd /root/rpmbuild/BUILD
11:10:25 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.x86_64 '!=' / ']'
11:10:25 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:10:25 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:10:25 + mkdir -p /root/rpmbuild/BUILDROOT
11:10:25 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:10:25 + cd src
11:10:25 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/bin/dockerd-rootless.sh
11:10:25 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/bin/dockerd-rootless-setuptool.sh
11:10:25 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/bin/rootlesskit
11:10:25 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.x86_64/usr/bin/rootlesskit-docker-proxy
11:10:25 + /usr/lib/rpm/check-buildroot
11:10:25 + /usr/lib/rpm/redhat/brp-ldconfig
11:10:25 + /usr/lib/rpm/brp-compress
11:10:25 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:10:25 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:10:25 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:10:25 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:10:25 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:10:25 + /usr/lib/rpm/brp-python-hardlink
11:10:25 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:10:25 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
11:10:25 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
11:10:25 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.RHYjno
11:10:25 + umask 022
11:10:25 + cd /root/rpmbuild/BUILD
11:10:25 + cd src
11:10:25 + /usr/local/bin/rootlesskit -v
11:10:25 rootlesskit version 0.14.4
11:10:25 + RPM_EC=0
11:10:25 ++ jobs -p
11:10:25 + exit 0
11:10:25 Processing files: docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:10:25 Provides: docker-ce-rootless-extras = 0:0.0.0.20220804091928.715cfc4-0.el9 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20220804091928.715cfc4-0.el9
11:10:25 Requires(interp): /bin/sh /bin/sh /bin/sh
11:10:25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:10:25 Requires(post): /bin/sh
11:10:25 Requires(preun): /bin/sh
11:10:25 Requires(postun): /bin/sh
11:10:25 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH)
11:10:25 Conflicts: rootlesskit
11:10:25 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:10:25 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.src.rpm
11:10:31 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.x86_64.rpm
11:10:31 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2JDnSS
11:10:31 + umask 022
11:10:31 + cd /root/rpmbuild/BUILD
11:10:31 + cd src
11:10:31 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20220804091928.715cfc4-0.el9.x86_64
11:10:31 + RPM_EC=0
11:10:31 ++ jobs -p
11:10:31 + exit 0
11:10:31 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xVpT0L
11:10:31 + umask 022
11:10:31 + cd /root/rpmbuild/BUILD
11:10:31 + cd /root/rpmbuild/BUILD
11:10:31 + rm -rf src
11:10:31 + /usr/bin/mkdir -p src
11:10:31 + cd src
11:10:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:10:31 + /usr/bin/tar -xof -
11:10:31 + STATUS=0
11:10:31 + '[' 0 -ne 0 ']'
11:10:31 + /usr/bin/tar -xof -
11:10:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
11:10:31 + STATUS=0
11:10:31 + '[' 0 -ne 0 ']'
11:10:31 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:10:31 + RPM_EC=0
11:10:31 ++ jobs -p
11:10:31 + exit 0
11:10:31 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.98sS1A
11:10:31 + umask 022
11:10:31 + cd /root/rpmbuild/BUILD
11:10:31 + cd src
11:10:31 + pushd /root/rpmbuild/BUILD/src/compose
11:10:31 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:10:31 + GOPROXY=https://proxy.golang.org
11:10:31 + GO111MODULE=on
11:10:31 + go mod download
11:11:09 + GOPROXY=https://proxy.golang.org
11:11:09 + GO111MODULE=on
11:11:09 + GIT_TAG=v2.7.0
11:11:09 + make COMPOSE_BINARY=bin/docker-compose -f builder.Makefile compose-plugin
11:11:09 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.7.0"  -o bin/docker-compose ./cmd
11:12:33 + popd
11:12:33 + RPM_EC=0
11:12:33 ~/rpmbuild/BUILD/src
11:12:33 ++ jobs -p
11:12:33 + exit 0
11:12:33 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8OagQm
11:12:33 + umask 022
11:12:33 + cd /root/rpmbuild/BUILD
11:12:33 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.x86_64 '!=' / ']'
11:12:33 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.x86_64
11:12:33 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.x86_64
11:12:33 + mkdir -p /root/rpmbuild/BUILDROOT
11:12:33 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.x86_64
11:12:33 + cd src
11:12:33 + pushd /root/rpmbuild/BUILD/src/compose
11:12:33 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
11:12:33 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-compose
11:12:33 + popd
11:12:33 + for f in LICENSE MAINTAINERS NOTICE README.md
11:12:33 ~/rpmbuild/BUILD/src
11:12:33 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
11:12:33 + for f in LICENSE MAINTAINERS NOTICE README.md
11:12:33 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
11:12:33 + for f in LICENSE MAINTAINERS NOTICE README.md
11:12:33 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
11:12:33 + for f in LICENSE MAINTAINERS NOTICE README.md
11:12:33 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
11:12:33 + /usr/lib/rpm/check-buildroot
11:12:33 + /usr/lib/rpm/redhat/brp-ldconfig
11:12:33 + /usr/lib/rpm/brp-compress
11:12:33 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:12:33 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:12:33 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:12:33 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:12:33 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:12:33 + /usr/lib/rpm/brp-python-hardlink
11:12:33 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:12:33 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.MZGuYE
11:12:33 + umask 022
11:12:33 + cd /root/rpmbuild/BUILD
11:12:33 + cd src
11:12:33 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
11:12:33 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:12:33 + ver=v2.7.0
11:12:33 + test v2.7.0 = v2.7.0
11:12:33 + echo 'PASS: docker-compose version OK'
11:12:33 PASS: docker-compose version OK
11:12:33 + RPM_EC=0
11:12:33 ++ jobs -p
11:12:33 + exit 0
11:12:33 Processing files: docker-compose-plugin-2.7.0-0.el9.x86_64
11:12:33 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2tX8ln
11:12:33 + umask 022
11:12:33 + cd /root/rpmbuild/BUILD
11:12:33 + cd src
11:12:33 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.x86_64/usr/share/doc/docker-compose-plugin
11:12:33 + export LC_ALL=C
11:12:33 + LC_ALL=C
11:12:33 + export DOCDIR
11:12:33 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.x86_64/usr/share/doc/docker-compose-plugin
11:12:33 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.x86_64/usr/share/doc/docker-compose-plugin
11:12:33 + RPM_EC=0
11:12:33 ++ jobs -p
11:12:33 + exit 0
11:12:33 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.3NAaRi
11:12:33 + umask 022
11:12:33 + cd /root/rpmbuild/BUILD
11:12:33 + cd src
11:12:33 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
11:12:33 + export LC_ALL=C
11:12:33 + LC_ALL=C
11:12:33 + export LICENSEDIR
11:12:33 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
11:12:33 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
11:12:33 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
11:12:33 + RPM_EC=0
11:12:33 ++ jobs -p
11:12:33 + exit 0
11:12:33 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-compose
11:12:33 Provides: docker-compose-plugin = 0:2.7.0-0.el9 docker-compose-plugin(x86-64) = 0:2.7.0-0.el9
11:12:33 Requires(interp): /bin/sh /bin/sh /bin/sh
11:12:33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:12:33 Requires(post): /bin/sh
11:12:33 Requires(preun): /bin/sh
11:12:33 Requires(postun): /bin/sh
11:12:33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.x86_64
11:12:33 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.7.0-0.el9.src.rpm
11:12:34 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.7.0-0.el9.x86_64.rpm
11:12:34 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jKtH2k
11:12:34 + umask 022
11:12:34 + cd /root/rpmbuild/BUILD
11:12:34 + cd src
11:12:34 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.7.0-0.el9.x86_64
11:12:34 + RPM_EC=0
11:12:34 ++ jobs -p
11:12:34 + exit 0
11:12:34 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.iFI76f
11:12:34 + umask 022
11:12:34 + cd /root/rpmbuild/BUILD
11:12:34 + cd /root/rpmbuild/BUILD
11:12:34 + rm -rf src
11:12:34 + /usr/bin/mkdir -p src
11:12:34 + cd src
11:12:34 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
11:12:34 + /usr/bin/tar -xof -
11:12:34 + STATUS=0
11:12:34 + '[' 0 -ne 0 ']'
11:12:34 + /usr/bin/tar -xof -
11:12:34 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
11:12:34 + STATUS=0
11:12:34 + '[' 0 -ne 0 ']'
11:12:34 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:12:34 + RPM_EC=0
11:12:34 ++ jobs -p
11:12:34 + exit 0
11:12:34 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bp0PJS
11:12:34 + umask 022
11:12:34 + cd /root/rpmbuild/BUILD
11:12:34 + cd src
11:12:34 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
11:12:34 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
11:12:34 + bash -c 'TAG_NAME="v0.17.0" COMMIT="061fe0a" PLATFORM_BINARY=docker-scan make native-build'
11:12:34 GO111MODULE=on make -f builder.Makefile build
11:12:34 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
11:12:34 mkdir -p bin
11:12:34 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
11:12:34 go: downloading github.com/docker/cli v20.10.9+incompatible
11:12:35 go: downloading github.com/docker/docker v20.10.9+incompatible
11:12:35 go: downloading github.com/spf13/cobra v1.2.1
11:12:35 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
11:12:35 go: downloading github.com/docker/distribution v2.7.1+incompatible
11:12:35 go: downloading github.com/opencontainers/image-spec v1.0.1
11:12:35 go: downloading github.com/Masterminds/semver/v3 v3.1.1
11:12:35 go: downloading github.com/containerd/containerd v1.5.7
11:12:36 go: downloading github.com/moby/sys/mount v0.2.0
11:12:36 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
11:12:36 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
11:12:36 go: downloading google.golang.org/grpc v1.40.0
11:12:36 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
11:12:36 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
11:12:36 go: downloading github.com/opencontainers/runc v1.0.2
11:12:36 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
11:12:36 go: downloading google.golang.org/protobuf v1.26.0
11:12:36 go: downloading github.com/prometheus/client_golang v1.7.1
11:12:36 go: downloading github.com/cespare/xxhash/v2 v2.1.1
11:12:36 go: downloading github.com/prometheus/common v0.10.0
11:12:36 go: downloading github.com/prometheus/procfs v0.6.0
11:12:55 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
11:12:55 + popd
11:12:55 ~/rpmbuild/BUILD/src
11:12:55 + RPM_EC=0
11:12:55 ++ jobs -p
11:12:55 + exit 0
11:12:55 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.HsS9Ud
11:12:55 + umask 022
11:12:55 + cd /root/rpmbuild/BUILD
11:12:55 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64 '!=' / ']'
11:12:55 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64
11:12:55 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64
11:12:55 + mkdir -p /root/rpmbuild/BUILDROOT
11:12:55 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64
11:12:55 + cd src
11:12:55 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
11:12:55 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
11:12:55 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-scan
11:12:55 + popd
11:12:55 + /usr/lib/rpm/check-buildroot
11:12:55 ~/rpmbuild/BUILD/src
11:12:55 + /usr/lib/rpm/redhat/brp-ldconfig
11:12:55 + /usr/lib/rpm/brp-compress
11:12:55 + /usr/lib/rpm/brp-strip /usr/bin/strip
11:12:55 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
11:12:55 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
11:12:55 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
11:12:55 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
11:12:55 + /usr/lib/rpm/brp-python-hardlink
11:12:55 + /usr/lib/rpm/redhat/brp-mangle-shebangs
11:12:55 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.8Guz5g
11:12:55 + umask 022
11:12:55 + cd /root/rpmbuild/BUILD
11:12:55 + cd src
11:12:55 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
11:12:55 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
11:12:55 PASS: docker-scan version OK
11:12:55 + ver=v0.17.0
11:12:55 + test v0.17.0 = v0.17.0
11:12:55 + echo 'PASS: docker-scan version OK'
11:12:55 + RPM_EC=0
11:12:55 ++ jobs -p
11:12:55 + exit 0
11:12:55 Processing files: docker-scan-plugin-0.17.0-0.el9.x86_64
11:12:55 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-scan
11:12:55 Provides: docker-scan-plugin = 0:0.17.0-0.el9 docker-scan-plugin(x86-64) = 0:0.17.0-0.el9
11:12:55 Requires(interp): /bin/sh /bin/sh /bin/sh
11:12:55 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
11:12:55 Requires(post): /bin/sh
11:12:55 Requires(preun): /bin/sh
11:12:55 Requires(postun): /bin/sh
11:12:55 Enhances: docker-ce-cli
11:12:55 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64
11:12:55 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.17.0-0.el9.src.rpm
11:12:59 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.17.0-0.el9.x86_64.rpm
11:12:59 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.W4bGKr
11:12:59 + umask 022
11:12:59 + cd /root/rpmbuild/BUILD
11:12:59 + cd src
11:12:59 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.17.0-0.el9.x86_64
11:12:59 + RPM_EC=0
11:12:59 ++ jobs -p
11:12:59 + exit 0
11:13:04 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-9"
11:13:04 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'