[2026-05-13T13:14:45,822175191+00:00] Validate context path [2026-05-13T13:14:45,826788937+00:00] Update CA trust [2026-05-13T13:14:45,828232913+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-05-13T13:14:51,004915577+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-05-13T13:14:51,012072867+00:00] Prepare system (architecture: x86_64) [2026-05-13T13:14:51,076419869+00:00] Setup prefetched Trying to pull quay.io/devfile/python:slim... Getting image source signatures Copying blob sha256:0f372def914e585a52a46de64d0ed00b960c02f5f81a307d673e73b404203d61 Copying blob sha256:2f9c09f7c02f4403f9ec5313e53e63eafe6cd43993457b810ce1b9642812daec Copying blob sha256:30fb943195a7f7cee90a9c67461c338d1d76a7004d2f94792b774ef71d875a02 Copying blob sha256:025c56f98b679f70b7a54241917e56da7b59ab9d2defecc6ebdb0bf2750484bb Copying blob sha256:778656c04542093db6d3b6e07bffbcf6ec4b24709276be7cdf177fcb3666663a Copying config sha256:04f51101c1b979fb8a45a5332bfa8ed2c60f613ea396c3edd40f3d91702b24ef Writing manifest to image destination [2026-05-13T13:17:57,875969722+00:00] Unsetting proxy { "architecture": "x86_64", "vcs-type": "git", "vcs-ref": "8c7aa19d29c99cdb86ad3b7b5f6f15dba0b2a1c4", "org.opencontainers.image.revision": "8c7aa19d29c99cdb86ad3b7b5f6f15dba0b2a1c4", "org.opencontainers.image.source": "https://github.com/redhat-appstudio-qe/devfile-sample-python-basic", "quay.expires-after": "6h", "build-date": "2026-05-13T13:14:51Z", "org.opencontainers.image.created": "2026-05-13T13:14:51Z", "io.buildah.version": "1.42.2" } [2026-05-13T13:17:58,030952958+00:00] Register sub-man Adding the entitlement to the build [2026-05-13T13:17:58,034761877+00:00] Add secrets [2026-05-13T13:17:58,042786144+00:00] Run buildah build [2026-05-13T13:17:58,043954194+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=8c7aa19d29c99cdb86ad3b7b5f6f15dba0b2a1c4 --label org.opencontainers.image.revision=8c7aa19d29c99cdb86ad3b7b5f6f15dba0b2a1c4 --label org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/devfile-sample-python-basic --label quay.expires-after=6h --label build-date=2026-05-13T13:14:51Z --label org.opencontainers.image.created=2026-05-13T13:14:51Z --annotation org.opencontainers.image.revision=8c7aa19d29c99cdb86ad3b7b5f6f15dba0b2a1c4 --annotation org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/devfile-sample-python-basic --annotation org.opencontainers.image.created=2026-05-13T13:14:51Z --tls-verify=true --no-cache --ulimit nofile=4096:4096 --http-proxy=false -f /tmp/Dockerfile.QghCcj -t quay.io/redhat-appstudio-qe/build-e2e-ewva/test-comp-dbqb:on-pr-8c7aa19d29c99cdb86ad3b7b5f6f15dba0b2a1c4 . STEP 1/11: FROM quay.io/devfile/python:slim STEP 2/11: EXPOSE 8081/tcp STEP 3/11: ENV FLASK_PORT=8081 STEP 4/11: WORKDIR /projects STEP 5/11: COPY requirements.txt . STEP 6/11: RUN pip install -r requirements.txt Collecting Flask==2.1.0 Downloading Flask-2.1.0-py3-none-any.whl (95 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 23.3 MB/s eta 0:00:00 Collecting Werkzeug>=2.0 Downloading werkzeug-3.1.8-py3-none-any.whl (226 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.5/226.5 kB 90.0 MB/s eta 0:00:00 Collecting Jinja2>=3.0 Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.9/134.9 kB 82.5 MB/s eta 0:00:00 Collecting itsdangerous>=2.0 Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) Collecting click>=8.0 Downloading click-8.3.3-py3-none-any.whl (110 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.5/110.5 kB 72.2 MB/s eta 0:00:00 Collecting MarkupSafe>=2.0 Downloading markupsafe-3.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 kB) Installing collected packages: MarkupSafe, itsdangerous, click, Werkzeug, Jinja2, Flask Successfully installed Flask-2.1.0 Jinja2-3.1.6 MarkupSafe-3.0.3 Werkzeug-3.1.8 click-8.3.3 itsdangerous-2.2.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 [notice] A new release of pip available: 22.3.1 -> 26.1.1 [notice] To update, run: pip install --upgrade pip STEP 7/11: COPY . . STEP 8/11: CMD [ "python", "./app.py" ] STEP 9/11: COPY labels.json /usr/share/buildinfo/labels.json STEP 10/11: COPY labels.json /root/buildinfo/labels.json STEP 11/11: LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="8c7aa19d29c99cdb86ad3b7b5f6f15dba0b2a1c4" "org.opencontainers.image.revision"="8c7aa19d29c99cdb86ad3b7b5f6f15dba0b2a1c4" "org.opencontainers.image.source"="https://github.com/redhat-appstudio-qe/devfile-sample-python-basic" "quay.expires-after"="6h" "build-date"="2026-05-13T13:14:51Z" "org.opencontainers.image.created"="2026-05-13T13:14:51Z" COMMIT quay.io/redhat-appstudio-qe/build-e2e-ewva/test-comp-dbqb:on-pr-8c7aa19d29c99cdb86ad3b7b5f6f15dba0b2a1c4 --> 68ab0c576a53 Successfully tagged quay.io/redhat-appstudio-qe/build-e2e-ewva/test-comp-dbqb:on-pr-8c7aa19d29c99cdb86ad3b7b5f6f15dba0b2a1c4 68ab0c576a531a035cbe2324a4c6ecde4a0da84fbeae51e553e30ff31d673133 [2026-05-13T13:18:05,428243065+00:00] Unsetting proxy [2026-05-13T13:18:05,429484194+00:00] Add metadata Recording base image digests used quay.io/devfile/python:slim quay.io/devfile/python:slim@sha256:54924a2ee4a2ef17028ae076ce38e59b3f4054353a5c9f9318dfaee60377532c Getting image source signatures Copying blob sha256:2ba41a84f8c2abb8717bd7eadb97ae91ef0c68d3a65a12b6b40b53a15852e89a Copying blob sha256:d326469892d974408d96f1e02d64dce10d20f88613688af11e99e3e22523beeb Copying blob sha256:d9892173749de078dfb702835e9e3858aff86e7447fb11c5a2f2c6bb10f882f6 Copying blob sha256:0a7eaca7a2e7e116a5658c409ea2ceb98226b7481a3b0f90c8d94d9f230fe238 Copying blob sha256:b5ebffba54d3e3f7fd80435fcdc34c4a96fdb2ecab0f0a298fe08f74c2f69d29 Copying blob sha256:609bcd29c7943a6667e3204bfa5b86a07d255f78ebc26d4c4e8981b335ac3b9a Copying config sha256:68ab0c576a531a035cbe2324a4c6ecde4a0da84fbeae51e553e30ff31d673133 Writing manifest to image destination [2026-05-13T13:18:11,992055966+00:00] End build