Oct 15 16:51:08.061 INFO testing termage-1.1.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 16:51:08.063 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16:51:08.531 INFO blam! bad3e621174ab27e32f1f3cd125a872b13d25de83025d294faf66137e8366972 Oct 15 16:51:08.539 INFO running `"docker" "start" "-a" "bad3e621174ab27e32f1f3cd125a872b13d25de83025d294faf66137e8366972"` Oct 15 16:51:09.839 INFO kablam! usermod: no changes Oct 15 16:51:10.027 INFO kablam! Compiling terminal_graphics v0.1.5 Oct 15 16:51:10.027 INFO kablam! Compiling image v0.19.0 Oct 15 16:51:31.127 INFO kablam! Compiling termage v1.1.1 (/source) Oct 15 16:51:33.163 INFO kablam! warning: unused import: `Frame` Oct 15 16:51:33.164 INFO kablam! --> src/lib.rs:11:71 Oct 15 16:51:33.164 INFO kablam! | Oct 15 16:51:33.164 INFO kablam! 11 | use image::{GenericImage, Pixel, RgbImage, gif, Frames, ImageDecoder, Frame}; Oct 15 16:51:33.164 INFO kablam! | ^^^^^ Oct 15 16:51:33.164 INFO kablam! | Oct 15 16:51:33.165 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:51:33.165 INFO kablam! Oct 15 16:51:33.165 INFO kablam! warning: unused import: `ImageBuffer` Oct 15 16:51:33.165 INFO kablam! --> src/lib.rs:12:28 Oct 15 16:51:33.165 INFO kablam! | Oct 15 16:51:33.165 INFO kablam! 12 | use image::{ConvertBuffer, ImageBuffer}; Oct 15 16:51:33.165 INFO kablam! | ^^^^^^^^^^^ Oct 15 16:51:33.165 INFO kablam! Oct 15 16:51:33.248 INFO kablam! warning: unused variable: `i` Oct 15 16:51:33.248 INFO kablam! --> src/lib.rs:177:10 Oct 15 16:51:33.249 INFO kablam! | Oct 15 16:51:33.249 INFO kablam! 177 | for (i, frame) in frames.enumerate() { Oct 15 16:51:33.249 INFO kablam! | ^ help: consider using `_i` instead Oct 15 16:51:33.250 INFO kablam! | Oct 15 16:51:33.250 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:51:33.251 INFO kablam! Oct 15 16:51:33.251 INFO kablam! warning: variable does not need to be mutable Oct 15 16:51:33.252 INFO kablam! --> src/lib.rs:26:9 Oct 15 16:51:33.252 INFO kablam! | Oct 15 16:51:33.253 INFO kablam! 26 | let mut f = File::open(filename).expect("File not found"); Oct 15 16:51:33.253 INFO kablam! | ----^ Oct 15 16:51:33.254 INFO kablam! | | Oct 15 16:51:33.255 INFO kablam! | help: remove this `mut` Oct 15 16:51:33.255 INFO kablam! | Oct 15 16:51:33.256 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:51:33.256 INFO kablam! Oct 15 16:51:33.256 INFO kablam! warning: variable does not need to be mutable Oct 15 16:51:33.257 INFO kablam! --> src/lib.rs:28:9 Oct 15 16:51:33.257 INFO kablam! | Oct 15 16:51:33.258 INFO kablam! 28 | let mut decoder = gif::Decoder::new(f); Oct 15 16:51:33.258 INFO kablam! | ----^^^^^^^ Oct 15 16:51:33.258 INFO kablam! | | Oct 15 16:51:33.258 INFO kablam! | help: remove this `mut` Oct 15 16:51:33.258 INFO kablam! Oct 15 16:51:33.260 INFO kablam! warning: variable does not need to be mutable Oct 15 16:51:33.260 INFO kablam! --> src/lib.rs:163:9 Oct 15 16:51:33.260 INFO kablam! | Oct 15 16:51:33.260 INFO kablam! 163 | let mut img = get_image(image_filepath); Oct 15 16:51:33.260 INFO kablam! | ----^^^ Oct 15 16:51:33.261 INFO kablam! | | Oct 15 16:51:33.261 INFO kablam! | help: remove this `mut` Oct 15 16:51:33.261 INFO kablam! Oct 15 16:51:33.262 INFO kablam! warning: variable does not need to be mutable Oct 15 16:51:33.263 INFO kablam! --> src/lib.rs:171:9 Oct 15 16:51:33.263 INFO kablam! | Oct 15 16:51:33.263 INFO kablam! 171 | let mut frames = get_gif(gif_filepath); Oct 15 16:51:33.263 INFO kablam! | ----^^^^^^ Oct 15 16:51:33.263 INFO kablam! | | Oct 15 16:51:33.263 INFO kablam! | help: remove this `mut` Oct 15 16:51:33.263 INFO kablam! Oct 15 16:51:36.263 INFO kablam! warning: unused import: `image::Pixel` Oct 15 16:51:36.264 INFO kablam! --> src/bin/main.rs:7:5 Oct 15 16:51:36.265 INFO kablam! | Oct 15 16:51:36.265 INFO kablam! 7 | use image::Pixel; Oct 15 16:51:36.266 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:51:36.266 INFO kablam! | Oct 15 16:51:36.267 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:51:36.267 INFO kablam! Oct 15 16:51:36.268 INFO kablam! warning: unused import: `terminal_graphics::Display` Oct 15 16:51:36.269 INFO kablam! --> src/bin/main.rs:9:5 Oct 15 16:51:36.269 INFO kablam! | Oct 15 16:51:36.270 INFO kablam! 9 | use terminal_graphics::Display; Oct 15 16:51:36.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:51:36.271 INFO kablam! Oct 15 16:51:36.272 INFO kablam! warning: unused import: `terminal_graphics::Colour` Oct 15 16:51:36.272 INFO kablam! --> src/bin/main.rs:10:5 Oct 15 16:51:36.273 INFO kablam! | Oct 15 16:51:36.273 INFO kablam! 10 | use terminal_graphics::Colour; Oct 15 16:51:36.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:51:36.275 INFO kablam! Oct 15 16:51:38.799 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.93s Oct 15 16:51:38.806 INFO kablam! su: No module specific data is present Oct 15 16:51:40.371 INFO running `"docker" "rm" "-f" "bad3e621174ab27e32f1f3cd125a872b13d25de83025d294faf66137e8366972"` Oct 15 16:51:40.756 INFO blam! bad3e621174ab27e32f1f3cd125a872b13d25de83025d294faf66137e8366972 Oct 15 16:51:40.763 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16:51:41.181 INFO blam! 1becc1b22931e4a5195a83c426420707721ae7f865cba78ad196e54f1ce36ddb Oct 15 16:51:41.183 INFO running `"docker" "start" "-a" "1becc1b22931e4a5195a83c426420707721ae7f865cba78ad196e54f1ce36ddb"` Oct 15 16:51:43.858 INFO kablam! usermod: no changes Oct 15 16:51:43.995 INFO kablam! Compiling termage v1.1.1 (/source) Oct 15 16:51:47.603 INFO kablam! warning: unused import: `Frame` Oct 15 16:51:47.603 INFO kablam! --> src/lib.rs:11:71 Oct 15 16:51:47.604 INFO kablam! | Oct 15 16:51:47.604 INFO kablam! 11 | use image::{GenericImage, Pixel, RgbImage, gif, Frames, ImageDecoder, Frame}; Oct 15 16:51:47.605 INFO kablam! | ^^^^^ Oct 15 16:51:47.606 INFO kablam! | Oct 15 16:51:47.606 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:51:47.606 INFO kablam! Oct 15 16:51:47.607 INFO kablam! warning: unused import: `ImageBuffer` Oct 15 16:51:47.608 INFO kablam! --> src/lib.rs:12:28 Oct 15 16:51:47.608 INFO kablam! | Oct 15 16:51:47.609 INFO kablam! 12 | use image::{ConvertBuffer, ImageBuffer}; Oct 15 16:51:47.609 INFO kablam! | ^^^^^^^^^^^ Oct 15 16:51:47.609 INFO kablam! Oct 15 16:51:47.764 INFO kablam! warning: unused variable: `i` Oct 15 16:51:47.764 INFO kablam! --> src/lib.rs:177:10 Oct 15 16:51:47.764 INFO kablam! | Oct 15 16:51:47.765 INFO kablam! 177 | for (i, frame) in frames.enumerate() { Oct 15 16:51:47.765 INFO kablam! | ^ help: consider using `_i` instead Oct 15 16:51:47.765 INFO kablam! | Oct 15 16:51:47.765 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:51:47.766 INFO kablam! Oct 15 16:51:47.766 INFO kablam! warning: variable does not need to be mutable Oct 15 16:51:47.766 INFO kablam! --> src/lib.rs:26:9 Oct 15 16:51:47.766 INFO kablam! | Oct 15 16:51:47.766 INFO kablam! 26 | let mut f = File::open(filename).expect("File not found"); Oct 15 16:51:47.766 INFO kablam! | ----^ Oct 15 16:51:47.766 INFO kablam! | | Oct 15 16:51:47.768 INFO kablam! | help: remove this `mut` Oct 15 16:51:47.768 INFO kablam! | Oct 15 16:51:47.768 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:51:47.768 INFO kablam! Oct 15 16:51:47.768 INFO kablam! warning: variable does not need to be mutable Oct 15 16:51:47.768 INFO kablam! --> src/lib.rs:28:9 Oct 15 16:51:47.768 INFO kablam! | Oct 15 16:51:47.768 INFO kablam! 28 | let mut decoder = gif::Decoder::new(f); Oct 15 16:51:47.768 INFO kablam! | ----^^^^^^^ Oct 15 16:51:47.768 INFO kablam! | | Oct 15 16:51:47.768 INFO kablam! | help: remove this `mut` Oct 15 16:51:47.768 INFO kablam! Oct 15 16:51:47.793 INFO kablam! warning: variable does not need to be mutable Oct 15 16:51:47.793 INFO kablam! --> src/lib.rs:163:9 Oct 15 16:51:47.793 INFO kablam! | Oct 15 16:51:47.793 INFO kablam! 163 | let mut img = get_image(image_filepath); Oct 15 16:51:47.793 INFO kablam! | ----^^^ Oct 15 16:51:47.793 INFO kablam! | | Oct 15 16:51:47.793 INFO kablam! | help: remove this `mut` Oct 15 16:51:47.793 INFO kablam! Oct 15 16:51:47.796 INFO kablam! warning: variable does not need to be mutable Oct 15 16:51:47.796 INFO kablam! --> src/lib.rs:171:9 Oct 15 16:51:47.796 INFO kablam! | Oct 15 16:51:47.796 INFO kablam! 171 | let mut frames = get_gif(gif_filepath); Oct 15 16:51:47.796 INFO kablam! | ----^^^^^^ Oct 15 16:51:47.796 INFO kablam! | | Oct 15 16:51:47.796 INFO kablam! | help: remove this `mut` Oct 15 16:51:47.796 INFO kablam! Oct 15 16:51:48.393 INFO kablam! warning: unused import: `image::Pixel` Oct 15 16:51:48.394 INFO kablam! --> src/bin/main.rs:7:5 Oct 15 16:51:48.395 INFO kablam! | Oct 15 16:51:48.396 INFO kablam! 7 | use image::Pixel; Oct 15 16:51:48.396 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:51:48.397 INFO kablam! | Oct 15 16:51:48.398 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:51:48.398 INFO kablam! Oct 15 16:51:48.399 INFO kablam! warning: unused import: `terminal_graphics::Display` Oct 15 16:51:48.399 INFO kablam! --> src/bin/main.rs:9:5 Oct 15 16:51:48.400 INFO kablam! | Oct 15 16:51:48.400 INFO kablam! 9 | use terminal_graphics::Display; Oct 15 16:51:48.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:51:48.402 INFO kablam! Oct 15 16:51:48.402 INFO kablam! warning: unused import: `terminal_graphics::Colour` Oct 15 16:51:48.403 INFO kablam! --> src/bin/main.rs:10:5 Oct 15 16:51:48.404 INFO kablam! | Oct 15 16:51:48.404 INFO kablam! 10 | use terminal_graphics::Colour; Oct 15 16:51:48.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:51:48.405 INFO kablam! Oct 15 16:51:49.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.33s Oct 15 16:51:49.213 INFO kablam! su: No module specific data is present Oct 15 16:51:50.701 INFO running `"docker" "rm" "-f" "1becc1b22931e4a5195a83c426420707721ae7f865cba78ad196e54f1ce36ddb"` Oct 15 16:51:51.151 INFO blam! 1becc1b22931e4a5195a83c426420707721ae7f865cba78ad196e54f1ce36ddb Oct 15 16:51:51.153 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16:51:51.631 INFO blam! 9143fb57eb904cc6c09dde926a889ea95ea6620d82e2a6419fe252b232e54345 Oct 15 16:51:51.634 INFO running `"docker" "start" "-a" "9143fb57eb904cc6c09dde926a889ea95ea6620d82e2a6419fe252b232e54345"` Oct 15 16:51:54.047 INFO kablam! usermod: no changes Oct 15 16:51:54.219 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 15 16:51:54.231 INFO kablam! Running /target/debug/deps/termage-a77cc1bf5142e937 Oct 15 16:51:54.235 INFO blam! Oct 15 16:51:54.235 INFO blam! running 0 tests Oct 15 16:51:54.235 INFO blam! Oct 15 16:51:54.235 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:51:54.235 INFO blam! Oct 15 16:51:54.239 INFO kablam! Running /target/debug/deps/termage-75538957e95cc75a Oct 15 16:51:54.243 INFO blam! Oct 15 16:51:54.243 INFO blam! running 0 tests Oct 15 16:51:54.243 INFO blam! Oct 15 16:51:54.243 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:51:54.243 INFO blam! Oct 15 16:51:54.244 INFO kablam! Doc-tests termage Oct 15 16:51:57.932 INFO blam! Oct 15 16:51:57.932 INFO blam! running 0 tests Oct 15 16:51:57.932 INFO blam! Oct 15 16:51:57.932 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:51:57.932 INFO blam! Oct 15 16:51:57.947 INFO kablam! su: No module specific data is present Oct 15 16:51:59.506 INFO running `"docker" "rm" "-f" "9143fb57eb904cc6c09dde926a889ea95ea6620d82e2a6419fe252b232e54345"` Oct 15 16:51:59.827 INFO blam! 9143fb57eb904cc6c09dde926a889ea95ea6620d82e2a6419fe252b232e54345