Sep 21 00:11:03.954 INFO checking zerodmg-codes-0.1.9 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 00:11:03.954 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 00:11:03.954 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 00:11:04.172 INFO blam! 5ee043b91818a55097b0cf75befed38185d9de5bbb1efe1f678e51716f0f4335 Sep 21 00:11:04.174 INFO running `"docker" "start" "-a" "5ee043b91818a55097b0cf75befed38185d9de5bbb1efe1f678e51716f0f4335"` Sep 21 00:11:05.062 INFO kablam! usermod: no changes Sep 21 00:11:05.158 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 21 00:11:05.298 INFO kablam! Checking deflate v0.7.18 Sep 21 00:11:05.302 INFO kablam! Compiling num-traits v0.2.6 Sep 21 00:11:05.306 INFO kablam! Checking num-integer v0.1.39 Sep 21 00:11:05.352 INFO kablam! Compiling syn v0.13.11 Sep 21 00:11:05.352 INFO kablam! Checking rayon-core v1.4.1 Sep 21 00:11:08.350 INFO kablam! Checking num-iter v0.1.37 Sep 21 00:11:08.350 INFO kablam! Checking num-rational v0.1.42 Sep 21 00:11:09.726 INFO kablam! Checking png v0.12.0 Sep 21 00:11:09.798 INFO kablam! Checking rayon v1.0.2 Sep 21 00:11:13.679 INFO kablam! Compiling num-derive v0.2.2 Sep 21 00:11:20.820 INFO kablam! Checking jpeg-decoder v0.1.15 Sep 21 00:11:23.770 INFO kablam! Checking image v0.19.0 Sep 21 00:11:26.103 INFO kablam! Compiling derive_more v0.11.0 Sep 21 00:11:32.050 INFO kablam! Checking zerodmg-utils v0.1.9 Sep 21 00:11:32.352 INFO kablam! Checking zerodmg-codes v0.1.9 (/source) Sep 21 00:11:32.474 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 21 00:11:32.474 INFO kablam! --> src/lib.rs:1:12 Sep 21 00:11:32.474 INFO kablam! | Sep 21 00:11:32.474 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 21 00:11:32.474 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 00:11:32.474 INFO kablam! Sep 21 00:11:32.475 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 21 00:11:32.475 INFO kablam! --> src/lib.rs:1:12 Sep 21 00:11:32.475 INFO kablam! | Sep 21 00:11:32.475 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 21 00:11:32.475 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 00:11:32.475 INFO kablam! Sep 21 00:11:33.378 INFO kablam! warning: variable does not need to be mutable Sep 21 00:11:33.378 INFO kablam! --> src/roms/dmg_boot.rs:46:9 Sep 21 00:11:33.378 INFO kablam! | Sep 21 00:11:33.378 INFO kablam! 46 | let mut assembled = AssembledRom::from_bytes(&assembled_bytes); Sep 21 00:11:33.378 INFO kablam! | ----^^^^^^^^^ Sep 21 00:11:33.378 INFO kablam! | | Sep 21 00:11:33.378 INFO kablam! | help: remove this `mut` Sep 21 00:11:33.378 INFO kablam! | Sep 21 00:11:33.378 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 00:11:33.378 INFO kablam! Sep 21 00:11:33.394 INFO kablam! error[E0635]: unknown feature `rust_2018_idioms` Sep 21 00:11:33.394 INFO kablam! --> src/lib.rs:2:12 Sep 21 00:11:33.394 INFO kablam! | Sep 21 00:11:33.394 INFO kablam! 2 | #![feature(rust_2018_idioms)] Sep 21 00:11:33.394 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 21 00:11:33.394 INFO kablam! Sep 21 00:11:33.398 INFO kablam! warning: function `LD` should have a snake case name such as `ld` Sep 21 00:11:33.398 INFO kablam! --> src/instruction.rs:657:1 Sep 21 00:11:33.398 INFO kablam! | Sep 21 00:11:33.398 INFO kablam! 657 | / pub fn LD, B>(a: A, b: B) -> Instruction { Sep 21 00:11:33.398 INFO kablam! 658 | | Ld::LD(a, b) Sep 21 00:11:33.398 INFO kablam! 659 | | } Sep 21 00:11:33.398 INFO kablam! | |_^ Sep 21 00:11:33.398 INFO kablam! | Sep 21 00:11:33.398 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 21 00:11:33.398 INFO kablam! Sep 21 00:11:33.398 INFO kablam! warning: trait method `LD` should have a snake case name such as `ld` Sep 21 00:11:33.398 INFO kablam! --> src/instruction.rs:662:5 Sep 21 00:11:33.398 INFO kablam! | Sep 21 00:11:33.398 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 21 00:11:33.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:11:33.398 INFO kablam! Sep 21 00:11:33.426 INFO kablam! error: aborting due to previous error Sep 21 00:11:33.426 INFO kablam! Sep 21 00:11:33.426 INFO kablam! Some errors occurred: E0635, E0705. Sep 21 00:11:33.426 INFO kablam! For more information about an error, try `rustc --explain E0635`. Sep 21 00:11:33.429 INFO kablam! error: Could not compile `zerodmg-codes`. Sep 21 00:11:33.429 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 00:11:33.454 INFO kablam! warning: variable does not need to be mutable Sep 21 00:11:33.454 INFO kablam! --> src/roms/dmg_boot.rs:46:9 Sep 21 00:11:33.454 INFO kablam! | Sep 21 00:11:33.454 INFO kablam! 46 | let mut assembled = AssembledRom::from_bytes(&assembled_bytes); Sep 21 00:11:33.454 INFO kablam! | ----^^^^^^^^^ Sep 21 00:11:33.454 INFO kablam! | | Sep 21 00:11:33.454 INFO kablam! | help: remove this `mut` Sep 21 00:11:33.454 INFO kablam! | Sep 21 00:11:33.454 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 00:11:33.454 INFO kablam! Sep 21 00:11:33.468 INFO kablam! error[E0635]: unknown feature `rust_2018_idioms` Sep 21 00:11:33.468 INFO kablam! --> src/lib.rs:2:12 Sep 21 00:11:33.468 INFO kablam! | Sep 21 00:11:33.468 INFO kablam! 2 | #![feature(rust_2018_idioms)] Sep 21 00:11:33.468 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 21 00:11:33.468 INFO kablam! Sep 21 00:11:33.468 INFO kablam! warning: missing documentation for a variant Sep 21 00:11:33.468 INFO kablam! --> src/instruction.rs:43:5 Sep 21 00:11:33.468 INFO kablam! | Sep 21 00:11:33.468 INFO kablam! 43 | ADD(U8Register), Sep 21 00:11:33.468 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 00:11:33.468 INFO kablam! | Sep 21 00:11:33.468 INFO kablam! note: lint level defined here Sep 21 00:11:33.468 INFO kablam! --> src/lib.rs:4:9 Sep 21 00:11:33.468 INFO kablam! | Sep 21 00:11:33.468 INFO kablam! 4 | #![warn(missing_docs, missing_debug_implementations)] Sep 21 00:11:33.468 INFO kablam! | ^^^^^^^^^^^^ Sep 21 00:11:33.468 INFO kablam! Sep 21 00:11:33.469 INFO kablam! warning: missing documentation for a variant Sep 21 00:11:33.469 INFO kablam! --> src/instruction.rs:45:5 Sep 21 00:11:33.469 INFO kablam! | Sep 21 00:11:33.469 INFO kablam! 45 | ADC(U8Register), Sep 21 00:11:33.469 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 00:11:33.469 INFO kablam! Sep 21 00:11:33.469 INFO kablam! warning: missing documentation for a variant Sep 21 00:11:33.469 INFO kablam! --> src/instruction.rs:47:5 Sep 21 00:11:33.469 INFO kablam! | Sep 21 00:11:33.469 INFO kablam! 47 | SUB(U8Register), Sep 21 00:11:33.469 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 00:11:33.469 INFO kablam! Sep 21 00:11:33.469 INFO kablam! warning: missing documentation for a variant Sep 21 00:11:33.469 INFO kablam! --> src/instruction.rs:49:5 Sep 21 00:11:33.469 INFO kablam! | Sep 21 00:11:33.469 INFO kablam! 49 | SBC(U8Register), Sep 21 00:11:33.469 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 00:11:33.469 INFO kablam! Sep 21 00:11:33.469 INFO kablam! warning: missing documentation for a variant Sep 21 00:11:33.469 INFO kablam! --> src/instruction.rs:51:5 Sep 21 00:11:33.469 INFO kablam! | Sep 21 00:11:33.469 INFO kablam! 51 | AND(U8Register), Sep 21 00:11:33.469 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 00:11:33.469 INFO kablam! Sep 21 00:11:33.469 INFO kablam! warning: missing documentation for a variant Sep 21 00:11:33.469 INFO kablam! --> src/instruction.rs:53:5 Sep 21 00:11:33.469 INFO kablam! | Sep 21 00:11:33.469 INFO kablam! 53 | XOR(U8Register), Sep 21 00:11:33.469 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 00:11:33.469 INFO kablam! Sep 21 00:11:33.469 INFO kablam! warning: missing documentation for a variant Sep 21 00:11:33.469 INFO kablam! --> src/instruction.rs:55:5 Sep 21 00:11:33.469 INFO kablam! | Sep 21 00:11:33.469 INFO kablam! 55 | OR(U8Register), Sep 21 00:11:33.469 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 00:11:33.469 INFO kablam! Sep 21 00:11:33.469 INFO kablam! warning: missing documentation for a variant Sep 21 00:11:33.469 INFO kablam! --> src/instruction.rs:58:5 Sep 21 00:11:33.469 INFO kablam! | Sep 21 00:11:33.469 INFO kablam! 58 | CP(U8Register), Sep 21 00:11:33.469 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 00:11:33.469 INFO kablam! Sep 21 00:11:33.470 INFO kablam! warning: missing documentation for a method Sep 21 00:11:33.470 INFO kablam! --> src/instruction.rs:194:5 Sep 21 00:11:33.470 INFO kablam! | Sep 21 00:11:33.470 INFO kablam! 194 | pub fn address(self) -> u8 { Sep 21 00:11:33.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:11:33.471 INFO kablam! Sep 21 00:11:33.474 INFO kablam! warning: missing documentation for a function Sep 21 00:11:33.474 INFO kablam! --> src/instruction.rs:657:1 Sep 21 00:11:33.474 INFO kablam! | Sep 21 00:11:33.474 INFO kablam! 657 | pub fn LD, B>(a: A, b: B) -> Instruction { Sep 21 00:11:33.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:11:33.474 INFO kablam! Sep 21 00:11:33.474 INFO kablam! warning: function `LD` should have a snake case name such as `ld` Sep 21 00:11:33.474 INFO kablam! --> src/instruction.rs:657:1 Sep 21 00:11:33.474 INFO kablam! | Sep 21 00:11:33.474 INFO kablam! 657 | / pub fn LD, B>(a: A, b: B) -> Instruction { Sep 21 00:11:33.474 INFO kablam! 658 | | Ld::LD(a, b) Sep 21 00:11:33.474 INFO kablam! 659 | | } Sep 21 00:11:33.474 INFO kablam! | |_^ Sep 21 00:11:33.474 INFO kablam! | Sep 21 00:11:33.474 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 21 00:11:33.474 INFO kablam! Sep 21 00:11:33.474 INFO kablam! warning: missing documentation for a trait Sep 21 00:11:33.474 INFO kablam! --> src/instruction.rs:661:1 Sep 21 00:11:33.474 INFO kablam! | Sep 21 00:11:33.474 INFO kablam! 661 | pub trait Ld { Sep 21 00:11:33.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 00:11:33.474 INFO kablam! Sep 21 00:11:33.474 INFO kablam! warning: trait method `LD` should have a snake case name such as `ld` Sep 21 00:11:33.474 INFO kablam! --> src/instruction.rs:662:5 Sep 21 00:11:33.474 INFO kablam! | Sep 21 00:11:33.474 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 21 00:11:33.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:11:33.474 INFO kablam! Sep 21 00:11:33.474 INFO kablam! warning: missing documentation for a trait method Sep 21 00:11:33.474 INFO kablam! --> src/instruction.rs:662:5 Sep 21 00:11:33.474 INFO kablam! | Sep 21 00:11:33.474 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 21 00:11:33.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:11:33.474 INFO kablam! Sep 21 00:11:33.475 INFO kablam! warning: missing documentation for a function Sep 21 00:11:33.475 INFO kablam! --> src/disassembled.rs:203:1 Sep 21 00:11:33.475 INFO kablam! | Sep 21 00:11:33.475 INFO kablam! 203 | pub fn block(address: u16, value: impl Into) -> RomBlock { Sep 21 00:11:33.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:11:33.476 INFO kablam! Sep 21 00:11:33.494 INFO kablam! error: aborting due to previous error Sep 21 00:11:33.494 INFO kablam! Sep 21 00:11:33.494 INFO kablam! Some errors occurred: E0635, E0705. Sep 21 00:11:33.494 INFO kablam! For more information about an error, try `rustc --explain E0635`. Sep 21 00:11:33.502 INFO kablam! error: Could not compile `zerodmg-codes`. Sep 21 00:11:33.502 INFO kablam! Sep 21 00:11:33.502 INFO kablam! To learn more, run the command again with --verbose. Sep 21 00:11:33.504 INFO kablam! su: No module specific data is present Sep 21 00:11:34.050 INFO running `"docker" "rm" "-f" "5ee043b91818a55097b0cf75befed38185d9de5bbb1efe1f678e51716f0f4335"` Sep 21 00:11:34.162 INFO blam! 5ee043b91818a55097b0cf75befed38185d9de5bbb1efe1f678e51716f0f4335