April 04, 2021
https://issues.dlang.org/show_bug.cgi?id=21796

          Issue ID: 21796
           Summary: Failed to stat file `./std_json.o'
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P1
         Component: phobos
          Assignee: nobody@puremagic.com
          Reporter: bugzilla@bernis-buecher.de

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.

--