[INFO] fetching crate stack-vm 1.0.1...
[INFO] testing stack-vm-1.0.1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate stack-vm 1.0.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate stack-vm 1.0.1
[INFO] finished tweaking crates.io crate stack-vm 1.0.1
[INFO] tweaked toml for crates.io crate stack-vm 1.0.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate stack-vm 1.0.1 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2b337024f22fe6a66c660bae9bf3d90cf38551944dbf289290a100087cc0170a
[INFO] running `Command { std: "docker" "start" "-a" "2b337024f22fe6a66c660bae9bf3d90cf38551944dbf289290a100087cc0170a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2b337024f22fe6a66c660bae9bf3d90cf38551944dbf289290a100087cc0170a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b337024f22fe6a66c660bae9bf3d90cf38551944dbf289290a100087cc0170a", kill_on_drop: false }`
[INFO] [stdout] 2b337024f22fe6a66c660bae9bf3d90cf38551944dbf289290a100087cc0170a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8262f7a8b6aad79dbd6d8a641b41b4c90a941fdcf21abaade87e4e60e6484005
[INFO] running `Command { std: "docker" "start" "-a" "8262f7a8b6aad79dbd6d8a641b41b4c90a941fdcf21abaade87e4e60e6484005", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling rmp v0.8.15
[INFO] [stderr]    Compiling stack-vm v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/machine.rs:24:24
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub constants: &'a Table<Item = T>,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub constants: &'a dyn Table<Item = T>,
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/from_byte_code.rs:44:31
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn from_byte_code(_: &mut Read) -> Self;
[INFO] [stdout]    |                               ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn from_byte_code(_: &mut dyn Read) -> Self;
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/to_byte_code.rs:51:36
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn to_byte_code(&self, _: &mut Write);
[INFO] [stdout]    |                                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn to_byte_code(&self, _: &mut dyn Write);
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/code/from_byte_code.rs:8:37
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn from_byte_code(mut buf: &mut Read) -> Code<T> {
[INFO] [stdout]   |                                     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn from_byte_code(mut buf: &mut dyn Read) -> Code<T> {
[INFO] [stdout]   |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/code/to_byte_code.rs:19:42
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn to_byte_code(&self, mut buf: &mut Write) {
[INFO] [stdout]    |                                          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn to_byte_code(&self, mut buf: &mut dyn Write) {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/machine.rs:36:24
[INFO] [stdout]    |
[INFO] [stdout] 36 |         constants: &'a Table<Item = T>,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 36 |         constants: &'a dyn Table<Item = T>,
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/code/from_byte_code.rs:66:30
[INFO] [stdout]    |
[INFO] [stdout] 66 | fn read_string(mut buf: &mut Read) -> String {
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 66 | fn read_string(mut buf: &mut dyn Read) -> String {
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/builder.rs:43:63
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn new(instruction_table: &'a InstructionTable<T>) -> Builder<T> {
[INFO] [stdout]    |                                    --                         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn new(instruction_table: &'a InstructionTable<T>) -> Builder<'a, T> {
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
[INFO] running `Command { std: "docker" "inspect" "8262f7a8b6aad79dbd6d8a641b41b4c90a941fdcf21abaade87e4e60e6484005", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8262f7a8b6aad79dbd6d8a641b41b4c90a941fdcf21abaade87e4e60e6484005", kill_on_drop: false }`
[INFO] [stdout] 8262f7a8b6aad79dbd6d8a641b41b4c90a941fdcf21abaade87e4e60e6484005
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 37c511ecbcf1f89d803af4b9db45c913da72a713499e0e5d36a2e96172630f4a
[INFO] running `Command { std: "docker" "start" "-a" "37c511ecbcf1f89d803af4b9db45c913da72a713499e0e5d36a2e96172630f4a", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/machine.rs:24:24
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub constants: &'a Table<Item = T>,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub constants: &'a dyn Table<Item = T>,
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/from_byte_code.rs:44:31
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn from_byte_code(_: &mut Read) -> Self;
[INFO] [stdout]    |                               ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn from_byte_code(_: &mut dyn Read) -> Self;
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/to_byte_code.rs:51:36
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn to_byte_code(&self, _: &mut Write);
[INFO] [stdout]    |                                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn to_byte_code(&self, _: &mut dyn Write);
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/code/from_byte_code.rs:8:37
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn from_byte_code(mut buf: &mut Read) -> Code<T> {
[INFO] [stdout]   |                                     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn from_byte_code(mut buf: &mut dyn Read) -> Code<T> {
[INFO] [stdout]   |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/code/to_byte_code.rs:19:42
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn to_byte_code(&self, mut buf: &mut Write) {
[INFO] [stdout]    |                                          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn to_byte_code(&self, mut buf: &mut dyn Write) {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/machine.rs:36:24
[INFO] [stdout]    |
[INFO] [stdout] 36 |         constants: &'a Table<Item = T>,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 36 |         constants: &'a dyn Table<Item = T>,
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/code/from_byte_code.rs:66:30
[INFO] [stdout]    |
[INFO] [stdout] 66 | fn read_string(mut buf: &mut Read) -> String {
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 66 | fn read_string(mut buf: &mut dyn Read) -> String {
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/builder.rs:43:63
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn new(instruction_table: &'a InstructionTable<T>) -> Builder<T> {
[INFO] [stdout]    |                                    --                         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn new(instruction_table: &'a InstructionTable<T>) -> Builder<'a, T> {
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling stack-vm v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/machine.rs:24:24
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub constants: &'a Table<Item = T>,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub constants: &'a dyn Table<Item = T>,
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/from_byte_code.rs:44:31
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn from_byte_code(_: &mut Read) -> Self;
[INFO] [stdout]    |                               ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn from_byte_code(_: &mut dyn Read) -> Self;
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/to_byte_code.rs:51:36
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn to_byte_code(&self, _: &mut Write);
[INFO] [stdout]    |                                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn to_byte_code(&self, _: &mut dyn Write);
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/code/from_byte_code.rs:8:37
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn from_byte_code(mut buf: &mut Read) -> Code<T> {
[INFO] [stdout]   |                                     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn from_byte_code(mut buf: &mut dyn Read) -> Code<T> {
[INFO] [stdout]   |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/code/to_byte_code.rs:19:42
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn to_byte_code(&self, mut buf: &mut Write) {
[INFO] [stdout]    |                                          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn to_byte_code(&self, mut buf: &mut dyn Write) {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/machine.rs:36:24
[INFO] [stdout]    |
[INFO] [stdout] 36 |         constants: &'a Table<Item = T>,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 36 |         constants: &'a dyn Table<Item = T>,
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/code/from_byte_code.rs:66:30
[INFO] [stdout]    |
[INFO] [stdout] 66 | fn read_string(mut buf: &mut Read) -> String {
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 66 | fn read_string(mut buf: &mut dyn Read) -> String {
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/code/mod.rs:199:46
[INFO] [stdout]     |
[INFO] [stdout] 199 |         fn to_byte_code(&self, mut buf: &mut Write) {
[INFO] [stdout]     |                                              ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 199 |         fn to_byte_code(&self, mut buf: &mut dyn Write) {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/code/mod.rs:205:41
[INFO] [stdout]     |
[INFO] [stdout] 205 |         fn from_byte_code(mut buf: &mut Read) -> usize {
[INFO] [stdout]     |                                         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 205 |         fn from_byte_code(mut buf: &mut dyn Read) -> usize {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/from_byte_code.rs:56:41
[INFO] [stdout]    |
[INFO] [stdout] 56 |         fn from_byte_code(mut buf: &mut Read) -> Operand {
[INFO] [stdout]    |                                         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 56 |         fn from_byte_code(mut buf: &mut dyn Read) -> Operand {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/to_byte_code.rs:62:46
[INFO] [stdout]    |
[INFO] [stdout] 62 |         fn to_byte_code(&self, mut buf: &mut Write) {
[INFO] [stdout]    |                                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 62 |         fn to_byte_code(&self, mut buf: &mut dyn Write) {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/instruction.rs:107:20
[INFO] [stdout]     |
[INFO] [stdout] 107 |     struct Operand(i64);
[INFO] [stdout]     |            ------- ^^^
[INFO] [stdout]     |            |
[INFO] [stdout]     |            field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `Operand` has a derived impl for the trait `Debug`, 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: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/builder.rs:43:63
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn new(instruction_table: &'a InstructionTable<T>) -> Builder<T> {
[INFO] [stdout]    |                                    --                         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn new(instruction_table: &'a InstructionTable<T>) -> Builder<'a, T> {
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.48s
[INFO] running `Command { std: "docker" "inspect" "37c511ecbcf1f89d803af4b9db45c913da72a713499e0e5d36a2e96172630f4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "37c511ecbcf1f89d803af4b9db45c913da72a713499e0e5d36a2e96172630f4a", kill_on_drop: false }`
[INFO] [stdout] 37c511ecbcf1f89d803af4b9db45c913da72a713499e0e5d36a2e96172630f4a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cd7f48bf3172a685db18048b82158d50ff1e198f08881bc1cdb02d29f04ec930
[INFO] running `Command { std: "docker" "start" "-a" "cd7f48bf3172a685db18048b82158d50ff1e198f08881bc1cdb02d29f04ec930", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/machine.rs:24:24
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub constants: &'a Table<Item = T>,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub constants: &'a dyn Table<Item = T>,
[INFO] [stderr]    |                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/from_byte_code.rs:44:31
[INFO] [stderr]    |
[INFO] [stderr] 44 |     fn from_byte_code(_: &mut Read) -> Self;
[INFO] [stderr]    |                               ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 44 |     fn from_byte_code(_: &mut dyn Read) -> Self;
[INFO] [stderr]    |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/to_byte_code.rs:51:36
[INFO] [stderr]    |
[INFO] [stderr] 51 |     fn to_byte_code(&self, _: &mut Write);
[INFO] [stderr]    |                                    ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 51 |     fn to_byte_code(&self, _: &mut dyn Write);
[INFO] [stderr]    |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]  --> src/code/from_byte_code.rs:8:37
[INFO] [stderr]   |
[INFO] [stderr] 8 |     fn from_byte_code(mut buf: &mut Read) -> Code<T> {
[INFO] [stderr]   |                                     ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]   |
[INFO] [stderr] 8 |     fn from_byte_code(mut buf: &mut dyn Read) -> Code<T> {
[INFO] [stderr]   |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/code/to_byte_code.rs:19:42
[INFO] [stderr]    |
[INFO] [stderr] 19 |     fn to_byte_code(&self, mut buf: &mut Write) {
[INFO] [stderr]    |                                          ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 19 |     fn to_byte_code(&self, mut buf: &mut dyn Write) {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/machine.rs:36:24
[INFO] [stderr]    |
[INFO] [stderr] 36 |         constants: &'a Table<Item = T>,
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 36 |         constants: &'a dyn Table<Item = T>,
[INFO] [stderr]    |                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/code/from_byte_code.rs:66:30
[INFO] [stderr]    |
[INFO] [stderr] 66 | fn read_string(mut buf: &mut Read) -> String {
[INFO] [stderr]    |                              ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 66 | fn read_string(mut buf: &mut dyn Read) -> String {
[INFO] [stderr]    |                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/builder.rs:43:63
[INFO] [stderr]    |
[INFO] [stderr] 43 |     pub fn new(instruction_table: &'a InstructionTable<T>) -> Builder<T> {
[INFO] [stderr]    |                                    --                         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 43 |     pub fn new(instruction_table: &'a InstructionTable<T>) -> Builder<'a, T> {
[INFO] [stderr]    |                                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: `stack-vm` (lib) generated 8 warnings (run `cargo fix --lib -p stack-vm` to apply 8 suggestions)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/code/mod.rs:199:46
[INFO] [stderr]     |
[INFO] [stderr] 199 |         fn to_byte_code(&self, mut buf: &mut Write) {
[INFO] [stderr]     |                                              ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 199 |         fn to_byte_code(&self, mut buf: &mut dyn Write) {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/code/mod.rs:205:41
[INFO] [stderr]     |
[INFO] [stderr] 205 |         fn from_byte_code(mut buf: &mut Read) -> usize {
[INFO] [stderr]     |                                         ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 205 |         fn from_byte_code(mut buf: &mut dyn Read) -> usize {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/from_byte_code.rs:56:41
[INFO] [stderr]    |
[INFO] [stderr] 56 |         fn from_byte_code(mut buf: &mut Read) -> Operand {
[INFO] [stderr]    |                                         ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 56 |         fn from_byte_code(mut buf: &mut dyn Read) -> Operand {
[INFO] [stderr]    |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/to_byte_code.rs:62:46
[INFO] [stderr]    |
[INFO] [stderr] 62 |         fn to_byte_code(&self, mut buf: &mut Write) {
[INFO] [stderr]    |                                              ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 62 |         fn to_byte_code(&self, mut buf: &mut dyn Write) {
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/instruction.rs:107:20
[INFO] [stderr]     |
[INFO] [stderr] 107 |     struct Operand(i64);
[INFO] [stderr]     |            ------- ^^^
[INFO] [stderr]     |            |
[INFO] [stderr]     |            field in this struct
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider removing this field
[INFO] [stderr]     = note: `Operand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `stack-vm` (lib test) generated 13 warnings (8 duplicates) (run `cargo fix --lib -p stack-vm --tests` to apply 4 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stack_vm-56ad5411b5019e39)
[INFO] [stdout] 
[INFO] [stdout] running 43 tests
[INFO] [stdout] test acceptance::arithmetic::multiplication_example ... ok
[INFO] [stdout] test acceptance::conditionals::condition_false ... ok
[INFO] [stdout] test acceptance::arithmetic::subtraction_example ... ok
[INFO] [stdout] test acceptance::conditionals::condition_true ... ok
[INFO] [stdout] test acceptance::functions::example ... ok
[INFO] [stdout] test builder::test::data_is_deduped ... ok
[INFO] [stdout] test builder::test::debug_format ... ok
[INFO] [stdout] test builder::test::label ... ok
[INFO] [stdout] test builder::test::new ... ok
[INFO] [stdout] test builder::test::push ... ok
[INFO] [stdout] test code::test::get_label_ip ... ok
[INFO] [stdout] test code::test::debug_formatter ... ok
[INFO] [stdout] test code::test::to_byte_code ... ok
[INFO] [stdout] test code::test::from_builder ... ok
[INFO] [stdout] test code::test::from_byte_code ... ok
[INFO] [stdout] test instruction_table::test::by_name ... ok
[INFO] [stdout] test frame::test::new_has_locals ... ok
[INFO] [stdout] test instruction_table::test::by_op_code ... ok
[INFO] [stdout] test from_byte_code::test::from_byte_code ... ok
[INFO] [stdout] test instruction::test::new ... ok
[INFO] [stdout] test instruction_table::test::insert ... ok
[INFO] [stdout] test instruction_table::test::new ... ok
[INFO] [stdout] test machine::test::get_local ... ok
[INFO] [stdout] test machine::test::run ... ok
[INFO] [stdout] test machine::test::set_local ... ok
[INFO] [stdout] test stack::test::new ... ok
[INFO] [stdout] test stack::test::peek ... ok
[INFO] [stdout] test stack::test::pop ... ok
[INFO] [stdout] test stack::test::push ... ok
[INFO] [stdout] test to_byte_code::test::to_byte_code ... ok
[INFO] [stdout] test write_many_table::test::insert ... ok
[INFO] [stdout] test write_many_table::test::insert_is_mutable ... ok
[INFO] [stdout] test write_many_table::test::new ... ok
[INFO] [stdout] test machine::test::new ... ok
[INFO] [stdout] test machine::test::get_local_deep ... ok
[INFO] [stdout] test write_once_table::test::insert ... ok
[INFO] [stdout] test write_once_table::test::new ... ok
[INFO] [stdout] test acceptance::arithmetic::addition_example ... ok
[INFO] [stdout] test acceptance::arithmetic::division_example ... ok
[INFO] [stdout] test builder::test::push_with_incorrect_arity - should panic ... ok
[INFO] [stdout] test stack::test::empty_pop - should panic ... ok
[INFO] [stdout] test stack::test::empty_peek - should panic ... ok
[INFO] [stdout] test write_once_table::test::insert_uniq - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests stack_vm
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test src/instruction.rs - instruction (line 23) ... ok
[INFO] [stdout] test src/from_byte_code.rs - from_byte_code::FromByteCode::from_byte_code (line 24) ... ok
[INFO] [stdout] test src/instruction.rs - instruction (line 36) ... ok
[INFO] [stdout] test src/instruction.rs - instruction (line 10) ... ok
[INFO] [stdout] test src/code/mod.rs - code (line 63) ... ok
[INFO] [stdout] test src/builder.rs - builder (line 7) ... ok
[INFO] [stdout] test src/code/mod.rs - code (line 36) ... ok
[INFO] [stdout] test src/code/mod.rs - code (line 11) ... ok
[INFO] [stdout] test src/to_byte_code.rs - to_byte_code::ToByteCode::to_byte_code (line 30) ... ok
[INFO] [stdout] test src/lib.rs - (line 153) ... ok
[INFO] [stdout] test src/lib.rs - (line 83) ... ok
[INFO] [stdout] test src/stack.rs - stack::Stack (line 10) ... ok
[INFO] [stdout] test src/lib.rs - (line 57) ... ok
[INFO] [stdout] test src/write_once_table.rs - write_once_table::WriteOnceTable (line 9) ... ok
[INFO] [stdout] test src/lib.rs - (line 111) ... ok
[INFO] [stdout] test src/write_many_table.rs - write_many_table::WriteManyTable (line 9) ... ok
[INFO] [stdout] test src/write_once_table.rs - write_once_table::WriteOnceTable (line 23) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.37s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "cd7f48bf3172a685db18048b82158d50ff1e198f08881bc1cdb02d29f04ec930", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd7f48bf3172a685db18048b82158d50ff1e198f08881bc1cdb02d29f04ec930", kill_on_drop: false }`
[INFO] [stdout] cd7f48bf3172a685db18048b82158d50ff1e198f08881bc1cdb02d29f04ec930
