Sep 05 20:19:14.611 INFO checking zerodmg-codes-0.1.9 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 20:19:14.611 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 20:19:14.612 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 20:19:15.081 INFO blam! 5805a7dc6e245983769021dea24d9f7812231dfa7aa583d79e5e68fa808e7927 Sep 05 20:19:15.081 INFO running `"docker" "start" "-a" "5805a7dc6e245983769021dea24d9f7812231dfa7aa583d79e5e68fa808e7927"` Sep 05 20:19:16.293 INFO kablam! usermod: no changes Sep 05 20:19:16.466 INFO kablam! Compiling num-integer v0.1.39 Sep 05 20:19:16.470 INFO kablam! Checking deflate v0.7.18 Sep 05 20:19:16.470 INFO kablam! Compiling syn v0.13.11 Sep 05 20:19:16.470 INFO kablam! Compiling syn v0.14.9 Sep 05 20:19:16.470 INFO kablam! Checking jpeg-decoder v0.1.15 Sep 05 20:19:20.326 INFO kablam! Checking num-iter v0.1.37 Sep 05 20:19:20.326 INFO kablam! Checking num-rational v0.1.42 Sep 05 20:19:20.989 INFO kablam! Checking png v0.12.0 Sep 05 20:19:30.875 INFO kablam! Compiling num-derive v0.2.2 Sep 05 20:19:35.493 INFO kablam! Checking image v0.19.0 Sep 05 20:19:38.446 INFO kablam! Compiling derive_more v0.11.0 Sep 05 20:19:45.633 INFO kablam! Checking zerodmg-utils v0.1.9 Sep 05 20:19:46.058 INFO kablam! Checking zerodmg-codes v0.1.9 (file:///source) Sep 05 20:19:46.166 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 05 20:19:46.166 INFO kablam! --> src/lib.rs:1:12 Sep 05 20:19:46.166 INFO kablam! | Sep 05 20:19:46.166 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 05 20:19:46.166 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 05 20:19:46.166 INFO kablam! Sep 05 20:19:46.186 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 05 20:19:46.186 INFO kablam! --> src/lib.rs:1:12 Sep 05 20:19:46.186 INFO kablam! | Sep 05 20:19:46.186 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 05 20:19:46.186 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 05 20:19:46.186 INFO kablam! Sep 05 20:19:46.901 INFO kablam! warning: variable does not need to be mutable Sep 05 20:19:46.901 INFO kablam! --> src/roms/dmg_boot.rs:46:9 Sep 05 20:19:46.902 INFO kablam! | Sep 05 20:19:46.902 INFO kablam! 46 | let mut assembled = AssembledRom::from_bytes(&assembled_bytes); Sep 05 20:19:46.902 INFO kablam! | ----^^^^^^^^^ Sep 05 20:19:46.902 INFO kablam! | | Sep 05 20:19:46.902 INFO kablam! | help: remove this `mut` Sep 05 20:19:46.902 INFO kablam! | Sep 05 20:19:46.902 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 05 20:19:46.902 INFO kablam! Sep 05 20:19:46.913 INFO kablam! error[E0635]: unknown feature `rust_2018_idioms` Sep 05 20:19:46.913 INFO kablam! --> src/lib.rs:2:12 Sep 05 20:19:46.913 INFO kablam! | Sep 05 20:19:46.913 INFO kablam! 2 | #![feature(rust_2018_idioms)] Sep 05 20:19:46.913 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 05 20:19:46.913 INFO kablam! Sep 05 20:19:46.916 INFO kablam! warning: function `LD` should have a snake case name such as `ld` Sep 05 20:19:46.917 INFO kablam! --> src/instruction.rs:657:1 Sep 05 20:19:46.917 INFO kablam! | Sep 05 20:19:46.917 INFO kablam! 657 | / pub fn LD, B>(a: A, b: B) -> Instruction { Sep 05 20:19:46.917 INFO kablam! 658 | | Ld::LD(a, b) Sep 05 20:19:46.917 INFO kablam! 659 | | } Sep 05 20:19:46.917 INFO kablam! | |_^ Sep 05 20:19:46.917 INFO kablam! | Sep 05 20:19:46.917 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 05 20:19:46.917 INFO kablam! Sep 05 20:19:46.917 INFO kablam! warning: trait method `LD` should have a snake case name such as `ld` Sep 05 20:19:46.917 INFO kablam! --> src/instruction.rs:662:5 Sep 05 20:19:46.917 INFO kablam! | Sep 05 20:19:46.917 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 05 20:19:46.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 20:19:46.917 INFO kablam! Sep 05 20:19:46.924 INFO kablam! warning: variable does not need to be mutable Sep 05 20:19:46.924 INFO kablam! --> src/roms/dmg_boot.rs:46:9 Sep 05 20:19:46.924 INFO kablam! | Sep 05 20:19:46.924 INFO kablam! 46 | let mut assembled = AssembledRom::from_bytes(&assembled_bytes); Sep 05 20:19:46.924 INFO kablam! | ----^^^^^^^^^ Sep 05 20:19:46.924 INFO kablam! | | Sep 05 20:19:46.924 INFO kablam! | help: remove this `mut` Sep 05 20:19:46.924 INFO kablam! | Sep 05 20:19:46.924 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 05 20:19:46.925 INFO kablam! Sep 05 20:19:46.940 INFO kablam! error: aborting due to previous error Sep 05 20:19:46.940 INFO kablam! Sep 05 20:19:46.940 INFO kablam! Some errors occurred: E0635, E0705. Sep 05 20:19:46.940 INFO kablam! For more information about an error, try `rustc --explain E0635`. Sep 05 20:19:46.940 INFO kablam! error[E0635]: unknown feature `rust_2018_idioms` Sep 05 20:19:46.940 INFO kablam! --> src/lib.rs:2:12 Sep 05 20:19:46.940 INFO kablam! | Sep 05 20:19:46.940 INFO kablam! 2 | #![feature(rust_2018_idioms)] Sep 05 20:19:46.940 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 05 20:19:46.940 INFO kablam! Sep 05 20:19:46.941 INFO kablam! warning: missing documentation for a variant Sep 05 20:19:46.941 INFO kablam! --> src/instruction.rs:43:5 Sep 05 20:19:46.941 INFO kablam! | Sep 05 20:19:46.941 INFO kablam! 43 | ADD(U8Register), Sep 05 20:19:46.941 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 05 20:19:46.941 INFO kablam! | Sep 05 20:19:46.941 INFO kablam! note: lint level defined here Sep 05 20:19:46.941 INFO kablam! --> src/lib.rs:4:9 Sep 05 20:19:46.941 INFO kablam! | Sep 05 20:19:46.941 INFO kablam! 4 | #![warn(missing_docs, missing_debug_implementations)] Sep 05 20:19:46.941 INFO kablam! | ^^^^^^^^^^^^ Sep 05 20:19:46.941 INFO kablam! Sep 05 20:19:46.941 INFO kablam! warning: missing documentation for a variant Sep 05 20:19:46.941 INFO kablam! --> src/instruction.rs:45:5 Sep 05 20:19:46.941 INFO kablam! | Sep 05 20:19:46.941 INFO kablam! 45 | ADC(U8Register), Sep 05 20:19:46.941 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 05 20:19:46.941 INFO kablam! Sep 05 20:19:46.941 INFO kablam! warning: missing documentation for a variant Sep 05 20:19:46.941 INFO kablam! --> src/instruction.rs:47:5 Sep 05 20:19:46.941 INFO kablam! | Sep 05 20:19:46.941 INFO kablam! 47 | SUB(U8Register), Sep 05 20:19:46.941 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 05 20:19:46.941 INFO kablam! Sep 05 20:19:46.941 INFO kablam! warning: missing documentation for a variant Sep 05 20:19:46.941 INFO kablam! --> src/instruction.rs:49:5 Sep 05 20:19:46.941 INFO kablam! | Sep 05 20:19:46.941 INFO kablam! 49 | SBC(U8Register), Sep 05 20:19:46.942 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 05 20:19:46.942 INFO kablam! Sep 05 20:19:46.942 INFO kablam! warning: missing documentation for a variant Sep 05 20:19:46.942 INFO kablam! --> src/instruction.rs:51:5 Sep 05 20:19:46.942 INFO kablam! | Sep 05 20:19:46.942 INFO kablam! 51 | AND(U8Register), Sep 05 20:19:46.942 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 05 20:19:46.942 INFO kablam! Sep 05 20:19:46.942 INFO kablam! warning: missing documentation for a variant Sep 05 20:19:46.942 INFO kablam! --> src/instruction.rs:53:5 Sep 05 20:19:46.942 INFO kablam! | Sep 05 20:19:46.942 INFO kablam! 53 | XOR(U8Register), Sep 05 20:19:46.942 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 05 20:19:46.942 INFO kablam! Sep 05 20:19:46.942 INFO kablam! warning: missing documentation for a variant Sep 05 20:19:46.942 INFO kablam! --> src/instruction.rs:55:5 Sep 05 20:19:46.942 INFO kablam! | Sep 05 20:19:46.942 INFO kablam! 55 | OR(U8Register), Sep 05 20:19:46.942 INFO kablam! | ^^^^^^^^^^^^^^ Sep 05 20:19:46.943 INFO kablam! Sep 05 20:19:46.943 INFO kablam! warning: missing documentation for a variant Sep 05 20:19:46.943 INFO kablam! --> src/instruction.rs:58:5 Sep 05 20:19:46.943 INFO kablam! | Sep 05 20:19:46.943 INFO kablam! 58 | CP(U8Register), Sep 05 20:19:46.943 INFO kablam! | ^^^^^^^^^^^^^^ Sep 05 20:19:46.943 INFO kablam! Sep 05 20:19:46.944 INFO kablam! error: Could not compile `zerodmg-codes`. Sep 05 20:19:46.945 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 20:19:46.947 INFO kablam! warning: missing documentation for a method Sep 05 20:19:46.947 INFO kablam! --> src/instruction.rs:194:5 Sep 05 20:19:46.947 INFO kablam! | Sep 05 20:19:46.947 INFO kablam! 194 | pub fn address(self) -> u8 { Sep 05 20:19:46.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 20:19:46.947 INFO kablam! Sep 05 20:19:46.947 INFO kablam! warning: missing documentation for a function Sep 05 20:19:46.947 INFO kablam! --> src/instruction.rs:657:1 Sep 05 20:19:46.947 INFO kablam! | Sep 05 20:19:46.947 INFO kablam! 657 | pub fn LD, B>(a: A, b: B) -> Instruction { Sep 05 20:19:46.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 20:19:46.947 INFO kablam! Sep 05 20:19:46.947 INFO kablam! warning: function `LD` should have a snake case name such as `ld` Sep 05 20:19:46.947 INFO kablam! --> src/instruction.rs:657:1 Sep 05 20:19:46.947 INFO kablam! | Sep 05 20:19:46.947 INFO kablam! 657 | / pub fn LD, B>(a: A, b: B) -> Instruction { Sep 05 20:19:46.947 INFO kablam! 658 | | Ld::LD(a, b) Sep 05 20:19:46.947 INFO kablam! 659 | | } Sep 05 20:19:46.947 INFO kablam! | |_^ Sep 05 20:19:46.947 INFO kablam! | Sep 05 20:19:46.947 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 05 20:19:46.947 INFO kablam! Sep 05 20:19:46.947 INFO kablam! warning: missing documentation for a trait Sep 05 20:19:46.947 INFO kablam! --> src/instruction.rs:661:1 Sep 05 20:19:46.947 INFO kablam! | Sep 05 20:19:46.947 INFO kablam! 661 | pub trait Ld { Sep 05 20:19:46.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 20:19:46.948 INFO kablam! Sep 05 20:19:46.948 INFO kablam! warning: trait method `LD` should have a snake case name such as `ld` Sep 05 20:19:46.948 INFO kablam! --> src/instruction.rs:662:5 Sep 05 20:19:46.948 INFO kablam! | Sep 05 20:19:46.948 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 05 20:19:46.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 20:19:46.953 INFO kablam! Sep 05 20:19:46.953 INFO kablam! warning: missing documentation for a trait method Sep 05 20:19:46.953 INFO kablam! --> src/instruction.rs:662:5 Sep 05 20:19:46.953 INFO kablam! | Sep 05 20:19:46.954 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 05 20:19:46.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 20:19:46.954 INFO kablam! Sep 05 20:19:46.954 INFO kablam! warning: missing documentation for a function Sep 05 20:19:46.954 INFO kablam! --> src/disassembled.rs:203:1 Sep 05 20:19:46.954 INFO kablam! | Sep 05 20:19:46.954 INFO kablam! 203 | pub fn block(address: u16, value: impl Into) -> RomBlock { Sep 05 20:19:46.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 20:19:46.954 INFO kablam! Sep 05 20:19:46.968 INFO kablam! error: aborting due to previous error Sep 05 20:19:46.968 INFO kablam! Sep 05 20:19:46.968 INFO kablam! Some errors occurred: E0635, E0705. Sep 05 20:19:46.968 INFO kablam! For more information about an error, try `rustc --explain E0635`. Sep 05 20:19:46.978 INFO kablam! error: Could not compile `zerodmg-codes`. Sep 05 20:19:46.978 INFO kablam! Sep 05 20:19:46.979 INFO kablam! To learn more, run the command again with --verbose. Sep 05 20:19:46.981 INFO kablam! su: No module specific data is present Sep 05 20:19:47.539 INFO running `"docker" "rm" "-f" "5805a7dc6e245983769021dea24d9f7812231dfa7aa583d79e5e68fa808e7927"` Sep 05 20:19:47.685 INFO blam! 5805a7dc6e245983769021dea24d9f7812231dfa7aa583d79e5e68fa808e7927