./x.py test fails on local machine #48347
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
O-windows
Operating system: Windows
Running
py -2 ./x.py test
completes unsuccessfully with 3 failures; namely,compile-fail\lifetime-bound-will-change-warning.rs
,compile-fail\trait-bounds-on-structs-and-enums-xc.rs
, andcompile-fail\trait-bounds-on-structs-and-enums-xc1.rs
.output on stderr shows
note: gcc.exe: error: C:\workspace\projects\rust\build\x86_64-pc-windows-gnu\test\compile-fail\trait-bounds-on-structs-and-enums-xc.stage2-x86_64-pc-windows-gnu.aux\trait_bounds_on_structs_and_enums_xc.trait_bounds_on_structs_and_enums_xc0-8787f43e282added376259c1adb08b80.rs.rcgu.o: No such file or directory
forcompile-fail\trait-bounds-on-structs-and-enums-xc
, and the like with different file names for other cases; However, navigating to said path shows a file with the same name.Complete output:
The text was updated successfully, but these errors were encountered: