Oct 15 16:51:08.489 INFO testing termage-1.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:51:08.491 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16:51:09.176 INFO blam! 27447e0878b8445583bb6608e7b9f61a27782936c31a5cb96599c21706df634d Oct 15 16:51:09.179 INFO running `"docker" "start" "-a" "27447e0878b8445583bb6608e7b9f61a27782936c31a5cb96599c21706df634d"` Oct 15 16:51:10.674 INFO kablam! usermod: no changes Oct 15 16:51:10.908 INFO kablam! Compiling terminal_graphics v0.1.5 Oct 15 16:51:10.908 INFO kablam! Compiling terminal_size v0.1.8 Oct 15 16:51:10.939 INFO kablam! Compiling syn v0.15.11 Oct 15 16:51:25.009 INFO kablam! Compiling num-derive v0.2.3 Oct 15 16:51:33.320 INFO kablam! Compiling image v0.19.0 Oct 15 16:51:52.519 INFO kablam! Compiling termage v1.1.1 (/source) Oct 15 16:51:54.779 INFO kablam! warning: unused import: `Frame` Oct 15 16:51:54.780 INFO kablam! --> src/lib.rs:11:71 Oct 15 16:51:54.781 INFO kablam! | Oct 15 16:51:54.781 INFO kablam! 11 | use image::{GenericImage, Pixel, RgbImage, gif, Frames, ImageDecoder, Frame}; Oct 15 16:51:54.782 INFO kablam! | ^^^^^ Oct 15 16:51:54.783 INFO kablam! | Oct 15 16:51:54.783 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:51:54.784 INFO kablam! Oct 15 16:51:54.784 INFO kablam! warning: unused import: `ImageBuffer` Oct 15 16:51:54.785 INFO kablam! --> src/lib.rs:12:28 Oct 15 16:51:54.786 INFO kablam! | Oct 15 16:51:54.786 INFO kablam! 12 | use image::{ConvertBuffer, ImageBuffer}; Oct 15 16:51:54.787 INFO kablam! | ^^^^^^^^^^^ Oct 15 16:51:54.787 INFO kablam! Oct 15 16:51:54.857 INFO kablam! warning: unused variable: `i` Oct 15 16:51:54.858 INFO kablam! --> src/lib.rs:177:10 Oct 15 16:51:54.859 INFO kablam! | Oct 15 16:51:54.859 INFO kablam! 177 | for (i, frame) in frames.enumerate() { Oct 15 16:51:54.860 INFO kablam! | ^ help: consider using `_i` instead Oct 15 16:51:54.860 INFO kablam! | Oct 15 16:51:54.861 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:51:54.862 INFO kablam! Oct 15 16:51:54.862 INFO kablam! warning: variable does not need to be mutable Oct 15 16:51:54.863 INFO kablam! --> src/lib.rs:26:9 Oct 15 16:51:54.863 INFO kablam! | Oct 15 16:51:54.863 INFO kablam! 26 | let mut f = File::open(filename).expect("File not found"); Oct 15 16:51:54.864 INFO kablam! | ----^ Oct 15 16:51:54.864 INFO kablam! | | Oct 15 16:51:54.864 INFO kablam! | help: remove this `mut` Oct 15 16:51:54.864 INFO kablam! | Oct 15 16:51:54.864 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:51:54.864 INFO kablam! Oct 15 16:51:54.864 INFO kablam! warning: variable does not need to be mutable Oct 15 16:51:54.864 INFO kablam! --> src/lib.rs:28:9 Oct 15 16:51:54.864 INFO kablam! | Oct 15 16:51:54.864 INFO kablam! 28 | let mut decoder = gif::Decoder::new(f); Oct 15 16:51:54.864 INFO kablam! | ----^^^^^^^ Oct 15 16:51:54.864 INFO kablam! | | Oct 15 16:51:54.864 INFO kablam! | help: remove this `mut` Oct 15 16:51:54.864 INFO kablam! Oct 15 16:51:54.872 INFO kablam! warning: variable does not need to be mutable Oct 15 16:51:54.872 INFO kablam! --> src/lib.rs:163:9 Oct 15 16:51:54.872 INFO kablam! | Oct 15 16:51:54.872 INFO kablam! 163 | let mut img = get_image(image_filepath); Oct 15 16:51:54.872 INFO kablam! | ----^^^ Oct 15 16:51:54.872 INFO kablam! | | Oct 15 16:51:54.872 INFO kablam! | help: remove this `mut` Oct 15 16:51:54.872 INFO kablam! Oct 15 16:51:54.875 INFO kablam! warning: variable does not need to be mutable Oct 15 16:51:54.875 INFO kablam! --> src/lib.rs:171:9 Oct 15 16:51:54.875 INFO kablam! | Oct 15 16:51:54.875 INFO kablam! 171 | let mut frames = get_gif(gif_filepath); Oct 15 16:51:54.875 INFO kablam! | ----^^^^^^ Oct 15 16:51:54.875 INFO kablam! | | Oct 15 16:51:54.875 INFO kablam! | help: remove this `mut` Oct 15 16:51:54.875 INFO kablam! Oct 15 16:51:57.980 INFO kablam! warning: unused import: `image::Pixel` Oct 15 16:51:57.980 INFO kablam! --> src/bin/main.rs:7:5 Oct 15 16:51:57.980 INFO kablam! | Oct 15 16:51:57.981 INFO kablam! 7 | use image::Pixel; Oct 15 16:51:57.981 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:51:57.981 INFO kablam! | Oct 15 16:51:57.982 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:51:57.982 INFO kablam! Oct 15 16:51:57.982 INFO kablam! warning: unused import: `terminal_graphics::Display` Oct 15 16:51:57.982 INFO kablam! --> src/bin/main.rs:9:5 Oct 15 16:51:57.983 INFO kablam! | Oct 15 16:51:57.983 INFO kablam! 9 | use terminal_graphics::Display; Oct 15 16:51:57.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:51:57.984 INFO kablam! Oct 15 16:51:57.984 INFO kablam! warning: unused import: `terminal_graphics::Colour` Oct 15 16:51:57.984 INFO kablam! --> src/bin/main.rs:10:5 Oct 15 16:51:57.985 INFO kablam! | Oct 15 16:51:57.985 INFO kablam! 10 | use terminal_graphics::Colour; Oct 15 16:51:57.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:51:57.985 INFO kablam! Oct 15 16:52:00.836 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.12s Oct 15 16:52:00.844 INFO kablam! su: No module specific data is present Oct 15 16:52:01.807 INFO running `"docker" "rm" "-f" "27447e0878b8445583bb6608e7b9f61a27782936c31a5cb96599c21706df634d"` Oct 15 16:52:02.131 INFO blam! 27447e0878b8445583bb6608e7b9f61a27782936c31a5cb96599c21706df634d Oct 15 16:52:02.152 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16:52:02.945 INFO blam! d95e75eda3ce361c32ac1e30f7d1767c1c347585a531ab0dc7c488a829332fee Oct 15 16:52:02.947 INFO running `"docker" "start" "-a" "d95e75eda3ce361c32ac1e30f7d1767c1c347585a531ab0dc7c488a829332fee"` Oct 15 16:52:04.659 INFO kablam! usermod: no changes Oct 15 16:52:04.831 INFO kablam! Compiling termage v1.1.1 (/source) Oct 15 16:52:08.215 INFO kablam! warning: unused import: `Frame` Oct 15 16:52:08.215 INFO kablam! --> src/lib.rs:11:71 Oct 15 16:52:08.215 INFO kablam! | Oct 15 16:52:08.215 INFO kablam! 11 | use image::{GenericImage, Pixel, RgbImage, gif, Frames, ImageDecoder, Frame}; Oct 15 16:52:08.215 INFO kablam! | ^^^^^ Oct 15 16:52:08.215 INFO kablam! | Oct 15 16:52:08.215 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:52:08.215 INFO kablam! Oct 15 16:52:08.215 INFO kablam! warning: unused import: `ImageBuffer` Oct 15 16:52:08.215 INFO kablam! --> src/lib.rs:12:28 Oct 15 16:52:08.215 INFO kablam! | Oct 15 16:52:08.215 INFO kablam! 12 | use image::{ConvertBuffer, ImageBuffer}; Oct 15 16:52:08.215 INFO kablam! | ^^^^^^^^^^^ Oct 15 16:52:08.215 INFO kablam! Oct 15 16:52:08.239 INFO kablam! warning: unused import: `image::Pixel` Oct 15 16:52:08.239 INFO kablam! --> src/bin/main.rs:7:5 Oct 15 16:52:08.239 INFO kablam! | Oct 15 16:52:08.239 INFO kablam! 7 | use image::Pixel; Oct 15 16:52:08.239 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:52:08.239 INFO kablam! | Oct 15 16:52:08.239 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:52:08.239 INFO kablam! Oct 15 16:52:08.239 INFO kablam! warning: unused import: `terminal_graphics::Display` Oct 15 16:52:08.239 INFO kablam! --> src/bin/main.rs:9:5 Oct 15 16:52:08.239 INFO kablam! | Oct 15 16:52:08.239 INFO kablam! 9 | use terminal_graphics::Display; Oct 15 16:52:08.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:52:08.239 INFO kablam! Oct 15 16:52:08.239 INFO kablam! warning: unused import: `terminal_graphics::Colour` Oct 15 16:52:08.239 INFO kablam! --> src/bin/main.rs:10:5 Oct 15 16:52:08.239 INFO kablam! | Oct 15 16:52:08.239 INFO kablam! 10 | use terminal_graphics::Colour; Oct 15 16:52:08.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:52:08.239 INFO kablam! Oct 15 16:52:08.587 INFO kablam! warning: unused variable: `i` Oct 15 16:52:08.587 INFO kablam! --> src/lib.rs:177:10 Oct 15 16:52:08.587 INFO kablam! | Oct 15 16:52:08.587 INFO kablam! 177 | for (i, frame) in frames.enumerate() { Oct 15 16:52:08.587 INFO kablam! | ^ help: consider using `_i` instead Oct 15 16:52:08.587 INFO kablam! | Oct 15 16:52:08.587 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:52:08.587 INFO kablam! Oct 15 16:52:08.595 INFO kablam! warning: variable does not need to be mutable Oct 15 16:52:08.595 INFO kablam! --> src/lib.rs:26:9 Oct 15 16:52:08.595 INFO kablam! | Oct 15 16:52:08.595 INFO kablam! 26 | let mut f = File::open(filename).expect("File not found"); Oct 15 16:52:08.595 INFO kablam! | ----^ Oct 15 16:52:08.595 INFO kablam! | | Oct 15 16:52:08.595 INFO kablam! | help: remove this `mut` Oct 15 16:52:08.595 INFO kablam! | Oct 15 16:52:08.595 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:52:08.595 INFO kablam! Oct 15 16:52:08.595 INFO kablam! warning: variable does not need to be mutable Oct 15 16:52:08.595 INFO kablam! --> src/lib.rs:28:9 Oct 15 16:52:08.595 INFO kablam! | Oct 15 16:52:08.595 INFO kablam! 28 | let mut decoder = gif::Decoder::new(f); Oct 15 16:52:08.595 INFO kablam! | ----^^^^^^^ Oct 15 16:52:08.595 INFO kablam! | | Oct 15 16:52:08.595 INFO kablam! | help: remove this `mut` Oct 15 16:52:08.595 INFO kablam! Oct 15 16:52:08.631 INFO kablam! warning: variable does not need to be mutable Oct 15 16:52:08.631 INFO kablam! --> src/lib.rs:163:9 Oct 15 16:52:08.631 INFO kablam! | Oct 15 16:52:08.631 INFO kablam! 163 | let mut img = get_image(image_filepath); Oct 15 16:52:08.631 INFO kablam! | ----^^^ Oct 15 16:52:08.631 INFO kablam! | | Oct 15 16:52:08.631 INFO kablam! | help: remove this `mut` Oct 15 16:52:08.631 INFO kablam! Oct 15 16:52:08.631 INFO kablam! warning: variable does not need to be mutable Oct 15 16:52:08.631 INFO kablam! --> src/lib.rs:171:9 Oct 15 16:52:08.631 INFO kablam! | Oct 15 16:52:08.631 INFO kablam! 171 | let mut frames = get_gif(gif_filepath); Oct 15 16:52:08.631 INFO kablam! | ----^^^^^^ Oct 15 16:52:08.631 INFO kablam! | | Oct 15 16:52:08.631 INFO kablam! | help: remove this `mut` Oct 15 16:52:08.631 INFO kablam! Oct 15 16:52:09.380 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.68s Oct 15 16:52:09.386 INFO kablam! su: No module specific data is present Oct 15 16:52:10.441 INFO running `"docker" "rm" "-f" "d95e75eda3ce361c32ac1e30f7d1767c1c347585a531ab0dc7c488a829332fee"` Oct 15 16:52:10.763 INFO blam! d95e75eda3ce361c32ac1e30f7d1767c1c347585a531ab0dc7c488a829332fee Oct 15 16:52:10.773 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16:52:11.176 INFO blam! b4314986be1fdc71cf4db441baa2c00e5f95f431967a5ffc3c36ad5950dbbafd Oct 15 16:52:11.179 INFO running `"docker" "start" "-a" "b4314986be1fdc71cf4db441baa2c00e5f95f431967a5ffc3c36ad5950dbbafd"` Oct 15 16:52:12.946 INFO kablam! usermod: no changes Oct 15 16:52:13.103 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 15 16:52:13.119 INFO kablam! Running /target/debug/deps/termage-aee18a6eddf58f81 Oct 15 16:52:13.126 INFO blam! Oct 15 16:52:13.126 INFO blam! running 0 tests Oct 15 16:52:13.126 INFO blam! Oct 15 16:52:13.126 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:52:13.126 INFO blam! Oct 15 16:52:13.127 INFO kablam! Running /target/debug/deps/termage-0fcedc257d5d4e7a Oct 15 16:52:13.135 INFO blam! Oct 15 16:52:13.135 INFO blam! running 0 tests Oct 15 16:52:13.135 INFO blam! Oct 15 16:52:13.135 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:52:13.135 INFO blam! Oct 15 16:52:13.136 INFO kablam! Doc-tests termage Oct 15 16:52:16.871 INFO blam! Oct 15 16:52:16.871 INFO blam! running 0 tests Oct 15 16:52:16.871 INFO blam! Oct 15 16:52:16.871 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:52:16.871 INFO blam! Oct 15 16:52:16.880 INFO kablam! su: No module specific data is present Oct 15 16:52:17.612 INFO running `"docker" "rm" "-f" "b4314986be1fdc71cf4db441baa2c00e5f95f431967a5ffc3c36ad5950dbbafd"` Oct 15 16:52:18.056 INFO blam! b4314986be1fdc71cf4db441baa2c00e5f95f431967a5ffc3c36ad5950dbbafd