Oct 11 10:16:20.233 INFO testing termage-1.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:16:20.233 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:16:20.233 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 10:16:20.672 INFO blam! 3c4dbd005ad983e5c78568baeabbb00273cbae122bbe5c19bbabe7c133c5d381 Oct 11 10:16:20.676 INFO running `"docker" "start" "-a" "3c4dbd005ad983e5c78568baeabbb00273cbae122bbe5c19bbabe7c133c5d381"` Oct 11 10:16:21.840 INFO kablam! usermod: no changes Oct 11 10:16:22.088 INFO kablam! Compiling terminal_graphics v0.1.5 Oct 11 10:16:22.089 INFO kablam! Compiling terminal_size v0.1.8 Oct 11 10:16:24.319 INFO kablam! Compiling termage v1.1.1 (/source) Oct 11 10:16:28.619 INFO kablam! warning: unused import: `Frame` Oct 11 10:16:28.619 INFO kablam! --> src/lib.rs:11:71 Oct 11 10:16:28.619 INFO kablam! | Oct 11 10:16:28.619 INFO kablam! 11 | use image::{GenericImage, Pixel, RgbImage, gif, Frames, ImageDecoder, Frame}; Oct 11 10:16:28.619 INFO kablam! | ^^^^^ Oct 11 10:16:28.620 INFO kablam! | Oct 11 10:16:28.620 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 10:16:28.620 INFO kablam! Oct 11 10:16:28.620 INFO kablam! warning: unused import: `ImageBuffer` Oct 11 10:16:28.620 INFO kablam! --> src/lib.rs:12:28 Oct 11 10:16:28.620 INFO kablam! | Oct 11 10:16:28.620 INFO kablam! 12 | use image::{ConvertBuffer, ImageBuffer}; Oct 11 10:16:28.620 INFO kablam! | ^^^^^^^^^^^ Oct 11 10:16:28.620 INFO kablam! Oct 11 10:16:28.791 INFO kablam! warning: unused variable: `i` Oct 11 10:16:28.791 INFO kablam! --> src/lib.rs:177:10 Oct 11 10:16:28.791 INFO kablam! | Oct 11 10:16:28.791 INFO kablam! 177 | for (i, frame) in frames.enumerate() { Oct 11 10:16:28.791 INFO kablam! | ^ help: consider using `_i` instead Oct 11 10:16:28.791 INFO kablam! | Oct 11 10:16:28.791 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 10:16:28.791 INFO kablam! Oct 11 10:16:28.791 INFO kablam! warning: variable does not need to be mutable Oct 11 10:16:28.791 INFO kablam! --> src/lib.rs:26:9 Oct 11 10:16:28.791 INFO kablam! | Oct 11 10:16:28.791 INFO kablam! 26 | let mut f = File::open(filename).expect("File not found"); Oct 11 10:16:28.791 INFO kablam! | ----^ Oct 11 10:16:28.791 INFO kablam! | | Oct 11 10:16:28.791 INFO kablam! | help: remove this `mut` Oct 11 10:16:28.791 INFO kablam! | Oct 11 10:16:28.791 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:16:28.791 INFO kablam! Oct 11 10:16:28.791 INFO kablam! warning: variable does not need to be mutable Oct 11 10:16:28.791 INFO kablam! --> src/lib.rs:28:9 Oct 11 10:16:28.791 INFO kablam! | Oct 11 10:16:28.791 INFO kablam! 28 | let mut decoder = gif::Decoder::new(f); Oct 11 10:16:28.791 INFO kablam! | ----^^^^^^^ Oct 11 10:16:28.791 INFO kablam! | | Oct 11 10:16:28.791 INFO kablam! | help: remove this `mut` Oct 11 10:16:28.791 INFO kablam! Oct 11 10:16:28.808 INFO kablam! warning: variable does not need to be mutable Oct 11 10:16:28.808 INFO kablam! --> src/lib.rs:163:9 Oct 11 10:16:28.808 INFO kablam! | Oct 11 10:16:28.808 INFO kablam! 163 | let mut img = get_image(image_filepath); Oct 11 10:16:28.808 INFO kablam! | ----^^^ Oct 11 10:16:28.808 INFO kablam! | | Oct 11 10:16:28.808 INFO kablam! | help: remove this `mut` Oct 11 10:16:28.808 INFO kablam! Oct 11 10:16:28.808 INFO kablam! warning: variable does not need to be mutable Oct 11 10:16:28.808 INFO kablam! --> src/lib.rs:171:9 Oct 11 10:16:28.808 INFO kablam! | Oct 11 10:16:28.808 INFO kablam! 171 | let mut frames = get_gif(gif_filepath); Oct 11 10:16:28.808 INFO kablam! | ----^^^^^^ Oct 11 10:16:28.808 INFO kablam! | | Oct 11 10:16:28.808 INFO kablam! | help: remove this `mut` Oct 11 10:16:28.808 INFO kablam! Oct 11 10:16:33.548 INFO kablam! warning: unused import: `image::Pixel` Oct 11 10:16:33.549 INFO kablam! --> src/bin/main.rs:7:5 Oct 11 10:16:33.549 INFO kablam! | Oct 11 10:16:33.549 INFO kablam! 7 | use image::Pixel; Oct 11 10:16:33.550 INFO kablam! | ^^^^^^^^^^^^ Oct 11 10:16:33.550 INFO kablam! | Oct 11 10:16:33.550 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 10:16:33.551 INFO kablam! Oct 11 10:16:33.551 INFO kablam! warning: unused import: `terminal_graphics::Display` Oct 11 10:16:33.551 INFO kablam! --> src/bin/main.rs:9:5 Oct 11 10:16:33.551 INFO kablam! | Oct 11 10:16:33.552 INFO kablam! 9 | use terminal_graphics::Display; Oct 11 10:16:33.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:16:33.552 INFO kablam! Oct 11 10:16:33.553 INFO kablam! warning: unused import: `terminal_graphics::Colour` Oct 11 10:16:33.553 INFO kablam! --> src/bin/main.rs:10:5 Oct 11 10:16:33.553 INFO kablam! | Oct 11 10:16:33.553 INFO kablam! 10 | use terminal_graphics::Colour; Oct 11 10:16:33.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:16:33.554 INFO kablam! Oct 11 10:16:36.676 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.80s Oct 11 10:16:36.681 INFO kablam! su: No module specific data is present Oct 11 10:16:37.800 INFO running `"docker" "rm" "-f" "3c4dbd005ad983e5c78568baeabbb00273cbae122bbe5c19bbabe7c133c5d381"` Oct 11 10:16:38.180 INFO blam! 3c4dbd005ad983e5c78568baeabbb00273cbae122bbe5c19bbabe7c133c5d381 Oct 11 10:16:38.189 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:16:38.191 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 10:16:38.598 INFO blam! 2c037bb8dc2edb7abab3e1f83869d2787604fb143ffb68a3f91777837460e7f4 Oct 11 10:16:38.600 INFO running `"docker" "start" "-a" "2c037bb8dc2edb7abab3e1f83869d2787604fb143ffb68a3f91777837460e7f4"` Oct 11 10:16:40.088 INFO kablam! usermod: no changes Oct 11 10:16:40.291 INFO kablam! Compiling termage v1.1.1 (/source) Oct 11 10:16:44.992 INFO kablam! warning: unused import: `image::Pixel` Oct 11 10:16:44.992 INFO kablam! --> src/bin/main.rs:7:5 Oct 11 10:16:44.992 INFO kablam! | Oct 11 10:16:44.992 INFO kablam! 7 | use image::Pixel; Oct 11 10:16:44.992 INFO kablam! | ^^^^^^^^^^^^ Oct 11 10:16:44.992 INFO kablam! | Oct 11 10:16:44.992 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 10:16:44.992 INFO kablam! Oct 11 10:16:44.992 INFO kablam! warning: unused import: `terminal_graphics::Display` Oct 11 10:16:44.992 INFO kablam! --> src/bin/main.rs:9:5 Oct 11 10:16:44.992 INFO kablam! | Oct 11 10:16:44.992 INFO kablam! 9 | use terminal_graphics::Display; Oct 11 10:16:44.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:16:44.992 INFO kablam! Oct 11 10:16:44.992 INFO kablam! warning: unused import: `terminal_graphics::Colour` Oct 11 10:16:44.992 INFO kablam! --> src/bin/main.rs:10:5 Oct 11 10:16:44.993 INFO kablam! | Oct 11 10:16:44.993 INFO kablam! 10 | use terminal_graphics::Colour; Oct 11 10:16:44.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:16:44.993 INFO kablam! Oct 11 10:16:45.212 INFO kablam! warning: unused import: `Frame` Oct 11 10:16:45.212 INFO kablam! --> src/lib.rs:11:71 Oct 11 10:16:45.212 INFO kablam! | Oct 11 10:16:45.212 INFO kablam! 11 | use image::{GenericImage, Pixel, RgbImage, gif, Frames, ImageDecoder, Frame}; Oct 11 10:16:45.212 INFO kablam! | ^^^^^ Oct 11 10:16:45.212 INFO kablam! | Oct 11 10:16:45.212 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 10:16:45.212 INFO kablam! Oct 11 10:16:45.212 INFO kablam! warning: unused import: `ImageBuffer` Oct 11 10:16:45.212 INFO kablam! --> src/lib.rs:12:28 Oct 11 10:16:45.212 INFO kablam! | Oct 11 10:16:45.212 INFO kablam! 12 | use image::{ConvertBuffer, ImageBuffer}; Oct 11 10:16:45.212 INFO kablam! | ^^^^^^^^^^^ Oct 11 10:16:45.212 INFO kablam! Oct 11 10:16:45.409 INFO kablam! warning: unused variable: `i` Oct 11 10:16:45.409 INFO kablam! --> src/lib.rs:177:10 Oct 11 10:16:45.409 INFO kablam! | Oct 11 10:16:45.409 INFO kablam! 177 | for (i, frame) in frames.enumerate() { Oct 11 10:16:45.409 INFO kablam! | ^ help: consider using `_i` instead Oct 11 10:16:45.409 INFO kablam! | Oct 11 10:16:45.409 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 10:16:45.409 INFO kablam! Oct 11 10:16:45.409 INFO kablam! warning: variable does not need to be mutable Oct 11 10:16:45.409 INFO kablam! --> src/lib.rs:26:9 Oct 11 10:16:45.409 INFO kablam! | Oct 11 10:16:45.409 INFO kablam! 26 | let mut f = File::open(filename).expect("File not found"); Oct 11 10:16:45.409 INFO kablam! | ----^ Oct 11 10:16:45.409 INFO kablam! | | Oct 11 10:16:45.409 INFO kablam! | help: remove this `mut` Oct 11 10:16:45.409 INFO kablam! | Oct 11 10:16:45.409 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:16:45.409 INFO kablam! Oct 11 10:16:45.409 INFO kablam! warning: variable does not need to be mutable Oct 11 10:16:45.409 INFO kablam! --> src/lib.rs:28:9 Oct 11 10:16:45.409 INFO kablam! | Oct 11 10:16:45.409 INFO kablam! 28 | let mut decoder = gif::Decoder::new(f); Oct 11 10:16:45.409 INFO kablam! | ----^^^^^^^ Oct 11 10:16:45.409 INFO kablam! | | Oct 11 10:16:45.409 INFO kablam! | help: remove this `mut` Oct 11 10:16:45.409 INFO kablam! Oct 11 10:16:45.452 INFO kablam! warning: variable does not need to be mutable Oct 11 10:16:45.452 INFO kablam! --> src/lib.rs:163:9 Oct 11 10:16:45.452 INFO kablam! | Oct 11 10:16:45.452 INFO kablam! 163 | let mut img = get_image(image_filepath); Oct 11 10:16:45.452 INFO kablam! | ----^^^ Oct 11 10:16:45.452 INFO kablam! | | Oct 11 10:16:45.452 INFO kablam! | help: remove this `mut` Oct 11 10:16:45.452 INFO kablam! Oct 11 10:16:45.452 INFO kablam! warning: variable does not need to be mutable Oct 11 10:16:45.452 INFO kablam! --> src/lib.rs:171:9 Oct 11 10:16:45.452 INFO kablam! | Oct 11 10:16:45.452 INFO kablam! 171 | let mut frames = get_gif(gif_filepath); Oct 11 10:16:45.452 INFO kablam! | ----^^^^^^ Oct 11 10:16:45.452 INFO kablam! | | Oct 11 10:16:45.452 INFO kablam! | help: remove this `mut` Oct 11 10:16:45.452 INFO kablam! Oct 11 10:16:46.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.88s Oct 11 10:16:46.006 INFO kablam! su: No module specific data is present Oct 11 10:16:47.171 INFO running `"docker" "rm" "-f" "2c037bb8dc2edb7abab3e1f83869d2787604fb143ffb68a3f91777837460e7f4"` Oct 11 10:16:47.552 INFO blam! 2c037bb8dc2edb7abab3e1f83869d2787604fb143ffb68a3f91777837460e7f4 Oct 11 10:16:47.558 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:16:47.558 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 10:16:47.910 INFO blam! 62c64318a0dc8758fc2a566a673372d9b8eba47e58ab051463561ecddb9b3a44 Oct 11 10:16:47.917 INFO running `"docker" "start" "-a" "62c64318a0dc8758fc2a566a673372d9b8eba47e58ab051463561ecddb9b3a44"` Oct 11 10:16:49.065 INFO kablam! usermod: no changes Oct 11 10:16:49.244 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 11 10:16:49.256 INFO kablam! Running /target/debug/deps/termage-05827a228a934808 Oct 11 10:16:49.270 INFO blam! Oct 11 10:16:49.270 INFO blam! running 0 tests Oct 11 10:16:49.270 INFO blam! Oct 11 10:16:49.270 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:16:49.270 INFO blam! Oct 11 10:16:49.271 INFO kablam! Running /target/debug/deps/termage-f44c66c5b6fc6409 Oct 11 10:16:49.272 INFO blam! Oct 11 10:16:49.272 INFO blam! running 0 tests Oct 11 10:16:49.272 INFO blam! Oct 11 10:16:49.272 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:16:49.272 INFO blam! Oct 11 10:16:49.279 INFO kablam! Doc-tests termage Oct 11 10:16:55.968 INFO blam! Oct 11 10:16:55.968 INFO blam! running 0 tests Oct 11 10:16:55.968 INFO blam! Oct 11 10:16:55.968 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:16:55.968 INFO blam! Oct 11 10:16:55.974 INFO kablam! su: No module specific data is present Oct 11 10:16:56.788 INFO running `"docker" "rm" "-f" "62c64318a0dc8758fc2a566a673372d9b8eba47e58ab051463561ecddb9b3a44"` Oct 11 10:16:57.084 INFO blam! 62c64318a0dc8758fc2a566a673372d9b8eba47e58ab051463561ecddb9b3a44