Oct 11 12:41:12.915 INFO testing rust-image-to-ascii-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 12:41:12.915 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 12:41:12.915 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 12:41:13.104 INFO blam! 88ce55accab737f79fd2d2c435555709b3cf64eaa4acea67d9647a31b7ffed82 Oct 11 12:41:13.109 INFO running `"docker" "start" "-a" "88ce55accab737f79fd2d2c435555709b3cf64eaa4acea67d9647a31b7ffed82"` Oct 11 12:41:13.720 INFO kablam! usermod: no changes Oct 11 12:41:14.132 INFO kablam! Compiling num-bigint v0.1.44 Oct 11 12:41:14.132 INFO kablam! Compiling png v0.5.2 Oct 11 12:41:14.160 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 11 12:41:21.472 INFO kablam! Compiling num-rational v0.1.42 Oct 11 12:41:24.686 INFO kablam! Compiling image v0.10.4 Oct 11 12:41:30.120 INFO kablam! Compiling raster v0.2.0 Oct 11 12:41:33.124 INFO kablam! Compiling rust-image-to-ascii v0.1.0 (/source) Oct 11 12:41:39.148 INFO kablam! warning: unused import: `raster::Image` Oct 11 12:41:39.148 INFO kablam! --> src/main.rs:4:5 Oct 11 12:41:39.148 INFO kablam! | Oct 11 12:41:39.148 INFO kablam! 4 | use raster::Image; Oct 11 12:41:39.148 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 12:41:39.148 INFO kablam! | Oct 11 12:41:39.148 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 12:41:39.148 INFO kablam! Oct 11 12:41:39.148 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 12:41:39.148 INFO kablam! --> src/main.rs:57:8 Oct 11 12:41:39.148 INFO kablam! | Oct 11 12:41:39.148 INFO kablam! 57 | if (type_str == "image/jpeg") { Oct 11 12:41:39.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 12:41:39.148 INFO kablam! | Oct 11 12:41:39.148 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 12:41:39.148 INFO kablam! Oct 11 12:41:39.148 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 12:41:39.148 INFO kablam! --> src/main.rs:61:8 Oct 11 12:41:39.148 INFO kablam! | Oct 11 12:41:39.149 INFO kablam! 61 | if (type_str == "image/png") { Oct 11 12:41:39.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 12:41:39.149 INFO kablam! Oct 11 12:41:39.402 INFO kablam! warning: unused variable: `i` Oct 11 12:41:39.402 INFO kablam! --> src/main.rs:86:9 Oct 11 12:41:39.402 INFO kablam! | Oct 11 12:41:39.402 INFO kablam! 86 | for i in 0..size { Oct 11 12:41:39.402 INFO kablam! | ^ help: consider using `_i` instead Oct 11 12:41:39.402 INFO kablam! | Oct 11 12:41:39.402 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 12:41:39.402 INFO kablam! Oct 11 12:41:39.404 INFO kablam! warning: unused variable: `i` Oct 11 12:41:39.404 INFO kablam! --> src/main.rs:138:9 Oct 11 12:41:39.404 INFO kablam! | Oct 11 12:41:39.404 INFO kablam! 138 | for i in 0..max_size { Oct 11 12:41:39.404 INFO kablam! | ^ help: consider using `_i` instead Oct 11 12:41:39.404 INFO kablam! Oct 11 12:41:39.416 INFO kablam! warning: variable does not need to be mutable Oct 11 12:41:39.416 INFO kablam! --> src/main.rs:90:9 Oct 11 12:41:39.416 INFO kablam! | Oct 11 12:41:39.416 INFO kablam! 90 | let mut chars_s = " .-:*+=%@#"; Oct 11 12:41:39.416 INFO kablam! | ----^^^^^^^ Oct 11 12:41:39.416 INFO kablam! | | Oct 11 12:41:39.416 INFO kablam! | help: remove this `mut` Oct 11 12:41:39.416 INFO kablam! | Oct 11 12:41:39.416 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 12:41:39.416 INFO kablam! Oct 11 12:41:39.418 INFO kablam! warning: variable does not need to be mutable Oct 11 12:41:39.418 INFO kablam! --> src/main.rs:91:9 Oct 11 12:41:39.418 INFO kablam! | Oct 11 12:41:39.418 INFO kablam! 91 | let mut chars = chars_s.chars(); Oct 11 12:41:39.418 INFO kablam! | ----^^^^^ Oct 11 12:41:39.418 INFO kablam! | | Oct 11 12:41:39.418 INFO kablam! | help: remove this `mut` Oct 11 12:41:39.418 INFO kablam! Oct 11 12:41:39.422 INFO kablam! warning: function is never used: `test_save` Oct 11 12:41:39.422 INFO kablam! --> src/main.rs:117:1 Oct 11 12:41:39.422 INFO kablam! | Oct 11 12:41:39.422 INFO kablam! 117 | fn test_save(avg: Vec>, size: i32) Oct 11 12:41:39.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:41:39.423 INFO kablam! | Oct 11 12:41:39.423 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 12:41:39.423 INFO kablam! Oct 11 12:41:39.433 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 12:41:39.433 INFO kablam! --> src/main.rs:78:5 Oct 11 12:41:39.433 INFO kablam! | Oct 11 12:41:39.433 INFO kablam! 78 | file.write_all(&buf[..]); Oct 11 12:41:39.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:41:39.433 INFO kablam! | Oct 11 12:41:39.433 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 12:41:39.433 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 12:41:39.433 INFO kablam! Oct 11 12:41:39.435 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 12:41:39.435 INFO kablam! --> src/main.rs:122:13 Oct 11 12:41:39.435 INFO kablam! | Oct 11 12:41:39.435 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 11 12:41:39.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:41:39.435 INFO kablam! | Oct 11 12:41:39.435 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 12:41:39.435 INFO kablam! Oct 11 12:41:39.435 INFO kablam! warning: variable `imageLocation` should have a snake case name such as `image_location` Oct 11 12:41:39.435 INFO kablam! --> src/main.rs:128:12 Oct 11 12:41:39.435 INFO kablam! | Oct 11 12:41:39.435 INFO kablam! 128 | fn process(imageLocation: &String) Oct 11 12:41:39.435 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 12:41:39.435 INFO kablam! | Oct 11 12:41:39.435 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 12:41:39.435 INFO kablam! Oct 11 12:41:45.012 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.25s Oct 11 12:41:45.026 INFO kablam! su: No module specific data is present Oct 11 12:41:45.852 INFO running `"docker" "rm" "-f" "88ce55accab737f79fd2d2c435555709b3cf64eaa4acea67d9647a31b7ffed82"` Oct 11 12:41:46.223 INFO blam! 88ce55accab737f79fd2d2c435555709b3cf64eaa4acea67d9647a31b7ffed82 Oct 11 12:41:46.229 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 12:41:46.230 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 12:41:46.629 INFO blam! 5a950d5626e62cb51915bc7783433d4dcdd088b791874241164f30a78c8248f4 Oct 11 12:41:46.633 INFO running `"docker" "start" "-a" "5a950d5626e62cb51915bc7783433d4dcdd088b791874241164f30a78c8248f4"` Oct 11 12:41:47.474 INFO kablam! usermod: no changes Oct 11 12:41:47.722 INFO kablam! Compiling rust-image-to-ascii v0.1.0 (/source) Oct 11 12:41:52.649 INFO kablam! warning: unused import: `raster::Image` Oct 11 12:41:52.649 INFO kablam! --> src/main.rs:4:5 Oct 11 12:41:52.649 INFO kablam! | Oct 11 12:41:52.650 INFO kablam! 4 | use raster::Image; Oct 11 12:41:52.650 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 12:41:52.650 INFO kablam! | Oct 11 12:41:52.650 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 12:41:52.651 INFO kablam! Oct 11 12:41:52.651 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 12:41:52.651 INFO kablam! --> src/main.rs:57:8 Oct 11 12:41:52.651 INFO kablam! | Oct 11 12:41:52.652 INFO kablam! 57 | if (type_str == "image/jpeg") { Oct 11 12:41:52.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 12:41:52.652 INFO kablam! | Oct 11 12:41:52.656 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 12:41:52.656 INFO kablam! Oct 11 12:41:52.657 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 12:41:52.657 INFO kablam! --> src/main.rs:61:8 Oct 11 12:41:52.657 INFO kablam! | Oct 11 12:41:52.657 INFO kablam! 61 | if (type_str == "image/png") { Oct 11 12:41:52.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 12:41:52.658 INFO kablam! Oct 11 12:41:52.787 INFO kablam! warning: unused variable: `i` Oct 11 12:41:52.787 INFO kablam! --> src/main.rs:86:9 Oct 11 12:41:52.787 INFO kablam! | Oct 11 12:41:52.788 INFO kablam! 86 | for i in 0..size { Oct 11 12:41:52.788 INFO kablam! | ^ help: consider using `_i` instead Oct 11 12:41:52.788 INFO kablam! | Oct 11 12:41:52.789 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 12:41:52.789 INFO kablam! Oct 11 12:41:52.789 INFO kablam! warning: unused variable: `i` Oct 11 12:41:52.789 INFO kablam! --> src/main.rs:138:9 Oct 11 12:41:52.790 INFO kablam! | Oct 11 12:41:52.790 INFO kablam! 138 | for i in 0..max_size { Oct 11 12:41:52.790 INFO kablam! | ^ help: consider using `_i` instead Oct 11 12:41:52.790 INFO kablam! Oct 11 12:41:52.813 INFO kablam! warning: variable does not need to be mutable Oct 11 12:41:52.813 INFO kablam! --> src/main.rs:90:9 Oct 11 12:41:52.813 INFO kablam! | Oct 11 12:41:52.814 INFO kablam! 90 | let mut chars_s = " .-:*+=%@#"; Oct 11 12:41:52.814 INFO kablam! | ----^^^^^^^ Oct 11 12:41:52.814 INFO kablam! | | Oct 11 12:41:52.814 INFO kablam! | help: remove this `mut` Oct 11 12:41:52.815 INFO kablam! | Oct 11 12:41:52.815 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 12:41:52.815 INFO kablam! Oct 11 12:41:52.815 INFO kablam! warning: variable does not need to be mutable Oct 11 12:41:52.816 INFO kablam! --> src/main.rs:91:9 Oct 11 12:41:52.816 INFO kablam! | Oct 11 12:41:52.816 INFO kablam! 91 | let mut chars = chars_s.chars(); Oct 11 12:41:52.817 INFO kablam! | ----^^^^^ Oct 11 12:41:52.817 INFO kablam! | | Oct 11 12:41:52.817 INFO kablam! | help: remove this `mut` Oct 11 12:41:52.817 INFO kablam! Oct 11 12:41:52.818 INFO kablam! warning: function is never used: `test_save` Oct 11 12:41:52.818 INFO kablam! --> src/main.rs:117:1 Oct 11 12:41:52.818 INFO kablam! | Oct 11 12:41:52.818 INFO kablam! 117 | fn test_save(avg: Vec>, size: i32) Oct 11 12:41:52.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:41:52.819 INFO kablam! | Oct 11 12:41:52.819 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 12:41:52.819 INFO kablam! Oct 11 12:41:52.820 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 12:41:52.820 INFO kablam! --> src/main.rs:78:5 Oct 11 12:41:52.820 INFO kablam! | Oct 11 12:41:52.820 INFO kablam! 78 | file.write_all(&buf[..]); Oct 11 12:41:52.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:41:52.820 INFO kablam! | Oct 11 12:41:52.820 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 12:41:52.820 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 12:41:52.820 INFO kablam! Oct 11 12:41:52.820 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 12:41:52.820 INFO kablam! --> src/main.rs:122:13 Oct 11 12:41:52.820 INFO kablam! | Oct 11 12:41:52.820 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 11 12:41:52.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:41:52.820 INFO kablam! | Oct 11 12:41:52.820 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 12:41:52.820 INFO kablam! Oct 11 12:41:52.820 INFO kablam! warning: variable `imageLocation` should have a snake case name such as `image_location` Oct 11 12:41:52.820 INFO kablam! --> src/main.rs:128:12 Oct 11 12:41:52.820 INFO kablam! | Oct 11 12:41:52.820 INFO kablam! 128 | fn process(imageLocation: &String) Oct 11 12:41:52.824 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 12:41:52.824 INFO kablam! | Oct 11 12:41:52.824 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 12:41:52.824 INFO kablam! Oct 11 12:41:53.512 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.00s Oct 11 12:41:53.530 INFO kablam! su: No module specific data is present Oct 11 12:41:54.143 INFO running `"docker" "rm" "-f" "5a950d5626e62cb51915bc7783433d4dcdd088b791874241164f30a78c8248f4"` Oct 11 12:41:54.425 INFO blam! 5a950d5626e62cb51915bc7783433d4dcdd088b791874241164f30a78c8248f4 Oct 11 12:41:54.426 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 12:41:54.426 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 12:41:54.822 INFO blam! 671e23109d1678b03122a16e6a4fd878077746742db3532fb488ced51857915b Oct 11 12:41:54.828 INFO running `"docker" "start" "-a" "671e23109d1678b03122a16e6a4fd878077746742db3532fb488ced51857915b"` Oct 11 12:41:55.915 INFO kablam! usermod: no changes Oct 11 12:41:56.156 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 11 12:41:56.175 INFO kablam! Running /target/debug/deps/rust_image_to_ascii-d7e2859c801de7ff Oct 11 12:41:56.178 INFO blam! Oct 11 12:41:56.178 INFO blam! running 0 tests Oct 11 12:41:56.178 INFO blam! Oct 11 12:41:56.178 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:41:56.178 INFO blam! Oct 11 12:41:56.180 INFO kablam! su: No module specific data is present Oct 11 12:41:56.890 INFO running `"docker" "rm" "-f" "671e23109d1678b03122a16e6a4fd878077746742db3532fb488ced51857915b"` Oct 11 12:41:57.104 INFO blam! 671e23109d1678b03122a16e6a4fd878077746742db3532fb488ced51857915b