Sep 01 18:09:32.837 INFO checking zerodmg-codes-0.1.9 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 18:09:32.837 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 18:09:32.838 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 18:09:33.029 INFO blam! 5dfb55e36ff8fdb9f9c6797f8f096b2c6c1ec24b38ed9b348bc89c4839206de8 Sep 01 18:09:33.031 INFO running `"docker" "start" "-a" "5dfb55e36ff8fdb9f9c6797f8f096b2c6c1ec24b38ed9b348bc89c4839206de8"` Sep 01 18:09:33.644 INFO kablam! Checking zerodmg-utils v0.1.9 Sep 01 18:09:33.911 INFO kablam! Checking zerodmg-codes v0.1.9 (file:///source) Sep 01 18:09:33.982 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 01 18:09:33.982 INFO kablam! --> src/lib.rs:1:12 Sep 01 18:09:33.982 INFO kablam! | Sep 01 18:09:33.982 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 01 18:09:33.982 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 18:09:33.983 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 01 18:09:33.983 INFO kablam! --> src/lib.rs:1:12 Sep 01 18:09:33.983 INFO kablam! | Sep 01 18:09:33.983 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 01 18:09:33.983 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 18:09:33.983 INFO kablam! Sep 01 18:09:33.983 INFO kablam! Sep 01 18:09:35.058 INFO kablam! warning: variable does not need to be mutable Sep 01 18:09:35.058 INFO kablam! --> src/roms/dmg_boot.rs:46:9 Sep 01 18:09:35.058 INFO kablam! | Sep 01 18:09:35.058 INFO kablam! 46 | let mut assembled = AssembledRom::from_bytes(&assembled_bytes); Sep 01 18:09:35.058 INFO kablam! | ----^^^^^^^^^ Sep 01 18:09:35.058 INFO kablam! | | Sep 01 18:09:35.058 INFO kablam! | help: remove this `mut` Sep 01 18:09:35.058 INFO kablam! | Sep 01 18:09:35.058 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 18:09:35.058 INFO kablam! Sep 01 18:09:35.066 INFO kablam! warning: variable does not need to be mutable Sep 01 18:09:35.066 INFO kablam! --> src/roms/dmg_boot.rs:46:9 Sep 01 18:09:35.066 INFO kablam! | Sep 01 18:09:35.066 INFO kablam! 46 | let mut assembled = AssembledRom::from_bytes(&assembled_bytes); Sep 01 18:09:35.066 INFO kablam! | ----^^^^^^^^^ Sep 01 18:09:35.066 INFO kablam! | | Sep 01 18:09:35.066 INFO kablam! | help: remove this `mut` Sep 01 18:09:35.066 INFO kablam! | Sep 01 18:09:35.066 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 18:09:35.066 INFO kablam! Sep 01 18:09:35.076 INFO kablam! error[E0635]: unknown feature `rust_2018_idioms` Sep 01 18:09:35.076 INFO kablam! --> src/lib.rs:2:12 Sep 01 18:09:35.077 INFO kablam! | Sep 01 18:09:35.077 INFO kablam! 2 | #![feature(rust_2018_idioms)] Sep 01 18:09:35.077 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 18:09:35.077 INFO kablam! Sep 01 18:09:35.078 INFO kablam! warning: missing documentation for a variant Sep 01 18:09:35.078 INFO kablam! --> src/instruction.rs:43:5 Sep 01 18:09:35.078 INFO kablam! | Sep 01 18:09:35.078 INFO kablam! 43 | ADD(U8Register), Sep 01 18:09:35.078 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 18:09:35.078 INFO kablam! | Sep 01 18:09:35.078 INFO kablam! note: lint level defined here Sep 01 18:09:35.078 INFO kablam! --> src/lib.rs:4:9 Sep 01 18:09:35.078 INFO kablam! | Sep 01 18:09:35.078 INFO kablam! 4 | #![warn(missing_docs, missing_debug_implementations)] Sep 01 18:09:35.078 INFO kablam! | ^^^^^^^^^^^^ Sep 01 18:09:35.078 INFO kablam! Sep 01 18:09:35.078 INFO kablam! warning: missing documentation for a variant Sep 01 18:09:35.078 INFO kablam! --> src/instruction.rs:45:5 Sep 01 18:09:35.078 INFO kablam! | Sep 01 18:09:35.078 INFO kablam! 45 | ADC(U8Register), Sep 01 18:09:35.078 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 18:09:35.078 INFO kablam! Sep 01 18:09:35.079 INFO kablam! warning: missing documentation for a variant Sep 01 18:09:35.079 INFO kablam! --> src/instruction.rs:47:5 Sep 01 18:09:35.079 INFO kablam! | Sep 01 18:09:35.079 INFO kablam! 47 | SUB(U8Register), Sep 01 18:09:35.079 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 18:09:35.079 INFO kablam! Sep 01 18:09:35.079 INFO kablam! warning: missing documentation for a variant Sep 01 18:09:35.079 INFO kablam! --> src/instruction.rs:49:5 Sep 01 18:09:35.079 INFO kablam! | Sep 01 18:09:35.079 INFO kablam! 49 | SBC(U8Register), Sep 01 18:09:35.079 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 18:09:35.079 INFO kablam! Sep 01 18:09:35.079 INFO kablam! warning: missing documentation for a variant Sep 01 18:09:35.079 INFO kablam! --> src/instruction.rs:51:5 Sep 01 18:09:35.079 INFO kablam! | Sep 01 18:09:35.079 INFO kablam! 51 | AND(U8Register), Sep 01 18:09:35.079 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 18:09:35.079 INFO kablam! Sep 01 18:09:35.079 INFO kablam! warning: missing documentation for a variant Sep 01 18:09:35.079 INFO kablam! --> src/instruction.rs:53:5 Sep 01 18:09:35.079 INFO kablam! | Sep 01 18:09:35.079 INFO kablam! 53 | XOR(U8Register), Sep 01 18:09:35.080 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 18:09:35.080 INFO kablam! Sep 01 18:09:35.080 INFO kablam! warning: missing documentation for a variant Sep 01 18:09:35.080 INFO kablam! --> src/instruction.rs:55:5 Sep 01 18:09:35.080 INFO kablam! | Sep 01 18:09:35.080 INFO kablam! 55 | OR(U8Register), Sep 01 18:09:35.080 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 18:09:35.080 INFO kablam! Sep 01 18:09:35.080 INFO kablam! warning: missing documentation for a variant Sep 01 18:09:35.080 INFO kablam! --> src/instruction.rs:58:5 Sep 01 18:09:35.080 INFO kablam! | Sep 01 18:09:35.080 INFO kablam! 58 | CP(U8Register), Sep 01 18:09:35.080 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 18:09:35.080 INFO kablam! Sep 01 18:09:35.080 INFO kablam! warning: missing documentation for a method Sep 01 18:09:35.080 INFO kablam! --> src/instruction.rs:194:5 Sep 01 18:09:35.080 INFO kablam! | Sep 01 18:09:35.080 INFO kablam! 194 | pub fn address(self) -> u8 { Sep 01 18:09:35.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:09:35.080 INFO kablam! Sep 01 18:09:35.082 INFO kablam! warning: missing documentation for a function Sep 01 18:09:35.082 INFO kablam! --> src/instruction.rs:657:1 Sep 01 18:09:35.082 INFO kablam! | Sep 01 18:09:35.082 INFO kablam! 657 | pub fn LD, B>(a: A, b: B) -> Instruction { Sep 01 18:09:35.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:09:35.082 INFO kablam! Sep 01 18:09:35.082 INFO kablam! warning: function `LD` should have a snake case name such as `ld` Sep 01 18:09:35.082 INFO kablam! --> src/instruction.rs:657:1 Sep 01 18:09:35.082 INFO kablam! | Sep 01 18:09:35.082 INFO kablam! 657 | / pub fn LD, B>(a: A, b: B) -> Instruction { Sep 01 18:09:35.083 INFO kablam! 658 | | Ld::LD(a, b) Sep 01 18:09:35.083 INFO kablam! 659 | | } Sep 01 18:09:35.083 INFO kablam! | |_^ Sep 01 18:09:35.083 INFO kablam! | Sep 01 18:09:35.083 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 01 18:09:35.083 INFO kablam! Sep 01 18:09:35.083 INFO kablam! error[E0635]: unknown feature `rust_2018_idioms` Sep 01 18:09:35.083 INFO kablam! --> src/lib.rs:2:12 Sep 01 18:09:35.083 INFO kablam! | Sep 01 18:09:35.083 INFO kablam! 2 | #![feature(rust_2018_idioms)] Sep 01 18:09:35.083 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 18:09:35.083 INFO kablam! Sep 01 18:09:35.083 INFO kablam! warning: missing documentation for a trait Sep 01 18:09:35.083 INFO kablam! --> src/instruction.rs:661:1 Sep 01 18:09:35.083 INFO kablam! | Sep 01 18:09:35.083 INFO kablam! 661 | pub trait Ld { Sep 01 18:09:35.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 18:09:35.083 INFO kablam! Sep 01 18:09:35.083 INFO kablam! warning: trait method `LD` should have a snake case name such as `ld` Sep 01 18:09:35.083 INFO kablam! --> src/instruction.rs:662:5 Sep 01 18:09:35.083 INFO kablam! | Sep 01 18:09:35.083 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 01 18:09:35.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:09:35.084 INFO kablam! Sep 01 18:09:35.084 INFO kablam! warning: missing documentation for a trait method Sep 01 18:09:35.084 INFO kablam! --> src/instruction.rs:662:5 Sep 01 18:09:35.084 INFO kablam! | Sep 01 18:09:35.084 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 01 18:09:35.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:09:35.084 INFO kablam! Sep 01 18:09:35.087 INFO kablam! warning: function `LD` should have a snake case name such as `ld` Sep 01 18:09:35.087 INFO kablam! --> src/instruction.rs:657:1 Sep 01 18:09:35.087 INFO kablam! | Sep 01 18:09:35.087 INFO kablam! 657 | / pub fn LD, B>(a: A, b: B) -> Instruction { Sep 01 18:09:35.087 INFO kablam! 658 | | Ld::LD(a, b) Sep 01 18:09:35.087 INFO kablam! 659 | | } Sep 01 18:09:35.087 INFO kablam! | |_^ Sep 01 18:09:35.087 INFO kablam! | Sep 01 18:09:35.087 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 01 18:09:35.087 INFO kablam! Sep 01 18:09:35.087 INFO kablam! warning: trait method `LD` should have a snake case name such as `ld` Sep 01 18:09:35.087 INFO kablam! --> src/instruction.rs:662:5 Sep 01 18:09:35.087 INFO kablam! | Sep 01 18:09:35.087 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 01 18:09:35.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:09:35.088 INFO kablam! Sep 01 18:09:35.089 INFO kablam! warning: missing documentation for a function Sep 01 18:09:35.089 INFO kablam! --> src/disassembled.rs:203:1 Sep 01 18:09:35.089 INFO kablam! | Sep 01 18:09:35.089 INFO kablam! 203 | pub fn block(address: u16, value: impl Into) -> RomBlock { Sep 01 18:09:35.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 18:09:35.089 INFO kablam! Sep 01 18:09:35.102 INFO kablam! error: aborting due to previous error Sep 01 18:09:35.102 INFO kablam! Sep 01 18:09:35.102 INFO kablam! Some errors occurred: E0635, E0705. Sep 01 18:09:35.102 INFO kablam! For more information about an error, try `rustc --explain E0635`. Sep 01 18:09:35.109 INFO kablam! error: aborting due to previous error Sep 01 18:09:35.109 INFO kablam! Sep 01 18:09:35.109 INFO kablam! Some errors occurred: E0635, E0705. Sep 01 18:09:35.109 INFO kablam! For more information about an error, try `rustc --explain E0635`. Sep 01 18:09:35.109 INFO kablam! error: Could not compile `zerodmg-codes`. Sep 01 18:09:35.109 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 18:09:35.117 INFO kablam! error: Could not compile `zerodmg-codes`. Sep 01 18:09:35.117 INFO kablam! Sep 01 18:09:35.118 INFO kablam! To learn more, run the command again with --verbose. Sep 01 18:09:35.119 INFO kablam! su: No module specific data is present Sep 01 18:09:35.467 INFO running `"docker" "rm" "-f" "5dfb55e36ff8fdb9f9c6797f8f096b2c6c1ec24b38ed9b348bc89c4839206de8"` Sep 01 18:09:35.578 INFO blam! 5dfb55e36ff8fdb9f9c6797f8f096b2c6c1ec24b38ed9b348bc89c4839206de8