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