[2026-04-19T10:03:51,852748126+00:00] Validate context path [2026-04-19T10:03:51,856276065+00:00] Update CA trust [2026-04-19T10:03:51,857367563+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-04-19T10:03:54,230286548+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-04-19T10:03:54,236045704+00:00] Prepare system (architecture: x86_64) [2026-04-19T10:03:54,268450484+00:00] Setup prefetched Trying to pull quay.io/devfile/python:slim... Getting image source signatures Copying blob sha256:0f372def914e585a52a46de64d0ed00b960c02f5f81a307d673e73b404203d61 Copying blob sha256:025c56f98b679f70b7a54241917e56da7b59ab9d2defecc6ebdb0bf2750484bb Copying blob sha256:2f9c09f7c02f4403f9ec5313e53e63eafe6cd43993457b810ce1b9642812daec Copying blob sha256:778656c04542093db6d3b6e07bffbcf6ec4b24709276be7cdf177fcb3666663a Copying blob sha256:30fb943195a7f7cee90a9c67461c338d1d76a7004d2f94792b774ef71d875a02 Copying config sha256:04f51101c1b979fb8a45a5332bfa8ed2c60f613ea396c3edd40f3d91702b24ef Writing manifest to image destination [2026-04-19T10:04:04,212902365+00:00] Unsetting proxy { "architecture": "x86_64", "vcs-type": "git", "vcs-ref": "7401419c3c2cc410afc55dd33580f49f35f13aac", "org.opencontainers.image.revision": "7401419c3c2cc410afc55dd33580f49f35f13aac", "org.opencontainers.image.source": "https://github.com/redhat-appstudio-qe/devfile-sample-python-basic", "quay.expires-after": "6h", "build-date": "2026-04-19T10:03:54Z", "org.opencontainers.image.created": "2026-04-19T10:03:54Z", "io.buildah.version": "1.42.2" } [2026-04-19T10:04:04,265538968+00:00] Register sub-man Adding the entitlement to the build [2026-04-19T10:04:04,268920796+00:00] Add secrets [2026-04-19T10:04:04,277045761+00:00] Run buildah build [2026-04-19T10:04:04,278433265+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=7401419c3c2cc410afc55dd33580f49f35f13aac --label org.opencontainers.image.revision=7401419c3c2cc410afc55dd33580f49f35f13aac --label org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/devfile-sample-python-basic --label quay.expires-after=6h --label build-date=2026-04-19T10:03:54Z --label org.opencontainers.image.created=2026-04-19T10:03:54Z --annotation org.opencontainers.image.revision=7401419c3c2cc410afc55dd33580f49f35f13aac --annotation org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/devfile-sample-python-basic --annotation org.opencontainers.image.created=2026-04-19T10:03:54Z --tls-verify=true --no-cache --ulimit nofile=4096:4096 --http-proxy=false -f /tmp/Dockerfile.DgU8ua -t quay.io/redhat-appstudio-qe/build-e2e-xebg/test-comp-vrgr:on-pr-7401419c3c2cc410afc55dd33580f49f35f13aac . 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 22.9 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 76.1 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 118.7 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.2-py3-none-any.whl (108 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.4/108.4 kB 96.6 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.2 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.0.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"="7401419c3c2cc410afc55dd33580f49f35f13aac" "org.opencontainers.image.revision"="7401419c3c2cc410afc55dd33580f49f35f13aac" "org.opencontainers.image.source"="https://github.com/redhat-appstudio-qe/devfile-sample-python-basic" "quay.expires-after"="6h" "build-date"="2026-04-19T10:03:54Z" "org.opencontainers.image.created"="2026-04-19T10:03:54Z" COMMIT quay.io/redhat-appstudio-qe/build-e2e-xebg/test-comp-vrgr:on-pr-7401419c3c2cc410afc55dd33580f49f35f13aac --> d1a5765db53b Successfully tagged quay.io/redhat-appstudio-qe/build-e2e-xebg/test-comp-vrgr:on-pr-7401419c3c2cc410afc55dd33580f49f35f13aac d1a5765db53b861ff9a0f4857b0664cc5609833d050112520bc1d84bff042ee2 [2026-04-19T10:04:08,836863017+00:00] Unsetting proxy [2026-04-19T10:04:08,838124364+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:d326469892d974408d96f1e02d64dce10d20f88613688af11e99e3e22523beeb Copying blob sha256:addc78d3cb6162719f45f62cac0cd4eaf49d31d042d8ee3b6d22fbc8377c41df Copying blob sha256:d9892173749de078dfb702835e9e3858aff86e7447fb11c5a2f2c6bb10f882f6 Copying blob sha256:0a7eaca7a2e7e116a5658c409ea2ceb98226b7481a3b0f90c8d94d9f230fe238 Copying blob sha256:609bcd29c7943a6667e3204bfa5b86a07d255f78ebc26d4c4e8981b335ac3b9a Copying blob sha256:b5ebffba54d3e3f7fd80435fcdc34c4a96fdb2ecab0f0a298fe08f74c2f69d29 Copying config sha256:d1a5765db53b861ff9a0f4857b0664cc5609833d050112520bc1d84bff042ee2 Writing manifest to image destination [2026-04-19T10:04:12,248921192+00:00] End build