action #170200
closedtest fails in buildah_integration: bin/inet is not built, but used by the test suite
0%
Description
Observation¶
This has been identified as a test issue, as the test downloads the buildah sources itself and builds the test binaries
make bin/imgtype bin/copy bin/tutorial; echo _Avmg-$?-
Since https://github.com/containers/buildah/commit/5abf038ddc0abf511cdc1eb3ee3605f292e97956 there is also bin/inet being used during the test suite, which the test is not building
As a consequence, there are a few buildah tests failing
not ok 170 bud-git-context
# (from function `start_git_daemon' in file tests/helpers.bash, line 713,
# in test file tests/bud.bats, line 2616)
# `if ! start_git_daemon ; then' failed
# /var/tmp/buildah-1.38.0/tests /var/tmp/buildah-1.38.0
# /usr/bin/git
# /var/tmp/buildah-1.38.0/tests/helpers.bash: line 706: /var/tmp/buildah-1.38.0/tests/../bin/inet: No such file or directory
# test git server did not write pid file within timeout
not ok 171 bud-git-context-subdirectory
# (from function `start_git_daemon' in file tests/helpers.bash, line 713,
# in test file tests/bud.bats, line 2632)
# `if ! start_git_daemon ${TEST_SOURCES}/git-daemon/subdirectory.tar.gz ; then' failed
# /var/tmp/buildah-1.38.0/tests /var/tmp/buildah-1.38.0
# /usr/bin/git
# /var/tmp/buildah-1.38.0/tests/helpers.bash: line 706: /var/tmp/buildah-1.38.0/tests/../bin/inet: No such file or directory
# test git server did not write pid file within timeout
not ok 174 bud-github-context-from-commit
# (from function `start_git_daemon' in file tests/helpers.bash, line 713,
# in test file tests/bud.bats, line 2676)
# `if ! start_git_daemon ${TEST_SOURCES}/git-daemon/repo-with-containerfile-on-old-commit.tar.gz ; then' failed
# /var/tmp/buildah-1.38.0/tests /var/tmp/buildah-1.38.0
# /usr/bin/git
# /var/tmp/buildah-1.38.0/tests/helpers.bash: line 706: /var/tmp/buildah-1.38.0/tests/../bin/inet: No such file or directory
# test git server did not write pid file within timeout
not ok 308 bud using gitrepo and branch
# (from function `start_git_daemon' in file tests/helpers.bash, line 713,
# in test file tests/bud.bats, line 4294)
# `if ! start_git_daemon ${TEST_SOURCES}/git-daemon/release-1.11-rhel.tar.gz ; then' failed
# /var/tmp/buildah-1.38.0/tests /var/tmp/buildah-1.38.0
# /var/tmp/buildah-1.38.0/tests/helpers.bash: line 706: /var/tmp/buildah-1.38.0/tests/../bin/inet: No such file or directory
# test git server did not write pid file within timeout
openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-containers_host_buildah_testsuite@64bit fails in
buildah_integration
Test suite description¶
Maintainer: qe-c@suse.de https://confluence.suse.com/display/qasle/podman+upstream+tests
Reproducible¶
Fails since (at least) Build 20241122
Expected result¶
Last good: 20241121 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by szarate about 2 months ago
- Assignee set to ph03nix
@ph03nix setting you as asignee, so you can move it to your team's backlog :)
Updated by rbranco about 2 months ago
- Status changed from New to In Progress
Updated by rbranco about 2 months ago
- Subject changed from test fails in buildah_integration: bin/inet is bot built, but used by the test suite to test fails in buildah_integration: bin/inet is not built, but used by the test suite
Updated by rbranco about 2 months ago
- Status changed from In Progress to Feedback