[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 try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmicahscopes%2Fact-locally" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-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-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/micahscopes/act-locally on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] df5bfef0f87650efc85dd9360323384e3b58fe9ff0baaf0dcfd5f823f3fd5843 [INFO] running `Command { std: "docker" "start" "-a" "df5bfef0f87650efc85dd9360323384e3b58fe9ff0baaf0dcfd5f823f3fd5843", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df5bfef0f87650efc85dd9360323384e3b58fe9ff0baaf0dcfd5f823f3fd5843", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df5bfef0f87650efc85dd9360323384e3b58fe9ff0baaf0dcfd5f823f3fd5843", kill_on_drop: false }` [INFO] [stdout] df5bfef0f87650efc85dd9360323384e3b58fe9ff0baaf0dcfd5f823f3fd5843 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 145c4630877537205b2c212e6750b391113eebdfd8e98326f456326a666b647e [INFO] running `Command { std: "docker" "start" "-a" "145c4630877537205b2c212e6750b391113eebdfd8e98326f456326a666b647e", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling fastrand v2.1.1 [INFO] [stderr] Compiling rustix v0.38.37 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling futures-lite v2.3.0 [INFO] [stderr] Compiling piper v0.2.4 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling event-listener v5.3.1 [INFO] [stderr] Compiling async-executor v1.13.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 blocking v1.6.1 [INFO] [stderr] Compiling async-fs v2.1.2 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [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 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(self: Box) -> Result, 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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>>; [INFO] [stdout] 69 + fn downcast(self: Box) -> Result, Box>; [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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 77 - fn downcast(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stdout] 77 + fn downcast(self: Box) -> Result, Box> { [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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>>; [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 100 - fn downcast(self: Box) -> Result, Box<(dyn Any + Send + 'static)>>; [INFO] [stdout] 100 + fn downcast(self: Box) -> Result, Box>; [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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 108 - fn downcast(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stdout] 108 + fn downcast(self: Box) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.46s [INFO] running `Command { std: "docker" "inspect" "145c4630877537205b2c212e6750b391113eebdfd8e98326f456326a666b647e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "145c4630877537205b2c212e6750b391113eebdfd8e98326f456326a666b647e", kill_on_drop: false }` [INFO] [stdout] 145c4630877537205b2c212e6750b391113eebdfd8e98326f456326a666b647e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d3b27cb469a7bc38a3c2a551b19cd4d56c64c36083085b70fc6d5a9752e924b [INFO] running `Command { std: "docker" "start" "-a" "6d3b27cb469a7bc38a3c2a551b19cd4d56c64c36083085b70fc6d5a9752e924b", kill_on_drop: false }` [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(self: Box) -> Result, 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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>>; [INFO] [stdout] 69 + fn downcast(self: Box) -> Result, Box>; [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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 77 - fn downcast(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stdout] 77 + fn downcast(self: Box) -> Result, Box> { [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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>>; [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 100 - fn downcast(self: Box) -> Result, Box<(dyn Any + Send + 'static)>>; [INFO] [stdout] 100 + fn downcast(self: Box) -> Result, Box>; [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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 108 - fn downcast(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stdout] 108 + fn downcast(self: Box) -> Result, Box> { [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(self: Box) -> Result, 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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>>; [INFO] [stdout] 69 + fn downcast(self: Box) -> Result, Box>; [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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 77 - fn downcast(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stdout] 77 + fn downcast(self: Box) -> Result, Box> { [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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>>; [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 100 - fn downcast(self: Box) -> Result, Box<(dyn Any + Send + 'static)>>; [INFO] [stdout] 100 + fn downcast(self: Box) -> Result, Box>; [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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 108 - fn downcast(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stdout] 108 + fn downcast(self: Box) -> Result, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.89s [INFO] running `Command { std: "docker" "inspect" "6d3b27cb469a7bc38a3c2a551b19cd4d56c64c36083085b70fc6d5a9752e924b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d3b27cb469a7bc38a3c2a551b19cd4d56c64c36083085b70fc6d5a9752e924b", kill_on_drop: false }` [INFO] [stdout] 6d3b27cb469a7bc38a3c2a551b19cd4d56c64c36083085b70fc6d5a9752e924b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5a0810d0f20a9fcb7b8dd2a243fe3a2e60571aac8f579ab5d1e2683e8d531147 [INFO] running `Command { std: "docker" "start" "-a" "5a0810d0f20a9fcb7b8dd2a243fe3a2e60571aac8f579ab5d1e2683e8d531147", 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(self: Box) -> Result, 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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>>; [INFO] [stderr] 69 + fn downcast(self: Box) -> Result, Box>; [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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 77 - fn downcast(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stderr] 77 + fn downcast(self: Box) -> Result, Box> { [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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>>; [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 100 - fn downcast(self: Box) -> Result, Box<(dyn Any + Send + 'static)>>; [INFO] [stderr] 100 + fn downcast(self: Box) -> Result, Box>; [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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 108 - fn downcast(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stderr] 108 + fn downcast(self: Box) -> Result, Box> { [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.16s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/act_locally-09bc48ddff93e02e) [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test dispatcher::tests::test_message_key_generation ... ok [INFO] [stdout] test dispatcher::tests::test_integration_with_actor ... ok [INFO] [stdout] test action_dispatcher::tests::test_action_dispatcher ... ok [INFO] [stdout] test handler::tests::test_async_mutating_message_handler ... ok [INFO] [stdout] test dispatcher::tests::test_message_wrapping_and_unwrapping ... ok [INFO] [stdout] test actor::tests::test_yielding_handlers ... ok [INFO] [stdout] test handler::tests::test_async_non_mutating_func_wrapper ... ok [INFO] [stdout] test handler::tests::test_async_mutating_func_wrapper ... 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_mutating_message_handler ... ok [INFO] [stdout] test handler::tests::test_async_non_mutating_message_handler ... ok [INFO] [stdout] test handler::tests::test_store_handlers_in_hashmap ... 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 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_async_handlers_execution_order ... ok [INFO] [stdout] test actor::tests::test_actor_with_custom_dispatcher ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [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(self: Box) -> Result, 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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>>; [INFO] [stderr] 69 + fn downcast(self: Box) -> Result, Box>; [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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 77 - fn downcast(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stderr] 77 + fn downcast(self: Box) -> Result, Box> { [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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>>; [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 100 - fn downcast(self: Box) -> Result, Box<(dyn Any + Send + 'static)>>; [INFO] [stderr] 100 + fn downcast(self: Box) -> Result, Box>; [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(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 108 - fn downcast(self: Box) -> Result, Box<(dyn Any + Send + 'static)>> { [INFO] [stderr] 108 + fn downcast(self: Box) -> Result, Box> { [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" "5a0810d0f20a9fcb7b8dd2a243fe3a2e60571aac8f579ab5d1e2683e8d531147", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a0810d0f20a9fcb7b8dd2a243fe3a2e60571aac8f579ab5d1e2683e8d531147", kill_on_drop: false }` [INFO] [stdout] 5a0810d0f20a9fcb7b8dd2a243fe3a2e60571aac8f579ab5d1e2683e8d531147