Ansible Builder is generating your execution environment build context. File context/_build/requirements.yml will be created. File context/_build/requirements.txt will be created. File context/_build/bindep.txt will be created. File context/_build/scripts/assemble will be created. File context/_build/scripts/install-from-bindep will be created. File context/_build/scripts/introspect.py will be created. File context/_build/scripts/check_galaxy will be created. File context/_build/scripts/check_ansible will be created. File context/_build/scripts/entrypoint will be created. Ansible Builder is building your execution environment image. Tags: rhospvmt-ee:latest Running command: podman build -f context/Containerfile -t rhospvmt-ee:latest --no-cache context [1/4] STEP 1/17: FROM registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel9:latest AS base [1/4] STEP 2/17: USER root --> ff28f54374b5 [1/4] STEP 3/17: ARG EE_BASE_IMAGE --> 440ed4c4e05b [1/4] STEP 4/17: ARG PYCMD --> a731e5584031 [1/4] STEP 5/17: ARG PYPKG --> dc23a5b9a2ff [1/4] STEP 6/17: ARG PKGMGR_PRESERVE_CACHE --> 227a284abf91 [1/4] STEP 7/17: ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS --> 6a878d3870f5 [1/4] STEP 8/17: ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS --> a2ecfc194c87 [1/4] STEP 9/17: ARG ANSIBLE_INSTALL_REFS --> 3e9b6fc553f4 [1/4] STEP 10/17: ARG PKGMGR --> 8118446d53df [1/4] STEP 11/17: RUN mkdir -p /etc/sudoers.d --> 635bcb8bd89f [1/4] STEP 12/17: RUN echo 'cloud-user ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/cloud-user --> 54fd4c50d034 [1/4] STEP 13/17: RUN $PKGMGR install $PYPKG -y ; if [ -z $PKGMGR_PRESERVE_CACHE ]; then $PKGMGR clean all; fi Downloading metadata... Downloading metadata... Downloading metadata... Downloading metadata... Downloading metadata... Package Repository Size Installing: libxcrypt-compat-4.4.18-3.el9.x86_64 ubi-9-appstream-rpms 93.2 kB python-unversioned-command-3.9.25-2.el9_7.noarch ubi-9-appstream-rpms 9.4 kB python3-3.9.25-2.el9_7.x86_64 ubi-9-baseos-rpms 26.4 kB python3-libs-3.9.25-2.el9_7.x86_64 ubi-9-baseos-rpms 8.5 MB python3-pip-wheel-21.3.1-1.el9.noarch ubi-9-baseos-rpms 1.2 MB python3-setuptools-wheel-53.0.0-15.el9.noarch ubi-9-baseos-rpms 479.2 kB Transaction Summary: Installing: 6 packages Reinstalling: 0 packages Upgrading: 0 packages Obsoleting: 0 packages Removing: 0 packages Downgrading: 0 packages Downloading packages... warning: Unsupported version of key: V6 (microdnf:2): libdnf-WARNING **: 17:13:34.137: failed to parse public key for /etc/pki/rpm-gpg/RPM-GPG-KEY-PQC-redhat-release Running transaction test... Installing: libxcrypt-compat;4.4.18-3.el9;x86_64;ubi-9-appstream-rpms Installing: python3-pip-wheel;21.3.1-1.el9;noarch;ubi-9-baseos-rpms Installing: python3-setuptools-wheel;53.0.0-15.el9;noarch;ubi-9-baseos-rpms Installing: python3-libs;3.9.25-2.el9_7;x86_64;ubi-9-baseos-rpms Installing: python-unversioned-command;3.9.25-2.el9_7;noarch;ubi-9-appstream-rpms Installing: python3;3.9.25-2.el9_7;x86_64;ubi-9-baseos-rpms Complete. Complete. --> 9c43d864c663 [1/4] STEP 14/17: RUN $PYCMD -m ensurepip Looking in links: /tmp/tmp20k4q1ae Requirement already satisfied: setuptools in /usr/lib/python3.11/site-packages (65.5.1) Requirement already satisfied: pip in /usr/lib/python3.11/site-packages (22.3.1) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv --> 1cbafef923c8 [1/4] STEP 15/17: RUN $PYCMD -m pip install --no-cache-dir $ANSIBLE_INSTALL_REFS Requirement already satisfied: ansible-core in /usr/lib/python3.11/site-packages (2.16.14) Requirement already satisfied: ansible-runner in /usr/lib/python3.11/site-packages (2.4.2) Requirement already satisfied: jinja2>=3.0.0 in /usr/lib/python3.11/site-packages (from ansible-core) (3.1.6) Requirement already satisfied: PyYAML>=5.1 in /usr/lib64/python3.11/site-packages (from ansible-core) (6.0) Requirement already satisfied: cryptography in /usr/lib64/python3.11/site-packages (from ansible-core) (42.0.5) Requirement already satisfied: packaging in /usr/lib/python3.11/site-packages (from ansible-core) (23.2) Requirement already satisfied: resolvelib<1.1.0,>=0.5.3 in /usr/lib/python3.11/site-packages (from ansible-core) (1.0.1) Requirement already satisfied: pexpect>=4.5 in /usr/lib/python3.11/site-packages (from ansible-runner) (4.9.0) Requirement already satisfied: python-daemon in /usr/lib/python3.11/site-packages (from ansible-runner) (2.3.2) Requirement already satisfied: MarkupSafe>=2.0 in /usr/lib64/python3.11/site-packages (from jinja2>=3.0.0->ansible-core) (2.1.5) Requirement already satisfied: ptyprocess>=0.5 in /usr/lib/python3.11/site-packages (from pexpect>=4.5->ansible-runner) (0.7.0) Requirement already satisfied: cffi>=1.12 in /usr/lib64/python3.11/site-packages (from cryptography->ansible-core) (1.15.1) Requirement already satisfied: setuptools in /usr/lib/python3.11/site-packages (from python-daemon->ansible-runner) (65.5.1) Requirement already satisfied: lockfile>=0.10 in /usr/lib/python3.11/site-packages (from python-daemon->ansible-runner) (0.12.2) Requirement already satisfied: docutils in /usr/lib/python3.11/site-packages (from python-daemon->ansible-runner) (0.20.1) Requirement already satisfied: pycparser in /usr/lib/python3.11/site-packages (from cffi>=1.12->cryptography->ansible-core) (2.20) Requirement already satisfied: ply==3.11 in /usr/lib/python3.11/site-packages (from pycparser->cffi>=1.12->cryptography->ansible-core) (3.11) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv --> a96d87641ddb [1/4] STEP 16/17: COPY _build/scripts/ /output/scripts/ --> 09c909921566 [1/4] STEP 17/17: COPY _build/scripts/entrypoint /opt/builder/bin/entrypoint --> 1fc8881d0d3a [4/4] STEP 1/22: FROM 1fc8881d0d3ab8e72edd0af2b87e54669b4470fe24f2cb38227bd1924fb52fbe AS final [4/4] STEP 2/22: ARG EE_BASE_IMAGE --> def5c0318091 [4/4] STEP 3/22: ARG PYCMD --> 994f9f06ee2d [4/4] STEP 4/22: ARG PYPKG --> ede395bf2d27 [4/4] STEP 5/22: ARG PKGMGR_PRESERVE_CACHE --> aa3d801d1e89 [4/4] STEP 6/22: ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS --> 3e49feffc634 [4/4] STEP 7/22: ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS --> d60a4d1dc22f [4/4] STEP 8/22: ARG ANSIBLE_INSTALL_REFS --> 3b15a2ab4876 [4/4] STEP 9/22: ARG PKGMGR --> 9266b23a5024 [4/4] STEP 10/22: RUN /output/scripts/check_ansible $PYCMD + PYCMD=/usr/bin/python3.11 + '[' -z /usr/bin/python3.11 ']' + '[' '!' -x /usr/bin/python3.11 ']' + ansible --version ansible [core 2.16.14] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/runner/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.11/site-packages/ansible ansible collection location = /home/runner/.ansible/collections:/usr/share/ansible/collections executable location = /usr/bin/ansible python version = 3.11.13 (main, Aug 21 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-11)] (/usr/bin/python3.11) jinja version = 3.1.6 libyaml = True + '[' 0 -ne 0 ']' + ansible-runner --version 2.4.2 + '[' 0 -ne 0 ']' + /usr/bin/python3.11 -c 'import ansible ; import ansible_runner' + '[' 0 -ne 0 ']' + exit 0 --> 0f8ff66c2c30 [4/4] STEP 11/22: COPY --from=galaxy /usr/share/ansible /usr/share/ansible [3/4] STEP 1/16: FROM 1fc8881d0d3ab8e72edd0af2b87e54669b4470fe24f2cb38227bd1924fb52fbe AS builder [3/4] STEP 2/16: WORKDIR /build --> 55202dc0a4de [3/4] STEP 3/16: ARG EE_BASE_IMAGE --> dc0c304c4f7d [3/4] STEP 4/16: ARG PYCMD --> 0dc863b6fa8d [3/4] STEP 5/16: ARG PYPKG --> 38307e622424 [3/4] STEP 6/16: ARG PKGMGR_PRESERVE_CACHE --> 1373118b26e4 [3/4] STEP 7/16: ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS --> b037d92524b0 [3/4] STEP 8/16: ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS --> d512a3bf46ba [3/4] STEP 9/16: ARG ANSIBLE_INSTALL_REFS --> 2acce076915e [3/4] STEP 10/16: ARG PKGMGR --> 81d38e40a4fd [3/4] STEP 11/16: RUN $PYCMD -m pip install --no-cache-dir bindep pyyaml requirements-parser Collecting bindep Downloading bindep-2.13.0-py3-none-any.whl (34 kB) Requirement already satisfied: pyyaml in /usr/lib64/python3.11/site-packages (6.0) Collecting requirements-parser Downloading requirements_parser-0.13.0-py3-none-any.whl (14 kB) Requirement already satisfied: distro>=1.7 in /usr/lib/python3.11/site-packages (from bindep) (1.9.0) Requirement already satisfied: packaging in /usr/lib/python3.11/site-packages (from bindep) (23.2) Collecting Parsley Downloading Parsley-1.3-py2.py3-none-any.whl (88 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.9/88.9 kB 76.5 MB/s eta 0:00:00 Collecting pbr>=2 Downloading pbr-7.0.3-py2.py3-none-any.whl (131 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 201.3 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /usr/lib/python3.11/site-packages (from pbr>=2->bindep) (65.5.1) Installing collected packages: Parsley, requirements-parser, pbr, bindep Successfully installed Parsley-1.3 bindep-2.13.0 pbr-7.0.3 requirements-parser-0.13.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv --> 0adb3b13505e [3/4] STEP 12/16: COPY --from=galaxy /usr/share/ansible /usr/share/ansible [2/4] STEP 1/14: FROM 1fc8881d0d3ab8e72edd0af2b87e54669b4470fe24f2cb38227bd1924fb52fbe AS galaxy [2/4] STEP 2/14: ARG EE_BASE_IMAGE --> 4fe513267926 [2/4] STEP 3/14: ARG PYCMD --> dc268792fcbc [2/4] STEP 4/14: ARG PYPKG --> 945e3152dc1a [2/4] STEP 5/14: ARG PKGMGR_PRESERVE_CACHE --> bf3172001cf5 [2/4] STEP 6/14: ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS --> 9e27690bf675 [2/4] STEP 7/14: ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS --> b785bd7da4a8 [2/4] STEP 8/14: ARG ANSIBLE_INSTALL_REFS --> faa548808a30 [2/4] STEP 9/14: ARG PKGMGR --> c83700d857ed [2/4] STEP 10/14: RUN /output/scripts/check_galaxy + ansible-galaxy --version ansible-galaxy [core 2.16.14] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/runner/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.11/site-packages/ansible ansible collection location = /home/runner/.ansible/collections:/usr/share/ansible/collections executable location = /usr/bin/ansible-galaxy python version = 3.11.13 (main, Aug 21 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-11)] (/usr/bin/python3.11) jinja version = 3.1.6 libyaml = True + '[' 0 -ne 0 ']' + exit 0 --> 61a96beee6e1 [2/4] STEP 11/14: COPY _build /build --> 1b17c5f460a2 [2/4] STEP 12/14: WORKDIR /build --> 67d67ba115ad [2/4] STEP 13/14: RUN ansible-galaxy role install $ANSIBLE_GALAXY_CLI_ROLE_OPTS -r requirements.yml --roles-path "/usr/share/ansible/roles" Skipping install, no requirements found --> 3ca63d05d179 [2/4] STEP 14/14: RUN ANSIBLE_GALAXY_DISABLE_GPG_VERIFY=1 ansible-galaxy collection install $ANSIBLE_GALAXY_CLI_COLLECTION_OPTS -r requirements.yml --collections-path "/usr/share/ansible/collections" Cloning into '/home/runner/.ansible/tmp/ansible-local-14x8tn32v/tmpjcdni446/vmware-migration-kithecqe7d0'... Already on 'main' Your branch is up to date with 'origin/main'. Starting galaxy collection install process Process install dependency map Starting collection install process Downloading https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/vmware-vmware-2.4.0.tar.gz to /home/runner/.ansible/tmp/ansible-local-14x8tn32v/tmpjcdni446/vmware-vmware-2.4.0-s7jjk8zl Installing 'vmware.vmware:2.4.0' to '/usr/share/ansible/collections/ansible_collections/vmware/vmware' vmware.vmware:2.4.0 was installed successfully Downloading https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/vmware-vmware_rest-4.9.0.tar.gz to /home/runner/.ansible/tmp/ansible-local-14x8tn32v/tmpjcdni446/vmware-vmware_rest-4.9.0-p9a0wfy_ Installing 'vmware.vmware_rest:4.9.0' to '/usr/share/ansible/collections/ansible_collections/vmware/vmware_rest' vmware.vmware_rest:4.9.0 was installed successfully Installing 'os_migrate.vmware_migration_kit:2.2.1' to '/usr/share/ansible/collections/ansible_collections/os_migrate/vmware_migration_kit' Created collection for os_migrate.vmware_migration_kit:2.2.1 at /usr/share/ansible/collections/ansible_collections/os_migrate/vmware_migration_kit os_migrate.vmware_migration_kit:2.2.1 was installed successfully --> 49b9b681a52f --> b9c03c7d3881 [3/4] STEP 13/16: COPY _build/requirements.txt requirements.txt --> 37c004899d81 [3/4] STEP 14/16: COPY _build/bindep.txt bindep.txt --> 93919ca917a5 [3/4] STEP 15/16: RUN $PYCMD /output/scripts/introspect.py introspect --sanitize --user-pip=requirements.txt --user-bindep=bindep.txt --write-bindep=/tmp/src/bindep.txt --write-pip=/tmp/src/requirements.txt Creating parent directory for /tmp/src/requirements.txt --- python: - 'pyvmomi>=8.0.3.0.1 # from collection vmware.vmware,user' - 'vmware_vcenter # from collection vmware.vmware' - 'aiohttp # from collection vmware.vmware_rest' - 'requests # from collection user' - 'pyvim # from collection user' system: - 'epel-release # from collection os_migrate.vmware_migration_kit' - 'openssh-clients # from collection os_migrate.vmware_migration_kit, user' - 'sshpass # from collection os_migrate.vmware_migration_kit, user' - 'python3 # from collection os_migrate.vmware_migration_kit, user' - 'python3-pip # from collection os_migrate.vmware_migration_kit, user' - 'python3-dnf # from collection os_migrate.vmware_migration_kit, user' - 'rsync # from collection os_migrate.vmware_migration_kit, user' - 'gcc # from collection os_migrate.vmware_migration_kit, user' - 'python3-devel # from collection os_migrate.vmware_migration_kit, user' - 'git # from collection os_migrate.vmware_migration_kit, user' - 'gcc [compile platform:centos-8 platform:rhel-8] # from collection vmware.vmware_rest' - 'gcc [compile platform:rhel-9] # from collection vmware.vmware_rest' --> 6aa1ac8605b5 [3/4] STEP 16/16: RUN /output/scripts/assemble ++ source /etc/os-release +++ NAME='Red Hat Enterprise Linux' +++ VERSION='9.7 (Plow)' +++ ID=rhel +++ ID_LIKE=fedora +++ VERSION_ID=9.7 +++ PLATFORM_ID=platform:el9 +++ PRETTY_NAME='Red Hat Enterprise Linux 9.7 (Plow)' +++ ANSI_COLOR='0;31' +++ LOGO=fedora-logo-icon +++ CPE_NAME=cpe:/o:redhat:enterprise_linux:9::baseos +++ HOME_URL=https://www.redhat.com/ +++ DOCUMENTATION_URL=https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9 +++ BUG_REPORT_URL=https://issues.redhat.com/ +++ REDHAT_BUGZILLA_PRODUCT='Red Hat Enterprise Linux 9' +++ REDHAT_BUGZILLA_PRODUCT_VERSION=9.7 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux' +++ REDHAT_SUPPORT_PRODUCT_VERSION=9.7 ++ echo rhel + RELEASE=rhel + PKGMGR=/usr/bin/microdnf + PKGMGR_OPTS= + PKGMGR_PRESERVE_CACHE= + PYCMD=/usr/bin/python3.11 + PIPCMD='/usr/bin/python3.11 -m pip' + /usr/bin/python3.11 -m ensurepip --- Looking in links: /tmp/tmpyqbqyfne Requirement already satisfied: setuptools in /usr/lib/python3.11/site-packages (65.5.1) Requirement already satisfied: pip in /usr/lib/python3.11/site-packages (22.3.1) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv + '[' -z /usr/bin/microdnf ']' + '[' /usr/bin/microdnf = /usr/bin/microdnf ']' + '[' -z '' ']' + PKGMGR_OPTS='--nodocs --setopt install_weak_deps=0' + mkdir -p /output/bindep + mkdir -p /output/wheels + mkdir -p /tmp/src + cd /tmp/src + PACKAGES= + PIP_OPTS= + install_bindep + '[' -f bindep.txt ']' + sort + bindep -l newline + '[' rhel == centos ']' ++ bindep -b compile ++ true + compile_packages='epel-release gcc git python3-devel python3-dnf python3-pip rsync' + '[' '!' -z 'epel-release gcc git python3-devel python3-dnf python3-pip rsync' ']' + /usr/bin/microdnf install -y --nodocs --setopt install_weak_deps=0 epel-release gcc git python3-devel python3-dnf python3-pip rsync Downloading metadata... Downloading metadata... Downloading metadata... Downloading metadata... Downloading metadata... error: No package matches 'epel-release' time="2026-01-19T12:14:45-05:00" level=error msg="error unmounting container: unmounting build container \"\": layer not known" Error: building at STEP "RUN /output/scripts/assemble": while running runtime: exit status 1