Oct 27 09:25:32.309 INFO checking TofuLynx/emubayer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:25:32.309 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 09:25:32.697 INFO blam! edec805caeefb1f318db7b5ad77bf3cb8c29dcc65da2cb428ef3561edb67b359 Oct 27 09:25:32.702 INFO running `"docker" "start" "-a" "edec805caeefb1f318db7b5ad77bf3cb8c29dcc65da2cb428ef3561edb67b359"` Oct 27 09:25:33.635 INFO kablam! usermod: no changes Oct 27 09:25:33.797 INFO kablam! Checking tiff-encoder v0.1.0 Oct 27 09:25:33.799 INFO kablam! Checking num-iter v0.1.37 Oct 27 09:25:34.411 INFO kablam! Checking png v0.13.0 Oct 27 09:25:36.059 INFO kablam! Checking emubayer v0.1.0 (/source) Oct 27 09:25:37.291 INFO kablam! warning: unused import: `SubCommand` Oct 27 09:25:37.291 INFO kablam! --> src/main.rs:14:22 Oct 27 09:25:37.291 INFO kablam! | Oct 27 09:25:37.291 INFO kablam! 14 | use clap::{Arg, App, SubCommand}; Oct 27 09:25:37.291 INFO kablam! | ^^^^^^^^^^ Oct 27 09:25:37.291 INFO kablam! | Oct 27 09:25:37.291 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:25:37.291 INFO kablam! Oct 27 09:25:37.399 INFO kablam! warning: unused import: `SubCommand` Oct 27 09:25:37.399 INFO kablam! --> src/main.rs:14:22 Oct 27 09:25:37.399 INFO kablam! | Oct 27 09:25:37.399 INFO kablam! 14 | use clap::{Arg, App, SubCommand}; Oct 27 09:25:37.399 INFO kablam! | ^^^^^^^^^^ Oct 27 09:25:37.399 INFO kablam! | Oct 27 09:25:37.399 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:25:37.399 INFO kablam! Oct 27 09:25:37.491 INFO kablam! warning: static item is never used: `INVALID_PATTERN` Oct 27 09:25:37.491 INFO kablam! --> src/info/error.rs:5:1 Oct 27 09:25:37.491 INFO kablam! | Oct 27 09:25:37.491 INFO kablam! 5 | / pub static INVALID_PATTERN: &str = "\ Oct 27 09:25:37.491 INFO kablam! 6 | | Could not parse the bayer pattern. Please enter one of the following: Oct 27 09:25:37.491 INFO kablam! 7 | | RGGB Oct 27 09:25:37.491 INFO kablam! 8 | | BGGR Oct 27 09:25:37.491 INFO kablam! 9 | | GRBG Oct 27 09:25:37.491 INFO kablam! 10 | | GBRG\ Oct 27 09:25:37.491 INFO kablam! 11 | | "; Oct 27 09:25:37.491 INFO kablam! | |__^ Oct 27 09:25:37.491 INFO kablam! | Oct 27 09:25:37.491 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:25:37.491 INFO kablam! Oct 27 09:25:37.491 INFO kablam! warning: static item is never used: `HELP` Oct 27 09:25:37.491 INFO kablam! --> src/info/mod.rs:7:1 Oct 27 09:25:37.491 INFO kablam! | Oct 27 09:25:37.491 INFO kablam! 7 | / pub static HELP: &str = "\ Oct 27 09:25:37.491 INFO kablam! 8 | | usage: Oct 27 09:25:37.491 INFO kablam! 9 | | emubayer Oct 27 09:25:37.491 INFO kablam! 10 | | Creates a DNG image sample based on an emulated Bayer CFA Camera taking a picture at the given PNG image.\ Oct 27 09:25:37.491 INFO kablam! 11 | | "; Oct 27 09:25:37.491 INFO kablam! | |__^ Oct 27 09:25:37.491 INFO kablam! Oct 27 09:25:37.491 INFO kablam! warning: field is never used: `bit_depth` Oct 27 09:25:37.491 INFO kablam! --> src/main.rs:29:5 Oct 27 09:25:37.491 INFO kablam! | Oct 27 09:25:37.491 INFO kablam! 29 | bit_depth: BitDepth, Oct 27 09:25:37.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:25:37.491 INFO kablam! Oct 27 09:25:37.491 INFO kablam! warning: variant is never constructed: `BGGR` Oct 27 09:25:37.491 INFO kablam! --> src/main.rs:111:5 Oct 27 09:25:37.491 INFO kablam! | Oct 27 09:25:37.491 INFO kablam! 111 | BGGR, Oct 27 09:25:37.491 INFO kablam! | ^^^^ Oct 27 09:25:37.491 INFO kablam! Oct 27 09:25:37.491 INFO kablam! warning: variant is never constructed: `GRBG` Oct 27 09:25:37.491 INFO kablam! --> src/main.rs:112:5 Oct 27 09:25:37.491 INFO kablam! | Oct 27 09:25:37.491 INFO kablam! 112 | GRBG, Oct 27 09:25:37.491 INFO kablam! | ^^^^ Oct 27 09:25:37.492 INFO kablam! Oct 27 09:25:37.492 INFO kablam! warning: variant is never constructed: `GBRG` Oct 27 09:25:37.492 INFO kablam! --> src/main.rs:113:5 Oct 27 09:25:37.492 INFO kablam! | Oct 27 09:25:37.492 INFO kablam! 113 | GBRG, Oct 27 09:25:37.492 INFO kablam! | ^^^^ Oct 27 09:25:37.492 INFO kablam! Oct 27 09:25:37.492 INFO kablam! warning: method is never used: `from_str` Oct 27 09:25:37.492 INFO kablam! --> src/main.rs:117:5 Oct 27 09:25:37.492 INFO kablam! | Oct 27 09:25:37.492 INFO kablam! 117 | fn from_str(bayer_pattern: &str) -> Result { Oct 27 09:25:37.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:25:37.492 INFO kablam! Oct 27 09:25:37.595 INFO kablam! warning: static item is never used: `INVALID_PATTERN` Oct 27 09:25:37.595 INFO kablam! --> src/info/error.rs:5:1 Oct 27 09:25:37.596 INFO kablam! | Oct 27 09:25:37.596 INFO kablam! 5 | / pub static INVALID_PATTERN: &str = "\ Oct 27 09:25:37.596 INFO kablam! 6 | | Could not parse the bayer pattern. Please enter one of the following: Oct 27 09:25:37.596 INFO kablam! 7 | | RGGB Oct 27 09:25:37.596 INFO kablam! 8 | | BGGR Oct 27 09:25:37.597 INFO kablam! 9 | | GRBG Oct 27 09:25:37.597 INFO kablam! 10 | | GBRG\ Oct 27 09:25:37.597 INFO kablam! 11 | | "; Oct 27 09:25:37.597 INFO kablam! | |__^ Oct 27 09:25:37.598 INFO kablam! | Oct 27 09:25:37.598 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:25:37.598 INFO kablam! Oct 27 09:25:37.598 INFO kablam! warning: static item is never used: `HELP` Oct 27 09:25:37.599 INFO kablam! --> src/info/mod.rs:7:1 Oct 27 09:25:37.599 INFO kablam! | Oct 27 09:25:37.599 INFO kablam! 7 | / pub static HELP: &str = "\ Oct 27 09:25:37.600 INFO kablam! 8 | | usage: Oct 27 09:25:37.600 INFO kablam! 9 | | emubayer Oct 27 09:25:37.600 INFO kablam! 10 | | Creates a DNG image sample based on an emulated Bayer CFA Camera taking a picture at the given PNG image.\ Oct 27 09:25:37.600 INFO kablam! 11 | | "; Oct 27 09:25:37.601 INFO kablam! | |__^ Oct 27 09:25:37.601 INFO kablam! Oct 27 09:25:37.601 INFO kablam! warning: field is never used: `bit_depth` Oct 27 09:25:37.601 INFO kablam! --> src/main.rs:29:5 Oct 27 09:25:37.602 INFO kablam! | Oct 27 09:25:37.602 INFO kablam! 29 | bit_depth: BitDepth, Oct 27 09:25:37.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:25:37.603 INFO kablam! Oct 27 09:25:37.603 INFO kablam! warning: method is never used: `from_str` Oct 27 09:25:37.603 INFO kablam! --> src/main.rs:117:5 Oct 27 09:25:37.603 INFO kablam! | Oct 27 09:25:37.604 INFO kablam! 117 | fn from_str(bayer_pattern: &str) -> Result { Oct 27 09:25:37.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:25:37.604 INFO kablam! Oct 27 09:25:37.642 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.98s Oct 27 09:25:37.648 INFO kablam! su: No module specific data is present Oct 27 09:25:38.163 INFO running `"docker" "rm" "-f" "edec805caeefb1f318db7b5ad77bf3cb8c29dcc65da2cb428ef3561edb67b359"` Oct 27 09:25:38.399 INFO blam! edec805caeefb1f318db7b5ad77bf3cb8c29dcc65da2cb428ef3561edb67b359