Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pipenv for python dependency management #4543

Merged
merged 2 commits into from
Mar 12, 2021

Conversation

reinvantveer
Copy link
Contributor

retry of #4538 and #4494

Signed-off-by: reinvantveer [email protected]

Description of the change:
Retry of previous attempt on using Pipenv as dependency management solution for Ansible operator

Motivation for the change:
Previous build failed on missing gcc, which went unnoticed until checking the Travis builds on arm64, ppc64le, and s390x

Checklist

If the pull request includes user-facing changes, extra documentation is required:

@reinvantveer
Copy link
Contributor Author

Needs to pass

docker buildx build -f ./images/ansible-operator/Dockerfile --platform linux/s390x ./images/ansible-operator

@reinvantveer reinvantveer changed the title use pipenv for python dependency management WIP: use pipenv for python dependency management Feb 16, 2021
@openshift-ci-robot openshift-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Feb 16, 2021
@reinvantveer
Copy link
Contributor Author

Hrm, it appears that I need some other image than registry.access.redhat.com/ubi8/ubi:8.3-227 to cross-build for s390x? Although https://travis-ci.com/github/operator-framework/operator-sdk/jobs/482845171#L235 doesn't seem to have much trouble using the same base image.

docker buildx build -f ./images/ansible-operator/Dockerfile --no-cache --progress plain --platform linux/s390x ./images/ansible-operator is giving me

#5 [2/8] RUN mkdir -p /etc/ansible   && echo "localhost ansible_connection=local" > /etc/ansible/hosts   && echo '[defaults]' > /etc/ansible/ansible.cfg   && echo 'roles_path = /opt/ansible/roles' >> /etc/ansible/ansible.cfg   && echo 'library = /usr/share/ansible/openshift' >> /etc/ansible/ansible.cfg
#5 sha256:647c836bb4fc5c0e8a8da7a9ecc83076e003e86dc49e802e07b16b42e7cab6ed
#5 0.293 standard_init_linux.go:219: exec user process caused: exec format error
#5 ERROR: executor failed running [/bin/sh -c mkdir -p /etc/ansible   && echo "localhost ansible_connection=local" > /etc/ansible/hosts   && echo '[defaults]' > /etc/ansible/ansible.cfg   && echo 'roles_path = /opt/ansible/roles' >> /etc/ansible/ansible.cfg   && echo 'library = /usr/share/ansible/openshift' >> /etc/ansible/ansible.cfg]: exit code: 1

@reinvantveer
Copy link
Contributor Author

@estroz Did you get anywhere with the docker buildx method? I have a little trouble setting it up, some help would be greatly appreciated - then I can look into the hash diff mystery myself.

@estroz
Copy link
Member

estroz commented Feb 23, 2021

@reinvantveer yeah take a look at #4554. Hoping to merge that this week.

@openshift-ci-robot openshift-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Feb 24, 2021
@reinvantveer reinvantveer force-pushed the pipenv branch 3 times, most recently from 3e9891a to aa9bb44 Compare February 28, 2021 15:39
@reinvantveer
Copy link
Contributor Author

/rerun_tests (failed on link checker timeout untouched in PR)

@reinvantveer reinvantveer changed the title WIP: use pipenv for python dependency management Use pipenv for python dependency management Feb 28, 2021
@openshift-ci-robot openshift-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Feb 28, 2021
@reinvantveer
Copy link
Contributor Author

/rerun_tests

@reinvantveer
Copy link
Contributor Author

@estroz This needs one of your magical /rerun_tests commands since I can't do that. Or I have to push dummy commits, which would be a waste. PR is failing on https://github.com/operator-framework/operator-sdk/pull/4543/checks?check_run_id=1998656554#step:4:115 where a link unrelated to this PR can't be polled. This test might work better if there would be some kind of retry mechanism in place.

For the rest: tests are passing but I'm not quite sure whether the exotic architectures docker buildx tests were actually executed.

@estroz
Copy link
Member

estroz commented Mar 1, 2021

/ok-to-test

@reinvantveer you can do /retest or /test <workflow> yourself now that ok-to-test is present.

@openshift-ci-robot openshift-ci-robot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Mar 1, 2021
@reinvantveer
Copy link
Contributor Author

/retest

@reinvantveer reinvantveer marked this pull request as draft March 2, 2021 21:37
@openshift-ci-robot openshift-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 2, 2021
@reinvantveer
Copy link
Contributor Author

I got a working arm64 build locally, using:

# Setup for docker buildx other architecture platforms
sudo apt install qemu
docker run --privileged --rm docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64

# build for arm64
docker buildx build --progress plain -t ansible-operator:arm64 -f images/ansible-operator/Dockerfile --load . --platform linux/arm64

output:

#1 [internal] load build definition from Dockerfile #1 sha256:81ff00aeac0ba31c0a2a78fc1200b798ab6760d9ba2fa4e6b60902d8402b4bc2 #1 transferring dockerfile: 32B done #1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:368bcf4d0feee08f882283f1fbd3fb95069f5e1c978dcc47283cf81cdfdfc4b9
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for registry.access.redhat.com/ubi8/ubi:8.3-227
#3 sha256:0ffac5923292193ae500929139628e780ed26acb9dfe2587c06fa0049fb46b71
#3 DONE 2.7s

#4 [1/8] FROM registry.access.redhat.com/ubi8/ubi:8.3-227@sha256:82e0fbbf1f3e223550aefbc28f44dc6b04967fe25788520eac910ac8281cec9e
#4 sha256:62642b9db2241a2d0372555532bf1ee02e4884c5f601c69cec6fff8bcb740299
#4 resolve registry.access.redhat.com/ubi8/ubi:8.3-227@sha256:82e0fbbf1f3e223550aefbc28f44dc6b04967fe25788520eac910ac8281cec9e 0.0s done
#4 ...

#6 [internal] load build context
#6 sha256:f524c1daab65da69c5def4f27a16fd69c19fb6e3a3731d0bbb3f8aea3aaecf60
#6 transferring context: 126B done
#6 DONE 0.0s

#4 [1/8] FROM registry.access.redhat.com/ubi8/ubi:8.3-227@sha256:82e0fbbf1f3e223550aefbc28f44dc6b04967fe25788520eac910ac8281cec9e
#4 sha256:62642b9db2241a2d0372555532bf1ee02e4884c5f601c69cec6fff8bcb740299
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 0B / 73.50MB 0.1s
#4 sha256:e753ad39f0851fe7f894a3de5792175976ff1b95081b7cd95fd2d5fc32b1f8e5 0B / 1.80kB 0.1s
#4 sha256:82e0fbbf1f3e223550aefbc28f44dc6b04967fe25788520eac910ac8281cec9e 1.47kB / 1.47kB done
#4 sha256:e988cff8f8b4db495886f08e9c496ce8e3e8edfbbcb1bd1fafb3a656ba8131ea 737B / 737B done
#4 sha256:70dab2c4ecee398e6da943b4d8e999913f7fcf7a708e7cfe66f0f7ff3d5919e4 4.36kB / 4.36kB done
#4 sha256:e753ad39f0851fe7f894a3de5792175976ff1b95081b7cd95fd2d5fc32b1f8e5 1.80kB / 1.80kB 1.7s done
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 0B / 73.50MB 5.1s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 4.19MB / 73.50MB 7.1s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 8.39MB / 73.50MB 7.8s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 12.58MB / 73.50MB 8.4s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 16.78MB / 73.50MB 8.9s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 20.97MB / 73.50MB 9.5s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 25.17MB / 73.50MB 10.4s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 30.41MB / 73.50MB 11.2s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 34.60MB / 73.50MB 11.9s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 38.80MB / 73.50MB 12.6s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 42.99MB / 73.50MB 13.2s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 47.19MB / 73.50MB 13.9s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 51.38MB / 73.50MB 14.5s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 55.57MB / 73.50MB 15.1s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 59.77MB / 73.50MB 15.8s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 63.96MB / 73.50MB 16.5s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 68.16MB / 73.50MB 17.3s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 72.35MB / 73.50MB 18.1s
#4 sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 73.50MB / 73.50MB 18.4s done
#4 extracting sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322
#4 extracting sha256:cbe902a0a8c4dac5b223d50d008c0b05f673f61b9cb9f31e5467906e49d04322 1.6s done
#4 extracting sha256:e753ad39f0851fe7f894a3de5792175976ff1b95081b7cd95fd2d5fc32b1f8e5 done
#4 DONE 20.4s

#5 [2/8] RUN mkdir -p /etc/ansible && echo "localhost ansible_connection=local" > /etc/ansible/hosts && echo '[defaults]' > /etc/ansible/ansible.cfg && echo 'roles_path = /opt/ansible/roles' >> /etc/ansible/ansible.cfg && echo 'library = /usr/share/ansible/openshift' >> /etc/ansible/ansible.cfg
#5 sha256:b0a96473e9654c33ba4ba5d6d7081661947399e37d183a595b330d817a763ba5
#5 DONE 1.0s

#7 [3/8] COPY Pipfile* ./
#7 sha256:d464b39cbafab0177422efb848a45a162b78cf3d9b5725eddeb6ed1d223209f1
#7 DONE 0.1s

