Container: step-build INFO: Using mounted CA bundle: /tekton-custom-certs/ca-bundle.crt '/tekton-custom-certs/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' [2025-09-11T01:17:46,963377011+00:00] Validate context path STEP 1/7: FROM registry.access.redhat.com/ubi9/python-312:latest Trying to pull registry.access.redhat.com/ubi9/python-312:latest... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:5421398e4c94a8cf3b8024b51b9d86a177bfc25ab072ea2bd0da5fc28c5b211e Copying blob sha256:d3cc7dd0729141f3fc64ea3f5d623225b86f29c02caefee54aa160c837b9b68e Copying blob sha256:1afa39dd1b239cb1e882eec1b1e4579bcb2b4b0481551e8242648175f05134f5 Copying blob sha256:f1cb8c857177c7524711e894ec399eb85f7725c36919fe67682aff9ad5fd9802 Copying config sha256:83bdb13228a3325fccef4a6809b8ff65c5692b5ee9a8e57f15d7ed0af36b879a Writing manifest to image destination Storing signatures STEP 2/7: EXPOSE 8081/tcp STEP 3/7: ENV FLASK_PORT=8081 STEP 4/7: WORKDIR /projects STEP 5/7: COPY . . STEP 6/7: 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 blinker==1.9.0 (from -r requirements.txt (line 7)) Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB) Collecting click==8.1.8 (from -r requirements.txt (line 11)) Downloading click-8.1.8-py3-none-any.whl (98 kB) Collecting flask==3.1.0 (from -r requirements.txt (line 15)) Downloading flask-3.1.0-py3-none-any.whl (102 kB) Collecting itsdangerous==2.2.0 (from -r requirements.txt (line 19)) Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) Collecting jinja2==3.1.6 (from -r requirements.txt (line 23)) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Collecting markupsafe==3.0.2 (from -r requirements.txt (line 27)) Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) Collecting werkzeug==3.1.3 (from -r requirements.txt (line 92)) Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB) Installing collected packages: markupsafe, itsdangerous, click, blinker, werkzeug, jinja2, flask Successfully installed blinker-1.9.0 click-8.1.8 flask-3.1.0 itsdangerous-2.2.0 jinja2-3.1.6 markupsafe-3.0.2 werkzeug-3.1.3 [notice] A new release of pip is available: 24.2 -> 25.2 [notice] To update, run: pip install --upgrade pip STEP 7/7: CMD [ "python", "./app.py" ] COMMIT quay.io/rhtap_qe/rhtap-qe-python:7e75b68f94d4f030a12a7753e46ca5fd9c55109c Getting image source signatures Copying blob sha256:b989f0b527ca3362fbfd6c387a16da6e8f5d56d8d850fd3562b774d8cd84e819 Copying blob sha256:142e9f9476ebeb3e2f585cbdd86770dfb68d28f0cead495f585142ca1ca83961 Copying blob sha256:ccad7ccb8516bfbc90ad2ba9106ff67cc70ebed6ef328904346d481b46077565 Copying blob sha256:18c10bb2c1dd56b3e877c866446c9f4de70b6216d025f561d586d83a5eb8e81c Copying blob sha256:23a3a0ac0104ff93d69cd5ff23c20ff3b1cc0bd2ebeae3b039af8afc22e08aaf Copying config sha256:934bcee90f8eb5adf25aae5909c88d11583577c1132d223c3fa831e6ae4bdafa Writing manifest to image destination --> 934bcee90f8e Successfully tagged quay.io/rhtap_qe/rhtap-qe-python:7e75b68f94d4f030a12a7753e46ca5fd9c55109c 934bcee90f8eb5adf25aae5909c88d11583577c1132d223c3fa831e6ae4bdafa Getting image source signatures Copying blob sha256:142e9f9476ebeb3e2f585cbdd86770dfb68d28f0cead495f585142ca1ca83961 Copying blob sha256:23a3a0ac0104ff93d69cd5ff23c20ff3b1cc0bd2ebeae3b039af8afc22e08aaf Copying blob sha256:b989f0b527ca3362fbfd6c387a16da6e8f5d56d8d850fd3562b774d8cd84e819 Copying blob sha256:18c10bb2c1dd56b3e877c866446c9f4de70b6216d025f561d586d83a5eb8e81c Copying blob sha256:ccad7ccb8516bfbc90ad2ba9106ff67cc70ebed6ef328904346d481b46077565 Copying config sha256:934bcee90f8eb5adf25aae5909c88d11583577c1132d223c3fa831e6ae4bdafa Writing manifest to image destination Getting image source signatures Copying blob sha256:23a3a0ac0104ff93d69cd5ff23c20ff3b1cc0bd2ebeae3b039af8afc22e08aaf Copying blob sha256:b989f0b527ca3362fbfd6c387a16da6e8f5d56d8d850fd3562b774d8cd84e819 Copying blob sha256:18c10bb2c1dd56b3e877c866446c9f4de70b6216d025f561d586d83a5eb8e81c Copying blob sha256:ccad7ccb8516bfbc90ad2ba9106ff67cc70ebed6ef328904346d481b46077565 Copying blob sha256:142e9f9476ebeb3e2f585cbdd86770dfb68d28f0cead495f585142ca1ca83961 Copying config sha256:934bcee90f8eb5adf25aae5909c88d11583577c1132d223c3fa831e6ae4bdafa Writing manifest to image destination sha256:4620fc2d773c2616af5877d44f646f3c2fc83749a10d9fda0f469dcb9524677aquay.io/rhtap_qe/rhtap-qe-python:7e75b68f94d4f030a12a7753e46ca5fd9c55109cGetting image source signatures Copying blob sha256:23a3a0ac0104ff93d69cd5ff23c20ff3b1cc0bd2ebeae3b039af8afc22e08aaf Copying blob sha256:18c10bb2c1dd56b3e877c866446c9f4de70b6216d025f561d586d83a5eb8e81c Copying blob sha256:ccad7ccb8516bfbc90ad2ba9106ff67cc70ebed6ef328904346d481b46077565 Copying blob sha256:142e9f9476ebeb3e2f585cbdd86770dfb68d28f0cead495f585142ca1ca83961 Copying blob sha256:b989f0b527ca3362fbfd6c387a16da6e8f5d56d8d850fd3562b774d8cd84e819 Copying config sha256:934bcee90f8eb5adf25aae5909c88d11583577c1132d223c3fa831e6ae4bdafa Writing manifest to image destination