Oct 15 06:53:09.189 INFO testing Sgeo/propdump_mapper against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:53:09.191 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:53:09.621 INFO blam! 95c079027abb73e25f997a2d25965a7b8e55aeba36f419747b44521230708639 Oct 15 06:53:09.624 INFO running `"docker" "start" "-a" "95c079027abb73e25f997a2d25965a7b8e55aeba36f419747b44521230708639"` Oct 15 06:53:10.943 INFO kablam! usermod: no changes Oct 15 06:53:11.115 INFO kablam! Compiling alphamapper v0.1.0 (/source) Oct 15 06:53:12.723 INFO kablam! warning: unused import: `self` Oct 15 06:53:12.723 INFO kablam! --> src/main.rs:3:15 Oct 15 06:53:12.723 INFO kablam! | Oct 15 06:53:12.723 INFO kablam! 3 | use std::fs::{self, File}; Oct 15 06:53:12.723 INFO kablam! | ^^^^ Oct 15 06:53:12.723 INFO kablam! | Oct 15 06:53:12.724 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:53:12.724 INFO kablam! Oct 15 06:53:12.724 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 06:53:12.724 INFO kablam! --> src/main.rs:4:5 Oct 15 06:53:12.724 INFO kablam! | Oct 15 06:53:12.724 INFO kablam! 4 | use std::io::prelude::*; Oct 15 06:53:12.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:53:12.724 INFO kablam! Oct 15 06:53:12.724 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:12.724 INFO kablam! --> src/main.rs:47:11 Oct 15 06:53:12.724 INFO kablam! | Oct 15 06:53:12.724 INFO kablam! 47 | if(image_x < min_image_x) { Oct 15 06:53:12.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:12.724 INFO kablam! | Oct 15 06:53:12.724 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 06:53:12.724 INFO kablam! Oct 15 06:53:12.724 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:12.724 INFO kablam! --> src/main.rs:50:11 Oct 15 06:53:12.724 INFO kablam! | Oct 15 06:53:12.724 INFO kablam! 50 | if(image_y < min_image_y) { Oct 15 06:53:12.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:12.724 INFO kablam! Oct 15 06:53:12.724 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:12.724 INFO kablam! --> src/main.rs:53:11 Oct 15 06:53:12.724 INFO kablam! | Oct 15 06:53:12.724 INFO kablam! 53 | if(max_image_x < image_x) { Oct 15 06:53:12.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:12.724 INFO kablam! Oct 15 06:53:12.724 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:12.724 INFO kablam! --> src/main.rs:56:11 Oct 15 06:53:12.724 INFO kablam! | Oct 15 06:53:12.724 INFO kablam! 56 | if(max_image_y < image_y) { Oct 15 06:53:12.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:12.724 INFO kablam! Oct 15 06:53:12.724 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:12.724 INFO kablam! --> src/main.rs:60:11 Oct 15 06:53:12.724 INFO kablam! | Oct 15 06:53:12.724 INFO kablam! 60 | if(x < min_x) { Oct 15 06:53:12.724 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:12.724 INFO kablam! Oct 15 06:53:12.724 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:12.724 INFO kablam! --> src/main.rs:63:11 Oct 15 06:53:12.724 INFO kablam! | Oct 15 06:53:12.724 INFO kablam! 63 | if(y < min_y) { Oct 15 06:53:12.724 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:12.724 INFO kablam! Oct 15 06:53:12.724 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:12.724 INFO kablam! --> src/main.rs:66:11 Oct 15 06:53:12.724 INFO kablam! | Oct 15 06:53:12.724 INFO kablam! 66 | if(max_x < x) { Oct 15 06:53:12.724 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:12.724 INFO kablam! Oct 15 06:53:12.724 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:12.724 INFO kablam! --> src/main.rs:69:11 Oct 15 06:53:12.724 INFO kablam! | Oct 15 06:53:12.724 INFO kablam! 69 | if(max_y < y) { Oct 15 06:53:12.724 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:12.724 INFO kablam! Oct 15 06:53:12.835 INFO kablam! warning: unused import: `GenericImage` Oct 15 06:53:12.835 INFO kablam! --> src/main.rs:6:31 Oct 15 06:53:12.835 INFO kablam! | Oct 15 06:53:12.835 INFO kablam! 6 | use image::{ImageBuffer, Rgb, GenericImage}; Oct 15 06:53:12.835 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:53:12.835 INFO kablam! Oct 15 06:53:14.691 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.72s Oct 15 06:53:14.695 INFO kablam! su: No module specific data is present Oct 15 06:53:16.113 INFO running `"docker" "rm" "-f" "95c079027abb73e25f997a2d25965a7b8e55aeba36f419747b44521230708639"` Oct 15 06:53:16.367 INFO blam! 95c079027abb73e25f997a2d25965a7b8e55aeba36f419747b44521230708639 Oct 15 06:53:16.369 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:53:16.839 INFO blam! 6b5a413ef11067398badd087f0c80fce4f4afd47dd9740802cee9dbcc869da71 Oct 15 06:53:16.855 INFO running `"docker" "start" "-a" "6b5a413ef11067398badd087f0c80fce4f4afd47dd9740802cee9dbcc869da71"` Oct 15 06:53:18.387 INFO kablam! usermod: no changes Oct 15 06:53:18.495 INFO kablam! Compiling alphamapper v0.1.0 (/source) Oct 15 06:53:19.927 INFO kablam! warning: unused import: `self` Oct 15 06:53:19.927 INFO kablam! --> src/main.rs:3:15 Oct 15 06:53:19.927 INFO kablam! | Oct 15 06:53:19.927 INFO kablam! 3 | use std::fs::{self, File}; Oct 15 06:53:19.927 INFO kablam! | ^^^^ Oct 15 06:53:19.927 INFO kablam! | Oct 15 06:53:19.927 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:53:19.927 INFO kablam! Oct 15 06:53:19.927 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 06:53:19.927 INFO kablam! --> src/main.rs:4:5 Oct 15 06:53:19.927 INFO kablam! | Oct 15 06:53:19.927 INFO kablam! 4 | use std::io::prelude::*; Oct 15 06:53:19.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:53:19.927 INFO kablam! Oct 15 06:53:19.927 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:19.927 INFO kablam! --> src/main.rs:47:11 Oct 15 06:53:19.927 INFO kablam! | Oct 15 06:53:19.927 INFO kablam! 47 | if(image_x < min_image_x) { Oct 15 06:53:19.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:19.927 INFO kablam! | Oct 15 06:53:19.927 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 06:53:19.927 INFO kablam! Oct 15 06:53:19.927 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:19.927 INFO kablam! --> src/main.rs:50:11 Oct 15 06:53:19.927 INFO kablam! | Oct 15 06:53:19.927 INFO kablam! 50 | if(image_y < min_image_y) { Oct 15 06:53:19.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:19.927 INFO kablam! Oct 15 06:53:19.927 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:19.927 INFO kablam! --> src/main.rs:53:11 Oct 15 06:53:19.927 INFO kablam! | Oct 15 06:53:19.927 INFO kablam! 53 | if(max_image_x < image_x) { Oct 15 06:53:19.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:19.927 INFO kablam! Oct 15 06:53:19.927 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:19.927 INFO kablam! --> src/main.rs:56:11 Oct 15 06:53:19.927 INFO kablam! | Oct 15 06:53:19.927 INFO kablam! 56 | if(max_image_y < image_y) { Oct 15 06:53:19.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:19.927 INFO kablam! Oct 15 06:53:19.927 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:19.927 INFO kablam! --> src/main.rs:60:11 Oct 15 06:53:19.927 INFO kablam! | Oct 15 06:53:19.927 INFO kablam! 60 | if(x < min_x) { Oct 15 06:53:19.927 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:19.928 INFO kablam! Oct 15 06:53:19.928 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:19.928 INFO kablam! --> src/main.rs:63:11 Oct 15 06:53:19.928 INFO kablam! | Oct 15 06:53:19.928 INFO kablam! 63 | if(y < min_y) { Oct 15 06:53:19.928 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:19.928 INFO kablam! Oct 15 06:53:19.928 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:19.928 INFO kablam! --> src/main.rs:66:11 Oct 15 06:53:19.928 INFO kablam! | Oct 15 06:53:19.928 INFO kablam! 66 | if(max_x < x) { Oct 15 06:53:19.928 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:19.928 INFO kablam! Oct 15 06:53:19.928 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:53:19.928 INFO kablam! --> src/main.rs:69:11 Oct 15 06:53:19.928 INFO kablam! | Oct 15 06:53:19.928 INFO kablam! 69 | if(max_y < y) { Oct 15 06:53:19.928 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 15 06:53:19.928 INFO kablam! Oct 15 06:53:19.995 INFO kablam! warning: unused import: `GenericImage` Oct 15 06:53:19.995 INFO kablam! --> src/main.rs:6:31 Oct 15 06:53:19.995 INFO kablam! | Oct 15 06:53:19.995 INFO kablam! 6 | use image::{ImageBuffer, Rgb, GenericImage}; Oct 15 06:53:19.995 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:53:19.995 INFO kablam! Oct 15 06:53:20.515 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.09s Oct 15 06:53:20.515 INFO kablam! su: No module specific data is present Oct 15 06:53:21.480 INFO running `"docker" "rm" "-f" "6b5a413ef11067398badd087f0c80fce4f4afd47dd9740802cee9dbcc869da71"` Oct 15 06:53:21.749 INFO blam! 6b5a413ef11067398badd087f0c80fce4f4afd47dd9740802cee9dbcc869da71 Oct 15 06:53:21.756 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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" "-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:22.275 INFO blam! c8536eb8e0e4ce1dddf4d61e0d1d780f4e2a818abf3d2948c3cd037a6ab64a4f Oct 15 06:53:22.295 INFO running `"docker" "start" "-a" "c8536eb8e0e4ce1dddf4d61e0d1d780f4e2a818abf3d2948c3cd037a6ab64a4f"` Oct 15 06:53:24.118 INFO kablam! usermod: no changes Oct 15 06:53:24.251 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 06:53:24.266 INFO kablam! Running /target/debug/deps/alphamapper-88b5daad718f8c50 Oct 15 06:53:24.268 INFO blam! Oct 15 06:53:24.268 INFO blam! running 0 tests Oct 15 06:53:24.268 INFO blam! Oct 15 06:53:24.268 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:53:24.268 INFO blam! Oct 15 06:53:24.272 INFO kablam! su: No module specific data is present Oct 15 06:53:25.368 INFO running `"docker" "rm" "-f" "c8536eb8e0e4ce1dddf4d61e0d1d780f4e2a818abf3d2948c3cd037a6ab64a4f"` Oct 15 06:53:25.635 INFO blam! c8536eb8e0e4ce1dddf4d61e0d1d780f4e2a818abf3d2948c3cd037a6ab64a4f