Sep 17 18:51:00.528 INFO checking riscv-rt-0.3.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 18:51:00.528 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 18:51:00.528 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-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.752 INFO blam! 0a7db4a659404a7538a652eda3f82bac8433f77bcc113dda769e4629ffc5a7cd Sep 17 18:51:00.755 INFO running `"docker" "start" "-a" "0a7db4a659404a7538a652eda3f82bac8433f77bcc113dda769e4629ffc5a7cd"` Sep 17 18:51:01.888 INFO kablam! usermod: no changes Sep 17 18:51:01.926 INFO kablam! Compiling riscv-rt v0.3.0 (/source) Sep 17 18:51:01.927 INFO kablam! Checking riscv v0.3.0 Sep 17 18:51:02.451 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.451 INFO kablam! --> src/lang_items.rs:6:1 Sep 17 18:51:02.451 INFO kablam! | Sep 17 18:51:02.451 INFO kablam! 6 | #[panic_implementation] Sep 17 18:51:02.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 17 18:51:02.451 INFO kablam! | Sep 17 18:51:02.451 INFO kablam! note: lint level defined here Sep 17 18:51:02.451 INFO kablam! --> src/lib.rs:161:9 Sep 17 18:51:02.451 INFO kablam! | Sep 17 18:51:02.451 INFO kablam! 16| #![deny(warnings)] Sep 17 18:51:02.451 INFO kablam! | ^^^^^^^^ Sep 17 18:51:02.451 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 17 18:51:02.451 INFO kablam! Sep 17 18:51:02.459 INFO kablam! error: aborting due to previous error Sep 17 18:51:02.459 INFO kablam! Sep 17 18:51:02.465 INFO kablam! error: Could not compile `riscv-rt`. Sep 17 18:51:02.465 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:51:02.579 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.579 INFO kablam! --> src/lang_items.rs:6:1 Sep 17 18:51:02.579 INFO kablam! | Sep 17 18:51:02.579 INFO kablam! 6 | #[panic_implementation] Sep 17 18:51:02.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 17 18:51:02.579 INFO kablam! | Sep 17 18:51:02.579 INFO kablam! note: lint level defined here Sep 17 18:51:02.579 INFO kablam! --> src/lib.rs:161:9 Sep 17 18:51:02.579 INFO kablam! | Sep 17 18:51:02.579 INFO kablam! 16| #![deny(warnings)] Sep 17 18:51:02.579 INFO kablam! | ^^^^^^^^ Sep 17 18:51:02.579 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 17 18:51:02.579 INFO kablam! Sep 17 18:51:02.579 INFO kablam! error[E0152]: duplicate lang item found: `panic_impl`. Sep 17 18:51:02.579 INFO kablam! --> src/lang_items.rs:7:1 Sep 17 18:51:02.579 INFO kablam! | Sep 17 18:51:02.579 INFO kablam! 7 | / fn panic_fmt(_info: &core::panic::PanicInfo) -> ! { Sep 17 18:51:02.579 INFO kablam! 8 | | asm::ebreak(); Sep 17 18:51:02.579 INFO kablam! 9 | | loop {} Sep 17 18:51:02.579 INFO kablam! 10 | | } Sep 17 18:51:02.579 INFO kablam! | |_^ Sep 17 18:51:02.579 INFO kablam! | Sep 17 18:51:02.579 INFO kablam! = note: first defined in crate `std`. Sep 17 18:51:02.579 INFO kablam! Sep 17 18:51:02.579 INFO kablam! error[E0152]: duplicate lang item found: `start`. Sep 17 18:51:02.579 INFO kablam! --> src/lang_items.rs:31:1 Sep 17 18:51:02.579 INFO kablam! | Sep 17 18:51:02.579 INFO kablam! 31 | / extern "C" fn lang_start( Sep 17 18:51:02.579 INFO kablam! 32 | | main: fn(), Sep 17 18:51:02.579 INFO kablam! 33 | | _argc: isize, Sep 17 18:51:02.579 INFO kablam! 34 | | _argv: *const *const u8, Sep 17 18:51:02.579 INFO kablam! ... | Sep 17 18:51:02.579 INFO kablam! 41 | | 0 Sep 17 18:51:02.579 INFO kablam! 42 | | } Sep 17 18:51:02.579 INFO kablam! | |_^ Sep 17 18:51:02.579 INFO kablam! | Sep 17 18:51:02.579 INFO kablam! = note: first defined in crate `std`. Sep 17 18:51:02.579 INFO kablam! Sep 17 18:51:02.579 INFO kablam! error[E0152]: duplicate lang item found: `termination`. Sep 17 18:51:02.579 INFO kablam! --> src/lang_items.rs:45:1 Sep 17 18:51:02.579 INFO kablam! | Sep 17 18:51:02.579 INFO kablam! 45 | / pub trait Termination { Sep 17 18:51:02.579 INFO kablam! 46 | | fn report(self) -> i32; Sep 17 18:51:02.579 INFO kablam! 47 | | } Sep 17 18:51:02.579 INFO kablam! | |_^ Sep 17 18:51:02.579 INFO kablam! | Sep 17 18:51:02.579 INFO kablam! = note: first defined in crate `std`. Sep 17 18:51:02.579 INFO kablam! Sep 17 18:51:02.589 INFO kablam! error: aborting due to 4 previous errors Sep 17 18:51:02.589 INFO kablam! Sep 17 18:51:02.589 INFO kablam! For more information about this error, try `rustc --explain E0152`. Sep 17 18:51:02.595 INFO kablam! error: Could not compile `riscv-rt`. Sep 17 18:51:02.595 INFO kablam! Sep 17 18:51:02.595 INFO kablam! To learn more, run the command again with --verbose. Sep 17 18:51:02.600 INFO kablam! su: No module specific data is present Sep 17 18:51:03.078 INFO running `"docker" "rm" "-f" "0a7db4a659404a7538a652eda3f82bac8433f77bcc113dda769e4629ffc5a7cd"` Sep 17 18:51:03.138 INFO blam! 0a7db4a659404a7538a652eda3f82bac8433f77bcc113dda769e4629ffc5a7cd