Dec 17 16:52:51.351 INFO checking robinvd/vm against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 17 16:52:51.351 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-0/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/gh/robinvd/vm:/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" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 17 16:52:51.536 INFO [stdout] 7e853f4e2680bf8136eb2ed0b7d981604a4756e054a110a69e65b12485b19035 Dec 17 16:52:51.538 INFO running `"docker" "start" "-a" "7e853f4e2680bf8136eb2ed0b7d981604a4756e054a110a69e65b12485b19035"` Dec 17 16:52:52.215 INFO [stderr] Checking ascii v0.7.1 Dec 17 16:52:52.218 INFO [stderr] Checking itertools v0.7.8 Dec 17 16:52:52.218 INFO [stderr] Checking walkdir v2.2.6 Dec 17 16:52:52.218 INFO [stderr] Checking criterion-stats v0.2.5 Dec 17 16:52:52.218 INFO [stderr] Checking itertools-num v0.1.2 Dec 17 16:52:52.221 INFO [stderr] Compiling syn v0.15.17 Dec 17 16:52:52.221 INFO [stderr] Checking csv-core v0.1.4 Dec 17 16:52:52.221 INFO [stderr] Checking chrono v0.4.6 Dec 17 16:52:52.644 INFO [stderr] Checking handlebars v0.32.4 Dec 17 16:52:52.993 INFO [stderr] Checking combine v3.6.1 Dec 17 16:52:53.106 INFO [stderr] Checking csv v1.0.2 Dec 17 16:52:55.610 INFO [stderr] Checking criterion-plot v0.2.5 Dec 17 16:52:56.832 INFO [stderr] Checking simplelog v0.5.3 Dec 17 16:53:07.532 INFO [stderr] Compiling synstructure v0.10.1 Dec 17 16:53:07.532 INFO [stderr] Compiling serde_derive v1.0.80 Dec 17 16:53:09.975 INFO [stderr] Compiling failure_derive v0.1.3 Dec 17 16:53:12.510 INFO [stderr] Checking failure v0.1.3 Dec 17 16:53:20.024 INFO [stderr] Checking criterion v0.2.5 Dec 17 16:53:22.868 INFO [stderr] Checking sabi v0.1.0 (/opt/crater/workdir) Dec 17 16:53:25.760 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:25.760 INFO [stderr] --> src/vm/mod.rs:296:17 Dec 17 16:53:25.760 INFO [stderr] | Dec 17 16:53:25.760 INFO [stderr] 296 | writeln!(data, "{}", val); Dec 17 16:53:25.761 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:25.761 INFO [stderr] | Dec 17 16:53:25.761 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 17 16:53:25.761 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:25.761 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 16:53:25.761 INFO [stderr] Dec 17 16:53:25.761 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:25.761 INFO [stderr] --> src/vm/mod.rs:420:9 Dec 17 16:53:25.761 INFO [stderr] | Dec 17 16:53:25.761 INFO [stderr] 420 | writeln!(f, "{}:", self.name); Dec 17 16:53:25.761 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:25.761 INFO [stderr] | Dec 17 16:53:25.761 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:25.761 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 16:53:25.761 INFO [stderr] Dec 17 16:53:25.761 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:25.761 INFO [stderr] --> src/vm/mod.rs:429:13 Dec 17 16:53:25.761 INFO [stderr] | Dec 17 16:53:25.761 INFO [stderr] 429 | write!(f, "{:04x}: {:?}", i, op); Dec 17 16:53:25.761 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:25.761 INFO [stderr] | Dec 17 16:53:25.761 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:25.761 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 16:53:25.761 INFO [stderr] Dec 17 16:53:25.761 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:25.761 INFO [stderr] --> src/vm/mod.rs:437:17 Dec 17 16:53:25.761 INFO [stderr] | Dec 17 16:53:25.761 INFO [stderr] 437 | write!(f, " {}", num); Dec 17 16:53:25.761 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:25.761 INFO [stderr] | Dec 17 16:53:25.761 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:25.761 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 16:53:25.761 INFO [stderr] Dec 17 16:53:25.761 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:25.761 INFO [stderr] --> src/vm/mod.rs:441:13 Dec 17 16:53:25.761 INFO [stderr] | Dec 17 16:53:25.761 INFO [stderr] 441 | writeln!(f); Dec 17 16:53:25.761 INFO [stderr] | ^^^^^^^^^^^^ Dec 17 16:53:25.761 INFO [stderr] | Dec 17 16:53:25.761 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:25.761 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 16:53:25.761 INFO [stderr] Dec 17 16:53:25.761 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:25.761 INFO [stderr] --> src/vm/mod.rs:444:9 Dec 17 16:53:25.761 INFO [stderr] | Dec 17 16:53:25.761 INFO [stderr] 444 | writeln!(f, "labels {:?}", self.labels); Dec 17 16:53:25.761 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:25.761 INFO [stderr] | Dec 17 16:53:25.761 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:25.761 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 16:53:25.761 INFO [stderr] Dec 17 16:53:25.761 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:25.761 INFO [stderr] --> src/vm/mod.rs:445:9 Dec 17 16:53:25.761 INFO [stderr] | Dec 17 16:53:25.761 INFO [stderr] 445 | writeln!(f, "labeli {:?}", self.label_index); Dec 17 16:53:25.761 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:25.761 INFO [stderr] | Dec 17 16:53:25.761 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:25.761 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 16:53:25.761 INFO [stderr] Dec 17 16:53:25.761 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:25.761 INFO [stderr] --> src/vm/mod.rs:446:9 Dec 17 16:53:25.761 INFO [stderr] | Dec 17 16:53:25.761 INFO [stderr] 446 | writeln!(f, "const {:?}", self.constants); Dec 17 16:53:25.761 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:25.761 INFO [stderr] | Dec 17 16:53:25.761 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:25.761 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 16:53:25.761 INFO [stderr] Dec 17 16:53:25.840 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:25.840 INFO [stderr] --> src/vm/mod.rs:296:17 Dec 17 16:53:25.840 INFO [stderr] | Dec 17 16:53:25.840 INFO [stderr] 296 | writeln!(data, "{}", val); Dec 17 16:53:25.840 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:25.841 INFO [stderr] | Dec 17 16:53:25.841 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 17 16:53:25.841 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:25.841 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 16:53:25.841 INFO [stderr] Dec 17 16:53:25.841 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:25.841 INFO [stderr] --> src/vm/mod.rs:420:9 Dec 17 16:53:25.841 INFO [stderr] | Dec 17 16:53:25.841 INFO [stderr] 420 | writeln!(f, "{}:", self.name); Dec 17 16:53:25.841 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:25.841 INFO [stderr] | Dec 17 16:53:25.841 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:25.841 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 16:53:25.841 INFO [stderr] Dec 17 16:53:25.841 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:25.841 INFO [stderr] --> src/vm/mod.rs:429:13 Dec 17 16:53:25.841 INFO [stderr] | Dec 17 16:53:25.841 INFO [stderr] 429 | write!(f, "{:04x}: {:?}", i, op); Dec 17 16:53:25.841 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:25.841 INFO [stderr] | Dec 17 16:53:25.841 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:25.841 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 16:53:25.841 INFO [stderr] Dec 17 16:53:25.841 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:25.841 INFO [stderr] --> src/vm/mod.rs:437:17 Dec 17 16:53:25.841 INFO [stderr] | Dec 17 16:53:25.841 INFO [stderr] 437 | write!(f, " {}", num); Dec 17 16:53:25.841 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:25.841 INFO [stderr] | Dec 17 16:53:25.841 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:25.841 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 16:53:25.841 INFO [stderr] Dec 17 16:53:25.841 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:25.841 INFO [stderr] --> src/vm/mod.rs:441:13 Dec 17 16:53:25.841 INFO [stderr] | Dec 17 16:53:25.841 INFO [stderr] 441 | writeln!(f); Dec 17 16:53:25.841 INFO [stderr] | ^^^^^^^^^^^^ Dec 17 16:53:25.841 INFO [stderr] | Dec 17 16:53:25.841 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:25.841 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 16:53:25.841 INFO [stderr] Dec 17 16:53:25.841 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:25.841 INFO [stderr] --> src/vm/mod.rs:444:9 Dec 17 16:53:25.841 INFO [stderr] | Dec 17 16:53:25.841 INFO [stderr] 444 | writeln!(f, "labels {:?}", self.labels); Dec 17 16:53:25.841 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:25.841 INFO [stderr] | Dec 17 16:53:25.841 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:25.841 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 16:53:25.841 INFO [stderr] Dec 17 16:53:25.841 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:25.841 INFO [stderr] --> src/vm/mod.rs:445:9 Dec 17 16:53:25.841 INFO [stderr] | Dec 17 16:53:25.841 INFO [stderr] 445 | writeln!(f, "labeli {:?}", self.label_index); Dec 17 16:53:25.841 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:25.841 INFO [stderr] | Dec 17 16:53:25.841 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:25.841 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 16:53:25.841 INFO [stderr] Dec 17 16:53:25.841 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:25.841 INFO [stderr] --> src/vm/mod.rs:446:9 Dec 17 16:53:25.841 INFO [stderr] | Dec 17 16:53:25.841 INFO [stderr] 446 | writeln!(f, "const {:?}", self.constants); Dec 17 16:53:25.841 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:25.841 INFO [stderr] | Dec 17 16:53:25.841 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:25.841 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 16:53:25.841 INFO [stderr] Dec 17 16:53:27.640 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.59s Dec 17 16:53:28.232 INFO running `"docker" "inspect" "7e853f4e2680bf8136eb2ed0b7d981604a4756e054a110a69e65b12485b19035"` Dec 17 16:53:28.714 INFO running `"docker" "rm" "-f" "7e853f4e2680bf8136eb2ed0b7d981604a4756e054a110a69e65b12485b19035"` Dec 17 16:53:29.040 INFO [stdout] 7e853f4e2680bf8136eb2ed0b7d981604a4756e054a110a69e65b12485b19035