ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
133 stars 156 forks source link

Trying to fork/custom this project #60

Open metabsd opened 3 years ago

metabsd commented 3 years ago

Hi,

I'm trying to create a custom awx-ee from this project but when I modify ./_build/requirements_combined.txt I got this message during tox -e docker.

File ./_build/bindep_combined.txt had modifications and will be rewritten
File ./_build/requirements_combined.txt had modifications and will be rewritten

So my local change revert to the default one. Any idea or advice.

Thx!

metabsd commented 3 years ago

I figure out that I only have/need to only modify requirement.yml I have to specify the collection I want to add. I understand it right ?

metabsd commented 3 years ago

I add one collection.

servicenow.servicenow

I rebuild and test it and requests library seem broken.

tox -e docker                                                                                                                                                                                                                                            

docker recreate: /home/bennyboy/PycharmProjects/awx-ee/.tox/docker
docker installdeps: -r/home/bennyboy/PycharmProjects/awx-ee/requirements.txt
docker installed: ansible-builder @ git+https://github.com/ansible/ansible-builder.git@34559c28497b457947a9920c63a5d948400e5c36,PyYAML==5.4.1,requirements-parser==0.2.0
docker run-test-pre: PYTHONHASHSEED='3818822385'
docker run-test: commands[0] | /bin/bash -c 'docker rmi metabsd/awx-ee:latest -f || true'
Untagged: metabsd/awx-ee:latest
Deleted: sha256:49948124724bdbe8eb9a2af18d334c5e75751b246d974b5c314a6af530de981e
Deleted: sha256:3dd3dac61406b134942e15ce987c9faf9821e3d27d7186e4fb878af68ccfac51
Deleted: sha256:f8d8cb2c2fce5a68847d864287ff4398ccffc61a95b6e6486d7a3051b2afe8a3
Deleted: sha256:611e19b3de8ea26988de165f9437af8a107bd67c8c75f5ebe82293b46a49adf4
Deleted: sha256:0a26eecac096892a68fd5cbe9c3e0d8b727aa07bba3f530020a9e3b29f43fe66
Deleted: sha256:b55d7dd81fb378252445b4a1f657ac917edcf49f9abfd7e90a2ebe8d336f2e0a
Deleted: sha256:56aeeb31c6575d3880d03b2c1bcacd657fa04ac0d643016bef7eaadeed84c12c
Deleted: sha256:56c804d2d771b7812cb203f448cf7e4b35d33aee0e91f146a7e862d638672084
Deleted: sha256:1a6c7313b8bab53fd1e6b73a22b18d28ba3f574c0aff9e7f67dc4a3dea41f033
Deleted: sha256:07a9afd1647c451be0a55e7416f9530aff66b4b9d636114de7e081c59360ff87
Deleted: sha256:f67419190cf3d3a0a61e0bd6c64f268bc5422457cc1a1fe18553a168568eefc4
Deleted: sha256:de468c885bd8834b496abaab40c80a96729559c6f1d6824f5897b4d89d804539
Deleted: sha256:0dbfc122aa2f09944149fd9dd1a4f695f8b1fa7e7dbec566c28544a29da863fa
Deleted: sha256:a0d31e17fcf30466a7cbee802a9ed2118071d5a9a42971454c73bcdd840c8376
Deleted: sha256:a5bd93a50fa3f9f53d06ce05d87e283f59b47ff00dd105a2d3e82bd63ab9cee0
Deleted: sha256:29dac5fd0d6c0fa0dc3075224df9a867b00390a85260ac15e7e473ef72068f99
Deleted: sha256:2b2818522da5d9b61aef11b61165aebc5553c5627147efe48d81a2a277b5034a
Deleted: sha256:102ed536b119e2634557e1e97da477ebacfd213eca81ff5b9322b260b0b2077c
docker run-test: commands[1] | ansible-builder build -v3 -c . -t metabsd/awx-ee --container-runtime=docker
Ansible Builder is building your execution environment image, "metabsd/awx-ee".
File ./_build/requirements.yml was placed in build context by user, leaving unmodified.
Writing partial Containerfile without collection requirements
Running command:
  docker build -f ./Dockerfile -t metabsd/awx-ee .
Sending build context to Docker daemon  38.81MB
Step 1/9 : ARG ANSIBLE_RUNNER_IMAGE=quay.io/ansible/ansible-runner:devel
Step 2/9 : ARG PYTHON_BUILDER_IMAGE=quay.io/ansible/python-builder:latest
Step 3/9 : FROM $ANSIBLE_RUNNER_IMAGE as galaxy
 ---> a1c2868a4cb8
Step 4/9 : USER root
 ---> Using cache
 ---> 9acd7789743c
Step 5/9 : ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=
 ---> Using cache
 ---> 96dc2c1ef500
Step 6/9 : ADD _build /build
 ---> 30216f6af534
Step 7/9 : WORKDIR /build
 ---> Running in 44e0fb618266
Removing intermediate container 44e0fb618266
 ---> 66970e144529
Step 8/9 : RUN ansible-galaxy role install -r requirements.yml --roles-path /usr/share/ansible/roles
 ---> Running in 7d79076e6299
[WARNING]: You are running the development version of Ansible. You should only
run Ansible from "devel" if you are modifying the Ansible engine, or trying out
features under development. This is a rapidly changing source of code and can
become unstable at any point.
Skipping install, no requirements found
Removing intermediate container 7d79076e6299
 ---> 510a861ee6c7
Step 9/9 : RUN ansible-galaxy collection install $ANSIBLE_GALAXY_CLI_COLLECTION_OPTS -r requirements.yml --collections-path /usr/share/ansible/collections
 ---> Running in 4eecece23d47
[WARNING]: You are running the development version of Ansible. You should only
run Ansible from "devel" if you are modifying the Ansible engine, or trying out
features under development. This is a rapidly changing source of code and can
become unstable at any point.
Starting galaxy collection install process
Process install dependency map
Starting collection install process
Downloading https://galaxy.ansible.com/download/kubernetes-core-1.2.1.tar.gz to /home/runner/.ansible/tmp/ansible-local-1y6bom6ru/tmpo0dhryr0/kubernetes-core-1.2.1-z6w5ejzn
Installing 'kubernetes.core:1.2.1' to '/usr/share/ansible/collections/ansible_collections/kubernetes/core'
kubernetes.core:1.2.1 was installed successfully
Downloading https://galaxy.ansible.com/download/servicenow-servicenow-1.0.5.tar.gz to /home/runner/.ansible/tmp/ansible-local-1y6bom6ru/tmpo0dhryr0/servicenow-servicenow-1.0.5-fbko4s0d
Installing 'servicenow.servicenow:1.0.5' to '/usr/share/ansible/collections/ansible_collections/servicenow/servicenow'
servicenow.servicenow:1.0.5 was installed successfully
Downloading https://galaxy.ansible.com/download/openstack-cloud-1.4.0.tar.gz to /home/runner/.ansible/tmp/ansible-local-1y6bom6ru/tmpo0dhryr0/openstack-cloud-1.4.0-gah4z1y_
Installing 'openstack.cloud:1.4.0' to '/usr/share/ansible/collections/ansible_collections/openstack/cloud'
openstack.cloud:1.4.0 was installed successfully
Downloading https://galaxy.ansible.com/download/ansible-posix-1.2.0.tar.gz to /home/runner/.ansible/tmp/ansible-local-1y6bom6ru/tmpo0dhryr0/ansible-posix-1.2.0-gt6n8qrl
Installing 'ansible.posix:1.2.0' to '/usr/share/ansible/collections/ansible_collections/ansible/posix'
ansible.posix:1.2.0 was installed successfully
Downloading https://galaxy.ansible.com/download/ansible-windows-1.5.0.tar.gz to /home/runner/.ansible/tmp/ansible-local-1y6bom6ru/tmpo0dhryr0/ansible-windows-1.5.0-ol9x24ki
Installing 'ansible.windows:1.5.0' to '/usr/share/ansible/collections/ansible_collections/ansible/windows'
ansible.windows:1.5.0 was installed successfully
Downloading https://galaxy.ansible.com/download/amazon-aws-1.5.0.tar.gz to /home/runner/.ansible/tmp/ansible-local-1y6bom6ru/tmpo0dhryr0/amazon-aws-1.5.0-h_ghe70c
Installing 'amazon.aws:1.5.0' to '/usr/share/ansible/collections/ansible_collections/amazon/aws'
amazon.aws:1.5.0 was installed successfully
Downloading https://galaxy.ansible.com/download/google-cloud-1.0.2.tar.gz to /home/runner/.ansible/tmp/ansible-local-1y6bom6ru/tmpo0dhryr0/google-cloud-1.0.2-0kupt5sv
Installing 'google.cloud:1.0.2' to '/usr/share/ansible/collections/ansible_collections/google/cloud'
google.cloud:1.0.2 was installed successfully
Downloading https://galaxy.ansible.com/download/azure-azcollection-1.5.0.tar.gz to /home/runner/.ansible/tmp/ansible-local-1y6bom6ru/tmpo0dhryr0/azure-azcollection-1.5.0-fq5ahemo
Installing 'azure.azcollection:1.5.0' to '/usr/share/ansible/collections/ansible_collections/azure/azcollection'
azure.azcollection:1.5.0 was installed successfully
Downloading https://galaxy.ansible.com/download/community-vmware-1.10.0.tar.gz to /home/runner/.ansible/tmp/ansible-local-1y6bom6ru/tmpo0dhryr0/community-vmware-1.10.0-id8tikwm
Installing 'community.vmware:1.10.0' to '/usr/share/ansible/collections/ansible_collections/community/vmware'
community.vmware:1.10.0 was installed successfully
Downloading https://galaxy.ansible.com/download/ovirt-ovirt-1.4.2.tar.gz to /home/runner/.ansible/tmp/ansible-local-1y6bom6ru/tmpo0dhryr0/ovirt-ovirt-1.4.2-ed9jbo3z
Installing 'ovirt.ovirt:1.4.2' to '/usr/share/ansible/collections/ansible_collections/ovirt/ovirt'
ovirt.ovirt:1.4.2 was installed successfully
Downloading https://galaxy.ansible.com/download/theforeman-foreman-2.0.1.tar.gz to /home/runner/.ansible/tmp/ansible-local-1y6bom6ru/tmpo0dhryr0/theforeman-foreman-2.0.1-0wm9tef5
Installing 'theforeman.foreman:2.0.1' to '/usr/share/ansible/collections/ansible_collections/theforeman/foreman'
theforeman.foreman:2.0.1 was installed successfully
Downloading https://galaxy.ansible.com/download/awx-awx-19.1.0.tar.gz to /home/runner/.ansible/tmp/ansible-local-1y6bom6ru/tmpo0dhryr0/awx-awx-19.1.0-0y_1bkla
Installing 'awx.awx:19.1.0' to '/usr/share/ansible/collections/ansible_collections/awx/awx'
awx.awx:19.1.0 was installed successfully
Removing intermediate container 4eecece23d47
 ---> 4e80bc98af4f
Successfully built 4e80bc98af4f
Successfully tagged metabsd/awx-ee:latest

Running command:
  docker run --rm -v /home/bennyboy/PycharmProjects/awx-ee/.tox/docker/lib/python3.8/site-packages/ansible_builder:/ansible_builder_mount:Z metabsd/awx-ee python3 /ansible_builder_mount/introspect.py
python:
  amazon.aws:
  - boto>=2.49.0
  - botocore>=1.12.249
  - boto3>=1.9.249
  awx.awx:
  - 'pytz  # for tower_schedule_rrule lookup plugin'
  - 'python-dateutil>=2.7.0  # tower_schedule_rrule'
  - 'awxkit  # For import and export modules'
  azure.azcollection:
  - packaging
  - requests[security]
  - xmltodict
  - azure-cli-core==2.11.1
  - azure-cli-nspkg==3.0.2
  - azure-common==1.1.11
  - azure-mgmt-authorization==0.51.1
  - azure-mgmt-batch==5.0.1
  - azure-mgmt-cdn==3.0.0
  - azure-mgmt-compute==10.0.0
  - azure-mgmt-containerinstance==1.4.0
  - azure-mgmt-containerregistry==2.0.0
  - azure-mgmt-containerservice==9.1.0
  - azure-mgmt-datalake-store==0.5.0
  - azure-mgmt-dns==2.1.0
  - azure-mgmt-keyvault==1.1.0
  - azure-mgmt-marketplaceordering==0.1.0
  - azure-mgmt-monitor==0.5.2
  - azure-mgmt-managedservices==1.0.0
  - azure-mgmt-managementgroups==0.2.0
  - azure-mgmt-network==10.2.0
  - azure-mgmt-nspkg==2.0.0
  - azure-mgmt-privatedns==0.1.0
  - azure-mgmt-redis==5.0.0
  - azure-mgmt-resource==10.2.0
  - azure-mgmt-rdbms==1.9.0
  - azure-mgmt-servicebus==0.5.3
  - azure-mgmt-sql==0.10.0
  - azure-mgmt-storage==11.1.0
  - azure-mgmt-trafficmanager==0.50.0
  - azure-mgmt-web==0.41.0
  - azure-nspkg==2.0.0
  - azure-storage==0.35.1
  - msrest==0.6.10
  - msrestazure==0.6.4
  - azure-keyvault==1.0.0a1
  - azure-graphrbac==0.61.1
  - azure-mgmt-cosmosdb==0.5.2
  - azure-mgmt-hdinsight==0.1.0
  - azure-mgmt-devtestlabs==3.0.0
  - azure-mgmt-loganalytics==1.0.0
  - azure-mgmt-automation==0.1.1
  - azure-mgmt-iothub==0.7.0
  - azure-mgmt-recoveryservices==0.4.0
  - azure-mgmt-recoveryservicesbackup==0.6.0
  community.vmware:
  - pyvmomi
  - 'git+https://github.com/vmware/vsphere-automation-sdk-python.git ; python_version
    >= ''2.7''  # Python 2.6 is not supported'
  google.cloud:
  - requests
  - google-auth
  kubernetes.core:
  - openshift>=0.6.2
  - requests-oauthlib
  openstack.cloud:
  - openstacksdk>=0.13
  ovirt.ovirt:
  - ovirt-engine-sdk-python>=4.4.10
  servicenow.servicenow:
  - requests
  - pysnow
  - netaddr
  theforeman.foreman:
  - requests>=2.4.2
  - ipaddress; python_version < '3.3'
  - PyYAML
system:
  awx.awx:
  - python38-pytz [platform:centos-8 platform:rhel-8]
  - python38-requests [platform:centos-8 platform:rhel-8]
  - python38-pyyaml [platform:centos-8 platform:rhel-8]
  ovirt.ovirt:
  - openssl-devel [platform:rpm compile]
  - gcc [platform:rpm compile]
  - libcurl-devel [platform:rpm compile]
  - libxml2-devel [platform:rpm compile]
  - python3-pycurl [platform:rpm]
  - python3-netaddr [platform:rpm]
  - python3-jmespath [platform:rpm]
  - python3-passlib [platform:rpm epel]
  - qemu-img [platform:rpm]

File ./_build/bindep_combined.txt is already up-to-date.
File ./_build/requirements_combined.txt had modifications and will be rewritten
Rewriting Containerfile to capture collection requirements
Running command:
  docker build -f ./Dockerfile -t metabsd/awx-ee .
Sending build context to Docker daemon  38.81MB
Step 1/25 : ARG ANSIBLE_RUNNER_IMAGE=quay.io/ansible/ansible-runner:devel
Step 2/25 : ARG PYTHON_BUILDER_IMAGE=quay.io/ansible/python-builder:latest
Step 3/25 : FROM $ANSIBLE_RUNNER_IMAGE as galaxy
 ---> a1c2868a4cb8
