Oct 15 20:35:26.702 INFO testing rust-image-to-ascii-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 20:35:26.703 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 20:35:27.077 INFO blam! ca0ebeb85e7f64019f1a5a221a0856f14283a5161304ebbef48b2d9a15a517a2 Oct 15 20:35:27.099 INFO running `"docker" "start" "-a" "ca0ebeb85e7f64019f1a5a221a0856f14283a5161304ebbef48b2d9a15a517a2"` Oct 15 20:35:28.497 INFO kablam! usermod: no changes Oct 15 20:35:28.937 INFO kablam! Compiling num-bigint v0.1.44 Oct 15 20:35:28.943 INFO kablam! Compiling png v0.5.2 Oct 15 20:35:28.989 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 20:35:38.103 INFO kablam! Compiling num-rational v0.1.42 Oct 15 20:35:40.795 INFO kablam! Compiling image v0.10.4 Oct 15 20:35:48.782 INFO kablam! Compiling raster v0.2.0 Oct 15 20:35:52.696 INFO kablam! Compiling rust-image-to-ascii v0.1.0 (/source) Oct 15 20:36:00.194 INFO kablam! warning: unused import: `raster::Image` Oct 15 20:36:00.194 INFO kablam! --> src/main.rs:4:5 Oct 15 20:36:00.194 INFO kablam! | Oct 15 20:36:00.194 INFO kablam! 4 | use raster::Image; Oct 15 20:36:00.194 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 20:36:00.194 INFO kablam! | Oct 15 20:36:00.194 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 20:36:00.194 INFO kablam! Oct 15 20:36:00.194 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 20:36:00.194 INFO kablam! --> src/main.rs:57:8 Oct 15 20:36:00.194 INFO kablam! | Oct 15 20:36:00.194 INFO kablam! 57 | if (type_str == "image/jpeg") { Oct 15 20:36:00.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:36:00.194 INFO kablam! | Oct 15 20:36:00.194 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 20:36:00.194 INFO kablam! Oct 15 20:36:00.194 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 20:36:00.194 INFO kablam! --> src/main.rs:61:8 Oct 15 20:36:00.194 INFO kablam! | Oct 15 20:36:00.194 INFO kablam! 61 | if (type_str == "image/png") { Oct 15 20:36:00.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:36:00.194 INFO kablam! Oct 15 20:36:00.449 INFO kablam! warning: unused variable: `i` Oct 15 20:36:00.450 INFO kablam! --> src/main.rs:86:9 Oct 15 20:36:00.450 INFO kablam! | Oct 15 20:36:00.450 INFO kablam! 86 | for i in 0..size { Oct 15 20:36:00.450 INFO kablam! | ^ help: consider using `_i` instead Oct 15 20:36:00.450 INFO kablam! | Oct 15 20:36:00.450 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 20:36:00.450 INFO kablam! Oct 15 20:36:00.450 INFO kablam! warning: unused variable: `i` Oct 15 20:36:00.450 INFO kablam! --> src/main.rs:138:9 Oct 15 20:36:00.450 INFO kablam! | Oct 15 20:36:00.450 INFO kablam! 138 | for i in 0..max_size { Oct 15 20:36:00.450 INFO kablam! | ^ help: consider using `_i` instead Oct 15 20:36:00.450 INFO kablam! Oct 15 20:36:00.465 INFO kablam! warning: variable does not need to be mutable Oct 15 20:36:00.465 INFO kablam! --> src/main.rs:90:9 Oct 15 20:36:00.465 INFO kablam! | Oct 15 20:36:00.465 INFO kablam! 90 | let mut chars_s = " .-:*+=%@#"; Oct 15 20:36:00.465 INFO kablam! | ----^^^^^^^ Oct 15 20:36:00.465 INFO kablam! | | Oct 15 20:36:00.465 INFO kablam! | help: remove this `mut` Oct 15 20:36:00.466 INFO kablam! | Oct 15 20:36:00.467 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 20:36:00.467 INFO kablam! Oct 15 20:36:00.467 INFO kablam! warning: variable does not need to be mutable Oct 15 20:36:00.467 INFO kablam! --> src/main.rs:91:9 Oct 15 20:36:00.467 INFO kablam! | Oct 15 20:36:00.467 INFO kablam! 91 | let mut chars = chars_s.chars(); Oct 15 20:36:00.467 INFO kablam! | ----^^^^^ Oct 15 20:36:00.467 INFO kablam! | | Oct 15 20:36:00.467 INFO kablam! | help: remove this `mut` Oct 15 20:36:00.467 INFO kablam! Oct 15 20:36:00.471 INFO kablam! warning: function is never used: `test_save` Oct 15 20:36:00.471 INFO kablam! --> src/main.rs:117:1 Oct 15 20:36:00.471 INFO kablam! | Oct 15 20:36:00.471 INFO kablam! 117 | fn test_save(avg: Vec>, size: i32) Oct 15 20:36:00.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:36:00.473 INFO kablam! | Oct 15 20:36:00.473 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 20:36:00.473 INFO kablam! Oct 15 20:36:00.482 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 20:36:00.482 INFO kablam! --> src/main.rs:78:5 Oct 15 20:36:00.483 INFO kablam! | Oct 15 20:36:00.483 INFO kablam! 78 | file.write_all(&buf[..]); Oct 15 20:36:00.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:36:00.483 INFO kablam! | Oct 15 20:36:00.483 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 20:36:00.483 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 20:36:00.483 INFO kablam! Oct 15 20:36:00.484 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 20:36:00.484 INFO kablam! --> src/main.rs:122:13 Oct 15 20:36:00.484 INFO kablam! | Oct 15 20:36:00.484 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:00.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:36:00.484 INFO kablam! | Oct 15 20:36:00.484 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 20:36:00.484 INFO kablam! Oct 15 20:36:00.484 INFO kablam! warning: variable `imageLocation` should have a snake case name such as `image_location` Oct 15 20:36:00.484 INFO kablam! --> src/main.rs:128:12 Oct 15 20:36:00.484 INFO kablam! | Oct 15 20:36:00.487 INFO kablam! 128 | fn process(imageLocation: &String) Oct 15 20:36:00.487 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 20:36:00.487 INFO kablam! | Oct 15 20:36:00.487 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 20:36:00.487 INFO kablam! Oct 15 20:36:06.593 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.07s Oct 15 20:36:06.612 INFO kablam! su: No module specific data is present Oct 15 20:36:07.271 INFO running `"docker" "rm" "-f" "ca0ebeb85e7f64019f1a5a221a0856f14283a5161304ebbef48b2d9a15a517a2"` Oct 15 20:36:07.561 INFO blam! ca0ebeb85e7f64019f1a5a221a0856f14283a5161304ebbef48b2d9a15a517a2 Oct 15 20:36:07.567 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 20:36:08.252 INFO blam! 6104c9051d8827a56b40a696e9e5cfe8dc68391e00396dbab7ec1b7760139584 Oct 15 20:36:08.255 INFO running `"docker" "start" "-a" "6104c9051d8827a56b40a696e9e5cfe8dc68391e00396dbab7ec1b7760139584"` Oct 15 20:36:09.507 INFO kablam! usermod: no changes Oct 15 20:36:09.729 INFO kablam! Compiling rust-image-to-ascii v0.1.0 (/source) Oct 15 20:36:16.095 INFO kablam! warning: unused import: `raster::Image` Oct 15 20:36:16.095 INFO kablam! --> src/main.rs:4:5 Oct 15 20:36:16.095 INFO kablam! | Oct 15 20:36:16.095 INFO kablam! 4 | use raster::Image; Oct 15 20:36:16.095 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 20:36:16.095 INFO kablam! | Oct 15 20:36:16.095 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 20:36:16.095 INFO kablam! Oct 15 20:36:16.095 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 20:36:16.095 INFO kablam! --> src/main.rs:57:8 Oct 15 20:36:16.095 INFO kablam! | Oct 15 20:36:16.095 INFO kablam! 57 | if (type_str == "image/jpeg") { Oct 15 20:36:16.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:36:16.095 INFO kablam! | Oct 15 20:36:16.095 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 20:36:16.095 INFO kablam! Oct 15 20:36:16.095 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 20:36:16.095 INFO kablam! --> src/main.rs:61:8 Oct 15 20:36:16.095 INFO kablam! | Oct 15 20:36:16.095 INFO kablam! 61 | if (type_str == "image/png") { Oct 15 20:36:16.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 20:36:16.095 INFO kablam! Oct 15 20:36:16.227 INFO kablam! warning: unused variable: `i` Oct 15 20:36:16.227 INFO kablam! --> src/main.rs:86:9 Oct 15 20:36:16.227 INFO kablam! | Oct 15 20:36:16.227 INFO kablam! 86 | for i in 0..size { Oct 15 20:36:16.227 INFO kablam! | ^ help: consider using `_i` instead Oct 15 20:36:16.227 INFO kablam! | Oct 15 20:36:16.227 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 20:36:16.227 INFO kablam! Oct 15 20:36:16.227 INFO kablam! warning: unused variable: `i` Oct 15 20:36:16.227 INFO kablam! --> src/main.rs:138:9 Oct 15 20:36:16.227 INFO kablam! | Oct 15 20:36:16.227 INFO kablam! 138 | for i in 0..max_size { Oct 15 20:36:16.227 INFO kablam! | ^ help: consider using `_i` instead Oct 15 20:36:16.227 INFO kablam! Oct 15 20:36:16.237 INFO kablam! warning: variable does not need to be mutable Oct 15 20:36:16.238 INFO kablam! --> src/main.rs:90:9 Oct 15 20:36:16.243 INFO kablam! | Oct 15 20:36:16.244 INFO kablam! 90 | let mut chars_s = " .-:*+=%@#"; Oct 15 20:36:16.244 INFO kablam! | ----^^^^^^^ Oct 15 20:36:16.244 INFO kablam! | | Oct 15 20:36:16.244 INFO kablam! | help: remove this `mut` Oct 15 20:36:16.244 INFO kablam! | Oct 15 20:36:16.244 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 20:36:16.244 INFO kablam! Oct 15 20:36:16.244 INFO kablam! warning: variable does not need to be mutable Oct 15 20:36:16.244 INFO kablam! --> src/main.rs:91:9 Oct 15 20:36:16.244 INFO kablam! | Oct 15 20:36:16.244 INFO kablam! 91 | let mut chars = chars_s.chars(); Oct 15 20:36:16.244 INFO kablam! | ----^^^^^ Oct 15 20:36:16.244 INFO kablam! | | Oct 15 20:36:16.244 INFO kablam! | help: remove this `mut` Oct 15 20:36:16.244 INFO kablam! Oct 15 20:36:16.244 INFO kablam! warning: function is never used: `test_save` Oct 15 20:36:16.244 INFO kablam! --> src/main.rs:117:1 Oct 15 20:36:16.244 INFO kablam! | Oct 15 20:36:16.244 INFO kablam! 117 | fn test_save(avg: Vec>, size: i32) Oct 15 20:36:16.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:36:16.244 INFO kablam! | Oct 15 20:36:16.259 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 20:36:16.259 INFO kablam! Oct 15 20:36:16.259 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 20:36:16.259 INFO kablam! --> src/main.rs:78:5 Oct 15 20:36:16.259 INFO kablam! | Oct 15 20:36:16.259 INFO kablam! 78 | file.write_all(&buf[..]); Oct 15 20:36:16.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:36:16.259 INFO kablam! | Oct 15 20:36:16.259 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 20:36:16.259 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 20:36:16.259 INFO kablam! Oct 15 20:36:16.259 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 20:36:16.259 INFO kablam! --> src/main.rs:122:13 Oct 15 20:36:16.259 INFO kablam! | Oct 15 20:36:16.259 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:16.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 20:36:16.259 INFO kablam! | Oct 15 20:36:16.259 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 20:36:16.259 INFO kablam! Oct 15 20:36:16.259 INFO kablam! warning: variable `imageLocation` should have a snake case name such as `image_location` Oct 15 20:36:16.259 INFO kablam! --> src/main.rs:128:12 Oct 15 20:36:16.259 INFO kablam! | Oct 15 20:36:16.259 INFO kablam! 128 | fn process(imageLocation: &String) Oct 15 20:36:16.259 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 20:36:16.259 INFO kablam! | Oct 15 20:36:16.259 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 20:36:16.259 INFO kablam! Oct 15 20:36:16.817 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.29s Oct 15 20:36:16.830 INFO kablam! su: No module specific data is present Oct 15 20:36:17.429 INFO running `"docker" "rm" "-f" "6104c9051d8827a56b40a696e9e5cfe8dc68391e00396dbab7ec1b7760139584"` Oct 15 20:36:17.711 INFO blam! 6104c9051d8827a56b40a696e9e5cfe8dc68391e00396dbab7ec1b7760139584 Oct 15 20:36:17.714 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 20:36:18.121 INFO blam! bf8bcf3c307eada2cb07f1230daa81dac63713b45d5579dfe18d10703a0e3e4c Oct 15 20:36:18.127 INFO running `"docker" "start" "-a" "bf8bcf3c307eada2cb07f1230daa81dac63713b45d5579dfe18d10703a0e3e4c"` Oct 15 20:36:19.563 INFO kablam! usermod: no changes Oct 15 20:36:19.829 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 15 20:36:19.840 INFO kablam! Running /target/debug/deps/rust_image_to_ascii-a20d82509aab89b1 Oct 15 20:36:19.844 INFO blam! Oct 15 20:36:19.844 INFO blam! running 0 tests Oct 15 20:36:19.844 INFO blam! Oct 15 20:36:19.844 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 20:36:19.844 INFO blam! Oct 15 20:36:19.852 INFO kablam! su: No module specific data is present Oct 15 20:36:21.128 INFO running `"docker" "rm" "-f" "bf8bcf3c307eada2cb07f1230daa81dac63713b45d5579dfe18d10703a0e3e4c"` Oct 15 20:36:21.481 INFO blam! bf8bcf3c307eada2cb07f1230daa81dac63713b45d5579dfe18d10703a0e3e4c