Oct 11 04:08:56.367 INFO testing TofuLynx/emubayer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:08:56.368 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:08:56.369 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:08:56.778 INFO blam! 4b87a52a1c51ac7aded757460e73cb7e48c3a13c853902030065cc68d459047f Oct 11 04:08:56.781 INFO running `"docker" "start" "-a" "4b87a52a1c51ac7aded757460e73cb7e48c3a13c853902030065cc68d459047f"` Oct 11 04:08:58.324 INFO kablam! usermod: no changes Oct 11 04:08:58.480 INFO kablam! Compiling tiff-encoder v0.1.0 Oct 11 04:08:58.480 INFO kablam! Compiling num-iter v0.1.37 Oct 11 04:08:59.557 INFO kablam! Compiling png v0.13.0 Oct 11 04:09:03.464 INFO kablam! Compiling emubayer v0.1.0 (/source) Oct 11 04:09:05.188 INFO kablam! warning: unused import: `SubCommand` Oct 11 04:09:05.188 INFO kablam! --> src/main.rs:14:22 Oct 11 04:09:05.188 INFO kablam! | Oct 11 04:09:05.188 INFO kablam! 14 | use clap::{Arg, App, SubCommand}; Oct 11 04:09:05.188 INFO kablam! | ^^^^^^^^^^ Oct 11 04:09:05.188 INFO kablam! | Oct 11 04:09:05.188 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:09:05.188 INFO kablam! Oct 11 04:09:05.343 INFO kablam! warning: static item is never used: `INVALID_PATTERN` Oct 11 04:09:05.343 INFO kablam! --> src/info/error.rs:5:1 Oct 11 04:09:05.343 INFO kablam! | Oct 11 04:09:05.343 INFO kablam! 5 | / pub static INVALID_PATTERN: &str = "\ Oct 11 04:09:05.343 INFO kablam! 6 | | Could not parse the bayer pattern. Please enter one of the following: Oct 11 04:09:05.343 INFO kablam! 7 | | RGGB Oct 11 04:09:05.343 INFO kablam! 8 | | BGGR Oct 11 04:09:05.343 INFO kablam! 9 | | GRBG Oct 11 04:09:05.343 INFO kablam! 10 | | GBRG\ Oct 11 04:09:05.343 INFO kablam! 11 | | "; Oct 11 04:09:05.343 INFO kablam! | |__^ Oct 11 04:09:05.343 INFO kablam! | Oct 11 04:09:05.344 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:09:05.344 INFO kablam! Oct 11 04:09:05.344 INFO kablam! warning: static item is never used: `HELP` Oct 11 04:09:05.344 INFO kablam! --> src/info/mod.rs:7:1 Oct 11 04:09:05.344 INFO kablam! | Oct 11 04:09:05.344 INFO kablam! 7 | / pub static HELP: &str = "\ Oct 11 04:09:05.344 INFO kablam! 8 | | usage: Oct 11 04:09:05.344 INFO kablam! 9 | | emubayer Oct 11 04:09:05.344 INFO kablam! 10 | | Creates a DNG image sample based on an emulated Bayer CFA Camera taking a picture at the given PNG image.\ Oct 11 04:09:05.344 INFO kablam! 11 | | "; Oct 11 04:09:05.344 INFO kablam! | |__^ Oct 11 04:09:05.344 INFO kablam! Oct 11 04:09:05.344 INFO kablam! warning: field is never used: `bit_depth` Oct 11 04:09:05.344 INFO kablam! --> src/main.rs:29:5 Oct 11 04:09:05.344 INFO kablam! | Oct 11 04:09:05.344 INFO kablam! 29 | bit_depth: BitDepth, Oct 11 04:09:05.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:09:05.344 INFO kablam! Oct 11 04:09:05.344 INFO kablam! warning: variant is never constructed: `BGGR` Oct 11 04:09:05.344 INFO kablam! --> src/main.rs:111:5 Oct 11 04:09:05.344 INFO kablam! | Oct 11 04:09:05.344 INFO kablam! 111 | BGGR, Oct 11 04:09:05.344 INFO kablam! | ^^^^ Oct 11 04:09:05.344 INFO kablam! Oct 11 04:09:05.344 INFO kablam! warning: variant is never constructed: `GRBG` Oct 11 04:09:05.344 INFO kablam! --> src/main.rs:112:5 Oct 11 04:09:05.344 INFO kablam! | Oct 11 04:09:05.344 INFO kablam! 112 | GRBG, Oct 11 04:09:05.344 INFO kablam! | ^^^^ Oct 11 04:09:05.344 INFO kablam! Oct 11 04:09:05.344 INFO kablam! warning: variant is never constructed: `GBRG` Oct 11 04:09:05.344 INFO kablam! --> src/main.rs:113:5 Oct 11 04:09:05.344 INFO kablam! | Oct 11 04:09:05.344 INFO kablam! 113 | GBRG, Oct 11 04:09:05.344 INFO kablam! | ^^^^ Oct 11 04:09:05.344 INFO kablam! Oct 11 04:09:05.344 INFO kablam! warning: method is never used: `from_str` Oct 11 04:09:05.344 INFO kablam! --> src/main.rs:117:5 Oct 11 04:09:05.344 INFO kablam! | Oct 11 04:09:05.344 INFO kablam! 117 | fn from_str(bayer_pattern: &str) -> Result { Oct 11 04:09:05.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:09:05.344 INFO kablam! Oct 11 04:09:07.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.84s Oct 11 04:09:07.203 INFO kablam! su: No module specific data is present Oct 11 04:09:07.534 INFO running `"docker" "rm" "-f" "4b87a52a1c51ac7aded757460e73cb7e48c3a13c853902030065cc68d459047f"` Oct 11 04:09:07.704 INFO blam! 4b87a52a1c51ac7aded757460e73cb7e48c3a13c853902030065cc68d459047f Oct 11 04:09:07.704 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:09:07.704 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:09:07.849 INFO blam! 2dc3490eaee04d8aa19e310f683f74279b0ae8530f43e2fe6ce2e83553e363a7 Oct 11 04:09:07.852 INFO running `"docker" "start" "-a" "2dc3490eaee04d8aa19e310f683f74279b0ae8530f43e2fe6ce2e83553e363a7"` Oct 11 04:09:08.492 INFO kablam! usermod: no changes Oct 11 04:09:08.542 INFO kablam! Compiling emubayer v0.1.0 (/source) Oct 11 04:09:10.024 INFO kablam! warning: unused import: `SubCommand` Oct 11 04:09:10.024 INFO kablam! --> src/main.rs:14:22 Oct 11 04:09:10.024 INFO kablam! | Oct 11 04:09:10.024 INFO kablam! 14 | use clap::{Arg, App, SubCommand}; Oct 11 04:09:10.024 INFO kablam! | ^^^^^^^^^^ Oct 11 04:09:10.024 INFO kablam! | Oct 11 04:09:10.024 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:09:10.024 INFO kablam! Oct 11 04:09:10.170 INFO kablam! warning: static item is never used: `INVALID_PATTERN` Oct 11 04:09:10.170 INFO kablam! --> src/info/error.rs:5:1 Oct 11 04:09:10.170 INFO kablam! | Oct 11 04:09:10.170 INFO kablam! 5 | / pub static INVALID_PATTERN: &str = "\ Oct 11 04:09:10.170 INFO kablam! 6 | | Could not parse the bayer pattern. Please enter one of the following: Oct 11 04:09:10.170 INFO kablam! 7 | | RGGB Oct 11 04:09:10.170 INFO kablam! 8 | | BGGR Oct 11 04:09:10.170 INFO kablam! 9 | | GRBG Oct 11 04:09:10.170 INFO kablam! 10 | | GBRG\ Oct 11 04:09:10.170 INFO kablam! 11 | | "; Oct 11 04:09:10.170 INFO kablam! | |__^ Oct 11 04:09:10.170 INFO kablam! | Oct 11 04:09:10.170 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:09:10.170 INFO kablam! Oct 11 04:09:10.170 INFO kablam! warning: static item is never used: `HELP` Oct 11 04:09:10.170 INFO kablam! --> src/info/mod.rs:7:1 Oct 11 04:09:10.170 INFO kablam! | Oct 11 04:09:10.170 INFO kablam! 7 | / pub static HELP: &str = "\ Oct 11 04:09:10.170 INFO kablam! 8 | | usage: Oct 11 04:09:10.170 INFO kablam! 9 | | emubayer Oct 11 04:09:10.170 INFO kablam! 10 | | Creates a DNG image sample based on an emulated Bayer CFA Camera taking a picture at the given PNG image.\ Oct 11 04:09:10.170 INFO kablam! 11 | | "; Oct 11 04:09:10.170 INFO kablam! | |__^ Oct 11 04:09:10.170 INFO kablam! Oct 11 04:09:10.170 INFO kablam! warning: field is never used: `bit_depth` Oct 11 04:09:10.170 INFO kablam! --> src/main.rs:29:5 Oct 11 04:09:10.170 INFO kablam! | Oct 11 04:09:10.170 INFO kablam! 29 | bit_depth: BitDepth, Oct 11 04:09:10.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:09:10.170 INFO kablam! Oct 11 04:09:10.172 INFO kablam! warning: method is never used: `from_str` Oct 11 04:09:10.172 INFO kablam! --> src/main.rs:117:5 Oct 11 04:09:10.172 INFO kablam! | Oct 11 04:09:10.172 INFO kablam! 117 | fn from_str(bayer_pattern: &str) -> Result { Oct 11 04:09:10.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:09:10.172 INFO kablam! Oct 11 04:09:11.031 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.52s Oct 11 04:09:11.035 INFO kablam! su: No module specific data is present Oct 11 04:09:11.308 INFO running `"docker" "rm" "-f" "2dc3490eaee04d8aa19e310f683f74279b0ae8530f43e2fe6ce2e83553e363a7"` Oct 11 04:09:11.445 INFO blam! 2dc3490eaee04d8aa19e310f683f74279b0ae8530f43e2fe6ce2e83553e363a7 Oct 11 04:09:11.446 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:09:11.446 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:09:11.636 INFO blam! f1acdf2e8b1060ce080b366a2447fe87daf374cf8848da4ec5982179797acd5b Oct 11 04:09:11.636 INFO running `"docker" "start" "-a" "f1acdf2e8b1060ce080b366a2447fe87daf374cf8848da4ec5982179797acd5b"` Oct 11 04:09:12.152 INFO kablam! usermod: no changes Oct 11 04:09:12.216 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 04:09:12.227 INFO kablam! Running /target/debug/deps/emubayer-ff77e5e192e59820 Oct 11 04:09:12.236 INFO blam! Oct 11 04:09:12.236 INFO blam! running 4 tests Oct 11 04:09:12.236 INFO blam! test tests::test_image_extract_bggr ... ok Oct 11 04:09:12.236 INFO blam! test tests::test_image_extract_gbrg ... ok Oct 11 04:09:12.236 INFO blam! test tests::test_image_extract_rggb ... ok Oct 11 04:09:12.236 INFO blam! test tests::test_image_extract_grbg ... ok Oct 11 04:09:12.236 INFO blam! Oct 11 04:09:12.236 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:09:12.236 INFO blam! Oct 11 04:09:12.240 INFO kablam! su: No module specific data is present Oct 11 04:09:12.690 INFO running `"docker" "rm" "-f" "f1acdf2e8b1060ce080b366a2447fe87daf374cf8848da4ec5982179797acd5b"` Oct 11 04:09:12.816 INFO blam! f1acdf2e8b1060ce080b366a2447fe87daf374cf8848da4ec5982179797acd5b