Oct 15 06:11:37.501 INFO testing TofuLynx/emubayer against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:11:37.501 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 06:11:37.723 INFO blam! b8ece180849017a2205ccae957484772465d8c297e0ef50c2cd5f01caf9048c0 Oct 15 06:11:37.725 INFO running `"docker" "start" "-a" "b8ece180849017a2205ccae957484772465d8c297e0ef50c2cd5f01caf9048c0"` Oct 15 06:11:38.388 INFO kablam! usermod: no changes Oct 15 06:11:38.470 INFO kablam! Compiling tiff-encoder v0.1.0 Oct 15 06:11:38.470 INFO kablam! Compiling num-iter v0.1.37 Oct 15 06:11:38.831 INFO kablam! Compiling png v0.13.0 Oct 15 06:11:40.720 INFO kablam! Compiling emubayer v0.1.0 (/source) Oct 15 06:11:41.551 INFO kablam! warning: unused import: `SubCommand` Oct 15 06:11:41.551 INFO kablam! --> src/main.rs:14:22 Oct 15 06:11:41.551 INFO kablam! | Oct 15 06:11:41.551 INFO kablam! 14 | use clap::{Arg, App, SubCommand}; Oct 15 06:11:41.551 INFO kablam! | ^^^^^^^^^^ Oct 15 06:11:41.551 INFO kablam! | Oct 15 06:11:41.551 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:11:41.551 INFO kablam! Oct 15 06:11:41.707 INFO kablam! warning: static item is never used: `INVALID_PATTERN` Oct 15 06:11:41.708 INFO kablam! --> src/info/error.rs:5:1 Oct 15 06:11:41.708 INFO kablam! | Oct 15 06:11:41.709 INFO kablam! 5 | / pub static INVALID_PATTERN: &str = "\ Oct 15 06:11:41.709 INFO kablam! 6 | | Could not parse the bayer pattern. Please enter one of the following: Oct 15 06:11:41.710 INFO kablam! 7 | | RGGB Oct 15 06:11:41.710 INFO kablam! 8 | | BGGR Oct 15 06:11:41.711 INFO kablam! 9 | | GRBG Oct 15 06:11:41.711 INFO kablam! 10 | | GBRG\ Oct 15 06:11:41.712 INFO kablam! 11 | | "; Oct 15 06:11:41.712 INFO kablam! | |__^ Oct 15 06:11:41.713 INFO kablam! | Oct 15 06:11:41.714 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:11:41.714 INFO kablam! Oct 15 06:11:41.714 INFO kablam! warning: static item is never used: `HELP` Oct 15 06:11:41.714 INFO kablam! --> src/info/mod.rs:7:1 Oct 15 06:11:41.714 INFO kablam! | Oct 15 06:11:41.714 INFO kablam! 7 | / pub static HELP: &str = "\ Oct 15 06:11:41.714 INFO kablam! 8 | | usage: Oct 15 06:11:41.714 INFO kablam! 9 | | emubayer Oct 15 06:11:41.714 INFO kablam! 10 | | Creates a DNG image sample based on an emulated Bayer CFA Camera taking a picture at the given PNG image.\ Oct 15 06:11:41.714 INFO kablam! 11 | | "; Oct 15 06:11:41.714 INFO kablam! | |__^ Oct 15 06:11:41.714 INFO kablam! Oct 15 06:11:41.714 INFO kablam! warning: field is never used: `bit_depth` Oct 15 06:11:41.714 INFO kablam! --> src/main.rs:29:5 Oct 15 06:11:41.714 INFO kablam! | Oct 15 06:11:41.714 INFO kablam! 29 | bit_depth: BitDepth, Oct 15 06:11:41.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:11:41.719 INFO kablam! Oct 15 06:11:41.719 INFO kablam! warning: variant is never constructed: `BGGR` Oct 15 06:11:41.719 INFO kablam! --> src/main.rs:111:5 Oct 15 06:11:41.719 INFO kablam! | Oct 15 06:11:41.719 INFO kablam! 111 | BGGR, Oct 15 06:11:41.719 INFO kablam! | ^^^^ Oct 15 06:11:41.719 INFO kablam! Oct 15 06:11:41.719 INFO kablam! warning: variant is never constructed: `GRBG` Oct 15 06:11:41.719 INFO kablam! --> src/main.rs:112:5 Oct 15 06:11:41.719 INFO kablam! | Oct 15 06:11:41.719 INFO kablam! 112 | GRBG, Oct 15 06:11:41.719 INFO kablam! | ^^^^ Oct 15 06:11:41.719 INFO kablam! Oct 15 06:11:41.719 INFO kablam! warning: variant is never constructed: `GBRG` Oct 15 06:11:41.719 INFO kablam! --> src/main.rs:113:5 Oct 15 06:11:41.719 INFO kablam! | Oct 15 06:11:41.719 INFO kablam! 113 | GBRG, Oct 15 06:11:41.719 INFO kablam! | ^^^^ Oct 15 06:11:41.719 INFO kablam! Oct 15 06:11:41.719 INFO kablam! warning: method is never used: `from_str` Oct 15 06:11:41.719 INFO kablam! --> src/main.rs:117:5 Oct 15 06:11:41.719 INFO kablam! | Oct 15 06:11:41.719 INFO kablam! 117 | fn from_str(bayer_pattern: &str) -> Result { Oct 15 06:11:41.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:11:41.719 INFO kablam! Oct 15 06:11:43.232 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.83s Oct 15 06:11:43.235 INFO kablam! su: No module specific data is present Oct 15 06:11:43.846 INFO running `"docker" "rm" "-f" "b8ece180849017a2205ccae957484772465d8c297e0ef50c2cd5f01caf9048c0"` Oct 15 06:11:44.150 INFO blam! b8ece180849017a2205ccae957484772465d8c297e0ef50c2cd5f01caf9048c0 Oct 15 06:11:44.154 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 06:11:44.527 INFO blam! c74910fec5c5f88c59bd39bec6ec445c60ff11dd2dab0ce5d664489ce718bfbc Oct 15 06:11:44.529 INFO running `"docker" "start" "-a" "c74910fec5c5f88c59bd39bec6ec445c60ff11dd2dab0ce5d664489ce718bfbc"` Oct 15 06:11:45.884 INFO kablam! usermod: no changes Oct 15 06:11:45.973 INFO kablam! Compiling emubayer v0.1.0 (/source) Oct 15 06:11:46.807 INFO kablam! warning: unused import: `SubCommand` Oct 15 06:11:46.807 INFO kablam! --> src/main.rs:14:22 Oct 15 06:11:46.807 INFO kablam! | Oct 15 06:11:46.807 INFO kablam! 14 | use clap::{Arg, App, SubCommand}; Oct 15 06:11:46.807 INFO kablam! | ^^^^^^^^^^ Oct 15 06:11:46.807 INFO kablam! | Oct 15 06:11:46.807 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:11:46.807 INFO kablam! Oct 15 06:11:46.995 INFO kablam! warning: static item is never used: `INVALID_PATTERN` Oct 15 06:11:46.995 INFO kablam! --> src/info/error.rs:5:1 Oct 15 06:11:46.995 INFO kablam! | Oct 15 06:11:46.995 INFO kablam! 5 | / pub static INVALID_PATTERN: &str = "\ Oct 15 06:11:46.995 INFO kablam! 6 | | Could not parse the bayer pattern. Please enter one of the following: Oct 15 06:11:46.995 INFO kablam! 7 | | RGGB Oct 15 06:11:46.995 INFO kablam! 8 | | BGGR Oct 15 06:11:46.995 INFO kablam! 9 | | GRBG Oct 15 06:11:46.995 INFO kablam! 10 | | GBRG\ Oct 15 06:11:46.995 INFO kablam! 11 | | "; Oct 15 06:11:46.995 INFO kablam! | |__^ Oct 15 06:11:46.995 INFO kablam! | Oct 15 06:11:46.995 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:11:46.995 INFO kablam! Oct 15 06:11:46.995 INFO kablam! warning: static item is never used: `HELP` Oct 15 06:11:46.995 INFO kablam! --> src/info/mod.rs:7:1 Oct 15 06:11:46.995 INFO kablam! | Oct 15 06:11:46.995 INFO kablam! 7 | / pub static HELP: &str = "\ Oct 15 06:11:46.995 INFO kablam! 8 | | usage: Oct 15 06:11:46.995 INFO kablam! 9 | | emubayer Oct 15 06:11:46.995 INFO kablam! 10 | | Creates a DNG image sample based on an emulated Bayer CFA Camera taking a picture at the given PNG image.\ Oct 15 06:11:46.995 INFO kablam! 11 | | "; Oct 15 06:11:46.995 INFO kablam! | |__^ Oct 15 06:11:46.995 INFO kablam! Oct 15 06:11:46.995 INFO kablam! warning: field is never used: `bit_depth` Oct 15 06:11:46.995 INFO kablam! --> src/main.rs:29:5 Oct 15 06:11:46.995 INFO kablam! | Oct 15 06:11:46.995 INFO kablam! 29 | bit_depth: BitDepth, Oct 15 06:11:46.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:11:46.995 INFO kablam! Oct 15 06:11:46.995 INFO kablam! warning: method is never used: `from_str` Oct 15 06:11:46.995 INFO kablam! --> src/main.rs:117:5 Oct 15 06:11:46.995 INFO kablam! | Oct 15 06:11:46.995 INFO kablam! 117 | fn from_str(bayer_pattern: &str) -> Result { Oct 15 06:11:46.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:11:46.995 INFO kablam! Oct 15 06:11:48.310 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.40s Oct 15 06:11:48.314 INFO kablam! su: No module specific data is present Oct 15 06:11:49.030 INFO running `"docker" "rm" "-f" "c74910fec5c5f88c59bd39bec6ec445c60ff11dd2dab0ce5d664489ce718bfbc"` Oct 15 06:11:49.394 INFO blam! c74910fec5c5f88c59bd39bec6ec445c60ff11dd2dab0ce5d664489ce718bfbc