[05:55:02] START - All [+xxxx] lines that follow are relative to 2025-08-08T10:55:02Z.
[+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 d48c724baf2bd23c193f1f2b31ba4763e93a4898
++ git diff --name-status a97d90c89bcd51f46af8f046edbfdbb1824edae7 d48c724baf2bd23c193f1f2b31ba4763e93a4898
+ git clone -q https://github.com/Luap99/buildah test-buildah-v1.16.1-0.20250714142734-bef9eac1323c
[+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.16.1-0.20250714142734-bef9eac1323c
+ git checkout -q bef9eac1323c
[+0010s] + git tag buildah-bud-in-podman
+ make bin/buildah
[+0012s] 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=bef9eac1323c3b1a8279cc768310fb1d9a9c84ca -X main.buildInfo=1754650512 -X main.cniVersion=v1.3.0 ' -gcflags "" -o bin/buildah -tags "seccomp systemd libsqlite3" ./cmd/buildah
[+0083s] test -z "-Z" || chcon --verbose -t container_runtime_exec_t bin/buildah
changing security context of 'bin/buildah'
+ make bin/copy
[+0085s] go build -ldflags '-X main.GitCommit=bef9eac1323c3b1a8279cc768310fb1d9a9c84ca-dirty -X main.buildInfo=1754650585 -X main.cniVersion=v1.3.0 ' -o bin/copy -tags "seccomp systemd libsqlite3" ./tests/copy/copy.go
[+0090s] + make bin/inet
go build -ldflags '-X main.GitCommit=bef9eac1323c3b1a8279cc768310fb1d9a9c84ca-dirty -X main.buildInfo=1754650592 -X main.cniVersion=v1.3.0 ' -o bin/inet -tags "seccomp systemd libsqlite3" ./tests/inet/inet.go
[+0091s] + make bin/dumpspec
[+0093s] go build -ldflags '-X main.GitCommit=bef9eac1323c3b1a8279cc768310fb1d9a9c84ca-dirty -X main.buildInfo=1754650593 -X main.cniVersion=v1.3.0 ' -o bin/dumpspec -tags "seccomp systemd libsqlite3" ./tests/dumpspec
[+0094s] + make bin/passwd
go build -ldflags '-X main.GitCommit=bef9eac1323c3b1a8279cc768310fb1d9a9c84ca-dirty -X main.buildInfo=1754650596 -X main.cniVersion=v1.3.0 ' -o bin/passwd -tags "seccomp systemd libsqlite3" ./tests/passwd/passwd.go
[+0095s] + git am --reject
Checking patch tests/helpers.bash...
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
[+0096s] ++ pwd
++ pwd
++ 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.16.1-0.20250714142734-bef9eac1323c/bin/buildah COPY_BINARY=/var/tmp/go/src/github.com/containers/podman/test-buildah-v1.16.1-0.20250714142734-bef9eac1323c/bin/copy INET_BINARY=/var/tmp/go/src/github.com/containers/podman/test-buildah-v1.16.1-0.20250714142734-bef9eac1323c/bin/inet DUMPSPEC_BINARY=/var/tmp/go/src/github.com/containers/podman/test-buildah-v1.16.1-0.20250714142734-bef9eac1323c/bin/dumpspec PASSWD_BINARY=/var/tmp/go/src/github.com/containers/podman/test-buildah-v1.16.1-0.20250714142734-bef9eac1323c/bin/passwd bats -j 4 tests/bud.bats
[+0102s] 1..455
[+0955s] 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 and test --inherit-annotations
ok 9 bud and test --inherit-annotations with --layers
ok 10 bud: build push with --force-compression # skip not a useful podman test, and it breaks when run parallel
ok 11 bud with --dns* flags
ok 12 build with inline RUN --network=host
ok 13 build with inline RUN --network=none
ok 14 build with inline RUN --network=fake
ok 15 build with inline default RUN --network=default
ok 16 bud with ignoresymlink on default file
ok 17 buildkit-mount type=cache should not hang if cache is wiped in between
ok 18 build test warning for preconfigured TARGETARCH, TARGETOS, TARGETPLATFORM or TARGETVARIANT
ok 19 build-conflicting-isolation-chroot-and-network
ok 20 bud with .dockerignore #1
ok 21 bud --layers with --mount type bind should burst cache if symlink is changed
ok 22 bud --layers with --mount type bind should burst cache if content is changed
ok 23 bud --layers with --mount type bind should burst and multiple mounts cache if content is changed
ok 24 bud --layers with --mount type bind should burst cache if content is changed - source is additional build context
ok 25 bud --layers should not hit cache if heredoc is changed
ok 26 bud --layers should not hit cache if heredoc is changed - with ARG
ok 27 bud build with heredoc content
ok 28 bud build with heredoc with COPY instructionw with .containerignore set
ok 29 bud build with heredoc content which is a bash file
ok 30 bud build with heredoc content with inline interpreter
ok 31 bud build with heredoc verify mount leak
ok 32 bud with .containerignore
ok 33 bud with .dockerignore - unmatched
ok 34 bud with .dockerignore #2
ok 35 bud with .dockerignore #4
ok 36 bud with .dockerignore #6
ok 37 build with --platform without OS
ok 38 build with basename resolving default arg
ok 39 build with basename resolving user arg
ok 40 build with basename resolving user arg from file
ok 41 build with basename resolving user arg from latest file in arg list
ok 42 build with basename resolving user arg from in arg list
ok 43 build with basename resolving user arg - should fail
ok 44 build-with-inline-platform-and-variant
ok 45 build-with-inline-platform
ok 46 build-with-inline-platform-and-rely-on-defaultbuiltinargs
ok 47 build-with-inline-platform-and-rely-on-defaultbuiltinargs-check-custom-override
ok 48 build-with-inline-platform-amd-but-tag-as-arm
ok 49 build-with-omit-history-to-true should not add history
ok 50 build with --userns=auto also with size
ok 51 build with --userns=auto with uidmapping
ok 52 build with --userns=auto with gidmapping
ok 53 build-test with OCI prestart hook
ok 54 build with add resolving to invalid HTTP status code
ok 55 build test has gid in supplemental groups
ok 56 build-mount-cache-with-id-mappings
ok 57 build test if supplemental groups has gid with --isolation chroot
ok 58 build-test --mount=type=secret test relative to workdir mount
ok 59 build-test --mount=type=cache test relative to workdir mount
ok 60 build-test do not use mount stage from cache if it was rebuilt
ok 61 build-test use image from cache with --mount and burst when image is changed
ok 62 build-test verify no dangling containers are left
ok 63 No default warning for TARGETARCH, TARGETOS, TARGETPLATFORM
ok 64 build-test skipping unwanted stages with --skip-unused-stages=false and --skip-unused-stages=true
ok 65 build-test: do not warn for instructions declared in unused stages
ok 66 build-test skipping unwanted stages with FROM
ok 67 build: test race in updating image name while performing parallel commits
ok 68 build-test skipping unwanted stages with FROM and conflict with additional build context
ok 69 build-test skipping unwanted stages with COPY from stage name
ok 70 build test --retry and --retry-delay
ok 71 build-test skipping unwanted stages with COPY from stage index
ok 72 build test optimal cache working for COPY instruction
ok 73 build test optimal cache working for ADD instruction
ok 74 build-test skipping unwanted stages with --mount from stagename
ok 75 build-test skipping unwanted stages with --mount from stagename with flag order changed
ok 76 build-with-additional-build-context and COPY, test pinning image
ok 77 build-with-additional-build-context and COPY, stagename and additional-context conflict
ok 78 build-with-additional-build-context and COPY, additionalContext and numeric value of stage
ok 79 build-with-additional-build-context and FROM, stagename and additional-context conflict
ok 80 build-with-additional-build-context and COPY, additional context from host
ok 81 build-with-additional-build-context and COPY, additional context from external URL
ok 82 build-with-additional-build-context and FROM, pin busybox to alpine
ok 83 build-with-additional-build-context and RUN --mount=from=, additional-context and also test conflict with stagename
ok 84 build-with-additional-build-context and RUN --mount=from=, additional-context not image and also test conflict with stagename
ok 85 build-with-additional-build-context must use cache if built with layers
ok 86 build-with-additional-build-context and RUN --mount=from=, additional-context is URL and mounted from subdir
ok 87 build-with-additional-build-context and COPY, ensure .containerignore is being respected
ok 88 bud with --layers and --no-cache flags
ok 89 bud with no --layers comment
ok 90 bud with --layers and single and two line Dockerfiles
ok 91 bud with --layers, multistage, and COPY with --from
ok 92 bud-multistage-partial-cache
ok 93 bud-multistage-copy-final-slash
ok 94 bud-multistage-reused
ok 95 bud-multistage-cache
ok 96 bud-multistage-pull-always
ok 97 bud with --layers and symlink file
ok 98 bud with --layers and dangling symlink
ok 99 bud with --layers and --build-args
ok 100 bud with --layers and --build-args: override ARG with ENV and image must be cached
ok 101 bud with --layers and --build-args: use raw ARG and cache should not be used
ok 102 bud with --rm flag
ok 103 bud with --force-rm flag
ok 104 bud --layers with non-existent/down registry
ok 105 bud from base image should have base image ENV also
ok 106 bud-from-scratch
ok 107 bud-with-unlimited-memory-swap
ok 108 build with --no-cache and --layer
ok 109 build --unsetenv PATH
ok 110 bud with --env
ok 111 build with custom build output and output rootfs to directory
ok 112 build with custom build output for multi-stage and output rootfs to directory
ok 113 build with custom build output for multi-stage-cached and output rootfs to directory
ok 114 build with custom build output for single-stage-cached and output rootfs to directory
ok 115 build with custom build output and output rootfs to tar
ok 116 build with custom build output and output rootfs to tar by pipe
ok 117 build with custom build output and output rootfs to tar with no additional step
ok 118 build with custom build output must fail for bad input
ok 119 bud-from-scratch-untagged
ok 120 bud with --tag
ok 121 bud with bad --tag
ok 122 bud-from-scratch-iid
ok 123 bud-from-scratch-label
ok 124 bud-with-identity-label
ok 125 bud-without-identity-label
ok 126 bud-suppressed-identity-label
ok 127 bud-from-scratch-annotation
ok 128 bud-from-scratch-layers
ok 129 bud-from-multiple-files-one-from
ok 130 bud-from-multiple-files-two-froms
ok 131 build using --layer-label and test labels on intermediate images
ok 132 bud and test --unsetlabel
ok 133 bud and test --unsetannotation
ok 134 bud and test --unsetannotation with --layers
ok 135 bud and test --unsetannotation with only base image
ok 136 bud and test inherit-labels
ok 137 build using intermediate images should not inherit label
ok 138 bud-multi-stage-builds
ok 139 bud-multi-stage-builds-small-as
ok 140 bud-preserve-subvolumes
ok 141 bud-http-Dockerfile
ok 142 bud-http-context-with-Dockerfile
ok 143 bud-http-context-dir-with-Dockerfile
ok 144 bud-git-context # skip FIXME: 2024-05-28 new VMs from #338
ok 145 bud-git-context-subdirectory # skip FIXME: 2024-05-28 new VMs from #338
ok 146 bud-git-context-failure
ok 147 bud-github-context
ok 148 bud-github-context-from-commit
ok 149 bud-github-context-with-branch-subdir-commit
ok 150 bud-additional-tags
ok 151 bud-additional-tags-cached
ok 152 bud-volume-perms
ok 153 bud-volume-ownership
ok 154 bud-builtin-volume-symlink
ok 155 bud-from-glob
ok 156 bud-maintainer
ok 157 bud-unrecognized-instruction
ok 158 bud-shell
ok 159 bud-shell during build in Docker format
ok 160 bud-shell during build in OCI format
ok 161 bud-shell changed during build in Docker format
ok 162 bud-shell changed during build in OCI format
ok 163 bud with symlinks
ok 164 bud with symlinks to relative path
ok 165 bud with multiple symlinks in a path
ok 166 bud with multiple symlink pointing to itself
ok 167 bud multi-stage with symlink to absolute path
ok 168 bud multi-stage with dir symlink to absolute path
ok 169 bud with ENTRYPOINT and RUN
ok 170 bud with ENTRYPOINT and empty RUN
ok 171 bud with CMD and RUN
ok 172 bud with CMD and empty RUN
ok 173 bud with ENTRYPOINT, CMD and RUN
ok 174 bud with ENTRYPOINT, CMD and empty RUN
ok 175 bud access ENV variable defined in same source file
ok 176 bud access ENV variable defined in FROM image
ok 177 bud ENV preserves special characters after commit
ok 178 bud with Dockerfile from valid URL
ok 179 bud with Dockerfile from invalid URL
ok 180 bud with -f flag, alternate Dockerfile name
ok 181 bud with --cache-from noop flag
ok 182 bud with --compress noop flag
ok 183 bud with --cpu-shares flag, no argument
ok 184 bud with --cpu-shares flag, invalid argument
ok 185 bud with --cpu-shares flag, valid argument
ok 186 bud with --cpu-shares short flag (-c), no argument
ok 187 bud with --cpu-shares short flag (-c), invalid argument
ok 188 bud with --cpu-shares short flag (-c), valid argument
ok 189 bud-onbuild
ok 190 bud-onbuild-layers
ok 191 bud-logfile
ok 192 bud-logfile-with-split-logfile-by-platform
ok 193 bud with ARGS
ok 194 bud with unused ARGS
ok 195 bud with multi-value ARGS
ok 196 bud-from-stdin
ok 197 bud with preprocessor
ok 198 bud with preprocessor error
ok 199 bud-with-rejected-name
ok 200 bud with chown copy
ok 201 bud with combined chown and chmod copy
ok 202 bud with combined chown and chmod add
ok 203 bud with chown copy with bad chown flag in Dockerfile with --layers
ok 204 bud with chown copy with unknown substitutions in Dockerfile
ok 205 bud with chmod copy
ok 206 bud with chmod copy with bad chmod flag in Dockerfile with --layers
ok 207 bud with chmod add
ok 208 bud with chown add
ok 209 bud with chown add with bad chown flag in Dockerfile with --layers
ok 210 bud with chmod add with bad chmod flag in Dockerfile with --layers
ok 211 bud with ADD with checksum flag
ok 212 bud with ADD with bad checksum
ok 213 bud with ADD with bad checksum flag
ok 214 bud with ADD file construct
ok 215 bud with COPY of single file creates absolute path with correct permissions
ok 216 bud with COPY of single file creates relative path with correct permissions
ok 217 bud with ADD of single file creates absolute path with correct permissions
ok 218 bud with ADD of single file creates relative path with correct permissions
ok 219 bud multi-stage COPY creates absolute path with correct permissions
ok 220 bud multi-stage COPY creates relative path with correct permissions
ok 221 bud multi-stage COPY with invalid from statement
ok 222 bud COPY to root succeeds
ok 223 bud with FROM AS construct
ok 224 bud with FROM AS construct with layers
ok 225 bud with FROM AS skip FROM construct
ok 226 build with -f pointing to not a file should fail
ok 227 bud with symlink Dockerfile not specified in file
ok 228 bud with ARG before FROM default value
ok 229 bud with ARG before FROM
ok 230 bud-with-healthcheck
ok 231 bud with unused build arg
ok 232 bud with copy-from and cache
ok 233 bud with copy-from in Dockerfile no prior FROM
ok 234 bud with copy-from with bad from flag in Dockerfile with --layers
ok 235 bud with copy-from referencing the base image
ok 236 bud with copy-from referencing the current stage
ok 237 bud-target
ok 238 bud-no-target-name
ok 239 bud-multi-stage-nocache-nocommit
ok 240 bud-multi-stage-cache-nocontainer # skip FIXME: Broken in CI right now
ok 241 bud copy to symlink
ok 242 bud copy to dangling symlink
ok 243 bud WORKDIR isa symlink
ok 244 bud WORKDIR isa symlink no target dir
ok 245 bud WORKDIR isa symlink no target dir and follow on dir
ok 246 buildah bud --volume
ok 247 bud-copy-dot with --layers picks up changed file
ok 248 buildah-bud-policy
ok 249 bud-copy-replace-symlink
ok 250 bud-copy-recurse
ok 251 bud copy with .dockerignore #1
ok 252 bud copy with .dockerignore #2
ok 253 bud-copy-workdir
ok 254 bud-copy-workdir --layers
ok 255 bud-build-arg-cache
ok 256 bud test RUN with a privileged command
ok 257 bud-copy-dockerignore-hardlinks
ok 258 bud without any arguments should succeed # skip does not work under podman
ok 259 bud without any arguments should fail when no Dockerfile exists
ok 260 bud with specified context should fail if directory contains no Dockerfile
ok 261 bud with specified context should fail if Dockerfile in context directory is actually a file
ok 262 bud with specified context should fail if context directory does not exist
ok 263 bud with specified context should succeed if context contains existing Dockerfile # skip podman-build fails with 'context must be a directory'
ok 264 bud with specified context should fail if context contains empty Dockerfile
ok 265 bud-no-change
ok 266 bud-no-change-label
ok 267 bud-no-change-annotation
ok 268 bud-squash-layers
ok 269 bud-squash-hardlinks # skip argument-order incompatible with podman
ok 270 rootless: support --device and renaming device using bind-mount
ok 271 bud with additional directory of devices
ok 272 bud with additional device
ok 273 bud with Containerfile
ok 274 bud with Containerfile.in, --cpp-flag
ok 275 bud with Containerfile.in, via envariable
ok 276 bud with Dockerfile
ok 277 bud with Containerfile and Dockerfile
ok 278 bud-http-context-with-Containerfile
ok 279 bud with Dockerfile from stdin
ok 280 bud with Dockerfile from stdin tar
ok 281 bud containerfile with args
ok 282 bud using gitrepo and branch # skip FIXME: 2024-05-28 new VMs from #338
ok 283 bud using gitrepo with .git and branch
ok 284 bud containerfile with tar archive in copy
ok 285 bud pull never
ok 286 bud pull false no local image
ok 287 bud with Containerfile should fail with nonexistent authfile
ok 288 bud for multi-stage Containerfile with invalid registry and --authfile as a fd, should fail with no such host
ok 289 bud COPY with URL should fail
ok 290 bud quiet
ok 291 bud COPY with Env Var in Containerfile
ok 292 bud with custom arch
ok 293 bud with custom os
ok 294 bud with custom os-version
ok 295 bud with custom os-features
ok 296 bud with custom platform
ok 297 bud with custom platform and empty os or arch
ok 298 bud Add with linked tarball
ok 299 bud file above context directory
ok 300 bud-multi-stage-args-scope
ok 301 bud-multi-stage-args-history
ok 302 bud-implicit-no-history # skip FIXME: 2024-04-16 nixery is down
ok 303 bud with encrypted FROM image # skip FIXME: 2023-06-13 buildah PR 4746 broke this test
ok 304 bud with --build-arg
ok 305 bud arg and env var with same name
ok 306 bud copy chown with newuser
ok 307 bud-builder-identity
ok 308 run check --from with arg
ok 309 bud preserve rootfs for --mount=type=bind,from=
ok 310 bud timestamp
ok 311 bud timestamp compare
ok 312 bud with-rusage
ok 313 bud with-rusage-logfile
ok 314 bud-caching-from-scratch
ok 315 bud-caching-from-scratch-config
ok 316 bud capabilities test
ok 317 bud does not gobble stdin
ok 318 bud cache by format
ok 319 bud cache add-copy-chown
ok 320 bud-terminal
ok 321 bud --ignorefile containerignore
ok 322 bud with network options
ok 323 bud-replace-from-in-containerfile
ok 324 bud test no --stdin
ok 325 bud with --arch flag
ok 326 bud with --manifest flag new manifest
ok 327 bud with --manifest flag existing manifest
ok 328 bud test empty newdir
ok 329 bud retain intermediary image
ok 330 bud --pull=ifmissing --arch test
ok 331 bud --file with directory
ok 332 bud --authfile
ok 333 build verify cache behaviour with --cache-ttl
ok 334 build verify cache must reuse most recent layer in conflict
ok 335 build verify cache behaviour with --cache-ttl=0s
ok 336 build test pushing and pulling from multiple remote cache sources
ok 337 build test pushing and pulling from remote cache sources
ok 338 build test pushing and pulling from remote cache sources - after adding content summary
ok 339 build test run mounting stage cached from remote cache source
ok 340 bud with undefined build arg directory
ok 341 bud with arg in from statement
ok 342 bud with --runtime and --runtime-flag
ok 343 bud - invalid runtime flags test
ok 344 bud - accept at most one arg
ok 345 bud with --no-hostname # skip does not pass in Podman CI: needs investigation
ok 346 bud with --add-host
ok 347 bud with --add-host with host-gateway
ok 348 bud with --cgroup-parent
ok 349 bud with --cpu-period and --cpu-quota
ok 350 bud check mount /sys/fs/cgroup
ok 351 bud with --cpu-shares, checked
ok 352 bud with --cpuset-cpus
ok 353 bud with --cpuset-mems
ok 354 bud with --isolation
ok 355 bud with --pull-always
ok 356 bud with --memory and --memory-swap
ok 357 bud with --shm-size
ok 358 bud with --ulimit
ok 359 bud with .dockerignore #3
ok 360 bud with copy --exclude
ok 361 bud with copy --parents
ok 362 bud-copy--parents-links
ok 363 bud with containerfile secret
ok 364 bud with containerfile secret and secret is accessed twice and build should be successful
ok 365 bud with containerfile secret accessed on second RUN
ok 366 bud with default mode perms
ok 367 bud with containerfile secret options
ok 368 bud with containerfile secret not required
ok 369 bud with containerfile secret required
ok 370 bud with containerfile env secret
ok 371 bud with containerfile env secret priority
ok 372 bud-multiple-platform-values # skip FIXME: #4396 - this test is broken, and is failing gating tests
ok 373 bud-multiple-platform-no-partial-manifest-list
ok 374 bud-multiple-platform-failure
ok 375 bud-multiple-platform-no-run
ok 376 bud-multiple-platform-with-base-as-default-arg
ok 377 bud-multiple-platform for --all-platform with additional-build-context
ok 378 bud-targetplatform-as-build-arg
ok 379 build must reset platform for stages if needed
ok 380 bud-multistage-relabel
ok 381 bud-from-relabel
ok 382 bud with run should not leave mounts behind cleanup test
ok 383 bud with custom files in /run/ should persist cleanup test
ok 384 bud-with-mount-like-buildkit
ok 385 bud-with-mount-no-source-like-buildkit
ok 386 bud-with-mount-with-only-target-like-buildkit
ok 387 bud-with-mount-no-subdir-like-buildkit
ok 388 bud-with-mount-relative-path-like-buildkit
ok 389 bud-with-mount-relative-path-like-buildkit-arg-in-source
ok 390 bud-with-mount-with-rw-like-buildkit
ok 391 bud-verify-if-we-dont-clean-preexisting-path
ok 392 bud-with-mount-with-tmpfs-like-buildkit
ok 393 bud-with-mount-with-tmpfs-with-copyup-like-buildkit
ok 394 bud-with-mount-cache-like-buildkit
ok 395 bud-with-mount-cache-like-buildkit with buildah prune should clear the cache
ok 396 bud-with-mount-cache-like-buildkit-verify-default-selinux-option
ok 397 bud-with-mount-cache-like-buildkit-locked-across-steps
ok 398 bud-with-multiple-mount-keeps-default-bind-mount
ok 399 bud with user in groups
ok 400 build proxy
ok 401 bud-with-mount-bind-from-like-buildkit
ok 402 bud-with-writeable-mount-bind-from-like-buildkit
ok 403 bud-with-mount-bind-from-without-source-like-buildkit
ok 404 bud-with-mount-bind-from-with-empty-from-like-buildkit
ok 405 bud-with-mount-cache-from-like-buildkit
ok 406 bud-with-mount-cache-image-from-like-buildkit
ok 407 bud-with-mount-cache-multiple-from-like-buildkit
ok 408 bud-with-mount-bind-from-relative-like-buildkit
ok 409 bud-with-mount-bind-from-multistage-relative-like-buildkit
ok 410 bud-with-mount-bind-from-cache-multistage-relative-like-buildkit
ok 411 bud with network names
ok 412 bud with --network slirp4netns
ok 413 bud with --network pasta # skip pasta only works rootless
ok 414 bud WORKDIR owned by USER
ok 415 build interrupted
ok 416 build terminated
ok 417 build killed
ok 418 build-multiple-parse
ok 419 build-with-network-test
ok 420 build-with-no-new-privileges-test
ok 421 build --group-add # skip test is being run by root or without any supplemental groups (uid=0(root) gid=0(root) groups=0(root),1000(google-sudoers) context=unconfined_u:unconfined_r:unconfined_t:s0)
ok 422 build-env-precedence
ok 423 build prints 12-digit hash
ok 424 build with name path changes
ok 425 build test default ulimits # skip FIXME: we cannot rely on podman-run ulimits matching buildah-bud (see #5820)
ok 426 build no write file on host - CVE-2024-1753
ok 427 pull policy
ok 428 build-test --mount=type=secret test from env with chroot isolation # skip Need to not be root for this test to work
ok 429 build-logs-from-platform
ok 430 build add https retry ca
ok 431 bud with ADD with git repository source
ok 432 build-validates-bind-bind-propagation
ok 433 build-validates-cache-bind-propagation
ok 434 build-check-cve-2024-9675
ok 435 build-mounts-implicit-workdir
ok 436 build-security-opt-mask
ok 437 build-mounts-build-context-rw
ok 438 build-with-two-outputs
ok 439 build-with-timestamp-applies-to-oci-archive
ok 440 bud-source-date-epoch-arg
ok 441 bud-with-source-date-epoch-env
ok 442 bud-with-timestamp-config-effects
ok 443 bud-sets-created-annotation
ok 444 bud-with-source-date-epoch-arg
ok 445 bud --link consistent diffID with --no-cache
ok 446 bud --link consistent diffID with different base images
ok 447 bud --link consistent diffID with multiple files
ok 448 bud --link with glob patterns consistent diffID
ok 449 bud --link cache behavior basic
ok 450 bud --link with chmod and chown
ok 451 bud --link multi-stage build cache
ok 452 bud --link ADD with remote URL consistent diffID
ok 453 bud --link respects dockerignore
ok 454 bud multi-platform --layers should create separate images for each platform
ok 455 bud multi-platform --layers should not reuse different platform if default platform is being used
[06:10:57] END - [+0955s] total duration since 2025-08-08T11:10:57Z
Summary: 439 Passed, 16 Skipped. Total tests: 455