Oct 15 06:11:38.545 INFO testing TofuLynx/emubayer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:11:38.545 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:38.790 INFO blam! a3fa7a7a1cffca172e185d87af810d5ac22c933e05f205f8aa6c00f194424610 Oct 15 06:11:38.790 INFO running `"docker" "start" "-a" "a3fa7a7a1cffca172e185d87af810d5ac22c933e05f205f8aa6c00f194424610"` Oct 15 06:11:39.285 INFO kablam! usermod: no changes Oct 15 06:11:39.366 INFO kablam! Compiling tiff-encoder v0.1.0 Oct 15 06:11:39.366 INFO kablam! Compiling png v0.13.0 Oct 15 06:11:42.171 INFO kablam! Compiling emubayer v0.1.0 (/source) Oct 15 06:11:42.848 INFO kablam! warning: unused import: `SubCommand` Oct 15 06:11:42.848 INFO kablam! --> src/main.rs:14:22 Oct 15 06:11:42.848 INFO kablam! | Oct 15 06:11:42.848 INFO kablam! 14 | use clap::{Arg, App, SubCommand}; Oct 15 06:11:42.848 INFO kablam! | ^^^^^^^^^^ Oct 15 06:11:42.848 INFO kablam! | Oct 15 06:11:42.848 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:11:42.848 INFO kablam! Oct 15 06:11:42.972 INFO kablam! warning: static item is never used: `INVALID_PATTERN` Oct 15 06:11:42.972 INFO kablam! --> src/info/error.rs:5:1 Oct 15 06:11:42.972 INFO kablam! | Oct 15 06:11:42.972 INFO kablam! 5 | / pub static INVALID_PATTERN: &str = "\ Oct 15 06:11:42.972 INFO kablam! 6 | | Could not parse the bayer pattern. Please enter one of the following: Oct 15 06:11:42.972 INFO kablam! 7 | | RGGB Oct 15 06:11:42.972 INFO kablam! 8 | | BGGR Oct 15 06:11:42.972 INFO kablam! 9 | | GRBG Oct 15 06:11:42.972 INFO kablam! 10 | | GBRG\ Oct 15 06:11:42.972 INFO kablam! 11 | | "; Oct 15 06:11:42.972 INFO kablam! | |__^ Oct 15 06:11:42.972 INFO kablam! | Oct 15 06:11:42.972 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:11:42.972 INFO kablam! Oct 15 06:11:42.972 INFO kablam! warning: static item is never used: `HELP` Oct 15 06:11:42.972 INFO kablam! --> src/info/mod.rs:7:1 Oct 15 06:11:42.972 INFO kablam! | Oct 15 06:11:42.972 INFO kablam! 7 | / pub static HELP: &str = "\ Oct 15 06:11:42.972 INFO kablam! 8 | | usage: Oct 15 06:11:42.972 INFO kablam! 9 | | emubayer Oct 15 06:11:42.972 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:42.972 INFO kablam! 11 | | "; Oct 15 06:11:42.972 INFO kablam! | |__^ Oct 15 06:11:42.972 INFO kablam! Oct 15 06:11:42.972 INFO kablam! warning: field is never used: `bit_depth` Oct 15 06:11:42.972 INFO kablam! --> src/main.rs:29:5 Oct 15 06:11:42.972 INFO kablam! | Oct 15 06:11:42.972 INFO kablam! 29 | bit_depth: BitDepth, Oct 15 06:11:42.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:11:42.972 INFO kablam! Oct 15 06:11:42.972 INFO kablam! warning: variant is never constructed: `BGGR` Oct 15 06:11:42.972 INFO kablam! --> src/main.rs:111:5 Oct 15 06:11:42.972 INFO kablam! | Oct 15 06:11:42.972 INFO kablam! 111 | BGGR, Oct 15 06:11:42.972 INFO kablam! | ^^^^ Oct 15 06:11:42.972 INFO kablam! Oct 15 06:11:42.972 INFO kablam! warning: variant is never constructed: `GRBG` Oct 15 06:11:42.972 INFO kablam! --> src/main.rs:112:5 Oct 15 06:11:42.972 INFO kablam! | Oct 15 06:11:42.972 INFO kablam! 112 | GRBG, Oct 15 06:11:42.972 INFO kablam! | ^^^^ Oct 15 06:11:42.972 INFO kablam! Oct 15 06:11:42.972 INFO kablam! warning: variant is never constructed: `GBRG` Oct 15 06:11:42.972 INFO kablam! --> src/main.rs:113:5 Oct 15 06:11:42.972 INFO kablam! | Oct 15 06:11:42.972 INFO kablam! 113 | GBRG, Oct 15 06:11:42.972 INFO kablam! | ^^^^ Oct 15 06:11:42.972 INFO kablam! Oct 15 06:11:42.972 INFO kablam! warning: method is never used: `from_str` Oct 15 06:11:42.972 INFO kablam! --> src/main.rs:117:5 Oct 15 06:11:42.972 INFO kablam! | Oct 15 06:11:42.972 INFO kablam! 117 | fn from_str(bayer_pattern: &str) -> Result { Oct 15 06:11:42.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:11:42.972 INFO kablam! Oct 15 06:11:44.764 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.46s Oct 15 06:11:44.764 INFO kablam! su: No module specific data is present Oct 15 06:11:45.327 INFO running `"docker" "rm" "-f" "a3fa7a7a1cffca172e185d87af810d5ac22c933e05f205f8aa6c00f194424610"` Oct 15 06:11:45.666 INFO blam! a3fa7a7a1cffca172e185d87af810d5ac22c933e05f205f8aa6c00f194424610 Oct 15 06:11:45.675 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:46.131 INFO blam! 445a80d8d61e9a388c1fa6ffc726485e5936b3c5a91f80fb64746254cab30f37 Oct 15 06:11:46.138 INFO running `"docker" "start" "-a" "445a80d8d61e9a388c1fa6ffc726485e5936b3c5a91f80fb64746254cab30f37"` Oct 15 06:11:47.191 INFO kablam! usermod: no changes Oct 15 06:11:47.291 INFO kablam! Compiling emubayer v0.1.0 (/source) Oct 15 06:11:48.235 INFO kablam! warning: unused import: `SubCommand` Oct 15 06:11:48.235 INFO kablam! --> src/main.rs:14:22 Oct 15 06:11:48.235 INFO kablam! | Oct 15 06:11:48.235 INFO kablam! 14 | use clap::{Arg, App, SubCommand}; Oct 15 06:11:48.235 INFO kablam! | ^^^^^^^^^^ Oct 15 06:11:48.235 INFO kablam! | Oct 15 06:11:48.235 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:11:48.235 INFO kablam! Oct 15 06:11:48.487 INFO kablam! warning: static item is never used: `INVALID_PATTERN` Oct 15 06:11:48.487 INFO kablam! --> src/info/error.rs:5:1 Oct 15 06:11:48.487 INFO kablam! | Oct 15 06:11:48.487 INFO kablam! 5 | / pub static INVALID_PATTERN: &str = "\ Oct 15 06:11:48.487 INFO kablam! 6 | | Could not parse the bayer pattern. Please enter one of the following: Oct 15 06:11:48.487 INFO kablam! 7 | | RGGB Oct 15 06:11:48.487 INFO kablam! 8 | | BGGR Oct 15 06:11:48.487 INFO kablam! 9 | | GRBG Oct 15 06:11:48.487 INFO kablam! 10 | | GBRG\ Oct 15 06:11:48.487 INFO kablam! 11 | | "; Oct 15 06:11:48.487 INFO kablam! | |__^ Oct 15 06:11:48.487 INFO kablam! | Oct 15 06:11:48.487 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:11:48.487 INFO kablam! Oct 15 06:11:48.487 INFO kablam! warning: static item is never used: `HELP` Oct 15 06:11:48.487 INFO kablam! --> src/info/mod.rs:7:1 Oct 15 06:11:48.487 INFO kablam! | Oct 15 06:11:48.487 INFO kablam! 7 | / pub static HELP: &str = "\ Oct 15 06:11:48.487 INFO kablam! 8 | | usage: Oct 15 06:11:48.487 INFO kablam! 9 | | emubayer Oct 15 06:11:48.487 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:48.487 INFO kablam! 11 | | "; Oct 15 06:11:48.487 INFO kablam! | |__^ Oct 15 06:11:48.487 INFO kablam! Oct 15 06:11:48.487 INFO kablam! warning: field is never used: `bit_depth` Oct 15 06:11:48.487 INFO kablam! --> src/main.rs:29:5 Oct 15 06:11:48.487 INFO kablam! | Oct 15 06:11:48.487 INFO kablam! 29 | bit_depth: BitDepth, Oct 15 06:11:48.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:11:48.487 INFO kablam! Oct 15 06:11:48.487 INFO kablam! warning: method is never used: `from_str` Oct 15 06:11:48.487 INFO kablam! --> src/main.rs:117:5 Oct 15 06:11:48.487 INFO kablam! | Oct 15 06:11:48.487 INFO kablam! 117 | fn from_str(bayer_pattern: &str) -> Result { Oct 15 06:11:48.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:11:48.487 INFO kablam! Oct 15 06:11:49.640 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.42s Oct 15 06:11:49.650 INFO kablam! su: No module specific data is present Oct 15 06:11:50.251 INFO running `"docker" "rm" "-f" "445a80d8d61e9a388c1fa6ffc726485e5936b3c5a91f80fb64746254cab30f37"` Oct 15 06:11:50.463 INFO blam! 445a80d8d61e9a388c1fa6ffc726485e5936b3c5a91f80fb64746254cab30f37