Sep 19 21:42:51.474 INFO checking riscv-rt-0.3.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 21:42:51.474 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 21:42:51.474 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/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 21:42:51.640 INFO blam! 578e1dedc8650e9a8e4eb6cac808d66455e7db8bc283e2b7cc85c75b07ab5592 Sep 19 21:42:51.641 INFO running `"docker" "start" "-a" "578e1dedc8650e9a8e4eb6cac808d66455e7db8bc283e2b7cc85c75b07ab5592"` Sep 19 21:42:52.768 INFO kablam! usermod: no changes Sep 19 21:42:52.794 INFO kablam! Compiling riscv-rt v0.3.0 (/source) Sep 19 21:42:52.794 INFO kablam! Checking r0 v0.2.2 Sep 19 21:42:52.794 INFO kablam! Checking riscv v0.3.0 Sep 19 21:42:53.390 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:42:53.390 INFO kablam! --> src/lang_items.rs:6:1 Sep 19 21:42:53.390 INFO kablam! | Sep 19 21:42:53.390 INFO kablam! 6 | #[panic_implementation] Sep 19 21:42:53.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: replace this attribute with `#[panic_handler]` Sep 19 21:42:53.390 INFO kablam! | Sep 19 21:42:53.390 INFO kablam! note: lint level defined here Sep 19 21:42:53.390 INFO kablam! --> src/lib.rs:161:9 Sep 19 21:42:53.390 INFO kablam! | Sep 19 21:42:53.390 INFO kablam! 16| #![deny(warnings)] Sep 19 21:42:53.390 INFO kablam! | ^^^^^^^^ Sep 19 21:42:53.390 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 21:42:53.390 INFO kablam! Sep 19 21:42:53.398 INFO kablam! error: aborting due to previous error Sep 19 21:42:53.398 INFO kablam! Sep 19 21:42:53.402 INFO kablam! error: Could not compile `riscv-rt`. Sep 19 21:42:53.402 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:42:53.518 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:42:53.518 INFO kablam! --> src/lang_items.rs:6:1 Sep 19 21:42:53.518 INFO kablam! | Sep 19 21:42:53.518 INFO kablam! 6 | #[panic_implementation] Sep 19 21:42:53.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: replace this attribute with `#[panic_handler]` Sep 19 21:42:53.518 INFO kablam! | Sep 19 21:42:53.518 INFO kablam! note: lint level defined here Sep 19 21:42:53.518 INFO kablam! --> src/lib.rs:161:9 Sep 19 21:42:53.518 INFO kablam! | Sep 19 21:42:53.518 INFO kablam! 16| #![deny(warnings)] Sep 19 21:42:53.518 INFO kablam! | ^^^^^^^^ Sep 19 21:42:53.518 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 21:42:53.518 INFO kablam! Sep 19 21:42:53.518 INFO kablam! error[E0152]: duplicate lang item found: `panic_impl`. Sep 19 21:42:53.518 INFO kablam! --> src/lang_items.rs:7:1 Sep 19 21:42:53.518 INFO kablam! | Sep 19 21:42:53.518 INFO kablam! 7 | / fn panic_fmt(_info: &core::panic::PanicInfo) -> ! { Sep 19 21:42:53.518 INFO kablam! 8 | | asm::ebreak(); Sep 19 21:42:53.518 INFO kablam! 9 | | loop {} Sep 19 21:42:53.518 INFO kablam! 10 | | } Sep 19 21:42:53.518 INFO kablam! | |_^ Sep 19 21:42:53.518 INFO kablam! | Sep 19 21:42:53.518 INFO kablam! = note: first defined in crate `std`. Sep 19 21:42:53.518 INFO kablam! Sep 19 21:42:53.518 INFO kablam! error[E0152]: duplicate lang item found: `start`. Sep 19 21:42:53.518 INFO kablam! --> src/lang_items.rs:31:1 Sep 19 21:42:53.518 INFO kablam! | Sep 19 21:42:53.518 INFO kablam! 31 | / extern "C" fn lang_start( Sep 19 21:42:53.518 INFO kablam! 32 | | main: fn(), Sep 19 21:42:53.518 INFO kablam! 33 | | _argc: isize, Sep 19 21:42:53.518 INFO kablam! 34 | | _argv: *const *const u8, Sep 19 21:42:53.518 INFO kablam! ... | Sep 19 21:42:53.518 INFO kablam! 41 | | 0 Sep 19 21:42:53.519 INFO kablam! 42 | | } Sep 19 21:42:53.519 INFO kablam! | |_^ Sep 19 21:42:53.519 INFO kablam! | Sep 19 21:42:53.519 INFO kablam! = note: first defined in crate `std`. Sep 19 21:42:53.519 INFO kablam! Sep 19 21:42:53.519 INFO kablam! error[E0152]: duplicate lang item found: `termination`. Sep 19 21:42:53.519 INFO kablam! --> src/lang_items.rs:45:1 Sep 19 21:42:53.519 INFO kablam! | Sep 19 21:42:53.519 INFO kablam! 45 | / pub trait Termination { Sep 19 21:42:53.519 INFO kablam! 46 | | fn report(self) -> i32; Sep 19 21:42:53.519 INFO kablam! 47 | | } Sep 19 21:42:53.519 INFO kablam! | |_^ Sep 19 21:42:53.519 INFO kablam! | Sep 19 21:42:53.519 INFO kablam! = note: first defined in crate `std`. Sep 19 21:42:53.519 INFO kablam! Sep 19 21:42:53.534 INFO kablam! error: aborting due to 4 previous errors Sep 19 21:42:53.534 INFO kablam! Sep 19 21:42:53.539 INFO kablam! For more information about this error, try `rustc --explain E0152`. Sep 19 21:42:53.543 INFO kablam! error: Could not compile `riscv-rt`. Sep 19 21:42:53.543 INFO kablam! Sep 19 21:42:53.543 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:42:53.543 INFO kablam! su: No module specific data is present Sep 19 21:42:54.329 INFO running `"docker" "rm" "-f" "578e1dedc8650e9a8e4eb6cac808d66455e7db8bc283e2b7cc85c75b07ab5592"` Sep 19 21:42:54.442 INFO blam! 578e1dedc8650e9a8e4eb6cac808d66455e7db8bc283e2b7cc85c75b07ab5592