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