#8 [4/8] RUN yum clean all && rm -rf /var/cache/yum/* && yum -y update && yum install -y libffi-devel openssl-devel python38-devel gcc python38-pip python38-setuptools && pip3 install pipenv==2020.11.15 && pipenv install --deploy && pipenv check && yum remove -y gcc libffi-devel openssl-devel python38-devel && yum clean all && rm -rf /var/cache/yum
#8 sha256:4dbda8417632a60437c2c1338b1657c81573ef544e7024f2e103650bdc3669d8
#8 3.496 Updating Subscription Management repositories.
#8 3.498 Unable to read consumer identity
#8 3.541
#8 3.541 This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
#8 3.541
#8 3.620 0 files removed
#8 6.671 Updating Subscription Management repositories.
#8 6.673 Unable to read consumer identity
#8 6.711
#8 6.711 This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
#8 6.711
#8 9.516 Red Hat Universal Base Image 8 (RPMs) - BaseOS 234 kB/s | 554 kB 00:02
#8 12.53 Red Hat Universal Base Image 8 (RPMs) - AppStre 2.5 MB/s | 4.8 MB 00:01
#8 23.31 Red Hat Universal Base Image 8 (RPMs) - CodeRea 4.2 kB/s | 11 kB 00:02
#8 26.41 Dependencies resolved.
#8 26.48 ===========================================================================================
#8 26.48 Package Arch Version Repository Size
#8 26.48 ===========================================================================================
#8 26.48 Upgrading:
#8 26.48 dbus aarch64 1:1.12.8-12.el8_3 ubi-8-baseos 41 k
#8 26.48 dbus-common noarch 1:1.12.8-12.el8_3 ubi-8-baseos 45 k
#8 26.48 dbus-daemon aarch64 1:1.12.8-12.el8_3 ubi-8-baseos 233 k
#8 26.48 dbus-libs aarch64 1:1.12.8-12.el8_3 ubi-8-baseos 175 k
#8 26.48 dbus-tools aarch64 1:1.12.8-12.el8_3 ubi-8-baseos 84 k
#8 26.48 device-mapper aarch64 8:1.02.171-5.el8_3.2 ubi-8-baseos 370 k
#8 26.48 device-mapper-libs aarch64 8:1.02.171-5.el8_3.2 ubi-8-baseos 394 k
#8 26.48 dnf-plugin-subscription-manager aarch64 1.27.18-1.el8_3 ubi-8-baseos 288 k
#8 26.48 glibc aarch64 2.28-127.el8_3.2 ubi-8-baseos 3.5 M
#8 26.48 glibc-common aarch64 2.28-127.el8_3.2 ubi-8-baseos 1.2 M
#8 26.48 glibc-minimal-langpack aarch64 2.28-127.el8_3.2 ubi-8-baseos 54 k
#8 26.48 kmod-libs aarch64 25-16.el8_3.1 ubi-8-baseos 66 k
#8 26.48 python3-subscription-manager-rhsm aarch64 1.27.18-1.el8_3 ubi-8-baseos 361 k
#8 26.48 python3-syspurpose aarch64 1.27.18-1.el8_3 ubi-8-baseos 299 k
#8 26.48 subscription-manager aarch64 1.27.18-1.el8_3 ubi-8-baseos 1.1 M
#8 26.48 subscription-manager-rhsm-certificates aarch64 1.27.18-1.el8_3 ubi-8-baseos 262 k
#8 26.48 tzdata noarch 2021a-1.el8 ubi-8-baseos 473 k
#8 26.48 Installing dependencies:
#8 26.48 python3-chardet noarch 3.0.4-7.el8 ubi-8-baseos 195 k
#8 26.48 python3-idna noarch 2.5-5.el8 ubi-8-baseos 97 k
#8 26.48 python3-pysocks noarch 1.6.8-3.el8 ubi-8-baseos 34 k
#8 26.48 python3-requests noarch 2.20.0-2.1.el8_1 ubi-8-baseos 123 k
#8 26.48 python3-urllib3 noarch 1.24.2-4.el8 ubi-8-baseos 176 k
#8 26.48 Installing weak dependencies:
#8 26.48 glibc-langpack-en aarch64 2.28-127.el8_3.2 ubi-8-baseos 824 k
#8 26.48
#8 26.48 Transaction Summary
#8 26.48 ===========================================================================================
#8 26.48 Install 6 Packages
#8 26.48 Upgrade 17 Packages
#8 26.48
#8 26.50 Total download size: 10 M
#8 26.51 Downloading Packages:
#8 26.97 (1/23): glibc-langpack-en-2.28-127.el8_3.2.aarc 1.9 MB/s | 824 kB 00:00
#8 28.24 (2/23): python3-idna-2.5-5.el8.noarch.rpm 57 kB/s | 97 kB 00:01
#8 28.33 (3/23): python3-requests-2.20.0-2.1.el8_1.noarc 69 kB/s | 123 kB 00:01
#8 28.82 (4/23): python3-pysocks-1.6.8-3.el8.noarch.rpm 18 kB/s | 34 kB 00:01
#8 30.10 (5/23): python3-urllib3-1.24.2-4.el8.noarch.rpm 95 kB/s | 176 kB 00:01
#8 30.10 (6/23): python3-chardet-3.0.4-7.el8.noarch.rpm 110 kB/s | 195 kB 00:01
#8 30.18 (7/23): dbus-libs-1.12.8-12.el8_3.aarch64.rpm 2.4 MB/s | 175 kB 00:00
#8 30.22 (8/23): dbus-1.12.8-12.el8_3.aarch64.rpm 29 kB/s | 41 kB 00:01
#8 31.48 (9/23): dbus-tools-1.12.8-12.el8_3.aarch64.rpm 66 kB/s | 84 kB 00:01
#8 31.71 (10/23): dbus-daemon-1.12.8-12.el8_3.aarch64.rp 152 kB/s | 233 kB 00:01
#8 31.83 (11/23): python3-syspurpose-1.27.18-1.el8_3.aar 172 kB/s | 299 kB 00:01
#8 32.99 (12/23): tzdata-2021a-1.el8.noarch.rpm 407 kB/s | 473 kB 00:01
#8 33.15 (13/23): subscription-manager-rhsm-certificates 157 kB/s | 262 kB 00:01
#8 33.16 (14/23): glibc-minimal-langpack-2.28-127.el8_3. 37 kB/s | 54 kB 00:01
#8 34.66 (15/23): kmod-libs-25-16.el8_3.1.aarch64.rpm 44 kB/s | 66 kB 00:01
#8 34.69 (16/23): dnf-plugin-subscription-manager-1.27.1 170 kB/s | 288 kB 00:01
#8 34.87 (17/23): python3-subscription-manager-rhsm-1.27 211 kB/s | 361 kB 00:01
#8 36.05 (18/23): dbus-common-1.12.8-12.el8_3.noarch.rpm 33 kB/s | 45 kB 00:01
#8 37.01 (19/23): subscription-manager-1.27.18-1.el8_3.a 538 kB/s | 1.1 MB 00:02
#8 37.35 (20/23): glibc-2.28-127.el8_3.2.aarch64.rpm 1.3 MB/s | 3.5 MB 00:02
#8 37.41 (21/23): device-mapper-1.02.171-5.el8_3.2.aarch 271 kB/s | 370 kB 00:01
#8 38.68 (22/23): glibc-common-2.28-127.el8_3.2.aarch64. 761 kB/s | 1.2 MB 00:01
#8 38.71 (23/23): device-mapper-libs-1.02.171-5.el8_3.2. 291 kB/s | 394 kB 00:01
#8 38.73 --------------------------------------------------------------------------------
#8 38.73 Total 865 kB/s | 10 MB 00:12
#8 39.10 Running transaction check
#8 40.96 Transaction check succeeded.
#8 40.97 Running transaction test
#8 42.35 Transaction test succeeded.
#8 42.36 Running transaction
#8 43.82 Preparing : 1/1
#8 44.20 Running scriptlet: dbus-common-1:1.12.8-12.el8_3.noarch 1/1
#8 44.55 Upgrading : dbus-common-1:1.12.8-12.el8_3.noarch 1/40
#8 45.24 Upgrading : tzdata-2021a-1.el8.noarch 2/40
#8 46.29 Upgrading : glibc-common-2.28-127.el8_3.2.aarch64 3/40
#8 46.34 Running scriptlet: glibc-2.28-127.el8_3.2.aarch64 4/40
#8 48.33 Upgrading : glibc-2.28-127.el8_3.2.aarch64 4/40
#8 48.41 Running scriptlet: glibc-2.28-127.el8_3.2.aarch64 4/40
#8 49.27 Installing : glibc-langpack-en-2.28-127.el8_3.2.aarch64 5/40
#8 49.38 Upgrading : dbus-libs-1:1.12.8-12.el8_3.aarch64 6/40
#8 49.40 Running scriptlet: dbus-libs-1:1.12.8-12.el8_3.aarch64 6/40
#8 49.49 Upgrading : dbus-tools-1:1.12.8-12.el8_3.aarch64 7/40
#8 49.54 Running scriptlet: dbus-daemon-1:1.12.8-12.el8_3.aarch64 8/40
#8 49.83 Upgrading : dbus-daemon-1:1.12.8-12.el8_3.aarch64 8/40
#8 49.87 Running scriptlet: dbus-daemon-1:1.12.8-12.el8_3.aarch64 8/40
#8 50.00 Upgrading : dnf-plugin-subscription-manager-1.27.18-1.el8_3.aa 9/40
#8 50.10 Upgrading : device-mapper-8:1.02.171-5.el8_3.2.aarch64 10/40
#8 50.20 Upgrading : device-mapper-libs-8:1.02.171-5.el8_3.2.aarch64 11/40
#8 50.25 Upgrading : subscription-manager-rhsm-certificates-1.27.18-1.e 12/40
#8 50.36 Upgrading : python3-subscription-manager-rhsm-1.27.18-1.el8_3. 13/40
#8 50.43 Upgrading : python3-syspurpose-1.27.18-1.el8_3.aarch64 14/40
#8 50.58 Installing : python3-chardet-3.0.4-7.el8.noarch 15/40
#8 50.64 Installing : python3-pysocks-1.6.8-3.el8.noarch 16/40
#8 50.75 Installing : python3-urllib3-1.24.2-4.el8.noarch 17/40
#8 50.85 Installing : python3-idna-2.5-5.el8.noarch 18/40
#8 50.94 Installing : python3-requests-2.20.0-2.1.el8_1.noarch 19/40
#8 51.45 Upgrading : subscription-manager-1.27.18-1.el8_3.aarch64 20/40
#8 51.52 Running scriptlet: subscription-manager-1.27.18-1.el8_3.aarch64 20/40
#8 51.68 Upgrading : dbus-1:1.12.8-12.el8_3.aarch64 21/40
#8 51.70 Upgrading : glibc-minimal-langpack-2.28-127.el8_3.2.aarch64 22/40
#8 51.74 Upgrading : kmod-libs-25-16.el8_3.1.aarch64 23/40
#8 51.76 Running scriptlet: kmod-libs-25-16.el8_3.1.aarch64 23/40
#8 51.82 Cleanup : dbus-1:1.12.8-11.el8.aarch64 24/40
#8 51.86 Cleanup : device-mapper-8:1.02.171-5.el8.aarch64 25/40
#8 51.90 Running scriptlet: dbus-daemon-1:1.12.8-11.el8.aarch64 26/40
#8 52.04 Cleanup : dbus-daemon-1:1.12.8-11.el8.aarch64 26/40
#8 52.04 Running scriptlet: dbus-daemon-1:1.12.8-11.el8.aarch64 26/40
#8 52.17 Cleanup : dbus-tools-1:1.12.8-11.el8.aarch64 27/40
#8 52.22 Cleanup : device-mapper-libs-8:1.02.171-5.el8.aarch64 28/40
#8 52.26 Cleanup : dbus-libs-1:1.12.8-11.el8.aarch64 29/40
#8 52.26 Running scriptlet: dbus-libs-1:1.12.8-11.el8.aarch64 29/40
#8 52.38 Running scriptlet: subscription-manager-1.27.16-1.el8.aarch64 30/40
#8 52.59 Cleanup : subscription-manager-1.27.16-1.el8.aarch64 30/40
#8 52.59 Running scriptlet: subscription-manager-1.27.16-1.el8.aarch64 30/40
#8 52.83 Cleanup : python3-subscription-manager-rhsm-1.27.16-1.el8.aa 31/40
#8 52.89 Cleanup : kmod-libs-25-16.el8.aarch64 32/40
#8 52.89 Running scriptlet: kmod-libs-25-16.el8.aarch64 32/40
#8 52.98 Cleanup : subscription-manager-rhsm-certificates-1.27.16-1.e 33/40
#8 53.04 Cleanup : python3-syspurpose-1.27.16-1.el8.aarch64 34/40
#8 53.08 Cleanup : dbus-common-1:1.12.8-11.el8.noarch 35/40
#8 53.11 Cleanup : dnf-plugin-subscription-manager-1.27.16-1.el8.aarc 36/40
#8 53.15 Cleanup : glibc-minimal-langpack-2.28-127.el8.aarch64 37/40
#8 53.37 Cleanup : glibc-2.28-127.el8.aarch64 38/40
#8 53.49 Cleanup : glibc-common-2.28-127.el8.aarch64 39/40
#8 53.94 Cleanup : tzdata-2020d-1.el8.noarch 40/40
#8 54.09 Running scriptlet: tzdata-2020d-1.el8.noarch 40/40
#8 54.57 Running scriptlet: glibc-common-2.28-127.el8_3.2.aarch64 40/40
#8 55.23 Verifying : glibc-langpack-en-2.28-127.el8_3.2.aarch64 1/40
#8 55.23 Verifying : python3-requests-2.20.0-2.1.el8_1.noarch 2/40
#8 55.23 Verifying : python3-idna-2.5-5.el8.noarch 3/40
#8 55.23 Verifying : python3-pysocks-1.6.8-3.el8.noarch 4/40
#8 55.23 Verifying : python3-urllib3-1.24.2-4.el8.noarch 5/40
#8 55.23 Verifying : python3-chardet-3.0.4-7.el8.noarch 6/40
#8 55.23 Verifying : dbus-1:1.12.8-12.el8_3.aarch64 7/40
#8 55.23 Verifying : dbus-1:1.12.8-11.el8.aarch64 8/40
#8 55.23 Verifying : python3-syspurpose-1.27.18-1.el8_3.aarch64 9/40
#8 55.24 Verifying : python3-syspurpose-1.27.16-1.el8.aarch64 10/40
#8 55.24 Verifying : dbus-libs-1:1.12.8-12.el8_3.aarch64 11/40
#8 55.24 Verifying : dbus-libs-1:1.12.8-11.el8.aarch64 12/40
#8 55.24 Verifying : dbus-daemon-1:1.12.8-12.el8_3.aarch64 13/40
#8 55.24 Verifying : dbus-daemon-1:1.12.8-11.el8.aarch64 14/40
#8 55.24 Verifying : dbus-tools-1:1.12.8-12.el8_3.aarch64 15/40
#8 55.24 Verifying : dbus-tools-1:1.12.8-11.el8.aarch64 16/40
#8 55.24 Verifying : subscription-manager-rhsm-certificates-1.27.18-1.e 17/40
#8 55.24 Verifying : subscription-manager-rhsm-certificates-1.27.16-1.e 18/40
#8 55.24 Verifying : glibc-minimal-langpack-2.28-127.el8_3.2.aarch64 19/40
#8 55.24 Verifying : glibc-minimal-langpack-2.28-127.el8.aarch64 20/40
#8 55.25 Verifying : tzdata-2021a-1.el8.noarch 21/40
#8 55.25 Verifying : tzdata-2020d-1.el8.noarch 22/40
#8 55.25 Verifying : dnf-plugin-subscription-manager-1.27.18-1.el8_3.aa 23/40
#8 55.25 Verifying : dnf-plugin-subscription-manager-1.27.16-1.el8.aarc 24/40
#8 55.25 Verifying : python3-subscription-manager-rhsm-1.27.18-1.el8_3. 25/40
#8 55.25 Verifying : python3-subscription-manager-rhsm-1.27.16-1.el8.aa 26/40
#8 55.25 Verifying : kmod-libs-25-16.el8_3.1.aarch64 27/40
#8 55.25 Verifying : kmod-libs-25-16.el8.aarch64 28/40
#8 55.25 Verifying : dbus-common-1:1.12.8-12.el8_3.noarch 29/40
#8 55.25 Verifying : dbus-common-1:1.12.8-11.el8.noarch 30/40
#8 55.25 Verifying : glibc-2.28-127.el8_3.2.aarch64 31/40
#8 55.26 Verifying : glibc-2.28-127.el8.aarch64 32/40
#8 55.26 Verifying : subscription-manager-1.27.18-1.el8_3.aarch64 33/40
#8 55.26 Verifying : subscription-manager-1.27.16-1.el8.aarch64 34/40
#8 55.26 Verifying : device-mapper-8:1.02.171-5.el8_3.2.aarch64 35/40
#8 55.26 Verifying : device-mapper-8:1.02.171-5.el8.aarch64 36/40
#8 55.26 Verifying : glibc-common-2.28-127.el8_3.2.aarch64 37/40
#8 55.26 Verifying : glibc-common-2.28-127.el8.aarch64 38/40
#8 55.26 Verifying : device-mapper-libs-8:1.02.171-5.el8_3.2.aarch64 39/40
#8 55.26 Verifying : device-mapper-libs-8:1.02.171-5.el8.aarch64 40/40
#8 56.24 Installed products updated.
#8 56.98
#8 56.98 Upgraded:
#8 56.98 dbus-1:1.12.8-12.el8_3.aarch64
#8 56.98 dbus-common-1:1.12.8-12.el8_3.noarch
#8 56.98 dbus-daemon-1:1.12.8-12.el8_3.aarch64
#8 56.98 dbus-libs-1:1.12.8-12.el8_3.aarch64
#8 56.98 dbus-tools-1:1.12.8-12.el8_3.aarch64
#8 56.98 device-mapper-8:1.02.171-5.el8_3.2.aarch64
#8 56.98 device-mapper-libs-8:1.02.171-5.el8_3.2.aarch64
#8 56.98 dnf-plugin-subscription-manager-1.27.18-1.el8_3.aarch64
#8 56.98 glibc-2.28-127.el8_3.2.aarch64
#8 56.98 glibc-common-2.28-127.el8_3.2.aarch64
#8 56.98 glibc-minimal-langpack-2.28-127.el8_3.2.aarch64
#8 56.98 kmod-libs-25-16.el8_3.1.aarch64
#8 56.98 python3-subscription-manager-rhsm-1.27.18-1.el8_3.aarch64
#8 56.98 python3-syspurpose-1.27.18-1.el8_3.aarch64
#8 56.98 subscription-manager-1.27.18-1.el8_3.aarch64
#8 56.98 subscription-manager-rhsm-certificates-1.27.18-1.el8_3.aarch64
#8 56.98 tzdata-2021a-1.el8.noarch
#8 56.98
#8 56.98 Installed:
#8 56.98 glibc-langpack-en-2.28-127.el8_3.2.aarch64
#8 56.98 python3-chardet-3.0.4-7.el8.noarch
#8 56.98 python3-idna-2.5-5.el8.noarch
#8 56.98 python3-pysocks-1.6.8-3.el8.noarch
#8 56.98 python3-requests-2.20.0-2.1.el8_1.noarch
#8 56.98 python3-urllib3-1.24.2-4.el8.noarch
#8 56.98
#8 56.99 Complete!
#8 60.58 Updating Subscription Management repositories.
#8 60.58 Unable to read consumer identity
#8 60.63
#8 60.63 This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
#8 60.63
#8 61.16 Last metadata expiration check: 0:00:38 ago on Wed Mar 3 14:13:58 2021.
#8 63.56 Dependencies resolved.
#8 63.64 ==================================================================================================
#8 63.64 Package Arch Version Repository Size
#8 63.64 ==================================================================================================
#8 63.64 Installing:
#8 63.64 gcc aarch64 8.3.1-5.1.el8 ubi-8-appstream 19 M
#8 63.64 libffi-devel aarch64 3.1-22.el8 ubi-8-baseos 28 k
#8 63.64 openssl-devel aarch64 1:1.1.1g-12.el8_3 ubi-8-baseos 2.3 M
#8 63.64 python38-devel aarch64 3.8.3-3.module+el8.3.0+7680+79e7e61a ubi-8-appstream 275 k
#8 63.64 python38-pip noarch 19.3.1-1.module+el8.3.0+7187+a27ec44b ubi-8-appstream 1.9 M
#8 63.64 python38-setuptools noarch 41.6.0-4.module+el8.3.0+7187+a27ec44b ubi-8-appstream 667 k
#8 63.64 Installing dependencies:
#8 63.64 binutils aarch64 2.30-79.el8 ubi-8-baseos 5.9 M
#8 63.64 cpp aarch64 8.3.1-5.1.el8 ubi-8-appstream 8.6 M
#8 63.64 glibc-devel aarch64 2.28-127.el8_3.2 ubi-8-baseos 1.0 M
#8 63.64 glibc-headers aarch64 2.28-127.el8_3.2 ubi-8-baseos 467 k
#8 63.64 isl aarch64 0.16.1-6.el8 ubi-8-appstream 778 k
#8 63.64 kernel-headers aarch64 4.18.0-240.15.1.el8_3 ubi-8-baseos 5.5 M
#8 63.64 keyutils-libs-devel aarch64 1.5.10-6.el8 ubi-8-baseos 48 k
#8 63.64 krb5-devel aarch64 1.18.2-5.el8 ubi-8-baseos 557 k
#8 63.64 libasan aarch64 8.3.1-5.1.el8 ubi-8-baseos 384 k
#8 63.64 libatomic aarch64 8.3.1-5.1.el8 ubi-8-baseos 23 k
#8 63.64 libcom_err-devel aarch64 1.45.6-1.el8 ubi-8-baseos 38 k
#8 63.64 libgomp aarch64 8.3.1-5.1.el8 ubi-8-baseos 196 k
#8 63.64 libkadm5 aarch64 1.18.2-5.el8 ubi-8-baseos 183 k
#8 63.64 libmpc aarch64 1.0.2-9.el8 ubi-8-appstream 58 k
#8 63.64 libpkgconf aarch64 1.4.2-1.el8 ubi-8-baseos 34 k
#8 63.64 libselinux-devel aarch64 2.9-4.el8_3 ubi-8-baseos 199 k
#8 63.64 libsepol-devel aarch64 2.9-1.el8 ubi-8-baseos 86 k
#8 63.64 libubsan aarch64 8.3.1-5.1.el8 ubi-8-baseos 142 k
#8 63.64 libverto-devel aarch64 0.3.0-5.el8 ubi-8-baseos 18 k
#8 63.64 libxcrypt-devel aarch64 4.1.1-4.el8 ubi-8-baseos 25 k
#8 63.64 pcre2-devel aarch64 10.32-2.el8 ubi-8-baseos 605 k
#8 63.64 pcre2-utf16 aarch64 10.32-2.el8 ubi-8-baseos 202 k
#8 63.64 pcre2-utf32 aarch64 10.32-2.el8 ubi-8-baseos 195 k
#8 63.64 pkgconf aarch64 1.4.2-1.el8 ubi-8-baseos 37 k
#8 63.64 pkgconf-m4 noarch 1.4.2-1.el8 ubi-8-baseos 17 k
#8 63.64 pkgconf-pkg-config aarch64 1.4.2-1.el8 ubi-8-baseos 15 k
#8 63.64 python38 aarch64 3.8.3-3.module+el8.3.0+7680+79e7e61a ubi-8-appstream 78 k
#8 63.64 python38-libs aarch64 3.8.3-3.module+el8.3.0+7680+79e7e61a ubi-8-appstream 8.1 M
#8 63.64 python38-pip-wheel noarch 19.3.1-1.module+el8.3.0+7187+a27ec44b ubi-8-appstream 1.2 M
#8 63.64 python38-setuptools-wheel noarch 41.6.0-4.module+el8.3.0+7187+a27ec44b ubi-8-appstream 304 k
#8 63.64 zlib-devel aarch64 1.2.11-16.el8_2 ubi-8-baseos 57 k
#8 63.64 Enabling module streams:
#8 63.64 python38 3.8
#8 63.64
#8 63.64 Transaction Summary
#8 63.64 ==================================================================================================
#8 63.64 Install 37 Packages
#8 63.64
#8 63.67 Total download size: 59 M
#8 63.67 Installed size: 162 M
#8 63.67 Downloading Packages:
#8 65.43 (1/37): pcre2-utf32-10.32-2.el8.aarch64.rpm 121 kB/s | 195 kB 00:01
#8 65.74 (2/37): glibc-devel-2.28-127.el8_3.2.aarch64.rp 536 kB/s | 1.0 MB 00:01
#8 65.75 (3/37): libubsan-8.3.1-5.1.el8.aarch64.rpm 71 kB/s | 142 kB 00:01
#8 66.31 (4/37): pkgconf-1.4.2-1.el8.aarch64.rpm 43 kB/s | 37 kB 00:00
#8 66.76 (5/37): libselinux-devel-2.9-4.el8_3.aarch64.rp 198 kB/s | 199 kB 00:01
#8 67.07 (6/37): keyutils-libs-devel-1.5.10-6.el8.aarch6 36 kB/s | 48 kB 00:01
#8 67.50 (7/37): libgomp-8.3.1-5.1.el8.aarch64.rpm 166 kB/s | 196 kB 00:01
#8 68.38 (8/37): libpkgconf-1.4.2-1.el8.aarch64.rpm 26 kB/s | 34 kB 00:01
#8 68.57 (9/37): pcre2-utf16-10.32-2.el8.aarch64.rpm 189 kB/s | 202 kB 00:01
#8 69.55 (10/37): kernel-headers-4.18.0-240.15.1.el8_3.a 2.0 MB/s | 5.5 MB 00:02
#8 69.56 (11/37): pkgconf-m4-1.4.2-1.el8.noarch.rpm 17 kB/s | 17 kB 00:00
#8 69.64 (12/37): libcom_err-devel-1.45.6-1.el8.aarch64. 30 kB/s | 38 kB 00:01
#8 70.77 (13/37): libkadm5-1.18.2-5.el8.aarch64.rpm 162 kB/s | 183 kB 00:01
#8 70.88 (14/37): libasan-8.3.1-5.1.el8.aarch64.rpm 290 kB/s | 384 kB 00:01
#8 70.89 (15/37): glibc-headers-2.28-127.el8_3.2.aarch64 348 kB/s | 467 kB 00:01
#8 71.73 (16/37): libverto-devel-0.3.0-5.el8.aarch64.rpm 21 kB/s | 18 kB 00:00
#8 71.93 (17/37): libsepol-devel-2.9-1.el8.aarch64.rpm 83 kB/s | 86 kB 00:01
#8 72.74 (18/37): zlib-devel-1.2.11-16.el8_2.aarch64.rpm 56 kB/s | 57 kB 00:01
#8 72.78 (19/37): libffi-devel-3.1-22.el8.aarch64.rpm 33 kB/s | 28 kB 00:00
#8 73.10 (20/37): openssl-devel-1.1.1g-12.el8_3.aarch64. 1.0 MB/s | 2.3 MB 00:02
#8 73.97 (21/37): libxcrypt-devel-4.1.1-4.el8.aarch64.rp 29 kB/s | 25 kB 00:00
#8 74.24 (22/37): krb5-devel-1.18.2-5.el8.aarch64.rpm 373 kB/s | 557 kB 00:01
#8 74.75 (23/37): pcre2-devel-10.32-2.el8.aarch64.rpm 307 kB/s | 605 kB 00:01
#8 74.82 (24/37): libatomic-8.3.1-5.1.el8.aarch64.rpm 27 kB/s | 23 kB 00:00
#8 75.11 (25/37): pkgconf-pkg-config-1.4.2-1.el8.aarch64 18 kB/s | 15 kB 00:00
#8 76.14 (26/37): libmpc-1.0.2-9.el8.aarch64.rpm 56 kB/s | 58 kB 00:01
#8 76.57 (27/37): isl-0.16.1-6.el8.aarch64.rpm 444 kB/s | 778 kB 00:01
#8 77.39 (28/37): binutils-2.30-79.el8.aarch64.rpm 2.2 MB/s | 5.9 MB 00:02
#8 77.67 (29/37): python38-3.8.3-3.module+el8.3.0+7680+7 71 kB/s | 78 kB 00:01
#8 78.05 (30/37): python38-pip-wheel-19.3.1-1.module+el8 643 kB/s | 1.2 MB 00:01
#8 78.87 (31/37): python38-setuptools-41.6.0-4.module+el 812 kB/s | 667 kB 00:00
#8 82.37 (32/37): python38-libs-3.8.3-3.module+el8.3.0+7 1.6 MB/s | 8.1 MB 00:04
#8 83.68 (33/37): cpp-8.3.1-5.1.el8.aarch64.rpm 1.8 MB/s | 8.6 MB 00:04
#8 84.14 (34/37): python38-devel-3.8.3-3.module+el8.3.0+ 156 kB/s | 275 kB 00:01
#8 84.97 (35/37): python38-setuptools-wheel-41.6.0-4.mod 235 kB/s | 304 kB 00:01
#8 85.74 (36/37): gcc-8.3.1-5.1.el8.aarch64.rpm 2.3 MB/s | 19 MB 00:08
#8 86.01 (37/37): python38-pip-19.3.1-1.module+el8.3.0+7 1.0 MB/s | 1.9 MB 00:01
#8 86.05 --------------------------------------------------------------------------------
#8 86.06 Total 2.6 MB/s | 59 MB 00:22
#8 86.78 Running transaction check
#8 87.41 Transaction check succeeded.
#8 87.41 Running transaction test
#8 91.72 Transaction test succeeded.
#8 91.78 Running transaction
#8 95.91 Preparing : 1/1
#8 96.32 Installing : libmpc-1.0.2-9.el8.aarch64 1/37
#8 96.35 Running scriptlet: libmpc-1.0.2-9.el8.aarch64 1/37
#8 99.32 Installing : cpp-8.3.1-5.1.el8.aarch64 2/37
#8 99.34 Running scriptlet: cpp-8.3.1-5.1.el8.aarch64 2/37
#8 99.55 Installing : python38-setuptools-wheel-41.6.0-4.module+el8.3.0+ 3/37
#8 99.72 Installing : python38-pip-wheel-19.3.1-1.module+el8.3.0+7187+a2 4/37
#8 103.6 Installing : python38-libs-3.8.3-3.module+el8.3.0+7680+79e7e61a 5/37
#8 103.9 Installing : python38-3.8.3-3.module+el8.3.0+7680+79e7e61a.aarc 6/37
#8 103.9 Running scriptlet: python38-3.8.3-3.module+el8.3.0+7680+79e7e61a.aarc 6/37
#8 104.5 Installing : python38-setuptools-41.6.0-4.module+el8.3.0+7187+a 7/37
#8 104.6 Running scriptlet: python38-setuptools-41.6.0-4.module+el8.3.0+7187+a 7/37
#8 105.7 Installing : python38-pip-19.3.1-1.module+el8.3.0+7187+a27ec44b 8/37
#8 105.8 Running scriptlet: python38-pip-19.3.1-1.module+el8.3.0+7187+a27ec44b 8/37
#8 106.3 Installing : isl-0.16.1-6.el8.aarch64 9/37
#8 106.3 Running scriptlet: isl-0.16.1-6.el8.aarch64 9/37
#8 108.2 Installing : binutils-2.30-79.el8.aarch64 10/37
#8 108.3 Running scriptlet: binutils-2.30-79.el8.aarch64 10/37
#8 108.8 Installing : libatomic-8.3.1-5.1.el8.aarch64 11/37
#8 108.8 Running scriptlet: libatomic-8.3.1-5.1.el8.aarch64 11/37
#8 108.9 Installing : libkadm5-1.18.2-5.el8.aarch64 12/37
#8 109.0 Installing : libasan-8.3.1-5.1.el8.aarch64 13/37
#8 109.0 Running scriptlet: libasan-8.3.1-5.1.el8.aarch64 13/37
#8 109.1 Installing : pkgconf-m4-1.4.2-1.el8.noarch 14/37
#8 109.2 Installing : pcre2-utf16-10.32-2.el8.aarch64 15/37
#8 109.3 Installing : libpkgconf-1.4.2-1.el8.aarch64 16/37
#8 109.3 Installing : pkgconf-1.4.2-1.el8.aarch64 17/37
#8 109.3 Installing : pkgconf-pkg-config-1.4.2-1.el8.aarch64 18/37
#8 109.4 Installing : libcom_err-devel-1.45.6-1.el8.aarch64 19/37
#8 109.4 Installing : libverto-devel-0.3.0-5.el8.aarch64 20/37
#8 109.5 Installing : libsepol-devel-2.9-1.el8.aarch64 21/37
#8 109.5 Installing : zlib-devel-1.2.11-16.el8_2.aarch64 22/37
#8 110.5 Installing : kernel-headers-4.18.0-240.15.1.el8_3.aarch64 23/37
#8 110.7 Running scriptlet: glibc-headers-2.28-127.el8_3.2.aarch64 24/37
#8 111.0 Installing : glibc-headers-2.28-127.el8_3.2.aarch64 24/37
#8 111.1 Installing : libxcrypt-devel-4.1.1-4.el8.aarch64 25/37
#8 111.4 Installing : glibc-devel-2.28-127.el8_3.2.aarch64 26/37
#8 111.4 Running scriptlet: glibc-devel-2.28-127.el8_3.2.aarch64 26/37
#8 111.7 Installing : libgomp-8.3.1-5.1.el8.aarch64 27/37
#8 111.7 Running scriptlet: libgomp-8.3.1-5.1.el8.aarch64 27/37
#8 112.0 Installing : keyutils-libs-devel-1.5.10-6.el8.aarch64 28/37
#8 112.1 Installing : pcre2-utf32-10.32-2.el8.aarch64 29/37
#8 112.3 Installing : pcre2-devel-10.32-2.el8.aarch64 30/37
#8 112.5 Installing : libselinux-devel-2.9-4.el8_3.aarch64 31/37
#8 112.7 Installing : krb5-devel-1.18.2-5.el8.aarch64 32/37
#8 112.8 Installing : libubsan-8.3.1-5.1.el8.aarch64 33/37
#8 112.8 Running scriptlet: libubsan-8.3.1-5.1.el8.aarch64 33/37
#8 116.7 Installing : gcc-8.3.1-5.1.el8.aarch64 34/37
#8 116.8 Running scriptlet: gcc-8.3.1-5.1.el8.aarch64 34/37
#8 118.5 Installing : openssl-devel-1:1.1.1g-12.el8_3.aarch64 35/37
#8 118.8 Installing : libffi-devel-3.1-22.el8.aarch64 36/37
#8 118.8 Running scriptlet: libffi-devel-3.1-22.el8.aarch64 36/37
#8 119.1 Installing : python38-devel-3.8.3-3.module+el8.3.0+7680+79e7e61 37/37
#8 119.2 Running scriptlet: python38-devel-3.8.3-3.module+el8.3.0+7680+79e7e61 37/37
#8 121.4 Verifying : libubsan-8.3.1-5.1.el8.aarch64 1/37
#8 121.4 Verifying : pcre2-utf32-10.32-2.el8.aarch64 2/37
#8 121.4 Verifying : glibc-devel-2.28-127.el8_3.2.aarch64 3/37
#8 121.4 Verifying : pkgconf-1.4.2-1.el8.aarch64 4/37
#8 121.4 Verifying : keyutils-libs-devel-1.5.10-6.el8.aarch64 5/37
#8 121.4 Verifying : libselinux-devel-2.9-4.el8_3.aarch64 6/37
#8 121.4 Verifying : libgomp-8.3.1-5.1.el8.aarch64 7/37
#8 121.4 Verifying : kernel-headers-4.18.0-240.15.1.el8_3.aarch64 8/37
#8 121.4 Verifying : libpkgconf-1.4.2-1.el8.aarch64 9/37
#8 121.4 Verifying : pcre2-utf16-10.32-2.el8.aarch64 10/37
#8 121.4 Verifying : libcom_err-devel-1.45.6-1.el8.aarch64 11/37
#8 121.4 Verifying : pkgconf-m4-1.4.2-1.el8.noarch 12/37
#8 121.4 Verifying : glibc-headers-2.28-127.el8_3.2.aarch64 13/37
#8 121.4 Verifying : libasan-8.3.1-5.1.el8.aarch64 14/37
#8 121.4 Verifying : libkadm5-1.18.2-5.el8.aarch64 15/37
#8 121.4 Verifying : openssl-devel-1:1.1.1g-12.el8_3.aarch64 16/37
#8 121.4 Verifying : libverto-devel-0.3.0-5.el8.aarch64 17/37
#8 121.4 Verifying : libsepol-devel-2.9-1.el8.aarch64 18/37
#8 121.4 Verifying : zlib-devel-1.2.11-16.el8_2.aarch64 19/37
#8 121.4 Verifying : libffi-devel-3.1-22.el8.aarch64 20/37
#8 121.4 Verifying : krb5-devel-1.18.2-5.el8.aarch64 21/37
#8 121.4 Verifying : pcre2-devel-10.32-2.el8.aarch64 22/37
#8 121.4 Verifying : libxcrypt-devel-4.1.1-4.el8.aarch64 23/37
#8 121.4 Verifying : libatomic-8.3.1-5.1.el8.aarch64 24/37
#8 121.4 Verifying : pkgconf-pkg-config-1.4.2-1.el8.aarch64 25/37
#8 121.4 Verifying : binutils-2.30-79.el8.aarch64 26/37
#8 121.4 Verifying : isl-0.16.1-6.el8.aarch64 27/37
#8 121.4 Verifying : libmpc-1.0.2-9.el8.aarch64 28/37
#8 121.4 Verifying : python38-pip-wheel-19.3.1-1.module+el8.3.0+7187+a2 29/37
#8 121.4 Verifying : python38-3.8.3-3.module+el8.3.0+7680+79e7e61a.aarc 30/37
#8 121.4 Verifying : python38-libs-3.8.3-3.module+el8.3.0+7680+79e7e61a 31/37
#8 121.4 Verifying : gcc-8.3.1-5.1.el8.aarch64 32/37
#8 121.4 Verifying : python38-setuptools-41.6.0-4.module+el8.3.0+7187+a 33/37
#8 121.4 Verifying : cpp-8.3.1-5.1.el8.aarch64 34/37
#8 121.4 Verifying : python38-devel-3.8.3-3.module+el8.3.0+7680+79e7e61 35/37
#8 121.4 Verifying : python38-setuptools-wheel-41.6.0-4.module+el8.3.0+ 36/37
#8 121.5 Verifying : python38-pip-19.3.1-1.module+el8.3.0+7187+a27ec44b 37/37
#8 122.5 Installed products updated.
#8 123.3
#8 123.3 Installed:
#8 123.3 binutils-2.30-79.el8.aarch64
#8 123.3 cpp-8.3.1-5.1.el8.aarch64
#8 123.3 gcc-8.3.1-5.1.el8.aarch64
#8 123.3 glibc-devel-2.28-127.el8_3.2.aarch64
#8 123.3 glibc-headers-2.28-127.el8_3.2.aarch64
#8 123.3 isl-0.16.1-6.el8.aarch64
#8 123.3 kernel-headers-4.18.0-240.15.1.el8_3.aarch64
#8 123.3 keyutils-libs-devel-1.5.10-6.el8.aarch64
#8 123.3 krb5-devel-1.18.2-5.el8.aarch64
#8 123.3 libasan-8.3.1-5.1.el8.aarch64
#8 123.3 libatomic-8.3.1-5.1.el8.aarch64
#8 123.3 libcom_err-devel-1.45.6-1.el8.aarch64
#8 123.3 libffi-devel-3.1-22.el8.aarch64
#8 123.3 libgomp-8.3.1-5.1.el8.aarch64
#8 123.3 libkadm5-1.18.2-5.el8.aarch64
#8 123.3 libmpc-1.0.2-9.el8.aarch64
#8 123.3 libpkgconf-1.4.2-1.el8.aarch64
#8 123.3 libselinux-devel-2.9-4.el8_3.aarch64
#8 123.3 libsepol-devel-2.9-1.el8.aarch64
#8 123.3 libubsan-8.3.1-5.1.el8.aarch64
#8 123.3 libverto-devel-0.3.0-5.el8.aarch64
#8 123.3 libxcrypt-devel-4.1.1-4.el8.aarch64
#8 123.3 openssl-devel-1:1.1.1g-12.el8_3.aarch64
#8 123.3 pcre2-devel-10.32-2.el8.aarch64
#8 123.3 pcre2-utf16-10.32-2.el8.aarch64
#8 123.3 pcre2-utf32-10.32-2.el8.aarch64
#8 123.3 pkgconf-1.4.2-1.el8.aarch64
#8 123.3 pkgconf-m4-1.4.2-1.el8.noarch
#8 123.3 pkgconf-pkg-config-1.4.2-1.el8.aarch64
#8 123.3 python38-3.8.3-3.module+el8.3.0+7680+79e7e61a.aarch64
#8 123.3 python38-devel-3.8.3-3.module+el8.3.0+7680+79e7e61a.aarch64
#8 123.3 python38-libs-3.8.3-3.module+el8.3.0+7680+79e7e61a.aarch64
#8 123.3 python38-pip-19.3.1-1.module+el8.3.0+7187+a27ec44b.noarch
#8 123.3 python38-pip-wheel-19.3.1-1.module+el8.3.0+7187+a27ec44b.noarch
#8 123.3 python38-setuptools-41.6.0-4.module+el8.3.0+7187+a27ec44b.noarch
#8 123.3 python38-setuptools-wheel-41.6.0-4.module+el8.3.0+7187+a27ec44b.noarch
#8 123.3 zlib-devel-1.2.11-16.el8_2.aarch64
#8 123.3
#8 123.3 Complete!
#8 125.8 WARNING: Running pip install with root privileges is generally not a good idea. Try pip3 install --user instead.
#8 127.5 Collecting pipenv==2020.11.15
#8 127.6 Downloading https://files.pythonhosted.org/packages/df/c5/2ebf6fcab61826a6e886531d67bb9776b4027c3094fbf2fbbaa2c9075d92/pipenv-2020.11.15-py2.py3-none-any.whl (3.9MB)
#8 129.8 Collecting certifi
#8 129.8 Downloading https://files.pythonhosted.org/packages/5e/a0/5f06e1e1d463903cf0c0eebeb751791119ed7a4b3737fdc9a77f1cdfb51f/certifi-2020.12.5-py2.py3-none-any.whl (147kB)
#8 130.0 Collecting virtualenv-clone>=0.2.5
#8 130.0 Downloading https://files.pythonhosted.org/packages/83/b8/cd931487d250565392c39409117436d910232c8a3ac09ea2fb62a6c47bff/virtualenv_clone-0.5.4-py2.py3-none-any.whl
#8 131.1 Collecting virtualenv
#8 131.2 Downloading https://files.pythonhosted.org/packages/9f/fb/7423637e48cffbb2e567ca113d2b05068f8b457dde998ab487adf7386c86/virtualenv-20.4.2-py2.py3-none-any.whl (7.2MB)
#8 132.7 Requirement already satisfied: pip>=18.0 in /usr/lib/python3.8/site-packages (from pipenv==2020.11.15) (19.3.1)
#8 132.8 Requirement already satisfied: setuptools>=36.2.1 in /usr/lib/python3.8/site-packages (from pipenv==2020.11.15) (41.6.0)
#8 132.9 Collecting distlib<1,>=0.3.1
#8 132.9 Downloading https://files.pythonhosted.org/packages/f5/0a/490fa011d699bb5a5f3a0cf57de82237f52a6db9d40f33c53b2736c9a1f9/distlib-0.3.1-py2.py3-none-any.whl (335kB)
#8 133.2 Collecting filelock<4,>=3.0.0
#8 133.2 Downloading https://files.pythonhosted.org/packages/93/83/71a2ee6158bb9f39a90c0dea1637f81d5eef866e188e1971a1b1ab01a35a/filelock-3.0.12-py3-none-any.whl
#8 133.3 Collecting appdirs<2,>=1.4.3
#8 133.4 Downloading https://files.pythonhosted.org/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl
#8 133.6 Collecting six<2,>=1.9.0
#8 133.6 Downloading https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl
#8 134.0 Installing collected packages: certifi, virtualenv-clone, distlib, filelock, appdirs, six, virtualenv, pipenv
#8 149.2 Successfully installed appdirs-1.4.4 certifi-2020.12.5 distlib-0.3.1 filelock-3.0.12 pipenv-2020.11.15 six-1.15.0 virtualenv-20.4.2 virtualenv-clone-0.5.4
#8 154.4 Installing dependencies from Pipfile.lock (9e16cc)...
#8 158.6 Checking PEP 508 requirements...
#8 161.7 Passed!
#8 161.7 Checking installed package safety...
#8 165.1 All good!
#8 168.8 Updating Subscription Management repositories.
#8 168.8 Unable to read consumer identity
#8 168.8
#8 168.8 This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
#8 168.8
#8 169.8 Dependencies resolved.
#8 169.8 ============================================================================================
#8 169.8 Package Arch Version Repository Size
#8 169.8 ============================================================================================
#8 169.8 Removing:
#8 169.8 gcc aarch64 8.3.1-5.1.el8 @ubi-8-appstream 44 M
#8 169.8 libffi-devel aarch64 3.1-22.el8 @ubi-8-baseos 24 k
#8 169.8 openssl-devel aarch64 1:1.1.1g-12.el8_3 @ubi-8-baseos 3.4 M
#8 169.8 python38-devel aarch64 3.8.3-3.module+el8.3.0+7680+79e7e61a @ubi-8-appstream 834 k
#8 169.8 Removing unused dependencies:
#8 169.8 binutils aarch64 2.30-79.el8 @ubi-8-baseos 26 M
#8 169.8 cpp aarch64 8.3.1-5.1.el8 @ubi-8-appstream 22 M
#8 169.8 glibc-devel aarch64 2.28-127.el8_3.2 @ubi-8-baseos 1.2 M
#8 169.8 glibc-headers aarch64 2.28-127.el8_3.2 @ubi-8-baseos 1.9 M
#8 169.8 isl aarch64 0.16.1-6.el8 @ubi-8-appstream 3.1 M
#8 169.8 kernel-headers aarch64 4.18.0-240.15.1.el8_3 @ubi-8-baseos 4.7 M
#8 169.8 keyutils-libs-devel aarch64 1.5.10-6.el8 @ubi-8-baseos 33 k
#8 169.8 krb5-devel aarch64 1.18.2-5.el8 @ubi-8-baseos 1.4 M
#8 169.8 libasan aarch64 8.3.1-5.1.el8 @ubi-8-baseos 1.4 M
#8 169.8 libatomic aarch64 8.3.1-5.1.el8 @ubi-8-baseos 69 k
#8 169.8 libcom_err-devel aarch64 1.45.6-1.el8 @ubi-8-baseos 17 k
#8 169.8 libgomp aarch64 8.3.1-5.1.el8 @ubi-8-baseos 359 k
#8 169.8 libkadm5 aarch64 1.18.2-5.el8 @ubi-8-baseos 267 k
#8 169.8 libmpc aarch64 1.0.2-9.el8 @ubi-8-appstream 169 k
#8 169.8 libpkgconf aarch64 1.4.2-1.el8 @ubi-8-baseos 73 k
#8 169.8 libselinux-devel aarch64 2.9-4.el8_3 @ubi-8-baseos 188 k
#8 169.8 libsepol-devel aarch64 2.9-1.el8 @ubi-8-baseos 127 k
#8 169.8 libubsan aarch64 8.3.1-5.1.el8 @ubi-8-baseos 345 k
#8 169.8 libverto-devel aarch64 0.3.0-5.el8 @ubi-8-baseos 26 k
#8 169.8 libxcrypt-devel aarch64 4.1.1-4.el8 @ubi-8-baseos 24 k
#8 169.8 pcre2-devel aarch64 10.32-2.el8 @ubi-8-baseos 1.8 M
#8 169.8 pcre2-utf16 aarch64 10.32-2.el8 @ubi-8-baseos 553 k
#8 169.8 pcre2-utf32 aarch64 10.32-2.el8 @ubi-8-baseos 553 k
#8 169.8 pkgconf aarch64 1.4.2-1.el8 @ubi-8-baseos 93 k
#8 169.8 pkgconf-m4 noarch 1.4.2-1.el8 @ubi-8-baseos 14 k
#8 169.8 pkgconf-pkg-config aarch64 1.4.2-1.el8 @ubi-8-baseos 3.0 k
#8 169.8 zlib-devel aarch64 1.2.11-16.el8_2 @ubi-8-baseos 138 k
#8 169.8
#8 169.8 Transaction Summary
#8 169.8 ============================================================================================
#8 169.8 Remove 31 Packages
#8 169.8
#8 169.8 Freed space: 115 M
#8 169.9 Running transaction check
#8 170.5 Transaction check succeeded.
#8 170.5 Running transaction test
#8 171.0 Transaction test succeeded.
#8 171.0 Running transaction
#8 171.4 Preparing : 1/1
#8 172.2 Running scriptlet: gcc-8.3.1-5.1.el8.aarch64 1/31
#8 172.4 Erasing : gcc-8.3.1-5.1.el8.aarch64 1/31
#8 173.5 Erasing : openssl-devel-1:1.1.1g-12.el8_3.aarch64 2/31
#8 173.8 Running scriptlet: glibc-devel-2.28-127.el8_3.2.aarch64 3/31
#8 174.0 Erasing : glibc-devel-2.28-127.el8_3.2.aarch64 3/31
#8 174.0 Erasing : libxcrypt-devel-4.1.1-4.el8.aarch64 4/31
#8 174.2 Erasing : glibc-headers-2.28-127.el8_3.2.aarch64 5/31
#8 174.2 Running scriptlet: libffi-devel-3.1-22.el8.aarch64 6/31
#8 174.4 Erasing : libffi-devel-3.1-22.el8.aarch64 6/31
#8 174.4 Erasing : zlib-devel-1.2.11-16.el8_2.aarch64 7/31
#8 174.5 Erasing : python38-devel-3.8.3-3.module+el8.3.0+7680+79e7e61 8/31
#8 174.5 Running scriptlet: python38-devel-3.8.3-3.module+el8.3.0+7680+79e7e61 8/31
#8 174.7 Erasing : krb5-devel-1.18.2-5.el8.aarch64 9/31
#8 174.8 Erasing : libselinux-devel-2.9-4.el8_3.aarch64 10/31
#8 174.9 Erasing : pcre2-devel-10.32-2.el8.aarch64 11/31
#8 175.0 Erasing : libcom_err-devel-1.45.6-1.el8.aarch64 12/31
#8 175.0 Erasing : libverto-devel-0.3.0-5.el8.aarch64 13/31
#8 175.0 Erasing : libsepol-devel-2.9-1.el8.aarch64 14/31
#8 175.1 Erasing : pkgconf-pkg-config-1.4.2-1.el8.aarch64 15/31
#8 175.1 Erasing : pkgconf-1.4.2-1.el8.aarch64 16/31
#8 175.2 Running scriptlet: cpp-8.3.1-5.1.el8.aarch64 17/31
#8 175.3 Erasing : cpp-8.3.1-5.1.el8.aarch64 17/31
#8 175.4 Erasing : pkgconf-m4-1.4.2-1.el8.noarch 18/31
#8 175.4 Erasing : keyutils-libs-devel-1.5.10-6.el8.aarch64 19/31
#8 175.7 Erasing : kernel-headers-4.18.0-240.15.1.el8_3.aarch64 20/31
#8 176.0 Erasing : libmpc-1.0.2-9.el8.aarch64 21/31
#8 176.0 Running scriptlet: libmpc-1.0.2-9.el8.aarch64 21/31
#8 176.1 Erasing : libpkgconf-1.4.2-1.el8.aarch64 22/31
#8 176.1 Erasing : pcre2-utf16-10.32-2.el8.aarch64 23/31
#8 176.1 Erasing : pcre2-utf32-10.32-2.el8.aarch64 24/31
#8 176.2 Erasing : libkadm5-1.18.2-5.el8.aarch64 25/31
#8 176.2 Running scriptlet: binutils-2.30-79.el8.aarch64 26/31
#8 176.7 Erasing : binutils-2.30-79.el8.aarch64 26/31
#8 176.7 Running scriptlet: binutils-2.30-79.el8.aarch64 26/31
#8 176.9 Erasing : libasan-8.3.1-5.1.el8.aarch64 27/31
#8 176.9 Running scriptlet: libasan-8.3.1-5.1.el8.aarch64 27/31
#8 177.0 Erasing : libatomic-8.3.1-5.1.el8.aarch64 28/31
#8 177.0 Running scriptlet: libatomic-8.3.1-5.1.el8.aarch64 28/31
#8 177.1 Running scriptlet: libgomp-8.3.1-5.1.el8.aarch64 29/31
#8 177.3 Erasing : libgomp-8.3.1-5.1.el8.aarch64 29/31
#8 177.3 Running scriptlet: libgomp-8.3.1-5.1.el8.aarch64 29/31
#8 177.4 Erasing : isl-0.16.1-6.el8.aarch64 30/31
#8 177.4 Running scriptlet: isl-0.16.1-6.el8.aarch64 30/31
#8 177.4 Erasing : libubsan-8.3.1-5.1.el8.aarch64 31/31
#8 177.4 Running scriptlet: libubsan-8.3.1-5.1.el8.aarch64 31/31
#8 178.8 Verifying : binutils-2.30-79.el8.aarch64 1/31
#8 178.8 Verifying : cpp-8.3.1-5.1.el8.aarch64 2/31
#8 178.8 Verifying : gcc-8.3.1-5.1.el8.aarch64 3/31
#8 178.8 Verifying : glibc-devel-2.28-127.el8_3.2.aarch64 4/31
#8 178.8 Verifying : glibc-headers-2.28-127.el8_3.2.aarch64 5/31
#8 178.8 Verifying : isl-0.16.1-6.el8.aarch64 6/31
#8 178.8 Verifying : kernel-headers-4.18.0-240.15.1.el8_3.aarch64 7/31
#8 178.8 Verifying : keyutils-libs-devel-1.5.10-6.el8.aarch64 8/31
#8 178.8 Verifying : krb5-devel-1.18.2-5.el8.aarch64 9/31
#8 178.8 Verifying : libasan-8.3.1-5.1.el8.aarch64 10/31
#8 178.8 Verifying : libatomic-8.3.1-5.1.el8.aarch64 11/31
#8 178.8 Verifying : libcom_err-devel-1.45.6-1.el8.aarch64 12/31
#8 178.8 Verifying : libffi-devel-3.1-22.el8.aarch64 13/31
#8 178.8 Verifying : libgomp-8.3.1-5.1.el8.aarch64 14/31
#8 178.8 Verifying : libkadm5-1.18.2-5.el8.aarch64 15/31
#8 178.8 Verifying : libmpc-1.0.2-9.el8.aarch64 16/31
#8 178.8 Verifying : libpkgconf-1.4.2-1.el8.aarch64 17/31
#8 178.8 Verifying : libselinux-devel-2.9-4.el8_3.aarch64 18/31
#8 178.8 Verifying : libsepol-devel-2.9-1.el8.aarch64 19/31
#8 178.8 Verifying : libubsan-8.3.1-5.1.el8.aarch64 20/31
#8 178.8 Verifying : libverto-devel-0.3.0-5.el8.aarch64 21/31
#8 178.8 Verifying : libxcrypt-devel-4.1.1-4.el8.aarch64 22/31
#8 178.8 Verifying : openssl-devel-1:1.1.1g-12.el8_3.aarch64 23/31
#8 178.8 Verifying : pcre2-devel-10.32-2.el8.aarch64 24/31
#8 178.8 Verifying : pcre2-utf16-10.32-2.el8.aarch64 25/31
#8 178.8 Verifying : pcre2-utf32-10.32-2.el8.aarch64 26/31
#8 178.8 Verifying : pkgconf-1.4.2-1.el8.aarch64 27/31
#8 178.8 Verifying : pkgconf-m4-1.4.2-1.el8.noarch 28/31
#8 178.8 Verifying : pkgconf-pkg-config-1.4.2-1.el8.aarch64 29/31
#8 178.8 Verifying : python38-devel-3.8.3-3.module+el8.3.0+7680+79e7e61 30/31
#8 178.8 Verifying : zlib-devel-1.2.11-16.el8_2.aarch64 31/31
#8 179.7 Installed products updated.
#8 179.8
#8 179.8 Removed:
#8 179.8 binutils-2.30-79.el8.aarch64
#8 179.8 cpp-8.3.1-5.1.el8.aarch64
#8 179.8 gcc-8.3.1-5.1.el8.aarch64
#8 179.8 glibc-devel-2.28-127.el8_3.2.aarch64
#8 179.8 glibc-headers-2.28-127.el8_3.2.aarch64
#8 179.8 isl-0.16.1-6.el8.aarch64
#8 179.8 kernel-headers-4.18.0-240.15.1.el8_3.aarch64
#8 179.8 keyutils-libs-devel-1.5.10-6.el8.aarch64
#8 179.8 krb5-devel-1.18.2-5.el8.aarch64
#8 179.8 libasan-8.3.1-5.1.el8.aarch64
#8 179.8 libatomic-8.3.1-5.1.el8.aarch64
#8 179.8 libcom_err-devel-1.45.6-1.el8.aarch64
#8 179.8 libffi-devel-3.1-22.el8.aarch64
#8 179.8 libgomp-8.3.1-5.1.el8.aarch64
#8 179.8 libkadm5-1.18.2-5.el8.aarch64
#8 179.8 libmpc-1.0.2-9.el8.aarch64
#8 179.8 libpkgconf-1.4.2-1.el8.aarch64
#8 179.8 libselinux-devel-2.9-4.el8_3.aarch64
#8 179.8 libsepol-devel-2.9-1.el8.aarch64
#8 179.8 libubsan-8.3.1-5.1.el8.aarch64
#8 179.8 libverto-devel-0.3.0-5.el8.aarch64
#8 179.8 libxcrypt-devel-4.1.1-4.el8.aarch64
#8 179.8 openssl-devel-1:1.1.1g-12.el8_3.aarch64
#8 179.8 pcre2-devel-10.32-2.el8.aarch64
#8 179.8 pcre2-utf16-10.32-2.el8.aarch64
#8 179.8 pcre2-utf32-10.32-2.el8.aarch64
#8 179.8 pkgconf-1.4.2-1.el8.aarch64
#8 179.8 pkgconf-m4-1.4.2-1.el8.noarch
#8 179.8 pkgconf-pkg-config-1.4.2-1.el8.aarch64
#8 179.8 python38-devel-3.8.3-3.module+el8.3.0+7680+79e7e61a.aarch64
#8 179.8 zlib-devel-1.2.11-16.el8_2.aarch64
#8 179.8
#8 179.8 Complete!
#8 183.4 Updating Subscription Management repositories.
#8 183.4 Unable to read consumer identity
#8 183.4
#8 183.4 This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
#8 183.4
#8 183.5 25 files removed
#8 DONE 183.9s

