[INFO] fetching crate garnish_lang_runtime 0.0.24-alpha... [INFO] checking garnish_lang_runtime-0.0.24-alpha against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate garnish_lang_runtime 0.0.24-alpha into /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate garnish_lang_runtime 0.0.24-alpha on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7c9c5acf601e1ded76e6963d2d5296ecd7c8fabdcf3bd62f4248a67418b2ba91 [INFO] running `Command { std: "docker" "start" "-a" "7c9c5acf601e1ded76e6963d2d5296ecd7c8fabdcf3bd62f4248a67418b2ba91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7c9c5acf601e1ded76e6963d2d5296ecd7c8fabdcf3bd62f4248a67418b2ba91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c9c5acf601e1ded76e6963d2d5296ecd7c8fabdcf3bd62f4248a67418b2ba91", kill_on_drop: false }` [INFO] [stdout] 7c9c5acf601e1ded76e6963d2d5296ecd7c8fabdcf3bd62f4248a67418b2ba91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9929e05f635a5e2b0b189033ef7d637526df38eb4439c3a59c6f343f4ec9891 [INFO] running `Command { std: "docker" "start" "-a" "b9929e05f635a5e2b0b189033ef7d637526df38eb4439c3a59c6f343f4ec9891", kill_on_drop: false }` [INFO] [stderr] Checking garnish_lang_traits v0.0.24-alpha [INFO] [stderr] Checking 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 `dev` profile [unoptimized + debuginfo] target(s) in 1.53s [INFO] running `Command { std: "docker" "inspect" "b9929e05f635a5e2b0b189033ef7d637526df38eb4439c3a59c6f343f4ec9891", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9929e05f635a5e2b0b189033ef7d637526df38eb4439c3a59c6f343f4ec9891", kill_on_drop: false }` [INFO] [stdout] b9929e05f635a5e2b0b189033ef7d637526df38eb4439c3a59c6f343f4ec9891