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