Oct 13 13:27:02.885 INFO checking immeta-0.4.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 13:27:02.886 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13:27:03.302 INFO blam! 9a9d070d80da991fe126a4fccb0c651dc790ba76340651d6c89cf935aec139f7 Oct 13 13:27:03.305 INFO running `"docker" "start" "-a" "9a9d070d80da991fe126a4fccb0c651dc790ba76340651d6c89cf935aec139f7"` Oct 13 13:27:03.899 INFO kablam! usermod: no changes Oct 13 13:27:03.940 INFO kablam! Checking immeta v0.4.0 (/source) Oct 13 13:27:05.790 INFO kablam! warning: struct is never constructed: `TiffReader` Oct 13 13:27:05.790 INFO kablam! --> src/common/tiff.rs:12:1 Oct 13 13:27:05.790 INFO kablam! | Oct 13 13:27:05.790 INFO kablam! 12 | pub struct TiffReader { Oct 13 13:27:05.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:27:05.790 INFO kablam! | Oct 13 13:27:05.790 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 13:27:05.790 INFO kablam! Oct 13 13:27:05.790 INFO kablam! warning: method is never used: `new` Oct 13 13:27:05.790 INFO kablam! --> src/common/tiff.rs:18:5 Oct 13 13:27:05.790 INFO kablam! | Oct 13 13:27:05.790 INFO kablam! 18 | pub fn new(source: R) -> TiffReader { Oct 13 13:27:05.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:27:05.790 INFO kablam! Oct 13 13:27:05.790 INFO kablam! warning: method is never used: `ifds` Oct 13 13:27:05.790 INFO kablam! --> src/common/tiff.rs:41:5 Oct 13 13:27:05.790 INFO kablam! | Oct 13 13:27:05.790 INFO kablam! 41 | pub fn ifds(mut self) -> Result> { Oct 13 13:27:05.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:27:05.790 INFO kablam! Oct 13 13:27:05.790 INFO kablam! warning: method is never used: `len` Oct 13 13:27:05.790 INFO kablam! --> src/common/tiff.rs:173:5 Oct 13 13:27:05.790 INFO kablam! | Oct 13 13:27:05.791 INFO kablam! 173 | fn len(&self) -> u16 { Oct 13 13:27:05.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 13:27:05.791 INFO kablam! Oct 13 13:27:05.795 INFO kablam! warning: enum is never used: `Byte` Oct 13 13:27:05.795 INFO kablam! --> src/common/tiff.rs:442:17 Oct 13 13:27:05.795 INFO kablam! | Oct 13 13:27:05.795 INFO kablam! 442 | pub enum $tpe {} Oct 13 13:27:05.795 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 13:27:05.795 INFO kablam! ... Oct 13 13:27:05.795 INFO kablam! 480 | / gen_entry_types! { Oct 13 13:27:05.795 INFO kablam! 481 | | Byte, u8, Oct 13 13:27:05.795 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 13 13:27:05.795 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 13 13:27:05.795 INFO kablam! ... | Oct 13 13:27:05.795 INFO kablam! 558 | | |_, _, _, _| None Oct 13 13:27:05.795 INFO kablam! 559 | | } Oct 13 13:27:05.795 INFO kablam! | |_____- in this macro invocation Oct 13 13:27:05.795 INFO kablam! Oct 13 13:27:05.795 INFO kablam! warning: enum is never used: `Ascii` Oct 13 13:27:05.795 INFO kablam! --> src/common/tiff.rs:442:17 Oct 13 13:27:05.795 INFO kablam! | Oct 13 13:27:05.795 INFO kablam! 442 | pub enum $tpe {} Oct 13 13:27:05.795 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 13:27:05.795 INFO kablam! ... Oct 13 13:27:05.795 INFO kablam! 480 | / gen_entry_types! { Oct 13 13:27:05.795 INFO kablam! 481 | | Byte, u8, Oct 13 13:27:05.795 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 13 13:27:05.795 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 13 13:27:05.795 INFO kablam! ... | Oct 13 13:27:05.795 INFO kablam! 558 | | |_, _, _, _| None Oct 13 13:27:05.795 INFO kablam! 559 | | } Oct 13 13:27:05.795 INFO kablam! | |_____- in this macro invocation Oct 13 13:27:05.795 INFO kablam! Oct 13 13:27:05.795 INFO kablam! warning: enum is never used: `Short` Oct 13 13:27:05.795 INFO kablam! --> src/common/tiff.rs:442:17 Oct 13 13:27:05.795 INFO kablam! | Oct 13 13:27:05.796 INFO kablam! 442 | pub enum $tpe {} Oct 13 13:27:05.796 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 13:27:05.796 INFO kablam! ... Oct 13 13:27:05.796 INFO kablam! 480 | / gen_entry_types! { Oct 13 13:27:05.796 INFO kablam! 481 | | Byte, u8, Oct 13 13:27:05.796 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 13 13:27:05.796 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 13 13:27:05.796 INFO kablam! ... | Oct 13 13:27:05.796 INFO kablam! 558 | | |_, _, _, _| None Oct 13 13:27:05.796 INFO kablam! 559 | | } Oct 13 13:27:05.796 INFO kablam! | |_____- in this macro invocation Oct 13 13:27:05.796 INFO kablam! Oct 13 13:27:05.796 INFO kablam! warning: enum is never used: `Long` Oct 13 13:27:05.796 INFO kablam! --> src/common/tiff.rs:442:17 Oct 13 13:27:05.796 INFO kablam! | Oct 13 13:27:05.796 INFO kablam! 442 | pub enum $tpe {} Oct 13 13:27:05.796 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 13:27:05.796 INFO kablam! ... Oct 13 13:27:05.796 INFO kablam! 480 | / gen_entry_types! { Oct 13 13:27:05.796 INFO kablam! 481 | | Byte, u8, Oct 13 13:27:05.796 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 13 13:27:05.796 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 13 13:27:05.796 INFO kablam! ... | Oct 13 13:27:05.797 INFO kablam! 558 | | |_, _, _, _| None Oct 13 13:27:05.797 INFO kablam! 559 | | } Oct 13 13:27:05.797 INFO kablam! | |_____- in this macro invocation Oct 13 13:27:05.797 INFO kablam! Oct 13 13:27:05.797 INFO kablam! warning: enum is never used: `Rational` Oct 13 13:27:05.797 INFO kablam! --> src/common/tiff.rs:442:17 Oct 13 13:27:05.797 INFO kablam! | Oct 13 13:27:05.797 INFO kablam! 442 | pub enum $tpe {} Oct 13 13:27:05.797 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 13:27:05.797 INFO kablam! ... Oct 13 13:27:05.797 INFO kablam! 480 | / gen_entry_types! { Oct 13 13:27:05.797 INFO kablam! 481 | | Byte, u8, Oct 13 13:27:05.797 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 13 13:27:05.797 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 13 13:27:05.797 INFO kablam! ... | Oct 13 13:27:05.797 INFO kablam! 558 | | |_, _, _, _| None Oct 13 13:27:05.797 INFO kablam! 559 | | } Oct 13 13:27:05.797 INFO kablam! | |_____- in this macro invocation Oct 13 13:27:05.797 INFO kablam! Oct 13 13:27:05.797 INFO kablam! warning: enum is never used: `SignedByte` Oct 13 13:27:05.797 INFO kablam! --> src/common/tiff.rs:442:17 Oct 13 13:27:05.797 INFO kablam! | Oct 13 13:27:05.797 INFO kablam! 442 | pub enum $tpe {} Oct 13 13:27:05.797 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 13:27:05.797 INFO kablam! ... Oct 13 13:27:05.797 INFO kablam! 480 | / gen_entry_types! { Oct 13 13:27:05.797 INFO kablam! 481 | | Byte, u8, Oct 13 13:27:05.797 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 13 13:27:05.797 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 13 13:27:05.797 INFO kablam! ... | Oct 13 13:27:05.797 INFO kablam! 558 | | |_, _, _, _| None Oct 13 13:27:05.797 INFO kablam! 559 | | } Oct 13 13:27:05.797 INFO kablam! | |_____- in this macro invocation Oct 13 13:27:05.797 INFO kablam! Oct 13 13:27:05.797 INFO kablam! warning: enum is never used: `Undefined` Oct 13 13:27:05.797 INFO kablam! --> src/common/tiff.rs:442:17 Oct 13 13:27:05.797 INFO kablam! | Oct 13 13:27:05.797 INFO kablam! 442 | pub enum $tpe {} Oct 13 13:27:05.797 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 13:27:05.797 INFO kablam! ... Oct 13 13:27:05.798 INFO kablam! 480 | / gen_entry_types! { Oct 13 13:27:05.798 INFO kablam! 481 | | Byte, u8, Oct 13 13:27:05.798 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 13 13:27:05.798 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 13 13:27:05.798 INFO kablam! ... | Oct 13 13:27:05.798 INFO kablam! 558 | | |_, _, _, _| None Oct 13 13:27:05.798 INFO kablam! 559 | | } Oct 13 13:27:05.798 INFO kablam! | |_____- in this macro invocation Oct 13 13:27:05.798 INFO kablam! Oct 13 13:27:05.798 INFO kablam! warning: enum is never used: `SignedShort` Oct 13 13:27:05.798 INFO kablam! --> src/common/tiff.rs:442:17 Oct 13 13:27:05.798 INFO kablam! | Oct 13 13:27:05.798 INFO kablam! 442 | pub enum $tpe {} Oct 13 13:27:05.798 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 13:27:05.798 INFO kablam! ... Oct 13 13:27:05.798 INFO kablam! 480 | / gen_entry_types! { Oct 13 13:27:05.798 INFO kablam! 481 | | Byte, u8, Oct 13 13:27:05.798 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 13 13:27:05.798 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 13 13:27:05.798 INFO kablam! ... | Oct 13 13:27:05.798 INFO kablam! 558 | | |_, _, _, _| None Oct 13 13:27:05.798 INFO kablam! 559 | | } Oct 13 13:27:05.798 INFO kablam! | |_____- in this macro invocation Oct 13 13:27:05.798 INFO kablam! Oct 13 13:27:05.798 INFO kablam! warning: enum is never used: `SignedLong` Oct 13 13:27:05.798 INFO kablam! --> src/common/tiff.rs:442:17 Oct 13 13:27:05.798 INFO kablam! | Oct 13 13:27:05.798 INFO kablam! 442 | pub enum $tpe {} Oct 13 13:27:05.798 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 13:27:05.798 INFO kablam! ... Oct 13 13:27:05.798 INFO kablam! 480 | / gen_entry_types! { Oct 13 13:27:05.798 INFO kablam! 481 | | Byte, u8, Oct 13 13:27:05.798 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 13 13:27:05.798 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 13 13:27:05.799 INFO kablam! ... | Oct 13 13:27:05.799 INFO kablam! 558 | | |_, _, _, _| None Oct 13 13:27:05.799 INFO kablam! 559 | | } Oct 13 13:27:05.799 INFO kablam! | |_____- in this macro invocation Oct 13 13:27:05.799 INFO kablam! Oct 13 13:27:05.799 INFO kablam! warning: enum is never used: `SignedRational` Oct 13 13:27:05.799 INFO kablam! --> src/common/tiff.rs:442:17 Oct 13 13:27:05.799 INFO kablam! | Oct 13 13:27:05.799 INFO kablam! 442 | pub enum $tpe {} Oct 13 13:27:05.799 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 13:27:05.799 INFO kablam! ... Oct 13 13:27:05.799 INFO kablam! 480 | / gen_entry_types! { Oct 13 13:27:05.799 INFO kablam! 481 | | Byte, u8, Oct 13 13:27:05.799 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 13 13:27:05.799 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 13 13:27:05.799 INFO kablam! ... | Oct 13 13:27:05.799 INFO kablam! 558 | | |_, _, _, _| None Oct 13 13:27:05.799 INFO kablam! 559 | | } Oct 13 13:27:05.799 INFO kablam! | |_____- in this macro invocation Oct 13 13:27:05.799 INFO kablam! Oct 13 13:27:05.799 INFO kablam! warning: enum is never used: `Float` Oct 13 13:27:05.799 INFO kablam! --> src/common/tiff.rs:442:17 Oct 13 13:27:05.799 INFO kablam! | Oct 13 13:27:05.799 INFO kablam! 442 | pub enum $tpe {} Oct 13 13:27:05.799 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 13:27:05.799 INFO kablam! ... Oct 13 13:27:05.799 INFO kablam! 480 | / gen_entry_types! { Oct 13 13:27:05.799 INFO kablam! 481 | | Byte, u8, Oct 13 13:27:05.799 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 13 13:27:05.799 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 13 13:27:05.799 INFO kablam! ... | Oct 13 13:27:05.800 INFO kablam! 558 | | |_, _, _, _| None Oct 13 13:27:05.800 INFO kablam! 559 | | } Oct 13 13:27:05.800 INFO kablam! | |_____- in this macro invocation Oct 13 13:27:05.800 INFO kablam! Oct 13 13:27:05.800 INFO kablam! warning: enum is never used: `Double` Oct 13 13:27:05.800 INFO kablam! --> src/common/tiff.rs:442:17 Oct 13 13:27:05.800 INFO kablam! | Oct 13 13:27:05.800 INFO kablam! 442 | pub enum $tpe {} Oct 13 13:27:05.800 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 13:27:05.800 INFO kablam! ... Oct 13 13:27:05.800 INFO kablam! 480 | / gen_entry_types! { Oct 13 13:27:05.800 INFO kablam! 481 | | Byte, u8, Oct 13 13:27:05.800 INFO kablam! 482 | | |source, _| byteorder::ReadBytesExt::read_u8(source).map(|v| (1, v)), Oct 13 13:27:05.800 INFO kablam! 483 | | |source, _, n, count| if n >= count || n >= 4 { None } else { Some(source[n]) }; Oct 13 13:27:05.800 INFO kablam! ... | Oct 13 13:27:05.800 INFO kablam! 558 | | |_, _, _, _| None Oct 13 13:27:05.800 INFO kablam! 559 | | } Oct 13 13:27:05.800 INFO kablam! | |_____- in this macro invocation Oct 13 13:27:05.800 INFO kablam! Oct 13 13:27:07.018 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.08s Oct 13 13:27:07.029 INFO kablam! su: No module specific data is present Oct 13 13:27:08.195 INFO running `"docker" "rm" "-f" "9a9d070d80da991fe126a4fccb0c651dc790ba76340651d6c89cf935aec139f7"` Oct 13 13:27:08.452 INFO blam! 9a9d070d80da991fe126a4fccb0c651dc790ba76340651d6c89cf935aec139f7