[2026-05-07T15:25:52,448055713+00:00] Validate context path [2026-05-07T15:25:52,451235023+00:00] Update CA trust [2026-05-07T15:25:52,452296626+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-07T15:25:54,635110224+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-07T15:25:54,641954807+00:00] Prepare system (architecture: x86_64) [2026-05-07T15:25:54,677883520+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-07T15:26:42,450961187+00:00] Unsetting proxy { "architecture": "x86_64", "vcs-type": "git", "vcs-ref": "2e11f99222afb2b05c0d65d305214087fcdffba2", "org.opencontainers.image.revision": "2e11f99222afb2b05c0d65d305214087fcdffba2", "org.opencontainers.image.source": "https://github.com/redhat-appstudio-qe/devfile-sample-python-basic", "quay.expires-after": "6h", "build-date": "2026-05-07T15:25:54Z", "org.opencontainers.image.created": "2026-05-07T15:25:54Z", "io.buildah.version": "1.42.2" } [2026-05-07T15:26:42,497842408+00:00] Register sub-man Adding the entitlement to the build [2026-05-07T15:26:42,504382005+00:00] Add secrets [2026-05-07T15:26:42,512519528+00:00] Run buildah build [2026-05-07T15:26:42,513674875+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=2e11f99222afb2b05c0d65d305214087fcdffba2 --label org.opencontainers.image.revision=2e11f99222afb2b05c0d65d305214087fcdffba2 --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-07T15:25:54Z --label org.opencontainers.image.created=2026-05-07T15:25:54Z --annotation org.opencontainers.image.revision=2e11f99222afb2b05c0d65d305214087fcdffba2 --annotation org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/devfile-sample-python-basic --annotation org.opencontainers.image.created=2026-05-07T15:25:54Z --tls-verify=true --no-cache --ulimit nofile=4096:4096 --http-proxy=false -f /tmp/Dockerfile.nzK8AA -t quay.io/redhat-appstudio-qe/build-e2e-hjit/test-comp-khbg:on-pr-2e11f99222afb2b05c0d65d305214087fcdffba2 . 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 20.1 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 55.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 114.4 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 112.0 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"="2e11f99222afb2b05c0d65d305214087fcdffba2" "org.opencontainers.image.revision"="2e11f99222afb2b05c0d65d305214087fcdffba2" "org.opencontainers.image.source"="https://github.com/redhat-appstudio-qe/devfile-sample-python-basic" "quay.expires-after"="6h" "build-date"="2026-05-07T15:25:54Z" "org.opencontainers.image.created"="2026-05-07T15:25:54Z" COMMIT quay.io/redhat-appstudio-qe/build-e2e-hjit/test-comp-khbg:on-pr-2e11f99222afb2b05c0d65d305214087fcdffba2 --> 3dd1658c2ab9 Successfully tagged quay.io/redhat-appstudio-qe/build-e2e-hjit/test-comp-khbg:on-pr-2e11f99222afb2b05c0d65d305214087fcdffba2 3dd1658c2ab9f883b876adfb306d93d11b23a61d4fe94fa27ef0011b2ac6ac7b [2026-05-07T15:26:46,186774509+00:00] Unsetting proxy [2026-05-07T15:26:46,188006656+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:434cd80e030e12986ccc7379b6c5c58e60a02f86cecb3a831bc8a894d96ceb3e Copying blob sha256:d9892173749de078dfb702835e9e3858aff86e7447fb11c5a2f2c6bb10f882f6 Copying blob sha256:609bcd29c7943a6667e3204bfa5b86a07d255f78ebc26d4c4e8981b335ac3b9a Copying blob sha256:d326469892d974408d96f1e02d64dce10d20f88613688af11e99e3e22523beeb Copying blob sha256:b5ebffba54d3e3f7fd80435fcdc34c4a96fdb2ecab0f0a298fe08f74c2f69d29 Copying blob sha256:0a7eaca7a2e7e116a5658c409ea2ceb98226b7481a3b0f90c8d94d9f230fe238 Copying config sha256:3dd1658c2ab9f883b876adfb306d93d11b23a61d4fe94fa27ef0011b2ac6ac7b Writing manifest to image destination [2026-05-07T15:26:46,924355157+00:00] End build