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