[05:22:01] START - All [+xxxx] lines that follow are relative to 2025-05-06T10:22:01Z.
[+0000s] + ./test/buildah-bud/run-buildah-bud-tests # /var/tmp/go/src/github.com
/containers/podman/./contrib/cirrus/runner.sh:88 in _run_bud()
[+0001s] ++ git merge-base main 4a4b8dcfe90e194cc188fcc3cb0827ec487e3d22
++ git diff --name-status cd4a7b1f3a40768755ba7ac549b2179122128aa4 4a4b8dcfe90e194cc188fcc3cb0827ec487e3d22
+ git clone -q --branch v1.40.0 https://github.com/containers/buildah test-buildah-v1.40.0
[+0008s] warning: refs/tags/v1.40.0 3907d233cf6ed1a05d54c3397b7b16ebcfa08941 is not a commit!
Note: switching to 'ff62e3e8a5da56352e90039fb4747ff8438b7b5c'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
[+0009s] + git config --global user.email TMcTestFace@example.com
+ git config --global user.name 'Testy McTestface'
+ git config --global --add safe.directory test-buildah-v1.40.0
+ git tag buildah-bud-in-podman
+ make bin/buildah
[+0011s] as -o internal/mkcw/embed/entrypoint_amd64.o internal/mkcw/embed/entrypoint_amd64.s
ld -o internal/mkcw/embed/entrypoint_amd64 internal/mkcw/embed/entrypoint_amd64.o
strip internal/mkcw/embed/entrypoint_amd64
gzip -k9nf internal/mkcw/embed/entrypoint_amd64
go build -ldflags '-X main.GitCommit=ff62e3e8a5da56352e90039fb4747ff8438b7b5c -X main.buildInfo=1746526930 -X main.cniVersion=v1.3.0 ' -gcflags "" -o bin/buildah -tags "seccomp systemd" ./cmd/buildah
[+0125s] test -z "-Z" || chcon --verbose -t container_runtime_exec_t bin/buildah
changing security context of 'bin/buildah'
+ make bin/copy
[+0127s] go build -ldflags '-X main.GitCommit=ff62e3e8a5da56352e90039fb4747ff8438b7b5c-dirty -X main.buildInfo=1746527046 -X main.cniVersion=v1.3.0 ' -o bin/copy -tags "seccomp systemd" ./tests/copy/copy.go
[+0131s] + make bin/inet
go build -ldflags '-X main.GitCommit=ff62e3e8a5da56352e90039fb4747ff8438b7b5c-dirty -X main.buildInfo=1746527052 -X main.cniVersion=v1.3.0 ' -o bin/inet -tags "seccomp systemd" ./tests/inet/inet.go
[+0132s] + git am --reject
Checking patch tests/helpers.bash...
Hunk #4 succeeded at 429 (offset 43 lines).
Hunk #5 succeeded at 472 (offset 43 lines).
Hunk #6 succeeded at 834 (offset 43 lines).
Applied patch tests/helpers.bash cleanly.
Applying: tweaks for running buildah tests under podman
+ /var/tmp/go/src/github.com/containers/podman/test/buildah-bud/apply-podman-deltas
++ pwd
++ pwd
++ pwd
++ nproc
+ sudo env TMPDIR=/var/tmp PODMAN_BINARY=/var/tmp/go/src/github.com/containers/podman/bin/podman PODMAN_SERVER_LOG=/var/tmp/go/src/github.com/containers/podman/podman-server.log REMOTE= BUILDAH_BINARY=/var/tmp/go/src/github.com/containers/podman/test-buildah-v1.40.0/bin/buildah COPY_BINARY=/var/tmp/go/src/github.com/containers/podman/test-buildah-v1.40.0/bin/copy INET_BINARY=/var/tmp/go/src/github.com/containers/podman/test-buildah-v1.40.0/bin/inet bats -j 4 tests/bud.bats
[+0138s] 1..429
[+0896s] ok 1 bud with a path to a Dockerfile (-f) containing a non-directory entry
ok 2 bud stdio is usable pipes
ok 3 bud: build manifest list and --add-compression zstd
ok 4 bud: build manifest list and --add-compression with containers.conf
ok 5 bud: build manifest list with --add-compression zstd, --compression and --force-compression
ok 6 Multi-stage should not remove used base-image without --layers
ok 7 no layer should be created on scratch
ok 8 bud: build push with --force-compression # skip not a useful podman test, and it breaks when run parallel
ok 9 bud with --dns* flags
ok 10 build with inline RUN --network=host
ok 11 build with inline RUN --network=none
ok 12 build with inline RUN --network=fake
ok 13 build with inline default RUN --network=default
ok 14 bud with ignoresymlink on default file
ok 15 buildkit-mount type=cache should not hang if cache is wiped in between
ok 16 build test warning for preconfigured TARGETARCH, TARGETOS, TARGETPLATFORM or TARGETVARIANT
ok 17 build-conflicting-isolation-chroot-and-network
ok 18 bud with .dockerignore #1
ok 19 bud --layers with --mount type bind should burst cache if symlink is changed
ok 20 bud --layers with --mount type bind should burst cache if content is changed
ok 21 bud --layers with --mount type bind should burst and multiple mounts cache if content is changed
ok 22 bud --layers with --mount type bind should burst cache if content is changed - source is additional build context
ok 23 bud --layers should not hit cache if heredoc is changed
ok 24 bud --layers should not hit cache if heredoc is changed - with ARG
ok 25 bud build with heredoc content
ok 26 bud build with heredoc with COPY instructionw with .containerignore set
ok 27 bud build with heredoc content which is a bash file
ok 28 bud build with heredoc content with inline interpreter
ok 29 bud build with heredoc verify mount leak
ok 30 bud with .containerignore
ok 31 bud with .dockerignore - unmatched
ok 32 bud with .dockerignore #2
ok 33 bud with .dockerignore #4
ok 34 bud with .dockerignore #6
ok 35 build with --platform without OS
ok 36 build with basename resolving default arg
ok 37 build with basename resolving user arg
ok 38 build with basename resolving user arg from file
ok 39 build with basename resolving user arg from latest file in arg list
ok 40 build with basename resolving user arg from in arg list
ok 41 build with basename resolving user arg - should fail
ok 42 build-with-inline-platform-and-variant
ok 43 build-with-inline-platform
ok 44 build-with-inline-platform-and-rely-on-defaultbuiltinargs
ok 45 build-with-inline-platform-and-rely-on-defaultbuiltinargs-check-custom-override
ok 46 build-with-inline-platform-amd-but-tag-as-arm
ok 47 build-with-omit-history-to-true should not add history
ok 48 build with --userns=auto also with size
ok 49 build with --userns=auto with uidmapping
ok 50 build with --userns=auto with gidmapping
ok 51 build-test with OCI prestart hook
ok 52 build with add resolving to invalid HTTP status code
ok 53 build test has gid in supplemental groups
ok 54 build-mount-cache-with-id-mappings
ok 55 build test if supplemental groups has gid with --isolation chroot
ok 56 build-test --mount=type=secret test relative to workdir mount
ok 57 build-test --mount=type=cache test relative to workdir mount
ok 58 build-test do not use mount stage from cache if it was rebuilt
ok 59 build-test use image from cache with --mount and burst when image is changed
ok 60 build-test verify no dangling containers are left
ok 61 No default warning for TARGETARCH, TARGETOS, TARGETPLATFORM
ok 62 build-test skipping unwanted stages with --skip-unused-stages=false and --skip-unused-stages=true
ok 63 build-test: do not warn for instructions declared in unused stages
ok 64 build-test skipping unwanted stages with FROM
ok 65 build: test race in updating image name while performing parallel commits
ok 66 build-test skipping unwanted stages with FROM and conflict with additional build context
ok 67 build-test skipping unwanted stages with COPY from stage name
ok 68 build test --retry and --retry-delay
ok 69 build-test skipping unwanted stages with COPY from stage index
ok 70 build test optimal cache working for COPY instruction
ok 71 build test optimal cache working for ADD instruction
ok 72 build-test skipping unwanted stages with --mount from stagename
ok 73 build-test skipping unwanted stages with --mount from stagename with flag order changed
ok 74 build-with-additional-build-context and COPY, test pinning image
ok 75 build-with-additional-build-context and COPY, stagename and additional-context conflict
ok 76 build-with-additional-build-context and COPY, additionalContext and numeric value of stage
ok 77 build-with-additional-build-context and FROM, stagename and additional-context conflict
ok 78 build-with-additional-build-context and COPY, additional context from host
ok 79 build-with-additional-build-context and COPY, additional context from external URL
ok 80 build-with-additional-build-context and FROM, pin busybox to alpine
ok 81 build-with-additional-build-context and RUN --mount=from=, additional-context and also test conflict with stagename
ok 82 build-with-additional-build-context and RUN --mount=from=, additional-context not image and also test conflict with stagename
ok 83 build-with-additional-build-context must use cache if built with layers
ok 84 build-with-additional-build-context and RUN --mount=from=, additional-context is URL and mounted from subdir
ok 85 build-with-additional-build-context and COPY, ensure .containerignore is being respected
ok 86 bud with --layers and --no-cache flags
ok 87 bud with no --layers comment
ok 88 bud with --layers and single and two line Dockerfiles
ok 89 bud with --layers, multistage, and COPY with --from
ok 90 bud-multistage-partial-cache
ok 91 bud-multistage-copy-final-slash
ok 92 bud-multistage-reused
ok 93 bud-multistage-cache
ok 94 bud-multistage-pull-always
ok 95 bud with --layers and symlink file
ok 96 bud with --layers and dangling symlink
ok 97 bud with --layers and --build-args
ok 98 bud with --layers and --build-args: override ARG with ENV and image must be cached
ok 99 bud with --layers and --build-args: use raw ARG and cache should not be used
not ok 100 bud with --rm flag
# (from function `die' in file tests/helpers.bash, line 523,
# from function `run_buildah' in file tests/helpers.bash, line 510,
# in test file tests/bud.bats, line 2213)
# `run_buildah build $WITH_POLICY_JSON --rm=false --layers -t test2 $BUDFILES/use-layers' failed
# /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.40.0/tests /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.40.0
# # [checking for: docker.io/library/alpine]
# # [restoring from cache: /var/tmp/bats-run-77sjds/suite/buildah-image-cache / docker.io/library/alpine]
# Getting image source signatures
# Copying blob sha256:9d16cba9fb961d1aafec9542f2bf7cb64acfc55245f9e4eb5abecd4cdc38d749
# Copying config sha256:961769676411f082461f9ef46626dd7a2d1e2b2a38e6a44364bcbecf51e66dd4
# Writing manifest to image destination
# # podman build --force-rm=false --signature-policy /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.40.0/tests/policy.json --layers -t test1 /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.40.0/tests/bud/use-layers
# STEP 1/7: FROM alpine
# STEP 2/7: RUN mkdir /hello
# --> bd5eff816439
# STEP 3/7: VOLUME /var/lib/testdata
# --> aca6b6b50925
# STEP 4/7: RUN touch file.txt
# --> ef7494cb71de
# STEP 5/7: EXPOSE 8080
# --> 31706bc1236a
# STEP 6/7: ADD https://github.com/containers/buildah/blob/main/README.md /tmp/
# --> 605c9f6d42eb
# STEP 7/7: ENV foo=bar
# COMMIT test1
# --> 68036ab29841
# Successfully tagged localhost/test1:latest
# 68036ab29841fcb0a07ccdab8b556ed6a5d79df032038c23b122272c2b43ba8f
# # buildah containers
# CONTAINER ID BUILDER IMAGE ID IMAGE NAME CONTAINER NAME
# # podman build --force-rm=false --signature-policy /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.40.0/tests/policy.json --rm=false --layers -t test2 /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.40.0/tests/bud/use-layers
# STEP 1/7: FROM alpine
# STEP 2/7: RUN mkdir /hello
# --> Using cache bd5eff816439125fef6e467046889ede1fea68122ba7c893b2455a63f8101a50
# --> bd5eff816439
# STEP 3/7: VOLUME /var/lib/testdata
# --> Using cache aca6b6b50925b58faa01fb2dfc7debae0b1a6bfceadc75a49110c45b576e4a68
# --> aca6b6b50925
# STEP 4/7: RUN touch file.txt
# --> Using cache ef7494cb71def0d15d977b95a3c710740cc8f36346c538cbf163ad3b19fd0079
# --> ef7494cb71de
# STEP 5/7: EXPOSE 8080
# --> Using cache 31706bc1236ac3917e3cbab6a6a53b46a531715469550ebd3be689a044547a07
# --> 31706bc1236a
# STEP 6/7: ADD https://github.com/containers/buildah/blob/main/README.md /tmp/
# Error: building at STEP "ADD https://github.com/containers/buildah/blob/main/README.md /tmp/": reading "https://github.com/containers/buildah/blob/main/README.md": invalid response status 429
# [ rc=125 (** EXPECTED 0 **) ]
# #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
# #| FAIL: exit code is 125; expected 0
# #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.40.0
ok 101 bud with --force-rm flag
ok 102 bud --layers with non-existent/down registry
ok 103 bud from base image should have base image ENV also
ok 104 bud-from-scratch
ok 105 bud-with-unlimited-memory-swap
ok 106 build with --no-cache and --layer
ok 107 build --unsetenv PATH
ok 108 bud with --env
ok 109 build with custom build output and output rootfs to directory
ok 110 build with custom build output for multi-stage and output rootfs to directory
ok 111 build with custom build output for multi-stage-cached and output rootfs to directory
ok 112 build with custom build output for single-stage-cached and output rootfs to directory
ok 113 build with custom build output and output rootfs to tar
ok 114 build with custom build output and output rootfs to tar by pipe
ok 115 build with custom build output and output rootfs to tar with no additional step
ok 116 build with custom build output must fail for bad input
ok 117 bud-from-scratch-untagged
ok 118 bud with --tag
ok 119 bud with bad --tag
ok 120 bud-from-scratch-iid
ok 121 bud-from-scratch-label
ok 122 bud-from-scratch-remove-identity-label
ok 123 bud-from-scratch-annotation
ok 124 bud-from-scratch-layers
ok 125 bud-from-multiple-files-one-from
ok 126 bud-from-multiple-files-two-froms
ok 127 build using --layer-label and test labels on intermediate images
ok 128 bud and test --unsetlabel
ok 129 bud and test inherit-labels
ok 130 build using intermediate images should not inherit label
ok 131 bud-multi-stage-builds
ok 132 bud-multi-stage-builds-small-as
ok 133 bud-preserve-subvolumes
ok 134 bud-http-Dockerfile
ok 135 bud-http-context-with-Dockerfile
ok 136 bud-http-context-dir-with-Dockerfile
ok 137 bud-git-context # skip FIXME: 2024-05-28 new VMs from #338
ok 138 bud-git-context-subdirectory # skip FIXME: 2024-05-28 new VMs from #338
ok 139 bud-git-context-failure
ok 140 bud-github-context
ok 141 bud-github-context-from-commit
ok 142 bud-github-context-with-branch-subdir-commit
ok 143 bud-additional-tags
ok 144 bud-additional-tags-cached
ok 145 bud-volume-perms
ok 146 bud-volume-ownership
ok 147 bud-builtin-volume-symlink
ok 148 bud-from-glob
ok 149 bud-maintainer
ok 150 bud-unrecognized-instruction
ok 151 bud-shell
ok 152 bud-shell during build in Docker format
ok 153 bud-shell during build in OCI format
ok 154 bud-shell changed during build in Docker format
ok 155 bud-shell changed during build in OCI format
ok 156 bud with symlinks
ok 157 bud with symlinks to relative path
ok 158 bud with multiple symlinks in a path
ok 159 bud with multiple symlink pointing to itself
ok 160 bud multi-stage with symlink to absolute path
ok 161 bud multi-stage with dir symlink to absolute path
ok 162 bud with ENTRYPOINT and RUN
ok 163 bud with ENTRYPOINT and empty RUN
ok 164 bud with CMD and RUN
ok 165 bud with CMD and empty RUN
ok 166 bud with ENTRYPOINT, CMD and RUN
ok 167 bud with ENTRYPOINT, CMD and empty RUN
ok 168 bud access ENV variable defined in same source file
ok 169 bud access ENV variable defined in FROM image
ok 170 bud ENV preserves special characters after commit
ok 171 bud with Dockerfile from valid URL
ok 172 bud with Dockerfile from invalid URL
ok 173 bud with -f flag, alternate Dockerfile name
ok 174 bud with --cache-from noop flag
ok 175 bud with --compress noop flag
ok 176 bud with --cpu-shares flag, no argument
ok 177 bud with --cpu-shares flag, invalid argument
ok 178 bud with --cpu-shares flag, valid argument
ok 179 bud with --cpu-shares short flag (-c), no argument
ok 180 bud with --cpu-shares short flag (-c), invalid argument
ok 181 bud with --cpu-shares short flag (-c), valid argument
ok 182 bud-onbuild
ok 183 bud-onbuild-layers
ok 184 bud-logfile
ok 185 bud-logfile-with-split-logfile-by-platform
ok 186 bud with ARGS
ok 187 bud with unused ARGS
ok 188 bud with multi-value ARGS
ok 189 bud-from-stdin
ok 190 bud with preprocessor
ok 191 bud with preprocessor error
ok 192 bud-with-rejected-name
ok 193 bud with chown copy
ok 194 bud with combined chown and chmod copy
ok 195 bud with combined chown and chmod add
ok 196 bud with chown copy with bad chown flag in Dockerfile with --layers
ok 197 bud with chown copy with unknown substitutions in Dockerfile
ok 198 bud with chmod copy
ok 199 bud with chmod copy with bad chmod flag in Dockerfile with --layers
ok 200 bud with chmod add
ok 201 bud with chown add
ok 202 bud with chown add with bad chown flag in Dockerfile with --layers
ok 203 bud with chmod add with bad chmod flag in Dockerfile with --layers
ok 204 bud with ADD with checksum flag
ok 205 bud with ADD with bad checksum
ok 206 bud with ADD with bad checksum flag
ok 207 bud with ADD file construct
ok 208 bud with COPY of single file creates absolute path with correct permissions
ok 209 bud with COPY of single file creates relative path with correct permissions
ok 210 bud with ADD of single file creates absolute path with correct permissions
ok 211 bud with ADD of single file creates relative path with correct permissions
ok 212 bud multi-stage COPY creates absolute path with correct permissions
ok 213 bud multi-stage COPY creates relative path with correct permissions
ok 214 bud multi-stage COPY with invalid from statement
ok 215 bud COPY to root succeeds
ok 216 bud with FROM AS construct
ok 217 bud with FROM AS construct with layers
ok 218 bud with FROM AS skip FROM construct
ok 219 build with -f pointing to not a file should fail
ok 220 bud with symlink Dockerfile not specified in file
ok 221 bud with ARG before FROM default value
ok 222 bud with ARG before FROM
ok 223 bud-with-healthcheck
ok 224 bud with unused build arg
ok 225 bud with copy-from and cache
ok 226 bud with copy-from in Dockerfile no prior FROM
ok 227 bud with copy-from with bad from flag in Dockerfile with --layers
ok 228 bud with copy-from referencing the base image
ok 229 bud with copy-from referencing the current stage
ok 230 bud-target
ok 231 bud-no-target-name
ok 232 bud-multi-stage-nocache-nocommit
ok 233 bud-multi-stage-cache-nocontainer # skip FIXME: Broken in CI right now
ok 234 bud copy to symlink
ok 235 bud copy to dangling symlink
ok 236 bud WORKDIR isa symlink
ok 237 bud WORKDIR isa symlink no target dir
ok 238 bud WORKDIR isa symlink no target dir and follow on dir
ok 239 buildah bud --volume
ok 240 bud-copy-dot with --layers picks up changed file
ok 241 buildah-bud-policy
ok 242 bud-copy-replace-symlink
ok 243 bud-copy-recurse
ok 244 bud copy with .dockerignore #1
ok 245 bud copy with .dockerignore #2
ok 246 bud-copy-workdir
ok 247 bud-copy-workdir --layers
ok 248 bud-build-arg-cache
ok 249 bud test RUN with a privileged command
ok 250 bud-copy-dockerignore-hardlinks
ok 251 bud without any arguments should succeed # skip does not work under podman
ok 252 bud without any arguments should fail when no Dockerfile exists
ok 253 bud with specified context should fail if directory contains no Dockerfile
ok 254 bud with specified context should fail if Dockerfile in context directory is actually a file
ok 255 bud with specified context should fail if context directory does not exist
ok 256 bud with specified context should succeed if context contains existing Dockerfile # skip podman-build fails with 'context must be a directory'
ok 257 bud with specified context should fail if context contains empty Dockerfile
ok 258 bud-no-change
ok 259 bud-no-change-label
ok 260 bud-no-change-annotation
ok 261 bud-squash-layers
ok 262 bud-squash-hardlinks # skip argument-order incompatible with podman
ok 263 rootless: support --device and renaming device using bind-mount
ok 264 bud with additional directory of devices
ok 265 bud with additional device
ok 266 bud with Containerfile
ok 267 bud with Containerfile.in, --cpp-flag
ok 268 bud with Containerfile.in, via envariable
ok 269 bud with Dockerfile
ok 270 bud with Containerfile and Dockerfile
ok 271 bud-http-context-with-Containerfile
ok 272 bud with Dockerfile from stdin
ok 273 bud with Dockerfile from stdin tar
ok 274 bud containerfile with args
ok 275 bud using gitrepo and branch # skip FIXME: 2024-05-28 new VMs from #338
ok 276 bud using gitrepo with .git and branch
ok 277 bud containerfile with tar archive in copy
ok 278 bud pull never
ok 279 bud pull false no local image
ok 280 bud with Containerfile should fail with nonexistent authfile
ok 281 bud for multi-stage Containerfile with invalid registry and --authfile as a fd, should fail with no such host
ok 282 bud COPY with URL should fail
ok 283 bud quiet
ok 284 bud COPY with Env Var in Containerfile
ok 285 bud with custom arch
ok 286 bud with custom os
ok 287 bud with custom os-version
ok 288 bud with custom os-features
ok 289 bud with custom platform
ok 290 bud with custom platform and empty os or arch
ok 291 bud Add with linked tarball
ok 292 bud file above context directory
ok 293 bud-multi-stage-args-scope
ok 294 bud-multi-stage-args-history
ok 295 bud-implicit-no-history # skip FIXME: 2024-04-16 nixery is down
ok 296 bud with encrypted FROM image # skip FIXME: 2023-06-13 buildah PR 4746 broke this test
ok 297 bud with --build-arg
ok 298 bud arg and env var with same name
ok 299 bud copy chown with newuser
ok 300 bud-builder-identity
ok 301 run check --from with arg
ok 302 bud preserve rootfs for --mount=type=bind,from=
ok 303 bud timestamp
ok 304 bud timestamp compare
ok 305 bud with-rusage
ok 306 bud with-rusage-logfile
ok 307 bud-caching-from-scratch
ok 308 bud-caching-from-scratch-config
ok 309 bud capabilities test
ok 310 bud does not gobble stdin
ok 311 bud cache by format
ok 312 bud cache add-copy-chown
ok 313 bud-terminal
ok 314 bud --ignorefile containerignore
ok 315 bud with network options
ok 316 bud-replace-from-in-containerfile
ok 317 bud test no --stdin
ok 318 bud with --arch flag
ok 319 bud with --manifest flag new manifest
ok 320 bud with --manifest flag existing manifest
ok 321 bud test empty newdir
ok 322 bud retain intermediary image
ok 323 bud --pull=ifmissing --arch test
ok 324 bud --file with directory
ok 325 bud --authfile
ok 326 build verify cache behaviour with --cache-ttl
ok 327 build verify cache behaviour with --cache-ttl=0s
ok 328 build test pushing and pulling from multiple remote cache sources
ok 329 build test pushing and pulling from remote cache sources
ok 330 build test pushing and pulling from remote cache sources - after adding content summary
ok 331 build test run mounting stage cached from remote cache source
ok 332 bud with undefined build arg directory
ok 333 bud with arg in from statement
ok 334 bud with --runtime and --runtime-flag
ok 335 bud - invalid runtime flags test
ok 336 bud - accept at most one arg
ok 337 bud with --no-hostname # skip does not pass in Podman CI: needs investigation
ok 338 bud with --add-host
ok 339 bud with --cgroup-parent
ok 340 bud with --cpu-period and --cpu-quota
ok 341 bud check mount /sys/fs/cgroup
ok 342 bud with --cpu-shares
ok 343 bud with --cpuset-cpus
ok 344 bud with --cpuset-mems
ok 345 bud with --isolation
ok 346 bud with --pull-always
ok 347 bud with --memory and --memory-swap
ok 348 bud with --shm-size
ok 349 bud with --ulimit
ok 350 bud with .dockerignore #3
ok 351 bud with copy --exclude
ok 352 bud with copy --parents
ok 353 bud-copy--parents-links
ok 354 bud with containerfile secret
ok 355 bud with containerfile secret and secret is accessed twice and build should be successful
ok 356 bud with containerfile secret accessed on second RUN
ok 357 bud with default mode perms
ok 358 bud with containerfile secret options
ok 359 bud with containerfile secret not required
ok 360 bud with containerfile secret required
ok 361 bud with containerfile env secret
ok 362 bud with containerfile env secret priority
ok 363 bud-multiple-platform-values # skip FIXME: #4396 - this test is broken, and is failing gating tests
ok 364 bud-multiple-platform-no-partial-manifest-list
ok 365 bud-multiple-platform-failure
ok 366 bud-multiple-platform-no-run
ok 367 bud-multiple-platform-with-base-as-default-arg
ok 368 bud-multiple-platform for --all-platform with additional-build-context
ok 369 bud-targetplatform-as-build-arg
ok 370 build must reset platform for stages if needed
ok 371 bud-multistage-relabel
ok 372 bud-from-relabel
ok 373 bud with run should not leave mounts behind cleanup test
ok 374 bud with custom files in /run/ should persist cleanup test
ok 375 bud-with-mount-like-buildkit
ok 376 bud-with-mount-no-source-like-buildkit
ok 377 bud-with-mount-with-only-target-like-buildkit
ok 378 bud-with-mount-no-subdir-like-buildkit
ok 379 bud-with-mount-relative-path-like-buildkit
ok 380 bud-with-mount-relative-path-like-buildkit-arg-in-source
ok 381 bud-with-mount-with-rw-like-buildkit
ok 382 bud-verify-if-we-dont-clean-preexisting-path
ok 383 bud-with-mount-with-tmpfs-like-buildkit
ok 384 bud-with-mount-with-tmpfs-with-copyup-like-buildkit
ok 385 bud-with-mount-cache-like-buildkit
ok 386 bud-with-mount-cache-like-buildkit with buildah prune should clear the cache
ok 387 bud-with-mount-cache-like-buildkit-verify-default-selinux-option
ok 388 bud-with-mount-cache-like-buildkit-locked-across-steps
ok 389 bud-with-multiple-mount-keeps-default-bind-mount
ok 390 bud with user in groups
ok 391 build proxy
ok 392 bud-with-mount-bind-from-like-buildkit
ok 393 bud-with-writeable-mount-bind-from-like-buildkit
ok 394 bud-with-mount-bind-from-without-source-like-buildkit
ok 395 bud-with-mount-bind-from-with-empty-from-like-buildkit
ok 396 bud-with-mount-cache-from-like-buildkit
ok 397 bud-with-mount-cache-image-from-like-buildkit
ok 398 bud-with-mount-cache-multiple-from-like-buildkit
ok 399 bud-with-mount-bind-from-relative-like-buildkit
ok 400 bud-with-mount-bind-from-multistage-relative-like-buildkit
ok 401 bud-with-mount-bind-from-cache-multistage-relative-like-buildkit
ok 402 bud with network names
ok 403 bud with --network slirp4netns
ok 404 bud with --network pasta # skip pasta only works rootless
ok 405 bud WORKDIR owned by USER
ok 406 build interrupted
ok 407 build terminated
ok 408 build killed
ok 409 build-multiple-parse
ok 410 build-with-network-test
ok 411 build-with-no-new-privileges-test
ok 412 build --group-add
ok 413 build-env-precedence
ok 414 build prints 12-digit hash
ok 415 build with name path changes
ok 416 build test default ulimits # skip FIXME: we cannot rely on podman-run ulimits matching buildah-bud (see #5820)
ok 417 build no write file on host - CVE-2024-1753
ok 418 pull policy
ok 419 build-test --mount=type=secret test from env with chroot isolation # skip Need to not be root for this test to work
ok 420 build-logs-from-platform
ok 421 build add https retry ca
ok 422 bud with ADD with git repository source
ok 423 build-validates-bind-bind-propagation
ok 424 build-validates-cache-bind-propagation
ok 425 build-check-cve-2024-9675
ok 426 build-mounts-implicit-workdir
ok 427 build-security-opt-mask
ok 428 build-mounts-build-context-rw
ok 429 build-with-timestamp-applies-to-oci-archive
***************************************
Error running buildah bud tests under podman.
Is it possible that your PR breaks podman build in some way? Please
review the test failure and double-check your changes.
Please see test/buildah-bud/README.md for advice
[05:36:57] END - [+0896s] total duration since 2025-05-06T10:36:57Z
Summary: 413 Passed, 1 Failed, 15 Skipped. Total tests: 429