Sep 04 06:02:08.807 INFO checking riscv-rt-0.3.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 06:02:08.807 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 06:02:08.807 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 06:02:08.971 INFO blam! 9943e0a53ab6ced46a91b9a28c229e3b67f9b8664af19d674461dcdb76727c77 Sep 04 06:02:08.972 INFO running `"docker" "start" "-a" "9943e0a53ab6ced46a91b9a28c229e3b67f9b8664af19d674461dcdb76727c77"` Sep 04 06:02:09.741 INFO kablam! Compiling riscv-rt v0.3.0 (file:///source) Sep 04 06:02:09.741 INFO kablam! Checking riscv v0.3.0 Sep 04 06:02:10.645 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 04 06:02:10.646 INFO kablam! --> src/lang_items.rs:6:1 Sep 04 06:02:10.646 INFO kablam! | Sep 04 06:02:10.646 INFO kablam! 6 | #[panic_implementation] Sep 04 06:02:10.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 04 06:02:10.646 INFO kablam! | Sep 04 06:02:10.646 INFO kablam! note: lint level defined here Sep 04 06:02:10.646 INFO kablam! --> src/lib.rs:161:9 Sep 04 06:02:10.646 INFO kablam! | Sep 04 06:02:10.646 INFO kablam! 16| #![deny(warnings)] Sep 04 06:02:10.646 INFO kablam! | ^^^^^^^^ Sep 04 06:02:10.646 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 04 06:02:10.646 INFO kablam! Sep 04 06:02:10.660 INFO kablam! error: aborting due to previous error Sep 04 06:02:10.660 INFO kablam! Sep 04 06:02:10.666 INFO kablam! error: Could not compile `riscv-rt`. Sep 04 06:02:10.666 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 06:02:11.007 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 04 06:02:11.008 INFO kablam! --> src/lang_items.rs:6:1 Sep 04 06:02:11.008 INFO kablam! | Sep 04 06:02:11.008 INFO kablam! 6 | #[panic_implementation] Sep 04 06:02:11.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 04 06:02:11.008 INFO kablam! | Sep 04 06:02:11.008 INFO kablam! note: lint level defined here Sep 04 06:02:11.008 INFO kablam! --> src/lib.rs:161:9 Sep 04 06:02:11.008 INFO kablam! | Sep 04 06:02:11.008 INFO kablam! 16| #![deny(warnings)] Sep 04 06:02:11.008 INFO kablam! | ^^^^^^^^ Sep 04 06:02:11.008 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 04 06:02:11.008 INFO kablam! Sep 04 06:02:11.009 INFO kablam! error[E0152]: duplicate lang item found: `panic_impl`. Sep 04 06:02:11.009 INFO kablam! --> src/lang_items.rs:7:1 Sep 04 06:02:11.009 INFO kablam! | Sep 04 06:02:11.009 INFO kablam! 7 | / fn panic_fmt(_info: &core::panic::PanicInfo) -> ! { Sep 04 06:02:11.009 INFO kablam! 8 | | asm::ebreak(); Sep 04 06:02:11.009 INFO kablam! 9 | | loop {} Sep 04 06:02:11.009 INFO kablam! 10 | | } Sep 04 06:02:11.009 INFO kablam! | |_^ Sep 04 06:02:11.009 INFO kablam! | Sep 04 06:02:11.009 INFO kablam! = note: first defined in crate `std`. Sep 04 06:02:11.009 INFO kablam! Sep 04 06:02:11.009 INFO kablam! error[E0152]: duplicate lang item found: `start`. Sep 04 06:02:11.009 INFO kablam! --> src/lang_items.rs:31:1 Sep 04 06:02:11.009 INFO kablam! | Sep 04 06:02:11.009 INFO kablam! 31 | / extern "C" fn lang_start( Sep 04 06:02:11.009 INFO kablam! 32 | | main: fn(), Sep 04 06:02:11.009 INFO kablam! 33 | | _argc: isize, Sep 04 06:02:11.009 INFO kablam! 34 | | _argv: *const *const u8, Sep 04 06:02:11.009 INFO kablam! ... | Sep 04 06:02:11.009 INFO kablam! 41 | | 0 Sep 04 06:02:11.010 INFO kablam! 42 | | } Sep 04 06:02:11.010 INFO kablam! | |_^ Sep 04 06:02:11.010 INFO kablam! | Sep 04 06:02:11.010 INFO kablam! = note: first defined in crate `std`. Sep 04 06:02:11.010 INFO kablam! Sep 04 06:02:11.010 INFO kablam! error[E0152]: duplicate lang item found: `termination`. Sep 04 06:02:11.010 INFO kablam! --> src/lang_items.rs:45:1 Sep 04 06:02:11.010 INFO kablam! | Sep 04 06:02:11.010 INFO kablam! 45 | / pub trait Termination { Sep 04 06:02:11.010 INFO kablam! 46 | | fn report(self) -> i32; Sep 04 06:02:11.010 INFO kablam! 47 | | } Sep 04 06:02:11.010 INFO kablam! | |_^ Sep 04 06:02:11.010 INFO kablam! | Sep 04 06:02:11.010 INFO kablam! = note: first defined in crate `std`. Sep 04 06:02:11.010 INFO kablam! Sep 04 06:02:11.038 INFO kablam! error: aborting due to 4 previous errors Sep 04 06:02:11.038 INFO kablam! Sep 04 06:02:11.038 INFO kablam! For more information about this error, try `rustc --explain E0152`. Sep 04 06:02:11.046 INFO kablam! error: Could not compile `riscv-rt`. Sep 04 06:02:11.046 INFO kablam! Sep 04 06:02:11.046 INFO kablam! To learn more, run the command again with --verbose. Sep 04 06:02:11.047 INFO kablam! su: No module specific data is present Sep 04 06:02:11.535 INFO running `"docker" "rm" "-f" "9943e0a53ab6ced46a91b9a28c229e3b67f9b8664af19d674461dcdb76727c77"` Sep 04 06:02:11.629 INFO blam! 9943e0a53ab6ced46a91b9a28c229e3b67f9b8664af19d674461dcdb76727c77