#9 [5/8] RUN echo "ansible:x:1001:0:ansible user:/opt/ansible:/sbin/nologin" >> /etc/passwd && mkdir -p /opt/ansible/.ansible/tmp && chown -R 1001:0 /opt/ansible && chmod -R ug+rwx /opt/ansible
#9 sha256:30af9ddd2fbcf3d4744b717dbfbcd562efa2da59512fb9aaf946829b84da9719
#9 DONE 0.7s

#10 [6/8] RUN TINIARCH=$(case $(arch) in x86_64) echo -n amd64 ;; ppc64le) echo -n ppc64el ;; aarch64) echo -n arm64 ;; *) echo -n $(arch) ;; esac) && curl -L -o /tini https://github.com/krallin/tini/releases/latest/download/tini-$TINIARCH && chmod +x /tini
#10 sha256:37c75615529058e8a474cea0e5051db2056ddb1ef92dea61ffa5a1aae121ab69
#10 0.537 % Total % Received % Xferd Average Speed Time Time Time Current
#10 0.538 Dload Upload Total Spent Left Speed
100 134 100 134 0 0 268 0 --:--:-- --:--:-- --:--:-- 274
100 616 0 616 0 0 904 0 --:--:-- --:--:-- --:--:-- 904
100 23904 100 23904 0 0 25322 0 --:--:-- --:--:-- --:--:-- 25322
#10 DONE 1.6s

