Sep 06 02:30:04.757 INFO checking pistoncore-current-0.0.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 02:30:04.757 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 02:30:04.757 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 02:30:04.907 INFO blam! 545a53fb9ca36781a8baecba5d0f43bbdb124e891da193b3392eaab955e32417 Sep 06 02:30:04.909 INFO running `"docker" "start" "-a" "545a53fb9ca36781a8baecba5d0f43bbdb124e891da193b3392eaab955e32417"` Sep 06 02:30:05.735 INFO kablam! usermod: no changes Sep 06 02:30:05.757 INFO kablam! Checking pistoncore-current v0.0.1 (file:///source) Sep 06 02:30:05.933 INFO kablam! error[E0433]: failed to resolve. Could not find `thread_local` in `std` Sep 06 02:30:05.933 INFO kablam! --> src/current.rs:2:10 Sep 06 02:30:05.933 INFO kablam! | Sep 06 02:30:05.933 INFO kablam! 2 | use std::thread_local::scoped::Key; Sep 06 02:30:05.933 INFO kablam! | ^^^^^^^^^^^^ Could not find `thread_local` in `std` Sep 06 02:30:05.933 INFO kablam! Sep 06 02:30:05.933 INFO kablam! error[E0432]: unresolved import `std::intrinsics::get_tydesc` Sep 06 02:30:05.933 INFO kablam! --> src/current.rs:91:21 Sep 06 02:30:05.933 INFO kablam! | Sep 06 02:30:05.933 INFO kablam! 91 | use std::intrinsics::get_tydesc; Sep 06 02:30:05.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `get_tydesc` in `intrinsics` Sep 06 02:30:05.934 INFO kablam! Sep 06 02:30:05.943 INFO kablam! error[E0433]: failed to resolve. Could not find `kinds` in `std` Sep 06 02:30:05.943 INFO kablam! --> src/current.rs:62:20 Sep 06 02:30:05.943 INFO kablam! | Sep 06 02:30:05.943 INFO kablam! 62 | marker: ::std::kinds::marker::NoSync, Sep 06 02:30:05.943 INFO kablam! | ^^^^^ Could not find `kinds` in `std` Sep 06 02:30:05.943 INFO kablam! Sep 06 02:30:05.946 INFO kablam! error[E0433]: failed to resolve. Could not find `kinds` in `std` Sep 06 02:30:05.946 INFO kablam! --> src/current.rs:68:44 Sep 06 02:30:05.946 INFO kablam! | Sep 06 02:30:05.946 INFO kablam! 68 | Current { key: key, marker: ::std::kinds::marker::NoSync } Sep 06 02:30:05.946 INFO kablam! | ^^^^^ Could not find `kinds` in `std` Sep 06 02:30:05.946 INFO kablam! Sep 06 02:30:05.949 INFO kablam! error[E0412]: cannot find type `Key` in this scope Sep 06 02:30:05.949 INFO kablam! --> src/current.rs:61:19 Sep 06 02:30:05.949 INFO kablam! | Sep 06 02:30:05.949 INFO kablam! 61 | key: &'static Key>, Sep 06 02:30:05.949 INFO kablam! | ^^^ not found in this scope Sep 06 02:30:05.949 INFO kablam! error[E0433]: failed to resolve. Could not find `thread_local` in `std` Sep 06 02:30:05.949 INFO kablam! --> src/current.rs:2:10 Sep 06 02:30:05.949 INFO kablam! | Sep 06 02:30:05.949 INFO kablam! 2 | use std::thread_local::scoped::Key; Sep 06 02:30:05.949 INFO kablam! | ^^^^^^^^^^^^ Could not find `thread_local` in `std` Sep 06 02:30:05.949 INFO kablam! Sep 06 02:30:05.949 INFO kablam! Sep 06 02:30:05.949 INFO kablam! error[E0412]: cannot find type `Key` in this scope Sep 06 02:30:05.949 INFO kablam! --> src/current.rs:67:37 Sep 06 02:30:05.949 INFO kablam! | Sep 06 02:30:05.949 INFO kablam! 67 | pub unsafe fn new(key: &'static Key>) -> Current { Sep 06 02:30:05.949 INFO kablam! | ^^^ not found in this scope Sep 06 02:30:05.949 INFO kablam! Sep 06 02:30:05.950 INFO kablam! error[E0405]: cannot find trait `Deref` in this scope Sep 06 02:30:05.950 INFO kablam! --> src/current.rs:100:18 Sep 06 02:30:05.950 INFO kablam! | Sep 06 02:30:05.950 INFO kablam! 100 | impl Deref for Current { Sep 06 02:30:05.950 INFO kablam! | ^^^^^ not found in this scope Sep 06 02:30:05.950 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 02:30:05.950 INFO kablam! | Sep 06 02:30:05.950 INFO kablam! 1 | use std::ops::Deref; Sep 06 02:30:05.950 INFO kablam! | Sep 06 02:30:05.950 INFO kablam! Sep 06 02:30:05.950 INFO kablam! error[E0405]: cannot find trait `DerefMut` in this scope Sep 06 02:30:05.950 INFO kablam! --> src/current.rs:112:18 Sep 06 02:30:05.950 INFO kablam! | Sep 06 02:30:05.950 INFO kablam! 112 | impl DerefMut for Current { Sep 06 02:30:05.950 INFO kablam! | ^^^^^^^^ not found in this scope Sep 06 02:30:05.950 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 02:30:05.950 INFO kablam! | Sep 06 02:30:05.950 INFO kablam! 1 | use std::ops::DerefMut; Sep 06 02:30:05.950 INFO kablam! | Sep 06 02:30:05.950 INFO kablam! Sep 06 02:30:05.950 INFO kablam! error[E0432]: unresolved import `std::intrinsics::get_tydesc` Sep 06 02:30:05.950 INFO kablam! --> src/current.rs:91:21 Sep 06 02:30:05.950 INFO kablam! | Sep 06 02:30:05.950 INFO kablam! 91 | use std::intrinsics::get_tydesc; Sep 06 02:30:05.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `get_tydesc` in `intrinsics` Sep 06 02:30:05.950 INFO kablam! Sep 06 02:30:05.950 INFO kablam! warning: unused import: `std::thread_local::scoped::Key` Sep 06 02:30:05.950 INFO kablam! --> src/current.rs:2:5 Sep 06 02:30:05.950 INFO kablam! | Sep 06 02:30:05.950 INFO kablam! 2 | use std::thread_local::scoped::Key; Sep 06 02:30:05.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:30:05.950 INFO kablam! | Sep 06 02:30:05.950 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 02:30:05.950 INFO kablam! Sep 06 02:30:05.950 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 06 02:30:05.950 INFO kablam! --> src/lib.rs:54:12 Sep 06 02:30:05.950 INFO kablam! | Sep 06 02:30:05.950 INFO kablam! 54 | fn set(mut self, modifier: M) -> Self; Sep 06 02:30:05.950 INFO kablam! | ^^^^^^^^ Sep 06 02:30:05.950 INFO kablam! | Sep 06 02:30:05.950 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 06 02:30:05.950 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 06 02:30:05.951 INFO kablam! = note: for more information, see issue #35203 Sep 06 02:30:05.951 INFO kablam! Sep 06 02:30:05.952 INFO kablam! error: aborting due to 8 previous errors Sep 06 02:30:05.952 INFO kablam! Sep 06 02:30:05.952 INFO kablam! Some errors occurred: E0405, E0412, E0432, E0433. Sep 06 02:30:05.952 INFO kablam! For more information about an error, try `rustc --explain E0405`. Sep 06 02:30:05.958 INFO kablam! error[E0433]: failed to resolve. Could not find `kinds` in `std` Sep 06 02:30:05.958 INFO kablam! --> src/current.rs:62:20 Sep 06 02:30:05.958 INFO kablam! | Sep 06 02:30:05.958 INFO kablam! 62 | marker: ::std::kinds::marker::NoSync, Sep 06 02:30:05.958 INFO kablam! | ^^^^^ Could not find `kinds` in `std` Sep 06 02:30:05.958 INFO kablam! Sep 06 02:30:05.958 INFO kablam! error: Could not compile `pistoncore-current`. Sep 06 02:30:05.958 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:30:05.960 INFO kablam! error[E0433]: failed to resolve. Could not find `kinds` in `std` Sep 06 02:30:05.960 INFO kablam! --> src/current.rs:68:44 Sep 06 02:30:05.960 INFO kablam! | Sep 06 02:30:05.960 INFO kablam! 68 | Current { key: key, marker: ::std::kinds::marker::NoSync } Sep 06 02:30:05.960 INFO kablam! | ^^^^^ Could not find `kinds` in `std` Sep 06 02:30:05.961 INFO kablam! Sep 06 02:30:05.964 INFO kablam! error[E0412]: cannot find type `Key` in this scope Sep 06 02:30:05.964 INFO kablam! --> src/current.rs:61:19 Sep 06 02:30:05.964 INFO kablam! | Sep 06 02:30:05.964 INFO kablam! 61 | key: &'static Key>, Sep 06 02:30:05.964 INFO kablam! | ^^^ not found in this scope Sep 06 02:30:05.964 INFO kablam! Sep 06 02:30:05.964 INFO kablam! error[E0412]: cannot find type `Key` in this scope Sep 06 02:30:05.964 INFO kablam! --> src/current.rs:67:37 Sep 06 02:30:05.964 INFO kablam! | Sep 06 02:30:05.964 INFO kablam! 67 | pub unsafe fn new(key: &'static Key>) -> Current { Sep 06 02:30:05.964 INFO kablam! | ^^^ not found in this scope Sep 06 02:30:05.964 INFO kablam! Sep 06 02:30:05.964 INFO kablam! error[E0405]: cannot find trait `Deref` in this scope Sep 06 02:30:05.964 INFO kablam! --> src/current.rs:100:18 Sep 06 02:30:05.964 INFO kablam! | Sep 06 02:30:05.964 INFO kablam! 100 | impl Deref for Current { Sep 06 02:30:05.964 INFO kablam! | ^^^^^ not found in this scope Sep 06 02:30:05.964 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 02:30:05.964 INFO kablam! | Sep 06 02:30:05.964 INFO kablam! 1 | use std::ops::Deref; Sep 06 02:30:05.964 INFO kablam! | Sep 06 02:30:05.964 INFO kablam! Sep 06 02:30:05.964 INFO kablam! error[E0405]: cannot find trait `DerefMut` in this scope Sep 06 02:30:05.964 INFO kablam! --> src/current.rs:112:18 Sep 06 02:30:05.964 INFO kablam! | Sep 06 02:30:05.964 INFO kablam! 112 | impl DerefMut for Current { Sep 06 02:30:05.964 INFO kablam! | ^^^^^^^^ not found in this scope Sep 06 02:30:05.964 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 02:30:05.964 INFO kablam! | Sep 06 02:30:05.964 INFO kablam! 1 | use std::ops::DerefMut; Sep 06 02:30:05.964 INFO kablam! | Sep 06 02:30:05.964 INFO kablam! Sep 06 02:30:05.964 INFO kablam! warning: unused import: `std::thread_local::scoped::Key` Sep 06 02:30:05.964 INFO kablam! --> src/current.rs:2:5 Sep 06 02:30:05.964 INFO kablam! | Sep 06 02:30:05.964 INFO kablam! 2 | use std::thread_local::scoped::Key; Sep 06 02:30:05.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 02:30:05.964 INFO kablam! | Sep 06 02:30:05.964 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 02:30:05.964 INFO kablam! Sep 06 02:30:05.964 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 06 02:30:05.964 INFO kablam! --> src/lib.rs:54:12 Sep 06 02:30:05.964 INFO kablam! | Sep 06 02:30:05.964 INFO kablam! 54 | fn set(mut self, modifier: M) -> Self; Sep 06 02:30:05.964 INFO kablam! | ^^^^^^^^ Sep 06 02:30:05.964 INFO kablam! | Sep 06 02:30:05.964 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 06 02:30:05.964 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 06 02:30:05.965 INFO kablam! = note: for more information, see issue #35203 Sep 06 02:30:05.965 INFO kablam! Sep 06 02:30:05.970 INFO kablam! error: aborting due to 8 previous errors Sep 06 02:30:05.970 INFO kablam! Sep 06 02:30:05.970 INFO kablam! Some errors occurred: E0405, E0412, E0432, E0433. Sep 06 02:30:05.970 INFO kablam! For more information about an error, try `rustc --explain E0405`. Sep 06 02:30:05.971 INFO kablam! error: Could not compile `pistoncore-current`. Sep 06 02:30:05.971 INFO kablam! Sep 06 02:30:05.971 INFO kablam! To learn more, run the command again with --verbose. Sep 06 02:30:05.972 INFO kablam! su: No module specific data is present Sep 06 02:30:06.480 INFO running `"docker" "rm" "-f" "545a53fb9ca36781a8baecba5d0f43bbdb124e891da193b3392eaab955e32417"` Sep 06 02:30:06.582 INFO blam! 545a53fb9ca36781a8baecba5d0f43bbdb124e891da193b3392eaab955e32417