[INFO] fetching crate garnish_lang_runtime 0.0.24-alpha... [INFO] testing garnish_lang_runtime-0.0.24-alpha against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate garnish_lang_runtime 0.0.24-alpha into /workspace/builds/worker-6-tc1/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-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate garnish_lang_runtime 0.0.24-alpha on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded garnish_lang_traits v0.0.24-alpha [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f248eadf6f3ef16037eb44a36cac41766f32bc9219d9159a020561f4cf1e82f6 [INFO] running `Command { std: "docker" "start" "-a" "f248eadf6f3ef16037eb44a36cac41766f32bc9219d9159a020561f4cf1e82f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f248eadf6f3ef16037eb44a36cac41766f32bc9219d9159a020561f4cf1e82f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f248eadf6f3ef16037eb44a36cac41766f32bc9219d9159a020561f4cf1e82f6", kill_on_drop: false }` [INFO] [stdout] f248eadf6f3ef16037eb44a36cac41766f32bc9219d9159a020561f4cf1e82f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fe920261ff23484a05683bf723deff141fc9a19e7af4c402664090070b24c691 [INFO] running `Command { std: "docker" "start" "-a" "fe920261ff23484a05683bf723deff141fc9a19e7af4c402664090070b24c691", kill_on_drop: false }` [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 0.91s [INFO] running `Command { std: "docker" "inspect" "fe920261ff23484a05683bf723deff141fc9a19e7af4c402664090070b24c691", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe920261ff23484a05683bf723deff141fc9a19e7af4c402664090070b24c691", kill_on_drop: false }` [INFO] [stdout] fe920261ff23484a05683bf723deff141fc9a19e7af4c402664090070b24c691 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a20e9350e2e2b4b673da520dd11f68830daf1851c726a889d8a556ed7ff463a2 [INFO] running `Command { std: "docker" "start" "-a" "a20e9350e2e2b4b673da520dd11f68830daf1851c726a889d8a556ed7ff463a2", kill_on_drop: false }` [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] [stderr] Compiling garnish_lang_runtime v0.0.24-alpha (/opt/rustwide/workdir) [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.26s [INFO] running `Command { std: "docker" "inspect" "a20e9350e2e2b4b673da520dd11f68830daf1851c726a889d8a556ed7ff463a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a20e9350e2e2b4b673da520dd11f68830daf1851c726a889d8a556ed7ff463a2", kill_on_drop: false }` [INFO] [stdout] a20e9350e2e2b4b673da520dd11f68830daf1851c726a889d8a556ed7ff463a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 46243a49015a87b45ec98c27c392a434e62ab48c8419f088bce92722f1352bc2 [INFO] running `Command { std: "docker" "start" "-a" "46243a49015a87b45ec98c27c392a434e62ab48c8419f088bce92722f1352bc2", 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.03s [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::extend_symbol_list_from_left ... ok [INFO] [stdout] test runtime::access::tests::extend_symbol_list_from_right ... ok [INFO] [stdout] test runtime::access::tests::access_symbol_list_with_number ... ok [INFO] [stdout] test runtime::access::tests::create_symbol_list ... ok [INFO] [stdout] test runtime::apply::tests::apply_symbol_list_to_list ... ok [INFO] [stdout] test runtime::access::tests::merge_symbol_lists ... ok [INFO] [stdout] test runtime::apply::slice::symbol_list ... ok [INFO] [stdout] test runtime::apply::tests::apply_partial_non_expression ... ok [INFO] [stdout] test runtime::apply::tests::apply_symbol_list_with_number ... ok [INFO] [stdout] test runtime::apply::tests::apply_symbol_to_list ... ok [INFO] [stdout] test runtime::apply::tests::apply_partial_expression ... ok [INFO] [stdout] test runtime::apply::tests::apply_integer_to_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::equality::tests::byte_list_equal_to_byte_list ... ok [INFO] [stdout] test runtime::equality::tests::byte_list_not_equal_to_larger_byte_list ... ok [INFO] [stdout] test runtime::apply::tests::merge_symbol_lists ... ok [INFO] [stdout] test runtime::equality::tests::byte_list_equals_slice_of_byte_list ... ok [INFO] [stdout] test runtime::equality::tests::char_equal_to_char_list ... ok [INFO] [stdout] test runtime::equality::tests::char_list_equal_to_char ... ok [INFO] [stdout] test runtime::equality::tests::char_list_equal_to_char_list ... 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_list ... ok [INFO] [stdout] test runtime::equality::tests::concatenation_equals_slice_of_concatenation ... ok [INFO] [stdout] test runtime::equality::tests::concatenation_equals_slice_of_list ... ok [INFO] [stdout] test runtime::equality::tests::larger_list_does_not_equal_list ... ok [INFO] [stdout] test runtime::equality::tests::list_equals_concatenation ... ok [INFO] [stdout] test runtime::equality::tests::list_equals_list ... ok [INFO] [stdout] test runtime::equality::tests::list_equals_slice_of_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_byte_list_equals_byte_list ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_byte_list_equals_slice_of_byte_list ... ok [INFO] [stdout] test runtime::equality::tests::byte_equal_to_byte_list ... ok [INFO] [stdout] test runtime::casting::tests::symbol_list_to_list ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_char_list_equals_char_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_concatenation ... ok [INFO] [stdout] test runtime::equality::tests::byte_list_equal_to_byte ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_list_equals_list ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_list_equals_slice_of_list ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_symbol_list_equals_slice_of_symbol_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_symbol_list_equals_symbol_list ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_concatenation_equals_slice_of_list ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_list_equals_concatenation ... ok [INFO] [stdout] test runtime::equality::tests::slice_of_list_equals_slice_of_concatenation ... ok [INFO] [stdout] test runtime::equality::tests::symbol_list_equal_to_symbol_list ... ok [INFO] [stdout] test runtime::equality::tests::symbol_list_not_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::partial::tests::test_partial_apply ... 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" "46243a49015a87b45ec98c27c392a434e62ab48c8419f088bce92722f1352bc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46243a49015a87b45ec98c27c392a434e62ab48c8419f088bce92722f1352bc2", kill_on_drop: false }` [INFO] [stdout] 46243a49015a87b45ec98c27c392a434e62ab48c8419f088bce92722f1352bc2