[INFO] fetching crate territopple_vm 0.5.0...
[INFO] checking territopple_vm-0.5.0 against master#507271bc119683008ec719ecee48814e8ac86c65 for pr-146440
[INFO] extracting crate territopple_vm 0.5.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate territopple_vm 0.5.0
[INFO] finished tweaking crates.io crate territopple_vm 0.5.0
[INFO] tweaked toml for crates.io crate territopple_vm 0.5.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate territopple_vm 0.5.0 on toolchain 507271bc119683008ec719ecee48814e8ac86c65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate territopple_vm 0.5.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e9da6c00c2d6916d4ff984eb7ca9af89d8663f119befae1bd9a5a4fe659c9954
[INFO] running `Command { std: "docker" "start" "-a" "e9da6c00c2d6916d4ff984eb7ca9af89d8663f119befae1bd9a5a4fe659c9954", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e9da6c00c2d6916d4ff984eb7ca9af89d8663f119befae1bd9a5a4fe659c9954", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9da6c00c2d6916d4ff984eb7ca9af89d8663f119befae1bd9a5a4fe659c9954", kill_on_drop: false }`
[INFO] [stdout] e9da6c00c2d6916d4ff984eb7ca9af89d8663f119befae1bd9a5a4fe659c9954
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 888926adaefdfba1fa8aa0ea526051060a37722a62139a7fa0f0fb1d662fc9c9
[INFO] running `Command { std: "docker" "start" "-a" "888926adaefdfba1fa8aa0ea526051060a37722a62139a7fa0f0fb1d662fc9c9", kill_on_drop: false }`
[INFO] [stderr]     Checking territopple_vm v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `total_cycle_limit` is never read
[INFO] [stdout]   --> src/vm.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct VMExecutionConfig {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 28 |     total_cycle_limit: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `VMExecutionConfig` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `mem_data` and `regs` are never read
[INFO] [stdout]    --> src/vm.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout]  99 | pub struct VMExecutionState {
[INFO] [stdout]     |            ---------------- fields in this struct
[INFO] [stdout] 100 |     mem_data: Box<[Box<[u8]>]>,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 101 |     regs: Box<[u8]>,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/vm.rs:951:20
[INFO] [stdout]     |
[INFO] [stdout] 951 |     pub fn execute(&mut self, symbol: &str, params: &Vec<VMValue>, rtype: VMType) -> VMResult<VMValue> {
[INFO] [stdout]     |                    ^^^^^^^^^ the lifetime is elided here                                      ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 951 |     pub fn execute(&mut self, symbol: &str, params: &Vec<VMValue>, rtype: VMType) -> VMResult<VMValue<'_>> {
[INFO] [stdout]     |                                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/vm.rs:955:26
[INFO] [stdout]     |
[INFO] [stdout] 955 | ...cute(&mut self, symbol: &str, params: &Vec<VMValue>, rtype: VMType, bindings: Option<&VMBoundFuncs>) -> VMResult<VMValue> {
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here                                                                       ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 955 |     pub fn bound_execute(&mut self, symbol: &str, params: &Vec<VMValue>, rtype: VMType, bindings: Option<&VMBoundFuncs>) -> VMResult<VMValue<'_>> {
[INFO] [stdout]     |                                                                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `total_cycle_limit` is never read
[INFO] [stdout]   --> src/vm.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct VMExecutionConfig {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 28 |     total_cycle_limit: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `VMExecutionConfig` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `mem_data` and `regs` are never read
[INFO] [stdout]    --> src/vm.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout]  99 | pub struct VMExecutionState {
[INFO] [stdout]     |            ---------------- fields in this struct
[INFO] [stdout] 100 |     mem_data: Box<[Box<[u8]>]>,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 101 |     regs: Box<[u8]>,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/vm.rs:951:20
[INFO] [stdout]     |
[INFO] [stdout] 951 |     pub fn execute(&mut self, symbol: &str, params: &Vec<VMValue>, rtype: VMType) -> VMResult<VMValue> {
[INFO] [stdout]     |                    ^^^^^^^^^ the lifetime is elided here                                      ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 951 |     pub fn execute(&mut self, symbol: &str, params: &Vec<VMValue>, rtype: VMType) -> VMResult<VMValue<'_>> {
[INFO] [stdout]     |                                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/vm.rs:955:26
[INFO] [stdout]     |
[INFO] [stdout] 955 | ...cute(&mut self, symbol: &str, params: &Vec<VMValue>, rtype: VMType, bindings: Option<&VMBoundFuncs>) -> VMResult<VMValue> {
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here                                                                       ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 955 |     pub fn bound_execute(&mut self, symbol: &str, params: &Vec<VMValue>, rtype: VMType, bindings: Option<&VMBoundFuncs>) -> VMResult<VMValue<'_>> {
[INFO] [stdout]     |                                                                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] running `Command { std: "docker" "inspect" "888926adaefdfba1fa8aa0ea526051060a37722a62139a7fa0f0fb1d662fc9c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "888926adaefdfba1fa8aa0ea526051060a37722a62139a7fa0f0fb1d662fc9c9", kill_on_drop: false }`
[INFO] [stdout] 888926adaefdfba1fa8aa0ea526051060a37722a62139a7fa0f0fb1d662fc9c9
