Oct 21 18:10:14.847 INFO checking eignnx/svd-viz against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:10:14.848 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 18:10:15.262 INFO blam! 1e574f76d415fd866e4d690ecebf6c534dfe7d133983a476daf44df97cf233c8 Oct 21 18:10:15.288 INFO running `"docker" "start" "-a" "1e574f76d415fd866e4d690ecebf6c534dfe7d133983a476daf44df97cf233c8"` Oct 21 18:10:16.452 INFO kablam! usermod: no changes Oct 21 18:10:16.675 INFO kablam! Checking custom_derive v0.1.7 Oct 21 18:10:16.684 INFO kablam! Checking itertools v0.6.5 Oct 21 18:10:16.690 INFO kablam! Checking alga v0.5.2 Oct 21 18:10:16.690 INFO kablam! Checking rusttype v0.2.3 Oct 21 18:10:16.716 INFO kablam! Checking rayon v0.7.1 Oct 21 18:10:16.716 INFO kablam! Checking generic-array v0.2.1 Oct 21 18:10:16.716 INFO kablam! Checking image v0.18.0 Oct 21 18:10:16.716 INFO kablam! Checking rulinalg v0.4.2 Oct 21 18:10:18.036 INFO kablam! Checking env_logger v0.3.5 Oct 21 18:10:18.512 INFO kablam! Checking conv v0.3.3 Oct 21 18:10:23.116 INFO kablam! Checking quickcheck v0.2.27 Oct 21 18:10:33.947 INFO kablam! Checking nalgebra v0.11.2 Oct 21 18:11:00.472 INFO kablam! Checking imageproc v0.13.0 Oct 21 18:11:04.888 INFO kablam! Checking svd-viz v0.1.0 (/source) Oct 21 18:11:07.222 INFO kablam! warning: unused `#[macro_use]` import Oct 21 18:11:07.222 INFO kablam! --> src/main.rs:1:1 Oct 21 18:11:07.222 INFO kablam! | Oct 21 18:11:07.222 INFO kablam! 1 | #[macro_use] Oct 21 18:11:07.222 INFO kablam! | ^^^^^^^^^^^^ Oct 21 18:11:07.222 INFO kablam! | Oct 21 18:11:07.222 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:11:07.222 INFO kablam! Oct 21 18:11:07.319 INFO kablam! warning: unused `#[macro_use]` import Oct 21 18:11:07.320 INFO kablam! --> src/main.rs:1:1 Oct 21 18:11:07.320 INFO kablam! | Oct 21 18:11:07.320 INFO kablam! 1 | #[macro_use] Oct 21 18:11:07.320 INFO kablam! | ^^^^^^^^^^^^ Oct 21 18:11:07.320 INFO kablam! | Oct 21 18:11:07.321 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:11:07.321 INFO kablam! Oct 21 18:11:07.321 INFO kablam! warning: unused variable: `g` Oct 21 18:11:07.321 INFO kablam! --> src/main.rs:48:13 Oct 21 18:11:07.322 INFO kablam! | Oct 21 18:11:07.322 INFO kablam! 48 | let (r, g, b) = img_rgb_mats(&original_img); Oct 21 18:11:07.322 INFO kablam! | ^ help: consider using `_g` instead Oct 21 18:11:07.322 INFO kablam! | Oct 21 18:11:07.323 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:11:07.323 INFO kablam! Oct 21 18:11:07.323 INFO kablam! warning: unused variable: `b` Oct 21 18:11:07.323 INFO kablam! --> src/main.rs:48:16 Oct 21 18:11:07.323 INFO kablam! | Oct 21 18:11:07.324 INFO kablam! 48 | let (r, g, b) = img_rgb_mats(&original_img); Oct 21 18:11:07.324 INFO kablam! | ^ help: consider using `_b` instead Oct 21 18:11:07.324 INFO kablam! Oct 21 18:11:07.473 INFO kablam! warning: unused variable: `g` Oct 21 18:11:07.473 INFO kablam! --> src/main.rs:48:13 Oct 21 18:11:07.473 INFO kablam! | Oct 21 18:11:07.473 INFO kablam! 48 | let (r, g, b) = img_rgb_mats(&original_img); Oct 21 18:11:07.473 INFO kablam! | ^ help: consider using `_g` instead Oct 21 18:11:07.473 INFO kablam! | Oct 21 18:11:07.473 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:11:07.473 INFO kablam! Oct 21 18:11:07.473 INFO kablam! warning: unused variable: `b` Oct 21 18:11:07.474 INFO kablam! --> src/main.rs:48:16 Oct 21 18:11:07.474 INFO kablam! | Oct 21 18:11:07.474 INFO kablam! 48 | let (r, g, b) = img_rgb_mats(&original_img); Oct 21 18:11:07.474 INFO kablam! | ^ help: consider using `_b` instead Oct 21 18:11:07.474 INFO kablam! Oct 21 18:11:07.541 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 51.07s Oct 21 18:11:07.552 INFO kablam! su: No module specific data is present Oct 21 18:11:08.846 INFO running `"docker" "rm" "-f" "1e574f76d415fd866e4d690ecebf6c534dfe7d133983a476daf44df97cf233c8"` Oct 21 18:11:09.141 INFO blam! 1e574f76d415fd866e4d690ecebf6c534dfe7d133983a476daf44df97cf233c8