[INFO] cloning repository https://github.com/micahscopes/act-locally
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/micahscopes/act-locally" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmicahscopes%2Fact-locally", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmicahscopes%2Fact-locally'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 36ae49603b6503f42c2e8becaf7b3834d5e166b8
[INFO] testing micahscopes/act-locally against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmicahscopes%2Fact-locally" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/micahscopes/act-locally
[INFO] finished tweaking git repo https://github.com/micahscopes/act-locally
[INFO] tweaked toml for git repo https://github.com/micahscopes/act-locally written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/micahscopes/act-locally on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/micahscopes/act-locally 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8b54e990c8a13c3882fdcaf6b72f742a6229c5c2a144e72d4a5fa857802a4c35
[INFO] running `Command { std: "docker" "start" "-a" "8b54e990c8a13c3882fdcaf6b72f742a6229c5c2a144e72d4a5fa857802a4c35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b54e990c8a13c3882fdcaf6b72f742a6229c5c2a144e72d4a5fa857802a4c35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b54e990c8a13c3882fdcaf6b72f742a6229c5c2a144e72d4a5fa857802a4c35", kill_on_drop: false }`
[INFO] [stdout] 8b54e990c8a13c3882fdcaf6b72f742a6229c5c2a144e72d4a5fa857802a4c35
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 171cce5dad7e9cf7e1fec1cbe9c5a28982e4c4aa3cad18d4465184655b98053a
[INFO] running `Command { std: "docker" "start" "-a" "171cce5dad7e9cf7e1fec1cbe9c5a28982e4c4aa3cad18d4465184655b98053a", kill_on_drop: false }`
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling once_cell v1.20.1
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling futures-lite v2.3.0
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling event-listener-strategy v0.5.2
[INFO] [stderr]    Compiling async-lock v3.4.0
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling async-executor v1.13.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling async-fs v2.1.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling polling v3.7.3
[INFO] [stderr]    Compiling async-io v2.3.4
[INFO] [stderr]    Compiling async-signal v0.2.10
[INFO] [stderr]    Compiling async-net v2.0.0
[INFO] [stderr]    Compiling async-process v2.3.0
[INFO] [stderr]    Compiling smol v2.0.2
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling act-locally v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/message.rs:69:64
[INFO] [stdout]    |
[INFO] [stdout] 69 |     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stdout]    |                                                                ^                        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 69 -     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stdout] 69 +     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<dyn Any + Send + 'static>>;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/message.rs:77:64
[INFO] [stdout]    |
[INFO] [stdout] 77 |     fn downcast<R: Any>(self: Box<Self>) -> Result<Box<R>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stdout]    |                                                                ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 77 -     fn downcast<R: Any>(self: Box<Self>) -> Result<Box<R>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stdout] 77 +     fn downcast<R: Any>(self: Box<Self>) -> Result<Box<R>, Box<dyn Any + Send + 'static>> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/message.rs:100:64
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stdout]     |                                                                ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 100 -     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stdout] 100 +     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<dyn Any + Send + 'static>>;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/message.rs:108:64
[INFO] [stdout]     |
[INFO] [stdout] 108 |     fn downcast<M: Any>(self: Box<Self>) -> Result<Box<M>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stdout]     |                                                                ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 108 -     fn downcast<M: Any>(self: Box<Self>) -> Result<Box<M>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stdout] 108 +     fn downcast<M: Any>(self: Box<Self>) -> Result<Box<M>, Box<dyn Any + Send + 'static>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.14s
[INFO] running `Command { std: "docker" "inspect" "171cce5dad7e9cf7e1fec1cbe9c5a28982e4c4aa3cad18d4465184655b98053a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "171cce5dad7e9cf7e1fec1cbe9c5a28982e4c4aa3cad18d4465184655b98053a", kill_on_drop: false }`
[INFO] [stdout] 171cce5dad7e9cf7e1fec1cbe9c5a28982e4c4aa3cad18d4465184655b98053a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b198e80dc5ed033cde6f9ab2f469dc48f8cae6b7a56a5f65c8496eb889c1e72b
[INFO] running `Command { std: "docker" "start" "-a" "b198e80dc5ed033cde6f9ab2f469dc48f8cae6b7a56a5f65c8496eb889c1e72b", kill_on_drop: false }`
[INFO] [stderr]    Compiling similar v2.6.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling console v0.15.8
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/message.rs:69:64
[INFO] [stdout]    |
[INFO] [stdout] 69 |     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stdout]    |                                                                ^                        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 69 -     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stdout] 69 +     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<dyn Any + Send + 'static>>;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/message.rs:77:64
[INFO] [stdout]    |
[INFO] [stdout] 77 |     fn downcast<R: Any>(self: Box<Self>) -> Result<Box<R>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stdout]    |                                                                ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 77 -     fn downcast<R: Any>(self: Box<Self>) -> Result<Box<R>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stdout] 77 +     fn downcast<R: Any>(self: Box<Self>) -> Result<Box<R>, Box<dyn Any + Send + 'static>> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/message.rs:100:64
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stdout]     |                                                                ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 100 -     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stdout] 100 +     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<dyn Any + Send + 'static>>;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/message.rs:108:64
[INFO] [stdout]     |
[INFO] [stdout] 108 |     fn downcast<M: Any>(self: Box<Self>) -> Result<Box<M>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stdout]     |                                                                ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 108 -     fn downcast<M: Any>(self: Box<Self>) -> Result<Box<M>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stdout] 108 +     fn downcast<M: Any>(self: Box<Self>) -> Result<Box<M>, Box<dyn Any + Send + 'static>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling insta v1.41.1
[INFO] [stderr]    Compiling act-locally v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/message.rs:69:64
[INFO] [stdout]    |
[INFO] [stdout] 69 |     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stdout]    |                                                                ^                        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 69 -     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stdout] 69 +     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<dyn Any + Send + 'static>>;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/message.rs:77:64
[INFO] [stdout]    |
[INFO] [stdout] 77 |     fn downcast<R: Any>(self: Box<Self>) -> Result<Box<R>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stdout]    |                                                                ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 77 -     fn downcast<R: Any>(self: Box<Self>) -> Result<Box<R>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stdout] 77 +     fn downcast<R: Any>(self: Box<Self>) -> Result<Box<R>, Box<dyn Any + Send + 'static>> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/message.rs:100:64
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stdout]     |                                                                ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 100 -     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stdout] 100 +     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<dyn Any + Send + 'static>>;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/message.rs:108:64
[INFO] [stdout]     |
[INFO] [stdout] 108 |     fn downcast<M: Any>(self: Box<Self>) -> Result<Box<M>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stdout]     |                                                                ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 108 -     fn downcast<M: Any>(self: Box<Self>) -> Result<Box<M>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stdout] 108 +     fn downcast<M: Any>(self: Box<Self>) -> Result<Box<M>, Box<dyn Any + Send + 'static>> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.17s
[INFO] running `Command { std: "docker" "inspect" "b198e80dc5ed033cde6f9ab2f469dc48f8cae6b7a56a5f65c8496eb889c1e72b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b198e80dc5ed033cde6f9ab2f469dc48f8cae6b7a56a5f65c8496eb889c1e72b", kill_on_drop: false }`
[INFO] [stdout] b198e80dc5ed033cde6f9ab2f469dc48f8cae6b7a56a5f65c8496eb889c1e72b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 018d7bafde8cd3eb743587f3e7eead35f9edc8b3dff8234d59f41370f59a4545
[INFO] running `Command { std: "docker" "start" "-a" "018d7bafde8cd3eb743587f3e7eead35f9edc8b3dff8234d59f41370f59a4545", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/message.rs:69:64
[INFO] [stderr]    |
[INFO] [stderr] 69 |     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stderr]    |                                                                ^                        ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 69 -     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stderr] 69 +     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<dyn Any + Send + 'static>>;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/message.rs:77:64
[INFO] [stderr]    |
[INFO] [stderr] 77 |     fn downcast<R: Any>(self: Box<Self>) -> Result<Box<R>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stderr]    |                                                                ^                        ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 77 -     fn downcast<R: Any>(self: Box<Self>) -> Result<Box<R>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stderr] 77 +     fn downcast<R: Any>(self: Box<Self>) -> Result<Box<R>, Box<dyn Any + Send + 'static>> {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/message.rs:100:64
[INFO] [stderr]     |
[INFO] [stderr] 100 |     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stderr]     |                                                                ^                        ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 100 -     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stderr] 100 +     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<dyn Any + Send + 'static>>;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/message.rs:108:64
[INFO] [stderr]     |
[INFO] [stderr] 108 |     fn downcast<M: Any>(self: Box<Self>) -> Result<Box<M>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stderr]     |                                                                ^                        ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 108 -     fn downcast<M: Any>(self: Box<Self>) -> Result<Box<M>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stderr] 108 +     fn downcast<M: Any>(self: Box<Self>) -> Result<Box<M>, Box<dyn Any + Send + 'static>> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `act-locally` (lib) generated 4 warnings (run `cargo fix --lib -p act-locally` to apply 4 suggestions)
[INFO] [stderr] warning: `act-locally` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/act_locally-6f524f1e369d7808)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test dispatcher::tests::test_integration_with_actor ... ok
[INFO] [stdout] test dispatcher::tests::test_message_key_generation ... ok
[INFO] [stdout] test handler::tests::test_store_handlers_in_hashmap ... ok
[INFO] [stdout] test handler::tests::test_store_sync_handlers_in_hashmap ... ok
[INFO] [stdout] test handler::tests::test_sync_mutating_func_wrapper ... ok
[INFO] [stdout] test handler::tests::test_sync_non_mutating_func_wrapper ... ok
[INFO] [stdout] test handler::tests::test_sync_non_mutating_message_handler ... ok
[INFO] [stdout] test handler::tests::test_async_non_mutating_message_handler ... ok
[INFO] [stdout] test handler::tests::test_async_mutating_func_wrapper ... ok
[INFO] [stdout] test handler::tests::test_async_mutating_message_handler ... ok
[INFO] [stdout] test handler::tests::test_async_non_mutating_func_wrapper ... ok
[INFO] [stdout] test action_dispatcher::tests::test_action_dispatcher ... ok
[INFO] [stdout] test handler::tests::test_sync_mutating_message_handler ... ok
[INFO] [stdout] test actor::tests::test_yielding_handlers ... ok
[INFO] [stdout] test actor::tests::test_comprehensive_handler_execution_order ... ok
[INFO] [stdout] test actor::tests::test_sync_handlers_execution_order ... ok
[INFO] [stdout] test actor::tests::test_actor_with_custom_dispatcher ... ok
[INFO] [stdout] test dispatcher::tests::test_message_wrapping_and_unwrapping ... ok
[INFO] [stdout] test actor::tests::test_async_handlers_execution_order ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests act_locally
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/message.rs:69:64
[INFO] [stderr]    |
[INFO] [stderr] 69 |     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stderr]    |                                                                ^                        ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 69 -     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stderr] 69 +     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<dyn Any + Send + 'static>>;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/message.rs:77:64
[INFO] [stderr]    |
[INFO] [stderr] 77 |     fn downcast<R: Any>(self: Box<Self>) -> Result<Box<R>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stderr]    |                                                                ^                        ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 77 -     fn downcast<R: Any>(self: Box<Self>) -> Result<Box<R>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stderr] 77 +     fn downcast<R: Any>(self: Box<Self>) -> Result<Box<R>, Box<dyn Any + Send + 'static>> {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/message.rs:100:64
[INFO] [stderr]     |
[INFO] [stderr] 100 |     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stderr]     |                                                                ^                        ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 100 -     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stderr] 100 +     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<dyn Any + Send + 'static>>;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/message.rs:108:64
[INFO] [stderr]     |
[INFO] [stderr] 108 |     fn downcast<M: Any>(self: Box<Self>) -> Result<Box<M>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stderr]     |                                                                ^                        ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 108 -     fn downcast<M: Any>(self: Box<Self>) -> Result<Box<M>, Box<(dyn Any + Send + 'static)>> {
[INFO] [stderr] 108 +     fn downcast<M: Any>(self: Box<Self>) -> Result<Box<M>, Box<dyn Any + Send + 'static>> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: 4 warnings emitted
[INFO] [stderr] 
[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" "018d7bafde8cd3eb743587f3e7eead35f9edc8b3dff8234d59f41370f59a4545", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "018d7bafde8cd3eb743587f3e7eead35f9edc8b3dff8234d59f41370f59a4545", kill_on_drop: false }`
[INFO] [stdout] 018d7bafde8cd3eb743587f3e7eead35f9edc8b3dff8234d59f41370f59a4545
