Sep 02 05:19:44.793 INFO checking panic-semihosting-0.3.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 05:19:44.793 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 05:19:44.793 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 05:19:44.989 INFO blam! a4c1ca9d98d20a400074a107c408b2580243df6182b29505d63ef3a3ca0202d0 Sep 02 05:19:44.991 INFO running `"docker" "start" "-a" "a4c1ca9d98d20a400074a107c408b2580243df6182b29505d63ef3a3ca0202d0"` Sep 02 05:19:45.639 INFO kablam! Compiling cortex-m-semihosting v0.3.1 Sep 02 05:19:46.596 INFO kablam! Checking panic-semihosting v0.3.0 (file:///source) Sep 02 05:19:46.805 INFO kablam! error: use of deprecated attribute `panic_implementation`: This attribute was renamed to `panic_handler`. See https://github.com/rust-lang/rust/issues/44489#issuecomment-415140224 Sep 02 05:19:46.805 INFO kablam! --> src/lib.rs:71:1 Sep 02 05:19:46.805 INFO kablam! | Sep 02 05:19:46.805 INFO kablam! 71 | #[panic_implementation] Sep 02 05:19:46.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 02 05:19:46.805 INFO kablam! | Sep 02 05:19:46.805 INFO kablam! note: lint level defined here Sep 02 05:19:46.805 INFO kablam! --> src/lib.rs:58:9 Sep 02 05:19:46.805 INFO kablam! | Sep 02 05:19:46.805 INFO kablam! 58 | #![deny(warnings)] Sep 02 05:19:46.806 INFO kablam! | ^^^^^^^^ Sep 02 05:19:46.806 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 02 05:19:46.806 INFO kablam! Sep 02 05:19:46.816 INFO kablam! error: aborting due to previous error Sep 02 05:19:46.816 INFO kablam! Sep 02 05:19:46.821 INFO kablam! error: Could not compile `panic-semihosting`. Sep 02 05:19:46.821 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 05:19:47.108 INFO kablam! error: use of deprecated attribute `panic_implementation`: This attribute was renamed to `panic_handler`. See https://github.com/rust-lang/rust/issues/44489#issuecomment-415140224 Sep 02 05:19:47.108 INFO kablam! --> src/lib.rs:71:1 Sep 02 05:19:47.108 INFO kablam! | Sep 02 05:19:47.108 INFO kablam! 71 | #[panic_implementation] Sep 02 05:19:47.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 02 05:19:47.108 INFO kablam! | Sep 02 05:19:47.108 INFO kablam! note: lint level defined here Sep 02 05:19:47.108 INFO kablam! --> src/lib.rs:58:9 Sep 02 05:19:47.108 INFO kablam! | Sep 02 05:19:47.108 INFO kablam! 58 | #![deny(warnings)] Sep 02 05:19:47.108 INFO kablam! | ^^^^^^^^ Sep 02 05:19:47.108 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 02 05:19:47.108 INFO kablam! Sep 02 05:19:47.109 INFO kablam! error[E0152]: duplicate lang item found: `panic_impl`. Sep 02 05:19:47.109 INFO kablam! --> src/lib.rs:72:1 Sep 02 05:19:47.109 INFO kablam! | Sep 02 05:19:47.109 INFO kablam! 72 | / fn panic(info: &PanicInfo) -> ! { Sep 02 05:19:47.109 INFO kablam! 73 | | interrupt::disable(); Sep 02 05:19:47.109 INFO kablam! 74 | | Sep 02 05:19:47.109 INFO kablam! 75 | | if let Ok(mut hstdout) = hio::hstdout() { Sep 02 05:19:47.109 INFO kablam! ... | Sep 02 05:19:47.109 INFO kablam! 82 | | loop {} Sep 02 05:19:47.109 INFO kablam! 83 | | } Sep 02 05:19:47.109 INFO kablam! | |_^ Sep 02 05:19:47.109 INFO kablam! | Sep 02 05:19:47.110 INFO kablam! = note: first defined in crate `std`. Sep 02 05:19:47.110 INFO kablam! Sep 02 05:19:47.124 INFO kablam! error: aborting due to 2 previous errors Sep 02 05:19:47.124 INFO kablam! Sep 02 05:19:47.124 INFO kablam! For more information about this error, try `rustc --explain E0152`. Sep 02 05:19:47.130 INFO kablam! error: Could not compile `panic-semihosting`. Sep 02 05:19:47.130 INFO kablam! Sep 02 05:19:47.130 INFO kablam! To learn more, run the command again with --verbose. Sep 02 05:19:47.132 INFO kablam! su: No module specific data is present Sep 02 05:19:47.428 INFO running `"docker" "rm" "-f" "a4c1ca9d98d20a400074a107c408b2580243df6182b29505d63ef3a3ca0202d0"` Sep 02 05:19:47.536 INFO blam! a4c1ca9d98d20a400074a107c408b2580243df6182b29505d63ef3a3ca0202d0