Hi Paul, Bruno, Bruno said:
> Today, one of the continuous integrations (on Debian 10, with gcc) > fails: My host system (Fedora 40 BTRFS) fails the same three tests but in different places: test-utimens.h:197: assertion 'st2.st_atime == BILLION' failed FAIL test-fdutimensat (exit status: 134) test-utimens.h:197: assertion 'st2.st_atime == BILLION' failed FAIL test-utimens (exit status: 134) test-utimens.h:197: assertion 'st2.st_atime == BILLION' failed FAIL test-utimensat (exit status: 134) All seem to have Y2K: (gdb) print st2.st_atim.tv_sec $2 = 946684800 Collin