Sep 21 04:34:26.279 INFO checking riscv-rt-0.3.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 04:34:26.279 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 04:34:26.279 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 04:34:26.401 INFO blam! 1a7e870a28e12b588f1c98f0b8c20e45166628d4d770ab35728affd7ebc444b3 Sep 21 04:34:26.406 INFO running `"docker" "start" "-a" "1a7e870a28e12b588f1c98f0b8c20e45166628d4d770ab35728affd7ebc444b3"` Sep 21 04:34:27.404 INFO kablam! usermod: no changes Sep 21 04:34:27.494 INFO kablam! Compiling riscv-rt v0.3.0 (/source) Sep 21 04:34:27.498 INFO kablam! Checking riscv v0.3.0 Sep 21 04:34:28.551 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 21 04:34:28.551 INFO kablam! --> src/lang_items.rs:6:1 Sep 21 04:34:28.551 INFO kablam! | Sep 21 04:34:28.551 INFO kablam! 6 | #[panic_implementation] Sep 21 04:34:28.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: replace this attribute with `#[panic_handler]` Sep 21 04:34:28.551 INFO kablam! | Sep 21 04:34:28.551 INFO kablam! note: lint level defined here Sep 21 04:34:28.551 INFO kablam! --> src/lib.rs:161:9 Sep 21 04:34:28.551 INFO kablam! | Sep 21 04:34:28.551 INFO kablam! 16| #![deny(warnings)] Sep 21 04:34:28.551 INFO kablam! | ^^^^^^^^ Sep 21 04:34:28.551 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 21 04:34:28.551 INFO kablam! Sep 21 04:34:28.562 INFO kablam! error: aborting due to previous error Sep 21 04:34:28.562 INFO kablam! Sep 21 04:34:28.564 INFO kablam! error: Could not compile `riscv-rt`. Sep 21 04:34:28.564 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 04:34:28.698 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 21 04:34:28.698 INFO kablam! --> src/lang_items.rs:6:1 Sep 21 04:34:28.698 INFO kablam! | Sep 21 04:34:28.698 INFO kablam! 6 | #[panic_implementation] Sep 21 04:34:28.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: replace this attribute with `#[panic_handler]` Sep 21 04:34:28.698 INFO kablam! | Sep 21 04:34:28.698 INFO kablam! note: lint level defined here Sep 21 04:34:28.698 INFO kablam! --> src/lib.rs:161:9 Sep 21 04:34:28.698 INFO kablam! | Sep 21 04:34:28.698 INFO kablam! 16| #![deny(warnings)] Sep 21 04:34:28.698 INFO kablam! | ^^^^^^^^ Sep 21 04:34:28.698 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 21 04:34:28.698 INFO kablam! Sep 21 04:34:28.698 INFO kablam! error[E0152]: duplicate lang item found: `panic_impl`. Sep 21 04:34:28.698 INFO kablam! --> src/lang_items.rs:7:1 Sep 21 04:34:28.698 INFO kablam! | Sep 21 04:34:28.698 INFO kablam! 7 | / fn panic_fmt(_info: &core::panic::PanicInfo) -> ! { Sep 21 04:34:28.698 INFO kablam! 8 | | asm::ebreak(); Sep 21 04:34:28.698 INFO kablam! 9 | | loop {} Sep 21 04:34:28.698 INFO kablam! 10 | | } Sep 21 04:34:28.698 INFO kablam! | |_^ Sep 21 04:34:28.698 INFO kablam! | Sep 21 04:34:28.698 INFO kablam! = note: first defined in crate `std`. Sep 21 04:34:28.698 INFO kablam! Sep 21 04:34:28.698 INFO kablam! error[E0152]: duplicate lang item found: `start`. Sep 21 04:34:28.698 INFO kablam! --> src/lang_items.rs:31:1 Sep 21 04:34:28.698 INFO kablam! | Sep 21 04:34:28.698 INFO kablam! 31 | / extern "C" fn lang_start( Sep 21 04:34:28.698 INFO kablam! 32 | | main: fn(), Sep 21 04:34:28.698 INFO kablam! 33 | | _argc: isize, Sep 21 04:34:28.698 INFO kablam! 34 | | _argv: *const *const u8, Sep 21 04:34:28.698 INFO kablam! ... | Sep 21 04:34:28.698 INFO kablam! 41 | | 0 Sep 21 04:34:28.699 INFO kablam! 42 | | } Sep 21 04:34:28.699 INFO kablam! | |_^ Sep 21 04:34:28.699 INFO kablam! | Sep 21 04:34:28.699 INFO kablam! = note: first defined in crate `std`. Sep 21 04:34:28.699 INFO kablam! Sep 21 04:34:28.699 INFO kablam! error[E0152]: duplicate lang item found: `termination`. Sep 21 04:34:28.699 INFO kablam! --> src/lang_items.rs:45:1 Sep 21 04:34:28.699 INFO kablam! | Sep 21 04:34:28.699 INFO kablam! 45 | / pub trait Termination { Sep 21 04:34:28.699 INFO kablam! 46 | | fn report(self) -> i32; Sep 21 04:34:28.699 INFO kablam! 47 | | } Sep 21 04:34:28.699 INFO kablam! | |_^ Sep 21 04:34:28.699 INFO kablam! | Sep 21 04:34:28.699 INFO kablam! = note: first defined in crate `std`. Sep 21 04:34:28.699 INFO kablam! Sep 21 04:34:28.714 INFO kablam! error: aborting due to 4 previous errors Sep 21 04:34:28.714 INFO kablam! Sep 21 04:34:28.714 INFO kablam! For more information about this error, try `rustc --explain E0152`. Sep 21 04:34:28.717 INFO kablam! error: Could not compile `riscv-rt`. Sep 21 04:34:28.717 INFO kablam! Sep 21 04:34:28.717 INFO kablam! To learn more, run the command again with --verbose. Sep 21 04:34:28.718 INFO kablam! su: No module specific data is present Sep 21 04:34:29.167 INFO running `"docker" "rm" "-f" "1a7e870a28e12b588f1c98f0b8c20e45166628d4d770ab35728affd7ebc444b3"` Sep 21 04:34:29.269 INFO blam! 1a7e870a28e12b588f1c98f0b8c20e45166628d4d770ab35728affd7ebc444b3