[INFO] fetching crate garnish_lang_runtime 0.0.24-alpha... [INFO] testing garnish_lang_runtime-0.0.24-alpha against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate garnish_lang_runtime 0.0.24-alpha into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate garnish_lang_runtime 0.0.24-alpha [INFO] finished tweaking crates.io crate garnish_lang_runtime 0.0.24-alpha [INFO] tweaked toml for crates.io crate garnish_lang_runtime 0.0.24-alpha written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate garnish_lang_runtime 0.0.24-alpha on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate garnish_lang_runtime 0.0.24-alpha already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e6ac3a473623ed5077f373827de00b31163356cb62de4857636f04088ae09b45 [INFO] running `Command { std: "docker" "start" "-a" "e6ac3a473623ed5077f373827de00b31163356cb62de4857636f04088ae09b45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e6ac3a473623ed5077f373827de00b31163356cb62de4857636f04088ae09b45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6ac3a473623ed5077f373827de00b31163356cb62de4857636f04088ae09b45", kill_on_drop: false }` [INFO] [stdout] e6ac3a473623ed5077f373827de00b31163356cb62de4857636f04088ae09b45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 42087d383f2d545272ae8de9263814e6430404eeec3a36d774df1d28244fff9e [INFO] running `Command { std: "docker" "start" "-a" "42087d383f2d545272ae8de9263814e6430404eeec3a36d774df1d28244fff9e", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling garnish_lang_traits v0.0.24-alpha [INFO] [stderr] Compiling garnish_lang_runtime v0.0.24-alpha (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/mod.rs:23:25 [INFO] [stdout] | [INFO] [stdout] 23 | pub use runtime_impls::{SimpleGarnishRuntime}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | impl SimpleGarnishRuntime { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:57:37 [INFO] [stdout] | [INFO] [stdout] 57 | impl GarnishRuntime for SimpleGarnishRuntime [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:39:31 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn new(data: Data) -> SimpleGarnishRuntime { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | SimpleGarnishRuntime { data } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `runtime::runtime_impls::SimpleGarnishRuntime::data`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | SimpleGarnishRuntime { data } [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `runtime::runtime_impls::SimpleGarnishRuntime::data`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | self.data [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `runtime::runtime_impls::SimpleGarnishRuntime::data`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | &self.data [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `runtime::runtime_impls::SimpleGarnishRuntime::data`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:66:14 [INFO] [stdout] | [INFO] [stdout] 66 | &mut self.data [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s [INFO] running `Command { std: "docker" "inspect" "42087d383f2d545272ae8de9263814e6430404eeec3a36d774df1d28244fff9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42087d383f2d545272ae8de9263814e6430404eeec3a36d774df1d28244fff9e", kill_on_drop: false }` [INFO] [stdout] 42087d383f2d545272ae8de9263814e6430404eeec3a36d774df1d28244fff9e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca19dff41abef31775d7e2b4d4fb1fff9ce539ac051faa891fc7150f8cb96221 [INFO] running `Command { std: "docker" "start" "-a" "ca19dff41abef31775d7e2b4d4fb1fff9ce539ac051faa891fc7150f8cb96221", kill_on_drop: false }` [INFO] [stderr] Compiling garnish_lang_runtime v0.0.24-alpha (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/mod.rs:23:25 [INFO] [stdout] | [INFO] [stdout] 23 | pub use runtime_impls::{SimpleGarnishRuntime}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | impl SimpleGarnishRuntime { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:57:37 [INFO] [stdout] | [INFO] [stdout] 57 | impl GarnishRuntime for SimpleGarnishRuntime [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:39:31 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn new(data: Data) -> SimpleGarnishRuntime { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | SimpleGarnishRuntime { data } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `runtime::runtime_impls::SimpleGarnishRuntime::data`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | SimpleGarnishRuntime { data } [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `runtime::runtime_impls::SimpleGarnishRuntime::data`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | self.data [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `runtime::runtime_impls::SimpleGarnishRuntime::data`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | &self.data [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `runtime::runtime_impls::SimpleGarnishRuntime::data`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:66:14 [INFO] [stdout] | [INFO] [stdout] 66 | &mut self.data [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/mod.rs:23:25 [INFO] [stdout] | [INFO] [stdout] 23 | pub use runtime_impls::{SimpleGarnishRuntime}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | impl SimpleGarnishRuntime { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:57:37 [INFO] [stdout] | [INFO] [stdout] 57 | impl GarnishRuntime for SimpleGarnishRuntime [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:39:31 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn new(data: Data) -> SimpleGarnishRuntime { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | SimpleGarnishRuntime { data } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `runtime::runtime_impls::SimpleGarnishRuntime::data`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | SimpleGarnishRuntime { data } [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `runtime::runtime_impls::SimpleGarnishRuntime::data`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | self.data [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `runtime::runtime_impls::SimpleGarnishRuntime::data`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | &self.data [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `runtime::runtime_impls::SimpleGarnishRuntime::data`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stdout] --> src/runtime/runtime_impls.rs:66:14 [INFO] [stdout] | [INFO] [stdout] 66 | &mut self.data [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.47s [INFO] running `Command { std: "docker" "inspect" "ca19dff41abef31775d7e2b4d4fb1fff9ce539ac051faa891fc7150f8cb96221", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca19dff41abef31775d7e2b4d4fb1fff9ce539ac051faa891fc7150f8cb96221", kill_on_drop: false }` [INFO] [stdout] ca19dff41abef31775d7e2b4d4fb1fff9ce539ac051faa891fc7150f8cb96221 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ee8e00bddce9e52e88c7b26bb286196d3225d5e1b5ec80e5f964f7254956d29b [INFO] running `Command { std: "docker" "start" "-a" "ee8e00bddce9e52e88c7b26bb286196d3225d5e1b5ec80e5f964f7254956d29b", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stderr] --> src/runtime/mod.rs:23:25 [INFO] [stderr] | [INFO] [stderr] 23 | pub use runtime_impls::{SimpleGarnishRuntime}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stderr] --> src/runtime/runtime_impls.rs:37:25 [INFO] [stderr] | [INFO] [stderr] 37 | impl SimpleGarnishRuntime { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stderr] --> src/runtime/runtime_impls.rs:57:37 [INFO] [stderr] | [INFO] [stderr] 57 | impl GarnishRuntime for SimpleGarnishRuntime [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stderr] --> src/runtime/runtime_impls.rs:39:31 [INFO] [stderr] | [INFO] [stderr] 39 | pub fn new(data: Data) -> SimpleGarnishRuntime { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `runtime::runtime_impls::SimpleGarnishRuntime`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stderr] --> src/runtime/runtime_impls.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | SimpleGarnishRuntime { data } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `runtime::runtime_impls::SimpleGarnishRuntime::data`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stderr] --> src/runtime/runtime_impls.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | SimpleGarnishRuntime { data } [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `runtime::runtime_impls::SimpleGarnishRuntime::data`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stderr] --> src/runtime/runtime_impls.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | self.data [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `runtime::runtime_impls::SimpleGarnishRuntime::data`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stderr] --> src/runtime/runtime_impls.rs:62:10 [INFO] [stderr] | [INFO] [stderr] 62 | &self.data [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `runtime::runtime_impls::SimpleGarnishRuntime::data`: Use execute::execute_current_instruction instead of SimpleGarnishData. [INFO] [stderr] --> src/runtime/runtime_impls.rs:66:14 [INFO] [stderr] | [INFO] [stderr] 66 | &mut self.data [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `garnish_lang_runtime` (lib) generated 9 warnings [INFO] [stderr] warning: `garnish_lang_runtime` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/garnish_lang_runtime-4258fe9e5090dc50) [INFO] [stdout] [INFO] [stdout] running 55 tests [INFO] [stdout] test runtime::access::tests::access_symbol_list_with_number ... ok [INFO] [stdout] test runtime::access::tests::extend_symbol_list_from_right ... ok [INFO] [stdout] test runtime::apply::tests::apply_partial_expression ... ok [INFO] [stdout] test runtime::apply::tests::apply_partial_non_expression ... ok [INFO] [stdout] test runtime::apply::tests::apply_symbol_list_to_list ... ok [INFO] [stdout] test runtime::apply::tests::apply_symbol_list_with_number ... ok [INFO] [stdout] test runtime::apply::slice::symbol_list ... ok [INFO] [stdout] test runtime::apply::tests::apply_integer_to_list ... ok [INFO] [stdout] test runtime::access::tests::merge_symbol_lists ... ok [INFO] [stdout] test runtime::access::tests::extend_symbol_list_from_left ... ok [INFO] [stdout] test runtime::access::tests::create_symbol_list ... ok [INFO] [stdout] test runtime::apply::tests::empty_apply_partial_expression ... ok [INFO] [stdout] test runtime::apply::tests::extend_symbol_list_from_right ... ok [INFO] [stdout] test runtime::apply::tests::extend_symbol_list_from_left ... ok [INFO] [stdout] test runtime::casting::tests::symbol_list_to_list ... ok [INFO] [stdout] test runtime::apply::tests::merge_symbol_lists ... ok [INFO] [stdout] test runtime::equality::tests::byte_list_equal_to_byte_list ... ok [INFO] [stdout] test runtime::equality::tests::byte_list_equal_to_byte ... ok [INFO] [stdout] test runtime::equality::tests::char_list_equal_to_char ... ok [INFO] [stdout] test runtime::equality::tests::byte_list_equals_slice_of_byte_list ... ok [INFO] [stdout] test runtime::equality::tests::char_list_equal_to_char_list ... ok [INFO] [stdout] test runtime::equality::tests::byte_list_not_equal_to_larger_byte_list ... ok [INFO] [stdout] test runtime::equality::tests::char_equal_to_char_list ... ok [INFO] [stdout] test runtime::equality::tests::byte_equal_to_byte_list ... ok [INFO] [stdout] test runtime::apply::tests::apply_symbol_to_list ... ok [INFO] [stdout] test runtime::equality::tests::concatenation_equals_list ... ok [INFO] [stdout] test runtime::equality::tests::concatenation_equals_slice_of_concatenation ... ok [INFO] [stdout] test runtime::equality::tests::char_list_equals_slice_of_char_list ... ok [INFO] [stdout] test runtime::equality::tests::concatenation_equals_concatenation ... ok [INFO] [stdout] test runtime::equality::tests::concatenation_equals_slice_of_list ... ok [INFO] [stdout] test runtime::equality::tests::list_equals_list ... ok [INFO] [stdout] test runtime::equality::tests::list_equals_concatenation ... ok [INFO] [stdout] test runtime::equality::tests::larger_list_does_not_equal_list ... ok [INFO] [stdout] test runtime::equality::tests::list_equals_slice_of_concatenation ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_byte_list_equals_byte_list ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_char_list_equals_char_list ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_byte_list_equals_slice_of_byte_list ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_char_list_equals_slice_of_char_list ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_concatenation_equals_list ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_concatenation_equals_slice_of_concatenation ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_concatenation_equals_concatenation ... ok [INFO] [stdout] test runtime::equality::tests::list_equals_slice_of_list ... ok [INFO] [stdout] test runtime::equality::tests::list_not_equal_to_larger_concatenation ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_list_equals_concatenation ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_list_equals_list ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_concatenation_equals_slice_of_list ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_symbol_list_equals_symbol_list ... ok [INFO] [stdout] test runtime::equality::tests::symbol_list_equal_to_symbol_list ... ok [INFO] [stdout] test runtime::equality::tests::symbol_list_equals_slice_of_symbol_list ... ok [INFO] [stdout] test runtime::equality::tests::symbol_list_items_not_equal_to_symbol_list ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_symbol_list_equals_slice_of_symbol_list ... ok [INFO] [stdout] test runtime::partial::tests::test_partial_apply ... ok [INFO] [stdout] test runtime::equality::tests::symbol_list_not_equal_to_symbol_list ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_list_equals_slice_of_list ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_list_equals_slice_of_concatenation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 55 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests garnish_lang_runtime [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ee8e00bddce9e52e88c7b26bb286196d3225d5e1b5ec80e5f964f7254956d29b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee8e00bddce9e52e88c7b26bb286196d3225d5e1b5ec80e5f964f7254956d29b", kill_on_drop: false }` [INFO] [stdout] ee8e00bddce9e52e88c7b26bb286196d3225d5e1b5ec80e5f964f7254956d29b