too long lines were shrinked: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -fno-strict-aliasing -pthread -DUTEST -DTOP_SRCDIR=\".\" -DSYSCONFDIR=\"/etc/burp\" -O2 -pipe -march=native -fno-diagnostics-color -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o utest/server/runner-test_timer.o `test -f 'utest/ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o runner utest/builders/runner-build_attribs.o utest/builders/runner-build_asfd_mock.o utest/builders/r make[1]: Leaving directory '/var/tmp/portage/app-backup/burp-3.1.4/work/burp-3.1.4' make check-TESTS make[1]: Entering directory '/var/tmp/portage/app-backup/burp-3.1.4/work/burp-3.1.4' make[2]: Entering directory '/var/tmp/portage/app-backup/burp-3.1.4/work/burp-3.1.4' FAIL: runner ============================================================================ Testsuite summary for Burp 3.1.4 ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_no_multilib_hardened_test-20231010-123509 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10 [2] x86_64-pc-linux-gnu-13 * clang/llvm (if any): clang version 17.0.2 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/17/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg /usr/lib/llvm/17 17.0.2 Python 3.11.6 Available Rust versions: [1] rust-bin-1.73.0 * The following VMs are available for generation-2: 1) OpenJDK 17.0.8.1_p1 [openjdk-17] 2) OpenJDK 8.382_p05 [openjdk-8] *) Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17] 4) Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-8 [2] openjdk-17 [3] openjdk-bin-8 [4] openjdk-bin-17 system-vm php cli (if any): go version go1.21.1 linux/amd64 HEAD of ::gentoo commit d1c068382689f36430aded1293ff873903730a45 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Fri Oct 13 14:16:56 2023 +0000 2023-10-13 14:16:55 UTC emerge -qpvO app-backup/burp [ebuild N ] app-backup/burp-3.1.4 USE="acl test xattr"
Created attachment 872708 [details] emerge-info.txt
Created attachment 872709 [details] app-backup:burp-3.1.4:20231013-152634.log
Created attachment 872710 [details] emerge-history.txt
Created attachment 872711 [details] environment
Created attachment 872712 [details] etc.clang.tar.xz
Created attachment 872713 [details] etc.portage.tar.xz
Created attachment 872714 [details] logs.tar.xz
Created attachment 872715 [details] temp.tar.xz
after much testing I can confirm that this bug only comes up intermittent on a machine with heavy I/O load. I can further state that it does NOT correlate with: - burp version (tried git head, 3.1.4, 3.1.0, 2.4.0 and 2.2.18) - gentoo profile (tried 17.1/no-multilib/hardened, 17.1/no-multilib, 17.1/hardened, 17.1/desktop and 17.0/musl) - gcc-version (tried 13.2.1, 12.3.1 and 10.5.0) I could get rid of the bug completly when setting CK_DEFAULT_TIMEOUT=0 and CK_TIMEOUT_MULTIPLIER=0, just setting CK_DEFAULT_TIMEOUT=1000 (up from 10) was not enough. since these type of bug seems to come up every few years for burp ( https://bugs.gentoo.org/753707 https://bugs.gentoo.org/753884 https://bugs.gentoo.org/632168 ), I suggest one of two possible fixes: - setting CK_DEFAULT_TIMEOUT=0 and CK_TIMEOUT_MULTIPLIER=0, or - get rid of testing for this ebuild all together I will provide a pull request for the former solution shortly
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a628797163503286e7965c146695020449a4c7 commit 41a628797163503286e7965c146695020449a4c7 Author: Anton Fischl <github@fischl-online.de> AuthorDate: 2023-11-06 07:15:25 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-11-22 17:27:05 +0000 app-backup/burp: fix test #915690 Closes: https://bugs.gentoo.org/915690 Signed-off-by: Anton Fischl <github@fischl-online.de> Closes: https://github.com/gentoo/gentoo/pull/33686 Signed-off-by: Sam James <sam@gentoo.org> app-backup/burp/burp-3.1.4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)