Step 4/25 : USER root
 ---> Using cache
 ---> 9acd7789743c
Step 5/25 : ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=
 ---> Using cache
 ---> 96dc2c1ef500
Step 6/25 : ADD _build /build
 ---> 5a85b97072a7
Step 7/25 : WORKDIR /build
 ---> Running in 5090ff71cb93
Removing intermediate container 5090ff71cb93
 ---> 26185d5ed8f7
Step 8/25 : RUN ansible-galaxy role install -r requirements.yml --roles-path /usr/share/ansible/roles
 ---> Running in 28206ec409e4
[WARNING]: You are running the development version of Ansible. You should only
run Ansible from "devel" if you are modifying the Ansible engine, or trying out
features under development. This is a rapidly changing source of code and can
become unstable at any point.
Skipping install, no requirements found
Removing intermediate container 28206ec409e4
 ---> bd28e680cfb7
Step 9/25 : RUN ansible-galaxy collection install $ANSIBLE_GALAXY_CLI_COLLECTION_OPTS -r requirements.yml --collections-path /usr/share/ansible/collections
 ---> Running in 5ffc4f399cca
[WARNING]: You are running the development version of Ansible. You should only
run Ansible from "devel" if you are modifying the Ansible engine, or trying out
features under development. This is a rapidly changing source of code and can
become unstable at any point.
Starting galaxy collection install process
Process install dependency map
Starting collection install process
Downloading https://galaxy.ansible.com/download/kubernetes-core-1.2.1.tar.gz to /home/runner/.ansible/tmp/ansible-local-10ow107n7/tmpy4s2oqwg/kubernetes-core-1.2.1-3ximdmz7
Installing 'kubernetes.core:1.2.1' to '/usr/share/ansible/collections/ansible_collections/kubernetes/core'
kubernetes.core:1.2.1 was installed successfully
Downloading https://galaxy.ansible.com/download/servicenow-servicenow-1.0.5.tar.gz to /home/runner/.ansible/tmp/ansible-local-10ow107n7/tmpy4s2oqwg/servicenow-servicenow-1.0.5-7n7xpt_g
Installing 'servicenow.servicenow:1.0.5' to '/usr/share/ansible/collections/ansible_collections/servicenow/servicenow'
servicenow.servicenow:1.0.5 was installed successfully
Downloading https://galaxy.ansible.com/download/openstack-cloud-1.4.0.tar.gz to /home/runner/.ansible/tmp/ansible-local-10ow107n7/tmpy4s2oqwg/openstack-cloud-1.4.0-d4sfftwj
Installing 'openstack.cloud:1.4.0' to '/usr/share/ansible/collections/ansible_collections/openstack/cloud'
openstack.cloud:1.4.0 was installed successfully
Downloading https://galaxy.ansible.com/download/ansible-posix-1.2.0.tar.gz to /home/runner/.ansible/tmp/ansible-local-10ow107n7/tmpy4s2oqwg/ansible-posix-1.2.0-egtv07dn
Installing 'ansible.posix:1.2.0' to '/usr/share/ansible/collections/ansible_collections/ansible/posix'
ansible.posix:1.2.0 was installed successfully
Downloading https://galaxy.ansible.com/download/ansible-windows-1.5.0.tar.gz to /home/runner/.ansible/tmp/ansible-local-10ow107n7/tmpy4s2oqwg/ansible-windows-1.5.0-snpgo8jg
Installing 'ansible.windows:1.5.0' to '/usr/share/ansible/collections/ansible_collections/ansible/windows'
ansible.windows:1.5.0 was installed successfully
Downloading https://galaxy.ansible.com/download/amazon-aws-1.5.0.tar.gz to /home/runner/.ansible/tmp/ansible-local-10ow107n7/tmpy4s2oqwg/amazon-aws-1.5.0-ert6ec9a
Installing 'amazon.aws:1.5.0' to '/usr/share/ansible/collections/ansible_collections/amazon/aws'
amazon.aws:1.5.0 was installed successfully
Downloading https://galaxy.ansible.com/download/google-cloud-1.0.2.tar.gz to /home/runner/.ansible/tmp/ansible-local-10ow107n7/tmpy4s2oqwg/google-cloud-1.0.2-6yzioal6
Installing 'google.cloud:1.0.2' to '/usr/share/ansible/collections/ansible_collections/google/cloud'
google.cloud:1.0.2 was installed successfully
Downloading https://galaxy.ansible.com/download/azure-azcollection-1.5.0.tar.gz to /home/runner/.ansible/tmp/ansible-local-10ow107n7/tmpy4s2oqwg/azure-azcollection-1.5.0-du_x07nh
Installing 'azure.azcollection:1.5.0' to '/usr/share/ansible/collections/ansible_collections/azure/azcollection'
azure.azcollection:1.5.0 was installed successfully
Downloading https://galaxy.ansible.com/download/community-vmware-1.10.0.tar.gz to /home/runner/.ansible/tmp/ansible-local-10ow107n7/tmpy4s2oqwg/community-vmware-1.10.0-crjvwfo3
Installing 'community.vmware:1.10.0' to '/usr/share/ansible/collections/ansible_collections/community/vmware'
community.vmware:1.10.0 was installed successfully
Downloading https://galaxy.ansible.com/download/ovirt-ovirt-1.4.2.tar.gz to /home/runner/.ansible/tmp/ansible-local-10ow107n7/tmpy4s2oqwg/ovirt-ovirt-1.4.2-91e98um1
Installing 'ovirt.ovirt:1.4.2' to '/usr/share/ansible/collections/ansible_collections/ovirt/ovirt'
ovirt.ovirt:1.4.2 was installed successfully
Downloading https://galaxy.ansible.com/download/theforeman-foreman-2.0.1.tar.gz to /home/runner/.ansible/tmp/ansible-local-10ow107n7/tmpy4s2oqwg/theforeman-foreman-2.0.1-jo9ohwa3
Installing 'theforeman.foreman:2.0.1' to '/usr/share/ansible/collections/ansible_collections/theforeman/foreman'
theforeman.foreman:2.0.1 was installed successfully
Downloading https://galaxy.ansible.com/download/awx-awx-19.1.0.tar.gz to /home/runner/.ansible/tmp/ansible-local-10ow107n7/tmpy4s2oqwg/awx-awx-19.1.0-xf79y7pd
Installing 'awx.awx:19.1.0' to '/usr/share/ansible/collections/ansible_collections/awx/awx'
awx.awx:19.1.0 was installed successfully
Removing intermediate container 5ffc4f399cca
 ---> 87a12591ccc6
Step 10/25 : FROM $PYTHON_BUILDER_IMAGE as builder
 ---> 7b6db1a888bb
Step 11/25 : ADD _build/requirements_combined.txt /tmp/src/requirements.txt
 ---> 75cef7b488c5
Step 12/25 : ADD _build/bindep_combined.txt /tmp/src/bindep.txt
 ---> 2c9f1293c73c
Step 13/25 : RUN assemble
 ---> Running in cc4fdce573d9
++ source /etc/os-release
+++ NAME='CentOS Linux'
+++ VERSION=8
+++ ID=centos
+++ ID_LIKE='rhel fedora'
+++ VERSION_ID=8
+++ PLATFORM_ID=platform:el8
+++ PRETTY_NAME='CentOS Linux 8'
+++ ANSI_COLOR='0;31'
+++ CPE_NAME=cpe:/o:centos:centos:8
+++ HOME_URL=https://centos.org/
+++ BUG_REPORT_URL=https://bugs.centos.org/
+++ CENTOS_MANTISBT_PROJECT=CentOS-8
+++ CENTOS_MANTISBT_PROJECT_VERSION=8
++ echo centos
+ RELEASE=centos
+ mkdir -p /output/bindep
+ mkdir -p /output/wheels
+ cd /tmp/src
+ dnf update -y
CentOS Linux 8 - AppStream                      5.4 MB/s | 6.3 MB     00:01    
CentOS Linux 8 - BaseOS                         4.0 MB/s | 2.3 MB     00:00    
CentOS Linux 8 - Extras                          49 kB/s | 9.6 kB     00:00    
CentOS Linux 8 - PowerTools                     2.9 MB/s | 2.0 MB     00:00    
Extra Packages for Enterprise Linux Modular 8 - 1.1 MB/s | 559 kB     00:00    
Dependencies resolved.
Nothing to do.
Complete!
+ PACKAGES=
+ PIP_OPTS=
+ install_bindep
+ '[' -f bindep.txt ']'
+ bindep -l newline
+ sort
+ '[' centos == centos ']'
+ bindep -l newline -b epel
+ sort
+ grep -Fxvf /output/bindep/run.txt /output/bindep/stage.txt
+ rm -rf /output/bindep/stage.txt
++ bindep -b compile
++ true
+ compile_packages='gcc
git-lfs
libcurl-devel
libxml2-devel
openssl-devel
python3-jmespath
python3-netaddr
python3-pycurl
python38-devel
python38-pytz
python38-pyyaml
python38-requests
qemu-img
subversion'
+ '[' '!' -z 'gcc
git-lfs
libcurl-devel
libxml2-devel
openssl-devel
python3-jmespath
python3-netaddr
python3-pycurl
python38-devel
python38-pytz
python38-pyyaml
python38-requests
qemu-img
subversion' ']'
+ dnf install -y gcc git-lfs libcurl-devel libxml2-devel openssl-devel python3-jmespath python3-netaddr python3-pycurl python38-devel python38-pytz python38-pyyaml python38-requests qemu-img subversion
Last metadata expiration check: 0:00:03 ago on Sun May  9 23:54:10 2021.
Dependencies resolved.
=========================================================================================
 Package               Arch    Version                                   Repo        Size
=========================================================================================
Installing:
 gcc                   x86_64  8.3.1-5.1.el8                             appstream   23 M
 git-lfs               x86_64  2.11.0-2.el8                              appstream  4.4 M
 libcurl-devel         x86_64  7.61.1-14.el8_3.1                         baseos     832 k
 libxml2-devel         x86_64  2.9.7-8.el8                               appstream  1.0 M
 openssl-devel         x86_64  1:1.1.1g-15.el8_3                         baseos     2.3 M
 python3-jmespath      noarch  0.9.0-11.el8                              appstream   45 k
 python3-netaddr       noarch  0.7.19-8.el8                              appstream  1.5 M
 python3-pycurl        x86_64  7.43.0.2-4.el8                            appstream  227 k
 python38-devel        x86_64  3.8.3-3.module_el8.3.0+468+0c52a667       appstream  275 k
 python38-pytz         noarch  2019.3-3.module_el8.3.0+441+3b561464      appstream   55 k
 python38-pyyaml       x86_64  5.3.1-1.module_el8.3.0+441+3b561464       appstream  206 k
 python38-requests     noarch  2.22.0-9.module_el8.3.0+441+3b561464      appstream  124 k
 qemu-img              x86_64  15:4.2.0-34.module_el8.3.0+755+88436ea4.5 appstream  1.0 M
 subversion            x86_64  1.10.2-4.module_el8.3.0+703+ba2f61b7      appstream  1.1 M
Installing dependencies:
 apr                   x86_64  1.6.3-11.el8                              appstream  125 k
 apr-util              x86_64  1.6.1-6.el8                               appstream  105 k
 cmake-filesystem      x86_64  3.11.4-7.el8                              appstream   40 k
 cpp                   x86_64  8.3.1-5.1.el8                             appstream   10 M
 glibc-devel           x86_64  2.28-127.el8                              baseos     1.0 M
 glibc-headers         x86_64  2.28-127.el8                              baseos     475 k
 isl                   x86_64  0.16.1-6.el8                              appstream  841 k
 kernel-headers        x86_64  4.18.0-240.22.1.el8_3                     baseos     5.6 M
 keyutils-libs-devel   x86_64  1.5.10-6.el8                              baseos      48 k
 krb5-devel            x86_64  1.18.2-5.el8                              baseos     558 k
 libaio                x86_64  0.3.112-1.el8                             baseos      33 k
 libcom_err-devel      x86_64  1.45.6-1.el8                              baseos      38 k
 libkadm5              x86_64  1.18.2-5.el8                              baseos     185 k
 libmpc                x86_64  1.0.2-9.el8                               appstream   59 k
 libpkgconf            x86_64  1.4.2-1.el8                               baseos      35 k
 libselinux-devel      x86_64  2.9-4.el8_3                               baseos     199 k
 libsepol-devel        x86_64  2.9-1.el8                                 baseos      86 k
 libserf               x86_64  1.3.9-9.module_el8.3.0+703+ba2f61b7       appstream   60 k
 libverto-devel        x86_64  0.3.0-5.el8                               baseos      18 k
 libxcrypt-devel       x86_64  4.1.1-4.el8                               baseos      25 k
 pcre2-devel           x86_64  10.32-2.el8                               baseos     605 k
 pcre2-utf16           x86_64  10.32-2.el8                               baseos     229 k
 pcre2-utf32           x86_64  10.32-2.el8                               baseos     220 k
 pkgconf               x86_64  1.4.2-1.el8                               baseos      38 k
 pkgconf-m4            noarch  1.4.2-1.el8                               baseos      17 k
 pkgconf-pkg-config    x86_64  1.4.2-1.el8                               baseos      15 k
 python38-chardet      noarch  3.0.4-19.module_el8.3.0+441+3b561464      appstream  195 k
 python38-idna         noarch  2.8-6.module_el8.3.0+441+3b561464         appstream   87 k
 python38-pysocks      noarch  1.7.1-4.module_el8.3.0+441+3b561464       appstream   37 k
 python38-six          noarch  1.12.0-9.module_el8.3.0+441+3b561464      appstream   39 k
 python38-urllib3      noarch  1.25.7-4.module_el8.3.0+441+3b561464      appstream  187 k
 subversion-libs       x86_64  1.10.2-4.module_el8.3.0+703+ba2f61b7      appstream  1.5 M
 utf8proc              x86_64  2.1.1-5.module_el8.3.0+703+ba2f61b7       appstream   67 k
 xz-devel              x86_64  5.2.4-3.el8                               baseos      62 k
 zlib-devel            x86_64  1.2.11-16.2.el8_3                         baseos      58 k
Installing weak dependencies:
 apr-util-bdb          x86_64  1.6.1-6.el8                               appstream   25 k
 apr-util-openssl      x86_64  1.6.1-6.el8                               appstream   27 k
Enabling module streams:
 subversion                    1.10                                                      
 virt                          rhel                                                      

Transaction Summary
=========================================================================================
Install  51 Packages

