Oct 11 04:33:12.973 INFO testing Sgeo/propdump_mapper against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:33:12.973 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:33:12.973 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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:33:13.420 INFO blam! 3b14865e45c86cb5e77f42daa4c494b18ac78b105a90b6e476ed94bb3bd9ed43 Oct 11 04:33:13.432 INFO running `"docker" "start" "-a" "3b14865e45c86cb5e77f42daa4c494b18ac78b105a90b6e476ed94bb3bd9ed43"` Oct 11 04:33:14.315 INFO kablam! usermod: no changes Oct 11 04:33:14.452 INFO kablam! Compiling either v1.2.0 Oct 11 04:33:14.460 INFO kablam! Compiling rand v0.3.16 Oct 11 04:33:14.460 INFO kablam! Compiling num_cpus v1.7.0 Oct 11 04:33:14.460 INFO kablam! Compiling enum_primitive v0.1.1 Oct 11 04:33:14.460 INFO kablam! Compiling inflate v0.3.2 Oct 11 04:33:14.460 INFO kablam! Compiling num-rational v0.1.39 Oct 11 04:33:16.184 INFO kablam! Compiling coco v0.1.1 Oct 11 04:33:19.526 INFO kablam! Compiling rayon-core v1.2.1 Oct 11 04:33:21.816 INFO kablam! Compiling rayon v0.8.2 Oct 11 04:33:25.017 INFO kablam! Compiling png v0.10.0 Oct 11 04:33:26.404 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 11 04:33:30.420 INFO kablam! Compiling image v0.16.0 Oct 11 04:33:39.396 INFO kablam! Compiling alphamapper v0.1.0 (/source) Oct 11 04:33:40.068 INFO kablam! warning: unused import: `self` Oct 11 04:33:40.068 INFO kablam! --> src/main.rs:3:15 Oct 11 04:33:40.068 INFO kablam! | Oct 11 04:33:40.068 INFO kablam! 3 | use std::fs::{self, File}; Oct 11 04:33:40.068 INFO kablam! | ^^^^ Oct 11 04:33:40.068 INFO kablam! | Oct 11 04:33:40.068 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:33:40.068 INFO kablam! Oct 11 04:33:40.068 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 11 04:33:40.068 INFO kablam! --> src/main.rs:4:5 Oct 11 04:33:40.068 INFO kablam! | Oct 11 04:33:40.068 INFO kablam! 4 | use std::io::prelude::*; Oct 11 04:33:40.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:33:40.068 INFO kablam! Oct 11 04:33:40.068 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:33:40.068 INFO kablam! --> src/main.rs:47:11 Oct 11 04:33:40.068 INFO kablam! | Oct 11 04:33:40.068 INFO kablam! 47 | if(image_x < min_image_x) { Oct 11 04:33:40.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:33:40.068 INFO kablam! | Oct 11 04:33:40.068 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 04:33:40.068 INFO kablam! Oct 11 04:33:40.068 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:33:40.068 INFO kablam! --> src/main.rs:50:11 Oct 11 04:33:40.068 INFO kablam! | Oct 11 04:33:40.068 INFO kablam! 50 | if(image_y < min_image_y) { Oct 11 04:33:40.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:33:40.068 INFO kablam! Oct 11 04:33:40.068 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:33:40.068 INFO kablam! --> src/main.rs:53:11 Oct 11 04:33:40.068 INFO kablam! | Oct 11 04:33:40.068 INFO kablam! 53 | if(max_image_x < image_x) { Oct 11 04:33:40.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:33:40.068 INFO kablam! Oct 11 04:33:40.068 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:33:40.068 INFO kablam! --> src/main.rs:56:11 Oct 11 04:33:40.068 INFO kablam! | Oct 11 04:33:40.068 INFO kablam! 56 | if(max_image_y < image_y) { Oct 11 04:33:40.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:33:40.068 INFO kablam! Oct 11 04:33:40.068 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:33:40.068 INFO kablam! --> src/main.rs:60:11 Oct 11 04:33:40.068 INFO kablam! | Oct 11 04:33:40.068 INFO kablam! 60 | if(x < min_x) { Oct 11 04:33:40.068 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 11 04:33:40.068 INFO kablam! Oct 11 04:33:40.068 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:33:40.069 INFO kablam! --> src/main.rs:63:11 Oct 11 04:33:40.069 INFO kablam! | Oct 11 04:33:40.069 INFO kablam! 63 | if(y < min_y) { Oct 11 04:33:40.069 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 11 04:33:40.069 INFO kablam! Oct 11 04:33:40.069 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:33:40.069 INFO kablam! --> src/main.rs:66:11 Oct 11 04:33:40.069 INFO kablam! | Oct 11 04:33:40.069 INFO kablam! 66 | if(max_x < x) { Oct 11 04:33:40.069 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 11 04:33:40.069 INFO kablam! Oct 11 04:33:40.069 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:33:40.069 INFO kablam! --> src/main.rs:69:11 Oct 11 04:33:40.069 INFO kablam! | Oct 11 04:33:40.069 INFO kablam! 69 | if(max_y < y) { Oct 11 04:33:40.069 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 11 04:33:40.069 INFO kablam! Oct 11 04:33:40.109 INFO kablam! warning: unused import: `GenericImage` Oct 11 04:33:40.110 INFO kablam! --> src/main.rs:6:31 Oct 11 04:33:40.110 INFO kablam! | Oct 11 04:33:40.110 INFO kablam! 6 | use image::{ImageBuffer, Rgb, GenericImage}; Oct 11 04:33:40.110 INFO kablam! | ^^^^^^^^^^^^ Oct 11 04:33:40.110 INFO kablam! Oct 11 04:33:41.093 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.76s Oct 11 04:33:41.096 INFO kablam! su: No module specific data is present Oct 11 04:33:41.412 INFO running `"docker" "rm" "-f" "3b14865e45c86cb5e77f42daa4c494b18ac78b105a90b6e476ed94bb3bd9ed43"` Oct 11 04:33:41.540 INFO blam! 3b14865e45c86cb5e77f42daa4c494b18ac78b105a90b6e476ed94bb3bd9ed43 Oct 11 04:33:41.540 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:33:41.540 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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:33:41.747 INFO blam! a1464ec4a6b3687c572d2effb3d60ab5dd5f819172405a06320705965ae346a4 Oct 11 04:33:41.749 INFO running `"docker" "start" "-a" "a1464ec4a6b3687c572d2effb3d60ab5dd5f819172405a06320705965ae346a4"` Oct 11 04:33:42.307 INFO kablam! usermod: no changes Oct 11 04:33:42.364 INFO kablam! Compiling alphamapper v0.1.0 (/source) Oct 11 04:33:43.092 INFO kablam! warning: unused import: `self` Oct 11 04:33:43.092 INFO kablam! --> src/main.rs:3:15 Oct 11 04:33:43.092 INFO kablam! | Oct 11 04:33:43.092 INFO kablam! 3 | use std::fs::{self, File}; Oct 11 04:33:43.092 INFO kablam! | ^^^^ Oct 11 04:33:43.092 INFO kablam! | Oct 11 04:33:43.092 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:33:43.092 INFO kablam! Oct 11 04:33:43.092 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 11 04:33:43.092 INFO kablam! --> src/main.rs:4:5 Oct 11 04:33:43.092 INFO kablam! | Oct 11 04:33:43.092 INFO kablam! 4 | use std::io::prelude::*; Oct 11 04:33:43.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 04:33:43.092 INFO kablam! Oct 11 04:33:43.092 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:33:43.092 INFO kablam! --> src/main.rs:47:11 Oct 11 04:33:43.092 INFO kablam! | Oct 11 04:33:43.092 INFO kablam! 47 | if(image_x < min_image_x) { Oct 11 04:33:43.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:33:43.092 INFO kablam! | Oct 11 04:33:43.092 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 04:33:43.092 INFO kablam! Oct 11 04:33:43.092 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:33:43.092 INFO kablam! --> src/main.rs:50:11 Oct 11 04:33:43.092 INFO kablam! | Oct 11 04:33:43.092 INFO kablam! 50 | if(image_y < min_image_y) { Oct 11 04:33:43.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:33:43.092 INFO kablam! Oct 11 04:33:43.092 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:33:43.092 INFO kablam! --> src/main.rs:53:11 Oct 11 04:33:43.092 INFO kablam! | Oct 11 04:33:43.092 INFO kablam! 53 | if(max_image_x < image_x) { Oct 11 04:33:43.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:33:43.092 INFO kablam! Oct 11 04:33:43.092 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:33:43.092 INFO kablam! --> src/main.rs:56:11 Oct 11 04:33:43.092 INFO kablam! | Oct 11 04:33:43.092 INFO kablam! 56 | if(max_image_y < image_y) { Oct 11 04:33:43.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:33:43.092 INFO kablam! Oct 11 04:33:43.092 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:33:43.093 INFO kablam! --> src/main.rs:60:11 Oct 11 04:33:43.093 INFO kablam! | Oct 11 04:33:43.093 INFO kablam! 60 | if(x < min_x) { Oct 11 04:33:43.093 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 11 04:33:43.093 INFO kablam! Oct 11 04:33:43.093 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:33:43.093 INFO kablam! --> src/main.rs:63:11 Oct 11 04:33:43.093 INFO kablam! | Oct 11 04:33:43.093 INFO kablam! 63 | if(y < min_y) { Oct 11 04:33:43.093 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 11 04:33:43.093 INFO kablam! Oct 11 04:33:43.093 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:33:43.093 INFO kablam! --> src/main.rs:66:11 Oct 11 04:33:43.093 INFO kablam! | Oct 11 04:33:43.093 INFO kablam! 66 | if(max_x < x) { Oct 11 04:33:43.093 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 11 04:33:43.093 INFO kablam! Oct 11 04:33:43.093 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:33:43.093 INFO kablam! --> src/main.rs:69:11 Oct 11 04:33:43.093 INFO kablam! | Oct 11 04:33:43.093 INFO kablam! 69 | if(max_y < y) { Oct 11 04:33:43.093 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 11 04:33:43.093 INFO kablam! Oct 11 04:33:43.145 INFO kablam! warning: unused import: `GenericImage` Oct 11 04:33:43.145 INFO kablam! --> src/main.rs:6:31 Oct 11 04:33:43.145 INFO kablam! | Oct 11 04:33:43.145 INFO kablam! 6 | use image::{ImageBuffer, Rgb, GenericImage}; Oct 11 04:33:43.145 INFO kablam! | ^^^^^^^^^^^^ Oct 11 04:33:43.145 INFO kablam! Oct 11 04:33:43.553 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Oct 11 04:33:43.556 INFO kablam! su: No module specific data is present Oct 11 04:33:44.211 INFO running `"docker" "rm" "-f" "a1464ec4a6b3687c572d2effb3d60ab5dd5f819172405a06320705965ae346a4"` Oct 11 04:33:44.452 INFO blam! a1464ec4a6b3687c572d2effb3d60ab5dd5f819172405a06320705965ae346a4 Oct 11 04:33:44.460 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:33:44.462 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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:33:44.827 INFO blam! 185a6324d9ef34450023ff4d02ae611dcc2141a80c4727320aa8fd73b6340e14 Oct 11 04:33:44.830 INFO running `"docker" "start" "-a" "185a6324d9ef34450023ff4d02ae611dcc2141a80c4727320aa8fd73b6340e14"` Oct 11 04:33:45.772 INFO kablam! usermod: no changes Oct 11 04:33:45.828 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 04:33:45.840 INFO kablam! Running /target/debug/deps/alphamapper-88b5daad718f8c50 Oct 11 04:33:45.848 INFO blam! Oct 11 04:33:45.848 INFO blam! running 0 tests Oct 11 04:33:45.848 INFO blam! Oct 11 04:33:45.848 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:33:45.848 INFO blam! Oct 11 04:33:45.852 INFO kablam! su: No module specific data is present Oct 11 04:33:46.231 INFO running `"docker" "rm" "-f" "185a6324d9ef34450023ff4d02ae611dcc2141a80c4727320aa8fd73b6340e14"` Oct 11 04:33:46.430 INFO blam! 185a6324d9ef34450023ff4d02ae611dcc2141a80c4727320aa8fd73b6340e14