#11 [7/8] WORKDIR /opt/ansible
#11 sha256:a22cbc6c88bdf692789008e5fff46016fd2345fde07139b72021a3fce31d5b43
#11 DONE 0.0s

#12 [8/8] COPY bin/ansible-operator /usr/local/bin/ansible-operator
#12 sha256:a4a6d5e5ed09b1b1ec3726326f9333db9c435c5b12e9a9e0ff0d0029a915ed15
#12 DONE 0.3s

#13 exporting to image
#13 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#13 exporting layers
#13 exporting layers 1.7s done
#13 writing image sha256:c4c2220f3a212b52ca3dc87f0d5599665ce844667cb7b6953508ac6bed208f98 done
#13 naming to docker.io/library/ansible-operator:arm64 done
#13 DONE 1.7s

@reinvantveer
Copy link
Contributor Author

Now #4554 has been merged I'm going to check if it runs other architecture tests for this PR as well
/retest

@estroz
Copy link
Member

estroz commented Mar 4, 2021

@reinvantveer rebase with master and the image builds will run.

@reinvantveer reinvantveer temporarily deployed to deploy March 11, 2021 20:13 Inactive
@reinvantveer reinvantveer temporarily deployed to deploy March 11, 2021 20:13 Inactive
@reinvantveer reinvantveer temporarily deployed to deploy March 11, 2021 20:13 Inactive
@reinvantveer reinvantveer temporarily deployed to deploy March 11, 2021 20:13 Inactive
@reinvantveer reinvantveer temporarily deployed to deploy March 11, 2021 20:13 Inactive
@reinvantveer reinvantveer temporarily deployed to deploy March 11, 2021 20:13 Inactive
@reinvantveer reinvantveer temporarily deployed to deploy March 11, 2021 20:26 Inactive
@reinvantveer reinvantveer temporarily deployed to deploy March 11, 2021 20:26 Inactive
@reinvantveer reinvantveer temporarily deployed to deploy March 11, 2021 20:26 Inactive
@reinvantveer reinvantveer temporarily deployed to deploy March 11, 2021 20:26 Inactive
@reinvantveer reinvantveer temporarily deployed to deploy March 11, 2021 20:26 Inactive
@reinvantveer reinvantveer temporarily deployed to deploy March 11, 2021 20:26 Inactive
@reinvantveer
Copy link
Contributor Author

Actually you may be able to run this test in your own operator-sdk fork once #4632 merges

It ran!
https://github.com/reinvantveer/operator-sdk/runs/2089705472

Copy link
Member

@estroz estroz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a changelog entry stating that openshift has been bumped to 0.11.2 and ansible-runner to 1.4.6? Otherwise LGTM!

@reinvantveer reinvantveer temporarily deployed to deploy March 12, 2021 21:02 Inactive
@reinvantveer reinvantveer temporarily deployed to deploy March 12, 2021 21:02 Inactive
@reinvantveer reinvantveer temporarily deployed to deploy March 12, 2021 21:02 Inactive
@reinvantveer reinvantveer temporarily deployed to deploy March 12, 2021 21:02 Inactive
@reinvantveer reinvantveer temporarily deployed to deploy March 12, 2021 21:02 Inactive
@reinvantveer reinvantveer temporarily deployed to deploy March 12, 2021 21:02 Inactive
Copy link
Member

@estroz estroz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @reinvantveer!

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 12, 2021
@estroz estroz merged commit c6796de into operator-framework:master Mar 12, 2021
@estroz estroz mentioned this pull request Apr 13, 2021
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants