[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 1.97.0-beta.6+cargoflags=--release for beta-1.98-release-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmicahscopes%2Fact-locally" "/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/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-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/micahscopes/act-locally on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded once_cell v1.20.1
[INFO] [stderr]   Downloaded proc-macro2 v1.0.86
[INFO] [stderr]   Downloaded pin-project-lite v0.2.14
[INFO] [stderr]   Downloaded futures-macro v0.3.30
[INFO] [stderr]   Downloaded async-fs v2.1.2
[INFO] [stderr]   Downloaded async-process v2.3.0
[INFO] [stderr]   Downloaded console v0.15.8
[INFO] [stderr]   Downloaded encode_unicode v0.3.6
[INFO] [stderr]   Downloaded similar v2.6.0
[INFO] [stderr]   Downloaded futures v0.3.30
[INFO] [stderr]   Downloaded insta v1.41.1
[INFO] [stderr]   Downloaded portable-atomic v1.9.0
[INFO] [stderr]   Downloaded syn v2.0.79
[INFO] [stderr]   Downloaded smol v2.0.2
[INFO] [stderr]   Downloaded libc v0.2.159
[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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ecbe97f1b7895a4fdf019e53cfe67120f394aa03ff1e535f60f47c20f86fd5ca
[INFO] running `Command { std: "docker" "start" "ecbe97f1b7895a4fdf019e53cfe67120f394aa03ff1e535f60f47c20f86fd5ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ecbe97f1b7895a4fdf019e53cfe67120f394aa03ff1e535f60f47c20f86fd5ca", 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" "ecbe97f1b7895a4fdf019e53cfe67120f394aa03ff1e535f60f47c20f86fd5ca" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ecbe97f1b7895a4fdf019e53cfe67120f394aa03ff1e535f60f47c20f86fd5ca", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ecbe97f1b7895a4fdf019e53cfe67120f394aa03ff1e535f60f47c20f86fd5ca" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json" "--release", 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 autocfg v1.4.0
[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 futures-lite v2.3.0
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling event-listener-strategy v0.5.2
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling async-lock v3.4.0
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling async-executor v1.13.1
[INFO] [stderr]    Compiling blocking v1.6.1
[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 `release` profile [optimized] target(s) in 45.15s
[INFO] running `Command { std: "docker" "inspect" "ecbe97f1b7895a4fdf019e53cfe67120f394aa03ff1e535f60f47c20f86fd5ca", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ecbe97f1b7895a4fdf019e53cfe67120f394aa03ff1e535f60f47c20f86fd5ca" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling similar v2.6.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[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 console v0.15.8
[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 `release` profile [optimized] target(s) in 31.89s
[INFO] running `Command { std: "docker" "inspect" "ecbe97f1b7895a4fdf019e53cfe67120f394aa03ff1e535f60f47c20f86fd5ca", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ecbe97f1b7895a4fdf019e53cfe67120f394aa03ff1e535f60f47c20f86fd5ca" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stdout] 
[INFO] [stderr]   --> src/message.rs:69:64
[INFO] [stdout] running 19 tests
[INFO] [stderr]    |
[INFO] [stdout] test dispatcher::tests::test_message_key_generation ... ok
[INFO] [stderr] 69 |     fn downcast<T: Any>(self: Box<Self>) -> Result<Box<T>, Box<(dyn Any + Send + 'static)>>;
[INFO] [stdout] test dispatcher::tests::test_integration_with_actor ... ok
[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 `release` profile [optimized] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/act_locally-1934517bba1b8f9a)
[INFO] [stdout] test action_dispatcher::tests::test_action_dispatcher ... ok
[INFO] [stdout] test actor::tests::test_yielding_handlers ... FAILED
[INFO] [stdout] test dispatcher::tests::test_message_wrapping_and_unwrapping ... 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_store_sync_handlers_in_hashmap ... ok
[INFO] [stdout] test handler::tests::test_async_non_mutating_message_handler ... ok
[INFO] [stdout] test handler::tests::test_sync_mutating_func_wrapper ... ok
[INFO] [stdout] test handler::tests::test_async_non_mutating_func_wrapper ... ok
[INFO] [stdout] test handler::tests::test_sync_mutating_message_handler ... 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_store_handlers_in_hashmap ... ok
[INFO] [stdout] test actor::tests::test_actor_with_custom_dispatcher ... ok
[INFO] [stdout] test actor::tests::test_async_handlers_execution_order ... ok
[INFO] [stdout] test actor::tests::test_sync_handlers_execution_order ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test actor::tests::test_comprehensive_handler_execution_order ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- actor::tests::test_yielding_handlers stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'actor::tests::test_yielding_handlers' (1028) panicked at src/actor.rs:578:18:
[INFO] [stdout] EXECUTION_ORDER should be initialized
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57bdb20a2f58 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x57bdb20b969a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    2:     0x57bdb20a7c42 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x57bdb207f206 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x57bdb209a639 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]    5:     0x57bdb201e08c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x57bdb209a7f2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x57bdb207f2c2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x57bdb2074099 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x57bdb208007d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]   10:     0x57bdb20b9dbc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]   11:     0x57bdb20b9b14 - core[8fb95b77d25ab6c8]::option::expect_failed
[INFO] [stdout]   12:     0x57bdb1f52c87 - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::RefCell<(parking[eabfebf27bcdf2b8]::Parker, core[8fb95b77d25ab6c8]::task::wake::Waker)>>>::with::<futures_lite[aa958e84f058c1b4]::future::block_on<(), act_locally[b2e9d376489c7800]::actor::tests::test_yielding_handlers::{closure#1}>::{closure#0}, ()>
[INFO] [stdout]   13:     0x57bdb1f769c4 - act_locally[b2e9d376489c7800]::actor::tests::test_yielding_handlers
[INFO] [stdout]   14:     0x57bdb1f9e289 - <act_locally[b2e9d376489c7800]::actor::tests::test_yielding_handlers::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x57bdb201116b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]   16:     0x57bdb201e9e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]   17:     0x57bdb20182f4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x57bdb2021a62 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x57bdb20a209f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x71aab688e07a - <unknown>
[INFO] [stdout]   21:     0x71aab6921534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- actor::tests::test_comprehensive_handler_execution_order stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/snapshots/act_locally__actor__tests__comprehensive_handler_execution_order.snap
[INFO] [stdout] Snapshot: comprehensive_handler_execution_order
[INFO] [stdout] Source: src/actor.rs:898
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: final_order.join("\n")
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] -old snapshot
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]     0     0 │ (0, 0, AsyncNonMut, start)
[INFO] [stdout]           1 │+(0, 0, AsyncNonMut, end)
[INFO] [stdout]     1     2 │ (1, 1, SyncNonMut, start)
[INFO] [stdout]     2     3 │ (1, 1, SyncNonMut, end)
[INFO] [stdout]     3     4 │ (2, 2, AsyncNonMut, start)
[INFO] [stdout]     4       │-(0, 0, AsyncNonMut, end)
[INFO] [stdout]     5     5 │ (2, 2, AsyncNonMut, end)
[INFO] [stdout]     6     6 │ (3, 3, AsyncMut, start)
[INFO] [stdout]     7     7 │ (3, 3, AsyncMut, end)
[INFO] [stdout]     8     8 │ (4, 4, SyncNonMut, start)
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'actor::tests::test_comprehensive_handler_execution_order' (1026) panicked at src/actor.rs:898:13:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: FileIo(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }, "/opt/rustwide/workdir/src/snapshots/act_locally__actor__tests__comprehensive_handler_execution_order.snap.new")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57bdb20a2f58 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x57bdb20b969a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    2:     0x57bdb20a7c42 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x57bdb207f206 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x57bdb209a639 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]    5:     0x57bdb201e08c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x57bdb209a7f2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x57bdb207f2c2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x57bdb2074099 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x57bdb208007d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]   10:     0x57bdb20b9dbc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]   11:     0x57bdb20b9b92 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]   12:     0x57bdb1f56e2e - <std[10d71ac2c42b111e]::thread::local::LocalKey<core[8fb95b77d25ab6c8]::cell::RefCell<(parking[eabfebf27bcdf2b8]::Parker, core[8fb95b77d25ab6c8]::task::wake::Waker)>>>::with::<futures_lite[aa958e84f058c1b4]::future::block_on<(), act_locally[b2e9d376489c7800]::actor::tests::test_comprehensive_handler_execution_order::{closure#1}>::{closure#0}, ()>
[INFO] [stdout]   13:     0x57bdb1f771aa - act_locally[b2e9d376489c7800]::actor::tests::test_comprehensive_handler_execution_order
[INFO] [stdout]   14:     0x57bdb1f9e309 - <act_locally[b2e9d376489c7800]::actor::tests::test_comprehensive_handler_execution_order::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x57bdb201116b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]   16:     0x57bdb201e9e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]   17:     0x57bdb20182f4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x57bdb2021a62 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x57bdb20a209f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x71aab688e07a - <unknown>
[INFO] [stdout]   21:     0x71aab6921534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     actor::tests::test_comprehensive_handler_execution_order
[INFO] [stdout]     actor::tests::test_yielding_handlers
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 17 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ecbe97f1b7895a4fdf019e53cfe67120f394aa03ff1e535f60f47c20f86fd5ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ecbe97f1b7895a4fdf019e53cfe67120f394aa03ff1e535f60f47c20f86fd5ca", kill_on_drop: false }`
[INFO] [stdout] ecbe97f1b7895a4fdf019e53cfe67120f394aa03ff1e535f60f47c20f86fd5ca
