Dec 19 07:26:19.709 INFO checking tehzz/facevtxdump against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 07:26:19.709 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-4/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/gh/tehzz/facevtxdump:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 07:26:20.255 INFO [stdout] 890c708200a46704c1139ea2252200cb1fb51d7be6e66f948b62e90a8d79d196 Dec 19 07:26:20.258 INFO running `"docker" "start" "-a" "890c708200a46704c1139ea2252200cb1fb51d7be6e66f948b62e90a8d79d196"` Dec 19 07:26:21.928 INFO [stderr] Compiling syn v0.14.9 Dec 19 07:26:21.928 INFO [stderr] Compiling syn v0.15.9 Dec 19 07:26:21.928 INFO [stderr] Checking backtrace v0.3.9 Dec 19 07:26:34.073 INFO [stderr] Compiling structopt-derive v0.2.12 Dec 19 07:26:40.212 INFO [stderr] Compiling synstructure v0.9.0 Dec 19 07:26:40.656 INFO [stderr] Checking structopt v0.2.12 Dec 19 07:26:43.340 INFO [stderr] Compiling failure_derive v0.1.2 Dec 19 07:26:44.916 INFO [stderr] Checking failure v0.1.2 Dec 19 07:26:45.268 INFO [stderr] Checking facevtxdump v0.9.0 (/opt/crater/workdir) Dec 19 07:26:45.600 INFO [stderr] warning: unused `#[macro_use]` import Dec 19 07:26:45.600 INFO [stderr] --> src/main.rs:1:1 Dec 19 07:26:45.600 INFO [stderr] | Dec 19 07:26:45.600 INFO [stderr] 1 | #[macro_use] extern crate structopt; Dec 19 07:26:45.600 INFO [stderr] | ^^^^^^^^^^^^ Dec 19 07:26:45.600 INFO [stderr] | Dec 19 07:26:45.600 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 19 07:26:45.600 INFO [stderr] Dec 19 07:26:45.624 INFO [stderr] warning: unused `#[macro_use]` import Dec 19 07:26:45.624 INFO [stderr] --> src/main.rs:1:1 Dec 19 07:26:45.624 INFO [stderr] | Dec 19 07:26:45.624 INFO [stderr] 1 | #[macro_use] extern crate structopt; Dec 19 07:26:45.624 INFO [stderr] | ^^^^^^^^^^^^ Dec 19 07:26:45.624 INFO [stderr] | Dec 19 07:26:45.624 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 19 07:26:45.624 INFO [stderr] Dec 19 07:26:46.070 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.070 INFO [stderr] --> src/vtx.rs:75:5 Dec 19 07:26:46.070 INFO [stderr] | Dec 19 07:26:46.070 INFO [stderr] 75 | writeln!(wtr, "#undef {}", SZ_DEFINE); Dec 19 07:26:46.070 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 07:26:46.070 INFO [stderr] | Dec 19 07:26:46.070 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 19 07:26:46.070 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.070 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 07:26:46.070 INFO [stderr] Dec 19 07:26:46.070 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.070 INFO [stderr] --> src/faces.rs:59:5 Dec 19 07:26:46.070 INFO [stderr] | Dec 19 07:26:46.070 INFO [stderr] 59 | writeln!(wtr, "#define {} {}", SZ_DEFINE, info.count); Dec 19 07:26:46.070 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 07:26:46.070 INFO [stderr] | Dec 19 07:26:46.070 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.070 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 07:26:46.070 INFO [stderr] Dec 19 07:26:46.070 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.070 INFO [stderr] --> src/faces.rs:76:5 Dec 19 07:26:46.070 INFO [stderr] | Dec 19 07:26:46.070 INFO [stderr] 76 | writeln!(wtr, "#undef {}", SZ_DEFINE); Dec 19 07:26:46.070 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 07:26:46.070 INFO [stderr] | Dec 19 07:26:46.070 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.070 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 07:26:46.070 INFO [stderr] Dec 19 07:26:46.070 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.070 INFO [stderr] --> src/anims/mod.rs:50:13 Dec 19 07:26:46.070 INFO [stderr] | Dec 19 07:26:46.070 INFO [stderr] 50 | / writeln!(&mut info_str, "{}{{ {}, {}, NULL }},", Dec 19 07:26:46.070 INFO [stderr] 51 | | INDENT, info.count, info.kind Dec 19 07:26:46.070 INFO [stderr] 52 | | ); Dec 19 07:26:46.070 INFO [stderr] | |______________^ Dec 19 07:26:46.070 INFO [stderr] | Dec 19 07:26:46.070 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.070 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 07:26:46.070 INFO [stderr] Dec 19 07:26:46.070 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.070 INFO [stderr] --> src/anims/mod.rs:54:13 Dec 19 07:26:46.070 INFO [stderr] | Dec 19 07:26:46.070 INFO [stderr] 54 | / writeln!(&mut info_str, "{}{{ {}, {}, {}_{:08X} }},", Dec 19 07:26:46.070 INFO [stderr] 55 | | INDENT, info.count, info.kind, DATA_ARR, info.data_ptr Dec 19 07:26:46.070 INFO [stderr] 56 | | ); Dec 19 07:26:46.070 INFO [stderr] | |______________^ Dec 19 07:26:46.070 INFO [stderr] | Dec 19 07:26:46.070 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.070 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 07:26:46.070 INFO [stderr] Dec 19 07:26:46.092 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.092 INFO [stderr] --> src/vtx.rs:75:5 Dec 19 07:26:46.092 INFO [stderr] | Dec 19 07:26:46.092 INFO [stderr] 75 | writeln!(wtr, "#undef {}", SZ_DEFINE); Dec 19 07:26:46.092 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 07:26:46.092 INFO [stderr] | Dec 19 07:26:46.092 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 19 07:26:46.092 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.092 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 07:26:46.092 INFO [stderr] Dec 19 07:26:46.096 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.096 INFO [stderr] --> src/faces.rs:59:5 Dec 19 07:26:46.096 INFO [stderr] | Dec 19 07:26:46.096 INFO [stderr] 59 | writeln!(wtr, "#define {} {}", SZ_DEFINE, info.count); Dec 19 07:26:46.096 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 07:26:46.096 INFO [stderr] | Dec 19 07:26:46.096 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.096 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 07:26:46.096 INFO [stderr] Dec 19 07:26:46.096 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.096 INFO [stderr] --> src/faces.rs:76:5 Dec 19 07:26:46.096 INFO [stderr] | Dec 19 07:26:46.096 INFO [stderr] 76 | writeln!(wtr, "#undef {}", SZ_DEFINE); Dec 19 07:26:46.096 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 07:26:46.096 INFO [stderr] | Dec 19 07:26:46.096 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.096 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 07:26:46.096 INFO [stderr] Dec 19 07:26:46.108 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.108 INFO [stderr] --> src/anims/mod.rs:50:13 Dec 19 07:26:46.108 INFO [stderr] | Dec 19 07:26:46.108 INFO [stderr] 50 | / writeln!(&mut info_str, "{}{{ {}, {}, NULL }},", Dec 19 07:26:46.108 INFO [stderr] 51 | | INDENT, info.count, info.kind Dec 19 07:26:46.108 INFO [stderr] 52 | | ); Dec 19 07:26:46.108 INFO [stderr] | |______________^ Dec 19 07:26:46.108 INFO [stderr] | Dec 19 07:26:46.108 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.108 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 07:26:46.108 INFO [stderr] Dec 19 07:26:46.108 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.108 INFO [stderr] --> src/anims/mod.rs:54:13 Dec 19 07:26:46.108 INFO [stderr] | Dec 19 07:26:46.108 INFO [stderr] 54 | / writeln!(&mut info_str, "{}{{ {}, {}, {}_{:08X} }},", Dec 19 07:26:46.108 INFO [stderr] 55 | | INDENT, info.count, info.kind, DATA_ARR, info.data_ptr Dec 19 07:26:46.108 INFO [stderr] 56 | | ); Dec 19 07:26:46.108 INFO [stderr] | |______________^ Dec 19 07:26:46.108 INFO [stderr] | Dec 19 07:26:46.108 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.108 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 07:26:46.108 INFO [stderr] Dec 19 07:26:46.176 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.34s Dec 19 07:26:46.624 INFO running `"docker" "inspect" "890c708200a46704c1139ea2252200cb1fb51d7be6e66f948b62e90a8d79d196"` Dec 19 07:26:46.736 INFO running `"docker" "rm" "-f" "890c708200a46704c1139ea2252200cb1fb51d7be6e66f948b62e90a8d79d196"` Dec 19 07:26:46.883 INFO [stdout] 890c708200a46704c1139ea2252200cb1fb51d7be6e66f948b62e90a8d79d196