Dec 19 07:26:20.339 INFO checking tehzz/facevtxdump against master#d99a320cba42f661aebfa1293b7b2ec3603dda75 for pr-56955 Dec 19 07:26:20.339 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-5/master#d99a320cba42f661aebfa1293b7b2ec3603dda75:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/master#d99a320cba42f661aebfa1293b7b2ec3603dda75/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" "+d99a320cba42f661aebfa1293b7b2ec3603dda75-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 07:26:20.693 INFO [stdout] b1f45e968bd7fdda9bd5daed198368a6724917a9fbad321f6fe0f43076f0e195 Dec 19 07:26:20.700 INFO running `"docker" "start" "-a" "b1f45e968bd7fdda9bd5daed198368a6724917a9fbad321f6fe0f43076f0e195"` Dec 19 07:26:22.664 INFO [stderr] Compiling syn v0.14.9 Dec 19 07:26:22.664 INFO [stderr] Compiling syn v0.15.9 Dec 19 07:26:33.072 INFO [stderr] Compiling structopt-derive v0.2.12 Dec 19 07:26:39.692 INFO [stderr] Checking structopt v0.2.12 Dec 19 07:26:41.188 INFO [stderr] Compiling synstructure v0.9.0 Dec 19 07:26:43.904 INFO [stderr] Compiling failure_derive v0.1.2 Dec 19 07:26:45.511 INFO [stderr] Checking failure v0.1.2 Dec 19 07:26:45.872 INFO [stderr] Checking facevtxdump v0.9.0 (/opt/crater/workdir) Dec 19 07:26:46.160 INFO [stderr] warning: unused `#[macro_use]` import Dec 19 07:26:46.160 INFO [stderr] --> src/main.rs:1:1 Dec 19 07:26:46.160 INFO [stderr] | Dec 19 07:26:46.160 INFO [stderr] 1 | #[macro_use] extern crate structopt; Dec 19 07:26:46.160 INFO [stderr] | ^^^^^^^^^^^^ Dec 19 07:26:46.160 INFO [stderr] | Dec 19 07:26:46.160 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 19 07:26:46.160 INFO [stderr] Dec 19 07:26:46.179 INFO [stderr] warning: unused `#[macro_use]` import Dec 19 07:26:46.179 INFO [stderr] --> src/main.rs:1:1 Dec 19 07:26:46.179 INFO [stderr] | Dec 19 07:26:46.179 INFO [stderr] 1 | #[macro_use] extern crate structopt; Dec 19 07:26:46.179 INFO [stderr] | ^^^^^^^^^^^^ Dec 19 07:26:46.179 INFO [stderr] | Dec 19 07:26:46.179 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 19 07:26:46.179 INFO [stderr] Dec 19 07:26:46.592 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.592 INFO [stderr] --> src/vtx.rs:75:5 Dec 19 07:26:46.592 INFO [stderr] | Dec 19 07:26:46.592 INFO [stderr] 75 | writeln!(wtr, "#undef {}", SZ_DEFINE); Dec 19 07:26:46.592 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 07:26:46.592 INFO [stderr] | Dec 19 07:26:46.592 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 19 07:26:46.592 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.592 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.592 INFO [stderr] Dec 19 07:26:46.592 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.592 INFO [stderr] --> src/faces.rs:59:5 Dec 19 07:26:46.592 INFO [stderr] | Dec 19 07:26:46.592 INFO [stderr] 59 | writeln!(wtr, "#define {} {}", SZ_DEFINE, info.count); Dec 19 07:26:46.592 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 07:26:46.592 INFO [stderr] | Dec 19 07:26:46.592 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.592 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.592 INFO [stderr] Dec 19 07:26:46.592 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.592 INFO [stderr] --> src/faces.rs:76:5 Dec 19 07:26:46.592 INFO [stderr] | Dec 19 07:26:46.592 INFO [stderr] 76 | writeln!(wtr, "#undef {}", SZ_DEFINE); Dec 19 07:26:46.592 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 07:26:46.592 INFO [stderr] | Dec 19 07:26:46.592 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.592 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.592 INFO [stderr] Dec 19 07:26:46.592 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.592 INFO [stderr] --> src/anims/mod.rs:50:13 Dec 19 07:26:46.592 INFO [stderr] | Dec 19 07:26:46.592 INFO [stderr] 50 | / writeln!(&mut info_str, "{}{{ {}, {}, NULL }},", Dec 19 07:26:46.592 INFO [stderr] 51 | | INDENT, info.count, info.kind Dec 19 07:26:46.592 INFO [stderr] 52 | | ); Dec 19 07:26:46.592 INFO [stderr] | |______________^ Dec 19 07:26:46.592 INFO [stderr] | Dec 19 07:26:46.592 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.592 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.592 INFO [stderr] Dec 19 07:26:46.592 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.592 INFO [stderr] --> src/anims/mod.rs:54:13 Dec 19 07:26:46.592 INFO [stderr] | Dec 19 07:26:46.593 INFO [stderr] 54 | / writeln!(&mut info_str, "{}{{ {}, {}, {}_{:08X} }},", Dec 19 07:26:46.593 INFO [stderr] 55 | | INDENT, info.count, info.kind, DATA_ARR, info.data_ptr Dec 19 07:26:46.593 INFO [stderr] 56 | | ); Dec 19 07:26:46.593 INFO [stderr] | |______________^ Dec 19 07:26:46.593 INFO [stderr] | Dec 19 07:26:46.593 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.593 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.593 INFO [stderr] Dec 19 07:26:46.600 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.600 INFO [stderr] --> src/vtx.rs:75:5 Dec 19 07:26:46.600 INFO [stderr] | Dec 19 07:26:46.600 INFO [stderr] 75 | writeln!(wtr, "#undef {}", SZ_DEFINE); Dec 19 07:26:46.600 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 07:26:46.600 INFO [stderr] | Dec 19 07:26:46.600 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 19 07:26:46.600 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.600 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.600 INFO [stderr] Dec 19 07:26:46.600 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.600 INFO [stderr] --> src/faces.rs:59:5 Dec 19 07:26:46.600 INFO [stderr] | Dec 19 07:26:46.600 INFO [stderr] 59 | writeln!(wtr, "#define {} {}", SZ_DEFINE, info.count); Dec 19 07:26:46.600 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 07:26:46.600 INFO [stderr] | Dec 19 07:26:46.600 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.600 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.600 INFO [stderr] Dec 19 07:26:46.600 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.600 INFO [stderr] --> src/faces.rs:76:5 Dec 19 07:26:46.600 INFO [stderr] | Dec 19 07:26:46.600 INFO [stderr] 76 | writeln!(wtr, "#undef {}", SZ_DEFINE); Dec 19 07:26:46.600 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 07:26:46.600 INFO [stderr] | Dec 19 07:26:46.600 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.600 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.600 INFO [stderr] Dec 19 07:26:46.600 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.600 INFO [stderr] --> src/anims/mod.rs:50:13 Dec 19 07:26:46.600 INFO [stderr] | Dec 19 07:26:46.600 INFO [stderr] 50 | / writeln!(&mut info_str, "{}{{ {}, {}, NULL }},", Dec 19 07:26:46.600 INFO [stderr] 51 | | INDENT, info.count, info.kind Dec 19 07:26:46.600 INFO [stderr] 52 | | ); Dec 19 07:26:46.600 INFO [stderr] | |______________^ Dec 19 07:26:46.600 INFO [stderr] | Dec 19 07:26:46.600 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.600 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.600 INFO [stderr] Dec 19 07:26:46.600 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 07:26:46.600 INFO [stderr] --> src/anims/mod.rs:54:13 Dec 19 07:26:46.601 INFO [stderr] | Dec 19 07:26:46.601 INFO [stderr] 54 | / writeln!(&mut info_str, "{}{{ {}, {}, {}_{:08X} }},", Dec 19 07:26:46.601 INFO [stderr] 55 | | INDENT, info.count, info.kind, DATA_ARR, info.data_ptr Dec 19 07:26:46.601 INFO [stderr] 56 | | ); Dec 19 07:26:46.601 INFO [stderr] | |______________^ Dec 19 07:26:46.601 INFO [stderr] | Dec 19 07:26:46.601 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 07:26:46.601 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.601 INFO [stderr] Dec 19 07:26:46.638 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.08s Dec 19 07:26:47.086 INFO running `"docker" "inspect" "b1f45e968bd7fdda9bd5daed198368a6724917a9fbad321f6fe0f43076f0e195"` Dec 19 07:26:47.264 INFO running `"docker" "rm" "-f" "b1f45e968bd7fdda9bd5daed198368a6724917a9fbad321f6fe0f43076f0e195"` Dec 19 07:26:47.484 INFO [stdout] b1f45e968bd7fdda9bd5daed198368a6724917a9fbad321f6fe0f43076f0e195