Sep 06 01:24:29.060 INFO checking riscv-rt-0.3.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 01:24:29.060 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 01:24:29.060 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 01:24:29.186 INFO blam! b3993af53a7330a0c4e4387cf82b30eafbe14699fe1b3da62f04ce4d0a1691d2 Sep 06 01:24:29.187 INFO running `"docker" "start" "-a" "b3993af53a7330a0c4e4387cf82b30eafbe14699fe1b3da62f04ce4d0a1691d2"` Sep 06 01:24:30.270 INFO kablam! usermod: no changes Sep 06 01:24:30.332 INFO kablam! Compiling riscv-rt v0.3.0 (file:///source) Sep 06 01:24:30.332 INFO kablam! Checking r0 v0.2.2 Sep 06 01:24:30.332 INFO kablam! Checking riscv v0.3.0 Sep 06 01:24:31.005 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 06 01:24:31.005 INFO kablam! --> src/lang_items.rs:6:1 Sep 06 01:24:31.005 INFO kablam! | Sep 06 01:24:31.005 INFO kablam! 6 | #[panic_implementation] Sep 06 01:24:31.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 06 01:24:31.005 INFO kablam! | Sep 06 01:24:31.005 INFO kablam! note: lint level defined here Sep 06 01:24:31.005 INFO kablam! --> src/lib.rs:161:9 Sep 06 01:24:31.005 INFO kablam! | Sep 06 01:24:31.005 INFO kablam! 16| #![deny(warnings)] Sep 06 01:24:31.005 INFO kablam! | ^^^^^^^^ Sep 06 01:24:31.005 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 06 01:24:31.005 INFO kablam! Sep 06 01:24:31.012 INFO kablam! error: aborting due to previous error Sep 06 01:24:31.012 INFO kablam! Sep 06 01:24:31.017 INFO kablam! error: Could not compile `riscv-rt`. Sep 06 01:24:31.017 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 01:24:31.077 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 06 01:24:31.077 INFO kablam! --> src/lang_items.rs:6:1 Sep 06 01:24:31.077 INFO kablam! | Sep 06 01:24:31.077 INFO kablam! 6 | #[panic_implementation] Sep 06 01:24:31.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 06 01:24:31.077 INFO kablam! | Sep 06 01:24:31.077 INFO kablam! note: lint level defined here Sep 06 01:24:31.077 INFO kablam! --> src/lib.rs:161:9 Sep 06 01:24:31.077 INFO kablam! | Sep 06 01:24:31.077 INFO kablam! 16| #![deny(warnings)] Sep 06 01:24:31.077 INFO kablam! | ^^^^^^^^ Sep 06 01:24:31.077 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 06 01:24:31.077 INFO kablam! Sep 06 01:24:31.078 INFO kablam! error[E0152]: duplicate lang item found: `panic_impl`. Sep 06 01:24:31.078 INFO kablam! --> src/lang_items.rs:7:1 Sep 06 01:24:31.078 INFO kablam! | Sep 06 01:24:31.078 INFO kablam! 7 | / fn panic_fmt(_info: &core::panic::PanicInfo) -> ! { Sep 06 01:24:31.078 INFO kablam! 8 | | asm::ebreak(); Sep 06 01:24:31.078 INFO kablam! 9 | | loop {} Sep 06 01:24:31.078 INFO kablam! 10 | | } Sep 06 01:24:31.078 INFO kablam! | |_^ Sep 06 01:24:31.078 INFO kablam! | Sep 06 01:24:31.078 INFO kablam! = note: first defined in crate `std`. Sep 06 01:24:31.078 INFO kablam! Sep 06 01:24:31.078 INFO kablam! error[E0152]: duplicate lang item found: `start`. Sep 06 01:24:31.078 INFO kablam! --> src/lang_items.rs:31:1 Sep 06 01:24:31.078 INFO kablam! | Sep 06 01:24:31.078 INFO kablam! 31 | / extern "C" fn lang_start( Sep 06 01:24:31.078 INFO kablam! 32 | | main: fn(), Sep 06 01:24:31.078 INFO kablam! 33 | | _argc: isize, Sep 06 01:24:31.078 INFO kablam! 34 | | _argv: *const *const u8, Sep 06 01:24:31.078 INFO kablam! ... | Sep 06 01:24:31.078 INFO kablam! 41 | | 0 Sep 06 01:24:31.078 INFO kablam! 42 | | } Sep 06 01:24:31.078 INFO kablam! | |_^ Sep 06 01:24:31.078 INFO kablam! | Sep 06 01:24:31.078 INFO kablam! = note: first defined in crate `std`. Sep 06 01:24:31.078 INFO kablam! Sep 06 01:24:31.078 INFO kablam! error[E0152]: duplicate lang item found: `termination`. Sep 06 01:24:31.078 INFO kablam! --> src/lang_items.rs:45:1 Sep 06 01:24:31.078 INFO kablam! | Sep 06 01:24:31.078 INFO kablam! 45 | / pub trait Termination { Sep 06 01:24:31.078 INFO kablam! 46 | | fn report(self) -> i32; Sep 06 01:24:31.078 INFO kablam! 47 | | } Sep 06 01:24:31.078 INFO kablam! | |_^ Sep 06 01:24:31.078 INFO kablam! | Sep 06 01:24:31.078 INFO kablam! = note: first defined in crate `std`. Sep 06 01:24:31.078 INFO kablam! Sep 06 01:24:31.087 INFO kablam! error: aborting due to 4 previous errors Sep 06 01:24:31.087 INFO kablam! Sep 06 01:24:31.087 INFO kablam! For more information about this error, try `rustc --explain E0152`. Sep 06 01:24:31.093 INFO kablam! error: Could not compile `riscv-rt`. Sep 06 01:24:31.093 INFO kablam! Sep 06 01:24:31.093 INFO kablam! To learn more, run the command again with --verbose. Sep 06 01:24:31.094 INFO kablam! su: No module specific data is present Sep 06 01:24:31.795 INFO running `"docker" "rm" "-f" "b3993af53a7330a0c4e4387cf82b30eafbe14699fe1b3da62f04ce4d0a1691d2"` Sep 06 01:24:31.865 INFO blam! b3993af53a7330a0c4e4387cf82b30eafbe14699fe1b3da62f04ce4d0a1691d2