[2026-05-12T03:39:08,481786519+00:00] Validate context path [2026-05-12T03:39:08,485306632+00:00] Update CA trust [2026-05-12T03:39:08,486524442+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-12T03:39:10,589375232+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-12T03:39:10,595032446+00:00] Prepare system (architecture: x86_64) [2026-05-12T03:39:10,606860730+00:00] Setup prefetched Trying to pull docker.io/library/alpine:latest... Getting image source signatures Copying blob sha256:6a0ac1617861a677b045b7ff88545213ec31c0ff08763195a70a4a5adda577bb Copying config sha256:3cb067eab609612d81b4d82ff8ad71d73482bb3059a87b642d7e14f0ed659cde Writing manifest to image destination [2026-05-12T03:39:14,311528851+00:00] Unsetting proxy { "architecture": "x86_64", "vcs-type": "git", "vcs-ref": "97cd2c0a199622ec1425ce021e5333e546f9a51d", "org.opencontainers.image.revision": "97cd2c0a199622ec1425ce021e5333e546f9a51d", "org.opencontainers.image.source": "https://github.com/redhat-appstudio-qe/DR-MathWizz-nkkbkp", "quay.expires-after": "6h", "build-date": "2026-05-12T03:39:10Z", "org.opencontainers.image.created": "2026-05-12T03:39:10Z", "io.buildah.version": "1.42.2" } [2026-05-12T03:39:14,356621234+00:00] Register sub-man Adding the entitlement to the build [2026-05-12T03:39:14,359933857+00:00] Add secrets [2026-05-12T03:39:14,367457421+00:00] Run buildah build [2026-05-12T03:39:14,368564046+00:00] buildah build --volume /tmp/entitlement:/etc/pki/entitlement --security-opt=unmask=/proc/interrupts --ignorefile /tmp/.dockerignore.petgRE --label architecture=x86_64 --label vcs-type=git --label vcs-ref=97cd2c0a199622ec1425ce021e5333e546f9a51d --label org.opencontainers.image.revision=97cd2c0a199622ec1425ce021e5333e546f9a51d --label org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/DR-MathWizz-nkkbkp --label quay.expires-after=6h --label build-date=2026-05-12T03:39:10Z --label org.opencontainers.image.created=2026-05-12T03:39:10Z --annotation org.opencontainers.image.revision=97cd2c0a199622ec1425ce021e5333e546f9a51d --annotation org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/DR-MathWizz-nkkbkp --annotation org.opencontainers.image.created=2026-05-12T03:39:10Z --tls-verify=true --no-cache --ulimit nofile=4096:4096 --http-proxy=false -f /tmp/Dockerfile.kuwKcM -t quay.io/redhat-appstudio-qe/dr-test-moshekipod-backwards-compat-dr/mathwizz-web-server:on-pr-97cd2c0a199622ec1425ce021e5333e546f9a51d . [1/2] STEP 1/7: FROM docker.io/library/golang:1.23-alpine AS builder Trying to pull docker.io/library/golang:1.23-alpine... Getting image source signatures Copying blob sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 Copying blob sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 Copying blob sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 Copying blob sha256:d3178a7b27090e22bc2464346d1cdc8f59d0fd7a241452e8148342edf3d0b1e9 Copying blob sha256:8371a51cbc44c1323f96695eaeaeeb1c44b2d30d138a279b348af5c18b2c5e24 Copying config sha256:72fd06a5dd05d7cb31d0fa2a125e89eecc16fbff26acf95bbd2762cdcfb5af38 Writing manifest to image destination [1/2] STEP 2/7: WORKDIR /app [1/2] STEP 3/7: RUN apk add --no-cache git fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/12) Installing brotli-libs (1.1.0-r2) (2/12) Installing c-ares (1.34.6-r0) (3/12) Installing libunistring (1.3-r0) (4/12) Installing libidn2 (2.3.7-r0) (5/12) Installing nghttp2-libs (1.69.0-r0) (6/12) Installing libpsl (0.21.5-r3) (7/12) Installing zstd-libs (1.5.7-r0) (8/12) Installing libcurl (8.14.1-r2) (9/12) Installing libexpat (2.7.5-r0) (10/12) Installing pcre2 (10.46-r0) (11/12) Installing git (2.49.1-r0) (12/12) Installing git-init-template (2.49.1-r0) Executing busybox-1.37.0-r18.trigger OK: 20 MiB in 29 packages [1/2] STEP 4/7: COPY go.mod go.sum ./ [1/2] STEP 5/7: RUN go mod download [1/2] STEP 6/7: COPY *.go ./ [1/2] STEP 7/7: RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o web-server . [2/2] STEP 1/10: FROM docker.io/library/alpine:latest [2/2] STEP 2/10: RUN apk --no-cache add ca-certificates (1/1) Installing ca-certificates (20260413-r0) Executing busybox-1.37.0-r30.trigger Executing ca-certificates-20260413-r0.trigger OK: 8476 KiB in 17 packages [2/2] STEP 3/10: WORKDIR /root/ [2/2] STEP 4/10: COPY --from=builder /app/web-server . [2/2] STEP 5/10: EXPOSE 8080 [2/2] STEP 6/10: HEALTHCHECK --interval=10s --timeout=5s --start-period=10s --retries=3 CMD wget --no-verbose --tries=1 --spider http://localhost:8080/health || exit 1 [2/2] STEP 7/10: CMD ["./web-server"] [2/2] STEP 8/10: COPY labels.json /usr/share/buildinfo/labels.json [2/2] STEP 9/10: COPY labels.json /root/buildinfo/labels.json [2/2] STEP 10/10: LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="97cd2c0a199622ec1425ce021e5333e546f9a51d" "org.opencontainers.image.revision"="97cd2c0a199622ec1425ce021e5333e546f9a51d" "org.opencontainers.image.source"="https://github.com/redhat-appstudio-qe/DR-MathWizz-nkkbkp" "quay.expires-after"="6h" "build-date"="2026-05-12T03:39:10Z" "org.opencontainers.image.created"="2026-05-12T03:39:10Z" [2/2] COMMIT quay.io/redhat-appstudio-qe/dr-test-moshekipod-backwards-compat-dr/mathwizz-web-server:on-pr-97cd2c0a199622ec1425ce021e5333e546f9a51d time="2026-05-12T03:39:42Z" level=warning msg="HEALTHCHECK is not supported for OCI image format and will be ignored. Must use `docker` format" --> 459c4ad4c90c Successfully tagged quay.io/redhat-appstudio-qe/dr-test-moshekipod-backwards-compat-dr/mathwizz-web-server:on-pr-97cd2c0a199622ec1425ce021e5333e546f9a51d 459c4ad4c90c0fe5957d0192ded08b79a4cdd3c93c7c81c2f306e2d10d0562cc [2026-05-12T03:39:43,566306213+00:00] Unsetting proxy [2026-05-12T03:39:43,567563750+00:00] Add metadata Recording base image digests used docker.io/library/golang:1.23-alpine docker.io/library/golang:1.23-alpine@sha256:383395b794dffa5b53012a212365d40c8e37109a626ca30d6151c8348d380b5f docker.io/library/alpine:latest docker.io/library/alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 Getting image source signatures Copying blob sha256:d39c942e08f63fe51c2114159b2689d217a9c114f617244d7473f725925286e1 Copying blob sha256:29df493baa13de438d6d2ece3a8333032e0b7b9b9d8cce4ee82194da255f61e1 Copying config sha256:459c4ad4c90c0fe5957d0192ded08b79a4cdd3c93c7c81c2f306e2d10d0562cc Writing manifest to image destination [2026-05-12T03:39:43,891622289+00:00] End build