Sep 21 05:42:49.495 INFO checking pistoncore-current-0.0.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:42:49.495 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:42:49.495 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:42:49.622 INFO blam! 8c540e17667a6568feda4c1f0021f526e12129558342e3db6f75c99c8d5c6f14 Sep 21 05:42:49.623 INFO running `"docker" "start" "-a" "8c540e17667a6568feda4c1f0021f526e12129558342e3db6f75c99c8d5c6f14"` Sep 21 05:42:51.104 INFO kablam! usermod: no changes Sep 21 05:42:51.123 INFO kablam! Checking pistoncore-current v0.0.1 (/source) Sep 21 05:42:51.247 INFO kablam! error[E0433]: failed to resolve. Could not find `thread_local` in `std` Sep 21 05:42:51.247 INFO kablam! --> src/current.rs:2:10 Sep 21 05:42:51.247 INFO kablam! | Sep 21 05:42:51.247 INFO kablam! 2 | use std::thread_local::scoped::Key; Sep 21 05:42:51.247 INFO kablam! | ^^^^^^^^^^^^ Could not find `thread_local` in `std` Sep 21 05:42:51.247 INFO kablam! Sep 21 05:42:51.247 INFO kablam! error[E0432]: unresolved import `std::intrinsics::get_tydesc` Sep 21 05:42:51.247 INFO kablam! --> src/current.rs:91:21 Sep 21 05:42:51.247 INFO kablam! | Sep 21 05:42:51.247 INFO kablam! 91 | use std::intrinsics::get_tydesc; Sep 21 05:42:51.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `get_tydesc` in `intrinsics` Sep 21 05:42:51.247 INFO kablam! Sep 21 05:42:51.253 INFO kablam! error[E0433]: failed to resolve. Could not find `kinds` in `std` Sep 21 05:42:51.253 INFO kablam! --> src/current.rs:62:20 Sep 21 05:42:51.253 INFO kablam! | Sep 21 05:42:51.253 INFO kablam! 62 | marker: ::std::kinds::marker::NoSync, Sep 21 05:42:51.254 INFO kablam! | ^^^^^ Could not find `kinds` in `std` Sep 21 05:42:51.254 INFO kablam! Sep 21 05:42:51.255 INFO kablam! error[E0433]: failed to resolve. Could not find `kinds` in `std` Sep 21 05:42:51.255 INFO kablam! --> src/current.rs:68:44 Sep 21 05:42:51.255 INFO kablam! | Sep 21 05:42:51.255 INFO kablam! 68 | Current { key: key, marker: ::std::kinds::marker::NoSync } Sep 21 05:42:51.255 INFO kablam! | ^^^^^ Could not find `kinds` in `std` Sep 21 05:42:51.255 INFO kablam! Sep 21 05:42:51.258 INFO kablam! error[E0412]: cannot find type `Key` in this scope Sep 21 05:42:51.258 INFO kablam! --> src/current.rs:61:19 Sep 21 05:42:51.258 INFO kablam! | Sep 21 05:42:51.258 INFO kablam! 61 | key: &'static Key>, Sep 21 05:42:51.258 INFO kablam! | ^^^ not found in this scope Sep 21 05:42:51.258 INFO kablam! Sep 21 05:42:51.258 INFO kablam! error[E0412]: cannot find type `Key` in this scope Sep 21 05:42:51.258 INFO kablam! --> src/current.rs:67:37 Sep 21 05:42:51.258 INFO kablam! | Sep 21 05:42:51.258 INFO kablam! 67 | pub unsafe fn new(key: &'static Key>) -> Current { Sep 21 05:42:51.258 INFO kablam! | ^^^ not found in this scope Sep 21 05:42:51.258 INFO kablam! Sep 21 05:42:51.258 INFO kablam! error[E0405]: cannot find trait `Deref` in this scope Sep 21 05:42:51.258 INFO kablam! --> src/current.rs:100:18 Sep 21 05:42:51.258 INFO kablam! | Sep 21 05:42:51.258 INFO kablam! 100 | impl Deref for Current { Sep 21 05:42:51.258 INFO kablam! | ^^^^^ not found in this scope Sep 21 05:42:51.258 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 05:42:51.258 INFO kablam! | Sep 21 05:42:51.258 INFO kablam! 1 | use std::ops::Deref; Sep 21 05:42:51.258 INFO kablam! | Sep 21 05:42:51.258 INFO kablam! Sep 21 05:42:51.258 INFO kablam! error[E0405]: cannot find trait `DerefMut` in this scope Sep 21 05:42:51.258 INFO kablam! --> src/current.rs:112:18 Sep 21 05:42:51.258 INFO kablam! | Sep 21 05:42:51.258 INFO kablam! 112 | impl DerefMut for Current { Sep 21 05:42:51.258 INFO kablam! | ^^^^^^^^ not found in this scope Sep 21 05:42:51.258 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 05:42:51.258 INFO kablam! | Sep 21 05:42:51.258 INFO kablam! 1 | use std::ops::DerefMut; Sep 21 05:42:51.258 INFO kablam! | Sep 21 05:42:51.258 INFO kablam! Sep 21 05:42:51.258 INFO kablam! warning: unused import: `std::thread_local::scoped::Key` Sep 21 05:42:51.258 INFO kablam! --> src/current.rs:2:5 Sep 21 05:42:51.258 INFO kablam! | Sep 21 05:42:51.258 INFO kablam! 2 | use std::thread_local::scoped::Key; Sep 21 05:42:51.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:42:51.258 INFO kablam! | Sep 21 05:42:51.258 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 05:42:51.258 INFO kablam! Sep 21 05:42:51.259 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 21 05:42:51.259 INFO kablam! --> src/lib.rs:54:12 Sep 21 05:42:51.259 INFO kablam! | Sep 21 05:42:51.259 INFO kablam! 54 | fn set(mut self, modifier: M) -> Self; Sep 21 05:42:51.259 INFO kablam! | ^^^^^^^^ Sep 21 05:42:51.259 INFO kablam! | Sep 21 05:42:51.259 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 21 05:42:51.259 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:42:51.259 INFO kablam! = note: for more information, see issue #35203 Sep 21 05:42:51.259 INFO kablam! Sep 21 05:42:51.260 INFO kablam! error: aborting due to 8 previous errors Sep 21 05:42:51.260 INFO kablam! Sep 21 05:42:51.260 INFO kablam! Some errors occurred: E0405, E0412, E0432, E0433. Sep 21 05:42:51.260 INFO kablam! For more information about an error, try `rustc --explain E0405`. Sep 21 05:42:51.265 INFO kablam! error: Could not compile `pistoncore-current`. Sep 21 05:42:51.265 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:42:51.268 INFO kablam! error[E0433]: failed to resolve. Could not find `thread_local` in `std` Sep 21 05:42:51.268 INFO kablam! --> src/current.rs:2:10 Sep 21 05:42:51.268 INFO kablam! | Sep 21 05:42:51.268 INFO kablam! 2 | use std::thread_local::scoped::Key; Sep 21 05:42:51.268 INFO kablam! | ^^^^^^^^^^^^ Could not find `thread_local` in `std` Sep 21 05:42:51.268 INFO kablam! Sep 21 05:42:51.268 INFO kablam! error[E0432]: unresolved import `std::intrinsics::get_tydesc` Sep 21 05:42:51.268 INFO kablam! --> src/current.rs:91:21 Sep 21 05:42:51.268 INFO kablam! | Sep 21 05:42:51.268 INFO kablam! 91 | use std::intrinsics::get_tydesc; Sep 21 05:42:51.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `get_tydesc` in `intrinsics` Sep 21 05:42:51.268 INFO kablam! Sep 21 05:42:51.276 INFO kablam! error[E0433]: failed to resolve. Could not find `kinds` in `std` Sep 21 05:42:51.276 INFO kablam! --> src/current.rs:62:20 Sep 21 05:42:51.276 INFO kablam! | Sep 21 05:42:51.276 INFO kablam! 62 | marker: ::std::kinds::marker::NoSync, Sep 21 05:42:51.276 INFO kablam! | ^^^^^ Could not find `kinds` in `std` Sep 21 05:42:51.276 INFO kablam! Sep 21 05:42:51.278 INFO kablam! error[E0433]: failed to resolve. Could not find `kinds` in `std` Sep 21 05:42:51.278 INFO kablam! --> src/current.rs:68:44 Sep 21 05:42:51.278 INFO kablam! | Sep 21 05:42:51.278 INFO kablam! 68 | Current { key: key, marker: ::std::kinds::marker::NoSync } Sep 21 05:42:51.278 INFO kablam! | ^^^^^ Could not find `kinds` in `std` Sep 21 05:42:51.278 INFO kablam! Sep 21 05:42:51.280 INFO kablam! error[E0412]: cannot find type `Key` in this scope Sep 21 05:42:51.280 INFO kablam! --> src/current.rs:61:19 Sep 21 05:42:51.280 INFO kablam! | Sep 21 05:42:51.280 INFO kablam! 61 | key: &'static Key>, Sep 21 05:42:51.280 INFO kablam! | ^^^ not found in this scope Sep 21 05:42:51.280 INFO kablam! Sep 21 05:42:51.280 INFO kablam! error[E0412]: cannot find type `Key` in this scope Sep 21 05:42:51.280 INFO kablam! --> src/current.rs:67:37 Sep 21 05:42:51.280 INFO kablam! | Sep 21 05:42:51.280 INFO kablam! 67 | pub unsafe fn new(key: &'static Key>) -> Current { Sep 21 05:42:51.280 INFO kablam! | ^^^ not found in this scope Sep 21 05:42:51.280 INFO kablam! Sep 21 05:42:51.280 INFO kablam! error[E0405]: cannot find trait `Deref` in this scope Sep 21 05:42:51.280 INFO kablam! --> src/current.rs:100:18 Sep 21 05:42:51.280 INFO kablam! | Sep 21 05:42:51.280 INFO kablam! 100 | impl Deref for Current { Sep 21 05:42:51.280 INFO kablam! | ^^^^^ not found in this scope Sep 21 05:42:51.280 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 05:42:51.280 INFO kablam! | Sep 21 05:42:51.280 INFO kablam! 1 | use std::ops::Deref; Sep 21 05:42:51.281 INFO kablam! | Sep 21 05:42:51.281 INFO kablam! Sep 21 05:42:51.281 INFO kablam! error[E0405]: cannot find trait `DerefMut` in this scope Sep 21 05:42:51.281 INFO kablam! --> src/current.rs:112:18 Sep 21 05:42:51.281 INFO kablam! | Sep 21 05:42:51.281 INFO kablam! 112 | impl DerefMut for Current { Sep 21 05:42:51.281 INFO kablam! | ^^^^^^^^ not found in this scope Sep 21 05:42:51.281 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 05:42:51.281 INFO kablam! | Sep 21 05:42:51.281 INFO kablam! 1 | use std::ops::DerefMut; Sep 21 05:42:51.281 INFO kablam! | Sep 21 05:42:51.281 INFO kablam! Sep 21 05:42:51.282 INFO kablam! warning: unused import: `std::thread_local::scoped::Key` Sep 21 05:42:51.282 INFO kablam! --> src/current.rs:2:5 Sep 21 05:42:51.282 INFO kablam! | Sep 21 05:42:51.282 INFO kablam! 2 | use std::thread_local::scoped::Key; Sep 21 05:42:51.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:42:51.282 INFO kablam! | Sep 21 05:42:51.282 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 05:42:51.282 INFO kablam! Sep 21 05:42:51.282 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 21 05:42:51.282 INFO kablam! --> src/lib.rs:54:12 Sep 21 05:42:51.282 INFO kablam! | Sep 21 05:42:51.282 INFO kablam! 54 | fn set(mut self, modifier: M) -> Self; Sep 21 05:42:51.282 INFO kablam! | ^^^^^^^^ Sep 21 05:42:51.282 INFO kablam! | Sep 21 05:42:51.282 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 21 05:42:51.282 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:42:51.282 INFO kablam! = note: for more information, see issue #35203 Sep 21 05:42:51.282 INFO kablam! Sep 21 05:42:51.283 INFO kablam! error: aborting due to 8 previous errors Sep 21 05:42:51.283 INFO kablam! Sep 21 05:42:51.283 INFO kablam! Some errors occurred: E0405, E0412, E0432, E0433. Sep 21 05:42:51.283 INFO kablam! For more information about an error, try `rustc --explain E0405`. Sep 21 05:42:51.288 INFO kablam! error: Could not compile `pistoncore-current`. Sep 21 05:42:51.288 INFO kablam! Sep 21 05:42:51.288 INFO kablam! To learn more, run the command again with --verbose. Sep 21 05:42:51.289 INFO kablam! su: No module specific data is present Sep 21 05:42:52.074 INFO running `"docker" "rm" "-f" "8c540e17667a6568feda4c1f0021f526e12129558342e3db6f75c99c8d5c6f14"` Sep 21 05:42:52.186 INFO blam! 8c540e17667a6568feda4c1f0021f526e12129558342e3db6f75c99c8d5c6f14