[INFO] cloning repository https://github.com/copyleftdev/temporal-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/copyleftdev/temporal-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcopyleftdev%2Ftemporal-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcopyleftdev%2Ftemporal-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2e758ef7e027198fb70163d79a92a0aab0739bb7
[INFO] checking copyleftdev/temporal-rs against try#df1b9bf194c9183fb7c0604484171064069ce232 for pr-149195-4
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcopyleftdev%2Ftemporal-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/copyleftdev/temporal-rs
[INFO] finished tweaking git repo https://github.com/copyleftdev/temporal-rs
[INFO] tweaked toml for git repo https://github.com/copyleftdev/temporal-rs written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/copyleftdev/temporal-rs on toolchain df1b9bf194c9183fb7c0604484171064069ce232
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+df1b9bf194c9183fb7c0604484171064069ce232" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/copyleftdev/temporal-rs 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" "+df1b9bf194c9183fb7c0604484171064069ce232" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+df1b9bf194c9183fb7c0604484171064069ce232" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c1b2270b0de9acc22b3ee8bf85c93adb984d711a98db44441ba96fa729494d13
[INFO] running `Command { std: "docker" "start" "-a" "c1b2270b0de9acc22b3ee8bf85c93adb984d711a98db44441ba96fa729494d13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1b2270b0de9acc22b3ee8bf85c93adb984d711a98db44441ba96fa729494d13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1b2270b0de9acc22b3ee8bf85c93adb984d711a98db44441ba96fa729494d13", kill_on_drop: false }`
[INFO] [stdout] c1b2270b0de9acc22b3ee8bf85c93adb984d711a98db44441ba96fa729494d13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+df1b9bf194c9183fb7c0604484171064069ce232" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bc6463b9e3608a087e20970f1c4452a176666625b6aa028c08bf6279558f34b3
[INFO] running `Command { std: "docker" "start" "-a" "bc6463b9e3608a087e20970f1c4452a176666625b6aa028c08bf6279558f34b3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling erased-serde v0.4.9
[INFO] [stderr]     Checking openssl-probe v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling typetag v0.2.21
[INFO] [stderr]     Checking inventory v0.3.21
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]    Compiling protobuf v3.7.2
[INFO] [stderr]    Compiling portable-atomic v1.13.0
[INFO] [stderr]     Checking predicates-core v1.0.9
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v21.1.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling prometheus v0.14.0
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking predicates-tree v1.0.12
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking quanta v0.12.6
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking spinning_top v0.3.0
[INFO] [stderr]     Checking downcast v0.11.0
[INFO] [stderr]     Checking nonzero_ext v0.3.0
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking fragile v2.0.1
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking sysinfo v0.37.2
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking lru v0.16.3
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking ringbuf v0.4.8
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking pid v4.0.0
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking ident_case v1.0.1
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking backoff v0.4.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tonic-build v0.14.2
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling typetag-impl v0.2.21
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling enum-iterator-derive v1.5.0
[INFO] [stderr]     Checking opentelemetry v0.31.0
[INFO] [stderr]    Compiling prost v0.14.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling prost-types v0.14.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking enum-iterator v2.3.0
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking protobuf-support v3.7.2
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling temporal-macros v0.1.0 (/opt/rustwide/workdir/crates/temporal-macros)
[INFO] [stdout] warning: unused import: `quote::quote`
[INFO] [stdout]   --> crates/temporal-macros/src/lib.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use quote::quote;
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Pat` and `Type`
[INFO] [stdout]  --> crates/temporal-macros/src/workflow.rs:5:34
[INFO] [stdout]   |
[INFO] [stdout] 5 | use syn::{ItemFn, Result, FnArg, Pat, Type};
[INFO] [stdout]   |                                  ^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling bon-macros v3.8.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling prost-build v0.14.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking governor v0.10.4
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking mockall v0.13.1
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_with v1.14.0
[INFO] [stderr]    Compiling temporalio-macros v0.1.0 (https://github.com/temporalio/sdk-core.git#66ddab4b)
[INFO] [stdout] warning: unused import: `quote::quote`
[INFO] [stdout]   --> crates/temporal-macros/src/lib.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use quote::quote;
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Pat` and `Type`
[INFO] [stdout]  --> crates/temporal-macros/src/workflow.rs:5:34
[INFO] [stdout]   |
[INFO] [stdout] 5 | use syn::{ItemFn, Result, FnArg, Pat, Type};
[INFO] [stdout]   |                                  ^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling prost-wkt-build v0.7.0
[INFO] [stderr]    Compiling tonic-prost-build v0.14.2
[INFO] [stderr]    Compiling prost-wkt-types v0.7.0
[INFO] [stderr]     Checking prost-wkt v0.7.0
[INFO] [stderr]    Compiling temporalio-common v0.1.0 (https://github.com/temporalio/sdk-core.git#66ddab4b)
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking futures-retry v0.6.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking bollard-stubs v1.42.0-rc.3
[INFO] [stderr]     Checking opentelemetry_sdk v0.31.0
[INFO] [stderr]     Checking tokio-test v0.4.5
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking bon v3.8.1
[INFO] [stdout] warning: unused import: `quote::quote`
[INFO] [stdout]   --> crates/temporal-macros/src/lib.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use quote::quote;
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Pat` and `Type`
[INFO] [stdout]  --> crates/temporal-macros/src/workflow.rs:5:34
[INFO] [stdout]   |
[INFO] [stdout] 5 | use syn::{ItemFn, Result, FnArg, Pat, Type};
[INFO] [stdout]   |                                  ^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking tonic v0.14.2
[INFO] [stderr]     Checking tonic v0.12.3
[INFO] [stderr]     Checking opentelemetry-http v0.31.0
[INFO] [stderr]     Checking tonic-prost v0.14.2
[INFO] [stderr]     Checking opentelemetry-proto v0.31.0
[INFO] [stderr]     Checking testcontainers v0.15.0
[INFO] [stderr]     Checking opentelemetry-otlp v0.31.0
[INFO] [stderr]     Checking temporalio-client v0.1.0 (https://github.com/temporalio/sdk-core.git#66ddab4b)
[INFO] [stderr]     Checking temporalio-sdk-core v0.1.0 (https://github.com/temporalio/sdk-core.git#66ddab4b)
[INFO] [stderr]     Checking temporal-core v0.1.0 (/opt/rustwide/workdir/crates/temporal-core)
[INFO] [stderr]     Checking temporal-testing v0.1.0 (/opt/rustwide/workdir/crates/temporal-testing)
[INFO] [stderr]     Checking temporal v0.1.0 (/opt/rustwide/workdir/crates/temporal)
[INFO] [stdout] warning: unused import: `WorkflowContext`
[INFO] [stdout]   --> crates/temporal/src/worker.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 | use crate::workflow::{WorkflowContext, WorkflowInfo};
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `WorkflowContext`
[INFO] [stdout]   --> crates/temporal/src/worker.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 | use crate::workflow::{WorkflowContext, WorkflowInfo};
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `workflow::WorkflowCommand` is more private than the item `WorkflowContext::new`
[INFO] [stdout]    --> crates/temporal/src/workflow.rs:50:5
[INFO] [stdout]     |
[INFO] [stdout]  50 | /     pub fn new(
[INFO] [stdout]  51 | |         info: WorkflowInfo,
[INFO] [stdout]  52 | |         command_tx: mpsc::UnboundedSender<WorkflowCommand>,
[INFO] [stdout]  53 | |         cancel_rx: watch::Receiver<bool>,
[INFO] [stdout]  54 | |     ) -> Self {
[INFO] [stdout]     | |_____________^ associated function `WorkflowContext::new` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `workflow::WorkflowCommand` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/temporal/src/workflow.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | pub(crate) enum WorkflowCommand {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Complete` is never constructed
[INFO] [stdout]    --> crates/temporal/src/workflow.rs:407:5
[INFO] [stdout]     |
[INFO] [stdout] 390 | pub(crate) enum WorkflowCommand {
[INFO] [stdout]     |                 --------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 407 |     Complete {
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WorkflowCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `TimedOut` is never constructed
[INFO] [stdout]    --> crates/temporal/src/workflow.rs:418:5
[INFO] [stdout]     |
[INFO] [stdout] 414 | pub(crate) enum ActivityResult {
[INFO] [stdout]     |                 -------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 418 |     TimedOut,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ActivityResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `ctx`, `next_timer_seq`, and `next_activity_seq` are never read
[INFO] [stdout]   --> crates/temporal/src/workflow_machine.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct WorkflowMachine {
[INFO] [stdout]    |            --------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 58 |     ctx: WorkflowContext,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     next_timer_seq: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 67 |     /// Next activity sequence number
[INFO] [stdout] 68 |     next_activity_seq: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> crates/temporal/src/workflow_machine.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     Timer(u32),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> crates/temporal/src/lib.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> crates/temporal/src/workflow_machine.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     Activity(u32),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> crates/temporal/src/workflow_machine.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     ChildWorkflow(u32),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `workflow::WorkflowCommand` is more private than the item `WorkflowContext::new`
[INFO] [stdout]    --> crates/temporal/src/workflow.rs:50:5
[INFO] [stdout]     |
[INFO] [stdout]  50 | /     pub fn new(
[INFO] [stdout]  51 | |         info: WorkflowInfo,
[INFO] [stdout]  52 | |         command_tx: mpsc::UnboundedSender<WorkflowCommand>,
[INFO] [stdout]  53 | |         cancel_rx: watch::Receiver<bool>,
[INFO] [stdout]  54 | |     ) -> Self {
[INFO] [stdout]     | |_____________^ associated function `WorkflowContext::new` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `workflow::WorkflowCommand` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> crates/temporal/src/workflow.rs:390:1
[INFO] [stdout]     |
[INFO] [stdout] 390 | pub(crate) enum WorkflowCommand {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Complete` is never constructed
[INFO] [stdout]    --> crates/temporal/src/workflow.rs:407:5
[INFO] [stdout]     |
[INFO] [stdout] 390 | pub(crate) enum WorkflowCommand {
[INFO] [stdout]     |                 --------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 407 |     Complete {
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WorkflowCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `TimedOut` is never constructed
[INFO] [stdout]    --> crates/temporal/src/workflow.rs:418:5
[INFO] [stdout]     |
[INFO] [stdout] 414 | pub(crate) enum ActivityResult {
[INFO] [stdout]     |                 -------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 418 |     TimedOut,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ActivityResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `ctx`, `next_timer_seq`, and `next_activity_seq` are never read
[INFO] [stdout]   --> crates/temporal/src/workflow_machine.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct WorkflowMachine {
[INFO] [stdout]    |            --------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 58 |     ctx: WorkflowContext,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     next_timer_seq: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 67 |     /// Next activity sequence number
[INFO] [stdout] 68 |     next_activity_seq: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> crates/temporal/src/workflow_machine.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     Timer(u32),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> crates/temporal/src/lib.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> crates/temporal/src/workflow_machine.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     Activity(u32),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> crates/temporal/src/workflow_machine.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     ChildWorkflow(u32),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> crates/temporal/tests/integration_test.rs:378:51
[INFO] [stdout]     |
[INFO] [stdout] 378 |     let handler: WorkflowHandler = Arc::new(move |ctx, _input| {
[INFO] [stdout]     |                                                   ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
[INFO] running `Command { std: "docker" "inspect" "bc6463b9e3608a087e20970f1c4452a176666625b6aa028c08bf6279558f34b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc6463b9e3608a087e20970f1c4452a176666625b6aa028c08bf6279558f34b3", kill_on_drop: false }`
[INFO] [stdout] bc6463b9e3608a087e20970f1c4452a176666625b6aa028c08bf6279558f34b3