Total download size: 60 M
Installed size: 162 M
Downloading Packages:
(1/51): apr-util-bdb-1.6.1-6.el8.x86_64.rpm     1.6 MB/s |  25 kB     00:00    
(2/51): apr-util-openssl-1.6.1-6.el8.x86_64.rpm 2.9 MB/s |  27 kB     00:00    
(3/51): apr-util-1.6.1-6.el8.x86_64.rpm         3.4 MB/s | 105 kB     00:00    
(4/51): apr-1.6.3-11.el8.x86_64.rpm             3.7 MB/s | 125 kB     00:00    
(5/51): cmake-filesystem-3.11.4-7.el8.x86_64.rp 4.6 MB/s |  40 kB     00:00    
(6/51): git-lfs-2.11.0-2.el8.x86_64.rpm         4.3 MB/s | 4.4 MB     00:01    
(7/51): isl-0.16.1-6.el8.x86_64.rpm             6.3 MB/s | 841 kB     00:00    
(8/51): libmpc-1.0.2-9.el8.x86_64.rpm           6.4 MB/s |  59 kB     00:00    
(9/51): libserf-1.3.9-9.module_el8.3.0+703+ba2f 6.8 MB/s |  60 kB     00:00    
(10/51): libxml2-devel-2.9.7-8.el8.x86_64.rpm   5.9 MB/s | 1.0 MB     00:00    
(11/51): python3-jmespath-0.9.0-11.el8.noarch.r 3.8 MB/s |  45 kB     00:00    
(12/51): python3-netaddr-0.7.19-8.el8.noarch.rp 4.4 MB/s | 1.5 MB     00:00    
(13/51): python3-pycurl-7.43.0.2-4.el8.x86_64.r 4.6 MB/s | 227 kB     00:00    
(14/51): python38-chardet-3.0.4-19.module_el8.3 4.9 MB/s | 195 kB     00:00    
(15/51): python38-devel-3.8.3-3.module_el8.3.0+ 4.9 MB/s | 275 kB     00:00    
(16/51): python38-idna-2.8-6.module_el8.3.0+441 3.8 MB/s |  87 kB     00:00    
(17/51): python38-pysocks-1.7.1-4.module_el8.3. 1.8 MB/s |  37 kB     00:00    
(18/51): python38-pytz-2019.3-3.module_el8.3.0+ 3.4 MB/s |  55 kB     00:00    
(19/51): python38-pyyaml-5.3.1-1.module_el8.3.0 836 kB/s | 206 kB     00:00    
(20/51): python38-requests-2.22.0-9.module_el8. 3.0 MB/s | 124 kB     00:00    
(21/51): python38-six-1.12.0-9.module_el8.3.0+4 4.2 MB/s |  39 kB     00:00    
(22/51): python38-urllib3-1.25.7-4.module_el8.3 5.4 MB/s | 187 kB     00:00    
(23/51): qemu-img-4.2.0-34.module_el8.3.0+755+8 5.7 MB/s | 1.0 MB     00:00    
(24/51): subversion-1.10.2-4.module_el8.3.0+703 8.3 MB/s | 1.1 MB     00:00    
(25/51): subversion-libs-1.10.2-4.module_el8.3. 5.3 MB/s | 1.5 MB     00:00    
(26/51): utf8proc-2.1.1-5.module_el8.3.0+703+ba 4.3 MB/s |  67 kB     00:00    
(27/51): glibc-devel-2.28-127.el8.x86_64.rpm    6.6 MB/s | 1.0 MB     00:00    
(28/51): glibc-headers-2.28-127.el8.x86_64.rpm   17 MB/s | 475 kB     00:00    
(29/51): kernel-headers-4.18.0-240.22.1.el8_3.x  18 MB/s | 5.6 MB     00:00    
(30/51): keyutils-libs-devel-1.5.10-6.el8.x86_6 1.0 MB/s |  48 kB     00:00    
(31/51): krb5-devel-1.18.2-5.el8.x86_64.rpm      19 MB/s | 558 kB     00:00    
(32/51): libaio-0.3.112-1.el8.x86_64.rpm        1.6 MB/s |  33 kB     00:00    
(33/51): cpp-8.3.1-5.1.el8.x86_64.rpm           3.0 MB/s |  10 MB     00:03    
(34/51): libcom_err-devel-1.45.6-1.el8.x86_64.r 1.3 MB/s |  38 kB     00:00    
(35/51): libkadm5-1.18.2-5.el8.x86_64.rpm       9.0 MB/s | 185 kB     00:00    
(36/51): libpkgconf-1.4.2-1.el8.x86_64.rpm      1.9 MB/s |  35 kB     00:00    
(37/51): libselinux-devel-2.9-4.el8_3.x86_64.rp 8.0 MB/s | 199 kB     00:00    
(38/51): libsepol-devel-2.9-1.el8.x86_64.rpm    4.1 MB/s |  86 kB     00:00    
(39/51): libverto-devel-0.3.0-5.el8.x86_64.rpm  931 kB/s |  18 kB     00:00    
(40/51): libxcrypt-devel-4.1.1-4.el8.x86_64.rpm 1.2 MB/s |  25 kB     00:00    
(41/51): libcurl-devel-7.61.1-14.el8_3.1.x86_64 5.6 MB/s | 832 kB     00:00    
(42/51): pcre2-devel-10.32-2.el8.x86_64.rpm      16 MB/s | 605 kB     00:00    
(43/51): openssl-devel-1.1.1g-15.el8_3.x86_64.r  31 MB/s | 2.3 MB     00:00    
(44/51): pcre2-utf16-10.32-2.el8.x86_64.rpm      10 MB/s | 229 kB     00:00    
(45/51): pcre2-utf32-10.32-2.el8.x86_64.rpm      10 MB/s | 220 kB     00:00    
(46/51): pkgconf-1.4.2-1.el8.x86_64.rpm         1.8 MB/s |  38 kB     00:00    
(47/51): pkgconf-m4-1.4.2-1.el8.noarch.rpm      1.0 MB/s |  17 kB     00:00    
(48/51): pkgconf-pkg-config-1.4.2-1.el8.x86_64. 878 kB/s |  15 kB     00:00    
(49/51): zlib-devel-1.2.11-16.2.el8_3.x86_64.rp 2.9 MB/s |  58 kB     00:00    
(50/51): xz-devel-5.2.4-3.el8.x86_64.rpm        2.7 MB/s |  62 kB     00:00    
(51/51): gcc-8.3.1-5.1.el8.x86_64.rpm           5.8 MB/s |  23 MB     00:04    
--------------------------------------------------------------------------------
Total                                            14 MB/s |  60 MB     00:04     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : apr-1.6.3-11.el8.x86_64                               1/51 
  Running scriptlet: apr-1.6.3-11.el8.x86_64                               1/51 
  Installing       : apr-util-bdb-1.6.1-6.el8.x86_64                       2/51 
  Installing       : apr-util-openssl-1.6.1-6.el8.x86_64                   3/51 
  Installing       : apr-util-1.6.1-6.el8.x86_64                           4/51 
  Running scriptlet: apr-util-1.6.1-6.el8.x86_64                           4/51 
  Installing       : libserf-1.3.9-9.module_el8.3.0+703+ba2f61b7.x86_64    5/51 
  Running scriptlet: libserf-1.3.9-9.module_el8.3.0+703+ba2f61b7.x86_64    5/51 
  Installing       : utf8proc-2.1.1-5.module_el8.3.0+703+ba2f61b7.x86_6    6/51 
  Running scriptlet: utf8proc-2.1.1-5.module_el8.3.0+703+ba2f61b7.x86_6    6/51 
  Installing       : python38-idna-2.8-6.module_el8.3.0+441+3b561464.no    7/51 
  Installing       : libmpc-1.0.2-9.el8.x86_64                             8/51 
  Running scriptlet: libmpc-1.0.2-9.el8.x86_64                             8/51 
  Installing       : cpp-8.3.1-5.1.el8.x86_64                              9/51 
  Running scriptlet: cpp-8.3.1-5.1.el8.x86_64                              9/51 
  Installing       : subversion-libs-1.10.2-4.module_el8.3.0+703+ba2f61   10/51 
  Running scriptlet: subversion-libs-1.10.2-4.module_el8.3.0+703+ba2f61   10/51 
  Installing       : pkgconf-m4-1.4.2-1.el8.noarch                        11/51 
  Installing       : pcre2-utf32-10.32-2.el8.x86_64                       12/51 
  Installing       : pcre2-utf16-10.32-2.el8.x86_64                       13/51 
  Installing       : libpkgconf-1.4.2-1.el8.x86_64                        14/51 
  Installing       : pkgconf-1.4.2-1.el8.x86_64                           15/51 
  Installing       : pkgconf-pkg-config-1.4.2-1.el8.x86_64                16/51 
  Installing       : zlib-devel-1.2.11-16.2.el8_3.x86_64                  17/51 
  Installing       : libcom_err-devel-1.45.6-1.el8.x86_64                 18/51 
  Installing       : libsepol-devel-2.9-1.el8.x86_64                      19/51 
  Installing       : libverto-devel-0.3.0-5.el8.x86_64                    20/51 
  Installing       : pcre2-devel-10.32-2.el8.x86_64                       21/51 
  Installing       : libselinux-devel-2.9-4.el8_3.x86_64                  22/51 
  Installing       : xz-devel-5.2.4-3.el8.x86_64                          23/51 
  Installing       : libkadm5-1.18.2-5.el8.x86_64                         24/51 
  Installing       : libaio-0.3.112-1.el8.x86_64                          25/51 
  Installing       : keyutils-libs-devel-1.5.10-6.el8.x86_64              26/51 
  Installing       : krb5-devel-1.18.2-5.el8.x86_64                       27/51 
  Installing       : kernel-headers-4.18.0-240.22.1.el8_3.x86_64          28/51 
  Running scriptlet: glibc-headers-2.28-127.el8.x86_64                    29/51 
  Installing       : glibc-headers-2.28-127.el8.x86_64                    29/51 
  Installing       : libxcrypt-devel-4.1.1-4.el8.x86_64                   30/51 
  Installing       : glibc-devel-2.28-127.el8.x86_64                      31/51 
  Running scriptlet: glibc-devel-2.28-127.el8.x86_64                      31/51 
  Installing       : python38-six-1.12.0-9.module_el8.3.0+441+3b561464.   32/51 
  Installing       : python38-pysocks-1.7.1-4.module_el8.3.0+441+3b5614   33/51 
  Installing       : python38-urllib3-1.25.7-4.module_el8.3.0+441+3b561   34/51 
  Installing       : python38-chardet-3.0.4-19.module_el8.3.0+441+3b561   35/51 
  Installing       : isl-0.16.1-6.el8.x86_64                              36/51 
  Running scriptlet: isl-0.16.1-6.el8.x86_64                              36/51 
  Installing       : cmake-filesystem-3.11.4-7.el8.x86_64                 37/51 
  Installing       : libxml2-devel-2.9.7-8.el8.x86_64                     38/51 
  Installing       : gcc-8.3.1-5.1.el8.x86_64                             39/51 
  Running scriptlet: gcc-8.3.1-5.1.el8.x86_64                             39/51 
  Installing       : python38-requests-2.22.0-9.module_el8.3.0+441+3b56   40/51 
  Installing       : openssl-devel-1:1.1.1g-15.el8_3.x86_64               41/51 
  Installing       : qemu-img-15:4.2.0-34.module_el8.3.0+755+88436ea4.5   42/51 
  Installing       : python38-devel-3.8.3-3.module_el8.3.0+468+0c52a667   43/51 
  Running scriptlet: python38-devel-3.8.3-3.module_el8.3.0+468+0c52a667   43/51 
  Installing       : libcurl-devel-7.61.1-14.el8_3.1.x86_64               44/51 
  Installing       : subversion-1.10.2-4.module_el8.3.0+703+ba2f61b7.x8   45/51 
  Running scriptlet: subversion-1.10.2-4.module_el8.3.0+703+ba2f61b7.x8   45/51 
  Installing       : python38-pyyaml-5.3.1-1.module_el8.3.0+441+3b56146   46/51 
  Installing       : python38-pytz-2019.3-3.module_el8.3.0+441+3b561464   47/51 
  Installing       : python3-pycurl-7.43.0.2-4.el8.x86_64                 48/51 
  Installing       : python3-netaddr-0.7.19-8.el8.noarch                  49/51 
  Installing       : python3-jmespath-0.9.0-11.el8.noarch                 50/51 
  Installing       : git-lfs-2.11.0-2.el8.x86_64                          51/51 
  Running scriptlet: git-lfs-2.11.0-2.el8.x86_64                          51/51 
Git LFS initialized.

  Verifying        : apr-1.6.3-11.el8.x86_64                               1/51 
  Verifying        : apr-util-1.6.1-6.el8.x86_64                           2/51 
  Verifying        : apr-util-bdb-1.6.1-6.el8.x86_64                       3/51 
  Verifying        : apr-util-openssl-1.6.1-6.el8.x86_64                   4/51 
  Verifying        : cmake-filesystem-3.11.4-7.el8.x86_64                  5/51 
  Verifying        : cpp-8.3.1-5.1.el8.x86_64                              6/51 
  Verifying        : gcc-8.3.1-5.1.el8.x86_64                              7/51 
  Verifying        : git-lfs-2.11.0-2.el8.x86_64                           8/51 
  Verifying        : isl-0.16.1-6.el8.x86_64                               9/51 
  Verifying        : libmpc-1.0.2-9.el8.x86_64                            10/51 
  Verifying        : libserf-1.3.9-9.module_el8.3.0+703+ba2f61b7.x86_64   11/51 
  Verifying        : libxml2-devel-2.9.7-8.el8.x86_64                     12/51 
  Verifying        : python3-jmespath-0.9.0-11.el8.noarch                 13/51 
  Verifying        : python3-netaddr-0.7.19-8.el8.noarch                  14/51 
  Verifying        : python3-pycurl-7.43.0.2-4.el8.x86_64                 15/51 
  Verifying        : python38-chardet-3.0.4-19.module_el8.3.0+441+3b561   16/51 
  Verifying        : python38-devel-3.8.3-3.module_el8.3.0+468+0c52a667   17/51 
  Verifying        : python38-idna-2.8-6.module_el8.3.0+441+3b561464.no   18/51 
  Verifying        : python38-pysocks-1.7.1-4.module_el8.3.0+441+3b5614   19/51 
  Verifying        : python38-pytz-2019.3-3.module_el8.3.0+441+3b561464   20/51 
  Verifying        : python38-pyyaml-5.3.1-1.module_el8.3.0+441+3b56146   21/51 
  Verifying        : python38-requests-2.22.0-9.module_el8.3.0+441+3b56   22/51 
  Verifying        : python38-six-1.12.0-9.module_el8.3.0+441+3b561464.   23/51 
  Verifying        : python38-urllib3-1.25.7-4.module_el8.3.0+441+3b561   24/51 
  Verifying        : qemu-img-15:4.2.0-34.module_el8.3.0+755+88436ea4.5   25/51 
  Verifying        : subversion-1.10.2-4.module_el8.3.0+703+ba2f61b7.x8   26/51 
  Verifying        : subversion-libs-1.10.2-4.module_el8.3.0+703+ba2f61   27/51 
  Verifying        : utf8proc-2.1.1-5.module_el8.3.0+703+ba2f61b7.x86_6   28/51 
  Verifying        : glibc-devel-2.28-127.el8.x86_64                      29/51 
  Verifying        : glibc-headers-2.28-127.el8.x86_64                    30/51 
  Verifying        : kernel-headers-4.18.0-240.22.1.el8_3.x86_64          31/51 
  Verifying        : keyutils-libs-devel-1.5.10-6.el8.x86_64              32/51 
  Verifying        : krb5-devel-1.18.2-5.el8.x86_64                       33/51 
  Verifying        : libaio-0.3.112-1.el8.x86_64                          34/51 
  Verifying        : libcom_err-devel-1.45.6-1.el8.x86_64                 35/51 
  Verifying        : libcurl-devel-7.61.1-14.el8_3.1.x86_64               36/51 
  Verifying        : libkadm5-1.18.2-5.el8.x86_64                         37/51 
  Verifying        : libpkgconf-1.4.2-1.el8.x86_64                        38/51 
  Verifying        : libselinux-devel-2.9-4.el8_3.x86_64                  39/51 
  Verifying        : libsepol-devel-2.9-1.el8.x86_64                      40/51 
  Verifying        : libverto-devel-0.3.0-5.el8.x86_64                    41/51 
  Verifying        : libxcrypt-devel-4.1.1-4.el8.x86_64                   42/51 
  Verifying        : openssl-devel-1:1.1.1g-15.el8_3.x86_64               43/51 
  Verifying        : pcre2-devel-10.32-2.el8.x86_64                       44/51 
  Verifying        : pcre2-utf16-10.32-2.el8.x86_64                       45/51 
  Verifying        : pcre2-utf32-10.32-2.el8.x86_64                       46/51 
  Verifying        : pkgconf-1.4.2-1.el8.x86_64                           47/51 
  Verifying        : pkgconf-m4-1.4.2-1.el8.noarch                        48/51 
  Verifying        : pkgconf-pkg-config-1.4.2-1.el8.x86_64                49/51 
  Verifying        : xz-devel-5.2.4-3.el8.x86_64                          50/51 
  Verifying        : zlib-devel-1.2.11-16.2.el8_3.x86_64                  51/51 

