While running make -f posix.mak -j3 style on phobos I got
[...]
./etc/c/odbc/sqlext.d
./etc/c/odbc/sql.d
./etc/c/zlib.d
./etc/c/sqlite3.d
std/file.d(4099): [unittest] Failed to stat file `./std_json.o'
object.Exception@std/file.d(4099): Failed to stat file `./std_json.o'
----------------
??:? [0x55d1c1bf5b78]
[...]
??:? [0x55d1c1b962c9]
??:? __libc_start_main [0x7fdc17d5f09a]
??:? [0x55d1c1b57a59]
1/1 modules FAILED unittests
make: *** [posix.mak:652: std/file.publictests] Fehler 1
[...]
which is completely unrelated to the changes I checked. Seems to be a spurious failure.
Comment #1 by bugzilla — 2021-04-08T08:00:35Z
This happend now the third time in a week. This time it was:
std/file.d(4099): [unittest] Failed to stat file `./std_meta.o'
object.Exception@std/file.d(4099): Failed to stat file `./std_meta.o'
Comment #2 by bugzilla — 2021-04-09T08:43:43Z
Increased importance, because this is now happening quite often...