Sep 19 23:07:43.268 INFO checking panic-semihosting-0.3.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 23:07:43.268 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 23:07:43.268 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:07:43.456 INFO blam! a6909fa9e882b7bcbe2bef3134fd54e102839e4c6dcf7ee1e31c6943d5ec5dae Sep 19 23:07:43.457 INFO running `"docker" "start" "-a" "a6909fa9e882b7bcbe2bef3134fd54e102839e4c6dcf7ee1e31c6943d5ec5dae"` Sep 19 23:07:44.135 INFO kablam! usermod: no changes Sep 19 23:07:44.173 INFO kablam! Compiling cortex-m v0.5.7 Sep 19 23:07:44.174 INFO kablam! Compiling cortex-m-semihosting v0.3.1 Sep 19 23:07:44.174 INFO kablam! Checking aligned v0.2.0 Sep 19 23:07:44.175 INFO kablam! Checking bare-metal v0.2.3 Sep 19 23:07:45.327 INFO kablam! Checking panic-semihosting v0.3.0 (/source) Sep 19 23:07:45.476 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 19 23:07:45.476 INFO kablam! --> src/lib.rs:71:1 Sep 19 23:07:45.476 INFO kablam! | Sep 19 23:07:45.476 INFO kablam! 71 | #[panic_implementation] Sep 19 23:07:45.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: replace this attribute with `#[panic_handler]` Sep 19 23:07:45.476 INFO kablam! | Sep 19 23:07:45.476 INFO kablam! note: lint level defined here Sep 19 23:07:45.476 INFO kablam! --> src/lib.rs:58:9 Sep 19 23:07:45.476 INFO kablam! | Sep 19 23:07:45.476 INFO kablam! 58 | #![deny(warnings)] Sep 19 23:07:45.476 INFO kablam! | ^^^^^^^^ Sep 19 23:07:45.476 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 23:07:45.476 INFO kablam! Sep 19 23:07:45.482 INFO kablam! error: aborting due to previous error Sep 19 23:07:45.482 INFO kablam! Sep 19 23:07:45.487 INFO kablam! error: Could not compile `panic-semihosting`. Sep 19 23:07:45.487 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:07:45.600 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 19 23:07:45.600 INFO kablam! --> src/lib.rs:71:1 Sep 19 23:07:45.600 INFO kablam! | Sep 19 23:07:45.600 INFO kablam! 71 | #[panic_implementation] Sep 19 23:07:45.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: replace this attribute with `#[panic_handler]` Sep 19 23:07:45.600 INFO kablam! | Sep 19 23:07:45.600 INFO kablam! note: lint level defined here Sep 19 23:07:45.600 INFO kablam! --> src/lib.rs:58:9 Sep 19 23:07:45.600 INFO kablam! | Sep 19 23:07:45.600 INFO kablam! 58 | #![deny(warnings)] Sep 19 23:07:45.600 INFO kablam! | ^^^^^^^^ Sep 19 23:07:45.600 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 23:07:45.600 INFO kablam! Sep 19 23:07:45.600 INFO kablam! error[E0152]: duplicate lang item found: `panic_impl`. Sep 19 23:07:45.600 INFO kablam! --> src/lib.rs:72:1 Sep 19 23:07:45.600 INFO kablam! | Sep 19 23:07:45.600 INFO kablam! 72 | / fn panic(info: &PanicInfo) -> ! { Sep 19 23:07:45.600 INFO kablam! 73 | | interrupt::disable(); Sep 19 23:07:45.600 INFO kablam! 74 | | Sep 19 23:07:45.600 INFO kablam! 75 | | if let Ok(mut hstdout) = hio::hstdout() { Sep 19 23:07:45.600 INFO kablam! ... | Sep 19 23:07:45.600 INFO kablam! 82 | | loop {} Sep 19 23:07:45.600 INFO kablam! 83 | | } Sep 19 23:07:45.600 INFO kablam! | |_^ Sep 19 23:07:45.600 INFO kablam! | Sep 19 23:07:45.600 INFO kablam! = note: first defined in crate `std`. Sep 19 23:07:45.600 INFO kablam! Sep 19 23:07:45.606 INFO kablam! error: aborting due to 2 previous errors Sep 19 23:07:45.606 INFO kablam! Sep 19 23:07:45.606 INFO kablam! For more information about this error, try `rustc --explain E0152`. Sep 19 23:07:45.609 INFO kablam! error: Could not compile `panic-semihosting`. Sep 19 23:07:45.609 INFO kablam! Sep 19 23:07:45.609 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:07:45.611 INFO kablam! su: No module specific data is present Sep 19 23:07:46.097 INFO running `"docker" "rm" "-f" "a6909fa9e882b7bcbe2bef3134fd54e102839e4c6dcf7ee1e31c6943d5ec5dae"` Sep 19 23:07:46.176 INFO blam! a6909fa9e882b7bcbe2bef3134fd54e102839e4c6dcf7ee1e31c6943d5ec5dae