Sep 19 17:21:42.096 INFO checking zerodmg-codes-0.1.9 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 17:21:42.096 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 17:21:42.096 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:21:42.327 INFO blam! 141aae96b36442bc83fe1c1595b5a1ea26a4874dae2c465fd8332bc5d12508eb Sep 19 17:21:42.329 INFO running `"docker" "start" "-a" "141aae96b36442bc83fe1c1595b5a1ea26a4874dae2c465fd8332bc5d12508eb"` Sep 19 17:21:43.809 INFO kablam! usermod: no changes Sep 19 17:21:43.838 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 19 17:21:44.021 INFO kablam! Checking num-traits v0.2.6 Sep 19 17:21:44.021 INFO kablam! Compiling quote v0.5.2 Sep 19 17:21:44.047 INFO kablam! Checking crossbeam-epoch v0.3.1 Sep 19 17:21:44.049 INFO kablam! Compiling num-derive v0.2.2 Sep 19 17:21:46.178 INFO kablam! Checking crossbeam-deque v0.2.0 Sep 19 17:21:46.321 INFO kablam! Compiling syn v0.13.11 Sep 19 17:21:47.470 INFO kablam! Checking rayon-core v1.4.1 Sep 19 17:21:50.046 INFO kablam! Checking rayon v1.0.2 Sep 19 17:21:50.062 INFO kablam! Checking num-integer v0.1.39 Sep 19 17:21:51.023 INFO kablam! Checking num-iter v0.1.37 Sep 19 17:21:51.023 INFO kablam! Checking num-rational v0.1.42 Sep 19 17:21:51.474 INFO kablam! Checking png v0.12.0 Sep 19 17:21:54.822 INFO kablam! Checking jpeg-decoder v0.1.15 Sep 19 17:21:56.422 INFO kablam! Checking image v0.19.0 Sep 19 17:21:58.650 INFO kablam! Compiling derive_more v0.11.0 Sep 19 17:22:02.398 INFO kablam! Checking zerodmg-utils v0.1.9 Sep 19 17:22:03.406 INFO kablam! Checking zerodmg-codes v0.1.9 (/source) Sep 19 17:22:03.450 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 19 17:22:03.450 INFO kablam! --> src/lib.rs:1:12 Sep 19 17:22:03.450 INFO kablam! | Sep 19 17:22:03.450 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 19 17:22:03.450 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 17:22:03.450 INFO kablam! Sep 19 17:22:03.460 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 19 17:22:03.460 INFO kablam! --> src/lib.rs:1:12 Sep 19 17:22:03.460 INFO kablam! | Sep 19 17:22:03.460 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 19 17:22:03.460 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 17:22:03.460 INFO kablam! Sep 19 17:22:04.153 INFO kablam! warning: variable does not need to be mutable Sep 19 17:22:04.153 INFO kablam! --> src/roms/dmg_boot.rs:46:9 Sep 19 17:22:04.153 INFO kablam! | Sep 19 17:22:04.153 INFO kablam! 46 | let mut assembled = AssembledRom::from_bytes(&assembled_bytes); Sep 19 17:22:04.153 INFO kablam! | ----^^^^^^^^^ Sep 19 17:22:04.153 INFO kablam! | | Sep 19 17:22:04.153 INFO kablam! | help: remove this `mut` Sep 19 17:22:04.153 INFO kablam! | Sep 19 17:22:04.153 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 17:22:04.153 INFO kablam! Sep 19 17:22:04.169 INFO kablam! warning: variable does not need to be mutable Sep 19 17:22:04.169 INFO kablam! --> src/roms/dmg_boot.rs:46:9 Sep 19 17:22:04.169 INFO kablam! | Sep 19 17:22:04.169 INFO kablam! 46 | let mut assembled = AssembledRom::from_bytes(&assembled_bytes); Sep 19 17:22:04.169 INFO kablam! | ----^^^^^^^^^ Sep 19 17:22:04.169 INFO kablam! | | Sep 19 17:22:04.169 INFO kablam! | help: remove this `mut` Sep 19 17:22:04.169 INFO kablam! | Sep 19 17:22:04.169 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 17:22:04.169 INFO kablam! Sep 19 17:22:04.169 INFO kablam! error[E0635]: unknown feature `rust_2018_idioms` Sep 19 17:22:04.169 INFO kablam! --> src/lib.rs:2:12 Sep 19 17:22:04.169 INFO kablam! | Sep 19 17:22:04.169 INFO kablam! 2 | #![feature(rust_2018_idioms)] Sep 19 17:22:04.169 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 17:22:04.169 INFO kablam! Sep 19 17:22:04.173 INFO kablam! warning: function `LD` should have a snake case name such as `ld` Sep 19 17:22:04.173 INFO kablam! --> src/instruction.rs:657:1 Sep 19 17:22:04.173 INFO kablam! | Sep 19 17:22:04.173 INFO kablam! 657 | / pub fn LD, B>(a: A, b: B) -> Instruction { Sep 19 17:22:04.173 INFO kablam! 658 | | Ld::LD(a, b) Sep 19 17:22:04.173 INFO kablam! 659 | | } Sep 19 17:22:04.173 INFO kablam! | |_^ Sep 19 17:22:04.173 INFO kablam! | Sep 19 17:22:04.173 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 19 17:22:04.174 INFO kablam! Sep 19 17:22:04.174 INFO kablam! warning: trait method `LD` should have a snake case name such as `ld` Sep 19 17:22:04.174 INFO kablam! --> src/instruction.rs:662:5 Sep 19 17:22:04.174 INFO kablam! | Sep 19 17:22:04.174 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 19 17:22:04.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:22:04.174 INFO kablam! Sep 19 17:22:04.182 INFO kablam! error[E0635]: unknown feature `rust_2018_idioms` Sep 19 17:22:04.182 INFO kablam! --> src/lib.rs:2:12 Sep 19 17:22:04.182 INFO kablam! | Sep 19 17:22:04.182 INFO kablam! 2 | #![feature(rust_2018_idioms)] Sep 19 17:22:04.182 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 17:22:04.182 INFO kablam! Sep 19 17:22:04.183 INFO kablam! warning: missing documentation for a variant Sep 19 17:22:04.183 INFO kablam! --> src/instruction.rs:43:5 Sep 19 17:22:04.183 INFO kablam! | Sep 19 17:22:04.183 INFO kablam! 43 | ADD(U8Register), Sep 19 17:22:04.183 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 17:22:04.183 INFO kablam! | Sep 19 17:22:04.183 INFO kablam! note: lint level defined here Sep 19 17:22:04.183 INFO kablam! --> src/lib.rs:4:9 Sep 19 17:22:04.183 INFO kablam! | Sep 19 17:22:04.183 INFO kablam! 4 | #![warn(missing_docs, missing_debug_implementations)] Sep 19 17:22:04.183 INFO kablam! | ^^^^^^^^^^^^ Sep 19 17:22:04.183 INFO kablam! Sep 19 17:22:04.183 INFO kablam! warning: missing documentation for a variant Sep 19 17:22:04.183 INFO kablam! --> src/instruction.rs:45:5 Sep 19 17:22:04.183 INFO kablam! | Sep 19 17:22:04.183 INFO kablam! 45 | ADC(U8Register), Sep 19 17:22:04.183 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 17:22:04.183 INFO kablam! Sep 19 17:22:04.183 INFO kablam! warning: missing documentation for a variant Sep 19 17:22:04.183 INFO kablam! --> src/instruction.rs:47:5 Sep 19 17:22:04.183 INFO kablam! | Sep 19 17:22:04.183 INFO kablam! 47 | SUB(U8Register), Sep 19 17:22:04.183 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 17:22:04.183 INFO kablam! Sep 19 17:22:04.186 INFO kablam! warning: missing documentation for a variant Sep 19 17:22:04.186 INFO kablam! --> src/instruction.rs:49:5 Sep 19 17:22:04.186 INFO kablam! | Sep 19 17:22:04.186 INFO kablam! 49 | SBC(U8Register), Sep 19 17:22:04.186 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 17:22:04.186 INFO kablam! Sep 19 17:22:04.186 INFO kablam! warning: missing documentation for a variant Sep 19 17:22:04.186 INFO kablam! --> src/instruction.rs:51:5 Sep 19 17:22:04.186 INFO kablam! | Sep 19 17:22:04.186 INFO kablam! 51 | AND(U8Register), Sep 19 17:22:04.186 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 17:22:04.186 INFO kablam! Sep 19 17:22:04.186 INFO kablam! warning: missing documentation for a variant Sep 19 17:22:04.186 INFO kablam! --> src/instruction.rs:53:5 Sep 19 17:22:04.186 INFO kablam! | Sep 19 17:22:04.186 INFO kablam! 53 | XOR(U8Register), Sep 19 17:22:04.186 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 17:22:04.186 INFO kablam! Sep 19 17:22:04.186 INFO kablam! warning: missing documentation for a variant Sep 19 17:22:04.186 INFO kablam! --> src/instruction.rs:55:5 Sep 19 17:22:04.186 INFO kablam! | Sep 19 17:22:04.186 INFO kablam! 55 | OR(U8Register), Sep 19 17:22:04.186 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 17:22:04.186 INFO kablam! Sep 19 17:22:04.186 INFO kablam! warning: missing documentation for a variant Sep 19 17:22:04.186 INFO kablam! --> src/instruction.rs:58:5 Sep 19 17:22:04.186 INFO kablam! | Sep 19 17:22:04.186 INFO kablam! 58 | CP(U8Register), Sep 19 17:22:04.186 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 17:22:04.186 INFO kablam! Sep 19 17:22:04.186 INFO kablam! warning: missing documentation for a method Sep 19 17:22:04.186 INFO kablam! --> src/instruction.rs:194:5 Sep 19 17:22:04.186 INFO kablam! | Sep 19 17:22:04.186 INFO kablam! 194 | pub fn address(self) -> u8 { Sep 19 17:22:04.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:22:04.186 INFO kablam! Sep 19 17:22:04.186 INFO kablam! warning: missing documentation for a function Sep 19 17:22:04.186 INFO kablam! --> src/instruction.rs:657:1 Sep 19 17:22:04.186 INFO kablam! | Sep 19 17:22:04.186 INFO kablam! 657 | pub fn LD, B>(a: A, b: B) -> Instruction { Sep 19 17:22:04.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:22:04.186 INFO kablam! Sep 19 17:22:04.186 INFO kablam! warning: function `LD` should have a snake case name such as `ld` Sep 19 17:22:04.186 INFO kablam! --> src/instruction.rs:657:1 Sep 19 17:22:04.186 INFO kablam! | Sep 19 17:22:04.186 INFO kablam! 657 | / pub fn LD, B>(a: A, b: B) -> Instruction { Sep 19 17:22:04.186 INFO kablam! 658 | | Ld::LD(a, b) Sep 19 17:22:04.186 INFO kablam! 659 | | } Sep 19 17:22:04.186 INFO kablam! | |_^ Sep 19 17:22:04.186 INFO kablam! | Sep 19 17:22:04.186 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 19 17:22:04.186 INFO kablam! Sep 19 17:22:04.186 INFO kablam! warning: missing documentation for a trait Sep 19 17:22:04.187 INFO kablam! --> src/instruction.rs:661:1 Sep 19 17:22:04.187 INFO kablam! | Sep 19 17:22:04.187 INFO kablam! 661 | pub trait Ld { Sep 19 17:22:04.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:22:04.187 INFO kablam! Sep 19 17:22:04.187 INFO kablam! warning: trait method `LD` should have a snake case name such as `ld` Sep 19 17:22:04.187 INFO kablam! --> src/instruction.rs:662:5 Sep 19 17:22:04.187 INFO kablam! | Sep 19 17:22:04.187 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 19 17:22:04.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:22:04.187 INFO kablam! Sep 19 17:22:04.187 INFO kablam! warning: missing documentation for a trait method Sep 19 17:22:04.187 INFO kablam! --> src/instruction.rs:662:5 Sep 19 17:22:04.187 INFO kablam! | Sep 19 17:22:04.187 INFO kablam! 662 | fn LD(destination: Self, source: Source) -> Instruction; Sep 19 17:22:04.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:22:04.187 INFO kablam! Sep 19 17:22:04.189 INFO kablam! warning: missing documentation for a function Sep 19 17:22:04.189 INFO kablam! --> src/disassembled.rs:203:1 Sep 19 17:22:04.189 INFO kablam! | Sep 19 17:22:04.189 INFO kablam! 203 | pub fn block(address: u16, value: impl Into) -> RomBlock { Sep 19 17:22:04.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:22:04.189 INFO kablam! Sep 19 17:22:04.196 INFO kablam! error: aborting due to previous error Sep 19 17:22:04.196 INFO kablam! Sep 19 17:22:04.196 INFO kablam! Some errors occurred: E0635, E0705. Sep 19 17:22:04.196 INFO kablam! For more information about an error, try `rustc --explain E0635`. Sep 19 17:22:04.204 INFO kablam! error: aborting due to previous error Sep 19 17:22:04.204 INFO kablam! Sep 19 17:22:04.204 INFO kablam! Some errors occurred: E0635, E0705. Sep 19 17:22:04.204 INFO kablam! For more information about an error, try `rustc --explain E0635`. Sep 19 17:22:04.205 INFO kablam! error: Could not compile `zerodmg-codes`. Sep 19 17:22:04.205 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:22:04.212 INFO kablam! error: Could not compile `zerodmg-codes`. Sep 19 17:22:04.212 INFO kablam! Sep 19 17:22:04.212 INFO kablam! To learn more, run the command again with --verbose. Sep 19 17:22:04.213 INFO kablam! su: No module specific data is present Sep 19 17:22:05.086 INFO running `"docker" "rm" "-f" "141aae96b36442bc83fe1c1595b5a1ea26a4874dae2c465fd8332bc5d12508eb"` Sep 19 17:22:05.142 INFO blam! 141aae96b36442bc83fe1c1595b5a1ea26a4874dae2c465fd8332bc5d12508eb