Sep 19 21:13:54.310 INFO checking panic-semihosting-0.3.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 21:13:54.310 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 21:13:54.311 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:13:54.518 INFO blam! 6d106f221d0d70c55450d32edc579f2c5ba509bfb272ecf2fc4809f0c1d3db17 Sep 19 21:13:54.519 INFO running `"docker" "start" "-a" "6d106f221d0d70c55450d32edc579f2c5ba509bfb272ecf2fc4809f0c1d3db17"` Sep 19 21:13:55.492 INFO kablam! usermod: no changes Sep 19 21:13:55.539 INFO kablam! Compiling cortex-m-semihosting v0.3.1 Sep 19 21:13:56.119 INFO kablam! Checking panic-semihosting v0.3.0 (/source) Sep 19 21:13:56.247 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 21:13:56.247 INFO kablam! --> src/lib.rs:71:1 Sep 19 21:13:56.247 INFO kablam! | Sep 19 21:13:56.247 INFO kablam! 71 | #[panic_implementation] Sep 19 21:13:56.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: replace this attribute with `#[panic_handler]` Sep 19 21:13:56.248 INFO kablam! | Sep 19 21:13:56.248 INFO kablam! note: lint level defined here Sep 19 21:13:56.248 INFO kablam! --> src/lib.rs:58:9 Sep 19 21:13:56.248 INFO kablam! | Sep 19 21:13:56.248 INFO kablam! 58 | #![deny(warnings)] Sep 19 21:13:56.248 INFO kablam! | ^^^^^^^^ Sep 19 21:13:56.248 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 21:13:56.248 INFO kablam! Sep 19 21:13:56.253 INFO kablam! error: aborting due to previous error Sep 19 21:13:56.253 INFO kablam! Sep 19 21:13:56.258 INFO kablam! error: Could not compile `panic-semihosting`. Sep 19 21:13:56.258 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:13:56.370 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 21:13:56.370 INFO kablam! --> src/lib.rs:71:1 Sep 19 21:13:56.370 INFO kablam! | Sep 19 21:13:56.370 INFO kablam! 71 | #[panic_implementation] Sep 19 21:13:56.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: replace this attribute with `#[panic_handler]` Sep 19 21:13:56.370 INFO kablam! | Sep 19 21:13:56.370 INFO kablam! note: lint level defined here Sep 19 21:13:56.370 INFO kablam! --> src/lib.rs:58:9 Sep 19 21:13:56.370 INFO kablam! | Sep 19 21:13:56.370 INFO kablam! 58 | #![deny(warnings)] Sep 19 21:13:56.370 INFO kablam! | ^^^^^^^^ Sep 19 21:13:56.370 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 21:13:56.370 INFO kablam! Sep 19 21:13:56.370 INFO kablam! error[E0152]: duplicate lang item found: `panic_impl`. Sep 19 21:13:56.370 INFO kablam! --> src/lib.rs:72:1 Sep 19 21:13:56.370 INFO kablam! | Sep 19 21:13:56.370 INFO kablam! 72 | / fn panic(info: &PanicInfo) -> ! { Sep 19 21:13:56.370 INFO kablam! 73 | | interrupt::disable(); Sep 19 21:13:56.370 INFO kablam! 74 | | Sep 19 21:13:56.370 INFO kablam! 75 | | if let Ok(mut hstdout) = hio::hstdout() { Sep 19 21:13:56.370 INFO kablam! ... | Sep 19 21:13:56.370 INFO kablam! 82 | | loop {} Sep 19 21:13:56.371 INFO kablam! 83 | | } Sep 19 21:13:56.371 INFO kablam! | |_^ Sep 19 21:13:56.371 INFO kablam! | Sep 19 21:13:56.371 INFO kablam! = note: first defined in crate `std`. Sep 19 21:13:56.371 INFO kablam! Sep 19 21:13:56.383 INFO kablam! error: aborting due to 2 previous errors Sep 19 21:13:56.383 INFO kablam! Sep 19 21:13:56.383 INFO kablam! For more information about this error, try `rustc --explain E0152`. Sep 19 21:13:56.385 INFO kablam! error: Could not compile `panic-semihosting`. Sep 19 21:13:56.385 INFO kablam! Sep 19 21:13:56.385 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:13:56.387 INFO kablam! su: No module specific data is present Sep 19 21:13:56.898 INFO running `"docker" "rm" "-f" "6d106f221d0d70c55450d32edc579f2c5ba509bfb272ecf2fc4809f0c1d3db17"` Sep 19 21:13:56.962 INFO blam! 6d106f221d0d70c55450d32edc579f2c5ba509bfb272ecf2fc4809f0c1d3db17