Jul 12 02:10:17.823 INFO checking pistoncore-current-0.0.1 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 02:10:17.823 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 02:10:17.823 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 02:10:17.823 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-4/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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=500" "-e" "CMD=cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 02:10:18.082 INFO blam! e959e8f3e6b6cf74a601fd94082a3c162cf574c79dce8c73c53528c39e4aa69e Jul 12 02:10:18.085 INFO running `"docker" "start" "-a" "e959e8f3e6b6cf74a601fd94082a3c162cf574c79dce8c73c53528c39e4aa69e"` Jul 12 02:10:18.964 INFO kablam! Checking pistoncore-current v0.0.1 (file:///source) Jul 12 02:10:19.289 INFO kablam! error[E0433]: failed to resolve. Could not find `thread_local` in `std` Jul 12 02:10:19.289 INFO kablam! --> src/current.rs:2:10 Jul 12 02:10:19.289 INFO kablam! | Jul 12 02:10:19.289 INFO kablam! 2 | use std::thread_local::scoped::Key; Jul 12 02:10:19.289 INFO kablam! | ^^^^^^^^^^^^ Could not find `thread_local` in `std` Jul 12 02:10:19.290 INFO kablam! Jul 12 02:10:19.290 INFO kablam! error[E0432]: unresolved import `std::intrinsics::get_tydesc` Jul 12 02:10:19.290 INFO kablam! --> src/current.rs:91:21 Jul 12 02:10:19.290 INFO kablam! | Jul 12 02:10:19.290 INFO kablam! 91 | use std::intrinsics::get_tydesc; Jul 12 02:10:19.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `get_tydesc` in `intrinsics` Jul 12 02:10:19.291 INFO kablam! Jul 12 02:10:19.345 INFO kablam! error[E0433]: failed to resolve. Could not find `kinds` in `std` Jul 12 02:10:19.345 INFO kablam! --> src/current.rs:62:20 Jul 12 02:10:19.345 INFO kablam! | Jul 12 02:10:19.345 INFO kablam! 62 | marker: ::std::kinds::marker::NoSync, Jul 12 02:10:19.345 INFO kablam! | ^^^^^ Could not find `kinds` in `std` Jul 12 02:10:19.346 INFO kablam! Jul 12 02:10:19.351 INFO kablam! error[E0433]: failed to resolve. Could not find `kinds` in `std` Jul 12 02:10:19.351 INFO kablam! --> src/current.rs:68:44 Jul 12 02:10:19.351 INFO kablam! | Jul 12 02:10:19.351 INFO kablam! 68 | Current { key: key, marker: ::std::kinds::marker::NoSync } Jul 12 02:10:19.351 INFO kablam! | ^^^^^ Could not find `kinds` in `std` Jul 12 02:10:19.352 INFO kablam! Jul 12 02:10:19.357 INFO kablam! error[E0412]: cannot find type `Key` in this scope Jul 12 02:10:19.357 INFO kablam! --> src/current.rs:61:19 Jul 12 02:10:19.357 INFO kablam! | Jul 12 02:10:19.357 INFO kablam! 61 | key: &'static Key>, Jul 12 02:10:19.357 INFO kablam! | ^^^ not found in this scope Jul 12 02:10:19.358 INFO kablam! Jul 12 02:10:19.359 INFO kablam! error[E0412]: cannot find type `Key` in this scope Jul 12 02:10:19.359 INFO kablam! --> src/current.rs:67:37 Jul 12 02:10:19.360 INFO kablam! | Jul 12 02:10:19.360 INFO kablam! 67 | pub unsafe fn new(key: &'static Key>) -> Current { Jul 12 02:10:19.360 INFO kablam! | ^^^ not found in this scope Jul 12 02:10:19.360 INFO kablam! Jul 12 02:10:19.361 INFO kablam! error[E0405]: cannot find trait `Deref` in this scope Jul 12 02:10:19.361 INFO kablam! --> src/current.rs:100:18 Jul 12 02:10:19.361 INFO kablam! | Jul 12 02:10:19.361 INFO kablam! 100 | impl Deref for Current { Jul 12 02:10:19.361 INFO kablam! | ^^^^^ not found in this scope Jul 12 02:10:19.361 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 02:10:19.362 INFO kablam! | Jul 12 02:10:19.362 INFO kablam! 1 | use std::ops::Deref; Jul 12 02:10:19.362 INFO kablam! | Jul 12 02:10:19.362 INFO kablam! Jul 12 02:10:19.363 INFO kablam! error[E0405]: cannot find trait `DerefMut` in this scope Jul 12 02:10:19.363 INFO kablam! --> src/current.rs:112:18 Jul 12 02:10:19.363 INFO kablam! | Jul 12 02:10:19.363 INFO kablam! 112 | impl DerefMut for Current { Jul 12 02:10:19.363 INFO kablam! | ^^^^^^^^ not found in this scope Jul 12 02:10:19.363 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 02:10:19.363 INFO kablam! | Jul 12 02:10:19.364 INFO kablam! 1 | use std::ops::DerefMut; Jul 12 02:10:19.364 INFO kablam! | Jul 12 02:10:19.364 INFO kablam! Jul 12 02:10:19.367 INFO kablam! warning: unused import: `std::thread_local::scoped::Key` Jul 12 02:10:19.367 INFO kablam! --> src/current.rs:2:5 Jul 12 02:10:19.367 INFO kablam! | Jul 12 02:10:19.367 INFO kablam! 2 | use std::thread_local::scoped::Key; Jul 12 02:10:19.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 02:10:19.367 INFO kablam! | Jul 12 02:10:19.371 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 02:10:19.371 INFO kablam! Jul 12 02:10:19.372 INFO kablam! warning: patterns aren't allowed in methods without bodies Jul 12 02:10:19.372 INFO kablam! --> src/lib.rs:54:12 Jul 12 02:10:19.372 INFO kablam! | Jul 12 02:10:19.372 INFO kablam! 54 | fn set(mut self, modifier: M) -> Self; Jul 12 02:10:19.372 INFO kablam! | ^^^^^^^^ Jul 12 02:10:19.374 INFO kablam! | Jul 12 02:10:19.374 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Jul 12 02:10:19.375 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! Jul 12 02:10:19.379 INFO kablam! = note: for more information, see issue #35203 Jul 12 02:10:19.379 INFO kablam! Jul 12 02:10:19.429 INFO kablam! error: aborting due to 8 previous errors Jul 12 02:10:19.430 INFO kablam! Jul 12 02:10:19.430 INFO kablam! Some errors occurred: E0405, E0412, E0432, E0433. Jul 12 02:10:19.431 INFO kablam! For more information about an error, try `rustc --explain E0405`. Jul 12 02:10:19.449 INFO kablam! error: Could not compile `pistoncore-current`. Jul 12 02:10:19.450 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:10:19.470 INFO kablam! error[E0433]: failed to resolve. Could not find `thread_local` in `std` Jul 12 02:10:19.470 INFO kablam! --> src/current.rs:2:10 Jul 12 02:10:19.470 INFO kablam! | Jul 12 02:10:19.470 INFO kablam! 2 | use std::thread_local::scoped::Key; Jul 12 02:10:19.470 INFO kablam! | ^^^^^^^^^^^^ Could not find `thread_local` in `std` Jul 12 02:10:19.470 INFO kablam! Jul 12 02:10:19.471 INFO kablam! error[E0432]: unresolved import `std::intrinsics::get_tydesc` Jul 12 02:10:19.471 INFO kablam! --> src/current.rs:91:21 Jul 12 02:10:19.472 INFO kablam! | Jul 12 02:10:19.472 INFO kablam! 91 | use std::intrinsics::get_tydesc; Jul 12 02:10:19.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `get_tydesc` in `intrinsics` Jul 12 02:10:19.472 INFO kablam! Jul 12 02:10:19.484 INFO kablam! error[E0433]: failed to resolve. Could not find `kinds` in `std` Jul 12 02:10:19.484 INFO kablam! --> src/current.rs:62:20 Jul 12 02:10:19.485 INFO kablam! | Jul 12 02:10:19.485 INFO kablam! 62 | marker: ::std::kinds::marker::NoSync, Jul 12 02:10:19.485 INFO kablam! | ^^^^^ Could not find `kinds` in `std` Jul 12 02:10:19.485 INFO kablam! Jul 12 02:10:19.490 INFO kablam! error[E0433]: failed to resolve. Could not find `kinds` in `std` Jul 12 02:10:19.490 INFO kablam! --> src/current.rs:68:44 Jul 12 02:10:19.490 INFO kablam! | Jul 12 02:10:19.490 INFO kablam! 68 | Current { key: key, marker: ::std::kinds::marker::NoSync } Jul 12 02:10:19.490 INFO kablam! | ^^^^^ Could not find `kinds` in `std` Jul 12 02:10:19.490 INFO kablam! Jul 12 02:10:19.495 INFO kablam! error[E0412]: cannot find type `Key` in this scope Jul 12 02:10:19.495 INFO kablam! --> src/current.rs:61:19 Jul 12 02:10:19.495 INFO kablam! | Jul 12 02:10:19.495 INFO kablam! 61 | key: &'static Key>, Jul 12 02:10:19.495 INFO kablam! | ^^^ not found in this scope Jul 12 02:10:19.495 INFO kablam! Jul 12 02:10:19.497 INFO kablam! error[E0412]: cannot find type `Key` in this scope Jul 12 02:10:19.497 INFO kablam! --> src/current.rs:67:37 Jul 12 02:10:19.497 INFO kablam! | Jul 12 02:10:19.497 INFO kablam! 67 | pub unsafe fn new(key: &'static Key>) -> Current { Jul 12 02:10:19.497 INFO kablam! | ^^^ not found in this scope Jul 12 02:10:19.497 INFO kablam! Jul 12 02:10:19.498 INFO kablam! error[E0405]: cannot find trait `Deref` in this scope Jul 12 02:10:19.498 INFO kablam! --> src/current.rs:100:18 Jul 12 02:10:19.498 INFO kablam! | Jul 12 02:10:19.498 INFO kablam! 100 | impl Deref for Current { Jul 12 02:10:19.498 INFO kablam! | ^^^^^ not found in this scope Jul 12 02:10:19.498 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 02:10:19.498 INFO kablam! | Jul 12 02:10:19.498 INFO kablam! 1 | use std::ops::Deref; Jul 12 02:10:19.498 INFO kablam! | Jul 12 02:10:19.498 INFO kablam! Jul 12 02:10:19.499 INFO kablam! error[E0405]: cannot find trait `DerefMut` in this scope Jul 12 02:10:19.499 INFO kablam! --> src/current.rs:112:18 Jul 12 02:10:19.499 INFO kablam! | Jul 12 02:10:19.499 INFO kablam! 112 | impl DerefMut for Current { Jul 12 02:10:19.499 INFO kablam! | ^^^^^^^^ not found in this scope Jul 12 02:10:19.500 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 02:10:19.500 INFO kablam! | Jul 12 02:10:19.500 INFO kablam! 1 | use std::ops::DerefMut; Jul 12 02:10:19.500 INFO kablam! | Jul 12 02:10:19.500 INFO kablam! Jul 12 02:10:19.502 INFO kablam! warning: unused import: `std::thread_local::scoped::Key` Jul 12 02:10:19.502 INFO kablam! --> src/current.rs:2:5 Jul 12 02:10:19.502 INFO kablam! | Jul 12 02:10:19.502 INFO kablam! 2 | use std::thread_local::scoped::Key; Jul 12 02:10:19.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 02:10:19.503 INFO kablam! | Jul 12 02:10:19.503 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 02:10:19.504 INFO kablam! Jul 12 02:10:19.504 INFO kablam! warning: patterns aren't allowed in methods without bodies Jul 12 02:10:19.504 INFO kablam! --> src/lib.rs:54:12 Jul 12 02:10:19.504 INFO kablam! | Jul 12 02:10:19.505 INFO kablam! 54 | fn set(mut self, modifier: M) -> Self; Jul 12 02:10:19.505 INFO kablam! | ^^^^^^^^ Jul 12 02:10:19.505 INFO kablam! | Jul 12 02:10:19.505 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Jul 12 02:10:19.505 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! Jul 12 02:10:19.505 INFO kablam! = note: for more information, see issue #35203 Jul 12 02:10:19.505 INFO kablam! Jul 12 02:10:19.508 INFO kablam! error: aborting due to 8 previous errors Jul 12 02:10:19.508 INFO kablam! Jul 12 02:10:19.508 INFO kablam! Some errors occurred: E0405, E0412, E0432, E0433. Jul 12 02:10:19.508 INFO kablam! For more information about an error, try `rustc --explain E0405`. Jul 12 02:10:19.516 INFO kablam! error: Could not compile `pistoncore-current`. Jul 12 02:10:19.516 INFO kablam! Jul 12 02:10:19.516 INFO kablam! To learn more, run the command again with --verbose. Jul 12 02:10:19.519 INFO kablam! su: No module specific data is present Jul 12 02:10:20.055 INFO running `"docker" "rm" "-f" "e959e8f3e6b6cf74a601fd94082a3c162cf574c79dce8c73c53528c39e4aa69e"` Jul 12 02:10:20.330 INFO blam! e959e8f3e6b6cf74a601fd94082a3c162cf574c79dce8c73c53528c39e4aa69e