Oct 21 20:18:33.863 INFO checking TofuLynx/emubayer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:18:33.865 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 20:18:34.309 INFO blam! 9400064d8aba5edf10ad910d36811bb355acb27dbb00637928cca1a1bfa47091 Oct 21 20:18:34.317 INFO running `"docker" "start" "-a" "9400064d8aba5edf10ad910d36811bb355acb27dbb00637928cca1a1bfa47091"` Oct 21 20:18:36.196 INFO kablam! usermod: no changes Oct 21 20:18:36.328 INFO kablam! Checking tiff-encoder v0.1.0 Oct 21 20:18:36.336 INFO kablam! Checking png v0.13.0 Oct 21 20:18:38.089 INFO kablam! Checking emubayer v0.1.0 (/source) Oct 21 20:18:39.077 INFO kablam! warning: unused import: `SubCommand` Oct 21 20:18:39.077 INFO kablam! --> src/main.rs:14:22 Oct 21 20:18:39.078 INFO kablam! | Oct 21 20:18:39.078 INFO kablam! 14 | use clap::{Arg, App, SubCommand}; Oct 21 20:18:39.078 INFO kablam! | ^^^^^^^^^^ Oct 21 20:18:39.079 INFO kablam! | Oct 21 20:18:39.079 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:18:39.079 INFO kablam! Oct 21 20:18:39.125 INFO kablam! warning: unused import: `SubCommand` Oct 21 20:18:39.125 INFO kablam! --> src/main.rs:14:22 Oct 21 20:18:39.125 INFO kablam! | Oct 21 20:18:39.125 INFO kablam! 14 | use clap::{Arg, App, SubCommand}; Oct 21 20:18:39.125 INFO kablam! | ^^^^^^^^^^ Oct 21 20:18:39.125 INFO kablam! | Oct 21 20:18:39.125 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:18:39.125 INFO kablam! Oct 21 20:18:39.184 INFO kablam! warning: static item is never used: `INVALID_PATTERN` Oct 21 20:18:39.185 INFO kablam! --> src/info/error.rs:5:1 Oct 21 20:18:39.185 INFO kablam! | Oct 21 20:18:39.185 INFO kablam! 5 | / pub static INVALID_PATTERN: &str = "\ Oct 21 20:18:39.186 INFO kablam! 6 | | Could not parse the bayer pattern. Please enter one of the following: Oct 21 20:18:39.186 INFO kablam! 7 | | RGGB Oct 21 20:18:39.186 INFO kablam! 8 | | BGGR Oct 21 20:18:39.186 INFO kablam! 9 | | GRBG Oct 21 20:18:39.187 INFO kablam! 10 | | GBRG\ Oct 21 20:18:39.187 INFO kablam! 11 | | "; Oct 21 20:18:39.187 INFO kablam! | |__^ Oct 21 20:18:39.188 INFO kablam! | Oct 21 20:18:39.188 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:18:39.188 INFO kablam! Oct 21 20:18:39.188 INFO kablam! warning: static item is never used: `HELP` Oct 21 20:18:39.189 INFO kablam! --> src/info/mod.rs:7:1 Oct 21 20:18:39.189 INFO kablam! | Oct 21 20:18:39.189 INFO kablam! 7 | / pub static HELP: &str = "\ Oct 21 20:18:39.189 INFO kablam! 8 | | usage: Oct 21 20:18:39.189 INFO kablam! 9 | | emubayer Oct 21 20:18:39.189 INFO kablam! 10 | | Creates a DNG image sample based on an emulated Bayer CFA Camera taking a picture at the given PNG image.\ Oct 21 20:18:39.190 INFO kablam! 11 | | "; Oct 21 20:18:39.190 INFO kablam! | |__^ Oct 21 20:18:39.190 INFO kablam! Oct 21 20:18:39.190 INFO kablam! warning: field is never used: `bit_depth` Oct 21 20:18:39.190 INFO kablam! --> src/main.rs:29:5 Oct 21 20:18:39.190 INFO kablam! | Oct 21 20:18:39.191 INFO kablam! 29 | bit_depth: BitDepth, Oct 21 20:18:39.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:39.191 INFO kablam! Oct 21 20:18:39.191 INFO kablam! warning: variant is never constructed: `BGGR` Oct 21 20:18:39.191 INFO kablam! --> src/main.rs:111:5 Oct 21 20:18:39.191 INFO kablam! | Oct 21 20:18:39.192 INFO kablam! 111 | BGGR, Oct 21 20:18:39.192 INFO kablam! | ^^^^ Oct 21 20:18:39.192 INFO kablam! Oct 21 20:18:39.192 INFO kablam! warning: variant is never constructed: `GRBG` Oct 21 20:18:39.192 INFO kablam! --> src/main.rs:112:5 Oct 21 20:18:39.193 INFO kablam! | Oct 21 20:18:39.193 INFO kablam! 112 | GRBG, Oct 21 20:18:39.193 INFO kablam! | ^^^^ Oct 21 20:18:39.193 INFO kablam! Oct 21 20:18:39.193 INFO kablam! warning: variant is never constructed: `GBRG` Oct 21 20:18:39.194 INFO kablam! --> src/main.rs:113:5 Oct 21 20:18:39.194 INFO kablam! | Oct 21 20:18:39.194 INFO kablam! 113 | GBRG, Oct 21 20:18:39.194 INFO kablam! | ^^^^ Oct 21 20:18:39.194 INFO kablam! Oct 21 20:18:39.194 INFO kablam! warning: method is never used: `from_str` Oct 21 20:18:39.195 INFO kablam! --> src/main.rs:117:5 Oct 21 20:18:39.195 INFO kablam! | Oct 21 20:18:39.195 INFO kablam! 117 | fn from_str(bayer_pattern: &str) -> Result { Oct 21 20:18:39.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:39.195 INFO kablam! Oct 21 20:18:39.332 INFO kablam! warning: static item is never used: `INVALID_PATTERN` Oct 21 20:18:39.332 INFO kablam! --> src/info/error.rs:5:1 Oct 21 20:18:39.332 INFO kablam! | Oct 21 20:18:39.332 INFO kablam! 5 | / pub static INVALID_PATTERN: &str = "\ Oct 21 20:18:39.332 INFO kablam! 6 | | Could not parse the bayer pattern. Please enter one of the following: Oct 21 20:18:39.332 INFO kablam! 7 | | RGGB Oct 21 20:18:39.332 INFO kablam! 8 | | BGGR Oct 21 20:18:39.332 INFO kablam! 9 | | GRBG Oct 21 20:18:39.332 INFO kablam! 10 | | GBRG\ Oct 21 20:18:39.332 INFO kablam! 11 | | "; Oct 21 20:18:39.332 INFO kablam! | |__^ Oct 21 20:18:39.332 INFO kablam! | Oct 21 20:18:39.332 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:18:39.332 INFO kablam! Oct 21 20:18:39.332 INFO kablam! warning: static item is never used: `HELP` Oct 21 20:18:39.332 INFO kablam! --> src/info/mod.rs:7:1 Oct 21 20:18:39.332 INFO kablam! | Oct 21 20:18:39.332 INFO kablam! 7 | / pub static HELP: &str = "\ Oct 21 20:18:39.332 INFO kablam! 8 | | usage: Oct 21 20:18:39.332 INFO kablam! 9 | | emubayer Oct 21 20:18:39.332 INFO kablam! 10 | | Creates a DNG image sample based on an emulated Bayer CFA Camera taking a picture at the given PNG image.\ Oct 21 20:18:39.332 INFO kablam! 11 | | "; Oct 21 20:18:39.332 INFO kablam! | |__^ Oct 21 20:18:39.332 INFO kablam! Oct 21 20:18:39.332 INFO kablam! warning: field is never used: `bit_depth` Oct 21 20:18:39.332 INFO kablam! --> src/main.rs:29:5 Oct 21 20:18:39.332 INFO kablam! | Oct 21 20:18:39.332 INFO kablam! 29 | bit_depth: BitDepth, Oct 21 20:18:39.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:39.332 INFO kablam! Oct 21 20:18:39.332 INFO kablam! warning: method is never used: `from_str` Oct 21 20:18:39.332 INFO kablam! --> src/main.rs:117:5 Oct 21 20:18:39.332 INFO kablam! | Oct 21 20:18:39.332 INFO kablam! 117 | fn from_str(bayer_pattern: &str) -> Result { Oct 21 20:18:39.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:18:39.332 INFO kablam! Oct 21 20:18:39.349 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.12s Oct 21 20:18:39.353 INFO kablam! su: No module specific data is present Oct 21 20:18:39.717 INFO running `"docker" "rm" "-f" "9400064d8aba5edf10ad910d36811bb355acb27dbb00637928cca1a1bfa47091"` Oct 21 20:18:40.100 INFO blam! 9400064d8aba5edf10ad910d36811bb355acb27dbb00637928cca1a1bfa47091