[2026-05-13T21:00:05,853023879+00:00] Validate context path [2026-05-13T21:00:05,857081360+00:00] Update CA trust [2026-05-13T21:00:05,858278314+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-13T21:00:10,943764547+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-13T21:00:10,951653839+00:00] Prepare system (architecture: x86_64) [2026-05-13T21:00:11,016995142+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:30fb943195a7f7cee90a9c67461c338d1d76a7004d2f94792b774ef71d875a02 Copying blob sha256:2f9c09f7c02f4403f9ec5313e53e63eafe6cd43993457b810ce1b9642812daec Copying blob sha256:778656c04542093db6d3b6e07bffbcf6ec4b24709276be7cdf177fcb3666663a Copying config sha256:04f51101c1b979fb8a45a5332bfa8ed2c60f613ea396c3edd40f3d91702b24ef Writing manifest to image destination [2026-05-13T21:00:36,289859277+00:00] Unsetting proxy { "architecture": "x86_64", "vcs-type": "git", "vcs-ref": "b3700a8bcb068ce4d037dc0bd621b0dd3e1f712b", "org.opencontainers.image.revision": "b3700a8bcb068ce4d037dc0bd621b0dd3e1f712b", "org.opencontainers.image.source": "https://github.com/redhat-appstudio-qe/devfile-sample-python-basic", "quay.expires-after": "6h", "build-date": "2026-05-13T21:00:11Z", "org.opencontainers.image.created": "2026-05-13T21:00:11Z", "io.buildah.version": "1.42.2" } [2026-05-13T21:00:36,363758336+00:00] Register sub-man Adding the entitlement to the build [2026-05-13T21:00:36,367562581+00:00] Add secrets [2026-05-13T21:00:36,376149049+00:00] Run buildah build [2026-05-13T21:00:36,377472646+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=b3700a8bcb068ce4d037dc0bd621b0dd3e1f712b --label org.opencontainers.image.revision=b3700a8bcb068ce4d037dc0bd621b0dd3e1f712b --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-13T21:00:11Z --label org.opencontainers.image.created=2026-05-13T21:00:11Z --annotation org.opencontainers.image.revision=b3700a8bcb068ce4d037dc0bd621b0dd3e1f712b --annotation org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/devfile-sample-python-basic --annotation org.opencontainers.image.created=2026-05-13T21:00:11Z --tls-verify=true --no-cache --ulimit nofile=4096:4096 --http-proxy=false -f /tmp/Dockerfile.DXTXzq -t quay.io/redhat-appstudio-qe/build-e2e-ltrq/test-comp-anun:on-pr-b3700a8bcb068ce4d037dc0bd621b0dd3e1f712b . 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 15.8 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 37.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 50.8 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 62.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.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"="b3700a8bcb068ce4d037dc0bd621b0dd3e1f712b" "org.opencontainers.image.revision"="b3700a8bcb068ce4d037dc0bd621b0dd3e1f712b" "org.opencontainers.image.source"="https://github.com/redhat-appstudio-qe/devfile-sample-python-basic" "quay.expires-after"="6h" "build-date"="2026-05-13T21:00:11Z" "org.opencontainers.image.created"="2026-05-13T21:00:11Z" COMMIT quay.io/redhat-appstudio-qe/build-e2e-ltrq/test-comp-anun:on-pr-b3700a8bcb068ce4d037dc0bd621b0dd3e1f712b --> 9fbb62f156cd Successfully tagged quay.io/redhat-appstudio-qe/build-e2e-ltrq/test-comp-anun:on-pr-b3700a8bcb068ce4d037dc0bd621b0dd3e1f712b 9fbb62f156cd0cb2758a36e3b258ceb62263488099307cee4bd15813830b5b76 [2026-05-13T21:00:44,015666417+00:00] Unsetting proxy [2026-05-13T21:00:44,016816294+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:72f67537286de8efad16f958caee3307e6e418aac5235dfc7736efdc0ba358fb Copying blob sha256:b5ebffba54d3e3f7fd80435fcdc34c4a96fdb2ecab0f0a298fe08f74c2f69d29 Copying blob sha256:d9892173749de078dfb702835e9e3858aff86e7447fb11c5a2f2c6bb10f882f6 Copying blob sha256:609bcd29c7943a6667e3204bfa5b86a07d255f78ebc26d4c4e8981b335ac3b9a Copying blob sha256:d326469892d974408d96f1e02d64dce10d20f88613688af11e99e3e22523beeb Copying blob sha256:0a7eaca7a2e7e116a5658c409ea2ceb98226b7481a3b0f90c8d94d9f230fe238 Copying config sha256:9fbb62f156cd0cb2758a36e3b258ceb62263488099307cee4bd15813830b5b76 Writing manifest to image destination [2026-05-13T21:00:51,819898835+00:00] End build