[2026-05-19T10:05:48,114644472+00:00] Validate context path [2026-05-19T10:05:48,118333768+00:00] Update CA trust [2026-05-19T10:05:48,119549665+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-19T10:05:50,451570064+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-19T10:05:50,458664602+00:00] Prepare system (architecture: x86_64) [2026-05-19T10:05:50,474029894+00:00] Setup prefetched Trying to pull registry.access.redhat.com/ubi9/go-toolset:1.18.9-14... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:e76793d6902ad1adb19ede3d720024cf0cd8427b3ff606554a4bcafba03dddf4 Copying blob sha256:2a625e4afab51b49edb0e5f4ff37d8afbb20ec644ed1e68641358a6305557de3 Copying blob sha256:4a13c0e9217d70e608f2d5f5d3c5ffa6d9cd16908b3f83a7a97492d355d25a09 Copying blob sha256:0ab0ba77295aca9b12f463cb7198f0b8b6990b41151dbbd4e1b224fe85244b83 Copying config sha256:391a2eac28d98dc72726df1faa77db28f6899a77c91ad40f2bdad62baf041301 Writing manifest to image destination Storing signatures [2026-05-19T10:06:10,097945217+00:00] Unsetting proxy { "architecture": "x86_64", "build-date": "2026-05-19T10:05:50Z", "com.redhat.component": "go-toolset-container", "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI", "description": "Go Toolset available as a container is a base platform for building and running various Go applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.", "distribution-scope": "public", "io.buildah.version": "1.42.2", "io.k8s.description": "Go Toolset available as a container is a base platform for building and running various Go applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.", "io.k8s.display-name": "Go 1.18.9", "io.openshift.expose-services": "", "io.openshift.s2i.scripts-url": "image:///usr/libexec/s2i", "io.openshift.tags": "builder,golang,golang118,rh-golang118,go", "io.s2i.scripts-url": "image:///usr/libexec/s2i", "maintainer": "Red Hat, Inc.", "name": "rhel9/go-toolset", "release": "14", "summary": "Platform for building and running Go Applications", "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/rhel9/go-toolset/images/1.18.9-14", "vcs-ref": "ff8453d346fd75331f597029ce02e7109d0d73f0", "vcs-type": "git", "vendor": "Red Hat, Inc.", "version": "1.18.9", "org.opencontainers.image.revision": "ff8453d346fd75331f597029ce02e7109d0d73f0", "org.opencontainers.image.source": "https://github.com/redhat-appstudio-qe/group-snapshot-multi-component", "quay.expires-after": "5d", "org.opencontainers.image.created": "2026-05-19T10:05:50Z" } [2026-05-19T10:06:10,147684898+00:00] Register sub-man Adding the entitlement to the build [2026-05-19T10:06:10,151307032+00:00] Add secrets [2026-05-19T10:06:10,503595414+00:00] Run buildah build [2026-05-19T10:06:10,504970692+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=ff8453d346fd75331f597029ce02e7109d0d73f0 --label org.opencontainers.image.revision=ff8453d346fd75331f597029ce02e7109d0d73f0 --label org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/group-snapshot-multi-component --label quay.expires-after=5d --label build-date=2026-05-19T10:05:50Z --label org.opencontainers.image.created=2026-05-19T10:05:50Z --annotation org.opencontainers.image.revision=ff8453d346fd75331f597029ce02e7109d0d73f0 --annotation org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/group-snapshot-multi-component --annotation org.opencontainers.image.created=2026-05-19T10:05:50Z --tls-verify=true --no-cache --ulimit nofile=4096:4096 --http-proxy=false -f /tmp/Dockerfile.5f2fY8 -t quay.io/redhat-appstudio-qe/group-x0k9/go-component-ipckn5:on-pr-ff8453d346fd75331f597029ce02e7109d0d73f0 . STEP 1/10: FROM registry.access.redhat.com/ubi9/go-toolset:1.18.9-14 STEP 2/10: COPY . . STEP 3/10: RUN go mod download go: no module dependencies to download STEP 4/10: RUN go build -o ./main STEP 5/10: ENV PORT 8081 STEP 6/10: EXPOSE 8081 STEP 7/10: CMD [ "./main" ] STEP 8/10: COPY labels.json /usr/share/buildinfo/labels.json STEP 9/10: COPY labels.json /root/buildinfo/labels.json STEP 10/10: LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="ff8453d346fd75331f597029ce02e7109d0d73f0" "org.opencontainers.image.revision"="ff8453d346fd75331f597029ce02e7109d0d73f0" "org.opencontainers.image.source"="https://github.com/redhat-appstudio-qe/group-snapshot-multi-component" "quay.expires-after"="5d" "build-date"="2026-05-19T10:05:50Z" "org.opencontainers.image.created"="2026-05-19T10:05:50Z" COMMIT quay.io/redhat-appstudio-qe/group-x0k9/go-component-ipckn5:on-pr-ff8453d346fd75331f597029ce02e7109d0d73f0 --> 953994712165 Successfully tagged quay.io/redhat-appstudio-qe/group-x0k9/go-component-ipckn5:on-pr-ff8453d346fd75331f597029ce02e7109d0d73f0 953994712165a46c472ff7fa3bef3586d3072ec6778c36d75791a682fa8509b1 [2026-05-19T10:06:17,680028176+00:00] Unsetting proxy [2026-05-19T10:06:17,681402259+00:00] Add metadata Recording base image digests used registry.access.redhat.com/ubi9/go-toolset:1.18.9-14 registry.access.redhat.com/ubi9/go-toolset:1.18.9-14@sha256:4e320bd8b62e406dfc567886aeab4914db125c73fe9ec308b306c72883101d51 Getting image source signatures Copying blob sha256:96fdbc7f7554d993a3ea72b657be76bed0dbcb45fdd3c79302f5e9d96ef70de6 Copying blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 Copying blob sha256:a653a5ff4eaef6037f4f354414ab251ac7218d2d42fc8326743fc63ecf2cabd5 Copying blob sha256:d3f6a420cbadfb30033dc481690b39191ce6d2d841ccd54434c352f474ea54c3 Copying blob sha256:db77b3de17313a3fab2620178c01a4ef8eb60cbe722a6e9390f3cbb1132a7d22 Copying config sha256:953994712165a46c472ff7fa3bef3586d3072ec6778c36d75791a682fa8509b1 Writing manifest to image destination [2026-05-19T10:06:26,778016215+00:00] End build