[INFO] cloning repository https://github.com/tribe-iro/iro-browser-agent
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tribe-iro/iro-browser-agent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftribe-iro%2Firo-browser-agent", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftribe-iro%2Firo-browser-agent'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 964b92a427aed595081d21f60175ab36315e146d
[INFO] checking tribe-iro/iro-browser-agent against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftribe-iro%2Firo-browser-agent" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tribe-iro/iro-browser-agent
[INFO] finished tweaking git repo https://github.com/tribe-iro/iro-browser-agent
[INFO] tweaked toml for git repo https://github.com/tribe-iro/iro-browser-agent written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tribe-iro/iro-browser-agent on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tribe-iro/iro-browser-agent 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> crates/observation-types/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 18 ~ serde_json = { workspace = true }
[INFO] [stderr] 19 + [lints]
[INFO] [stderr] 20 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 18 ~ serde_json = { workspace = true }
[INFO] [stderr] 19 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `iro-chrome-observation-types` (manifest) generated 1 warning
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> crates/python/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 40 ~ thiserror = { workspace = true }
[INFO] [stderr] 41 + [lints]
[INFO] [stderr] 42 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 40 ~ thiserror = { workspace = true }
[INFO] [stderr] 41 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `iro-chrome-python` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pyo3-async-runtimes v0.28.0
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.28.3
[INFO] [stderr]   Downloaded pyo3-macros v0.28.3
[INFO] [stderr]   Downloaded find-msvc-tools v0.1.7
[INFO] [stderr]   Downloaded pyo3-build-config v0.28.3
[INFO] [stderr]   Downloaded pyo3-ffi v0.28.3
[INFO] [stderr]   Downloaded cc v1.2.52
[INFO] [stderr]   Downloaded portable-atomic v1.13.0
[INFO] [stderr]   Downloaded pyo3 v0.28.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2f15aabed590760be938da6fa143b1a994c2700c9ac622deda13eb08176c4091
[INFO] running `Command { std: "docker" "start" "2f15aabed590760be938da6fa143b1a994c2700c9ac622deda13eb08176c4091", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f15aabed590760be938da6fa143b1a994c2700c9ac622deda13eb08176c4091", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2f15aabed590760be938da6fa143b1a994c2700c9ac622deda13eb08176c4091" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f15aabed590760be938da6fa143b1a994c2700c9ac622deda13eb08176c4091", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2f15aabed590760be938da6fa143b1a994c2700c9ac622deda13eb08176c4091" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> crates/observation-types/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 18 ~ serde_json = { workspace = true }
[INFO] [stderr] 19 + [lints]
[INFO] [stderr] 20 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 18 ~ serde_json = { workspace = true }
[INFO] [stderr] 19 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `iro-chrome-observation-types` (manifest) generated 1 warning
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> crates/python/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 40 ~ thiserror = { workspace = true }
[INFO] [stderr] 41 + [lints]
[INFO] [stderr] 42 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 40 ~ thiserror = { workspace = true }
[INFO] [stderr] 41 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `iro-chrome-python` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling find-msvc-tools v0.1.7
[INFO] [stderr]    Compiling zmij v1.0.14
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling cc v1.2.52
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]     Checking ryu v1.0.22
[INFO] [stderr]     Checking rustls-pki-types v1.13.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]    Compiling pyo3-build-config v0.28.3
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]    Compiling pyo3-macros-backend v0.28.3
[INFO] [stderr]    Compiling pyo3-ffi v0.28.3
[INFO] [stderr]    Compiling pyo3 v0.28.3
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.33
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]    Compiling pyo3-macros v0.28.3
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking tungstenite v0.24.0
[INFO] [stderr]     Checking iro-chrome-core-types v0.1.0 (/opt/rustwide/workdir/crates/core-types)
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking iro-chrome-observation-types v0.1.0 (/opt/rustwide/workdir/crates/observation-types)
[INFO] [stderr]     Checking tokio-tungstenite v0.24.0
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking iro-chrome-cdp v0.1.0 (/opt/rustwide/workdir/crates/cdp)
[INFO] [stderr]     Checking pyo3-async-runtimes v0.28.0
[INFO] [stderr]     Checking iro-chrome-launch v0.1.0 (/opt/rustwide/workdir/crates/launch)
[INFO] [stderr]     Checking iro-chrome-snap v0.1.0 (/opt/rustwide/workdir/crates/snap)
[INFO] [stderr]     Checking iro-chrome-sel v0.1.0 (/opt/rustwide/workdir/crates/sel)
[INFO] [stderr]     Checking iro-chrome-ril v0.1.0 (/opt/rustwide/workdir/crates/ril)
[INFO] [stderr]     Checking iro-chrome-test-support v0.1.0 (/opt/rustwide/workdir/crates/test-support)
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking iro-chrome-mcp-contract v0.1.0 (/opt/rustwide/workdir/crates/mcp-contract)
[INFO] [stderr]     Checking iro-chrome-kit v0.1.0 (/opt/rustwide/workdir/crates/kit)
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking iro-chrome-mcp-runtime v0.1.0 (/opt/rustwide/workdir/crates/mcp-runtime)
[INFO] [stderr]     Checking iro-chrome-python v0.1.0 (/opt/rustwide/workdir/crates/python)
[INFO] [stderr]     Checking iro-chrome-mcp v0.1.0 (/opt/rustwide/workdir/crates/mcp)
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/python/src/turn/action.rs:320:13: 320:23}: Send`
[INFO] [stdout]    --> crates/python/src/turn/action.rs:313:9
[INFO] [stdout]     |
[INFO] [stdout] 313 | /         run_py_action_with_snapshot_after(
[INFO] [stdout] 314 | |             py,
[INFO] [stdout] 315 | |             turn.clone(),
[INFO] [stdout] 316 | |             self.session_id.clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 320 | |             async move { turn.set_checkbox_state_traced(&target_id, checked).await },
[INFO] [stdout] 321 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@crates/python/src/turn/action.rs:320:13: 320:23}: Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = TracedAction<()>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state_traced()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state_traced::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = TracedAction<()>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of iro_chrome_kit::turn::actions::<impl KitTurn>::simple_agent_action_traced<{closure@iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state_traced::{closure#0}::{closure#0}}, {async block@iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state_traced::{closure#0}::{closure#0}::{closure#0}}>()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@iro_chrome_kit::turn::actions::<impl KitTurn>::simple_agent_action_traced<{closure@iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state_traced::{closure#0}::{closure#0}}, {async block@iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state_traced::{closure#0}::{closure#0}::{closure#0}}>::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{async block@iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state_traced::{closure#0}::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state_traced::{closure#0}::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<ActionOutcome<()>, iro_chrome_kit::AgentError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<ActionOutcome<ClickResult>, iro_chrome_kit::AgentError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of iro_chrome_kit::turn::actions::element::<impl KitTurn>::click()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@iro_chrome_kit::turn::actions::element::<impl KitTurn>::click::{closure#0}}: Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`iro_chrome`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/python/src/turn/action.rs:320:13: 320:23}: Send`
[INFO] [stdout]    --> crates/python/src/turn/action.rs:313:9
[INFO] [stdout]     |
[INFO] [stdout] 313 | /         run_py_action_with_snapshot_after(
[INFO] [stdout] 314 | |             py,
[INFO] [stdout] 315 | |             turn.clone(),
[INFO] [stdout] 316 | |             self.session_id.clone(),
[INFO] [stdout] ...   |
[INFO] [stdout] 320 | |             async move { turn.set_checkbox_state_traced(&target_id, checked).await },
[INFO] [stdout] 321 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@crates/python/src/turn/action.rs:320:13: 320:23}: Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = TracedAction<()>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state_traced()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state_traced::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = TracedAction<()>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of iro_chrome_kit::turn::actions::<impl KitTurn>::simple_agent_action_traced<{closure@iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state_traced::{closure#0}::{closure#0}}, {async block@iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state_traced::{closure#0}::{closure#0}::{closure#0}}>()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@iro_chrome_kit::turn::actions::<impl KitTurn>::simple_agent_action_traced<{closure@iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state_traced::{closure#0}::{closure#0}}, {async block@iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state_traced::{closure#0}::{closure#0}::{closure#0}}>::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{async block@iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state_traced::{closure#0}::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state_traced::{closure#0}::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<ActionOutcome<()>, AgentError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@iro_chrome_kit::turn::actions::semantic::<impl KitTurn>::set_checkbox_state::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<ActionOutcome<ClickResult>, AgentError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of iro_chrome_kit::turn::actions::element::<impl KitTurn>::click()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@iro_chrome_kit::turn::actions::element::<impl KitTurn>::click::{closure#0}}: Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`iro_chrome`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.29.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "2f15aabed590760be938da6fa143b1a994c2700c9ac622deda13eb08176c4091", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f15aabed590760be938da6fa143b1a994c2700c9ac622deda13eb08176c4091", kill_on_drop: false }`
[INFO] [stdout] 2f15aabed590760be938da6fa143b1a994c2700c9ac622deda13eb08176c4091