Installed:
  apr-1.6.3-11.el8.x86_64                                                       
  apr-util-1.6.1-6.el8.x86_64                                                   
  apr-util-bdb-1.6.1-6.el8.x86_64                                               
  apr-util-openssl-1.6.1-6.el8.x86_64                                           
  cmake-filesystem-3.11.4-7.el8.x86_64                                          
  cpp-8.3.1-5.1.el8.x86_64                                                      
  gcc-8.3.1-5.1.el8.x86_64                                                      
  git-lfs-2.11.0-2.el8.x86_64                                                   
  glibc-devel-2.28-127.el8.x86_64                                               
  glibc-headers-2.28-127.el8.x86_64                                             
  isl-0.16.1-6.el8.x86_64                                                       
  kernel-headers-4.18.0-240.22.1.el8_3.x86_64                                   
  keyutils-libs-devel-1.5.10-6.el8.x86_64                                       
  krb5-devel-1.18.2-5.el8.x86_64                                                
  libaio-0.3.112-1.el8.x86_64                                                   
  libcom_err-devel-1.45.6-1.el8.x86_64                                          
  libcurl-devel-7.61.1-14.el8_3.1.x86_64                                        
  libkadm5-1.18.2-5.el8.x86_64                                                  
  libmpc-1.0.2-9.el8.x86_64                                                     
  libpkgconf-1.4.2-1.el8.x86_64                                                 
  libselinux-devel-2.9-4.el8_3.x86_64                                           
  libsepol-devel-2.9-1.el8.x86_64                                               
  libserf-1.3.9-9.module_el8.3.0+703+ba2f61b7.x86_64                            
  libverto-devel-0.3.0-5.el8.x86_64                                             
  libxcrypt-devel-4.1.1-4.el8.x86_64                                            
  libxml2-devel-2.9.7-8.el8.x86_64                                              
  openssl-devel-1:1.1.1g-15.el8_3.x86_64                                        
  pcre2-devel-10.32-2.el8.x86_64                                                
  pcre2-utf16-10.32-2.el8.x86_64                                                
  pcre2-utf32-10.32-2.el8.x86_64                                                
  pkgconf-1.4.2-1.el8.x86_64                                                    
  pkgconf-m4-1.4.2-1.el8.noarch                                                 
  pkgconf-pkg-config-1.4.2-1.el8.x86_64                                         
  python3-jmespath-0.9.0-11.el8.noarch                                          
  python3-netaddr-0.7.19-8.el8.noarch                                           
  python3-pycurl-7.43.0.2-4.el8.x86_64                                          
  python38-chardet-3.0.4-19.module_el8.3.0+441+3b561464.noarch                  
  python38-devel-3.8.3-3.module_el8.3.0+468+0c52a667.x86_64                     
  python38-idna-2.8-6.module_el8.3.0+441+3b561464.noarch                        
  python38-pysocks-1.7.1-4.module_el8.3.0+441+3b561464.noarch                   
  python38-pytz-2019.3-3.module_el8.3.0+441+3b561464.noarch                     
  python38-pyyaml-5.3.1-1.module_el8.3.0+441+3b561464.x86_64                    
  python38-requests-2.22.0-9.module_el8.3.0+441+3b561464.noarch                 
  python38-six-1.12.0-9.module_el8.3.0+441+3b561464.noarch                      
  python38-urllib3-1.25.7-4.module_el8.3.0+441+3b561464.noarch                  
  qemu-img-15:4.2.0-34.module_el8.3.0+755+88436ea4.5.x86_64                     
  subversion-1.10.2-4.module_el8.3.0+703+ba2f61b7.x86_64                        
  subversion-libs-1.10.2-4.module_el8.3.0+703+ba2f61b7.x86_64                   
  utf8proc-2.1.1-5.module_el8.3.0+703+ba2f61b7.x86_64                           
  xz-devel-5.2.4-3.el8.x86_64                                                   
  zlib-devel-1.2.11-16.2.el8_3.x86_64                                           

Complete!
+ python3 -m venv /tmp/venv --system-site-packages --without-pip
+ source /tmp/venv/bin/activate
++ deactivate nondestructive
++ '[' -n '' ']'
++ '[' -n '' ']'
++ '[' -n /bin/bash -o -n '' ']'
++ hash -r
++ '[' -n '' ']'
++ unset VIRTUAL_ENV
++ '[' '!' nondestructive = nondestructive ']'
++ VIRTUAL_ENV=/tmp/venv
++ export VIRTUAL_ENV
++ _OLD_VIRTUAL_PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ PATH=/tmp/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ export PATH
++ '[' -n '' ']'
++ '[' -z '' ']'
++ _OLD_VIRTUAL_PS1=
++ '[' 'x(venv) ' '!=' x ']'
++ PS1='(venv) '
++ export PS1
++ '[' -n /bin/bash -o -n '' ']'
++ hash -r
+ '[' -f /tmp/src/upper-constraints.txt ']'
+ [[ -n '' ]]
+ install_wheels
+ '[' -f /tmp/src/build-requirements.txt ']'
+ '[' -f setup.py ']'
+ '[' -f /tmp/src/requirements.txt ']'
+ '[' '!' -f /output/requirements.txt ']'
+ pip3 install --cache-dir=/output/wheels -r /tmp/src/requirements.txt
Collecting git+https://github.com/vmware/vsphere-automation-sdk-python.git (from -r /tmp/src/requirements.txt (line 53))
  Cloning https://github.com/vmware/vsphere-automation-sdk-python.git to /tmp/pip-req-build-t9mmiwif
  Running command git clone -q https://github.com/vmware/vsphere-automation-sdk-python.git /tmp/pip-req-build-t9mmiwif
Collecting boto>=2.49.0
  Downloading boto-2.49.0-py2.py3-none-any.whl (1.4 MB)
Collecting botocore>=1.12.249
  Downloading botocore-1.20.69-py2.py3-none-any.whl (7.5 MB)
Collecting boto3>=1.9.249
  Downloading boto3-1.17.69-py2.py3-none-any.whl (131 kB)
Requirement already satisfied: pytz in /usr/lib/python3.8/site-packages (from -r /tmp/src/requirements.txt (line 4)) (2019.3)
Collecting python-dateutil>=2.7.0
  Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
Collecting awxkit
  Downloading awxkit-19.1.0-py3-none-any.whl (110 kB)
Collecting packaging
  Downloading packaging-20.9-py2.py3-none-any.whl (40 kB)
Requirement already satisfied: requests>=2.4.2 in /usr/lib/python3.8/site-packages (from -r /tmp/src/requirements.txt (line 8)) (2.22.0)
Collecting xmltodict
  Downloading xmltodict-0.12.0-py2.py3-none-any.whl (9.2 kB)
Collecting azure-cli-core==2.11.1
  Downloading azure_cli_core-2.11.1-py3-none-any.whl (150 kB)
Collecting azure-cli-nspkg==3.0.2
  Downloading azure_cli_nspkg-3.0.2-py2.py3-none-any.whl (3.0 kB)
Collecting azure-common==1.1.11
  Downloading azure_common-1.1.11-py2.py3-none-any.whl (9.7 kB)
Collecting azure-mgmt-authorization==0.51.1
  Downloading azure_mgmt_authorization-0.51.1-py2.py3-none-any.whl (111 kB)
Collecting azure-mgmt-batch==5.0.1
  Downloading azure_mgmt_batch-5.0.1-py2.py3-none-any.whl (87 kB)
Collecting azure-mgmt-cdn==3.0.0
  Downloading azure_mgmt_cdn-3.0.0-py2.py3-none-any.whl (108 kB)
Collecting azure-mgmt-compute==10.0.0
  Downloading azure_mgmt_compute-10.0.0-py2.py3-none-any.whl (1.4 MB)
Collecting azure-mgmt-containerinstance==1.4.0
  Downloading azure_mgmt_containerinstance-1.4.0-py2.py3-none-any.whl (87 kB)
Collecting azure-mgmt-containerregistry==2.0.0
  Downloading azure_mgmt_containerregistry-2.0.0-py2.py3-none-any.whl (274 kB)
Collecting azure-mgmt-containerservice==9.1.0
  Downloading azure_mgmt_containerservice-9.1.0-py2.py3-none-any.whl (545 kB)
Collecting azure-mgmt-datalake-store==0.5.0
  Downloading azure_mgmt_datalake_store-0.5.0-py2.py3-none-any.whl (88 kB)
Collecting azure-mgmt-dns==2.1.0
  Downloading azure_mgmt_dns-2.1.0-py2.py3-none-any.whl (134 kB)
Collecting azure-mgmt-keyvault==1.1.0
  Downloading azure_mgmt_keyvault-1.1.0-py2.py3-none-any.whl (111 kB)
Collecting azure-mgmt-marketplaceordering==0.1.0
  Downloading azure_mgmt_marketplaceordering-0.1.0-py2.py3-none-any.whl (16 kB)
Collecting azure-mgmt-monitor==0.5.2
  Downloading azure_mgmt_monitor-0.5.2-py2.py3-none-any.whl (247 kB)
Collecting azure-mgmt-managedservices==1.0.0
  Downloading azure_mgmt_managedservices-1.0.0-py2.py3-none-any.whl (38 kB)
Collecting azure-mgmt-managementgroups==0.2.0
  Downloading azure_mgmt_managementgroups-0.2.0-py2.py3-none-any.whl (59 kB)
Collecting azure-mgmt-network==10.2.0
  Downloading azure_mgmt_network-10.2.0-py2.py3-none-any.whl (8.6 MB)
Collecting azure-mgmt-nspkg==2.0.0
  Downloading azure_mgmt_nspkg-2.0.0-py2.py3-none-any.whl (2.8 kB)
Collecting azure-mgmt-privatedns==0.1.0
  Downloading azure_mgmt_privatedns-0.1.0-py2.py3-none-any.whl (44 kB)
Collecting azure-mgmt-redis==5.0.0
  Downloading azure_mgmt_redis-5.0.0-py2.py3-none-any.whl (43 kB)
Collecting azure-mgmt-resource==10.2.0
  Downloading azure_mgmt_resource-10.2.0-py2.py3-none-any.whl (968 kB)
Collecting azure-mgmt-rdbms==1.9.0
  Downloading azure_mgmt_rdbms-1.9.0-py2.py3-none-any.whl (259 kB)
Collecting azure-mgmt-servicebus==0.5.3
  Downloading azure_mgmt_servicebus-0.5.3-py2.py3-none-any.whl (112 kB)
Collecting azure-mgmt-sql==0.10.0
  Downloading azure_mgmt_sql-0.10.0-py2.py3-none-any.whl (541 kB)
Collecting azure-mgmt-storage==11.1.0
  Downloading azure_mgmt_storage-11.1.0-py2.py3-none-any.whl (547 kB)
Collecting azure-mgmt-trafficmanager==0.50.0
  Downloading azure_mgmt_trafficmanager-0.50.0-py2.py3-none-any.whl (52 kB)
Collecting azure-mgmt-web==0.41.0
  Downloading azure_mgmt_web-0.41.0-py2.py3-none-any.whl (645 kB)
Collecting azure-nspkg==2.0.0
  Downloading azure_nspkg-2.0.0-py2.py3-none-any.whl (2.6 kB)
Collecting azure-storage==0.35.1
  Downloading azure_storage-0.35.1-py2.py3-none-any.whl (190 kB)
Collecting msrest==0.6.10
  Downloading msrest-0.6.10-py2.py3-none-any.whl (82 kB)
Collecting msrestazure==0.6.4
  Downloading msrestazure-0.6.4-py2.py3-none-any.whl (40 kB)
Collecting azure-keyvault==1.0.0a1
  Downloading azure_keyvault-1.0.0a1-py2.py3-none-any.whl (109 kB)
Collecting azure-graphrbac==0.61.1
  Downloading azure_graphrbac-0.61.1-py2.py3-none-any.whl (141 kB)
Collecting azure-mgmt-cosmosdb==0.5.2
  Downloading azure_mgmt_cosmosdb-0.5.2-py2.py3-none-any.whl (101 kB)
Collecting azure-mgmt-hdinsight==0.1.0
  Downloading azure_mgmt_hdinsight-0.1.0-py2.py3-none-any.whl (117 kB)
Collecting azure-mgmt-devtestlabs==3.0.0
  Downloading azure_mgmt_devtestlabs-3.0.0-py2.py3-none-any.whl (381 kB)
Collecting azure-mgmt-loganalytics==1.0.0
  Downloading azure_mgmt_loganalytics-1.0.0-py2.py3-none-any.whl (79 kB)
Collecting azure-mgmt-automation==0.1.1
  Downloading azure_mgmt_automation-0.1.1-py2.py3-none-any.whl (380 kB)
Collecting azure-mgmt-iothub==0.7.0
  Downloading azure_mgmt_iothub-0.7.0-py2.py3-none-any.whl (131 kB)
Collecting azure-mgmt-recoveryservices==0.4.0
  Downloading azure_mgmt_recoveryservices-0.4.0-py2.py3-none-any.whl (77 kB)
Collecting azure-mgmt-recoveryservicesbackup==0.6.0
  Downloading azure_mgmt_recoveryservicesbackup-0.6.0-py2.py3-none-any.whl (194 kB)
Collecting pyvmomi
  Downloading pyvmomi-7.0.2.tar.gz (589 kB)
Collecting google-auth
  Downloading google_auth-1.30.0-py2.py3-none-any.whl (146 kB)
Collecting openshift>=0.6.2
  Downloading openshift-0.12.0.tar.gz (20 kB)
Collecting requests-oauthlib
  Downloading requests_oauthlib-1.3.0-py2.py3-none-any.whl (23 kB)
Collecting openstacksdk>=0.13
  Downloading openstacksdk-0.56.0-py3-none-any.whl (1.4 MB)
Collecting ovirt-engine-sdk-python>=4.4.10
  Downloading ovirt-engine-sdk-python-4.4.12.tar.gz (334 kB)
Collecting pysnow
  Downloading pysnow-0.7.17-py2.py3-none-any.whl (27 kB)
Collecting netaddr
  Downloading netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)
Collecting ipaddress
  Downloading ipaddress-1.0.23-py2.py3-none-any.whl (18 kB)
Processing //tmp/pip-req-build-t9mmiwif/lib/vapi-runtime/vapi_runtime-2.25.0-py2.py3-none-any.whl
Processing //tmp/pip-req-build-t9mmiwif/lib/vapi-client-bindings/vapi_client_bindings-3.6.0-py2.py3-none-any.whl
Processing //tmp/pip-req-build-t9mmiwif/lib/vapi-common-client/vapi_common_client-2.25.0-py2.py3-none-any.whl
Processing //tmp/pip-req-build-t9mmiwif/lib/vmc-client-bindings/vmc_client_bindings-1.40.0-py2.py3-none-any.whl
Processing //tmp/pip-req-build-t9mmiwif/lib/nsx-python-sdk/nsx_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl
Processing //tmp/pip-req-build-t9mmiwif/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl
Processing //tmp/pip-req-build-t9mmiwif/lib/nsx-vmc-policy-python-sdk/nsx_vmc_policy_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl
Processing //tmp/pip-req-build-t9mmiwif/lib/nsx-vmc-aws-integration-python-sdk/nsx_vmc_aws_integration_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl
Processing //tmp/pip-req-build-t9mmiwif/lib/vmc-draas-client-bindings/vmc_draas_client_bindings-1.17.0-py2.py3-none-any.whl
Collecting lxml>=4.3.0
  Downloading lxml-4.6.3-cp38-cp38-manylinux2014_x86_64.whl (6.8 MB)
