Oct 15 20:35:16.126 INFO testing rust-image-to-ascii-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 20:35:16.128 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 20:35:16.672 INFO blam! 78020d8f59fb656b25035a0cdc63cf3a359b65865e4b8685fcbd7dc633de7252 Oct 15 20:35:16.675 INFO running `"docker" "start" "-a" "78020d8f59fb656b25035a0cdc63cf3a359b65865e4b8685fcbd7dc633de7252"` Oct 15 20:35:18.394 INFO kablam! usermod: no changes Oct 15 20:35:18.810 INFO kablam! Compiling flate2 v0.2.20 Oct 15 20:35:18.811 INFO kablam! Compiling num-bigint v0.1.44 Oct 15 20:35:18.826 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 20:35:22.615 INFO kablam! Compiling png v0.5.2 Oct 15 20:35:26.129 INFO kablam! Compiling num-rational v0.1.42 Oct 15 20:35:30.186 INFO kablam! Compiling image v0.10.4 Oct 15 20:35:38.691 INFO kablam! Compiling raster v0.2.0 Oct 15 20:35:42.604 INFO kablam! Compiling rust-image-to-ascii v0.1.0 (/source) Oct 15 20:35:48.858 INFO kablam! warning: unused import: `raster::Image` Oct 15 20:35:48.859 INFO kablam! --> src/main.rs:4:5 Oct 15 20:35:48.859 INFO kablam! | Oct 15 20:35:48.859 INFO kablam! 4 | use raster::Image; Oct 15 20:35:48.860 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 20:35:48.860 INFO kablam! | Oct 15 20:35:48.860 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 20:35:48.860 INFO kablam! Oct 15 20:35:48.861 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 20:35:48.861 INFO kablam! --> src/main.rs:57:8 Oct 15 20:35:48.862 INFO kablam! | Oct 15 20:35:48.862 INFO kablam! 57 | if (type_str == "image/jpeg") { Oct 15 20:35:48.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:35:48.862 INFO kablam! | Oct 15 20:35:48.863 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 20:35:48.863 INFO kablam! Oct 15 20:35:48.863 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 20:35:48.863 INFO kablam! --> src/main.rs:61:8 Oct 15 20:35:48.863 INFO kablam! | Oct 15 20:35:48.863 INFO kablam! 61 | if (type_str == "image/png") { Oct 15 20:35:48.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:35:48.863 INFO kablam! Oct 15 20:35:49.145 INFO kablam! warning: unused variable: `i` Oct 15 20:35:49.146 INFO kablam! --> src/main.rs:86:9 Oct 15 20:35:49.147 INFO kablam! | Oct 15 20:35:49.147 INFO kablam! 86 | for i in 0..size { Oct 15 20:35:49.148 INFO kablam! | ^ help: consider using `_i` instead Oct 15 20:35:49.148 INFO kablam! | Oct 15 20:35:49.149 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 20:35:49.149 INFO kablam! Oct 15 20:35:49.150 INFO kablam! warning: unused variable: `i` Oct 15 20:35:49.151 INFO kablam! --> src/main.rs:138:9 Oct 15 20:35:49.151 INFO kablam! | Oct 15 20:35:49.152 INFO kablam! 138 | for i in 0..max_size { Oct 15 20:35:49.152 INFO kablam! | ^ help: consider using `_i` instead Oct 15 20:35:49.153 INFO kablam! Oct 15 20:35:49.166 INFO kablam! warning: variable does not need to be mutable Oct 15 20:35:49.167 INFO kablam! --> src/main.rs:90:9 Oct 15 20:35:49.167 INFO kablam! | Oct 15 20:35:49.167 INFO kablam! 90 | let mut chars_s = " .-:*+=%@#"; Oct 15 20:35:49.167 INFO kablam! | ----^^^^^^^ Oct 15 20:35:49.167 INFO kablam! | | Oct 15 20:35:49.167 INFO kablam! | help: remove this `mut` Oct 15 20:35:49.167 INFO kablam! | Oct 15 20:35:49.167 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 20:35:49.167 INFO kablam! Oct 15 20:35:49.168 INFO kablam! warning: variable does not need to be mutable Oct 15 20:35:49.168 INFO kablam! --> src/main.rs:91:9 Oct 15 20:35:49.169 INFO kablam! | Oct 15 20:35:49.169 INFO kablam! 91 | let mut chars = chars_s.chars(); Oct 15 20:35:49.170 INFO kablam! | ----^^^^^ Oct 15 20:35:49.170 INFO kablam! | | Oct 15 20:35:49.170 INFO kablam! | help: remove this `mut` Oct 15 20:35:49.170 INFO kablam! Oct 15 20:35:49.183 INFO kablam! warning: function is never used: `test_save` Oct 15 20:35:49.183 INFO kablam! --> src/main.rs:117:1 Oct 15 20:35:49.183 INFO kablam! | Oct 15 20:35:49.183 INFO kablam! 117 | fn test_save(avg: Vec>, size: i32) Oct 15 20:35:49.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:35:49.184 INFO kablam! | Oct 15 20:35:49.184 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 20:35:49.184 INFO kablam! Oct 15 20:35:49.193 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 20:35:49.193 INFO kablam! --> src/main.rs:78:5 Oct 15 20:35:49.193 INFO kablam! | Oct 15 20:35:49.193 INFO kablam! 78 | file.write_all(&buf[..]); Oct 15 20:35:49.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:35:49.193 INFO kablam! | Oct 15 20:35:49.193 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 20:35:49.193 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 20:35:49.193 INFO kablam! Oct 15 20:35:49.193 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 20:35:49.193 INFO kablam! --> src/main.rs:122:13 Oct 15 20:35:49.193 INFO kablam! | Oct 15 20:35:49.193 INFO kablam! 122 | image.set_pixel(row, col, Color {r: 0, g: 0, b: 0, a: avg[(size - row - 1) as usize][(size - col - 1) as usize] as u8}); Oct 15 20:35:49.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:35:49.193 INFO kablam! | Oct 15 20:35:49.193 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 20:35:49.193 INFO kablam! Oct 15 20:35:49.194 INFO kablam! warning: variable `imageLocation` should have a snake case name such as `image_location` Oct 15 20:35:49.194 INFO kablam! --> src/main.rs:128:12 Oct 15 20:35:49.194 INFO kablam! | Oct 15 20:35:49.194 INFO kablam! 128 | fn process(imageLocation: &String) Oct 15 20:35:49.194 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 20:35:49.194 INFO kablam! | Oct 15 20:35:49.194 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 20:35:49.194 INFO kablam! Oct 15 20:35:54.747 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.32s Oct 15 20:35:54.759 INFO kablam! su: No module specific data is present Oct 15 20:35:55.791 INFO running `"docker" "rm" "-f" "78020d8f59fb656b25035a0cdc63cf3a359b65865e4b8685fcbd7dc633de7252"` Oct 15 20:35:56.119 INFO blam! 78020d8f59fb656b25035a0cdc63cf3a359b65865e4b8685fcbd7dc633de7252 Oct 15 20:35:56.129 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 20:35:56.643 INFO blam! 2f9ae8bb41a5feb3b17fc3e3b1a6e4393994f024203783f02467b746b16aa5ba Oct 15 20:35:56.646 INFO running `"docker" "start" "-a" "2f9ae8bb41a5feb3b17fc3e3b1a6e4393994f024203783f02467b746b16aa5ba"` Oct 15 20:35:58.983 INFO kablam! usermod: no changes Oct 15 20:35:59.286 INFO kablam! Compiling rust-image-to-ascii v0.1.0 (/source) Oct 15 20:36:05.068 INFO kablam! warning: unused import: `raster::Image` Oct 15 20:36:05.068 INFO kablam! --> src/main.rs:4:5 Oct 15 20:36:05.068 INFO kablam! | Oct 15 20:36:05.068 INFO kablam! 4 | use raster::Image; Oct 15 20:36:05.069 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 20:36:05.069 INFO kablam! | Oct 15 20:36:05.069 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 20:36:05.069 INFO kablam! Oct 15 20:36:05.070 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 20:36:05.070 INFO kablam! --> src/main.rs:57:8 Oct 15 20:36:05.070 INFO kablam! | Oct 15 20:36:05.071 INFO kablam! 57 | if (type_str == "image/jpeg") { Oct 15 20:36:05.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:36:05.071 INFO kablam! | Oct 15 20:36:05.071 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 20:36:05.072 INFO kablam! Oct 15 20:36:05.072 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 20:36:05.072 INFO kablam! --> src/main.rs:61:8 Oct 15 20:36:05.072 INFO kablam! | Oct 15 20:36:05.073 INFO kablam! 61 | if (type_str == "image/png") { Oct 15 20:36:05.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:36:05.073 INFO kablam! Oct 15 20:36:05.245 INFO kablam! warning: unused variable: `i` Oct 15 20:36:05.246 INFO kablam! --> src/main.rs:86:9 Oct 15 20:36:05.246 INFO kablam! | Oct 15 20:36:05.247 INFO kablam! 86 | for i in 0..size { Oct 15 20:36:05.247 INFO kablam! | ^ help: consider using `_i` instead Oct 15 20:36:05.247 INFO kablam! | Oct 15 20:36:05.247 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 20:36:05.248 INFO kablam! Oct 15 20:36:05.248 INFO kablam! warning: unused variable: `i` Oct 15 20:36:05.248 INFO kablam! --> src/main.rs:138:9 Oct 15 20:36:05.248 INFO kablam! | Oct 15 20:36:05.249 INFO kablam! 138 | for i in 0..max_size { Oct 15 20:36:05.249 INFO kablam! | ^ help: consider using `_i` instead Oct 15 20:36:05.249 INFO kablam! Oct 15 20:36:05.259 INFO kablam! warning: variable does not need to be mutable Oct 15 20:36:05.259 INFO kablam! --> src/main.rs:90:9 Oct 15 20:36:05.259 INFO kablam! | Oct 15 20:36:05.259 INFO kablam! 90 | let mut chars_s = " .-:*+=%@#"; Oct 15 20:36:05.259 INFO kablam! | ----^^^^^^^ Oct 15 20:36:05.259 INFO kablam! | | Oct 15 20:36:05.259 INFO kablam! | help: remove this `mut` Oct 15 20:36:05.259 INFO kablam! | Oct 15 20:36:05.259 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 20:36:05.259 INFO kablam! Oct 15 20:36:05.259 INFO kablam! warning: variable does not need to be mutable Oct 15 20:36:05.259 INFO kablam! --> src/main.rs:91:9 Oct 15 20:36:05.260 INFO kablam! | Oct 15 20:36:05.260 INFO kablam! 91 | let mut chars = chars_s.chars(); Oct 15 20:36:05.260 INFO kablam! | ----^^^^^ Oct 15 20:36:05.260 INFO kablam! | | Oct 15 20:36:05.260 INFO kablam! | help: remove this `mut` Oct 15 20:36:05.260 INFO kablam! Oct 15 20:36:05.266 INFO kablam! warning: function is never used: `test_save` Oct 15 20:36:05.266 INFO kablam! --> src/main.rs:117:1 Oct 15 20:36:05.266 INFO kablam! | Oct 15 20:36:05.266 INFO kablam! 117 | fn test_save(avg: Vec>, size: i32) Oct 15 20:36:05.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:36:05.266 INFO kablam! | Oct 15 20:36:05.266 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 20:36:05.266 INFO kablam! Oct 15 20:36:05.276 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 20:36:05.276 INFO kablam! --> src/main.rs:78:5 Oct 15 20:36:05.276 INFO kablam! | Oct 15 20:36:05.276 INFO kablam! 78 | file.write_all(&buf[..]); Oct 15 20:36:05.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:36:05.276 INFO kablam! | Oct 15 20:36:05.276 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 20:36:05.276 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 20:36:05.276 INFO kablam! Oct 15 20:36:05.277 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 20:36:05.277 INFO kablam! --> src/main.rs:122:13 Oct 15 20:36:05.277 INFO kablam! | Oct 15 20:36:05.278 INFO kablam! 122 | image.set_pixel(row, col, Color {r: 0, g: 0, b: 0, a: avg[(size - row - 1) as usize][(size - col - 1) as usize] as u8}); Oct 15 20:36:05.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:36:05.278 INFO kablam! | Oct 15 20:36:05.278 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 20:36:05.278 INFO kablam! Oct 15 20:36:05.278 INFO kablam! warning: variable `imageLocation` should have a snake case name such as `image_location` Oct 15 20:36:05.278 INFO kablam! --> src/main.rs:128:12 Oct 15 20:36:05.278 INFO kablam! | Oct 15 20:36:05.278 INFO kablam! 128 | fn process(imageLocation: &String) Oct 15 20:36:05.278 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 20:36:05.278 INFO kablam! | Oct 15 20:36:05.278 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 20:36:05.278 INFO kablam! Oct 15 20:36:05.943 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.93s Oct 15 20:36:05.959 INFO kablam! su: No module specific data is present Oct 15 20:36:06.709 INFO running `"docker" "rm" "-f" "2f9ae8bb41a5feb3b17fc3e3b1a6e4393994f024203783f02467b746b16aa5ba"` Oct 15 20:36:06.963 INFO blam! 2f9ae8bb41a5feb3b17fc3e3b1a6e4393994f024203783f02467b746b16aa5ba Oct 15 20:36:06.971 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 20:36:07.383 INFO blam! 5cb99709ae589068cbc7a0b12a4fb0340847635beee20b379b7d438f60a4da38 Oct 15 20:36:07.385 INFO running `"docker" "start" "-a" "5cb99709ae589068cbc7a0b12a4fb0340847635beee20b379b7d438f60a4da38"` Oct 15 20:36:09.150 INFO kablam! usermod: no changes Oct 15 20:36:09.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 15 20:36:09.391 INFO kablam! Running /target/debug/deps/rust_image_to_ascii-15b4d50cdd11a424 Oct 15 20:36:09.395 INFO kablam! su: No module specific data is present Oct 15 20:36:09.395 INFO blam! Oct 15 20:36:09.395 INFO blam! running 0 tests Oct 15 20:36:09.395 INFO blam! Oct 15 20:36:09.395 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 20:36:09.395 INFO blam! Oct 15 20:36:10.155 INFO running `"docker" "rm" "-f" "5cb99709ae589068cbc7a0b12a4fb0340847635beee20b379b7d438f60a4da38"` Oct 15 20:36:10.443 INFO blam! 5cb99709ae589068cbc7a0b12a4fb0340847635beee20b379b7d438f60a4da38