[06:00:42] START - All [+xxxx] lines that follow are relative to 2025-01-27T12:00:42Z.
[+0000s] + ./test/buildah-bud/run-buildah-bud-tests # /var/tmp/go/src/github.com
/containers/podman/./contrib/cirrus/runner.sh:88 in _run_bud()
++ git merge-base main 141bd613b80603350685837a4d2feed510ffa5d0
++ git diff --name-status c76c13f179e78be1cf65a4ff9a273e58b01b635e 141bd613b80603350685837a4d2feed510ffa5d0
+ git clone -q https://github.com/containers/buildah test-buildah-v1.38.1-0.20250125114111-92015b7f4301
[+0012s] + git config --global user.email TMcTestFace@example.com
+ git config --global user.name 'Testy McTestface'
+ git config --global --add safe.directory test-buildah-v1.38.1-0.20250125114111-92015b7f4301
+ git checkout -q 92015b7f4301
+ git tag buildah-bud-in-podman
+ make bin/buildah
[+0038s] 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=92015b7f4301d7eb8057a39663ab44eabfb65986 -X main.buildInfo=1737979277 -X main.cniVersion=v1.2.3 ' -gcflags "" -o bin/buildah -tags "seccomp systemd" ./cmd/buildah
[+0213s] test -z "-Z" || chcon --verbose -t container_runtime_exec_t bin/buildah
changing security context of 'bin/buildah'
+ make bin/copy
[+0217s] go build -ldflags '-X main.GitCommit=92015b7f4301d7eb8057a39663ab44eabfb65986 -X main.buildInfo=1737979456 -X main.cniVersion=v1.2.3 ' -o bin/copy -tags "seccomp systemd" ./tests/copy/copy.go
[+0222s] + make bin/inet
[+0223s] go build -ldflags '-X main.GitCommit=92015b7f4301d7eb8057a39663ab44eabfb65986 -X main.buildInfo=1737979464 -X main.cniVersion=v1.2.3 ' -o bin/inet -tags "seccomp systemd" ./tests/inet/inet.go
+ git am --reject
Checking patch tests/helpers.bash...
Hunk #3 succeeded at 323 (offset 13 lines).
Hunk #4 succeeded at 392 (offset 13 lines).
Hunk #5 succeeded at 435 (offset 13 lines).
Hunk #6 succeeded at 797 (offset 13 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
[+0224s] ++ pwd
++ pwd
++ pwd
+ sudo env TMPDIR=/var/tmp PODMAN_BINARY=/var/tmp/go/src/github.com/containers/podman/bin/podman-remote PODMAN_SERVER_LOG=/var/tmp/go/src/github.com/containers/podman/podman-server.log REMOTE=1 BUILDAH_BINARY=/var/tmp/go/src/github.com/containers/podman/test-buildah-v1.38.1-0.20250125114111-92015b7f4301/bin/buildah COPY_BINARY=/var/tmp/go/src/github.com/containers/podman/test-buildah-v1.38.1-0.20250125114111-92015b7f4301/bin/copy INET_BINARY=/var/tmp/go/src/github.com/containers/podman/test-buildah-v1.38.1-0.20250125114111-92015b7f4301/bin/inet bats tests/bud.bats
[+0230s] 1..422
[+0234s] ok 1 bud with a path to a Dockerfile (-f) containing a non-directory entry
[+0243s] ok 2 bud stdio is usable pipes
[+0263s] ok 3 bud: build manifest list and --add-compression zstd
[+0282s] ok 4 bud: build manifest list and --add-compression with containers.conf
[+0307s] ok 5 bud: build manifest list with --add-compression zstd, --compression and --force-compression
[+0312s] ok 6 Multi-stage should not remove used base-image without --layers
[+0313s] ok 7 no layer should be created on scratch
[+0363s] ok 8 bud: build push with --force-compression
[+0365s] ok 9 bud with --dns* flags
[+0367s] ok 10 build with inline RUN --network=host
[+0373s] ok 11 build with inline RUN --network=none
[+0374s] ok 12 build with inline RUN --network=fake
[+0378s] ok 13 build with inline default RUN --network=default
[+0380s] ok 14 bud with ignoresymlink on default file
[+0383s] ok 15 buildkit-mount type=cache should not hang if cache is wiped in between
[+0396s] ok 16 build test warning for preconfigured TARGETARCH, TARGETOS, TARGETPLATFORM or TARGETVARIANT
[+0397s] ok 17 build-conflicting-isolation-chroot-and-network
[+0409s] ok 18 bud with .dockerignore #1
[+0414s] ok 19 bud --layers with --mount type bind should burst cache if symlink is changed
[+0417s] not ok 20 bud --layers with --mount type bind should burst cache if content is changed
# (from function `assert' in file tests/helpers.bash, line 584,
# in test file tests/bud.bats, line 418)
# `assert "$output" !~ "samplefile"' failed
# /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.38.1-0.20250125114111-92015b7f4301/tests /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.38.1-0.20250125114111-92015b7f4301
# # [checking for: docker.io/library/alpine]
# # [restoring from cache: /var/tmp/bats-run-Y6YQPM/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-remote build --force-rm=false --signature-policy /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.38.1-0.20250125114111-92015b7f4301/tests/policy.json --layers -t source -f /var/tmp/buildah_tests.i5jimr/bud/platform/Containerfile /var/tmp/buildah_tests.i5jimr/bud/platform
# STEP 1/2: FROM alpine
# STEP 2/2: RUN --mount=type=bind,target=/test,Z ls /test
# Containerfile
# samplefile
# COMMIT source
# --> 5a194ca19ce0
# Successfully tagged localhost/source:latest
# 5a194ca19ce0776e370df42296e5db26d3cc4e68d8747b18f5ddba64885b381b
# # podman-remote build --force-rm=false --signature-policy /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.38.1-0.20250125114111-92015b7f4301/tests/policy.json --layers -t source -f /var/tmp/buildah_tests.i5jimr/bud/platform/Containerfile /var/tmp/buildah_tests.i5jimr/bud/platform
# STEP 1/2: FROM alpine
# STEP 2/2: RUN --mount=type=bind,target=/test,Z ls /test
# Containerfile
# samplefile
# COMMIT source
# --> a90cbb577250
# Successfully tagged localhost/source:latest
# a90cbb5772508e03adbadfc2fa74860fbf3e62473d4adf3316c70e9aa9c532ec
# #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
# #| FAIL: podman-remote build --force-rm=false --signature-policy /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.38.1-0.20250125114111-92015b7f4301/tests/policy.json --layers -t source -f /var/tmp/buildah_tests.i5jimr/bud/platform/Containerfile /var/tmp/buildah_tests.i5jimr/bud/platform
# #| expected: !~ 'samplefile'
# #| actual: 'STEP 1/2: FROM alpine'
# #| > 'STEP 2/2: RUN --mount=type=bind,target=/test,Z ls /test'
# #| > 'Containerfile'
# #| > 'samplefile'
# #| > 'COMMIT source'
# #| > '--> a90cbb577250'
# #| > 'Successfully tagged localhost/source:latest'
# #| > 'a90cbb5772508e03adbadfc2fa74860fbf3e62473d4adf3316c70e9aa9c532ec'
# #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# teardown: stopping podman server 18973
# /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.38.1-0.20250125114111-92015b7f4301
[+0422s] not ok 21 bud --layers with --mount type bind should burst and multiple mounts cache if content is changed
# (from function `assert' in file tests/helpers.bash, line 584,
# in test file tests/bud.bats, line 456)
# `assert "$output" !~ "samplefile"' failed
# /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.38.1-0.20250125114111-92015b7f4301/tests /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.38.1-0.20250125114111-92015b7f4301
# # [checking for: docker.io/library/alpine]
# # [restoring from cache: /var/tmp/bats-run-Y6YQPM/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-remote build --force-rm=false --signature-policy /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.38.1-0.20250125114111-92015b7f4301/tests/policy.json --layers -t source -f /var/tmp/buildah_tests.jviamx/bud/platform/Containerfile /var/tmp/buildah_tests.jviamx/bud/platform
# STEP 1/2: FROM alpine
# STEP 2/2: RUN --mount=type=bind,target=/test,Z --mount=type=bind,source=testfile,target=testfile,Z ls /test && cat testfile
# Containerfile
# samplefile
# testfile
# Helloworld
# COMMIT source
# --> 83f6b40008da
# Successfully tagged localhost/source:latest
# 83f6b40008dacda7e0fd4402ba0c7445454e2d8d83b41cd62ad9a4dcee227f00
# # podman-remote build --force-rm=false --signature-policy /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.38.1-0.20250125114111-92015b7f4301/tests/policy.json --layers -t source -f /var/tmp/buildah_tests.jviamx/bud/platform/Containerfile /var/tmp/buildah_tests.jviamx/bud/platform
# STEP 1/2: FROM alpine
# STEP 2/2: RUN --mount=type=bind,target=/test,Z --mount=type=bind,source=testfile,target=testfile,Z ls /test && cat testfile
# Containerfile
# samplefile
# testfile
# Helloworld
# COMMIT source
# --> 93fec02f708b
# Successfully tagged localhost/source:latest
# 93fec02f708bacaee05466983a1af6dab58715cd38d33630b34ca1fa53869fd7
# #/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
# #| FAIL: podman-remote build --force-rm=false --signature-policy /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.38.1-0.20250125114111-92015b7f4301/tests/policy.json --layers -t source -f /var/tmp/buildah_tests.jviamx/bud/platform/Containerfile /var/tmp/buildah_tests.jviamx/bud/platform
# #| expected: !~ 'samplefile'
# #| actual: 'STEP 1/2: FROM alpine'
# #| > 'STEP 2/2: RUN --mount=type=bind,target=/test,Z --mount=type=bind,source=testfile,target=testfile,Z ls /test && cat testfile'
# #| > 'Containerfile'
# #| > 'samplefile'
# #| > 'testfile'
# #| > 'Helloworld'
# #| > 'COMMIT source'
# #| > '--> 93fec02f708b'
# #| > 'Successfully tagged localhost/source:latest'
# #| > '93fec02f708bacaee05466983a1af6dab58715cd38d33630b34ca1fa53869fd7'
# #\^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# teardown: stopping podman server 19320
# /var/tmp/go/src/github.com/containers/podman/test-buildah-v1.38.1-0.20250125114111-92015b7f4301
[+0426s] ok 22 bud --layers with --mount type bind should burst cache if content is changed - source is additional build context
[+0432s] ok 23 bud --layers should not hit cache if heredoc is changed
[+0515s] ok 24 bud build with heredoc content
[+0518s] ok 25 bud build with heredoc with COPY instructionw with .containerignore set
[+0523s] ok 26 bud build with heredoc content which is a bash file
[+0527s] ok 27 bud build with heredoc content with inline interpreter
[+0531s] ok 28 bud build with heredoc verify mount leak
[+0537s] ok 29 bud with .containerignore
[+0538s] ok 30 bud with .dockerignore - unmatched
[+0539s] ok 31 bud with .dockerignore #2 # skip different error messages between podman & podman-remote
ok 32 bud with .dockerignore #4 # skip different error messages between podman & podman-remote
[+0545s] ok 33 bud with .dockerignore #6
[+0552s] ok 34 build with --platform without OS
[+0559s] ok 35 build with basename resolving default arg
[+0564s] ok 36 build with basename resolving user arg
[+0569s] ok 37 build with basename resolving user arg from file
[+0572s] ok 38 build with basename resolving user arg from latest file in arg list
[+0575s] ok 39 build with basename resolving user arg from in arg list
[+0577s] ok 40 build with basename resolving user arg - should fail
[+0578s] ok 41 build-with-inline-platform-and-variant
[+0581s] ok 42 build-with-inline-platform
[+0583s] ok 43 build-with-inline-platform-and-rely-on-defaultbuiltinargs
[+0585s] ok 44 build-with-inline-platform-and-rely-on-defaultbuiltinargs-check-custom-override
[+0587s] ok 45 build-with-inline-platform-amd-but-tag-as-arm
[+0590s] ok 46 build-with-omit-history-to-true should not add history
[+0598s] ok 47 build with --userns=auto also with size
[+0602s] ok 48 build with --userns=auto with uidmapping
[+0605s] ok 49 build with --userns=auto with gidmapping
ok 50 build-test with OCI prestart hook # skip FIXME FIXME FIXME: does this test make sense in remote?
[+0607s] ok 51 build with add resolving to invalid HTTP status code
[+0609s] ok 52 build test has gid in supplemental groups
[+0614s] ok 53 build-mount-cache-with-id-mappings
[+0616s] ok 54 build test if supplemental groups has gid with --isolation chroot
[+0619s] ok 55 build-test --mount=type=secret test relative to workdir mount
[+0624s] ok 56 build-test --mount=type=cache test relative to workdir mount
[+0632s] ok 57 build-test do not use mount stage from cache if it was rebuilt
[+0635s] ok 58 build-test use image from cache with --mount and burst when image is changed
[+0637s] ok 59 build-test verify no dangling containers are left
[+0641s] ok 60 No default warning for TARGETARCH, TARGETOS, TARGETPLATFORM
[+0649s] ok 61 build-test skipping unwanted stages with --skip-unused-stages=false and --skip-unused-stages=true
[+0656s] ok 62 build-test: do not warn for instructions declared in unused stages
[+0659s] ok 63 build-test skipping unwanted stages with FROM
ok 64 build: test race in updating image name while performing parallel commits # skip Explicit request in buildah PR 4190 to skip this on remote
[+0662s] ok 65 build-test skipping unwanted stages with FROM and conflict with additional build context
[+0666s] ok 66 build-test skipping unwanted stages with COPY from stage name
[+0668s] ok 67 build test --retry and --retry-delay
[+0672s] ok 68 build-test skipping unwanted stages with COPY from stage index
[+0674s] ok 69 build test optimal cache working for COPY instruction
[+0676s] ok 70 build test optimal cache working for ADD instruction
[+0680s] ok 71 build-test skipping unwanted stages with --mount from stagename
[+0684s] ok 72 build-test skipping unwanted stages with --mount from stagename with flag order changed
[+0689s] ok 73 build-with-additional-build-context and COPY, test pinning image
[+0694s] ok 74 build-with-additional-build-context and COPY, stagename and additional-context conflict
[+0699s] ok 75 build-with-additional-build-context and COPY, additionalContext and numeric value of stage
[+0703s] ok 76 build-with-additional-build-context and FROM, stagename and additional-context conflict
ok 77 build-with-additional-build-context and COPY, additional context from host # skip --build-context option not implemented in podman-remote
[+0707s] ok 78 build-with-additional-build-context and COPY, additional context from external URL
[+0710s] ok 79 build-with-additional-build-context and FROM, pin busybox to alpine
[+0714s] ok 80 build-with-additional-build-context and RUN --mount=from=, additional-context and also test conflict with stagename
ok 81 build-with-additional-build-context and RUN --mount=from=, additional-context not image and also test conflict with stagename # skip --build-context option not implemented in podman-remote
[+0717s] ok 82 build-with-additional-build-context must use cache if built with layers
[+0720s] ok 83 build-with-additional-build-context and RUN --mount=from=, additional-context is URL and mounted from subdir
[+0722s] ok 84 build-with-additional-build-context and COPY, ensure .containerignore is being respected
[+0735s] ok 85 bud with --layers and --no-cache flags
[+0738s] ok 86 bud with no --layers comment
[+0740s] ok 87 bud with --layers and single and two line Dockerfiles
[+0755s] ok 88 bud with --layers, multistage, and COPY with --from
[+0759s] ok 89 bud-multistage-partial-cache
[+0762s] ok 90 bud-multistage-copy-final-slash
[+0772s] ok 91 bud-multistage-reused
[+0776s] ok 92 bud-multistage-cache
[+0779s] ok 93 bud-multistage-pull-always
[+0783s] ok 94 bud with --layers and symlink file
[+0786s] ok 95 bud with --layers and dangling symlink
[+0796s] ok 96 bud with --layers and --build-args
[+0799s] ok 97 bud with --layers and --build-args: override ARG with ENV and image must be cached
[+0804s] ok 98 bud with --layers and --build-args: use raw ARG and cache should not be used
[+0810s] ok 99 bud with --rm flag
[+0813s] ok 100 bud with --force-rm flag
[+0814s] ok 101 bud --layers with non-existent/down registry
[+0817s] ok 102 bud from base image should have base image ENV also
[+0818s] ok 103 bud-from-scratch
ok 104 bud-with-unlimited-memory-swap
[+0829s] ok 105 build with --no-cache and --layer
[+0838s] ok 106 build --unsetenv PATH
[+0840s] ok 107 bud with --env
ok 108 build with custom build output and output rootfs to directory # skip --output option not implemented in podman-remote
[+0841s] ok 109 build with custom build output for multi-stage and output rootfs to directory # skip --output option not implemented in podman-remote
ok 110 build with custom build output for multi-stage-cached and output rootfs to directory # skip --output option not implemented in podman-remote
[+0842s] ok 111 build with custom build output for single-stage-cached and output rootfs to directory # skip --output option not implemented in podman-remote
ok 112 build with custom build output and output rootfs to tar # skip --output option not implemented in podman-remote
ok 113 build with custom build output and output rootfs to tar by pipe # skip --output option not implemented in podman-remote
[+0843s] ok 114 build with custom build output and output rootfs to tar with no additional step # skip --output option not implemented in podman-remote
ok 115 build with custom build output must fail for bad input # skip --output option not implemented in podman-remote
[+0844s] ok 116 bud-from-scratch-untagged
[+0845s] ok 117 bud with --tag
[+0846s] ok 118 bud with bad --tag
[+0847s] ok 119 bud-from-scratch-iid
[+0848s] ok 120 bud-from-scratch-label
[+0849s] ok 121 bud-from-scratch-remove-identity-label
ok 122 bud-from-scratch-annotation
[+0850s] ok 123 bud-from-scratch-layers
[+0854s] ok 124 bud-from-multiple-files-one-from
[+0858s] ok 125 bud-from-multiple-files-two-froms
[+0862s] ok 126 build using --layer-label and test labels on intermediate images
[+0873s] ok 127 bud and test --unsetlabel
[+0877s] ok 128 build using intermediate images should not inherit label
[+0884s] ok 129 bud-multi-stage-builds
[+0890s] ok 130 bud-multi-stage-builds-small-as
[+0933s] ok 131 bud-preserve-subvolumes
[+0962s] ok 132 bud-http-Dockerfile
[+0963s] ok 133 bud-http-context-with-Dockerfile
[+0965s] ok 134 bud-http-context-dir-with-Dockerfile
ok 135 bud-git-context # skip FIXME: 2024-05-28 new VMs from #338
[+0966s] ok 136 bud-git-context-subdirectory # skip FIXME: 2024-05-28 new VMs from #338
[+0967s] ok 137 bud-git-context-failure
[+0968s] ok 138 bud-github-context
[+0970s] ok 139 bud-github-context-from-commit
[+0981s] ok 140 bud-github-context-with-branch-subdir-commit
[+0982s] ok 141 bud-additional-tags
[+0984s] ok 142 bud-additional-tags-cached
[+0996s] ok 143 bud-volume-perms
[+1001s] ok 144 bud-volume-ownership
[+1006s] ok 145 bud-builtin-volume-symlink
[+1008s] ok 146 bud-from-glob
[+1010s] ok 147 bud-maintainer
[+1011s] ok 148 bud-unrecognized-instruction
[+1013s] ok 149 bud-shell
[+1016s] ok 150 bud-shell during build in Docker format
[+1018s] ok 151 bud-shell during build in OCI format
[+1027s] ok 152 bud-shell changed during build in Docker format
[+1034s] ok 153 bud-shell changed during build in OCI format
[+1038s] ok 154 bud with symlinks
[+1043s] ok 155 bud with symlinks to relative path
[+1049s] ok 156 bud with multiple symlinks in a path
[+1051s] ok 157 bud with multiple symlink pointing to itself
[+1059s] ok 158 bud multi-stage with symlink to absolute path
[+1068s] ok 159 bud multi-stage with dir symlink to absolute path
[+1071s] ok 160 bud with ENTRYPOINT and RUN
[+1073s] ok 161 bud with ENTRYPOINT and empty RUN
[+1075s] ok 162 bud with CMD and RUN
[+1077s] ok 163 bud with CMD and empty RUN
[+1079s] ok 164 bud with ENTRYPOINT, CMD and RUN
[+1081s] ok 165 bud with ENTRYPOINT, CMD and empty RUN
[+1083s] ok 166 bud access ENV variable defined in same source file
[+1086s] ok 167 bud access ENV variable defined in FROM image
[+1095s] ok 168 bud ENV preserves special characters after commit
[+1096s] ok 169 bud with Dockerfile from valid URL
ok 170 bud with Dockerfile from invalid URL
[+1097s] ok 171 bud with -f flag, alternate Dockerfile name
[+1098s] ok 172 bud with --cache-from noop flag
ok 173 bud with --compress noop flag
[+1099s] ok 174 bud with --cpu-shares flag, no argument
ok 175 bud with --cpu-shares flag, invalid argument
[+1100s] ok 176 bud with --cpu-shares flag, valid argument
[+1101s] ok 177 bud with --cpu-shares short flag (-c), no argument
ok 178 bud with --cpu-shares short flag (-c), invalid argument
[+1102s] ok 179 bud with --cpu-shares short flag (-c), valid argument
[+1109s] ok 180 bud-onbuild
[+1112s] ok 181 bud-onbuild-layers
[+1119s] ok 182 bud-logfile
ok 183 bud-logfile-with-split-logfile-by-platform # skip logfile not implemented on remote
[+1122s] ok 184 bud with ARGS
[+1125s] ok 185 bud with unused ARGS
[+1127s] ok 186 bud with multi-value ARGS
[+1128s] ok 187 bud-from-stdin
[+1133s] ok 188 bud with preprocessor
[+1136s] ok 189 bud with preprocessor error
ok 190 bud-with-rejected-name
[+1140s] ok 191 bud with chown copy
[+1143s] ok 192 bud with combined chown and chmod copy
[+1145s] ok 193 bud with combined chown and chmod add
[+1146s] ok 194 bud with chown copy with bad chown flag in Dockerfile with --layers
[+1147s] ok 195 bud with chown copy with unknown substitutions in Dockerfile
[+1151s] ok 196 bud with chmod copy
[+1152s] ok 197 bud with chmod copy with bad chmod flag in Dockerfile with --layers
[+1155s] ok 198 bud with chmod add
[+1158s] ok 199 bud with chown add
[+1159s] ok 200 bud with chown add with bad chown flag in Dockerfile with --layers
[+1160s] ok 201 bud with chmod add with bad chmod flag in Dockerfile with --layers
[+1163s] ok 202 bud with ADD with checksum flag
[+1164s] ok 203 bud with ADD with bad checksum
[+1165s] ok 204 bud with ADD with bad checksum flag
[+1168s] ok 205 bud with ADD file construct
[+1177s] ok 206 bud with COPY of single file creates absolute path with correct permissions
[+1186s] ok 207 bud with COPY of single file creates relative path with correct permissions
[+1195s] ok 208 bud with ADD of single file creates absolute path with correct permissions
[+1204s] ok 209 bud with ADD of single file creates relative path with correct permissions
[+1213s] ok 210 bud multi-stage COPY creates absolute path with correct permissions
[+1222s] ok 211 bud multi-stage COPY creates relative path with correct permissions
[+1228s] ok 212 bud multi-stage COPY with invalid from statement
[+1234s] ok 213 bud COPY to root succeeds
[+1238s] ok 214 bud with FROM AS construct
[+1243s] ok 215 bud with FROM AS construct with layers
[+1251s] ok 216 bud with FROM AS skip FROM construct
[+1252s] ok 217 build with -f pointing to not a file should fail
[+1256s] ok 218 bud with symlink Dockerfile not specified in file
[+1258s] ok 219 bud with ARG before FROM default value
[+1268s] ok 220 bud with ARG before FROM
[+1270s] ok 221 bud-with-healthcheck
[+1272s] ok 222 bud with unused build arg
[+1275s] ok 223 bud with copy-from and cache
[+1287s] ok 224 bud with copy-from in Dockerfile no prior FROM
[+1288s] ok 225 bud with copy-from with bad from flag in Dockerfile with --layers
[+1294s] ok 226 bud with copy-from referencing the base image
[+1296s] ok 227 bud with copy-from referencing the current stage
ok 228 bud-target # skip --target does not work with podman-remote
[+1298s] ok 229 bud-no-target-name
[+1299s] ok 230 bud-multi-stage-nocache-nocommit
[+1300s] ok 231 bud-multi-stage-cache-nocontainer # skip FIXME: Broken in CI right now
[+1304s] ok 232 bud copy to symlink
[+1314s] ok 233 bud copy to dangling symlink
[+1319s] ok 234 bud WORKDIR isa symlink
[+1325s] ok 235 bud WORKDIR isa symlink no target dir
[+1332s] ok 236 bud WORKDIR isa symlink no target dir and follow on dir
[+1337s] ok 237 buildah bud --volume
[+1339s] ok 238 bud-copy-dot with --layers picks up changed file
[+1340s] ok 239 buildah-bud-policy # skip --signature-policy does not work with podman-remote
[+1341s] ok 240 bud-copy-replace-symlink
[+1342s] ok 241 bud-copy-recurse
[+1345s] ok 242 bud copy with .dockerignore #1
[+1347s] ok 243 bud copy with .dockerignore #2
[+1348s] ok 244 bud-copy-workdir
[+1351s] ok 245 bud-copy-workdir --layers
[+1363s] ok 246 bud-build-arg-cache
[+1366s] ok 247 bud test RUN with a privileged command
[+1367s] ok 248 bud-copy-dockerignore-hardlinks
[+1368s] ok 249 bud without any arguments should succeed # skip does not work under podman
ok 250 bud without any arguments should fail when no Dockerfile exists
[+1369s] ok 251 bud with specified context should fail if directory contains no Dockerfile
[+1370s] ok 252 bud with specified context should fail if Dockerfile in context directory is actually a file
ok 253 bud with specified context should fail if context directory does not exist
[+1371s] ok 254 bud with specified context should succeed if context contains existing Dockerfile # skip podman-build fails with 'context must be a directory'
ok 255 bud with specified context should fail if context contains empty Dockerfile
[+1372s] ok 256 bud-no-change
[+1374s] ok 257 bud-no-change-label
[+1376s] ok 258 bud-no-change-annotation
[+1378s] ok 259 bud-squash-layers
ok 260 bud-squash-hardlinks # skip argument-order incompatible with podman
[+1381s] ok 261 rootless: support --device and renaming device using bind-mount
[+1383s] ok 262 bud with additional directory of devices
[+1385s] ok 263 bud with additional device
[+1386s] ok 264 bud with Containerfile
[+1391s] ok 265 bud with Containerfile.in, --cpp-flag
ok 266 bud with Containerfile.in, via envariable # skip env-variable for Containerfile.in pre-processing is not propagated on remote
[+1392s] ok 267 bud with Dockerfile
[+1393s] ok 268 bud with Containerfile and Dockerfile
[+1395s] ok 269 bud-http-context-with-Containerfile
[+1397s] ok 270 bud with Dockerfile from stdin
[+1399s] ok 271 bud with Dockerfile from stdin tar
[+1409s] ok 272 bud containerfile with args
ok 273 bud using gitrepo and branch # skip FIXME: 2024-05-28 new VMs from #338
[+1416s] ok 274 bud using gitrepo with .git and branch
[+1419s] ok 275 bud containerfile with tar archive in copy
[+1420s] ok 276 bud pull never
[+1421s] ok 277 bud pull false no local image
ok 278 bud with Containerfile should fail with nonexistent authfile
[+1422s] ok 279 bud for multi-stage Containerfile with invalid registry and --authfile as a fd, should fail with no such host
[+1423s] ok 280 bud COPY with URL should fail
[+1425s] ok 281 bud quiet
[+1429s] ok 282 bud COPY with Env Var in Containerfile
[+1430s] ok 283 bud with custom arch
[+1431s] ok 284 bud with custom os
[+1432s] ok 285 bud with custom os-version
ok 286 bud with custom os-features
[+1433s] ok 287 bud with custom platform
[+1434s] ok 288 bud with custom platform and empty os or arch
[+1440s] ok 289 bud Add with linked tarball
[+1441s] ok 290 bud file above context directory
[+1444s] ok 291 bud-multi-stage-args-scope
[+1446s] ok 292 bud-multi-stage-args-history
ok 293 bud-implicit-no-history # skip FIXME: 2024-04-16 nixery is down
[+1447s] ok 294 bud with encrypted FROM image # skip FIXME: 2023-06-13 buildah PR 4746 broke this test
[+1451s] ok 295 bud with --build-arg
[+1453s] ok 296 bud arg and env var with same name
[+1457s] ok 297 bud copy chown with newuser
[+1458s] ok 298 bud-builder-identity
[+1462s] ok 299 run check --from with arg
[+1468s] ok 300 bud preserve rootfs for --mount=type=bind,from=
[+1471s] ok 301 bud timestamp
[+1474s] ok 302 bud timestamp compare
[+1475s] ok 303 bud with-rusage
[+1476s] ok 304 bud with-rusage-logfile
[+1486s] ok 305 bud-caching-from-scratch
[+1498s] ok 306 bud-caching-from-scratch-config
[+1501s] ok 307 bud capabilities test
[+1503s] ok 308 bud does not gobble stdin
[+1509s] ok 309 bud cache by format
[+1517s] ok 310 bud cache add-copy-chown
[+1519s] ok 311 bud-terminal
[+1524s] ok 312 bud --ignorefile containerignore
[+1526s] ok 313 bud with network options
[+1528s] ok 314 bud-replace-from-in-containerfile
ok 315 bud test no --stdin # skip --stdin option will not be implemented in podman-remote
[+1530s] ok 316 bud with --arch flag
[+1532s] ok 317 bud with --manifest flag new manifest
[+1535s] ok 318 bud with --manifest flag existing manifest
[+1542s] ok 319 bud test empty newdir
[+1545s] ok 320 bud retain intermediary image
[+1549s] ok 321 bud --pull=ifmissing --arch test
[+1550s] ok 322 bud --file with directory
[+1564s] ok 323 bud --authfile
[+1572s] ok 324 build verify cache behaviour with --cache-ttl
[+1578s] ok 325 build verify cache behaviour with --cache-ttl=0s
[+1613s] ok 326 build test pushing and pulling from multiple remote cache sources
[+1647s] ok 327 build test pushing and pulling from remote cache sources
[+1662s] ok 328 build test pushing and pulling from remote cache sources - after adding content summary
[+1675s] ok 329 build test run mounting stage cached from remote cache source
[+1692s] ok 330 bud with undefined build arg directory
[+1699s] ok 331 bud with arg in from statement
[+1700s] ok 332 bud with --runtime and --runtime-flag # skip --runtime not meaningful under podman-remote
ok 333 bud - invalid runtime flags test # skip --runtime-flags does not work with podman-remote
[+1701s] ok 334 bud - accept at most one arg
ok 335 bud with --no-hostname # skip does not pass in Podman CI: needs investigation
[+1707s] ok 336 bud with --add-host
[+1711s] ok 337 bud with --cgroup-parent
[+1715s] ok 338 bud with --cpu-period and --cpu-quota
[+1719s] ok 339 bud check mount /sys/fs/cgroup
[+1723s] ok 340 bud with --cpu-shares
[+1727s] ok 341 bud with --cpuset-cpus
[+1731s] ok 342 bud with --cpuset-mems
[+1735s] ok 343 bud with --isolation
[+1736s] ok 344 bud with --pull-always
[+1741s] ok 345 bud with --memory and --memory-swap
[+1745s] ok 346 bud with --shm-size
[+1749s] ok 347 bud with --ulimit
[+1751s] ok 348 bud with .dockerignore #3
[+1755s] ok 349 bud with copy --exclude
ok 350 bud with containerfile secret # skip secret files not implemented under podman-remote
[+1758s] ok 351 bud with containerfile secret and secret is accessed twice and build should be successful
ok 352 bud with containerfile secret accessed on second RUN # skip secret files not implemented under podman-remote
[+1761s] ok 353 bud with default mode perms
ok 354 bud with containerfile secret options # skip secret files not implemented under podman-remote
[+1764s] ok 355 bud with containerfile secret not required
[+1766s] ok 356 bud with containerfile secret required
[+1767s] ok 357 bud with containerfile env secret # skip secret files not implemented under podman-remote
ok 358 bud with containerfile env secret priority # skip secret files not implemented under podman-remote
[+1768s] ok 359 bud-multiple-platform-values # skip FIXME: #4396 - this test is broken, and is failing gating tests
[+1771s] ok 360 bud-multiple-platform-no-partial-manifest-list
[+1790s] ok 361 bud-multiple-platform-failure
[+1803s] ok 362 bud-multiple-platform-no-run
[+1807s] ok 363 bud-multiple-platform-with-base-as-default-arg
[+1812s] ok 364 bud-multiple-platform for --all-platform with additional-build-context
[+1816s] ok 365 bud-targetplatform-as-build-arg
[+1819s] ok 366 bud-multistage-relabel
[+1821s] ok 367 bud-from-relabel
[+1824s] ok 368 bud with run should not leave mounts behind cleanup test
[+1827s] ok 369 bud with custom files in /run/ should persist cleanup test
[+1830s] ok 370 bud-with-mount-like-buildkit
[+1833s] ok 371 bud-with-mount-no-source-like-buildkit
[+1836s] ok 372 bud-with-mount-with-only-target-like-buildkit
[+1839s] ok 373 bud-with-mount-no-subdir-like-buildkit
[+1842s] ok 374 bud-with-mount-relative-path-like-buildkit
[+1845s] ok 375 bud-with-mount-with-rw-like-buildkit
[+1857s] ok 376 bud-verify-if-we-dont-clean-preexisting-path
[+1859s] ok 377 bud-with-mount-with-tmpfs-like-buildkit
[+1861s] ok 378 bud-with-mount-with-tmpfs-with-copyup-like-buildkit
[+1866s] ok 379 bud-with-mount-cache-like-buildkit
ok 380 bud-with-mount-cache-like-buildkit with buildah prune should clear the cache # skip Weird. This used to work remote, until Ed set TMPDIR in #5804
[+1867s] ok 381 bud-with-mount-cache-like-buildkit-verify-default-selinux-option # skip FIXME: can this test be made to work under podman-remote?
[+1870s] ok 382 bud-with-mount-cache-like-buildkit-locked-across-steps
[+1873s] ok 383 bud-with-multiple-mount-keeps-default-bind-mount
[+1876s] ok 384 bud with user in groups
ok 385 build proxy # skip envariables do not automatically work with -remote.
[+1880s] ok 386 bud-with-mount-bind-from-like-buildkit
[+1883s] ok 387 bud-with-writeable-mount-bind-from-like-buildkit
[+1887s] ok 388 bud-with-mount-bind-from-without-source-like-buildkit
[+1889s] ok 389 bud-with-mount-bind-from-with-empty-from-like-buildkit
[+1893s] ok 390 bud-with-mount-cache-from-like-buildkit
[+1898s] ok 391 bud-with-mount-cache-image-from-like-buildkit
[+1901s] ok 392 bud-with-mount-cache-multiple-from-like-buildkit
[+1906s] ok 393 bud-with-mount-bind-from-relative-like-buildkit
[+1909s] ok 394 bud-with-mount-bind-from-multistage-relative-like-buildkit
[+1913s] ok 395 bud-with-mount-bind-from-cache-multistage-relative-like-buildkit
[+1914s] ok 396 bud with network names
[+1918s] ok 397 bud with --network slirp4netns
ok 398 bud with --network pasta # skip pasta only works rootless
[+1922s] ok 399 bud WORKDIR owned by USER
[+1953s] ok 400 build interrupted
[+1984s] ok 401 build terminated
[+2015s] ok 402 build killed
[+2016s] ok 403 build-multiple-parse
[+2036s] ok 404 build-with-network-test
[+2039s] ok 405 build-with-no-new-privileges-test
[+2041s] ok 406 build --group-add
[+2051s] ok 407 build-env-precedence
[+2054s] ok 408 build prints 12-digit hash
[+2057s] ok 409 build with name path changes
ok 410 build test default ulimits # skip --events-backend does not work with podman-remote
[+2061s] ok 411 build no write file on host - CVE-2024-1753
[+2062s] ok 412 pull policy
[+2063s] ok 413 build-test --mount=type=secret test from env with chroot isolation # skip envariables do not automatically work with -remote.
ok 414 build-logs-from-platform
[+2064s] ok 415 build add https retry ca # skip --cert-dir option not working via remote and retry warnings are printed on the server
[+2127s] ok 416 bud with ADD with git repository source
[+2129s] ok 417 build-validates-bind-bind-propagation
[+2130s] ok 418 build-validates-cache-bind-propagation
[+2134s] ok 419 build-check-cve-2024-9675
[+2138s] ok 420 build-mounts-implicit-workdir
[+2147s] ok 421 build-security-opt-mask
[+2149s] ok 422 build-mounts-build-context-rw
***************************************
Error running buildah bud tests under podman.
It looks like you're vendoring in a new buildah. The likely failure
here is that there's a new test in bud.bats that uses functionality
not (yet) in podman build. You will likely need to 'skip' that test.
Please see test/buildah-bud/README.md for advice
[06:36:31] END - [+2149s] total duration since 2025-01-27T12:36:31Z
Summary: 376 Passed, 2 Failed, 44 Skipped. Total tests: 422