Collecting suds-jurko
  Downloading suds-jurko-0.6.zip (255 kB)
Requirement already satisfied: setuptools in /usr/lib/python3.8/site-packages (from vapi-client-bindings@ file://localhost//tmp/pip-req-build-t9mmiwif/lib/vapi-client-bindings/vapi_client_bindings-3.6.0-py2.py3-none-any.whl->vSphere-Automation-SDK==1.56.0->-r /tmp/src/requirements.txt (line 53)) (41.6.0)
Requirement already satisfied: six>=1.12 in /usr/lib/python3.8/site-packages (from vapi-runtime@ file://localhost//tmp/pip-req-build-t9mmiwif/lib/vapi-runtime/vapi_runtime-2.25.0-py2.py3-none-any.whl->vSphere-Automation-SDK==1.56.0->-r /tmp/src/requirements.txt (line 53)) (1.12.0)
Collecting pyOpenSSL>=18.0.0
  Downloading pyOpenSSL-20.0.1-py2.py3-none-any.whl (54 kB)
Collecting argcomplete~=1.8
  Downloading argcomplete-1.12.3-py2.py3-none-any.whl (38 kB)
Collecting jmespath
  Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB)
Collecting humanfriendly<9.0,>=4.7
  Downloading humanfriendly-8.2-py2.py3-none-any.whl (86 kB)
Collecting msal~=1.0.0
  Downloading msal-1.0.0-py2.py3-none-any.whl (43 kB)
Collecting PyJWT
  Downloading PyJWT-2.1.0-py3-none-any.whl (16 kB)
Collecting azure-cli-telemetry
  Downloading azure_cli_telemetry-1.0.6-py3-none-any.whl (10 kB)
Collecting msal-extensions~=0.1.3
  Downloading msal_extensions-0.1.3-py2.py3-none-any.whl (9.0 kB)
Collecting pkginfo>=1.5.0.1
  Downloading pkginfo-1.7.0-py2.py3-none-any.whl (25 kB)
Collecting adal~=1.2.3
  Downloading adal-1.2.7-py2.py3-none-any.whl (55 kB)
Collecting paramiko<3.0.0,>=2.0.8
  Downloading paramiko-2.7.2-py2.py3-none-any.whl (206 kB)
Collecting knack==0.7.2
  Downloading knack-0.7.2-py3-none-any.whl (58 kB)
Collecting azure-mgmt-core==1.2.0
  Downloading azure_mgmt_core-1.2.0-py2.py3-none-any.whl (21 kB)
Collecting colorama~=0.4.1
  Downloading colorama-0.4.4-py2.py3-none-any.whl (16 kB)
Collecting azure-mgmt-datalake-nspkg>=2.0.0
  Downloading azure_mgmt_datalake_nspkg-3.0.1-py3-none-any.whl (1.7 kB)
Collecting cryptography
  Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB)
Collecting isodate>=0.6.0
  Downloading isodate-0.6.0-py2.py3-none-any.whl (45 kB)
Collecting certifi>=2017.4.17
  Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
Collecting azure-core<2.0.0,>=1.7.0.dev
  Downloading azure_core-1.14.0b1-py2.py3-none-any.whl (135 kB)
Collecting tabulate
  Downloading tabulate-0.8.9-py3-none-any.whl (25 kB)
Collecting pygments
  Downloading Pygments-2.9.0-py3-none-any.whl (1.0 MB)
Requirement already satisfied: pyyaml in /usr/lib64/python3.8/site-packages (from knack==0.7.2->azure-cli-core==2.11.1->-r /tmp/src/requirements.txt (line 10)) (5.3.1)
Requirement already satisfied: urllib3<1.27,>=1.25.4 in /usr/lib/python3.8/site-packages (from botocore>=1.12.249->-r /tmp/src/requirements.txt (line 2)) (1.25.7)
Collecting s3transfer<0.5.0,>=0.4.0
  Downloading s3transfer-0.4.2-py2.py3-none-any.whl (79 kB)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests>=2.4.2->-r /tmp/src/requirements.txt (line 8)) (3.0.4)
Requirement already satisfied: idna<2.9,>=2.5 in /usr/lib/python3.8/site-packages (from requests>=2.4.2->-r /tmp/src/requirements.txt (line 8)) (2.8)
Collecting jinja2
  Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB)
Collecting kubernetes~=12.0
  Downloading kubernetes-12.0.1-py2.py3-none-any.whl (1.7 MB)
Collecting python-string-utils
  Downloading python_string_utils-1.0.0-py3-none-any.whl (26 kB)
Collecting ruamel.yaml
  Downloading ruamel.yaml-0.17.4-py3-none-any.whl (101 kB)
Collecting oauthlib>=3.0.0
  Downloading oauthlib-3.1.0-py2.py3-none-any.whl (147 kB)
Collecting munch>=2.1.0
  Downloading munch-2.5.0-py2.py3-none-any.whl (10 kB)
Collecting netifaces>=0.10.4
  Downloading netifaces-0.10.9.tar.gz (28 kB)
Collecting appdirs>=1.3.0
  Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Collecting decorator>=4.4.1
  Downloading decorator-5.0.7-py3-none-any.whl (8.8 kB)
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/site-packages (from openstacksdk>=0.13->-r /tmp/src/requirements.txt (line 57)) (5.6.0)
Collecting iso8601>=0.1.11
  Downloading iso8601-0.1.14-py2.py3-none-any.whl (9.5 kB)
Collecting requestsexceptions>=1.2.0
  Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB)
Collecting jsonpatch!=1.20,>=1.16
  Downloading jsonpatch-1.32-py2.py3-none-any.whl (12 kB)
Collecting os-service-types>=1.7.0
  Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB)
Collecting keystoneauth1>=3.18.0
  Downloading keystoneauth1-4.3.1-py3-none-any.whl (314 kB)
Collecting dogpile.cache>=0.6.5
  Downloading dogpile.cache-1.1.2-py3-none-any.whl (49 kB)
Collecting pycurl>=7.19.0
  Downloading pycurl-7.43.0.6.tar.gz (222 kB)
Collecting azure-mgmt-datalake-nspkg>=2.0.0
  Downloading azure_mgmt_datalake_nspkg-2.0.0-py2.py3-none-any.whl (3.0 kB)
Collecting cffi>=1.12
  Downloading cffi-1.14.5-cp38-cp38-manylinux1_x86_64.whl (411 kB)
Collecting pycparser
  Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB)
Collecting stevedore>=3.0.0
  Downloading stevedore-3.3.0-py3-none-any.whl (49 kB)
Collecting jsonpointer>=1.9
  Downloading jsonpointer-2.1-py2.py3-none-any.whl (7.4 kB)
Collecting websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0
  Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB)
Collecting cachetools<5.0,>=2.0.0
  Downloading cachetools-4.2.2-py3-none-any.whl (11 kB)
Collecting rsa<5,>=3.1.4
  Downloading rsa-4.7.2-py3-none-any.whl (34 kB)
Collecting pyasn1-modules>=0.2.1
  Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting PyJWT[crypto]<2,>=1.0.0
  Downloading PyJWT-1.7.1-py2.py3-none-any.whl (18 kB)
Collecting portalocker~=1.0
  Downloading portalocker-1.7.1-py2.py3-none-any.whl (10 kB)
Collecting bcrypt>=3.1.3
  Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
Collecting pynacl>=1.0.1
  Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
Collecting pyasn1<0.5.0,>=0.4.6
  Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting pyparsing>=2.0.2
  Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
Collecting ijson<3.0.0,>=2.5.1
  Downloading ijson-2.6.1.tar.gz (29 kB)
Collecting six>=1.12
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting python-magic<0.5.0,>=0.4.15
  Downloading python_magic-0.4.22-py2.py3-none-any.whl (12 kB)
Collecting applicationinsights<0.12,>=0.11.1
  Downloading applicationinsights-0.11.10-py2.py3-none-any.whl (55 kB)
Collecting MarkupSafe>=0.23
  Downloading MarkupSafe-1.1.1-cp38-cp38-manylinux2010_x86_64.whl (32 kB)
Collecting ruamel.yaml.clib>=0.1.2
  Downloading ruamel.yaml.clib-0.2.2-cp38-cp38-manylinux1_x86_64.whl (578 kB)
Building wheels for collected packages: vSphere-Automation-SDK, pyvmomi, openshift, ovirt-engine-sdk-python, netifaces, pycurl, ijson, suds-jurko
  Building wheel for vSphere-Automation-SDK (setup.py): started
  Building wheel for vSphere-Automation-SDK (setup.py): finished with status 'done'
  Created wheel for vSphere-Automation-SDK: filename=vSphere_Automation_SDK-1.56.0-py3-none-any.whl size=2365 sha256=0502948572548e73196f58234f800e4f08ac9f05ebac627bc1e25b8f3f39c53f
  Stored in directory: /tmp/pip-ephem-wheel-cache-3x794bq1/wheels/a2/d2/a8/7c525d0137a50ea3f7ec6a52b98ee16f2d85021f02731efcb4
  Building wheel for pyvmomi (setup.py): started
  Building wheel for pyvmomi (setup.py): finished with status 'done'
  Created wheel for pyvmomi: filename=pyvmomi-7.0.2-py2.py3-none-any.whl size=256260 sha256=b78c406deca72f775067860a4755a4e207aa7f591d6f33113614130382319422
  Stored in directory: /output/wheels/wheels/86/f2/dc/e0ccdcc05845ac61ca6ddcaa77d704606d87c85b10a05ee2b4
  Building wheel for openshift (setup.py): started
  Building wheel for openshift (setup.py): finished with status 'done'
  Created wheel for openshift: filename=openshift-0.12.0-py3-none-any.whl size=19931 sha256=673625412a73e8dce25f396cd97d0b3b0d16b17f6e8e88fbe0614e1583dbc972
  Stored in directory: /output/wheels/wheels/c2/be/bd/6894a918e9b72253ab039adee7b03cbe62be59ebef13a9920d
  Building wheel for ovirt-engine-sdk-python (setup.py): started
  Building wheel for ovirt-engine-sdk-python (setup.py): finished with status 'done'
  Created wheel for ovirt-engine-sdk-python: filename=ovirt_engine_sdk_python-4.4.12-cp38-cp38-linux_x86_64.whl size=314096 sha256=9e7a23d37701464959b6673dcdf8bc2ccbfaf249ae87532f9d7a147daf17d023
  Stored in directory: /output/wheels/wheels/7d/38/f0/37e613ba493b0846ce0186fac12d5a53c6037c6391d1ecdf5e
  Building wheel for netifaces (setup.py): started
  Building wheel for netifaces (setup.py): finished with status 'done'
  Created wheel for netifaces: filename=netifaces-0.10.9-cp38-cp38-linux_x86_64.whl size=41958 sha256=c176f5b64d7a47e1316f606bf33654a9f3f6c5e976390ba96c68f56e267994b2
  Stored in directory: /output/wheels/wheels/9b/51/d5/d4682860392414da28ba3c5ffac0243983399b868a9cced6df
  Building wheel for pycurl (setup.py): started
  Building wheel for pycurl (setup.py): finished with status 'done'
  Created wheel for pycurl: filename=pycurl-7.43.0.6-cp38-cp38-linux_x86_64.whl size=317373 sha256=22cf0bcc51cadaf80bd2038dff6440444ce9896f09a41d7d8b01e700c4c3acba
  Stored in directory: /output/wheels/wheels/1b/e6/cf/ba3ddb96c8c7caa492f5cea6506e312fd486cbfdfd52f296db
  Building wheel for ijson (setup.py): started
  Building wheel for ijson (setup.py): finished with status 'done'
  Created wheel for ijson: filename=ijson-2.6.1-py3-none-any.whl size=17424 sha256=004a324cd560e38a089778e944cbd6149c4c37ca22f5fe736977b098dbbae523
  Stored in directory: /output/wheels/wheels/de/be/3e/70e2d2ee390dd0d7f048394e078f63d4898a5b57fb1764e557
  Building wheel for suds-jurko (setup.py): started
  Building wheel for suds-jurko (setup.py): finished with status 'done'
  Created wheel for suds-jurko: filename=suds_jurko-0.6-py3-none-any.whl size=455255 sha256=c2f019d83682ac84d13266b18dad13e3747b9a9349c97aa3e6e6d118af036bda
  Stored in directory: /output/wheels/wheels/06/07/2d/4a215688e287337aaf7b013535684aa25de98e7b589cfc5187
Successfully built vSphere-Automation-SDK pyvmomi openshift ovirt-engine-sdk-python netifaces pycurl ijson suds-jurko
Installing collected packages: pycparser, cffi, six, oauthlib, cryptography, requests-oauthlib, python-dateutil, pyOpenSSL, PyJWT, pyasn1, isodate, certifi, vapi-runtime, rsa, pyasn1-modules, msrest, jmespath, cachetools, azure-nspkg, adal, websocket-client, vapi-common-client, tabulate, stevedore, ruamel.yaml.clib, pynacl, pygments, portalocker, os-service-types, msrestazure, msal, MarkupSafe, jsonpointer, iso8601, google-auth, decorator, colorama, botocore, bcrypt, azure-mgmt-nspkg, azure-core, azure-common, argcomplete, applicationinsights, vmc-draas-client-bindings, vmc-client-bindings, vapi-client-bindings, suds-jurko, s3transfer, ruamel.yaml, requestsexceptions, pyvmomi, python-string-utils, python-magic, pyparsing, pycurl, pkginfo, paramiko, nsx-vmc-policy-python-sdk, nsx-vmc-aws-integration-python-sdk, nsx-python-sdk, nsx-policy-python-sdk, netifaces, munch, msal-extensions, lxml, kubernetes, knack, keystoneauth1, jsonpatch, jinja2, ijson, humanfriendly, dogpile.cache, azure-mgmt-resource, azure-mgmt-datalake-nspkg, azure-mgmt-core, azure-cli-telemetry, appdirs, xmltodict, vSphere-Automation-SDK, pysnow, packaging, ovirt-engine-sdk-python, openstacksdk, openshift, netaddr, ipaddress, boto3, boto, azure-storage, azure-mgmt-web, azure-mgmt-trafficmanager, azure-mgmt-storage, azure-mgmt-sql, azure-mgmt-servicebus, azure-mgmt-redis, azure-mgmt-recoveryservicesbackup, azure-mgmt-recoveryservices, azure-mgmt-rdbms, azure-mgmt-privatedns, azure-mgmt-network, azure-mgmt-monitor, azure-mgmt-marketplaceordering, azure-mgmt-managementgroups, azure-mgmt-managedservices, azure-mgmt-loganalytics, azure-mgmt-keyvault, azure-mgmt-iothub, azure-mgmt-hdinsight, azure-mgmt-dns, azure-mgmt-devtestlabs, azure-mgmt-datalake-store, azure-mgmt-cosmosdb, azure-mgmt-containerservice, azure-mgmt-containerregistry, azure-mgmt-containerinstance, azure-mgmt-compute, azure-mgmt-cdn, azure-mgmt-batch, azure-mgmt-automation, azure-mgmt-authorization, azure-keyvault, azure-graphrbac, azure-cli-nspkg, azure-cli-core, awxkit
  Attempting uninstall: six
    Found existing installation: six 1.12.0
    Uninstalling six-1.12.0:
      Successfully uninstalled six-1.12.0
