You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like error 8 is OOM, is there anything we can really do about that? Does your system have an adequate amount of memory to run all these tests in parallel?
I've checked there was sufficient memory and the failure occurred even if RUST_TEST_TASKS=1 is given.
Well, however I'm failing to reproduce the error now.. so let's close this until real reason is found ¯_(ツ)_/¯
fix: use 4 spaces for indentation in macro expansion
Partial fix for rust-lang#16471.
In the previous code, the indentation produced by macro expansion was set to 2 spaces. This PR modifies it to 4 spaces for the sake of consistency.
(The number of failures vary)
I met this during check-stage2-T-i686-pc-mingw32-H-i686-pc-mingw32-doc-crate-std.
The text was updated successfully, but these errors were encountered: