Sep 06 02:45:40.479 INFO checking panic-semihosting-0.3.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 02:45:40.479 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 02:45:40.479 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-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:45:40.620 INFO blam! e0ad483a97543912d05c4c15c1fabb56d30edd7648694ce2817743f5a3abe905 Sep 06 02:45:40.622 INFO running `"docker" "start" "-a" "e0ad483a97543912d05c4c15c1fabb56d30edd7648694ce2817743f5a3abe905"` Sep 06 02:45:41.211 INFO kablam! usermod: no changes Sep 06 02:45:41.258 INFO kablam! Compiling cortex-m-semihosting v0.3.1 Sep 06 02:45:41.802 INFO kablam! Checking panic-semihosting v0.3.0 (file:///source) Sep 06 02:45:41.921 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 06 02:45:41.921 INFO kablam! --> src/lib.rs:71:1 Sep 06 02:45:41.921 INFO kablam! | Sep 06 02:45:41.921 INFO kablam! 71 | #[panic_implementation] Sep 06 02:45:41.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 06 02:45:41.922 INFO kablam! | Sep 06 02:45:41.922 INFO kablam! note: lint level defined here Sep 06 02:45:41.922 INFO kablam! --> src/lib.rs:58:9 Sep 06 02:45:41.922 INFO kablam! | Sep 06 02:45:41.922 INFO kablam! 58 | #![deny(warnings)] Sep 06 02:45:41.922 INFO kablam! | ^^^^^^^^ Sep 06 02:45:41.922 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 06 02:45:41.922 INFO kablam! Sep 06 02:45:41.926 INFO kablam! error: aborting due to previous error Sep 06 02:45:41.926 INFO kablam! Sep 06 02:45:41.930 INFO kablam! error: Could not compile `panic-semihosting`. Sep 06 02:45:41.930 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:45:42.022 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 06 02:45:42.022 INFO kablam! --> src/lib.rs:71:1 Sep 06 02:45:42.022 INFO kablam! | Sep 06 02:45:42.022 INFO kablam! 71 | #[panic_implementation] Sep 06 02:45:42.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 06 02:45:42.022 INFO kablam! | Sep 06 02:45:42.022 INFO kablam! note: lint level defined here Sep 06 02:45:42.022 INFO kablam! --> src/lib.rs:58:9 Sep 06 02:45:42.022 INFO kablam! | Sep 06 02:45:42.022 INFO kablam! 58 | #![deny(warnings)] Sep 06 02:45:42.022 INFO kablam! | ^^^^^^^^ Sep 06 02:45:42.022 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 06 02:45:42.022 INFO kablam! Sep 06 02:45:42.022 INFO kablam! error[E0152]: duplicate lang item found: `panic_impl`. Sep 06 02:45:42.022 INFO kablam! --> src/lib.rs:72:1 Sep 06 02:45:42.022 INFO kablam! | Sep 06 02:45:42.023 INFO kablam! 72 | / fn panic(info: &PanicInfo) -> ! { Sep 06 02:45:42.023 INFO kablam! 73 | | interrupt::disable(); Sep 06 02:45:42.023 INFO kablam! 74 | | Sep 06 02:45:42.023 INFO kablam! 75 | | if let Ok(mut hstdout) = hio::hstdout() { Sep 06 02:45:42.023 INFO kablam! ... | Sep 06 02:45:42.023 INFO kablam! 82 | | loop {} Sep 06 02:45:42.023 INFO kablam! 83 | | } Sep 06 02:45:42.023 INFO kablam! | |_^ Sep 06 02:45:42.023 INFO kablam! | Sep 06 02:45:42.023 INFO kablam! = note: first defined in crate `std`. Sep 06 02:45:42.023 INFO kablam! Sep 06 02:45:42.032 INFO kablam! error: aborting due to 2 previous errors Sep 06 02:45:42.032 INFO kablam! Sep 06 02:45:42.032 INFO kablam! For more information about this error, try `rustc --explain E0152`. Sep 06 02:45:42.039 INFO kablam! error: Could not compile `panic-semihosting`. Sep 06 02:45:42.039 INFO kablam! Sep 06 02:45:42.039 INFO kablam! To learn more, run the command again with --verbose. Sep 06 02:45:42.039 INFO kablam! su: No module specific data is present Sep 06 02:45:42.549 INFO running `"docker" "rm" "-f" "e0ad483a97543912d05c4c15c1fabb56d30edd7648694ce2817743f5a3abe905"` Sep 06 02:45:42.618 INFO blam! e0ad483a97543912d05c4c15c1fabb56d30edd7648694ce2817743f5a3abe905