Date: Fri Dec 6 12:08:40 AM EST 2024 Test set: default Kernel: 6.12.1-200.fc41.x86_64 Release: Fedora release 41 (Forty One) Result: PASS Failed Tests: None Warned Tests: None ============================================================ Starting test ./default/sysfs-perms Starting test ./default/libhugetlbfs Starting test ./default/paxtest Starting test ./default/selinux-dac-controls Starting test ./default/cachedrop 100+0 records in 100+0 records out 104857600 bytes (105 MB, 100 MiB) copied, 0.587051 s, 179 MB/s 10+0 records in 10+0 records out 10485760 bytes (10 MB, 10 MiB) copied, 0.0454584 s, 231 MB/s TestPASS: /proc/sys/vm/drop_caches PASS Starting test ./default/mq-memory-corruption Test PASSED Test PASSED Test PASSED Test PASSED Test PASSED Test PASSED Test PASSED Test PASSED Test PASSED Test PASSED Starting test ./default/stack-randomness Starting test ./default/timer-overhead Starting test ./default/modsign Successfully loaded signed module Successfully loaded unsigned module Starting test ./default/insert_leap_second Warning: The unit file, source configuration file or drop-ins of chronyd.service changed on disk. Run 'systemctl daemon-reload' to reload units. Warning: The unit file, source configuration file or drop-ins of chronyd.service changed on disk. Run 'systemctl daemon-reload' to reload units. Setting time to speed up testing Running for 1 iterations. Press ctrl-c to stop Setting time to Fri Dec 6 18:59:50 2024 Scheduling leap second for Fri Dec 6 19:00:00 2024 Fri Dec 6 18:59:57 2024 + 287 us (37) TIME_INS Fri Dec 6 18:59:57 2024 + 500636 us (37) TIME_INS Fri Dec 6 18:59:58 2024 + 923 us (37) TIME_INS Fri Dec 6 18:59:58 2024 + 501218 us (37) TIME_INS Fri Dec 6 18:59:59 2024 + 1591 us (37) TIME_INS Fri Dec 6 18:59:59 2024 + 501866 us (37) TIME_INS Fri Dec 6 18:59:59 2024 + 9050 us (38) TIME_OOP Fri Dec 6 18:59:59 2024 + 509291 us (38) TIME_OOP Fri Dec 6 19:00:00 2024 + 9598 us (38) TIME_WAIT Fri Dec 6 19:00:00 2024 + 509872 us (38) TIME_WAIT Fri Dec 6 19:00:01 2024 + 10045 us (38) TIME_WAIT Fri Dec 6 19:00:01 2024 + 510285 us (38) TIME_WAIT Fri Dec 6 19:00:02 2024 + 10664 us (38) TIME_WAIT Leap complete Warning: The unit file, source configuration file or drop-ins of chronyd.service changed on disk. Run 'systemctl daemon-reload' to reload units. Starting test ./default/posix_timers Testing posix timers. False negative may happen on CPU execution based timers if other threads run on the CPU... Check itimer virtual... [OK] Check itimer prof... [OK] Check itimer real... Diff too high: -67808505729..[FAIL] Check timer_create() per thread... [OK] Check timer_create() per process... Diff too high: 3962950..[FAIL] Starting test ./default/memfd memfd_test.c: In function ‘mfd_assert_get_seals’: memfd_test.c:67:13: error: implicit declaration of function ‘fcntl’ [-Wimplicit-function-declaration] 67 | r = fcntl(fd, F_GET_SEALS); | ^~~~~ memfd_test.c: In function ‘mfd_assert_open’: memfd_test.c:190:13: error: implicit declaration of function ‘open’; did you mean ‘popen’? [-Wimplicit-function-declaration] 190 | r = open(buf, flags, mode); | ^~~~ | popen memfd_test.c: In function ‘mfd_assert_write’: memfd_test.c:315:13: error: implicit declaration of function ‘fallocate’; did you mean ‘alloca’? [-Wimplicit-function-declaration] 315 | r = fallocate(fd, | ^~~~~~~~~ | alloca memfd_test build failed.