Successfully installed MarkupSafe-1.1.1 PyJWT-1.7.1 adal-1.2.7 appdirs-1.4.4 applicationinsights-0.11.10 argcomplete-1.12.3 awxkit-19.1.0 azure-cli-core-2.11.1 azure-cli-nspkg-3.0.2 azure-cli-telemetry-1.0.6 azure-common-1.1.11 azure-core-1.14.0b1 azure-graphrbac-0.61.1 azure-keyvault-1.0.0a1 azure-mgmt-authorization-0.51.1 azure-mgmt-automation-0.1.1 azure-mgmt-batch-5.0.1 azure-mgmt-cdn-3.0.0 azure-mgmt-compute-10.0.0 azure-mgmt-containerinstance-1.4.0 azure-mgmt-containerregistry-2.0.0 azure-mgmt-containerservice-9.1.0 azure-mgmt-core-1.2.0 azure-mgmt-cosmosdb-0.5.2 azure-mgmt-datalake-nspkg-2.0.0 azure-mgmt-datalake-store-0.5.0 azure-mgmt-devtestlabs-3.0.0 azure-mgmt-dns-2.1.0 azure-mgmt-hdinsight-0.1.0 azure-mgmt-iothub-0.7.0 azure-mgmt-keyvault-1.1.0 azure-mgmt-loganalytics-1.0.0 azure-mgmt-managedservices-1.0.0 azure-mgmt-managementgroups-0.2.0 azure-mgmt-marketplaceordering-0.1.0 azure-mgmt-monitor-0.5.2 azure-mgmt-network-10.2.0 azure-mgmt-nspkg-2.0.0 azure-mgmt-privatedns-0.1.0 azure-mgmt-rdbms-1.9.0 azure-mgmt-recoveryservices-0.4.0 azure-mgmt-recoveryservicesbackup-0.6.0 azure-mgmt-redis-5.0.0 azure-mgmt-resource-10.2.0 azure-mgmt-servicebus-0.5.3 azure-mgmt-sql-0.10.0 azure-mgmt-storage-11.1.0 azure-mgmt-trafficmanager-0.50.0 azure-mgmt-web-0.41.0 azure-nspkg-2.0.0 azure-storage-0.35.1 bcrypt-3.2.0 boto-2.49.0 boto3-1.17.69 botocore-1.20.69 cachetools-4.2.2 certifi-2020.12.5 cffi-1.14.5 colorama-0.4.4 cryptography-3.4.7 decorator-5.0.7 dogpile.cache-1.1.2 google-auth-1.30.0 humanfriendly-8.2 ijson-2.6.1 ipaddress-1.0.23 iso8601-0.1.14 isodate-0.6.0 jinja2-2.11.3 jmespath-0.10.0 jsonpatch-1.32 jsonpointer-2.1 keystoneauth1-4.3.1 knack-0.7.2 kubernetes-12.0.1 lxml-4.6.3 msal-1.0.0 msal-extensions-0.1.3 msrest-0.6.10 msrestazure-0.6.4 munch-2.5.0 netaddr-0.8.0 netifaces-0.10.9 nsx-policy-python-sdk-3.0.3.0.0.17723277 nsx-python-sdk-3.0.3.0.0.17723277 nsx-vmc-aws-integration-python-sdk-3.0.3.0.0.17723277 nsx-vmc-policy-python-sdk-3.0.3.0.0.17723277 oauthlib-3.1.0 openshift-0.12.0 openstacksdk-0.56.0 os-service-types-1.7.0 ovirt-engine-sdk-python-4.4.12 packaging-20.9 paramiko-2.7.2 pkginfo-1.7.0 portalocker-1.7.1 pyOpenSSL-20.0.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.20 pycurl-7.43.0.6 pygments-2.9.0 pynacl-1.4.0 pyparsing-2.4.7 pysnow-0.7.17 python-dateutil-2.8.1 python-magic-0.4.22 python-string-utils-1.0.0 pyvmomi-7.0.2 requests-oauthlib-1.3.0 requestsexceptions-1.4.0 rsa-4.7.2 ruamel.yaml-0.17.4 ruamel.yaml.clib-0.2.2 s3transfer-0.4.2 six-1.16.0 stevedore-3.3.0 suds-jurko-0.6 tabulate-0.8.9 vSphere-Automation-SDK-1.56.0 vapi-client-bindings-3.6.0 vapi-common-client-2.25.0 vapi-runtime-2.25.0 vmc-client-bindings-1.40.0 vmc-draas-client-bindings-1.17.0 websocket-client-0.59.0 xmltodict-0.12.0
WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv
+ cp /tmp/src/requirements.txt /output/requirements.txt
++ ls -1 '/output/wheels/*whl'
++ wc -l
+ '[' 0 -gt 0 ']'
++ get-extras-packages
+ dnf clean all
38 files removed
+ rm -rf /var/cache/dnf
+ rm -rf /tmp/venv
Removing intermediate container cc4fdce573d9
 ---> 15c13d9a24b4
Step 14/25 : FROM $ANSIBLE_RUNNER_IMAGE
 ---> a1c2868a4cb8
Step 15/25 : USER root
 ---> Using cache
 ---> 9acd7789743c
Step 16/25 : COPY --from=galaxy /usr/share/ansible /usr/share/ansible
 ---> 63c21ef67f44
Step 17/25 : COPY --from=builder /output/ /output/
 ---> 1ad9094b862a
Step 18/25 : RUN /output/install-from-bindep && rm -rf /output/wheels
 ---> Running in 4cd3400972b5
+ dnf update -y
CentOS Linux 8 - AppStream                      7.2 MB/s | 6.3 MB     00:00    
CentOS Linux 8 - BaseOS                         8.5 MB/s | 2.3 MB     00:00    
CentOS Linux 8 - Extras                          47 kB/s | 9.6 kB     00:00    
CentOS Linux 8 - PowerTools                     2.6 MB/s | 2.0 MB     00:00    
Extra Packages for Enterprise Linux Modular 8 - 3.3 MB/s | 559 kB     00:00    
Dependencies resolved.
Nothing to do.
Complete!
+ '[' -f /output/bindep/run.txt ']'
++ cat /output/bindep/run.txt
+ PACKAGES='git-lfs
python3-jmespath
python3-netaddr
python3-pycurl
python38-pytz
python38-pyyaml
python38-requests
qemu-img
subversion'
+ '[' '!' -z 'git-lfs
python3-jmespath
python3-netaddr
python3-pycurl
python38-pytz
python38-pyyaml
python38-requests
qemu-img
subversion' ']'
+ dnf install -y git-lfs python3-jmespath python3-netaddr python3-pycurl python38-pytz python38-pyyaml python38-requests qemu-img subversion
Last metadata expiration check: 0:00:01 ago on Sun May  9 23:55:44 2021.
Package python38-pytz-2019.3-3.module_el8.3.0+441+3b561464.noarch is already installed.
Package python38-pyyaml-5.3.1-1.module_el8.3.0+441+3b561464.x86_64 is already installed.
Package python38-requests-2.22.0-9.module_el8.3.0+441+3b561464.noarch is already installed.
Dependencies resolved.
======================================================================================
 Package            Arch    Version                                   Repo        Size
======================================================================================
Installing:
 git-lfs            x86_64  2.11.0-2.el8                              appstream  4.4 M
 python3-jmespath   noarch  0.9.0-11.el8                              appstream   45 k
 python3-netaddr    noarch  0.7.19-8.el8                              appstream  1.5 M
 python3-pycurl     x86_64  7.43.0.2-4.el8                            appstream  227 k
 qemu-img           x86_64  15:4.2.0-34.module_el8.3.0+755+88436ea4.5 appstream  1.0 M
 subversion         x86_64  1.10.2-4.module_el8.3.0+703+ba2f61b7      appstream  1.1 M
Installing dependencies:
 apr                x86_64  1.6.3-11.el8                              appstream  125 k
 apr-util           x86_64  1.6.1-6.el8                               appstream  105 k
 libaio             x86_64  0.3.112-1.el8                             baseos      33 k
 libserf            x86_64  1.3.9-9.module_el8.3.0+703+ba2f61b7       appstream   60 k
 subversion-libs    x86_64  1.10.2-4.module_el8.3.0+703+ba2f61b7      appstream  1.5 M
 utf8proc           x86_64  2.1.1-5.module_el8.3.0+703+ba2f61b7       appstream   67 k
Installing weak dependencies:
 apr-util-bdb       x86_64  1.6.1-6.el8                               appstream   25 k
 apr-util-openssl   x86_64  1.6.1-6.el8                               appstream   27 k
Enabling module streams:
 subversion                 1.10                                                      
 virt                       rhel                                                      

Transaction Summary
======================================================================================
Install  14 Packages

Total download size: 10 M
Installed size: 41 M
Downloading Packages:
(1/14): apr-util-bdb-1.6.1-6.el8.x86_64.rpm     1.5 MB/s |  25 kB     00:00    
(2/14): apr-util-openssl-1.6.1-6.el8.x86_64.rpm 2.9 MB/s |  27 kB     00:00    
(3/14): apr-1.6.3-11.el8.x86_64.rpm             4.2 MB/s | 125 kB     00:00    
(4/14): apr-util-1.6.1-6.el8.x86_64.rpm         3.4 MB/s | 105 kB     00:00    
(5/14): libserf-1.3.9-9.module_el8.3.0+703+ba2f 6.4 MB/s |  60 kB     00:00    
(6/14): python3-jmespath-0.9.0-11.el8.noarch.rp 4.1 MB/s |  45 kB     00:00    
(7/14): python3-pycurl-7.43.0.2-4.el8.x86_64.rp 7.9 MB/s | 227 kB     00:00    
(8/14): qemu-img-4.2.0-34.module_el8.3.0+755+88 9.2 MB/s | 1.0 MB     00:00    
(9/14): subversion-1.10.2-4.module_el8.3.0+703+  11 MB/s | 1.1 MB     00:00    
(10/14): subversion-libs-1.10.2-4.module_el8.3. 5.0 MB/s | 1.5 MB     00:00    
(11/14): utf8proc-2.1.1-5.module_el8.3.0+703+ba 4.2 MB/s |  67 kB     00:00    
(12/14): libaio-0.3.112-1.el8.x86_64.rpm        629 kB/s |  33 kB     00:00    
(13/14): python3-netaddr-0.7.19-8.el8.noarch.rp 2.0 MB/s | 1.5 MB     00:00    
(14/14): git-lfs-2.11.0-2.el8.x86_64.rpm        5.0 MB/s | 4.4 MB     00:00    
--------------------------------------------------------------------------------
Total                                           8.6 MB/s |  10 MB     00:01     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : apr-1.6.3-11.el8.x86_64                               1/14 
  Running scriptlet: apr-1.6.3-11.el8.x86_64                               1/14 
  Installing       : apr-util-bdb-1.6.1-6.el8.x86_64                       2/14 
  Installing       : apr-util-openssl-1.6.1-6.el8.x86_64                   3/14 
  Installing       : apr-util-1.6.1-6.el8.x86_64                           4/14 
  Running scriptlet: apr-util-1.6.1-6.el8.x86_64                           4/14 
  Installing       : libserf-1.3.9-9.module_el8.3.0+703+ba2f61b7.x86_64    5/14 
  Running scriptlet: libserf-1.3.9-9.module_el8.3.0+703+ba2f61b7.x86_64    5/14 
  Installing       : utf8proc-2.1.1-5.module_el8.3.0+703+ba2f61b7.x86_6    6/14 
  Running scriptlet: utf8proc-2.1.1-5.module_el8.3.0+703+ba2f61b7.x86_6    6/14 
  Installing       : subversion-libs-1.10.2-4.module_el8.3.0+703+ba2f61    7/14 
  Running scriptlet: subversion-libs-1.10.2-4.module_el8.3.0+703+ba2f61    7/14 
  Installing       : libaio-0.3.112-1.el8.x86_64                           8/14 
  Installing       : qemu-img-15:4.2.0-34.module_el8.3.0+755+88436ea4.5    9/14 
  Installing       : subversion-1.10.2-4.module_el8.3.0+703+ba2f61b7.x8   10/14 
  Running scriptlet: subversion-1.10.2-4.module_el8.3.0+703+ba2f61b7.x8   10/14 
  Installing       : python3-pycurl-7.43.0.2-4.el8.x86_64                 11/14 
  Installing       : python3-netaddr-0.7.19-8.el8.noarch                  12/14 
  Installing       : python3-jmespath-0.9.0-11.el8.noarch                 13/14 
  Installing       : git-lfs-2.11.0-2.el8.x86_64                          14/14 
  Running scriptlet: git-lfs-2.11.0-2.el8.x86_64                          14/14 
Git LFS initialized.

  Verifying        : apr-1.6.3-11.el8.x86_64                               1/14 
  Verifying        : apr-util-1.6.1-6.el8.x86_64                           2/14 
  Verifying        : apr-util-bdb-1.6.1-6.el8.x86_64                       3/14 
  Verifying        : apr-util-openssl-1.6.1-6.el8.x86_64                   4/14 
  Verifying        : git-lfs-2.11.0-2.el8.x86_64                           5/14 
  Verifying        : libserf-1.3.9-9.module_el8.3.0+703+ba2f61b7.x86_64    6/14 
  Verifying        : python3-jmespath-0.9.0-11.el8.noarch                  7/14 
  Verifying        : python3-netaddr-0.7.19-8.el8.noarch                   8/14 
  Verifying        : python3-pycurl-7.43.0.2-4.el8.x86_64                  9/14 
  Verifying        : qemu-img-15:4.2.0-34.module_el8.3.0+755+88436ea4.5   10/14 
  Verifying        : subversion-1.10.2-4.module_el8.3.0+703+ba2f61b7.x8   11/14 
  Verifying        : subversion-libs-1.10.2-4.module_el8.3.0+703+ba2f61   12/14 
  Verifying        : utf8proc-2.1.1-5.module_el8.3.0+703+ba2f61b7.x86_6   13/14 
  Verifying        : libaio-0.3.112-1.el8.x86_64                          14/14 

Installed:
  apr-1.6.3-11.el8.x86_64                                                       
  apr-util-1.6.1-6.el8.x86_64                                                   
  apr-util-bdb-1.6.1-6.el8.x86_64                                               
  apr-util-openssl-1.6.1-6.el8.x86_64                                           
  git-lfs-2.11.0-2.el8.x86_64                                                   
  libaio-0.3.112-1.el8.x86_64                                                   
  libserf-1.3.9-9.module_el8.3.0+703+ba2f61b7.x86_64                            
  python3-jmespath-0.9.0-11.el8.noarch                                          
  python3-netaddr-0.7.19-8.el8.noarch                                           
  python3-pycurl-7.43.0.2-4.el8.x86_64                                          
  qemu-img-15:4.2.0-34.module_el8.3.0+755+88436ea4.5.x86_64                     
  subversion-1.10.2-4.module_el8.3.0+703+ba2f61b7.x86_64                        
  subversion-libs-1.10.2-4.module_el8.3.0+703+ba2f61b7.x86_64                   
  utf8proc-2.1.1-5.module_el8.3.0+703+ba2f61b7.x86_64                           

Complete!
+ '[' -f /output/bindep/epel.txt ']'
++ cat /output/bindep/epel.txt
+ EPEL_PACKAGES=python3-passlib
+ '[' '!' -z python3-passlib ']'
+ dnf install -y --enablerepo epel python3-passlib
Extra Packages for Enterprise Linux 8 - x86_64   13 MB/s | 9.3 MB     00:00    
Last metadata expiration check: 0:00:02 ago on Sun May  9 23:55:49 2021.
Dependencies resolved.
================================================================================
 Package                 Architecture   Version              Repository    Size
================================================================================
Installing:
 python3-passlib         noarch         1.7.2-1.el8          epel         759 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 759 k
