Sep 03 21:24:11.939 INFO checking zerodmg-codes-0.1.9 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 21:24:11.939 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 21:24:11.939 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 21:24:12.158 INFO blam! bce51b979b5df1b31142f10a78ead58d41f9db8586be54954cd30b9af4473e98 Sep 03 21:24:12.160 INFO running `"docker" "start" "-a" "bce51b979b5df1b31142f10a78ead58d41f9db8586be54954cd30b9af4473e98"` Sep 03 21:24:12.855 INFO kablam! Checking zerodmg-utils v0.1.9 Sep 03 21:24:13.253 INFO kablam! Checking zerodmg-codes v0.1.9 (file:///source) Sep 03 21:24:13.326 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 03 21:24:13.326 INFO kablam! --> src/lib.rs:1:12 Sep 03 21:24:13.326 INFO kablam! | Sep 03 21:24:13.326 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 03 21:24:13.326 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 03 21:24:13.326 INFO kablam! Sep 03 21:24:13.327 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 03 21:24:13.327 INFO kablam! --> src/lib.rs:1:12 Sep 03 21:24:13.327 INFO kablam! | Sep 03 21:24:13.327 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 03 21:24:13.327 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 03 21:24:13.327 INFO kablam! Sep 03 21:24:14.738 INFO kablam! warning: variable does not need to be mutable Sep 03 21:24:14.738 INFO kablam! --> src/roms/dmg_boot.rs:46:9 Sep 03 21:24:14.738 INFO kablam! | Sep 03 21:24:14.738 INFO kablam! 46 | let mut assembled = AssembledRom::from_bytes(&assembled_bytes); Sep 03 21:24:14.738 INFO kablam! | ----^^^^^^^^^ Sep 03 21:24:14.738 INFO kablam! | | Sep 03 21:24:14.738 INFO kablam! | help: remove this `mut` Sep 03 21:24:14.738 INFO kablam! | Sep 03 21:24:14.738 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 03 21:24:14.739 INFO kablam! Sep 03 21:24:14.765 INFO kablam! error[E0635]: unknown feature `rust_2018_idioms` Sep 03 21:24:14.765 INFO kablam! --> src/lib.rs:2:12 Sep 03 21:24:14.765 INFO kablam! | Sep 03 21:24:14.765 INFO kablam! 2 | #![feature(rust_2018_idioms)] Sep 03 21:24:14.765 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 03 21:24:14.765 INFO kablam! Sep 03 21:24:14.767 INFO kablam! warning: missing documentation for a variant Sep 03 21:24:14.767 INFO kablam! --> src/instruction.rs:43:5 Sep 03 21:24:14.767 INFO kablam! | Sep 03 21:24:14.767 INFO kablam! 43 | ADD(U8Register), Sep 03 21:24:14.767 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 03 21:24:14.767 INFO kablam! | Sep 03 21:24:14.767 INFO kablam! note: lint level defined here Sep 03 21:24:14.767 INFO kablam! --> src/lib.rs:4:9 Sep 03 21:24:14.767 INFO kablam! | Sep 03 21:24:14.767 INFO kablam! 4 | #![warn(missing_docs, missing_debug_implementations)] Sep 03 21:24:14.767 INFO kablam! | ^^^^^^^^^^^^ Sep 03 21:24:14.767 INFO kablam! Sep 03 21:24:14.768 INFO kablam! warning: missing documentation for a variant Sep 03 21:24:14.768 INFO kablam! --> src/instruction.rs:45:5 Sep 03 21:24:14.768 INFO kablam! | Sep 03 21:24:14.768 INFO kablam! 45 | ADC(U8Register), Sep 03 21:24:14.768 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 03 21:24:14.768 INFO kablam! Sep 03 21:24:14.768 INFO kablam! warning: missing documentation for a variant Sep 03 21:24:14.768 INFO kablam! --> src/instruction.rs:47:5 Sep 03 21:24:14.768 INFO kablam! | Sep 03 21:24:14.768 INFO kablam! 47 | SUB(U8Register), Sep 03 21:24:14.768 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 03 21:24:14.768 INFO kablam! Sep 03 21:24:14.768 INFO kablam! warning: missing documentation for a variant Sep 03 21:24:14.768 INFO kablam! --> src/instruction.rs:49:5 Sep 03 21:24:14.768 INFO kablam! | Sep 03 21:24:14.768 INFO kablam! 49 | SBC(U8Register), Sep 03 21:24:14.768 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 03 21:24:14.768 INFO kablam! Sep 03 21:24:14.768 INFO kablam! warning: missing documentation for a variant Sep 03 21:24:14.768 INFO kablam! --> src/instruction.rs:51:5 Sep 03 21:24:14.768 INFO kablam! | Sep 03 21:24:14.768 INFO kablam! 51 | AND(U8Register), Sep 03 21:24:14.768 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 03 21:24:14.768 INFO kablam! Sep 03 21:24:14.768 INFO kablam! warning: missing documentation for a variant Sep 03 21:24:14.768 INFO kablam! --> src/instruction.rs:53:5 Sep 03 21:24:14.769 INFO kablam! | Sep 03 21:24:14.769 INFO kablam! 53 | XOR(U8Register), Sep 03 21:24:14.769 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 03 21:24:14.769 INFO kablam! Sep 03 21:24:14.770 INFO kablam! warning: missing documentation for a variant Sep 03 21:24:14.770 INFO kablam! --> src/instruction.rs:55:5 Sep 03 21:24:14.770 INFO kablam! | Sep 03 21:24:14.770 INFO kablam! 55 | OR(U8Register), Sep 03 21:24:14.770 INFO kablam! | ^^^^^^^^^^^^^^ Sep 03 21:24:14.770 INFO kablam! Sep 03 21:24:14.770 INFO kablam! warning: missing documentation for a variant Sep 03 21:24:14.770 INFO kablam! --> src/instruction.rs:58:5 Sep 03 21:24:14.770 INFO kablam! | Sep 03 21:24:14.770 INFO kablam! 58 | CP(U8Register), Sep 03 21:24:14.770 INFO kablam! | ^^^^^^^^^^^^^^ Sep 03 21:24:14.770 INFO kablam! Sep 03 21:24:14.770 INFO kablam! warning: missing documentation for a method Sep 03 21:24:14.771 INFO kablam! --> src/instruction.rs:194:5 Sep 03 21:24:14.771 INFO kablam! | Sep 03 21:24:14.771 INFO kablam! 194 | pub fn address(self) -> u8 { Sep 03 21:24:14.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 21:24:14.771 INFO kablam! Sep 03 21:24:14.772 INFO kablam! warning: missing documentation for a function Sep 03 21:24:14.772 INFO kablam! --> src/instruction.rs:657:1 Sep 03 21:24:14.773 INFO kablam! | Sep 03 21:24:14.773 INFO kablam! 657 | pub fn LD, B>(a: A, b: B) -> Instruction { Sep 03 21:24:14.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 21:24:14.773 INFO kablam! Sep 03 21:24:14.773 INFO kablam! warning: function `LD` should have a snake case name such as `ld` Sep 03 21:24:14.773 INFO kablam! --> src/instruction.rs:657:1 Sep 03 21:24:14.773 INFO kablam! | Sep 03 21:24:14.773 INFO kablam! 657 | / pub fn LD, B>(a: A, b: B) -> Instruction { Sep 03 21:24:14.773 INFO kablam! 658 | | Ld::LD(a, b) Sep 03 21:24:14.773 INFO kablam! 659 | | } Sep 03 21:24:14.773 INFO kablam! | |_^ Sep 03 21:24:14.773 INFO kablam! | Sep 03 21:24:14.773 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 03 21:24:14.773 INFO kablam! Sep 03 21:24:14.773 INFO kablam! warning: missing documentation for a trait Sep 03 21:24:14.773 INFO kablam! --> src/instruction.rs:661:1 Sep 03 21:24:14.773 INFO kablam! | Sep 03 21:24:14.773 INFO kablam! 661 | pub trait Ld { Sep 03 21:24:14.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 03 21:24:14.773 INFO kablam! Sep 03 21:24:14.773 INFO kablam! warning: trait method `LD` should have a snake case name such as `ld` Sep 03 21:24:14.773 INFO kablam! --> src/instruction.rs:662:5 Sep 03 21:24:14.773 INFO kablam! | Sep 03 21:24:14.773 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 03 21:24:14.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 21:24:14.774 INFO kablam! Sep 03 21:24:14.774 INFO kablam! warning: missing documentation for a trait method Sep 03 21:24:14.774 INFO kablam! --> src/instruction.rs:662:5 Sep 03 21:24:14.774 INFO kablam! | Sep 03 21:24:14.774 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 03 21:24:14.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 21:24:14.774 INFO kablam! Sep 03 21:24:14.782 INFO kablam! warning: missing documentation for a function Sep 03 21:24:14.782 INFO kablam! --> src/disassembled.rs:203:1 Sep 03 21:24:14.782 INFO kablam! | Sep 03 21:24:14.783 INFO kablam! 203 | pub fn block(address: u16, value: impl Into) -> RomBlock { Sep 03 21:24:14.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 21:24:14.783 INFO kablam! Sep 03 21:24:14.803 INFO kablam! error: aborting due to previous error Sep 03 21:24:14.803 INFO kablam! Sep 03 21:24:14.803 INFO kablam! Some errors occurred: E0635, E0705. Sep 03 21:24:14.803 INFO kablam! For more information about an error, try `rustc --explain E0635`. Sep 03 21:24:14.813 INFO kablam! error: Could not compile `zerodmg-codes`. Sep 03 21:24:14.813 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 21:24:14.816 INFO kablam! warning: variable does not need to be mutable Sep 03 21:24:14.816 INFO kablam! --> src/roms/dmg_boot.rs:46:9 Sep 03 21:24:14.816 INFO kablam! | Sep 03 21:24:14.816 INFO kablam! 46 | let mut assembled = AssembledRom::from_bytes(&assembled_bytes); Sep 03 21:24:14.816 INFO kablam! | ----^^^^^^^^^ Sep 03 21:24:14.816 INFO kablam! | | Sep 03 21:24:14.816 INFO kablam! | help: remove this `mut` Sep 03 21:24:14.816 INFO kablam! | Sep 03 21:24:14.816 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 03 21:24:14.816 INFO kablam! Sep 03 21:24:14.832 INFO kablam! error[E0635]: unknown feature `rust_2018_idioms` Sep 03 21:24:14.832 INFO kablam! --> src/lib.rs:2:12 Sep 03 21:24:14.832 INFO kablam! | Sep 03 21:24:14.832 INFO kablam! 2 | #![feature(rust_2018_idioms)] Sep 03 21:24:14.832 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 03 21:24:14.832 INFO kablam! Sep 03 21:24:14.838 INFO kablam! warning: function `LD` should have a snake case name such as `ld` Sep 03 21:24:14.838 INFO kablam! --> src/instruction.rs:657:1 Sep 03 21:24:14.838 INFO kablam! | Sep 03 21:24:14.838 INFO kablam! 657 | / pub fn LD, B>(a: A, b: B) -> Instruction { Sep 03 21:24:14.838 INFO kablam! 658 | | Ld::LD(a, b) Sep 03 21:24:14.838 INFO kablam! 659 | | } Sep 03 21:24:14.838 INFO kablam! | |_^ Sep 03 21:24:14.838 INFO kablam! | Sep 03 21:24:14.838 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 03 21:24:14.838 INFO kablam! Sep 03 21:24:14.838 INFO kablam! warning: trait method `LD` should have a snake case name such as `ld` Sep 03 21:24:14.838 INFO kablam! --> src/instruction.rs:662:5 Sep 03 21:24:14.838 INFO kablam! | Sep 03 21:24:14.838 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 03 21:24:14.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 21:24:14.838 INFO kablam! Sep 03 21:24:14.860 INFO kablam! error: aborting due to previous error Sep 03 21:24:14.861 INFO kablam! Sep 03 21:24:14.861 INFO kablam! Some errors occurred: E0635, E0705. Sep 03 21:24:14.861 INFO kablam! For more information about an error, try `rustc --explain E0635`. Sep 03 21:24:14.872 INFO kablam! error: Could not compile `zerodmg-codes`. Sep 03 21:24:14.872 INFO kablam! Sep 03 21:24:14.872 INFO kablam! To learn more, run the command again with --verbose. Sep 03 21:24:14.874 INFO kablam! su: No module specific data is present Sep 03 21:24:15.253 INFO running `"docker" "rm" "-f" "bce51b979b5df1b31142f10a78ead58d41f9db8586be54954cd30b9af4473e98"` Sep 03 21:24:15.384 INFO blam! bce51b979b5df1b31142f10a78ead58d41f9db8586be54954cd30b9af4473e98