Sep 14 05:58:50.030 INFO checking zerodmg-codes-0.1.9 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 05:58:50.030 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 05:58:50.030 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 05:58:50.403 INFO blam! ac478f9564d2f2b00da27dc23ef5a6fe20c3bc93e6ace38e1b65470e39bf2d46 Sep 14 05:58:50.411 INFO running `"docker" "start" "-a" "ac478f9564d2f2b00da27dc23ef5a6fe20c3bc93e6ace38e1b65470e39bf2d46"` Sep 14 05:58:51.626 INFO kablam! usermod: no changes Sep 14 05:58:51.679 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 14 05:58:51.791 INFO kablam! Compiling proc-macro2 v0.3.8 Sep 14 05:58:51.791 INFO kablam! Compiling num-traits v0.2.6 Sep 14 05:58:51.791 INFO kablam! Checking num-integer v0.1.39 Sep 14 05:58:51.801 INFO kablam! Compiling syn v0.14.9 Sep 14 05:58:53.877 INFO kablam! Checking num-iter v0.1.37 Sep 14 05:58:53.877 INFO kablam! Checking num-rational v0.1.42 Sep 14 05:58:54.598 INFO kablam! Checking png v0.12.0 Sep 14 05:58:59.279 INFO kablam! Compiling quote v0.5.2 Sep 14 05:59:00.842 INFO kablam! Compiling syn v0.13.11 Sep 14 05:59:07.856 INFO kablam! Compiling num-derive v0.2.2 Sep 14 05:59:11.458 INFO kablam! Checking image v0.19.0 Sep 14 05:59:18.119 INFO kablam! Compiling derive_more v0.11.0 Sep 14 05:59:20.232 INFO kablam! Checking zerodmg-utils v0.1.9 Sep 14 05:59:22.555 INFO kablam! Checking zerodmg-codes v0.1.9 (file:///source) Sep 14 05:59:22.611 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 14 05:59:22.611 INFO kablam! --> src/lib.rs:1:12 Sep 14 05:59:22.611 INFO kablam! | Sep 14 05:59:22.611 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 14 05:59:22.611 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 05:59:22.611 INFO kablam! Sep 14 05:59:22.619 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 14 05:59:22.619 INFO kablam! --> src/lib.rs:1:12 Sep 14 05:59:22.619 INFO kablam! | Sep 14 05:59:22.619 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 14 05:59:22.619 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 05:59:22.619 INFO kablam! Sep 14 05:59:23.502 INFO kablam! warning: variable does not need to be mutable Sep 14 05:59:23.503 INFO kablam! --> src/roms/dmg_boot.rs:46:9 Sep 14 05:59:23.503 INFO kablam! | Sep 14 05:59:23.503 INFO kablam! 46 | let mut assembled = AssembledRom::from_bytes(&assembled_bytes); Sep 14 05:59:23.503 INFO kablam! | ----^^^^^^^^^ Sep 14 05:59:23.503 INFO kablam! | | Sep 14 05:59:23.503 INFO kablam! | help: remove this `mut` Sep 14 05:59:23.503 INFO kablam! | Sep 14 05:59:23.503 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 05:59:23.503 INFO kablam! Sep 14 05:59:23.512 INFO kablam! error[E0635]: unknown feature `rust_2018_idioms` Sep 14 05:59:23.512 INFO kablam! --> src/lib.rs:2:12 Sep 14 05:59:23.512 INFO kablam! | Sep 14 05:59:23.512 INFO kablam! 2 | #![feature(rust_2018_idioms)] Sep 14 05:59:23.512 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 05:59:23.512 INFO kablam! Sep 14 05:59:23.512 INFO kablam! warning: function `LD` should have a snake case name such as `ld` Sep 14 05:59:23.512 INFO kablam! --> src/instruction.rs:657:1 Sep 14 05:59:23.512 INFO kablam! | Sep 14 05:59:23.512 INFO kablam! 657 | / pub fn LD, B>(a: A, b: B) -> Instruction { Sep 14 05:59:23.512 INFO kablam! 658 | | Ld::LD(a, b) Sep 14 05:59:23.512 INFO kablam! 659 | | } Sep 14 05:59:23.512 INFO kablam! | |_^ Sep 14 05:59:23.512 INFO kablam! | Sep 14 05:59:23.512 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 14 05:59:23.512 INFO kablam! Sep 14 05:59:23.512 INFO kablam! warning: trait method `LD` should have a snake case name such as `ld` Sep 14 05:59:23.512 INFO kablam! --> src/instruction.rs:662:5 Sep 14 05:59:23.512 INFO kablam! | Sep 14 05:59:23.512 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 14 05:59:23.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:59:23.512 INFO kablam! Sep 14 05:59:23.542 INFO kablam! error: aborting due to previous error Sep 14 05:59:23.543 INFO kablam! Sep 14 05:59:23.543 INFO kablam! Some errors occurred: E0635, E0705. Sep 14 05:59:23.543 INFO kablam! For more information about an error, try `rustc --explain E0635`. Sep 14 05:59:23.545 INFO kablam! error: Could not compile `zerodmg-codes`. Sep 14 05:59:23.546 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 05:59:23.651 INFO kablam! warning: variable does not need to be mutable Sep 14 05:59:23.651 INFO kablam! --> src/roms/dmg_boot.rs:46:9 Sep 14 05:59:23.651 INFO kablam! | Sep 14 05:59:23.651 INFO kablam! 46 | let mut assembled = AssembledRom::from_bytes(&assembled_bytes); Sep 14 05:59:23.651 INFO kablam! | ----^^^^^^^^^ Sep 14 05:59:23.651 INFO kablam! | | Sep 14 05:59:23.651 INFO kablam! | help: remove this `mut` Sep 14 05:59:23.651 INFO kablam! | Sep 14 05:59:23.651 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 05:59:23.651 INFO kablam! Sep 14 05:59:23.662 INFO kablam! error[E0635]: unknown feature `rust_2018_idioms` Sep 14 05:59:23.662 INFO kablam! --> src/lib.rs:2:12 Sep 14 05:59:23.662 INFO kablam! | Sep 14 05:59:23.662 INFO kablam! 2 | #![feature(rust_2018_idioms)] Sep 14 05:59:23.662 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 05:59:23.662 INFO kablam! Sep 14 05:59:23.662 INFO kablam! warning: missing documentation for a variant Sep 14 05:59:23.662 INFO kablam! --> src/instruction.rs:43:5 Sep 14 05:59:23.662 INFO kablam! | Sep 14 05:59:23.662 INFO kablam! 43 | ADD(U8Register), Sep 14 05:59:23.662 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 05:59:23.662 INFO kablam! | Sep 14 05:59:23.662 INFO kablam! note: lint level defined here Sep 14 05:59:23.662 INFO kablam! --> src/lib.rs:4:9 Sep 14 05:59:23.662 INFO kablam! | Sep 14 05:59:23.662 INFO kablam! 4 | #![warn(missing_docs, missing_debug_implementations)] Sep 14 05:59:23.662 INFO kablam! | ^^^^^^^^^^^^ Sep 14 05:59:23.662 INFO kablam! Sep 14 05:59:23.662 INFO kablam! warning: missing documentation for a variant Sep 14 05:59:23.662 INFO kablam! --> src/instruction.rs:45:5 Sep 14 05:59:23.662 INFO kablam! | Sep 14 05:59:23.662 INFO kablam! 45 | ADC(U8Register), Sep 14 05:59:23.662 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 05:59:23.662 INFO kablam! Sep 14 05:59:23.662 INFO kablam! warning: missing documentation for a variant Sep 14 05:59:23.662 INFO kablam! --> src/instruction.rs:47:5 Sep 14 05:59:23.662 INFO kablam! | Sep 14 05:59:23.662 INFO kablam! 47 | SUB(U8Register), Sep 14 05:59:23.662 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 05:59:23.662 INFO kablam! Sep 14 05:59:23.662 INFO kablam! warning: missing documentation for a variant Sep 14 05:59:23.662 INFO kablam! --> src/instruction.rs:49:5 Sep 14 05:59:23.662 INFO kablam! | Sep 14 05:59:23.662 INFO kablam! 49 | SBC(U8Register), Sep 14 05:59:23.662 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 05:59:23.662 INFO kablam! Sep 14 05:59:23.662 INFO kablam! warning: missing documentation for a variant Sep 14 05:59:23.662 INFO kablam! --> src/instruction.rs:51:5 Sep 14 05:59:23.662 INFO kablam! | Sep 14 05:59:23.662 INFO kablam! 51 | AND(U8Register), Sep 14 05:59:23.663 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 05:59:23.663 INFO kablam! Sep 14 05:59:23.663 INFO kablam! warning: missing documentation for a variant Sep 14 05:59:23.663 INFO kablam! --> src/instruction.rs:53:5 Sep 14 05:59:23.663 INFO kablam! | Sep 14 05:59:23.663 INFO kablam! 53 | XOR(U8Register), Sep 14 05:59:23.663 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 05:59:23.663 INFO kablam! Sep 14 05:59:23.663 INFO kablam! warning: missing documentation for a variant Sep 14 05:59:23.663 INFO kablam! --> src/instruction.rs:55:5 Sep 14 05:59:23.663 INFO kablam! | Sep 14 05:59:23.663 INFO kablam! 55 | OR(U8Register), Sep 14 05:59:23.663 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 05:59:23.663 INFO kablam! Sep 14 05:59:23.663 INFO kablam! warning: missing documentation for a variant Sep 14 05:59:23.663 INFO kablam! --> src/instruction.rs:58:5 Sep 14 05:59:23.663 INFO kablam! | Sep 14 05:59:23.663 INFO kablam! 58 | CP(U8Register), Sep 14 05:59:23.663 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 05:59:23.663 INFO kablam! Sep 14 05:59:23.663 INFO kablam! warning: missing documentation for a method Sep 14 05:59:23.663 INFO kablam! --> src/instruction.rs:194:5 Sep 14 05:59:23.663 INFO kablam! | Sep 14 05:59:23.663 INFO kablam! 194 | pub fn address(self) -> u8 { Sep 14 05:59:23.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:59:23.663 INFO kablam! Sep 14 05:59:23.667 INFO kablam! warning: missing documentation for a function Sep 14 05:59:23.667 INFO kablam! --> src/instruction.rs:657:1 Sep 14 05:59:23.667 INFO kablam! | Sep 14 05:59:23.667 INFO kablam! 657 | pub fn LD, B>(a: A, b: B) -> Instruction { Sep 14 05:59:23.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:59:23.667 INFO kablam! Sep 14 05:59:23.667 INFO kablam! warning: function `LD` should have a snake case name such as `ld` Sep 14 05:59:23.667 INFO kablam! --> src/instruction.rs:657:1 Sep 14 05:59:23.667 INFO kablam! | Sep 14 05:59:23.667 INFO kablam! 657 | / pub fn LD, B>(a: A, b: B) -> Instruction { Sep 14 05:59:23.667 INFO kablam! 658 | | Ld::LD(a, b) Sep 14 05:59:23.667 INFO kablam! 659 | | } Sep 14 05:59:23.667 INFO kablam! | |_^ Sep 14 05:59:23.667 INFO kablam! | Sep 14 05:59:23.667 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 14 05:59:23.667 INFO kablam! Sep 14 05:59:23.667 INFO kablam! warning: missing documentation for a trait Sep 14 05:59:23.667 INFO kablam! --> src/instruction.rs:661:1 Sep 14 05:59:23.667 INFO kablam! | Sep 14 05:59:23.667 INFO kablam! 661 | pub trait Ld { Sep 14 05:59:23.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 05:59:23.667 INFO kablam! Sep 14 05:59:23.667 INFO kablam! warning: trait method `LD` should have a snake case name such as `ld` Sep 14 05:59:23.667 INFO kablam! --> src/instruction.rs:662:5 Sep 14 05:59:23.667 INFO kablam! | Sep 14 05:59:23.667 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 14 05:59:23.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:59:23.667 INFO kablam! Sep 14 05:59:23.667 INFO kablam! warning: missing documentation for a trait method Sep 14 05:59:23.667 INFO kablam! --> src/instruction.rs:662:5 Sep 14 05:59:23.667 INFO kablam! | Sep 14 05:59:23.667 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 14 05:59:23.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:59:23.667 INFO kablam! Sep 14 05:59:23.668 INFO kablam! warning: missing documentation for a function Sep 14 05:59:23.668 INFO kablam! --> src/disassembled.rs:203:1 Sep 14 05:59:23.668 INFO kablam! | Sep 14 05:59:23.668 INFO kablam! 203 | pub fn block(address: u16, value: impl Into) -> RomBlock { Sep 14 05:59:23.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:59:23.668 INFO kablam! Sep 14 05:59:23.687 INFO kablam! error: aborting due to previous error Sep 14 05:59:23.687 INFO kablam! Sep 14 05:59:23.687 INFO kablam! Some errors occurred: E0635, E0705. Sep 14 05:59:23.687 INFO kablam! For more information about an error, try `rustc --explain E0635`. Sep 14 05:59:23.694 INFO kablam! error: Could not compile `zerodmg-codes`. Sep 14 05:59:23.694 INFO kablam! Sep 14 05:59:23.694 INFO kablam! To learn more, run the command again with --verbose. Sep 14 05:59:23.695 INFO kablam! su: No module specific data is present Sep 14 05:59:24.976 INFO running `"docker" "rm" "-f" "ac478f9564d2f2b00da27dc23ef5a6fe20c3bc93e6ace38e1b65470e39bf2d46"` Sep 14 05:59:25.246 INFO blam! ac478f9564d2f2b00da27dc23ef5a6fe20c3bc93e6ace38e1b65470e39bf2d46