Installed size: 3.7 M
Downloading Packages:
python3-passlib-1.7.2-1.el8.noarch.rpm          2.6 MB/s | 759 kB     00:00    
--------------------------------------------------------------------------------
Total                                           1.9 MB/s | 759 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : python3-passlib-1.7.2-1.el8.noarch                     1/1 
  Running scriptlet: python3-passlib-1.7.2-1.el8.noarch                     1/1 
  Verifying        : python3-passlib-1.7.2-1.el8.noarch                     1/1 

Installed:
  python3-passlib-1.7.2-1.el8.noarch                                            

Complete!
+ '[' -f /output/upper-constraints.txt ']'
+ '[' -f /output/requirements.txt ']'
+ pip3 install --cache-dir=/output/wheels -r /output/requirements.txt
xCollecting git+https://github.com/vmware/vsphere-automation-sdk-python.git (from -r /output/requirements.txt (line 53))
  Cloning https://github.com/vmware/vsphere-automation-sdk-python.git to /tmp/pip-req-build-wndp_s6h
  Running command git clone -q https://github.com/vmware/vsphere-automation-sdk-python.git /tmp/pip-req-build-wndp_s6h
Collecting boto>=2.49.0
  Using cached boto-2.49.0-py2.py3-none-any.whl (1.4 MB)
Collecting botocore>=1.12.249
  Using cached botocore-1.20.69-py2.py3-none-any.whl (7.5 MB)
Collecting boto3>=1.9.249
  Using cached boto3-1.17.69-py2.py3-none-any.whl (131 kB)
Requirement already satisfied: pytz in /usr/lib/python3.8/site-packages (from -r /output/requirements.txt (line 4)) (2019.3)
Collecting python-dateutil>=2.7.0
  Using cached python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
Collecting awxkit
  Using cached awxkit-19.1.0-py3-none-any.whl (110 kB)
Requirement already satisfied: packaging in /usr/local/lib/python3.8/site-packages (from -r /output/requirements.txt (line 7)) (20.9)
Requirement already satisfied: requests>=2.4.2 in /usr/lib/python3.8/site-packages (from -r /output/requirements.txt (line 8)) (2.22.0)
Requirement already satisfied: xmltodict in /usr/local/lib/python3.8/site-packages (from -r /output/requirements.txt (line 9)) (0.12.0)
Collecting azure-cli-core==2.11.1
  Using cached azure_cli_core-2.11.1-py3-none-any.whl (150 kB)
Collecting azure-cli-nspkg==3.0.2
  Using cached azure_cli_nspkg-3.0.2-py2.py3-none-any.whl (3.0 kB)
Collecting azure-common==1.1.11
  Using cached azure_common-1.1.11-py2.py3-none-any.whl (9.7 kB)
Collecting azure-mgmt-authorization==0.51.1
  Using cached azure_mgmt_authorization-0.51.1-py2.py3-none-any.whl (111 kB)
Collecting azure-mgmt-batch==5.0.1
  Using cached azure_mgmt_batch-5.0.1-py2.py3-none-any.whl (87 kB)
Collecting azure-mgmt-cdn==3.0.0
  Using cached azure_mgmt_cdn-3.0.0-py2.py3-none-any.whl (108 kB)
Collecting azure-mgmt-compute==10.0.0
  Using cached azure_mgmt_compute-10.0.0-py2.py3-none-any.whl (1.4 MB)
Collecting azure-mgmt-containerinstance==1.4.0
  Using cached azure_mgmt_containerinstance-1.4.0-py2.py3-none-any.whl (87 kB)
Collecting azure-mgmt-containerregistry==2.0.0
  Using cached azure_mgmt_containerregistry-2.0.0-py2.py3-none-any.whl (274 kB)
Collecting azure-mgmt-containerservice==9.1.0
  Using cached azure_mgmt_containerservice-9.1.0-py2.py3-none-any.whl (545 kB)
Collecting azure-mgmt-datalake-store==0.5.0
  Using cached azure_mgmt_datalake_store-0.5.0-py2.py3-none-any.whl (88 kB)
Collecting azure-mgmt-dns==2.1.0
  Using cached azure_mgmt_dns-2.1.0-py2.py3-none-any.whl (134 kB)
Collecting azure-mgmt-keyvault==1.1.0
  Using cached azure_mgmt_keyvault-1.1.0-py2.py3-none-any.whl (111 kB)
Collecting azure-mgmt-marketplaceordering==0.1.0
  Using cached azure_mgmt_marketplaceordering-0.1.0-py2.py3-none-any.whl (16 kB)
Collecting azure-mgmt-monitor==0.5.2
  Using cached azure_mgmt_monitor-0.5.2-py2.py3-none-any.whl (247 kB)
Collecting azure-mgmt-managedservices==1.0.0
  Using cached azure_mgmt_managedservices-1.0.0-py2.py3-none-any.whl (38 kB)
Collecting azure-mgmt-managementgroups==0.2.0
  Using cached azure_mgmt_managementgroups-0.2.0-py2.py3-none-any.whl (59 kB)
Collecting azure-mgmt-network==10.2.0
  Using cached azure_mgmt_network-10.2.0-py2.py3-none-any.whl (8.6 MB)
Collecting azure-mgmt-nspkg==2.0.0
  Using cached azure_mgmt_nspkg-2.0.0-py2.py3-none-any.whl (2.8 kB)
Collecting azure-mgmt-privatedns==0.1.0
  Using cached azure_mgmt_privatedns-0.1.0-py2.py3-none-any.whl (44 kB)
Collecting azure-mgmt-redis==5.0.0
  Using cached azure_mgmt_redis-5.0.0-py2.py3-none-any.whl (43 kB)
Collecting azure-mgmt-resource==10.2.0
  Using cached azure_mgmt_resource-10.2.0-py2.py3-none-any.whl (968 kB)
Collecting azure-mgmt-rdbms==1.9.0
  Using cached azure_mgmt_rdbms-1.9.0-py2.py3-none-any.whl (259 kB)
Collecting azure-mgmt-servicebus==0.5.3
  Using cached azure_mgmt_servicebus-0.5.3-py2.py3-none-any.whl (112 kB)
Collecting azure-mgmt-sql==0.10.0
  Using cached azure_mgmt_sql-0.10.0-py2.py3-none-any.whl (541 kB)
Collecting azure-mgmt-storage==11.1.0
  Using cached azure_mgmt_storage-11.1.0-py2.py3-none-any.whl (547 kB)
Collecting azure-mgmt-trafficmanager==0.50.0
  Using cached azure_mgmt_trafficmanager-0.50.0-py2.py3-none-any.whl (52 kB)
Collecting azure-mgmt-web==0.41.0
  Using cached azure_mgmt_web-0.41.0-py2.py3-none-any.whl (645 kB)
Collecting azure-nspkg==2.0.0
  Using cached azure_nspkg-2.0.0-py2.py3-none-any.whl (2.6 kB)
Collecting azure-storage==0.35.1
  Using cached azure_storage-0.35.1-py2.py3-none-any.whl (190 kB)
Collecting msrest==0.6.10
  Using cached msrest-0.6.10-py2.py3-none-any.whl (82 kB)
Collecting msrestazure==0.6.4
  Using cached msrestazure-0.6.4-py2.py3-none-any.whl (40 kB)
Collecting azure-keyvault==1.0.0a1
  Using cached azure_keyvault-1.0.0a1-py2.py3-none-any.whl (109 kB)
Collecting azure-graphrbac==0.61.1
  Using cached azure_graphrbac-0.61.1-py2.py3-none-any.whl (141 kB)
Collecting azure-mgmt-cosmosdb==0.5.2
  Using cached azure_mgmt_cosmosdb-0.5.2-py2.py3-none-any.whl (101 kB)
Collecting azure-mgmt-hdinsight==0.1.0
  Using cached azure_mgmt_hdinsight-0.1.0-py2.py3-none-any.whl (117 kB)
Collecting azure-mgmt-devtestlabs==3.0.0
  Using cached azure_mgmt_devtestlabs-3.0.0-py2.py3-none-any.whl (381 kB)
Collecting azure-mgmt-loganalytics==1.0.0
  Using cached azure_mgmt_loganalytics-1.0.0-py2.py3-none-any.whl (79 kB)
Collecting azure-mgmt-automation==0.1.1
  Using cached azure_mgmt_automation-0.1.1-py2.py3-none-any.whl (380 kB)
Collecting azure-mgmt-iothub==0.7.0
  Using cached azure_mgmt_iothub-0.7.0-py2.py3-none-any.whl (131 kB)
Collecting azure-mgmt-recoveryservices==0.4.0
  Using cached azure_mgmt_recoveryservices-0.4.0-py2.py3-none-any.whl (77 kB)
Collecting azure-mgmt-recoveryservicesbackup==0.6.0
  Using cached azure_mgmt_recoveryservicesbackup-0.6.0-py2.py3-none-any.whl (194 kB)
Collecting pyvmomi
  Using cached pyvmomi-7.0.2-py2.py3-none-any.whl
Collecting google-auth
  Using cached google_auth-1.30.0-py2.py3-none-any.whl (146 kB)
Collecting openshift>=0.6.2
  Using cached openshift-0.12.0-py3-none-any.whl
Collecting requests-oauthlib
  Using cached requests_oauthlib-1.3.0-py2.py3-none-any.whl (23 kB)
Collecting openstacksdk>=0.13
  Using cached openstacksdk-0.56.0-py3-none-any.whl (1.4 MB)
Collecting ovirt-engine-sdk-python>=4.4.10
  Using cached ovirt_engine_sdk_python-4.4.12-cp38-cp38-linux_x86_64.whl
Collecting pysnow
  Using cached pysnow-0.7.17-py2.py3-none-any.whl (27 kB)
Collecting netaddr
  Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)
Collecting ipaddress
  Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB)
Processing //tmp/pip-req-build-wndp_s6h/lib/vapi-runtime/vapi_runtime-2.25.0-py2.py3-none-any.whl
Processing //tmp/pip-req-build-wndp_s6h/lib/vapi-client-bindings/vapi_client_bindings-3.6.0-py2.py3-none-any.whl
Processing //tmp/pip-req-build-wndp_s6h/lib/vapi-common-client/vapi_common_client-2.25.0-py2.py3-none-any.whl
Processing //tmp/pip-req-build-wndp_s6h/lib/vmc-client-bindings/vmc_client_bindings-1.40.0-py2.py3-none-any.whl
Processing //tmp/pip-req-build-wndp_s6h/lib/nsx-python-sdk/nsx_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl
Processing //tmp/pip-req-build-wndp_s6h/lib/nsx-policy-python-sdk/nsx_policy_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl
Processing //tmp/pip-req-build-wndp_s6h/lib/nsx-vmc-policy-python-sdk/nsx_vmc_policy_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl
Processing //tmp/pip-req-build-wndp_s6h/lib/nsx-vmc-aws-integration-python-sdk/nsx_vmc_aws_integration_python_sdk-3.0.3.0.0.17723277-py2.py3-none-any.whl
Processing //tmp/pip-req-build-wndp_s6h/lib/vmc-draas-client-bindings/vmc_draas_client_bindings-1.17.0-py2.py3-none-any.whl
Requirement already satisfied: lxml>=4.3.0 in /usr/lib64/python3.8/site-packages (from vSphere-Automation-SDK==1.56.0->-r /output/requirements.txt (line 53)) (4.4.1)
Collecting suds-jurko
  Using cached suds_jurko-0.6-py3-none-any.whl
Requirement already satisfied: setuptools in /usr/lib/python3.8/site-packages (from vapi-client-bindings@ file://localhost//tmp/pip-req-build-wndp_s6h/lib/vapi-client-bindings/vapi_client_bindings-3.6.0-py2.py3-none-any.whl->vSphere-Automation-SDK==1.56.0->-r /output/requirements.txt (line 53)) (41.6.0)
Requirement already satisfied: six>=1.12 in /usr/lib/python3.8/site-packages (from vapi-runtime@ file://localhost//tmp/pip-req-build-wndp_s6h/lib/vapi-runtime/vapi_runtime-2.25.0-py2.py3-none-any.whl->vSphere-Automation-SDK==1.56.0->-r /output/requirements.txt (line 53)) (1.12.0)
Collecting pyOpenSSL>=18.0.0
  Using cached pyOpenSSL-20.0.1-py2.py3-none-any.whl (54 kB)
Collecting msal-extensions~=0.1.3
  Using cached msal_extensions-0.1.3-py2.py3-none-any.whl (9.0 kB)
Collecting humanfriendly<9.0,>=4.7
  Using cached humanfriendly-8.2-py2.py3-none-any.whl (86 kB)
Collecting msal~=1.0.0
  Using cached msal-1.0.0-py2.py3-none-any.whl (43 kB)
Requirement already satisfied: paramiko<3.0.0,>=2.0.8 in /usr/local/lib/python3.8/site-packages (from azure-cli-core==2.11.1->-r /output/requirements.txt (line 10)) (2.7.2)
Collecting pkginfo>=1.5.0.1
  Using cached pkginfo-1.7.0-py2.py3-none-any.whl (25 kB)
Collecting adal~=1.2.3
  Using cached adal-1.2.7-py2.py3-none-any.whl (55 kB)
Collecting colorama~=0.4.1
  Using cached colorama-0.4.4-py2.py3-none-any.whl (16 kB)
Collecting argcomplete~=1.8
  Using cached argcomplete-1.12.3-py2.py3-none-any.whl (38 kB)
Collecting knack==0.7.2
  Using cached knack-0.7.2-py3-none-any.whl (58 kB)
Collecting azure-mgmt-core==1.2.0
  Using cached azure_mgmt_core-1.2.0-py2.py3-none-any.whl (21 kB)
Collecting jmespath
  Using cached jmespath-0.10.0-py2.py3-none-any.whl (24 kB)
Collecting PyJWT
  Using cached PyJWT-2.1.0-py3-none-any.whl (16 kB)
Collecting azure-cli-telemetry
  Using cached azure_cli_telemetry-1.0.6-py3-none-any.whl (10 kB)
Collecting azure-mgmt-datalake-nspkg>=2.0.0
  Using cached azure_mgmt_datalake_nspkg-3.0.1-py3-none-any.whl (1.7 kB)
Requirement already satisfied: cryptography in /usr/lib64/python3.8/site-packages (from azure-storage==0.35.1->-r /output/requirements.txt (line 39)) (2.8)
Collecting isodate>=0.6.0
  Using cached isodate-0.6.0-py2.py3-none-any.whl (45 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
Collecting azure-core<2.0.0,>=1.7.0.dev
  Using cached azure_core-1.14.0b1-py2.py3-none-any.whl (135 kB)
Requirement already satisfied: pyyaml in /usr/lib64/python3.8/site-packages (from knack==0.7.2->azure-cli-core==2.11.1->-r /output/requirements.txt (line 10)) (5.3.1)
Collecting tabulate
  Using cached tabulate-0.8.9-py3-none-any.whl (25 kB)
Collecting pygments
  Using cached Pygments-2.9.0-py3-none-any.whl (1.0 MB)
Requirement already satisfied: urllib3<1.27,>=1.25.4 in /usr/lib/python3.8/site-packages (from botocore>=1.12.249->-r /output/requirements.txt (line 2)) (1.25.7)
Collecting s3transfer<0.5.0,>=0.4.0
  Using cached s3transfer-0.4.2-py2.py3-none-any.whl (79 kB)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests>=2.4.2->-r /output/requirements.txt (line 8)) (3.0.4)
Requirement already satisfied: idna<2.9,>=2.5 in /usr/lib/python3.8/site-packages (from requests>=2.4.2->-r /output/requirements.txt (line 8)) (2.8)
Collecting python-string-utils
  Using cached python_string_utils-1.0.0-py3-none-any.whl (26 kB)
Requirement already satisfied: jinja2 in /usr/lib/python3.8/site-packages (from openshift>=0.6.2->-r /output/requirements.txt (line 55)) (2.10.3)
Collecting ruamel.yaml
  Using cached ruamel.yaml-0.17.4-py3-none-any.whl (101 kB)
Collecting kubernetes~=12.0
  Using cached kubernetes-12.0.1-py2.py3-none-any.whl (1.7 MB)
Collecting oauthlib>=3.0.0
  Using cached oauthlib-3.1.0-py2.py3-none-any.whl (147 kB)
Collecting jsonpatch!=1.20,>=1.16
  Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB)
Collecting iso8601>=0.1.11
  Using cached iso8601-0.1.14-py2.py3-none-any.whl (9.5 kB)
Collecting dogpile.cache>=0.6.5
  Using cached dogpile.cache-1.1.2-py3-none-any.whl (49 kB)
Collecting pbr!=2.1.0,>=2.0.0
  Downloading pbr-5.6.0-py2.py3-none-any.whl (111 kB)
Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/site-packages (from openstacksdk>=0.13->-r /output/requirements.txt (line 57)) (5.0.7)
Collecting requestsexceptions>=1.2.0
  Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB)
