Sep 19 21:13:55.212 INFO checking panic-itm-0.2.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 21:13:55.212 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 21:13:55.212 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/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:55.434 INFO blam! 7c2683c0eba85f3dd1b0caf052059957805bce6a375c93431c46e28611415df6 Sep 19 21:13:55.436 INFO running `"docker" "start" "-a" "7c2683c0eba85f3dd1b0caf052059957805bce6a375c93431c46e28611415df6"` Sep 19 21:13:56.340 INFO kablam! usermod: no changes Sep 19 21:13:56.386 INFO kablam! Checking panic-itm v0.2.0 (/source) Sep 19 21:13:56.561 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.561 INFO kablam! --> src/lib.rs:44:1 Sep 19 21:13:56.561 INFO kablam! | Sep 19 21:13:56.561 INFO kablam! 44 | #[panic_implementation] Sep 19 21:13:56.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: replace this attribute with `#[panic_handler]` Sep 19 21:13:56.562 INFO kablam! | Sep 19 21:13:56.562 INFO kablam! note: lint level defined here Sep 19 21:13:56.562 INFO kablam! --> src/lib.rs:32:9 Sep 19 21:13:56.562 INFO kablam! | Sep 19 21:13:56.562 INFO kablam! 32 | #![deny(warnings)] Sep 19 21:13:56.562 INFO kablam! | ^^^^^^^^ Sep 19 21:13:56.562 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 21:13:56.562 INFO kablam! Sep 19 21:13:56.577 INFO kablam! error: aborting due to previous error Sep 19 21:13:56.577 INFO kablam! Sep 19 21:13:56.583 INFO kablam! error: Could not compile `panic-itm`. Sep 19 21:13:56.583 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:13:56.674 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.674 INFO kablam! --> src/lib.rs:44:1 Sep 19 21:13:56.675 INFO kablam! | Sep 19 21:13:56.675 INFO kablam! 44 | #[panic_implementation] Sep 19 21:13:56.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: replace this attribute with `#[panic_handler]` Sep 19 21:13:56.675 INFO kablam! | Sep 19 21:13:56.675 INFO kablam! note: lint level defined here Sep 19 21:13:56.675 INFO kablam! --> src/lib.rs:32:9 Sep 19 21:13:56.675 INFO kablam! | Sep 19 21:13:56.675 INFO kablam! 32 | #![deny(warnings)] Sep 19 21:13:56.675 INFO kablam! | ^^^^^^^^ Sep 19 21:13:56.675 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 21:13:56.675 INFO kablam! Sep 19 21:13:56.679 INFO kablam! error[E0152]: duplicate lang item found: `panic_impl`. Sep 19 21:13:56.679 INFO kablam! --> src/lib.rs:45:1 Sep 19 21:13:56.679 INFO kablam! | Sep 19 21:13:56.679 INFO kablam! 45 | / fn panic(info: &PanicInfo) -> ! { Sep 19 21:13:56.679 INFO kablam! 46 | | interrupt::disable(); Sep 19 21:13:56.679 INFO kablam! 47 | | Sep 19 21:13:56.679 INFO kablam! 48 | | let itm = unsafe { &mut *ITM::ptr() }; Sep 19 21:13:56.679 INFO kablam! ... | Sep 19 21:13:56.679 INFO kablam! 53 | | loop {} Sep 19 21:13:56.679 INFO kablam! 54 | | } Sep 19 21:13:56.679 INFO kablam! | |_^ Sep 19 21:13:56.679 INFO kablam! | Sep 19 21:13:56.679 INFO kablam! = note: first defined in crate `std`. Sep 19 21:13:56.679 INFO kablam! Sep 19 21:13:56.698 INFO kablam! error: aborting due to 2 previous errors Sep 19 21:13:56.698 INFO kablam! Sep 19 21:13:56.698 INFO kablam! For more information about this error, try `rustc --explain E0152`. Sep 19 21:13:56.716 INFO kablam! error: Could not compile `panic-itm`. Sep 19 21:13:56.716 INFO kablam! Sep 19 21:13:56.716 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:13:56.716 INFO kablam! su: No module specific data is present Sep 19 21:13:57.374 INFO running `"docker" "rm" "-f" "7c2683c0eba85f3dd1b0caf052059957805bce6a375c93431c46e28611415df6"` Sep 19 21:13:57.438 INFO blam! 7c2683c0eba85f3dd1b0caf052059957805bce6a375c93431c46e28611415df6