Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
6.7.2
Description
Hi,
Possibly triggered under high load, but this test shouldn't take 300 s to complete on a Ryzen 9 9950X CPU with storage on a tmpfs.
This doesn't always happen (non-deterministic).
[...] singleShotToFunctors function time: 300000ms, total time: 321720ms QFATAL : tst_QTimer::singleShotToFunctors() Test function timed out FAIL! : tst_QTimer::singleShotToFunctors() Received a fatal error. Totals: 61 passed, 1 failed, 0 skipped, 0 blacklisted, 321720ms ********* Finished testing of tst_QTimer ********* Received signal 6 (SIGABRT) singleShotToFunctors function time: 300000ms, total time: 321720ms CMake Error at tst_qguitimerWrapperRelWithDebInfo.cmake:18 (message): /tmp/guix-build-qtbase-6.7.2.drv-0/build/tests/auto/gui/kernel/qguitimer/tst_qguitimer execution failed with exit code Subprocess aborted. 99% tests passed, 1 tests failed out of 522 [...]
The test suite is ran via ctest within `xvfb-run`, with the following dependencies for `qtbase`:
alsa-lib@1.2.11 at-spi2-core@2.52.0 bash-minimal@5.1.16 bison@3.8.2 + coreutils-minimal@9.1 cups@2.4.9 dbus@1.15.8 double-conversion@3.1.5 eudev@3.2.14 expat@2.5.0 + flex@2.6.4 fontconfig-minimal@2.14.0 freetype@2.13.0 glib@2.82.1 gperf@3.1 gtk+@3.24.43 harfbuzz@8.3.0 + icu4c@73.1 libb2@0.98.1 libice@1.1.2 libinput-minimal@1.26.2 libjpeg-turbo@2.1.4 libmng@2.0.3 + libpng@1.6.39 libsm@1.2.5 libx11@1.8.10 libxcb@1.17.0 libxcomposite@0.4.6 libxcursor@1.2.3 + libxext@1.3.6 libxfixes@6.0.1 libxi@1.8.2 libxinerama@1.1.5 libxkbcommon@1.5.0 libxml2@2.9.14 + libxrandr@1.5.4 libxrender@0.9.12 libxslt@1.1.37 libxtst@1.2.5 mariadb@10.10.2 md4c@0.4.8 mesa@24.3.2 + mtdev@1.1.6 nss@3.99 openssl@3.0.8 pcre2@10.42 perl@5.36.0 pkg-config@0.29.2 postgresql@14.13 + pulseaudio@16.1 python@3.10.7 ruby@2.7.8 sqlite@3.39.3 tzdata@2023d unixodbc@2.3.9 + vulkan-headers@1.3.280.0 wayland-protocols@1.39 which@2.21 xcb-util-cursor@0.1.5 xcb-util-image@0.4.1 + xcb-util-keysyms@0.4.1 xcb-util-renderutil@0.3.10 xcb-util-wm@0.4.2 xcb-util@0.4.1 xdg-utils@1.1.3 + xvfb-run@21.1.7-1 zlib@1.3 zstd@1.5.2
Found via building `qtbase` on GNU Guix.