Oct 13 02:17:15.841 INFO checking TofuLynx/emubayer against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 02:17:15.841 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 02:17:16.131 INFO blam! 797c1ae11ea1ae7b451ab193c0e7d200d22666ad1dd7fab9fe5641fa5a05ed4d Oct 13 02:17:16.133 INFO running `"docker" "start" "-a" "797c1ae11ea1ae7b451ab193c0e7d200d22666ad1dd7fab9fe5641fa5a05ed4d"` Oct 13 02:17:17.433 INFO kablam! usermod: no changes Oct 13 02:17:17.608 INFO kablam! Checking tiff-encoder v0.1.0 Oct 13 02:17:17.616 INFO kablam! Checking png v0.13.0 Oct 13 02:17:19.509 INFO kablam! Checking emubayer v0.1.0 (/source) Oct 13 02:17:21.044 INFO kablam! warning: unused import: `SubCommand` Oct 13 02:17:21.044 INFO kablam! --> src/main.rs:14:22 Oct 13 02:17:21.044 INFO kablam! | Oct 13 02:17:21.044 INFO kablam! 14 | use clap::{Arg, App, SubCommand}; Oct 13 02:17:21.044 INFO kablam! | ^^^^^^^^^^ Oct 13 02:17:21.044 INFO kablam! | Oct 13 02:17:21.044 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:17:21.044 INFO kablam! Oct 13 02:17:21.184 INFO kablam! warning: unused import: `SubCommand` Oct 13 02:17:21.184 INFO kablam! --> src/main.rs:14:22 Oct 13 02:17:21.184 INFO kablam! | Oct 13 02:17:21.184 INFO kablam! 14 | use clap::{Arg, App, SubCommand}; Oct 13 02:17:21.184 INFO kablam! | ^^^^^^^^^^ Oct 13 02:17:21.184 INFO kablam! | Oct 13 02:17:21.184 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:17:21.184 INFO kablam! Oct 13 02:17:21.267 INFO kablam! warning: static item is never used: `INVALID_PATTERN` Oct 13 02:17:21.267 INFO kablam! --> src/info/error.rs:5:1 Oct 13 02:17:21.267 INFO kablam! | Oct 13 02:17:21.267 INFO kablam! 5 | / pub static INVALID_PATTERN: &str = "\ Oct 13 02:17:21.267 INFO kablam! 6 | | Could not parse the bayer pattern. Please enter one of the following: Oct 13 02:17:21.267 INFO kablam! 7 | | RGGB Oct 13 02:17:21.267 INFO kablam! 8 | | BGGR Oct 13 02:17:21.267 INFO kablam! 9 | | GRBG Oct 13 02:17:21.267 INFO kablam! 10 | | GBRG\ Oct 13 02:17:21.267 INFO kablam! 11 | | "; Oct 13 02:17:21.267 INFO kablam! | |__^ Oct 13 02:17:21.267 INFO kablam! | Oct 13 02:17:21.267 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:17:21.267 INFO kablam! Oct 13 02:17:21.267 INFO kablam! warning: static item is never used: `HELP` Oct 13 02:17:21.267 INFO kablam! --> src/info/mod.rs:7:1 Oct 13 02:17:21.267 INFO kablam! | Oct 13 02:17:21.267 INFO kablam! 7 | / pub static HELP: &str = "\ Oct 13 02:17:21.267 INFO kablam! 8 | | usage: Oct 13 02:17:21.267 INFO kablam! 9 | | emubayer Oct 13 02:17:21.267 INFO kablam! 10 | | Creates a DNG image sample based on an emulated Bayer CFA Camera taking a picture at the given PNG image.\ Oct 13 02:17:21.267 INFO kablam! 11 | | "; Oct 13 02:17:21.267 INFO kablam! | |__^ Oct 13 02:17:21.267 INFO kablam! Oct 13 02:17:21.267 INFO kablam! warning: field is never used: `bit_depth` Oct 13 02:17:21.267 INFO kablam! --> src/main.rs:29:5 Oct 13 02:17:21.267 INFO kablam! | Oct 13 02:17:21.267 INFO kablam! 29 | bit_depth: BitDepth, Oct 13 02:17:21.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 02:17:21.267 INFO kablam! Oct 13 02:17:21.267 INFO kablam! warning: method is never used: `from_str` Oct 13 02:17:21.267 INFO kablam! --> src/main.rs:117:5 Oct 13 02:17:21.267 INFO kablam! | Oct 13 02:17:21.267 INFO kablam! 117 | fn from_str(bayer_pattern: &str) -> Result { Oct 13 02:17:21.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:17:21.268 INFO kablam! Oct 13 02:17:21.300 INFO kablam! warning: static item is never used: `INVALID_PATTERN` Oct 13 02:17:21.300 INFO kablam! --> src/info/error.rs:5:1 Oct 13 02:17:21.300 INFO kablam! | Oct 13 02:17:21.300 INFO kablam! 5 | / pub static INVALID_PATTERN: &str = "\ Oct 13 02:17:21.301 INFO kablam! 6 | | Could not parse the bayer pattern. Please enter one of the following: Oct 13 02:17:21.301 INFO kablam! 7 | | RGGB Oct 13 02:17:21.301 INFO kablam! 8 | | BGGR Oct 13 02:17:21.301 INFO kablam! 9 | | GRBG Oct 13 02:17:21.301 INFO kablam! 10 | | GBRG\ Oct 13 02:17:21.301 INFO kablam! 11 | | "; Oct 13 02:17:21.301 INFO kablam! | |__^ Oct 13 02:17:21.301 INFO kablam! | Oct 13 02:17:21.301 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:17:21.301 INFO kablam! Oct 13 02:17:21.301 INFO kablam! warning: static item is never used: `HELP` Oct 13 02:17:21.301 INFO kablam! --> src/info/mod.rs:7:1 Oct 13 02:17:21.301 INFO kablam! | Oct 13 02:17:21.301 INFO kablam! 7 | / pub static HELP: &str = "\ Oct 13 02:17:21.301 INFO kablam! 8 | | usage: Oct 13 02:17:21.301 INFO kablam! 9 | | emubayer Oct 13 02:17:21.301 INFO kablam! 10 | | Creates a DNG image sample based on an emulated Bayer CFA Camera taking a picture at the given PNG image.\ Oct 13 02:17:21.301 INFO kablam! 11 | | "; Oct 13 02:17:21.301 INFO kablam! | |__^ Oct 13 02:17:21.301 INFO kablam! Oct 13 02:17:21.301 INFO kablam! warning: field is never used: `bit_depth` Oct 13 02:17:21.301 INFO kablam! --> src/main.rs:29:5 Oct 13 02:17:21.301 INFO kablam! | Oct 13 02:17:21.301 INFO kablam! 29 | bit_depth: BitDepth, Oct 13 02:17:21.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 02:17:21.301 INFO kablam! Oct 13 02:17:21.301 INFO kablam! warning: variant is never constructed: `BGGR` Oct 13 02:17:21.301 INFO kablam! --> src/main.rs:111:5 Oct 13 02:17:21.301 INFO kablam! | Oct 13 02:17:21.301 INFO kablam! 111 | BGGR, Oct 13 02:17:21.301 INFO kablam! | ^^^^ Oct 13 02:17:21.301 INFO kablam! Oct 13 02:17:21.301 INFO kablam! warning: variant is never constructed: `GRBG` Oct 13 02:17:21.301 INFO kablam! --> src/main.rs:112:5 Oct 13 02:17:21.301 INFO kablam! | Oct 13 02:17:21.301 INFO kablam! 112 | GRBG, Oct 13 02:17:21.301 INFO kablam! | ^^^^ Oct 13 02:17:21.301 INFO kablam! Oct 13 02:17:21.301 INFO kablam! warning: variant is never constructed: `GBRG` Oct 13 02:17:21.301 INFO kablam! --> src/main.rs:113:5 Oct 13 02:17:21.301 INFO kablam! | Oct 13 02:17:21.301 INFO kablam! 113 | GBRG, Oct 13 02:17:21.301 INFO kablam! | ^^^^ Oct 13 02:17:21.301 INFO kablam! Oct 13 02:17:21.301 INFO kablam! warning: method is never used: `from_str` Oct 13 02:17:21.301 INFO kablam! --> src/main.rs:117:5 Oct 13 02:17:21.301 INFO kablam! | Oct 13 02:17:21.301 INFO kablam! 117 | fn from_str(bayer_pattern: &str) -> Result { Oct 13 02:17:21.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:17:21.301 INFO kablam! Oct 13 02:17:21.320 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.86s Oct 13 02:17:21.323 INFO kablam! su: No module specific data is present Oct 13 02:17:21.716 INFO running `"docker" "rm" "-f" "797c1ae11ea1ae7b451ab193c0e7d200d22666ad1dd7fab9fe5641fa5a05ed4d"` Oct 13 02:17:21.940 INFO blam! 797c1ae11ea1ae7b451ab193c0e7d200d22666ad1dd7fab9fe5641fa5a05ed4d