Oct 15 06:52:57.464 INFO testing Sgeo/propdump_mapper against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:52:57.464 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:52:57.959 INFO blam! 3c169fdeb3faeaa961b20c0966663b6cbeace18c119d007040d59bf93bcb4424 Oct 15 06:52:57.961 INFO running `"docker" "start" "-a" "3c169fdeb3faeaa961b20c0966663b6cbeace18c119d007040d59bf93bcb4424"` Oct 15 06:52:59.870 INFO kablam! usermod: no changes Oct 15 06:53:00.019 INFO kablam! Compiling either v1.2.0 Oct 15 06:53:00.025 INFO kablam! Compiling num_cpus v1.7.0 Oct 15 06:53:00.025 INFO kablam! Compiling inflate v0.3.2 Oct 15 06:53:01.184 INFO kablam! Compiling coco v0.1.1 Oct 15 06:53:03.319 INFO kablam! Compiling rayon-core v1.2.1 Oct 15 06:53:06.472 INFO kablam! Compiling rayon v0.8.2 Oct 15 06:53:09.375 INFO kablam! Compiling png v0.10.0 Oct 15 06:53:10.248 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 06:53:13.573 INFO kablam! Compiling image v0.16.0 Oct 15 06:53:28.874 INFO kablam! Compiling alphamapper v0.1.0 (/source) Oct 15 06:53:29.967 INFO kablam! warning: unused import: `self` Oct 15 06:53:29.967 INFO kablam! --> src/main.rs:3:15 Oct 15 06:53:29.967 INFO kablam! | Oct 15 06:53:29.968 INFO kablam! 3 | use std::fs::{self, File}; Oct 15 06:53:29.968 INFO kablam! | ^^^^ Oct 15 06:53:29.968 INFO kablam! | Oct 15 06:53:29.968 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:53:29.968 INFO kablam! Oct 15 06:53:29.968 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 06:53:29.968 INFO kablam! --> src/main.rs:4:5 Oct 15 06:53:29.968 INFO kablam! | Oct 15 06:53:29.968 INFO kablam! 4 | use std::io::prelude::*; Oct 15 06:53:29.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:53:29.968 INFO kablam! Oct 15 06:53:29.968 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:29.970 INFO kablam! --> src/main.rs:47:11 Oct 15 06:53:29.970 INFO kablam! | Oct 15 06:53:29.970 INFO kablam! 47 | if(image_x < min_image_x) { Oct 15 06:53:29.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:29.970 INFO kablam! | Oct 15 06:53:29.970 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 06:53:29.970 INFO kablam! Oct 15 06:53:29.970 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:29.970 INFO kablam! --> src/main.rs:50:11 Oct 15 06:53:29.970 INFO kablam! | Oct 15 06:53:29.970 INFO kablam! 50 | if(image_y < min_image_y) { Oct 15 06:53:29.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:29.970 INFO kablam! Oct 15 06:53:29.970 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:29.970 INFO kablam! --> src/main.rs:53:11 Oct 15 06:53:29.970 INFO kablam! | Oct 15 06:53:29.970 INFO kablam! 53 | if(max_image_x < image_x) { Oct 15 06:53:29.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:29.970 INFO kablam! Oct 15 06:53:29.970 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:29.970 INFO kablam! --> src/main.rs:56:11 Oct 15 06:53:29.970 INFO kablam! | Oct 15 06:53:29.970 INFO kablam! 56 | if(max_image_y < image_y) { Oct 15 06:53:29.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:29.970 INFO kablam! Oct 15 06:53:29.970 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:29.970 INFO kablam! --> src/main.rs:60:11 Oct 15 06:53:29.970 INFO kablam! | Oct 15 06:53:29.970 INFO kablam! 60 | if(x < min_x) { Oct 15 06:53:29.970 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:29.970 INFO kablam! Oct 15 06:53:29.970 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:29.970 INFO kablam! --> src/main.rs:63:11 Oct 15 06:53:29.970 INFO kablam! | Oct 15 06:53:29.970 INFO kablam! 63 | if(y < min_y) { Oct 15 06:53:29.970 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:29.970 INFO kablam! Oct 15 06:53:29.970 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:29.970 INFO kablam! --> src/main.rs:66:11 Oct 15 06:53:29.970 INFO kablam! | Oct 15 06:53:29.970 INFO kablam! 66 | if(max_x < x) { Oct 15 06:53:29.970 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:29.970 INFO kablam! Oct 15 06:53:29.970 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:29.971 INFO kablam! --> src/main.rs:69:11 Oct 15 06:53:29.971 INFO kablam! | Oct 15 06:53:29.971 INFO kablam! 69 | if(max_y < y) { Oct 15 06:53:29.971 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:29.971 INFO kablam! Oct 15 06:53:30.024 INFO kablam! warning: unused import: `GenericImage` Oct 15 06:53:30.024 INFO kablam! --> src/main.rs:6:31 Oct 15 06:53:30.024 INFO kablam! | Oct 15 06:53:30.024 INFO kablam! 6 | use image::{ImageBuffer, Rgb, GenericImage}; Oct 15 06:53:30.024 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:53:30.024 INFO kablam! Oct 15 06:53:31.170 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.28s Oct 15 06:53:31.174 INFO kablam! su: No module specific data is present Oct 15 06:53:31.863 INFO running `"docker" "rm" "-f" "3c169fdeb3faeaa961b20c0966663b6cbeace18c119d007040d59bf93bcb4424"` Oct 15 06:53:32.163 INFO blam! 3c169fdeb3faeaa961b20c0966663b6cbeace18c119d007040d59bf93bcb4424 Oct 15 06:53:32.172 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:53:32.563 INFO blam! 772c7e4a9bf3274e6c2e83f5e62cfc1e54e77e4c0fdcbf1006d860d5ba8ec977 Oct 15 06:53:32.566 INFO running `"docker" "start" "-a" "772c7e4a9bf3274e6c2e83f5e62cfc1e54e77e4c0fdcbf1006d860d5ba8ec977"` Oct 15 06:53:34.058 INFO kablam! usermod: no changes Oct 15 06:53:34.137 INFO kablam! Compiling alphamapper v0.1.0 (/source) Oct 15 06:53:35.387 INFO kablam! warning: unused import: `self` Oct 15 06:53:35.387 INFO kablam! --> src/main.rs:3:15 Oct 15 06:53:35.387 INFO kablam! | Oct 15 06:53:35.387 INFO kablam! 3 | use std::fs::{self, File}; Oct 15 06:53:35.387 INFO kablam! | ^^^^ Oct 15 06:53:35.387 INFO kablam! | Oct 15 06:53:35.387 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:53:35.387 INFO kablam! Oct 15 06:53:35.387 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 06:53:35.387 INFO kablam! --> src/main.rs:4:5 Oct 15 06:53:35.387 INFO kablam! | Oct 15 06:53:35.387 INFO kablam! 4 | use std::io::prelude::*; Oct 15 06:53:35.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:53:35.387 INFO kablam! Oct 15 06:53:35.387 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:35.387 INFO kablam! --> src/main.rs:47:11 Oct 15 06:53:35.387 INFO kablam! | Oct 15 06:53:35.387 INFO kablam! 47 | if(image_x < min_image_x) { Oct 15 06:53:35.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:35.387 INFO kablam! | Oct 15 06:53:35.387 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 06:53:35.387 INFO kablam! Oct 15 06:53:35.387 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:35.387 INFO kablam! --> src/main.rs:50:11 Oct 15 06:53:35.387 INFO kablam! | Oct 15 06:53:35.387 INFO kablam! 50 | if(image_y < min_image_y) { Oct 15 06:53:35.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:35.387 INFO kablam! Oct 15 06:53:35.387 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:35.387 INFO kablam! --> src/main.rs:53:11 Oct 15 06:53:35.387 INFO kablam! | Oct 15 06:53:35.387 INFO kablam! 53 | if(max_image_x < image_x) { Oct 15 06:53:35.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:35.387 INFO kablam! Oct 15 06:53:35.387 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:35.387 INFO kablam! --> src/main.rs:56:11 Oct 15 06:53:35.387 INFO kablam! | Oct 15 06:53:35.387 INFO kablam! 56 | if(max_image_y < image_y) { Oct 15 06:53:35.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:35.387 INFO kablam! Oct 15 06:53:35.387 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:35.387 INFO kablam! --> src/main.rs:60:11 Oct 15 06:53:35.387 INFO kablam! | Oct 15 06:53:35.387 INFO kablam! 60 | if(x < min_x) { Oct 15 06:53:35.387 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:35.387 INFO kablam! Oct 15 06:53:35.387 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:35.387 INFO kablam! --> src/main.rs:63:11 Oct 15 06:53:35.387 INFO kablam! | Oct 15 06:53:35.387 INFO kablam! 63 | if(y < min_y) { Oct 15 06:53:35.388 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:35.388 INFO kablam! Oct 15 06:53:35.388 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:35.388 INFO kablam! --> src/main.rs:66:11 Oct 15 06:53:35.388 INFO kablam! | Oct 15 06:53:35.388 INFO kablam! 66 | if(max_x < x) { Oct 15 06:53:35.388 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:35.388 INFO kablam! Oct 15 06:53:35.388 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:35.388 INFO kablam! --> src/main.rs:69:11 Oct 15 06:53:35.388 INFO kablam! | Oct 15 06:53:35.388 INFO kablam! 69 | if(max_y < y) { Oct 15 06:53:35.388 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:35.388 INFO kablam! Oct 15 06:53:35.478 INFO kablam! warning: unused import: `GenericImage` Oct 15 06:53:35.478 INFO kablam! --> src/main.rs:6:31 Oct 15 06:53:35.478 INFO kablam! | Oct 15 06:53:35.478 INFO kablam! 6 | use image::{ImageBuffer, Rgb, GenericImage}; Oct 15 06:53:35.478 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:53:35.478 INFO kablam! Oct 15 06:53:36.007 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.92s Oct 15 06:53:36.011 INFO kablam! su: No module specific data is present Oct 15 06:53:36.403 INFO running `"docker" "rm" "-f" "772c7e4a9bf3274e6c2e83f5e62cfc1e54e77e4c0fdcbf1006d860d5ba8ec977"` Oct 15 06:53:36.519 INFO blam! 772c7e4a9bf3274e6c2e83f5e62cfc1e54e77e4c0fdcbf1006d860d5ba8ec977 Oct 15 06:53:36.523 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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" "-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:53:36.729 INFO blam! 30c5e4bed1284d6281febe1ce47d2580a4c19372379cfd6285daeb74aef18c60 Oct 15 06:53:36.730 INFO running `"docker" "start" "-a" "30c5e4bed1284d6281febe1ce47d2580a4c19372379cfd6285daeb74aef18c60"` Oct 15 06:53:37.231 INFO kablam! usermod: no changes Oct 15 06:53:37.315 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 06:53:37.329 INFO kablam! Running /target/debug/deps/alphamapper-7ea7e78fae28f11e Oct 15 06:53:37.334 INFO blam! Oct 15 06:53:37.334 INFO blam! running 0 tests Oct 15 06:53:37.335 INFO blam! Oct 15 06:53:37.335 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:53:37.335 INFO blam! Oct 15 06:53:37.338 INFO kablam! su: No module specific data is present Oct 15 06:53:37.963 INFO running `"docker" "rm" "-f" "30c5e4bed1284d6281febe1ce47d2580a4c19372379cfd6285daeb74aef18c60"` Oct 15 06:53:38.127 INFO blam! 30c5e4bed1284d6281febe1ce47d2580a4c19372379cfd6285daeb74aef18c60