Sep 19 23:07:42.776 INFO checking panic-semihosting-0.3.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 23:07:42.776 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 23:07:42.776 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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:42.917 INFO blam! 183b88ab43d51fdc9f10eceafa90289051a47617a9bbed3873adee265a287143 Sep 19 23:07:42.918 INFO running `"docker" "start" "-a" "183b88ab43d51fdc9f10eceafa90289051a47617a9bbed3873adee265a287143"` Sep 19 23:07:43.745 INFO kablam! usermod: no changes Sep 19 23:07:43.786 INFO kablam! Compiling cortex-m-semihosting v0.3.1 Sep 19 23:07:44.486 INFO kablam! Checking panic-semihosting v0.3.0 (/source) Sep 19 23:07:44.636 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:44.636 INFO kablam! --> src/lib.rs:71:1 Sep 19 23:07:44.636 INFO kablam! | Sep 19 23:07:44.636 INFO kablam! 71 | #[panic_implementation] Sep 19 23:07:44.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: replace this attribute with `#[panic_handler]` Sep 19 23:07:44.637 INFO kablam! | Sep 19 23:07:44.637 INFO kablam! note: lint level defined here Sep 19 23:07:44.637 INFO kablam! --> src/lib.rs:58:9 Sep 19 23:07:44.637 INFO kablam! | Sep 19 23:07:44.637 INFO kablam! 58 | #![deny(warnings)] Sep 19 23:07:44.637 INFO kablam! | ^^^^^^^^ Sep 19 23:07:44.638 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 23:07:44.638 INFO kablam! Sep 19 23:07:44.647 INFO kablam! error: aborting due to previous error Sep 19 23:07:44.647 INFO kablam! Sep 19 23:07:44.654 INFO kablam! error: Could not compile `panic-semihosting`. Sep 19 23:07:44.654 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:07:44.806 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:44.806 INFO kablam! --> src/lib.rs:71:1 Sep 19 23:07:44.806 INFO kablam! | Sep 19 23:07:44.806 INFO kablam! 71 | #[panic_implementation] Sep 19 23:07:44.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: replace this attribute with `#[panic_handler]` Sep 19 23:07:44.806 INFO kablam! | Sep 19 23:07:44.806 INFO kablam! note: lint level defined here Sep 19 23:07:44.806 INFO kablam! --> src/lib.rs:58:9 Sep 19 23:07:44.806 INFO kablam! | Sep 19 23:07:44.806 INFO kablam! 58 | #![deny(warnings)] Sep 19 23:07:44.806 INFO kablam! | ^^^^^^^^ Sep 19 23:07:44.806 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 23:07:44.806 INFO kablam! Sep 19 23:07:44.806 INFO kablam! error[E0152]: duplicate lang item found: `panic_impl`. Sep 19 23:07:44.806 INFO kablam! --> src/lib.rs:72:1 Sep 19 23:07:44.806 INFO kablam! | Sep 19 23:07:44.806 INFO kablam! 72 | / fn panic(info: &PanicInfo) -> ! { Sep 19 23:07:44.806 INFO kablam! 73 | | interrupt::disable(); Sep 19 23:07:44.806 INFO kablam! 74 | | Sep 19 23:07:44.806 INFO kablam! 75 | | if let Ok(mut hstdout) = hio::hstdout() { Sep 19 23:07:44.806 INFO kablam! ... | Sep 19 23:07:44.806 INFO kablam! 82 | | loop {} Sep 19 23:07:44.806 INFO kablam! 83 | | } Sep 19 23:07:44.806 INFO kablam! | |_^ Sep 19 23:07:44.806 INFO kablam! | Sep 19 23:07:44.806 INFO kablam! = note: first defined in crate `std`. Sep 19 23:07:44.806 INFO kablam! Sep 19 23:07:44.813 INFO kablam! error: aborting due to 2 previous errors Sep 19 23:07:44.813 INFO kablam! Sep 19 23:07:44.813 INFO kablam! For more information about this error, try `rustc --explain E0152`. Sep 19 23:07:44.818 INFO kablam! error: Could not compile `panic-semihosting`. Sep 19 23:07:44.818 INFO kablam! Sep 19 23:07:44.818 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:07:44.820 INFO kablam! su: No module specific data is present Sep 19 23:07:45.440 INFO running `"docker" "rm" "-f" "183b88ab43d51fdc9f10eceafa90289051a47617a9bbed3873adee265a287143"` Sep 19 23:07:45.532 INFO blam! 183b88ab43d51fdc9f10eceafa90289051a47617a9bbed3873adee265a287143