[INFO] fetching crate jazz 0.2.2... [INFO] checking jazz-0.2.2 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate jazz 0.2.2 into /workspace/builds/worker-26/source [INFO] validating manifest of crates.io crate jazz 0.2.2 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate jazz 0.2.2 [INFO] finished tweaking crates.io crate jazz 0.2.2 [INFO] tweaked toml for crates.io crate jazz 0.2.2 written to /workspace/builds/worker-26/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6b8458f7f1a16aab65f3a6e1af5716552afd08f396e04fb1a269a7c3ac2fd407 [INFO] running `Command { std: "docker" "start" "-a" "6b8458f7f1a16aab65f3a6e1af5716552afd08f396e04fb1a269a7c3ac2fd407", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6b8458f7f1a16aab65f3a6e1af5716552afd08f396e04fb1a269a7c3ac2fd407", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b8458f7f1a16aab65f3a6e1af5716552afd08f396e04fb1a269a7c3ac2fd407", kill_on_drop: false }` [INFO] [stdout] 6b8458f7f1a16aab65f3a6e1af5716552afd08f396e04fb1a269a7c3ac2fd407 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b311f92843ac83f8cd9a54c7ac7f76952d823294a251d1ed6aa66dd507adc04b [INFO] running `Command { std: "docker" "start" "-a" "b311f92843ac83f8cd9a54c7ac7f76952d823294a251d1ed6aa66dd507adc04b", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking jazz v0.2.2 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/machine.rs:461:73 [INFO] [stdout] | [INFO] [stdout] 461 | obj.store_at(self, vec![target, key, value], 0);; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:404:25 [INFO] [stdout] | [INFO] [stdout] 403 | let value = self.globals.get(index).unwrap(); [INFO] [stdout] | ------------ immutable borrow occurs here [INFO] [stdout] 404 | self.set(*reg, *value); [INFO] [stdout] | ^^^^ ------ immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:344:33 [INFO] [stdout] | [INFO] [stdout] 343 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 344 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:377:33 [INFO] [stdout] | [INFO] [stdout] 376 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 377 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:354:33 [INFO] [stdout] | [INFO] [stdout] 353 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 354 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:364:33 [INFO] [stdout] | [INFO] [stdout] 363 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 364 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:312:25 [INFO] [stdout] | [INFO] [stdout] 311 | let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 312 | self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:323:33 [INFO] [stdout] | [INFO] [stdout] 322 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 323 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:333:33 [INFO] [stdout] | [INFO] [stdout] 332 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 333 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating tests/store_at_load_at.rs from 2018 edition to 2021 [INFO] [stderr] Migrating benches/factorial_bench.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/factorial.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/main.rs from 2018 edition to 2021 [INFO] [stderr] Migrating tests/load_at.rs from 2018 edition to 2021 [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/machine.rs:461:73 [INFO] [stdout] | [INFO] [stdout] 461 | obj.store_at(self, vec![target, key, value], 0);; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:404:25 [INFO] [stdout] | [INFO] [stdout] 403 | let value = self.globals.get(index).unwrap(); [INFO] [stdout] | ------------ immutable borrow occurs here [INFO] [stdout] 404 | self.set(*reg, *value); [INFO] [stdout] | ^^^^ ------ immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:344:33 [INFO] [stdout] | [INFO] [stdout] 343 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 344 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:377:33 [INFO] [stdout] | [INFO] [stdout] 376 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 377 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:354:33 [INFO] [stdout] | [INFO] [stdout] 353 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 354 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:364:33 [INFO] [stdout] | [INFO] [stdout] 363 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 364 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:312:25 [INFO] [stdout] | [INFO] [stdout] 311 | let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 312 | self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:323:33 [INFO] [stdout] | [INFO] [stdout] 322 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 323 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:333:33 [INFO] [stdout] | [INFO] [stdout] 332 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 333 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.00s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Checking jazz v0.2.2 (/tmp/fixit) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/machine.rs:461:73 [INFO] [stdout] | [INFO] [stdout] 461 | obj.store_at(self, vec![target, key, value], 0);; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/machine.rs:461:73 [INFO] [stdout] | [INFO] [stdout] 461 | obj.store_at(self, vec![target, key, value], 0);; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:404:25 [INFO] [stdout] | [INFO] [stdout] 403 | let value = self.globals.get(index).unwrap(); [INFO] [stdout] | ------------ immutable borrow occurs here [INFO] [stdout] 404 | self.set(*reg, *value); [INFO] [stdout] | ^^^^ ------ immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:354:33 [INFO] [stdout] | [INFO] [stdout] 353 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 354 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:333:33 [INFO] [stdout] | [INFO] [stdout] 332 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 333 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:312:25 [INFO] [stdout] | [INFO] [stdout] 311 | let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 312 | self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:364:33 [INFO] [stdout] | [INFO] [stdout] 363 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 364 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:377:33 [INFO] [stdout] | [INFO] [stdout] 376 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 377 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:344:33 [INFO] [stdout] | [INFO] [stdout] 343 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 344 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:323:33 [INFO] [stdout] | [INFO] [stdout] 322 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 323 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:404:25 [INFO] [stdout] | [INFO] [stdout] 403 | let value = self.globals.get(index).unwrap(); [INFO] [stdout] | ------------ immutable borrow occurs here [INFO] [stdout] 404 | self.set(*reg, *value); [INFO] [stdout] | ^^^^ ------ immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:354:33 [INFO] [stdout] | [INFO] [stdout] 353 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 354 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:333:33 [INFO] [stdout] | [INFO] [stdout] 332 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 333 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:312:25 [INFO] [stdout] | [INFO] [stdout] 311 | let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 312 | self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:364:33 [INFO] [stdout] | [INFO] [stdout] 363 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 364 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:377:33 [INFO] [stdout] | [INFO] [stdout] 376 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 377 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:344:33 [INFO] [stdout] | [INFO] [stdout] 343 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 344 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:323:33 [INFO] [stdout] | [INFO] [stdout] 322 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] 323 | ... self.branch(*idx); [INFO] [stdout] | ^^^^ ---- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `Command { std: "docker" "inspect" "b311f92843ac83f8cd9a54c7ac7f76952d823294a251d1ed6aa66dd507adc04b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b311f92843ac83f8cd9a54c7ac7f76952d823294a251d1ed6aa66dd507adc04b", kill_on_drop: false }` [INFO] [stdout] b311f92843ac83f8cd9a54c7ac7f76952d823294a251d1ed6aa66dd507adc04b