Dec 17 16:52:51.735 INFO checking robinvd/vm against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 17 16:52:51.735 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-5/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/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" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 17 16:52:51.943 INFO [stdout] de028dc7f1f35bac5a7a3710f611f3d3cb3db14bb43119cbf3b65e88d5c689c0 Dec 17 16:52:51.946 INFO running `"docker" "start" "-a" "de028dc7f1f35bac5a7a3710f611f3d3cb3db14bb43119cbf3b65e88d5c689c0"` Dec 17 16:52:52.816 INFO [stderr] Checking thread-scoped v1.0.2 Dec 17 16:52:52.826 INFO [stderr] Checking cast v0.2.2 Dec 17 16:52:52.826 INFO [stderr] Checking log v0.4.6 Dec 17 16:52:52.826 INFO [stderr] Checking itertools v0.7.8 Dec 17 16:52:52.826 INFO [stderr] Checking itertools-num v0.1.2 Dec 17 16:52:52.826 INFO [stderr] Compiling pest_derive v1.0.8 Dec 17 16:52:52.826 INFO [stderr] Compiling syn v0.15.17 Dec 17 16:52:52.826 INFO [stderr] Checking csv-core v0.1.4 Dec 17 16:52:53.208 INFO [stderr] Checking combine v3.6.1 Dec 17 16:52:53.749 INFO [stderr] Checking criterion-stats v0.2.5 Dec 17 16:52:53.774 INFO [stderr] Checking simplelog v0.5.3 Dec 17 16:52:55.316 INFO [stderr] Checking csv v1.0.2 Dec 17 16:52:57.716 INFO [stderr] Checking criterion-plot v0.2.5 Dec 17 16:53:04.052 INFO [stderr] Checking handlebars v0.32.4 Dec 17 16:53:09.874 INFO [stderr] Compiling synstructure v0.10.1 Dec 17 16:53:09.874 INFO [stderr] Compiling serde_derive v1.0.80 Dec 17 16:53:13.572 INFO [stderr] Compiling failure_derive v0.1.3 Dec 17 16:53:15.640 INFO [stderr] Checking failure v0.1.3 Dec 17 16:53:21.870 INFO [stderr] Checking criterion v0.2.5 Dec 17 16:53:24.880 INFO [stderr] Checking sabi v0.1.0 (/opt/crater/workdir) Dec 17 16:53:27.818 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:27.818 INFO [stderr] --> src/vm/mod.rs:296:17 Dec 17 16:53:27.818 INFO [stderr] | Dec 17 16:53:27.818 INFO [stderr] 296 | writeln!(data, "{}", val); Dec 17 16:53:27.818 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:27.818 INFO [stderr] | Dec 17 16:53:27.818 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 17 16:53:27.818 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:27.818 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:27.818 INFO [stderr] Dec 17 16:53:27.818 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:27.818 INFO [stderr] --> src/vm/mod.rs:420:9 Dec 17 16:53:27.818 INFO [stderr] | Dec 17 16:53:27.818 INFO [stderr] 420 | writeln!(f, "{}:", self.name); Dec 17 16:53:27.818 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:27.818 INFO [stderr] | Dec 17 16:53:27.818 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:27.818 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:27.818 INFO [stderr] Dec 17 16:53:27.818 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:27.818 INFO [stderr] --> src/vm/mod.rs:429:13 Dec 17 16:53:27.818 INFO [stderr] | Dec 17 16:53:27.818 INFO [stderr] 429 | write!(f, "{:04x}: {:?}", i, op); Dec 17 16:53:27.818 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:27.818 INFO [stderr] | Dec 17 16:53:27.818 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:27.818 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:27.818 INFO [stderr] Dec 17 16:53:27.818 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:27.818 INFO [stderr] --> src/vm/mod.rs:437:17 Dec 17 16:53:27.818 INFO [stderr] | Dec 17 16:53:27.818 INFO [stderr] 437 | write!(f, " {}", num); Dec 17 16:53:27.818 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:27.818 INFO [stderr] | Dec 17 16:53:27.818 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:27.818 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:27.818 INFO [stderr] Dec 17 16:53:27.818 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:27.818 INFO [stderr] --> src/vm/mod.rs:441:13 Dec 17 16:53:27.818 INFO [stderr] | Dec 17 16:53:27.818 INFO [stderr] 441 | writeln!(f); Dec 17 16:53:27.818 INFO [stderr] | ^^^^^^^^^^^^ Dec 17 16:53:27.818 INFO [stderr] | Dec 17 16:53:27.818 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:27.818 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:27.818 INFO [stderr] Dec 17 16:53:27.818 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:27.818 INFO [stderr] --> src/vm/mod.rs:444:9 Dec 17 16:53:27.818 INFO [stderr] | Dec 17 16:53:27.818 INFO [stderr] 444 | writeln!(f, "labels {:?}", self.labels); Dec 17 16:53:27.818 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:27.818 INFO [stderr] | Dec 17 16:53:27.818 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:27.818 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:27.818 INFO [stderr] Dec 17 16:53:27.818 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:27.818 INFO [stderr] --> src/vm/mod.rs:445:9 Dec 17 16:53:27.818 INFO [stderr] | Dec 17 16:53:27.818 INFO [stderr] 445 | writeln!(f, "labeli {:?}", self.label_index); Dec 17 16:53:27.818 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:27.818 INFO [stderr] | Dec 17 16:53:27.818 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:27.818 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:27.818 INFO [stderr] Dec 17 16:53:27.822 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:27.822 INFO [stderr] --> src/vm/mod.rs:446:9 Dec 17 16:53:27.822 INFO [stderr] | Dec 17 16:53:27.822 INFO [stderr] 446 | writeln!(f, "const {:?}", self.constants); Dec 17 16:53:27.822 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:27.822 INFO [stderr] | Dec 17 16:53:27.822 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:27.822 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:27.822 INFO [stderr] Dec 17 16:53:28.501 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:28.501 INFO [stderr] --> src/vm/mod.rs:296:17 Dec 17 16:53:28.501 INFO [stderr] | Dec 17 16:53:28.501 INFO [stderr] 296 | writeln!(data, "{}", val); Dec 17 16:53:28.501 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:28.501 INFO [stderr] | Dec 17 16:53:28.501 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 17 16:53:28.501 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:28.501 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:28.501 INFO [stderr] Dec 17 16:53:28.501 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:28.501 INFO [stderr] --> src/vm/mod.rs:420:9 Dec 17 16:53:28.501 INFO [stderr] | Dec 17 16:53:28.501 INFO [stderr] 420 | writeln!(f, "{}:", self.name); Dec 17 16:53:28.501 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:28.501 INFO [stderr] | Dec 17 16:53:28.501 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:28.501 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:28.501 INFO [stderr] Dec 17 16:53:28.501 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:28.501 INFO [stderr] --> src/vm/mod.rs:429:13 Dec 17 16:53:28.501 INFO [stderr] | Dec 17 16:53:28.501 INFO [stderr] 429 | write!(f, "{:04x}: {:?}", i, op); Dec 17 16:53:28.501 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:28.501 INFO [stderr] | Dec 17 16:53:28.501 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:28.501 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:28.501 INFO [stderr] Dec 17 16:53:28.501 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:28.501 INFO [stderr] --> src/vm/mod.rs:437:17 Dec 17 16:53:28.501 INFO [stderr] | Dec 17 16:53:28.501 INFO [stderr] 437 | write!(f, " {}", num); Dec 17 16:53:28.501 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:28.501 INFO [stderr] | Dec 17 16:53:28.501 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:28.501 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:28.501 INFO [stderr] Dec 17 16:53:28.501 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:28.501 INFO [stderr] --> src/vm/mod.rs:441:13 Dec 17 16:53:28.501 INFO [stderr] | Dec 17 16:53:28.501 INFO [stderr] 441 | writeln!(f); Dec 17 16:53:28.501 INFO [stderr] | ^^^^^^^^^^^^ Dec 17 16:53:28.501 INFO [stderr] | Dec 17 16:53:28.501 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:28.501 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:28.501 INFO [stderr] Dec 17 16:53:28.501 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:28.501 INFO [stderr] --> src/vm/mod.rs:444:9 Dec 17 16:53:28.501 INFO [stderr] | Dec 17 16:53:28.501 INFO [stderr] 444 | writeln!(f, "labels {:?}", self.labels); Dec 17 16:53:28.501 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:28.501 INFO [stderr] | Dec 17 16:53:28.501 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:28.501 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:28.501 INFO [stderr] Dec 17 16:53:28.501 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:28.501 INFO [stderr] --> src/vm/mod.rs:445:9 Dec 17 16:53:28.501 INFO [stderr] | Dec 17 16:53:28.501 INFO [stderr] 445 | writeln!(f, "labeli {:?}", self.label_index); Dec 17 16:53:28.501 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:28.501 INFO [stderr] | Dec 17 16:53:28.501 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:28.501 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:28.501 INFO [stderr] Dec 17 16:53:28.501 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 16:53:28.501 INFO [stderr] --> src/vm/mod.rs:446:9 Dec 17 16:53:28.501 INFO [stderr] | Dec 17 16:53:28.501 INFO [stderr] 446 | writeln!(f, "const {:?}", self.constants); Dec 17 16:53:28.501 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 16:53:28.501 INFO [stderr] | Dec 17 16:53:28.501 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 16:53:28.501 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:28.501 INFO [stderr] Dec 17 16:53:28.944 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.34s Dec 17 16:53:29.912 INFO running `"docker" "inspect" "de028dc7f1f35bac5a7a3710f611f3d3cb3db14bb43119cbf3b65e88d5c689c0"` Dec 17 16:53:30.166 INFO running `"docker" "rm" "-f" "de028dc7f1f35bac5a7a3710f611f3d3cb3db14bb43119cbf3b65e88d5c689c0"` Dec 17 16:53:30.476 INFO [stdout] de028dc7f1f35bac5a7a3710f611f3d3cb3db14bb43119cbf3b65e88d5c689c0