Dec 17 13:57:37.780 INFO checking tehzz/facevtxdump against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 17 13:57:37.780 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-4/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/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" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 17 13:57:38.005 INFO [stdout] c4c16e232abf40492a3b3c7c2e7ccf9799fa32c56ccb4b6df8da11a6bb685a22 Dec 17 13:57:38.007 INFO running `"docker" "start" "-a" "c4c16e232abf40492a3b3c7c2e7ccf9799fa32c56ccb4b6df8da11a6bb685a22"` Dec 17 13:57:38.795 INFO [stderr] Compiling syn v0.14.9 Dec 17 13:57:38.795 INFO [stderr] Compiling syn v0.15.9 Dec 17 13:57:49.232 INFO [stderr] Compiling structopt-derive v0.2.12 Dec 17 13:57:54.984 INFO [stderr] Checking structopt v0.2.12 Dec 17 13:57:55.713 INFO [stderr] Compiling synstructure v0.9.0 Dec 17 13:57:59.384 INFO [stderr] Compiling failure_derive v0.1.2 Dec 17 13:58:00.940 INFO [stderr] Checking failure v0.1.2 Dec 17 13:58:01.300 INFO [stderr] Checking facevtxdump v0.9.0 (/opt/crater/workdir) Dec 17 13:58:01.624 INFO [stderr] warning: unused `#[macro_use]` import Dec 17 13:58:01.624 INFO [stderr] --> src/main.rs:1:1 Dec 17 13:58:01.624 INFO [stderr] | Dec 17 13:58:01.624 INFO [stderr] 1 | #[macro_use] extern crate structopt; Dec 17 13:58:01.624 INFO [stderr] | ^^^^^^^^^^^^ Dec 17 13:58:01.624 INFO [stderr] | Dec 17 13:58:01.624 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 17 13:58:01.624 INFO [stderr] Dec 17 13:58:01.624 INFO [stderr] warning: unused `#[macro_use]` import Dec 17 13:58:01.624 INFO [stderr] --> src/main.rs:1:1 Dec 17 13:58:01.624 INFO [stderr] | Dec 17 13:58:01.624 INFO [stderr] 1 | #[macro_use] extern crate structopt; Dec 17 13:58:01.624 INFO [stderr] | ^^^^^^^^^^^^ Dec 17 13:58:01.624 INFO [stderr] | Dec 17 13:58:01.624 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 17 13:58:01.624 INFO [stderr] Dec 17 13:58:02.064 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 13:58:02.064 INFO [stderr] --> src/vtx.rs:75:5 Dec 17 13:58:02.064 INFO [stderr] | Dec 17 13:58:02.064 INFO [stderr] 75 | writeln!(wtr, "#undef {}", SZ_DEFINE); Dec 17 13:58:02.064 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 13:58:02.064 INFO [stderr] | Dec 17 13:58:02.064 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 17 13:58:02.064 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 13:58:02.064 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 17 13:58:02.064 INFO [stderr] Dec 17 13:58:02.064 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 13:58:02.064 INFO [stderr] --> src/faces.rs:59:5 Dec 17 13:58:02.064 INFO [stderr] | Dec 17 13:58:02.064 INFO [stderr] 59 | writeln!(wtr, "#define {} {}", SZ_DEFINE, info.count); Dec 17 13:58:02.064 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 13:58:02.064 INFO [stderr] | Dec 17 13:58:02.065 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 13:58:02.065 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 17 13:58:02.065 INFO [stderr] Dec 17 13:58:02.065 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 13:58:02.065 INFO [stderr] --> src/faces.rs:76:5 Dec 17 13:58:02.065 INFO [stderr] | Dec 17 13:58:02.065 INFO [stderr] 76 | writeln!(wtr, "#undef {}", SZ_DEFINE); Dec 17 13:58:02.065 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 13:58:02.065 INFO [stderr] | Dec 17 13:58:02.065 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 13:58:02.065 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 17 13:58:02.065 INFO [stderr] Dec 17 13:58:02.065 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 13:58:02.065 INFO [stderr] --> src/anims/mod.rs:50:13 Dec 17 13:58:02.065 INFO [stderr] | Dec 17 13:58:02.065 INFO [stderr] 50 | / writeln!(&mut info_str, "{}{{ {}, {}, NULL }},", Dec 17 13:58:02.065 INFO [stderr] 51 | | INDENT, info.count, info.kind Dec 17 13:58:02.065 INFO [stderr] 52 | | ); Dec 17 13:58:02.065 INFO [stderr] | |______________^ Dec 17 13:58:02.065 INFO [stderr] | Dec 17 13:58:02.065 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 13:58:02.065 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 17 13:58:02.065 INFO [stderr] Dec 17 13:58:02.065 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 13:58:02.065 INFO [stderr] --> src/anims/mod.rs:54:13 Dec 17 13:58:02.065 INFO [stderr] | Dec 17 13:58:02.065 INFO [stderr] 54 | / writeln!(&mut info_str, "{}{{ {}, {}, {}_{:08X} }},", Dec 17 13:58:02.065 INFO [stderr] 55 | | INDENT, info.count, info.kind, DATA_ARR, info.data_ptr Dec 17 13:58:02.065 INFO [stderr] 56 | | ); Dec 17 13:58:02.065 INFO [stderr] | |______________^ Dec 17 13:58:02.065 INFO [stderr] | Dec 17 13:58:02.065 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 13:58:02.065 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 17 13:58:02.065 INFO [stderr] Dec 17 13:58:02.148 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 13:58:02.148 INFO [stderr] --> src/vtx.rs:75:5 Dec 17 13:58:02.148 INFO [stderr] | Dec 17 13:58:02.148 INFO [stderr] 75 | writeln!(wtr, "#undef {}", SZ_DEFINE); Dec 17 13:58:02.148 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 13:58:02.148 INFO [stderr] | Dec 17 13:58:02.148 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 17 13:58:02.148 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 13:58:02.148 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 17 13:58:02.148 INFO [stderr] Dec 17 13:58:02.156 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 13:58:02.156 INFO [stderr] --> src/faces.rs:59:5 Dec 17 13:58:02.156 INFO [stderr] | Dec 17 13:58:02.156 INFO [stderr] 59 | writeln!(wtr, "#define {} {}", SZ_DEFINE, info.count); Dec 17 13:58:02.156 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 13:58:02.156 INFO [stderr] | Dec 17 13:58:02.156 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 13:58:02.156 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 17 13:58:02.156 INFO [stderr] Dec 17 13:58:02.156 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 13:58:02.156 INFO [stderr] --> src/faces.rs:76:5 Dec 17 13:58:02.156 INFO [stderr] | Dec 17 13:58:02.156 INFO [stderr] 76 | writeln!(wtr, "#undef {}", SZ_DEFINE); Dec 17 13:58:02.156 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 13:58:02.156 INFO [stderr] | Dec 17 13:58:02.156 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 13:58:02.156 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 17 13:58:02.156 INFO [stderr] Dec 17 13:58:02.157 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 13:58:02.157 INFO [stderr] --> src/anims/mod.rs:50:13 Dec 17 13:58:02.157 INFO [stderr] | Dec 17 13:58:02.157 INFO [stderr] 50 | / writeln!(&mut info_str, "{}{{ {}, {}, NULL }},", Dec 17 13:58:02.157 INFO [stderr] 51 | | INDENT, info.count, info.kind Dec 17 13:58:02.157 INFO [stderr] 52 | | ); Dec 17 13:58:02.157 INFO [stderr] | |______________^ Dec 17 13:58:02.157 INFO [stderr] | Dec 17 13:58:02.157 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 13:58:02.157 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 17 13:58:02.157 INFO [stderr] Dec 17 13:58:02.157 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 13:58:02.157 INFO [stderr] --> src/anims/mod.rs:54:13 Dec 17 13:58:02.157 INFO [stderr] | Dec 17 13:58:02.157 INFO [stderr] 54 | / writeln!(&mut info_str, "{}{{ {}, {}, {}_{:08X} }},", Dec 17 13:58:02.157 INFO [stderr] 55 | | INDENT, info.count, info.kind, DATA_ARR, info.data_ptr Dec 17 13:58:02.157 INFO [stderr] 56 | | ); Dec 17 13:58:02.157 INFO [stderr] | |______________^ Dec 17 13:58:02.157 INFO [stderr] | Dec 17 13:58:02.157 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 13:58:02.157 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 17 13:58:02.157 INFO [stderr] Dec 17 13:58:02.191 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.49s Dec 17 13:58:02.878 INFO running `"docker" "inspect" "c4c16e232abf40492a3b3c7c2e7ccf9799fa32c56ccb4b6df8da11a6bb685a22"` Dec 17 13:58:03.106 INFO running `"docker" "rm" "-f" "c4c16e232abf40492a3b3c7c2e7ccf9799fa32c56ccb4b6df8da11a6bb685a22"` Dec 17 13:58:03.456 INFO [stdout] c4c16e232abf40492a3b3c7c2e7ccf9799fa32c56ccb4b6df8da11a6bb685a22