[INFO] fetching crate stack-vm 1.0.1... [INFO] testing stack-vm-1.0.1 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate stack-vm 1.0.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate stack-vm 1.0.1 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rmp v0.8.10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 245d26bba3d43cd0c28a98a02fbdd679b13dd32a008fc0f6a9f251a928385e22 [INFO] running `Command { std: "docker" "start" "-a" "245d26bba3d43cd0c28a98a02fbdd679b13dd32a008fc0f6a9f251a928385e22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "245d26bba3d43cd0c28a98a02fbdd679b13dd32a008fc0f6a9f251a928385e22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "245d26bba3d43cd0c28a98a02fbdd679b13dd32a008fc0f6a9f251a928385e22", kill_on_drop: false }` [INFO] [stdout] 245d26bba3d43cd0c28a98a02fbdd679b13dd32a008fc0f6a9f251a928385e22 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb04477c61a9d30cee2051e8b5c8987a4fd0289f7507c96011eca1e741c6ed10 [INFO] running `Command { std: "docker" "start" "-a" "fb04477c61a9d30cee2051e8b5c8987a4fd0289f7507c96011eca1e741c6ed10", kill_on_drop: false }` [INFO] [stderr] Compiling rmp v0.8.10 [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/code/from_byte_code.rs:8:37 [INFO] [stdout] | [INFO] [stdout] 8 | fn from_byte_code(mut buf: &mut Read) -> Code { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 [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] | ^^^^ help: use `dyn`: `dyn Read` [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 [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] | ^^^^^ help: use `dyn`: `dyn Write` [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 [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] | ^^^^ help: use `dyn`: `dyn Read` [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 [INFO] [stdout] [INFO] [stdout] [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, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Table` [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 [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, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Table` [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 [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] | ^^^^^ help: use `dyn`: `dyn Write` [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.20s [INFO] running `Command { std: "docker" "inspect" "fb04477c61a9d30cee2051e8b5c8987a4fd0289f7507c96011eca1e741c6ed10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb04477c61a9d30cee2051e8b5c8987a4fd0289f7507c96011eca1e741c6ed10", kill_on_drop: false }` [INFO] [stdout] fb04477c61a9d30cee2051e8b5c8987a4fd0289f7507c96011eca1e741c6ed10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 193d5a4c3a5a8b2db96540b74e38b56d1f015f6b305d26cfa90aa8d4f9dd158f [INFO] running `Command { std: "docker" "start" "-a" "193d5a4c3a5a8b2db96540b74e38b56d1f015f6b305d26cfa90aa8d4f9dd158f", kill_on_drop: false }` [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 { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 [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] | ^^^^ help: use `dyn`: `dyn Read` [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 [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] | ^^^^^ help: use `dyn`: `dyn Write` [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 [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] | ^^^^ help: use `dyn`: `dyn Read` [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 [INFO] [stdout] [INFO] [stdout] [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, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Table` [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 [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, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Table` [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 [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] | ^^^^^ help: use `dyn`: `dyn Write` [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling stack-vm v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: 7 warnings emitted [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 { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 [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] | ^^^^ help: use `dyn`: `dyn Read` [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 [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] | ^^^^^ help: use `dyn`: `dyn Write` [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 [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] | ^^^^^ help: use `dyn`: `dyn Write` [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 [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] | ^^^^ help: use `dyn`: `dyn Read` [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 [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] | ^^^^ help: use `dyn`: `dyn Read` [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 [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] | ^^^^ help: use `dyn`: `dyn Read` [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 [INFO] [stdout] [INFO] [stdout] [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, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Table` [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 [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, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Table` [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 [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] | ^^^^^ help: use `dyn`: `dyn Write` [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 [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] | ^^^^^ help: use `dyn`: `dyn Write` [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.32s [INFO] running `Command { std: "docker" "inspect" "193d5a4c3a5a8b2db96540b74e38b56d1f015f6b305d26cfa90aa8d4f9dd158f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "193d5a4c3a5a8b2db96540b74e38b56d1f015f6b305d26cfa90aa8d4f9dd158f", kill_on_drop: false }` [INFO] [stdout] 193d5a4c3a5a8b2db96540b74e38b56d1f015f6b305d26cfa90aa8d4f9dd158f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3ad3277841971a3c52efc3ba5aa217749d0c4e94e26494c2bdfe8ad445bbc99e [INFO] running `Command { std: "docker" "start" "-a" "3ad3277841971a3c52efc3ba5aa217749d0c4e94e26494c2bdfe8ad445bbc99e", kill_on_drop: false }` [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 { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [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 [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] | ^^^^ help: use `dyn`: `dyn Read` [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 [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] | ^^^^^ help: use `dyn`: `dyn Write` [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 [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] | ^^^^ help: use `dyn`: `dyn Read` [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 [INFO] [stderr] [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, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Table` [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 [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, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Table` [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 [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] | ^^^^^ help: use `dyn`: `dyn Write` [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 [INFO] [stderr] [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] | ^^^^^ help: use `dyn`: `dyn Write` [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 [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] | ^^^^ help: use `dyn`: `dyn Read` [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 [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] | ^^^^ help: use `dyn`: `dyn Read` [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 [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] | ^^^^^ help: use `dyn`: `dyn Write` [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 [INFO] [stderr] [INFO] [stderr] warning: `stack-vm` (lib) generated 7 warnings [INFO] [stderr] warning: `stack-vm` (lib test) generated 11 warnings (7 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/stack_vm-1be76fcb592b105e) [INFO] [stdout] [INFO] [stdout] running 43 tests [INFO] [stdout] test acceptance::arithmetic::subtraction_example ... ok [INFO] [stdout] test acceptance::arithmetic::addition_example ... ok [INFO] [stdout] test acceptance::arithmetic::multiplication_example ... ok [INFO] [stdout] test acceptance::arithmetic::division_example ... ok [INFO] [stdout] test acceptance::conditionals::condition_false ... 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::new ... ok [INFO] [stdout] test builder::test::push ... ok [INFO] [stdout] test code::test::debug_formatter ... ok [INFO] [stdout] test code::test::from_builder ... ok [INFO] [stdout] test code::test::from_byte_code ... ok [INFO] [stdout] test code::test::get_label_ip ... ok [INFO] [stdout] test code::test::to_byte_code ... ok [INFO] [stdout] test builder::test::label ... ok [INFO] [stdout] test frame::test::new_has_locals ... 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::by_name ... ok [INFO] [stdout] test instruction_table::test::by_op_code ... ok [INFO] [stdout] test instruction_table::test::insert ... ok [INFO] [stdout] test machine::test::get_local ... ok [INFO] [stdout] test machine::test::get_local_deep ... ok [INFO] [stdout] test instruction_table::test::new ... ok [INFO] [stdout] test machine::test::new ... 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::pop ... ok [INFO] [stdout] test stack::test::peek ... 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_once_table::test::new ... ok [INFO] [stdout] test write_once_table::test::insert ... ok [INFO] [stdout] test write_many_table::test::new ... ok [INFO] [stdout] test builder::test::push_with_incorrect_arity - should panic ... ok [INFO] [stdout] test stack::test::empty_peek - should panic ... ok [INFO] [stdout] test stack::test::empty_pop - 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.03s [INFO] [stdout] [INFO] [stderr] Doc-tests stack-vm [INFO] [stdout] [INFO] [stdout] running 17 tests [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 23) ... ok [INFO] [stdout] test src/lib.rs - (line 57) ... ok [INFO] [stdout] test src/lib.rs - (line 83) ... ok [INFO] [stdout] test src/code/mod.rs - code (line 63) ... ok [INFO] [stdout] test src/code/mod.rs - code (line 36) ... ok [INFO] [stdout] test src/stack.rs - stack::Stack (line 10) ... ok [INFO] [stdout] test src/builder.rs - builder (line 7) ... ok [INFO] [stdout] test src/to_byte_code.rs - to_byte_code::ToByteCode::to_byte_code (line 30) ... ok [INFO] [stdout] test src/instruction.rs - instruction (line 10) ... ok [INFO] [stdout] test src/lib.rs - (line 111) ... ok [INFO] [stdout] test src/write_once_table.rs - write_once_table::WriteOnceTable (line 9) ... ok [INFO] [stdout] test src/write_many_table.rs - write_many_table::WriteManyTable (line 9) ... ok [INFO] [stdout] test src/code/mod.rs - code (line 11) ... ok [INFO] [stdout] test src/write_once_table.rs - write_once_table::WriteOnceTable (line 23) ... ok [INFO] [stdout] test src/lib.rs - (line 153) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.75s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3ad3277841971a3c52efc3ba5aa217749d0c4e94e26494c2bdfe8ad445bbc99e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ad3277841971a3c52efc3ba5aa217749d0c4e94e26494c2bdfe8ad445bbc99e", kill_on_drop: false }` [INFO] [stdout] 3ad3277841971a3c52efc3ba5aa217749d0c4e94e26494c2bdfe8ad445bbc99e