[2026-04-28T11:03:00,771831128+00:00] Validate context path [2026-04-28T11:03:00,775514280+00:00] Update CA trust [2026-04-28T11:03:00,776670481+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-04-28T11:03:02,905420141+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-04-28T11:03:02,911114298+00:00] Prepare system (architecture: x86_64) [2026-04-28T11:03:02,923461098+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-04-28T11:03:04,498378541+00:00] Unsetting proxy { "architecture": "x86_64", "vcs-type": "git", "vcs-ref": "e281808d69751caa19f1f2db3adf88bf1d92a9fe", "org.opencontainers.image.revision": "e281808d69751caa19f1f2db3adf88bf1d92a9fe", "org.opencontainers.image.source": "https://github.com/redhat-appstudio-qe/DR-MathWizz-ksxoek", "quay.expires-after": "6h", "build-date": "2026-04-28T11:03:02Z", "org.opencontainers.image.created": "2026-04-28T11:03:02Z", "io.buildah.version": "1.42.2" } [2026-04-28T11:03:04,544823372+00:00] Register sub-man Adding the entitlement to the build [2026-04-28T11:03:04,547938395+00:00] Add secrets [2026-04-28T11:03:04,555324203+00:00] Run buildah build [2026-04-28T11:03:04,556382652+00:00] buildah build --volume /tmp/entitlement:/etc/pki/entitlement --security-opt=unmask=/proc/interrupts --ignorefile /tmp/.dockerignore.OTByhF --label architecture=x86_64 --label vcs-type=git --label vcs-ref=e281808d69751caa19f1f2db3adf88bf1d92a9fe --label org.opencontainers.image.revision=e281808d69751caa19f1f2db3adf88bf1d92a9fe --label org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/DR-MathWizz-ksxoek --label quay.expires-after=6h --label build-date=2026-04-28T11:03:02Z --label org.opencontainers.image.created=2026-04-28T11:03:02Z --annotation org.opencontainers.image.revision=e281808d69751caa19f1f2db3adf88bf1d92a9fe --annotation org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/DR-MathWizz-ksxoek --annotation org.opencontainers.image.created=2026-04-28T11:03:02Z --tls-verify=true --no-cache --ulimit nofile=4096:4096 --http-proxy=false -f /tmp/Dockerfile.YwCBPJ -t quay.io/redhat-appstudio-qe/dr-test-moshekipod-same-version-dr/mathwizz-web-server:on-pr-e281808d69751caa19f1f2db3adf88bf1d92a9fe . [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:8371a51cbc44c1323f96695eaeaeeb1c44b2d30d138a279b348af5c18b2c5e24 Copying blob sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 Copying blob sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 Copying blob sha256:d3178a7b27090e22bc2464346d1cdc8f59d0fd7a241452e8148342edf3d0b1e9 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.65.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"="e281808d69751caa19f1f2db3adf88bf1d92a9fe" "org.opencontainers.image.revision"="e281808d69751caa19f1f2db3adf88bf1d92a9fe" "org.opencontainers.image.source"="https://github.com/redhat-appstudio-qe/DR-MathWizz-ksxoek" "quay.expires-after"="6h" "build-date"="2026-04-28T11:03:02Z" "org.opencontainers.image.created"="2026-04-28T11:03:02Z" [2/2] COMMIT quay.io/redhat-appstudio-qe/dr-test-moshekipod-same-version-dr/mathwizz-web-server:on-pr-e281808d69751caa19f1f2db3adf88bf1d92a9fe time="2026-04-28T11:03:30Z" level=warning msg="HEALTHCHECK is not supported for OCI image format and will be ignored. Must use `docker` format" --> ea79182c8bf3 Successfully tagged quay.io/redhat-appstudio-qe/dr-test-moshekipod-same-version-dr/mathwizz-web-server:on-pr-e281808d69751caa19f1f2db3adf88bf1d92a9fe ea79182c8bf3584711d29d549a311f215f926a417405f16c1395512940d28641 [2026-04-28T11:03:31,523753995+00:00] Unsetting proxy [2026-04-28T11:03:31,524949915+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:33bd4dd8f7737a7e49ef45a1deb4cadd930a0d6107aa71b150bcd45c57f0c83c Copying blob sha256:29df493baa13de438d6d2ece3a8333032e0b7b9b9d8cce4ee82194da255f61e1 Copying config sha256:ea79182c8bf3584711d29d549a311f215f926a417405f16c1395512940d28641 Writing manifest to image destination [2026-04-28T11:03:32,246214943+00:00] End build