[2026-07-03T21:11:23,605042426+00:00] Validate context path [2026-07-03T21:11:23,608617510+00:00] Update CA trust [2026-07-03T21:11:23,609766634+00:00] Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' [2026-07-03T21:11:27,774621256+00:00] Prepare Dockerfile Checking if /var/workdir/cachi2/output/bom.json exists. Could not find prefetched sbom. No content_sets found for ICM [2026-07-03T21:11:27,782165661+00:00] Prepare system (architecture: x86_64) [2026-07-03T21:11:27,844720047+00:00] Setup prefetched Trying to pull registry.access.redhat.com/ubi9/python-312-minimal:9.7-1777392261... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:c770e69088fa05bea8942da1c1e3fa6066cc7c288153d81443e0c9435861e0b1 Copying blob sha256:72c1da5df399264a8c6b035c246d023523ff0af5682c2e2ceb489c33addd8186 Copying config sha256:7deab7336ecc64e21c0ac1da4d7eccb836d77efe5f446769d0a7d0ea4383930d Writing manifest to image destination Storing signatures [2026-07-03T21:11:39,937460492+00:00] Unsetting proxy { "architecture": "x86_64", "build-date": "2026-07-03T21:11:27Z", "com.redhat.component": "python-312-container", "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI", "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream", "description": "Python 3.12 available as container is a base platform for building and running various Python 3.12 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.", "distribution-scope": "public", "io.buildah.version": "1.42.2", "io.buildpacks.stack.id": "com.redhat.stacks.ubi9-python-312-minimal", "io.k8s.description": "Python 3.12 available as container is a base platform for building and running various Python 3.12 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.", "io.k8s.display-name": "Python 3.12", "io.openshift.expose-services": "8080:http", "io.openshift.tags": "builder,python,python312,python-312,rh-python312", "maintainer": "SoftwareCollections.org ", "name": "ubi9/python-312-minimal", "org.opencontainers.image.created": "2026-07-03T21:11:27Z", "org.opencontainers.image.revision": "b4bc0ec91ca47cccffcb185fe90fb2ec3e4c6023", "release": "1777392261", "summary": "Minimal platform for building and running Python 3.12 applications", "url": "https://catalog.redhat.com/en/search?searchType=containers", "usage": "s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.12-minimal/test/setup-test-app/ ubi9/python-312-minimal python-sample-app", "vcs-ref": "b4bc0ec91ca47cccffcb185fe90fb2ec3e4c6023", "vcs-type": "git", "vendor": "Red Hat, Inc.", "version": "9.7", "org.opencontainers.image.source": "https://github.com/redhat-appstudio-qe/sample-multi-component", "quay.expires-after": "5d" } [2026-07-03T21:11:39,977223403+00:00] Register sub-man Adding the entitlement to the build [2026-07-03T21:11:39,980271838+00:00] Add secrets [2026-07-03T21:11:40,054512570+00:00] Run buildah build [2026-07-03T21:11:40,055558149+00:00] buildah build --volume /tmp/entitlement:/etc/pki/entitlement --security-opt=unmask=/proc/interrupts --label architecture=x86_64 --label vcs-type=git --label vcs-ref=b4bc0ec91ca47cccffcb185fe90fb2ec3e4c6023 --label org.opencontainers.image.revision=b4bc0ec91ca47cccffcb185fe90fb2ec3e4c6023 --label org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/sample-multi-component --label quay.expires-after=5d --label build-date=2026-07-03T21:11:27Z --label org.opencontainers.image.created=2026-07-03T21:11:27Z --annotation org.opencontainers.image.revision=b4bc0ec91ca47cccffcb185fe90fb2ec3e4c6023 --annotation org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/sample-multi-component --annotation org.opencontainers.image.created=2026-07-03T21:11:27Z --tls-verify=true --no-cache --ulimit nofile=4096:4096 --http-proxy=false -f /tmp/Dockerfile.Hdpab9 -t quay.io/redhat-appstudio-qe/build-e2e-lqfx/python-component-zmjcuv:on-pr-b4bc0ec91ca47cccffcb185fe90fb2ec3e4c6023 . STEP 1/10: FROM registry.access.redhat.com/ubi9/python-312-minimal:9.7-1777392261 STEP 2/10: EXPOSE 8081/tcp STEP 3/10: ENV FLASK_PORT=8081 STEP 4/10: WORKDIR /projects STEP 5/10: COPY . . STEP 6/10: RUN if [ -f requirements.txt ]; then pip install -r requirements.txt; elif [ `ls -1q *.txt | wc -l` == 1 ]; then pip install -r *.txt; fi Collecting Flask==2.3.3 (from -r requirements.txt (line 1)) Downloading flask-2.3.3-py3-none-any.whl.metadata (3.6 kB) Collecting Werkzeug>=2.3.7 (from Flask==2.3.3->-r requirements.txt (line 1)) Downloading werkzeug-3.1.8-py3-none-any.whl.metadata (4.0 kB) Collecting Jinja2>=3.1.2 (from Flask==2.3.3->-r requirements.txt (line 1)) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting itsdangerous>=2.1.2 (from Flask==2.3.3->-r requirements.txt (line 1)) Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB) Collecting click>=8.1.3 (from Flask==2.3.3->-r requirements.txt (line 1)) Downloading click-8.4.2-py3-none-any.whl.metadata (2.6 kB) Collecting blinker>=1.6.2 (from Flask==2.3.3->-r requirements.txt (line 1)) Downloading blinker-1.9.0-py3-none-any.whl.metadata (1.6 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.2->Flask==2.3.3->-r requirements.txt (line 1)) Downloading markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB) Downloading flask-2.3.3-py3-none-any.whl (96 kB) Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB) Downloading click-8.4.2-py3-none-any.whl (119 kB) Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading werkzeug-3.1.8-py3-none-any.whl (226 kB) Downloading markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 kB) Installing collected packages: MarkupSafe, itsdangerous, click, blinker, Werkzeug, Jinja2, Flask Successfully installed Flask-2.3.3 Jinja2-3.1.6 MarkupSafe-3.0.3 Werkzeug-3.1.8 blinker-1.9.0 click-8.4.2 itsdangerous-2.2.0 [notice] A new release of pip is available: 24.2 -> 26.1.2 [notice] To update, run: pip install --upgrade pip STEP 7/10: CMD [ "python", "./app.py" ] STEP 8/10: COPY labels.json /usr/share/buildinfo/labels.json STEP 9/10: COPY labels.json /root/buildinfo/labels.json STEP 10/10: LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="b4bc0ec91ca47cccffcb185fe90fb2ec3e4c6023" "org.opencontainers.image.revision"="b4bc0ec91ca47cccffcb185fe90fb2ec3e4c6023" "org.opencontainers.image.source"="https://github.com/redhat-appstudio-qe/sample-multi-component" "quay.expires-after"="5d" "build-date"="2026-07-03T21:11:27Z" "org.opencontainers.image.created"="2026-07-03T21:11:27Z" COMMIT quay.io/redhat-appstudio-qe/build-e2e-lqfx/python-component-zmjcuv:on-pr-b4bc0ec91ca47cccffcb185fe90fb2ec3e4c6023 --> a8d641853fe9 Successfully tagged quay.io/redhat-appstudio-qe/build-e2e-lqfx/python-component-zmjcuv:on-pr-b4bc0ec91ca47cccffcb185fe90fb2ec3e4c6023 a8d641853fe95efe259a55586c31023497fe6a221e0b42f2d0a90d9242d9356e [2026-07-03T21:11:43,251283720+00:00] Unsetting proxy [2026-07-03T21:11:43,252534463+00:00] Add metadata Recording base image digests used registry.access.redhat.com/ubi9/python-312-minimal:9.7-1777392261 registry.access.redhat.com/ubi9/python-312-minimal:9.7-1777392261@sha256:3748c2b2908ade249fc7197f3d357562e18adeb37ce15621bda818fc7e8c0582 Getting image source signatures Copying blob sha256:bf524d91c2f7940d4ef52024b4d74792e0c658839794218136080e49908663f1 Copying blob sha256:bb24329e281c372fcdf5da3e7b9c0c4615f87f560e91f3e951c851fcaf595968 Copying blob sha256:73dd5047f87493ec5a883a7efcc591fcf9fd17284490e83ae258105607396e34 Copying config sha256:a8d641853fe95efe259a55586c31023497fe6a221e0b42f2d0a90d9242d9356e Writing manifest to image destination [2026-07-03T21:11:48,419445204+00:00] End build