Collecting netifaces>=0.10.4
  Using cached netifaces-0.10.9-cp38-cp38-linux_x86_64.whl
Collecting os-service-types>=1.7.0
  Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB)
Collecting keystoneauth1>=3.18.0
  Using cached keystoneauth1-4.3.1-py3-none-any.whl (314 kB)
Collecting appdirs>=1.3.0
  Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Collecting munch>=2.1.0
  Using cached munch-2.5.0-py2.py3-none-any.whl (10 kB)
Collecting pycurl>=7.19.0
  Using cached pycurl-7.43.0.6-cp38-cp38-linux_x86_64.whl
Collecting azure-mgmt-datalake-nspkg>=2.0.0
  Using cached azure_mgmt_datalake_nspkg-2.0.0-py2.py3-none-any.whl (3.0 kB)
Requirement already satisfied: cffi!=1.11.3,>=1.8 in /usr/lib64/python3.8/site-packages (from cryptography->azure-storage==0.35.1->-r /output/requirements.txt (line 39)) (1.13.2)
Requirement already satisfied: pycparser in /usr/lib/python3.8/site-packages (from cffi!=1.11.3,>=1.8->cryptography->azure-storage==0.35.1->-r /output/requirements.txt (line 39)) (2.19)
Collecting stevedore>=3.0.0
  Using cached stevedore-3.3.0-py3-none-any.whl (49 kB)
Collecting jsonpointer>=1.9
  Using cached jsonpointer-2.1-py2.py3-none-any.whl (7.4 kB)
Collecting websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0
  Using cached websocket_client-0.59.0-py2.py3-none-any.whl (67 kB)
Collecting rsa<5,>=3.1.4
  Using cached rsa-4.7.2-py3-none-any.whl (34 kB)
Collecting pyasn1-modules>=0.2.1
  Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting cachetools<5.0,>=2.0.0
  Using cached cachetools-4.2.2-py3-none-any.whl (11 kB)
Collecting PyJWT[crypto]<2,>=1.0.0
  Using cached PyJWT-1.7.1-py2.py3-none-any.whl (18 kB)
Collecting portalocker~=1.0
  Using cached portalocker-1.7.1-py2.py3-none-any.whl (10 kB)
Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib64/python3.8/site-packages (from paramiko<3.0.0,>=2.0.8->azure-cli-core==2.11.1->-r /output/requirements.txt (line 10)) (1.4.0)
Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib64/python3.8/site-packages (from paramiko<3.0.0,>=2.0.8->azure-cli-core==2.11.1->-r /output/requirements.txt (line 10)) (3.2.0)
Collecting pyasn1<0.5.0,>=0.4.6
  Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting cryptography
  Using cached cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB)
Requirement already satisfied: pyparsing>=2.0.2 in /usr/local/lib/python3.8/site-packages (from packaging->-r /output/requirements.txt (line 7)) (2.4.7)
Collecting python-magic<0.5.0,>=0.4.15
  Using cached python_magic-0.4.22-py2.py3-none-any.whl (12 kB)
Collecting six>=1.12
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting ijson<3.0.0,>=2.5.1
  Using cached ijson-2.6.1-py3-none-any.whl
Collecting applicationinsights<0.12,>=0.11.1
  Using cached applicationinsights-0.11.10-py2.py3-none-any.whl (55 kB)
Requirement already satisfied: MarkupSafe>=0.23 in /usr/lib64/python3.8/site-packages (from jinja2->openshift>=0.6.2->-r /output/requirements.txt (line 55)) (1.1.1)
Collecting ruamel.yaml.clib>=0.1.2
  Using cached ruamel.yaml.clib-0.2.2-cp38-cp38-manylinux1_x86_64.whl (578 kB)
Using legacy 'setup.py install' for vSphere-Automation-SDK, since package 'wheel' is not installed.
Installing collected packages: six, oauthlib, cryptography, requests-oauthlib, python-dateutil, pyOpenSSL, PyJWT, pyasn1, isodate, certifi, vapi-runtime, rsa, pyasn1-modules, pbr, msrest, jmespath, cachetools, azure-nspkg, adal, websocket-client, vapi-common-client, tabulate, stevedore, ruamel.yaml.clib, pygments, portalocker, os-service-types, msrestazure, msal, jsonpointer, iso8601, google-auth, colorama, botocore, azure-mgmt-nspkg, azure-core, azure-common, argcomplete, applicationinsights, vmc-draas-client-bindings, vmc-client-bindings, vapi-client-bindings, suds-jurko, s3transfer, ruamel.yaml, requestsexceptions, pyvmomi, python-string-utils, python-magic, pycurl, pkginfo, nsx-vmc-policy-python-sdk, nsx-vmc-aws-integration-python-sdk, nsx-python-sdk, nsx-policy-python-sdk, netifaces, munch, msal-extensions, kubernetes, knack, keystoneauth1, jsonpatch, ijson, humanfriendly, dogpile.cache, azure-mgmt-resource, azure-mgmt-datalake-nspkg, azure-mgmt-core, azure-cli-telemetry, appdirs, vSphere-Automation-SDK, pysnow, ovirt-engine-sdk-python, openstacksdk, openshift, netaddr, ipaddress, boto3, boto, azure-storage, azure-mgmt-web, azure-mgmt-trafficmanager, azure-mgmt-storage, azure-mgmt-sql, azure-mgmt-servicebus, azure-mgmt-redis, azure-mgmt-recoveryservicesbackup, azure-mgmt-recoveryservices, azure-mgmt-rdbms, azure-mgmt-privatedns, azure-mgmt-network, azure-mgmt-monitor, azure-mgmt-marketplaceordering, azure-mgmt-managementgroups, azure-mgmt-managedservices, azure-mgmt-loganalytics, azure-mgmt-keyvault, azure-mgmt-iothub, azure-mgmt-hdinsight, azure-mgmt-dns, azure-mgmt-devtestlabs, azure-mgmt-datalake-store, azure-mgmt-cosmosdb, azure-mgmt-containerservice, azure-mgmt-containerregistry, azure-mgmt-containerinstance, azure-mgmt-compute, azure-mgmt-cdn, azure-mgmt-batch, azure-mgmt-automation, azure-mgmt-authorization, azure-keyvault, azure-graphrbac, azure-cli-nspkg, azure-cli-core, awxkit
  Attempting uninstall: six
    Found existing installation: six 1.12.0
    Uninstalling six-1.12.0:
      Successfully uninstalled six-1.12.0
  Attempting uninstall: cryptography
    Found existing installation: cryptography 2.8
    Uninstalling cryptography-2.8:
      Successfully uninstalled cryptography-2.8
    Running setup.py install for vSphere-Automation-SDK: started
    Running setup.py install for vSphere-Automation-SDK: finished with status 'done'
Successfully installed PyJWT-1.7.1 adal-1.2.7 appdirs-1.4.4 applicationinsights-0.11.10 argcomplete-1.12.3 awxkit-19.1.0 azure-cli-core-2.11.1 azure-cli-nspkg-3.0.2 azure-cli-telemetry-1.0.6 azure-common-1.1.11 azure-core-1.14.0b1 azure-graphrbac-0.61.1 azure-keyvault-1.0.0a1 azure-mgmt-authorization-0.51.1 azure-mgmt-automation-0.1.1 azure-mgmt-batch-5.0.1 azure-mgmt-cdn-3.0.0 azure-mgmt-compute-10.0.0 azure-mgmt-containerinstance-1.4.0 azure-mgmt-containerregistry-2.0.0 azure-mgmt-containerservice-9.1.0 azure-mgmt-core-1.2.0 azure-mgmt-cosmosdb-0.5.2 azure-mgmt-datalake-nspkg-2.0.0 azure-mgmt-datalake-store-0.5.0 azure-mgmt-devtestlabs-3.0.0 azure-mgmt-dns-2.1.0 azure-mgmt-hdinsight-0.1.0 azure-mgmt-iothub-0.7.0 azure-mgmt-keyvault-1.1.0 azure-mgmt-loganalytics-1.0.0 azure-mgmt-managedservices-1.0.0 azure-mgmt-managementgroups-0.2.0 azure-mgmt-marketplaceordering-0.1.0 azure-mgmt-monitor-0.5.2 azure-mgmt-network-10.2.0 azure-mgmt-nspkg-2.0.0 azure-mgmt-privatedns-0.1.0 azure-mgmt-rdbms-1.9.0 azure-mgmt-recoveryservices-0.4.0 azure-mgmt-recoveryservicesbackup-0.6.0 azure-mgmt-redis-5.0.0 azure-mgmt-resource-10.2.0 azure-mgmt-servicebus-0.5.3 azure-mgmt-sql-0.10.0 azure-mgmt-storage-11.1.0 azure-mgmt-trafficmanager-0.50.0 azure-mgmt-web-0.41.0 azure-nspkg-2.0.0 azure-storage-0.35.1 boto-2.49.0 boto3-1.17.69 botocore-1.20.69 cachetools-4.2.2 certifi-2020.12.5 colorama-0.4.4 cryptography-3.4.7 dogpile.cache-1.1.2 google-auth-1.30.0 humanfriendly-8.2 ijson-2.6.1 ipaddress-1.0.23 iso8601-0.1.14 isodate-0.6.0 jmespath-0.10.0 jsonpatch-1.32 jsonpointer-2.1 keystoneauth1-4.3.1 knack-0.7.2 kubernetes-12.0.1 msal-1.0.0 msal-extensions-0.1.3 msrest-0.6.10 msrestazure-0.6.4 munch-2.5.0 netaddr-0.8.0 netifaces-0.10.9 nsx-policy-python-sdk-3.0.3.0.0.17723277 nsx-python-sdk-3.0.3.0.0.17723277 nsx-vmc-aws-integration-python-sdk-3.0.3.0.0.17723277 nsx-vmc-policy-python-sdk-3.0.3.0.0.17723277 oauthlib-3.1.0 openshift-0.12.0 openstacksdk-0.56.0 os-service-types-1.7.0 ovirt-engine-sdk-python-4.4.12 pbr-5.6.0 pkginfo-1.7.0 portalocker-1.7.1 pyOpenSSL-20.0.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycurl-7.43.0.6 pygments-2.9.0 pysnow-0.7.17 python-dateutil-2.8.1 python-magic-0.4.22 python-string-utils-1.0.0 pyvmomi-7.0.2 requests-oauthlib-1.3.0 requestsexceptions-1.4.0 rsa-4.7.2 ruamel.yaml-0.17.4 ruamel.yaml.clib-0.2.2 s3transfer-0.4.2 six-1.16.0 stevedore-3.3.0 suds-jurko-0.6 tabulate-0.8.9 vSphere-Automation-SDK-1.56.0 vapi-client-bindings-3.6.0 vapi-common-client-2.25.0 vapi-runtime-2.25.0 vmc-client-bindings-1.40.0 vmc-draas-client-bindings-1.17.0 websocket-client-0.59.0
WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv
+ EXTRAS=
+ '[' -f /output/packages.txt ']'
++ ls -1 '/output/wheels/*whl'
++ wc -l
+ '[' 0 -gt 0 ']'
+ '[' '!' -z '' ']'
+ dnf clean all
49 files removed
+ rm -rf /var/cache/dnf
Removing intermediate container 4cd3400972b5
 ---> b1550a593876
Step 19/25 : RUN alternatives --set python /usr/bin/python3
 ---> Running in d5725b458a17
Removing intermediate container d5725b458a17
 ---> ee5590425a37
Step 20/25 : COPY --from=quay.io/project-receptor/receptor:0.9.7 /usr/bin/receptor /usr/bin/receptor
 ---> ee714a511821
Step 21/25 : RUN mkdir -p /var/run/receptor
 ---> Running in d1f1c7c590a8
Removing intermediate container d1f1c7c590a8
 ---> 08990f5c250d
Step 22/25 : ADD run.sh /run.sh
 ---> 7d3d6fe83e58
Step 23/25 : CMD /run.sh
 ---> Running in 10328ec00e62
Removing intermediate container 10328ec00e62
 ---> ea620730b433
Step 24/25 : USER 1000
 ---> Running in bdcd5fc59f85
Removing intermediate container bdcd5fc59f85
 ---> dc8b09ce8f0a
Step 25/25 : RUN git lfs install
 ---> Running in 00c941560c78
Git LFS initialized.
Removing intermediate container 00c941560c78
 ---> 1fee38147f08
Successfully built 1fee38147f08
Successfully tagged metabsd/awx-ee:latest

Complete! The build context can be found at: /home/bennyboy/PycharmProjects/awx-ee
__________________________________________________________________________________________________________________________ summary ___________________________________________________________________________________________________________________________
  docker: commands succeeded
  congratulations :)
bash-4.4$ python
Python 3.8.3 (default, Aug 31 2020, 16:03:14) 
[GCC 8.3.1 20191121 (Red Hat 8.3.1-5)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import requests
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.8/site-packages/requests/__init__.py", line 43, in <module>
    import urllib3
  File "/usr/lib/python3.8/site-packages/urllib3/__init__.py", line 7, in <module>
    from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url
  File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 11, in <module>
    from .exceptions import (
  File "/usr/lib/python3.8/site-packages/urllib3/exceptions.py", line 2, in <module>
    from .packages.six.moves.http_client import IncompleteRead as httplib_IncompleteRead
ModuleNotFoundError: No module named 'urllib3.packages.six'
>>> import pysnow
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.8/site-packages/pysnow/__init__.py", line 3, in <module>
    from .client import Client
  File "/usr/local/lib/python3.8/site-packages/pysnow/client.py", line 7, in <module>
    import requests
  File "/usr/lib/python3.8/site-packages/requests/__init__.py", line 43, in <module>
    import urllib3
  File "/usr/lib/python3.8/site-packages/urllib3/__init__.py", line 7, in <module>
    from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url
  File "/usr/lib/python3.8/site-packages/urllib3/connectionpool.py", line 11, in <module>
    from .exceptions import (
  File "/usr/lib/python3.8/site-packages/urllib3/exceptions.py", line 2, in <module>
    from .packages.six.moves.http_client import IncompleteRead as httplib_IncompleteRead
ModuleNotFoundError: No module named 'urllib3.packages.six'
>>> import netaddr

I fix it inside the container by forcing the reinstallation of requests inside the container. But I don't know how to fix it with ansible-builder

Any advice please!

VladAdGad commented 1 year ago

Any update. Is it a good practice?

azrdev commented 1 year ago

No. Write an execution-environment.yml and specify this image as base, then build an image from that file with ansible-builder.

This ticket can be closed