Bugzilla – Bug 1221268
[Build 20240310] openQA test fails in bats-user-local_tap
Last modified: 2024-06-05 17:31:33 UTC
## Observation openQA test in scenario opensuse-Tumbleweed-DVD-aarch64-containers_host_podman_testsuite@aarch64 fails in [bats-user-local_tap](https://openqa.opensuse.org/tests/4005550/modules/bats-user-local_tap/steps/279) The log is: ********** not ok 279 [140] podman diff with buildah container # (in test file test/system/140-diff.bats, line 43) # `buildah run buildahctr sh -c "touch /$rand_file;rm /etc/services"' failed with status 125 # # [12:11:24.892949306] $ /usr/bin/podman rm -t 0 --all --force --ignore # # [12:11:25.036895735] $ /usr/bin/podman ps --all --external --format {{.ID}} {{.Names}} # # [12:11:25.179810401] $ /usr/bin/podman images --all --format {{.Repository}}:{{.Tag}} {{.ID}} # [12:11:25.313335127] quay.io/libpod/testimage:20221018 fb12c9a035c2 # buildahctr # error running container: did not get container start message from parent: EOF # Error: setup network: could not find pasta, the network namespace can't be configured: exec: "pasta": executable file not found in $PATH # # [teardown] # # [12:11:29.160410926] $ /usr/bin/podman pod rm -t 0 --all --force --ignore # # [12:11:29.275997854] $ /usr/bin/podman rm -t 0 --all --force --ignore # # [12:11:29.388548095] $ /usr/bin/podman network prune --force # # [12:11:29.502777340] $ /usr/bin/podman volume rm -a -f ********** ## Test suite description Maintainer: dheidler. Extra tests about CLI software in container module 2023-08-10/dimstar: added QEMURAM=2048 (boo#1212824) ## Reproducible Fails since (at least) Build [20240308](https://openqa.opensuse.org/tests/4000520) ## Expected result Last good: [20240306](https://openqa.opensuse.org/tests/3994300) (or more recent) ## Further details Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=aarch64&distri=opensuse&flavor=DVD&machine=aarch64&test=containers_host_podman_testsuite&version=Tumbleweed)
This should be fixed with the next snapshot, we fixed the dependencies of buildah and submitted passt to Factory.
Fixed