Oct 13 17:35:27.332 INFO checking bmp-encoder-0.1.4 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 17:35:27.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-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 13 17:35:27.875 INFO blam! 803f213679d4b4cd57f375c3acfcd42b30f3caefff913d1bb4b2cdd8c53685fe Oct 13 17:35:27.881 INFO running `"docker" "start" "-a" "803f213679d4b4cd57f375c3acfcd42b30f3caefff913d1bb4b2cdd8c53685fe"` Oct 13 17:35:28.678 INFO kablam! usermod: no changes Oct 13 17:35:28.721 INFO kablam! Checking bmp-encoder v0.1.4 (/source) Oct 13 17:35:29.300 INFO kablam! warning: unused import: `std::error::Error` Oct 13 17:35:29.300 INFO kablam! --> src/lib.rs:37:5 Oct 13 17:35:29.300 INFO kablam! | Oct 13 17:35:29.300 INFO kablam! 37 | use std::error::Error; Oct 13 17:35:29.300 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 17:35:29.300 INFO kablam! | Oct 13 17:35:29.300 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 17:35:29.300 INFO kablam! Oct 13 17:35:29.512 INFO kablam! warning: unused import: `Write` Oct 13 17:35:29.512 INFO kablam! --> src/decoder.rs:8:35 Oct 13 17:35:29.512 INFO kablam! | Oct 13 17:35:29.512 INFO kablam! 8 | use std::io::{self, Cursor, Read, Write, SeekFrom, Seek}; Oct 13 17:35:29.512 INFO kablam! | ^^^^^ Oct 13 17:35:29.512 INFO kablam! Oct 13 17:35:29.589 INFO kablam! warning: variant is never constructed: `Version1` Oct 13 17:35:29.589 INFO kablam! --> src/lib.rs:86:5 Oct 13 17:35:29.589 INFO kablam! | Oct 13 17:35:29.589 INFO kablam! 86 | Version1, Oct 13 17:35:29.589 INFO kablam! | ^^^^^^^^ Oct 13 17:35:29.589 INFO kablam! | Oct 13 17:35:29.589 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 17:35:29.589 INFO kablam! Oct 13 17:35:29.589 INFO kablam! warning: variant is never constructed: `Version3` Oct 13 17:35:29.589 INFO kablam! --> src/lib.rs:88:5 Oct 13 17:35:29.589 INFO kablam! | Oct 13 17:35:29.589 INFO kablam! 88 | Version3, Oct 13 17:35:29.589 INFO kablam! | ^^^^^^^^ Oct 13 17:35:29.589 INFO kablam! Oct 13 17:35:29.589 INFO kablam! warning: variant is never constructed: `Version4` Oct 13 17:35:29.589 INFO kablam! --> src/lib.rs:90:5 Oct 13 17:35:29.589 INFO kablam! | Oct 13 17:35:29.589 INFO kablam! 90 | Version4, Oct 13 17:35:29.589 INFO kablam! | ^^^^^^^^ Oct 13 17:35:29.589 INFO kablam! Oct 13 17:35:29.600 INFO kablam! error: unused import: `std::error::Error` Oct 13 17:35:29.600 INFO kablam! --> src/lib.rs:37:5 Oct 13 17:35:29.600 INFO kablam! | Oct 13 17:35:29.600 INFO kablam! 37 | use std::error::Error; Oct 13 17:35:29.600 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 17:35:29.600 INFO kablam! | Oct 13 17:35:29.600 INFO kablam! note: lint level defined here Oct 13 17:35:29.600 INFO kablam! --> src/lib.rs:2:24 Oct 13 17:35:29.600 INFO kablam! | Oct 13 17:35:29.600 INFO kablam! 2 | #![cfg_attr(test, deny(warnings))] Oct 13 17:35:29.600 INFO kablam! | ^^^^^^^^ Oct 13 17:35:29.600 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 13 17:35:29.600 INFO kablam! Oct 13 17:35:29.943 INFO kablam! error: unused import: `Write` Oct 13 17:35:29.943 INFO kablam! --> src/decoder.rs:8:35 Oct 13 17:35:29.943 INFO kablam! | Oct 13 17:35:29.943 INFO kablam! 8 | use std::io::{self, Cursor, Read, Write, SeekFrom, Seek}; Oct 13 17:35:29.943 INFO kablam! | ^^^^^ Oct 13 17:35:29.943 INFO kablam! Oct 13 17:35:29.952 INFO kablam! error: aborting due to 2 previous errors Oct 13 17:35:29.952 INFO kablam! Oct 13 17:35:29.960 INFO kablam! error: Could not compile `bmp-encoder`. Oct 13 17:35:29.960 INFO kablam! Oct 13 17:35:29.960 INFO kablam! To learn more, run the command again with --verbose. Oct 13 17:35:29.961 INFO kablam! su: No module specific data is present Oct 13 17:35:30.258 INFO running `"docker" "rm" "-f" "803f213679d4b4cd57f375c3acfcd42b30f3caefff913d1bb4b2cdd8c53685fe"` Oct 13 17:35:30.387 INFO blam! 803f213679d4b4cd57f375c3acfcd42b30f3caefff913d1bb4b2cdd8c53685fe