Sep 14 05:58:53.989 INFO checking zerodmg-codes-0.1.9 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 05:58:53.989 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 05:58:53.989 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-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:54.450 INFO blam! 81be57837d52ac98b50bbffd9e8c9ffdd3d9d88ee0e72644c1645e27afcc9c36 Sep 14 05:58:54.452 INFO running `"docker" "start" "-a" "81be57837d52ac98b50bbffd9e8c9ffdd3d9d88ee0e72644c1645e27afcc9c36"` Sep 14 05:58:55.966 INFO kablam! usermod: no changes Sep 14 05:58:56.003 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:56.219 INFO kablam! Compiling num-traits v0.2.6 Sep 14 05:58:56.223 INFO kablam! Compiling syn v0.13.11 Sep 14 05:58:56.223 INFO kablam! Checking crossbeam-epoch v0.3.1 Sep 14 05:58:58.584 INFO kablam! Checking crossbeam-deque v0.2.0 Sep 14 05:58:59.323 INFO kablam! Checking rayon-core v1.4.1 Sep 14 05:59:00.687 INFO kablam! Checking rayon v1.0.2 Sep 14 05:59:02.718 INFO kablam! Checking num-integer v0.1.39 Sep 14 05:59:03.283 INFO kablam! Compiling num-derive v0.2.2 Sep 14 05:59:04.600 INFO kablam! Checking num-iter v0.1.37 Sep 14 05:59:04.600 INFO kablam! Checking num-rational v0.1.42 Sep 14 05:59:05.411 INFO kablam! Checking png v0.12.0 Sep 14 05:59:13.815 INFO kablam! Checking jpeg-decoder v0.1.15 Sep 14 05:59:15.667 INFO kablam! Compiling derive_more v0.11.0 Sep 14 05:59:16.332 INFO kablam! Checking image v0.19.0 Sep 14 05:59:22.348 INFO kablam! Checking zerodmg-utils v0.1.9 Sep 14 05:59:22.517 INFO kablam! Checking zerodmg-codes v0.1.9 (file:///source) Sep 14 05:59:22.562 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 14 05:59:22.562 INFO kablam! --> src/lib.rs:1:12 Sep 14 05:59:22.562 INFO kablam! | Sep 14 05:59:22.562 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 14 05:59:22.562 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 05:59:22.562 INFO kablam! Sep 14 05:59:22.571 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 14 05:59:22.571 INFO kablam! --> src/lib.rs:1:12 Sep 14 05:59:22.571 INFO kablam! | Sep 14 05:59:22.571 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 14 05:59:22.571 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 05:59:22.571 INFO kablam! Sep 14 05:59:23.371 INFO kablam! warning: variable does not need to be mutable Sep 14 05:59:23.371 INFO kablam! --> src/roms/dmg_boot.rs:46:9 Sep 14 05:59:23.371 INFO kablam! | Sep 14 05:59:23.371 INFO kablam! 46 | let mut assembled = AssembledRom::from_bytes(&assembled_bytes); Sep 14 05:59:23.371 INFO kablam! | ----^^^^^^^^^ Sep 14 05:59:23.371 INFO kablam! | | Sep 14 05:59:23.371 INFO kablam! | help: remove this `mut` Sep 14 05:59:23.371 INFO kablam! | Sep 14 05:59:23.371 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 05:59:23.371 INFO kablam! Sep 14 05:59:23.383 INFO kablam! error[E0635]: unknown feature `rust_2018_idioms` Sep 14 05:59:23.383 INFO kablam! --> src/lib.rs:2:12 Sep 14 05:59:23.383 INFO kablam! | Sep 14 05:59:23.383 INFO kablam! 2 | #![feature(rust_2018_idioms)] Sep 14 05:59:23.383 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 05:59:23.383 INFO kablam! Sep 14 05:59:23.387 INFO kablam! warning: function `LD` should have a snake case name such as `ld` Sep 14 05:59:23.387 INFO kablam! --> src/instruction.rs:657:1 Sep 14 05:59:23.387 INFO kablam! | Sep 14 05:59:23.387 INFO kablam! 657 | / pub fn LD, B>(a: A, b: B) -> Instruction { Sep 14 05:59:23.387 INFO kablam! 658 | | Ld::LD(a, b) Sep 14 05:59:23.387 INFO kablam! 659 | | } Sep 14 05:59:23.387 INFO kablam! | |_^ Sep 14 05:59:23.387 INFO kablam! | Sep 14 05:59:23.387 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 14 05:59:23.387 INFO kablam! Sep 14 05:59:23.387 INFO kablam! warning: trait method `LD` should have a snake case name such as `ld` Sep 14 05:59:23.387 INFO kablam! --> src/instruction.rs:662:5 Sep 14 05:59:23.387 INFO kablam! | Sep 14 05:59:23.387 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 14 05:59:23.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:59:23.387 INFO kablam! Sep 14 05:59:23.410 INFO kablam! error: aborting due to previous error Sep 14 05:59:23.410 INFO kablam! Sep 14 05:59:23.410 INFO kablam! Some errors occurred: E0635, E0705. Sep 14 05:59:23.410 INFO kablam! For more information about an error, try `rustc --explain E0635`. Sep 14 05:59:23.419 INFO kablam! error: Could not compile `zerodmg-codes`. Sep 14 05:59:23.419 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 05:59:23.529 INFO kablam! warning: variable does not need to be mutable Sep 14 05:59:23.529 INFO kablam! --> src/roms/dmg_boot.rs:46:9 Sep 14 05:59:23.529 INFO kablam! | Sep 14 05:59:23.529 INFO kablam! 46 | let mut assembled = AssembledRom::from_bytes(&assembled_bytes); Sep 14 05:59:23.529 INFO kablam! | ----^^^^^^^^^ Sep 14 05:59:23.529 INFO kablam! | | Sep 14 05:59:23.529 INFO kablam! | help: remove this `mut` Sep 14 05:59:23.529 INFO kablam! | Sep 14 05:59:23.529 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 05:59:23.529 INFO kablam! Sep 14 05:59:23.544 INFO kablam! error[E0635]: unknown feature `rust_2018_idioms` Sep 14 05:59:23.544 INFO kablam! --> src/lib.rs:2:12 Sep 14 05:59:23.544 INFO kablam! | Sep 14 05:59:23.544 INFO kablam! 2 | #![feature(rust_2018_idioms)] Sep 14 05:59:23.544 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 05:59:23.544 INFO kablam! Sep 14 05:59:23.544 INFO kablam! warning: missing documentation for a variant Sep 14 05:59:23.544 INFO kablam! --> src/instruction.rs:43:5 Sep 14 05:59:23.544 INFO kablam! | Sep 14 05:59:23.544 INFO kablam! 43 | ADD(U8Register), Sep 14 05:59:23.544 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 05:59:23.544 INFO kablam! | Sep 14 05:59:23.544 INFO kablam! note: lint level defined here Sep 14 05:59:23.544 INFO kablam! --> src/lib.rs:4:9 Sep 14 05:59:23.544 INFO kablam! | Sep 14 05:59:23.544 INFO kablam! 4 | #![warn(missing_docs, missing_debug_implementations)] Sep 14 05:59:23.544 INFO kablam! | ^^^^^^^^^^^^ Sep 14 05:59:23.544 INFO kablam! Sep 14 05:59:23.545 INFO kablam! warning: missing documentation for a variant Sep 14 05:59:23.545 INFO kablam! --> src/instruction.rs:45:5 Sep 14 05:59:23.545 INFO kablam! | Sep 14 05:59:23.545 INFO kablam! 45 | ADC(U8Register), Sep 14 05:59:23.545 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 05:59:23.545 INFO kablam! Sep 14 05:59:23.545 INFO kablam! warning: missing documentation for a variant Sep 14 05:59:23.545 INFO kablam! --> src/instruction.rs:47:5 Sep 14 05:59:23.545 INFO kablam! | Sep 14 05:59:23.545 INFO kablam! 47 | SUB(U8Register), Sep 14 05:59:23.545 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 05:59:23.545 INFO kablam! Sep 14 05:59:23.545 INFO kablam! warning: missing documentation for a variant Sep 14 05:59:23.545 INFO kablam! --> src/instruction.rs:49:5 Sep 14 05:59:23.545 INFO kablam! | Sep 14 05:59:23.545 INFO kablam! 49 | SBC(U8Register), Sep 14 05:59:23.545 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 05:59:23.545 INFO kablam! Sep 14 05:59:23.545 INFO kablam! warning: missing documentation for a variant Sep 14 05:59:23.545 INFO kablam! --> src/instruction.rs:51:5 Sep 14 05:59:23.545 INFO kablam! | Sep 14 05:59:23.545 INFO kablam! 51 | AND(U8Register), Sep 14 05:59:23.545 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 05:59:23.545 INFO kablam! Sep 14 05:59:23.545 INFO kablam! warning: missing documentation for a variant Sep 14 05:59:23.545 INFO kablam! --> src/instruction.rs:53:5 Sep 14 05:59:23.545 INFO kablam! | Sep 14 05:59:23.545 INFO kablam! 53 | XOR(U8Register), Sep 14 05:59:23.545 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 05:59:23.545 INFO kablam! Sep 14 05:59:23.545 INFO kablam! warning: missing documentation for a variant Sep 14 05:59:23.545 INFO kablam! --> src/instruction.rs:55:5 Sep 14 05:59:23.545 INFO kablam! | Sep 14 05:59:23.545 INFO kablam! 55 | OR(U8Register), Sep 14 05:59:23.545 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 05:59:23.545 INFO kablam! Sep 14 05:59:23.545 INFO kablam! warning: missing documentation for a variant Sep 14 05:59:23.545 INFO kablam! --> src/instruction.rs:58:5 Sep 14 05:59:23.545 INFO kablam! | Sep 14 05:59:23.545 INFO kablam! 58 | CP(U8Register), Sep 14 05:59:23.545 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 05:59:23.545 INFO kablam! Sep 14 05:59:23.545 INFO kablam! warning: missing documentation for a method Sep 14 05:59:23.545 INFO kablam! --> src/instruction.rs:194:5 Sep 14 05:59:23.545 INFO kablam! | Sep 14 05:59:23.545 INFO kablam! 194 | pub fn address(self) -> u8 { Sep 14 05:59:23.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:59:23.545 INFO kablam! Sep 14 05:59:23.556 INFO kablam! warning: missing documentation for a function Sep 14 05:59:23.556 INFO kablam! --> src/instruction.rs:657:1 Sep 14 05:59:23.556 INFO kablam! | Sep 14 05:59:23.557 INFO kablam! 657 | pub fn LD, B>(a: A, b: B) -> Instruction { Sep 14 05:59:23.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:59:23.557 INFO kablam! Sep 14 05:59:23.557 INFO kablam! warning: function `LD` should have a snake case name such as `ld` Sep 14 05:59:23.557 INFO kablam! --> src/instruction.rs:657:1 Sep 14 05:59:23.557 INFO kablam! | Sep 14 05:59:23.557 INFO kablam! 657 | / pub fn LD, B>(a: A, b: B) -> Instruction { Sep 14 05:59:23.557 INFO kablam! 658 | | Ld::LD(a, b) Sep 14 05:59:23.557 INFO kablam! 659 | | } Sep 14 05:59:23.557 INFO kablam! | |_^ Sep 14 05:59:23.557 INFO kablam! | Sep 14 05:59:23.557 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 14 05:59:23.557 INFO kablam! Sep 14 05:59:23.557 INFO kablam! warning: missing documentation for a trait Sep 14 05:59:23.557 INFO kablam! --> src/instruction.rs:661:1 Sep 14 05:59:23.557 INFO kablam! | Sep 14 05:59:23.557 INFO kablam! 661 | pub trait Ld { Sep 14 05:59:23.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 05:59:23.557 INFO kablam! Sep 14 05:59:23.557 INFO kablam! warning: trait method `LD` should have a snake case name such as `ld` Sep 14 05:59:23.557 INFO kablam! --> src/instruction.rs:662:5 Sep 14 05:59:23.557 INFO kablam! | Sep 14 05:59:23.557 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 14 05:59:23.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:59:23.557 INFO kablam! Sep 14 05:59:23.557 INFO kablam! warning: missing documentation for a trait method Sep 14 05:59:23.557 INFO kablam! --> src/instruction.rs:662:5 Sep 14 05:59:23.557 INFO kablam! | Sep 14 05:59:23.557 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 14 05:59:23.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:59:23.557 INFO kablam! Sep 14 05:59:23.557 INFO kablam! warning: missing documentation for a function Sep 14 05:59:23.557 INFO kablam! --> src/disassembled.rs:203:1 Sep 14 05:59:23.557 INFO kablam! | Sep 14 05:59:23.557 INFO kablam! 203 | pub fn block(address: u16, value: impl Into) -> RomBlock { Sep 14 05:59:23.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 05:59:23.557 INFO kablam! Sep 14 05:59:23.579 INFO kablam! error: aborting due to previous error Sep 14 05:59:23.579 INFO kablam! Sep 14 05:59:23.579 INFO kablam! Some errors occurred: E0635, E0705. Sep 14 05:59:23.579 INFO kablam! For more information about an error, try `rustc --explain E0635`. Sep 14 05:59:23.591 INFO kablam! error: Could not compile `zerodmg-codes`. Sep 14 05:59:23.591 INFO kablam! Sep 14 05:59:23.591 INFO kablam! To learn more, run the command again with --verbose. Sep 14 05:59:23.607 INFO kablam! su: No module specific data is present Sep 14 05:59:24.904 INFO running `"docker" "rm" "-f" "81be57837d52ac98b50bbffd9e8c9ffdd3d9d88ee0e72644c1645e27afcc9c36"` Sep 14 05:59:25.136 INFO blam! 81be57837d52ac98b50bbffd9e8c9ffdd3d9d88ee0e72644c1645e27afcc9c36