Sep 14 10:37:55.183 INFO checking riscv-rt-0.3.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 10:37:55.183 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 10:37:55.183 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 10:37:55.317 INFO blam! bf9244a737dcff61d4faa3cd12e3ed5e194987547d79d84df28d38be06f83cff Sep 14 10:37:55.322 INFO running `"docker" "start" "-a" "bf9244a737dcff61d4faa3cd12e3ed5e194987547d79d84df28d38be06f83cff"` Sep 14 10:37:56.179 INFO kablam! usermod: no changes Sep 14 10:37:56.212 INFO kablam! Compiling riscv-rt v0.3.0 (file:///source) Sep 14 10:37:56.212 INFO kablam! Checking r0 v0.2.2 Sep 14 10:37:56.212 INFO kablam! Checking riscv v0.3.0 Sep 14 10:37:56.818 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 14 10:37:56.819 INFO kablam! --> src/lang_items.rs:6:1 Sep 14 10:37:56.819 INFO kablam! | Sep 14 10:37:56.819 INFO kablam! 6 | #[panic_implementation] Sep 14 10:37:56.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 14 10:37:56.837 INFO kablam! | Sep 14 10:37:56.838 INFO kablam! note: lint level defined here Sep 14 10:37:56.838 INFO kablam! --> src/lib.rs:161:9 Sep 14 10:37:56.838 INFO kablam! | Sep 14 10:37:56.838 INFO kablam! 16| #![deny(warnings)] Sep 14 10:37:56.838 INFO kablam! | ^^^^^^^^ Sep 14 10:37:56.838 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 14 10:37:56.838 INFO kablam! Sep 14 10:37:56.845 INFO kablam! error: aborting due to previous error Sep 14 10:37:56.845 INFO kablam! Sep 14 10:37:56.848 INFO kablam! error: Could not compile `riscv-rt`. Sep 14 10:37:56.848 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:37:56.917 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 14 10:37:56.917 INFO kablam! --> src/lang_items.rs:6:1 Sep 14 10:37:56.918 INFO kablam! | Sep 14 10:37:56.918 INFO kablam! 6 | #[panic_implementation] Sep 14 10:37:56.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 14 10:37:56.918 INFO kablam! | Sep 14 10:37:56.918 INFO kablam! note: lint level defined here Sep 14 10:37:56.918 INFO kablam! --> src/lib.rs:161:9 Sep 14 10:37:56.918 INFO kablam! | Sep 14 10:37:56.918 INFO kablam! 16| #![deny(warnings)] Sep 14 10:37:56.918 INFO kablam! | ^^^^^^^^ Sep 14 10:37:56.918 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 14 10:37:56.918 INFO kablam! Sep 14 10:37:56.919 INFO kablam! error[E0152]: duplicate lang item found: `panic_impl`. Sep 14 10:37:56.919 INFO kablam! --> src/lang_items.rs:7:1 Sep 14 10:37:56.919 INFO kablam! | Sep 14 10:37:56.919 INFO kablam! 7 | / fn panic_fmt(_info: &core::panic::PanicInfo) -> ! { Sep 14 10:37:56.919 INFO kablam! 8 | | asm::ebreak(); Sep 14 10:37:56.919 INFO kablam! 9 | | loop {} Sep 14 10:37:56.919 INFO kablam! 10 | | } Sep 14 10:37:56.919 INFO kablam! | |_^ Sep 14 10:37:56.919 INFO kablam! | Sep 14 10:37:56.919 INFO kablam! = note: first defined in crate `std`. Sep 14 10:37:56.919 INFO kablam! Sep 14 10:37:56.919 INFO kablam! error[E0152]: duplicate lang item found: `start`. Sep 14 10:37:56.919 INFO kablam! --> src/lang_items.rs:31:1 Sep 14 10:37:56.919 INFO kablam! | Sep 14 10:37:56.919 INFO kablam! 31 | / extern "C" fn lang_start( Sep 14 10:37:56.919 INFO kablam! 32 | | main: fn(), Sep 14 10:37:56.919 INFO kablam! 33 | | _argc: isize, Sep 14 10:37:56.919 INFO kablam! 34 | | _argv: *const *const u8, Sep 14 10:37:56.919 INFO kablam! ... | Sep 14 10:37:56.919 INFO kablam! 41 | | 0 Sep 14 10:37:56.919 INFO kablam! 42 | | } Sep 14 10:37:56.919 INFO kablam! | |_^ Sep 14 10:37:56.919 INFO kablam! | Sep 14 10:37:56.919 INFO kablam! = note: first defined in crate `std`. Sep 14 10:37:56.919 INFO kablam! Sep 14 10:37:56.919 INFO kablam! error[E0152]: duplicate lang item found: `termination`. Sep 14 10:37:56.919 INFO kablam! --> src/lang_items.rs:45:1 Sep 14 10:37:56.919 INFO kablam! | Sep 14 10:37:56.919 INFO kablam! 45 | / pub trait Termination { Sep 14 10:37:56.919 INFO kablam! 46 | | fn report(self) -> i32; Sep 14 10:37:56.919 INFO kablam! 47 | | } Sep 14 10:37:56.919 INFO kablam! | |_^ Sep 14 10:37:56.919 INFO kablam! | Sep 14 10:37:56.919 INFO kablam! = note: first defined in crate `std`. Sep 14 10:37:56.919 INFO kablam! Sep 14 10:37:56.933 INFO kablam! error: aborting due to 4 previous errors Sep 14 10:37:56.933 INFO kablam! Sep 14 10:37:56.933 INFO kablam! For more information about this error, try `rustc --explain E0152`. Sep 14 10:37:56.939 INFO kablam! error: Could not compile `riscv-rt`. Sep 14 10:37:56.939 INFO kablam! Sep 14 10:37:56.939 INFO kablam! To learn more, run the command again with --verbose. Sep 14 10:37:56.940 INFO kablam! su: No module specific data is present Sep 14 10:37:57.781 INFO running `"docker" "rm" "-f" "bf9244a737dcff61d4faa3cd12e3ed5e194987547d79d84df28d38be06f83cff"` Sep 14 10:37:57.866 INFO blam! bf9244a737dcff61d4faa3cd12e3ed5e194987547d79d84df28d38be06f83cff