Sep 02 04:47:57.926 INFO checking pistoncore-current-0.0.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 04:47:57.926 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 04:47:57.926 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 04:47:58.081 INFO blam! bbf1515fe7340452feac01f3240e37e045e42b99aa6d1c0646a71f9fbd8c7285 Sep 02 04:47:58.083 INFO running `"docker" "start" "-a" "bbf1515fe7340452feac01f3240e37e045e42b99aa6d1c0646a71f9fbd8c7285"` Sep 02 04:47:58.677 INFO kablam! Checking pistoncore-current v0.0.1 (file:///source) Sep 02 04:47:58.999 INFO kablam! error[E0433]: failed to resolve. Could not find `thread_local` in `std` Sep 02 04:47:59.000 INFO kablam! --> src/current.rs:2:10 Sep 02 04:47:59.000 INFO kablam! | Sep 02 04:47:59.000 INFO kablam! 2 | use std::thread_local::scoped::Key; Sep 02 04:47:59.000 INFO kablam! | ^^^^^^^^^^^^ Could not find `thread_local` in `std` Sep 02 04:47:59.000 INFO kablam! Sep 02 04:47:59.000 INFO kablam! error[E0432]: unresolved import `std::intrinsics::get_tydesc` Sep 02 04:47:59.000 INFO kablam! --> src/current.rs:91:21 Sep 02 04:47:59.000 INFO kablam! | Sep 02 04:47:59.000 INFO kablam! 91 | use std::intrinsics::get_tydesc; Sep 02 04:47:59.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `get_tydesc` in `intrinsics` Sep 02 04:47:59.000 INFO kablam! Sep 02 04:47:59.009 INFO kablam! error[E0433]: failed to resolve. Could not find `kinds` in `std` Sep 02 04:47:59.010 INFO kablam! --> src/current.rs:62:20 Sep 02 04:47:59.010 INFO kablam! | Sep 02 04:47:59.010 INFO kablam! 62 | marker: ::std::kinds::marker::NoSync, Sep 02 04:47:59.010 INFO kablam! | ^^^^^ Could not find `kinds` in `std` Sep 02 04:47:59.010 INFO kablam! Sep 02 04:47:59.012 INFO kablam! error[E0433]: failed to resolve. Could not find `kinds` in `std` Sep 02 04:47:59.012 INFO kablam! --> src/current.rs:68:44 Sep 02 04:47:59.012 INFO kablam! | Sep 02 04:47:59.012 INFO kablam! 68 | Current { key: key, marker: ::std::kinds::marker::NoSync } Sep 02 04:47:59.012 INFO kablam! | ^^^^^ Could not find `kinds` in `std` Sep 02 04:47:59.013 INFO kablam! Sep 02 04:47:59.016 INFO kablam! error[E0412]: cannot find type `Key` in this scope Sep 02 04:47:59.016 INFO kablam! --> src/current.rs:61:19 Sep 02 04:47:59.016 INFO kablam! | Sep 02 04:47:59.017 INFO kablam! 61 | key: &'static Key>, Sep 02 04:47:59.017 INFO kablam! | ^^^ not found in this scope Sep 02 04:47:59.017 INFO kablam! Sep 02 04:47:59.017 INFO kablam! error[E0412]: cannot find type `Key` in this scope Sep 02 04:47:59.017 INFO kablam! --> src/current.rs:67:37 Sep 02 04:47:59.017 INFO kablam! | Sep 02 04:47:59.017 INFO kablam! 67 | pub unsafe fn new(key: &'static Key>) -> Current { Sep 02 04:47:59.017 INFO kablam! | ^^^ not found in this scope Sep 02 04:47:59.017 INFO kablam! Sep 02 04:47:59.017 INFO kablam! error[E0405]: cannot find trait `Deref` in this scope Sep 02 04:47:59.017 INFO kablam! --> src/current.rs:100:18 Sep 02 04:47:59.017 INFO kablam! | Sep 02 04:47:59.017 INFO kablam! 100 | impl Deref for Current { Sep 02 04:47:59.017 INFO kablam! | ^^^^^ not found in this scope Sep 02 04:47:59.017 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 04:47:59.017 INFO kablam! | Sep 02 04:47:59.017 INFO kablam! 1 | use std::ops::Deref; Sep 02 04:47:59.017 INFO kablam! | Sep 02 04:47:59.017 INFO kablam! Sep 02 04:47:59.017 INFO kablam! error[E0405]: cannot find trait `DerefMut` in this scope Sep 02 04:47:59.017 INFO kablam! --> src/current.rs:112:18 Sep 02 04:47:59.017 INFO kablam! | Sep 02 04:47:59.017 INFO kablam! 112 | impl DerefMut for Current { Sep 02 04:47:59.017 INFO kablam! | ^^^^^^^^ not found in this scope Sep 02 04:47:59.017 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 04:47:59.017 INFO kablam! | Sep 02 04:47:59.017 INFO kablam! 1 | use std::ops::DerefMut; Sep 02 04:47:59.017 INFO kablam! | Sep 02 04:47:59.017 INFO kablam! Sep 02 04:47:59.018 INFO kablam! warning: unused import: `std::thread_local::scoped::Key` Sep 02 04:47:59.018 INFO kablam! --> src/current.rs:2:5 Sep 02 04:47:59.018 INFO kablam! | Sep 02 04:47:59.018 INFO kablam! 2 | use std::thread_local::scoped::Key; Sep 02 04:47:59.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 04:47:59.018 INFO kablam! | Sep 02 04:47:59.018 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 04:47:59.018 INFO kablam! Sep 02 04:47:59.019 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 02 04:47:59.019 INFO kablam! --> src/lib.rs:54:12 Sep 02 04:47:59.019 INFO kablam! | Sep 02 04:47:59.019 INFO kablam! 54 | fn set(mut self, modifier: M) -> Self; Sep 02 04:47:59.019 INFO kablam! | ^^^^^^^^ Sep 02 04:47:59.019 INFO kablam! | Sep 02 04:47:59.019 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 02 04:47:59.019 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 02 04:47:59.019 INFO kablam! = note: for more information, see issue #35203 Sep 02 04:47:59.019 INFO kablam! Sep 02 04:47:59.046 INFO kablam! error: aborting due to 8 previous errors Sep 02 04:47:59.046 INFO kablam! Sep 02 04:47:59.046 INFO kablam! Some errors occurred: E0405, E0412, E0432, E0433. Sep 02 04:47:59.046 INFO kablam! For more information about an error, try `rustc --explain E0405`. Sep 02 04:47:59.052 INFO kablam! error: Could not compile `pistoncore-current`. Sep 02 04:47:59.052 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 04:47:59.066 INFO kablam! error[E0433]: failed to resolve. Could not find `thread_local` in `std` Sep 02 04:47:59.066 INFO kablam! --> src/current.rs:2:10 Sep 02 04:47:59.066 INFO kablam! | Sep 02 04:47:59.066 INFO kablam! 2 | use std::thread_local::scoped::Key; Sep 02 04:47:59.066 INFO kablam! | ^^^^^^^^^^^^ Could not find `thread_local` in `std` Sep 02 04:47:59.066 INFO kablam! Sep 02 04:47:59.066 INFO kablam! error[E0432]: unresolved import `std::intrinsics::get_tydesc` Sep 02 04:47:59.066 INFO kablam! --> src/current.rs:91:21 Sep 02 04:47:59.066 INFO kablam! | Sep 02 04:47:59.067 INFO kablam! 91 | use std::intrinsics::get_tydesc; Sep 02 04:47:59.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `get_tydesc` in `intrinsics` Sep 02 04:47:59.067 INFO kablam! Sep 02 04:47:59.076 INFO kablam! error[E0433]: failed to resolve. Could not find `kinds` in `std` Sep 02 04:47:59.076 INFO kablam! --> src/current.rs:62:20 Sep 02 04:47:59.076 INFO kablam! | Sep 02 04:47:59.076 INFO kablam! 62 | marker: ::std::kinds::marker::NoSync, Sep 02 04:47:59.076 INFO kablam! | ^^^^^ Could not find `kinds` in `std` Sep 02 04:47:59.076 INFO kablam! Sep 02 04:47:59.078 INFO kablam! error[E0433]: failed to resolve. Could not find `kinds` in `std` Sep 02 04:47:59.078 INFO kablam! --> src/current.rs:68:44 Sep 02 04:47:59.079 INFO kablam! | Sep 02 04:47:59.079 INFO kablam! 68 | Current { key: key, marker: ::std::kinds::marker::NoSync } Sep 02 04:47:59.079 INFO kablam! | ^^^^^ Could not find `kinds` in `std` Sep 02 04:47:59.079 INFO kablam! Sep 02 04:47:59.082 INFO kablam! error[E0412]: cannot find type `Key` in this scope Sep 02 04:47:59.082 INFO kablam! --> src/current.rs:61:19 Sep 02 04:47:59.082 INFO kablam! | Sep 02 04:47:59.082 INFO kablam! 61 | key: &'static Key>, Sep 02 04:47:59.082 INFO kablam! | ^^^ not found in this scope Sep 02 04:47:59.082 INFO kablam! Sep 02 04:47:59.082 INFO kablam! error[E0412]: cannot find type `Key` in this scope Sep 02 04:47:59.082 INFO kablam! --> src/current.rs:67:37 Sep 02 04:47:59.082 INFO kablam! | Sep 02 04:47:59.082 INFO kablam! 67 | pub unsafe fn new(key: &'static Key>) -> Current { Sep 02 04:47:59.082 INFO kablam! | ^^^ not found in this scope Sep 02 04:47:59.082 INFO kablam! Sep 02 04:47:59.082 INFO kablam! error[E0405]: cannot find trait `Deref` in this scope Sep 02 04:47:59.082 INFO kablam! --> src/current.rs:100:18 Sep 02 04:47:59.082 INFO kablam! | Sep 02 04:47:59.082 INFO kablam! 100 | impl Deref for Current { Sep 02 04:47:59.082 INFO kablam! | ^^^^^ not found in this scope Sep 02 04:47:59.082 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 04:47:59.082 INFO kablam! | Sep 02 04:47:59.082 INFO kablam! 1 | use std::ops::Deref; Sep 02 04:47:59.083 INFO kablam! | Sep 02 04:47:59.083 INFO kablam! Sep 02 04:47:59.083 INFO kablam! error[E0405]: cannot find trait `DerefMut` in this scope Sep 02 04:47:59.083 INFO kablam! --> src/current.rs:112:18 Sep 02 04:47:59.083 INFO kablam! | Sep 02 04:47:59.083 INFO kablam! 112 | impl DerefMut for Current { Sep 02 04:47:59.083 INFO kablam! | ^^^^^^^^ not found in this scope Sep 02 04:47:59.083 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 04:47:59.083 INFO kablam! | Sep 02 04:47:59.083 INFO kablam! 1 | use std::ops::DerefMut; Sep 02 04:47:59.083 INFO kablam! | Sep 02 04:47:59.083 INFO kablam! Sep 02 04:47:59.083 INFO kablam! warning: unused import: `std::thread_local::scoped::Key` Sep 02 04:47:59.083 INFO kablam! --> src/current.rs:2:5 Sep 02 04:47:59.083 INFO kablam! | Sep 02 04:47:59.083 INFO kablam! 2 | use std::thread_local::scoped::Key; Sep 02 04:47:59.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 04:47:59.083 INFO kablam! | Sep 02 04:47:59.083 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 04:47:59.083 INFO kablam! Sep 02 04:47:59.084 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 02 04:47:59.084 INFO kablam! --> src/lib.rs:54:12 Sep 02 04:47:59.084 INFO kablam! | Sep 02 04:47:59.084 INFO kablam! 54 | fn set(mut self, modifier: M) -> Self; Sep 02 04:47:59.084 INFO kablam! | ^^^^^^^^ Sep 02 04:47:59.084 INFO kablam! | Sep 02 04:47:59.084 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 02 04:47:59.084 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 02 04:47:59.084 INFO kablam! = note: for more information, see issue #35203 Sep 02 04:47:59.084 INFO kablam! Sep 02 04:47:59.086 INFO kablam! error: aborting due to 8 previous errors Sep 02 04:47:59.086 INFO kablam! Sep 02 04:47:59.086 INFO kablam! Some errors occurred: E0405, E0412, E0432, E0433. Sep 02 04:47:59.086 INFO kablam! For more information about an error, try `rustc --explain E0405`. Sep 02 04:47:59.093 INFO kablam! error: Could not compile `pistoncore-current`. Sep 02 04:47:59.093 INFO kablam! Sep 02 04:47:59.093 INFO kablam! To learn more, run the command again with --verbose. Sep 02 04:47:59.094 INFO kablam! su: No module specific data is present Sep 02 04:47:59.549 INFO running `"docker" "rm" "-f" "bbf1515fe7340452feac01f3240e37e045e42b99aa6d1c0646a71f9fbd8c7285"` Sep 02 04:47:59.633 INFO blam! bbf1515fe7340452feac01f3240e37e045e42b99aa6d1c0646a71f9fbd8c7285