Sep 02 02:39:40.932 INFO checking riscv-rt-0.3.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 02:39:40.932 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 02:39:40.932 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 02:39:41.109 INFO blam! 0e14ad17a7f8a6cea4bbdb6abda180e2e3f712b4b078cf756f2e23388a6337f0 Sep 02 02:39:41.111 INFO running `"docker" "start" "-a" "0e14ad17a7f8a6cea4bbdb6abda180e2e3f712b4b078cf756f2e23388a6337f0"` Sep 02 02:39:41.722 INFO kablam! Compiling riscv-rt v0.3.0 (file:///source) Sep 02 02:39:41.726 INFO kablam! Checking riscv v0.3.0 Sep 02 02:39:42.726 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 02 02:39:42.726 INFO kablam! --> src/lang_items.rs:6:1 Sep 02 02:39:42.726 INFO kablam! | Sep 02 02:39:42.726 INFO kablam! 6 | #[panic_implementation] Sep 02 02:39:42.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 02 02:39:42.726 INFO kablam! | Sep 02 02:39:42.726 INFO kablam! note: lint level defined here Sep 02 02:39:42.726 INFO kablam! --> src/lib.rs:161:9 Sep 02 02:39:42.726 INFO kablam! | Sep 02 02:39:42.726 INFO kablam! 16| #![deny(warnings)] Sep 02 02:39:42.727 INFO kablam! | ^^^^^^^^ Sep 02 02:39:42.727 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 02 02:39:42.727 INFO kablam! Sep 02 02:39:42.741 INFO kablam! error: aborting due to previous error Sep 02 02:39:42.741 INFO kablam! Sep 02 02:39:42.746 INFO kablam! error: Could not compile `riscv-rt`. Sep 02 02:39:42.746 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 02:39:42.990 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 02 02:39:42.990 INFO kablam! --> src/lang_items.rs:6:1 Sep 02 02:39:42.990 INFO kablam! | Sep 02 02:39:42.990 INFO kablam! 6 | #[panic_implementation] Sep 02 02:39:42.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 02 02:39:42.990 INFO kablam! | Sep 02 02:39:42.990 INFO kablam! note: lint level defined here Sep 02 02:39:42.990 INFO kablam! --> src/lib.rs:161:9 Sep 02 02:39:42.990 INFO kablam! | Sep 02 02:39:42.990 INFO kablam! 16| #![deny(warnings)] Sep 02 02:39:42.990 INFO kablam! | ^^^^^^^^ Sep 02 02:39:42.990 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 02 02:39:42.990 INFO kablam! Sep 02 02:39:42.991 INFO kablam! error[E0152]: duplicate lang item found: `panic_impl`. Sep 02 02:39:42.991 INFO kablam! --> src/lang_items.rs:7:1 Sep 02 02:39:42.991 INFO kablam! | Sep 02 02:39:42.991 INFO kablam! 7 | / fn panic_fmt(_info: &core::panic::PanicInfo) -> ! { Sep 02 02:39:42.991 INFO kablam! 8 | | asm::ebreak(); Sep 02 02:39:42.991 INFO kablam! 9 | | loop {} Sep 02 02:39:42.991 INFO kablam! 10 | | } Sep 02 02:39:42.991 INFO kablam! | |_^ Sep 02 02:39:42.991 INFO kablam! | Sep 02 02:39:42.991 INFO kablam! = note: first defined in crate `std`. Sep 02 02:39:42.991 INFO kablam! Sep 02 02:39:42.992 INFO kablam! error[E0152]: duplicate lang item found: `start`. Sep 02 02:39:42.992 INFO kablam! --> src/lang_items.rs:31:1 Sep 02 02:39:42.992 INFO kablam! | Sep 02 02:39:42.992 INFO kablam! 31 | / extern "C" fn lang_start( Sep 02 02:39:42.992 INFO kablam! 32 | | main: fn(), Sep 02 02:39:42.992 INFO kablam! 33 | | _argc: isize, Sep 02 02:39:42.992 INFO kablam! 34 | | _argv: *const *const u8, Sep 02 02:39:42.992 INFO kablam! ... | Sep 02 02:39:42.992 INFO kablam! 41 | | 0 Sep 02 02:39:42.992 INFO kablam! 42 | | } Sep 02 02:39:42.992 INFO kablam! | |_^ Sep 02 02:39:42.992 INFO kablam! | Sep 02 02:39:42.992 INFO kablam! = note: first defined in crate `std`. Sep 02 02:39:42.992 INFO kablam! Sep 02 02:39:42.992 INFO kablam! error[E0152]: duplicate lang item found: `termination`. Sep 02 02:39:42.992 INFO kablam! --> src/lang_items.rs:45:1 Sep 02 02:39:42.992 INFO kablam! | Sep 02 02:39:42.992 INFO kablam! 45 | / pub trait Termination { Sep 02 02:39:42.992 INFO kablam! 46 | | fn report(self) -> i32; Sep 02 02:39:42.993 INFO kablam! 47 | | } Sep 02 02:39:42.993 INFO kablam! | |_^ Sep 02 02:39:42.993 INFO kablam! | Sep 02 02:39:42.993 INFO kablam! = note: first defined in crate `std`. Sep 02 02:39:42.993 INFO kablam! Sep 02 02:39:43.012 INFO kablam! error: aborting due to 4 previous errors Sep 02 02:39:43.012 INFO kablam! Sep 02 02:39:43.012 INFO kablam! For more information about this error, try `rustc --explain E0152`. Sep 02 02:39:43.018 INFO kablam! error: Could not compile `riscv-rt`. Sep 02 02:39:43.018 INFO kablam! Sep 02 02:39:43.018 INFO kablam! To learn more, run the command again with --verbose. Sep 02 02:39:43.020 INFO kablam! su: No module specific data is present Sep 02 02:39:43.336 INFO running `"docker" "rm" "-f" "0e14ad17a7f8a6cea4bbdb6abda180e2e3f712b4b078cf756f2e23388a6337f0"` Sep 02 02:39:43.423 INFO blam! 0e14ad17a7f8a6cea4bbdb6abda180e2e3f712b4b078cf756f2e23388a6337f0