[INFO] fetching crate ector 0.5.0...
[INFO] checking ector-0.5.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate ector 0.5.0 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate ector 0.5.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ector 0.5.0
[INFO] finished tweaking crates.io crate ector 0.5.0
[INFO] tweaked toml for crates.io crate ector 0.5.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate crates.io crate ector 0.5.0 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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded embassy-macros v0.2.1
[INFO] [stderr]   Downloaded static_cell v1.2.0
[INFO] [stderr]   Downloaded defmt v0.3.5
[INFO] [stderr]   Downloaded embassy-executor v0.3.0
[INFO] [stderr]   Downloaded defmt-macros v0.3.6
[INFO] [stderr]   Downloaded embedded-io-async v0.5.0
[INFO] [stderr]   Downloaded embedded-hal-async v1.0.0-rc.1
[INFO] [stderr]   Downloaded embassy-sync v0.3.0
[INFO] [stderr]   Downloaded embassy-time v0.1.3
[INFO] [stderr]   Downloaded embedded-io v0.5.0
[INFO] [stderr]   Downloaded embedded-hal v1.0.0-rc.1
[INFO] [stderr]   Downloaded defmt-parser v0.3.3
[INFO] [stderr]   Downloaded ector-macros v0.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0f66c3c94a36ced7c5ed5f38a5839453dd9428d74be3ba1875be1b46794b1102
[INFO] running `Command { std: "docker" "start" "-a" "0f66c3c94a36ced7c5ed5f38a5839453dd9428d74be3ba1875be1b46794b1102", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0f66c3c94a36ced7c5ed5f38a5839453dd9428d74be3ba1875be1b46794b1102", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f66c3c94a36ced7c5ed5f38a5839453dd9428d74be3ba1875be1b46794b1102", kill_on_drop: false }`
[INFO] [stdout] 0f66c3c94a36ced7c5ed5f38a5839453dd9428d74be3ba1875be1b46794b1102
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c95c0d9e8414bdae8320dd6ca3723bd82e7e07ee3bb0a9d8ff016a75b6553875
[INFO] running `Command { std: "docker" "start" "-a" "c95c0d9e8414bdae8320dd6ca3723bd82e7e07ee3bb0a9d8ff016a75b6553875", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling semver v1.0.18
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]    Compiling atomic-polyfill v1.0.3
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking critical-section v1.1.2
[INFO] [stderr]     Checking nb v1.1.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking nb v0.1.3
[INFO] [stderr]     Checking embedded-hal v1.0.0-rc.1
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking embedded-hal v0.2.7
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking embedded-hal-async v1.0.0-rc.1
[INFO] [stderr]    Compiling embassy-executor v0.3.0
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking embedded-io v0.5.0
[INFO] [stderr]    Compiling embassy-sync v0.3.0
[INFO] [stderr]     Checking static_cell v1.2.0
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking embedded-io-async v0.5.0
[INFO] [stderr]    Compiling heapless v0.7.16
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]     Checking embassy-time v0.1.3
[INFO] [stderr]    Compiling darling_core v0.20.3
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]    Compiling darling_macro v0.20.3
[INFO] [stderr]    Compiling ector-macros v0.5.0
[INFO] [stderr]    Compiling darling v0.20.3
[INFO] [stderr]    Compiling embassy-macros v0.2.1
[INFO] [stderr]     Checking ector v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ector_macros::*`
[INFO] [stdout]   --> src/lib.rs:12:20
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use {actor::*, ector_macros::*};
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ector_macros::*`
[INFO] [stdout]   --> src/lib.rs:12:20
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use {actor::*, ector_macros::*};
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/actor.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     async fn on_mount<M>(&mut self, _: DynamicAddress<Self::Message>, _: M) -> !
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 25 -     async fn on_mount<M>(&mut self, _: DynamicAddress<Self::Message>, _: M) -> !
[INFO] [stdout] 25 +     fn on_mount<M>(&mut self, _: DynamicAddress<Self::Message>, _: M) -> impl std::future::Future<Output = !> + Send
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/actor.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     async fn next(&mut self) -> M;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 36 -     async fn next(&mut self) -> M;
[INFO] [stdout] 36 +     fn next(&mut self) -> impl std::future::Future<Output = M> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/actor.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 |     async fn notify(&self, message: M);
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 59 -     async fn notify(&self, message: M);
[INFO] [stdout] 59 +     fn notify(&self, message: M) -> impl std::future::Future<Output = ()> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/actor.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     async fn request(&self, message: M) -> R;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 64 -     async fn request(&self, message: M) -> R;
[INFO] [stdout] 64 +     fn request(&self, message: M) -> impl std::future::Future<Output = R> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/actor.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     async fn on_mount<M>(&mut self, _: DynamicAddress<Self::Message>, _: M) -> !
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 25 -     async fn on_mount<M>(&mut self, _: DynamicAddress<Self::Message>, _: M) -> !
[INFO] [stdout] 25 +     fn on_mount<M>(&mut self, _: DynamicAddress<Self::Message>, _: M) -> impl std::future::Future<Output = !> + Send
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/actor.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     async fn next(&mut self) -> M;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 36 -     async fn next(&mut self) -> M;
[INFO] [stdout] 36 +     fn next(&mut self) -> impl std::future::Future<Output = M> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/actor.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 |     async fn notify(&self, message: M);
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 59 -     async fn notify(&self, message: M);
[INFO] [stdout] 59 +     fn notify(&self, message: M) -> impl std::future::Future<Output = ()> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/actor.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     async fn request(&self, message: M) -> R;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 64 -     async fn request(&self, message: M) -> R;
[INFO] [stdout] 64 +     fn request(&self, message: M) -> impl std::future::Future<Output = R> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ector::testutils`
[INFO] [stdout]  --> tests/notifications.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     testutils::{DummyActor, *},
[INFO] [stdout]   |     ^^^^^^^^^ could not find `testutils` in `ector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> examples/cancel_panic.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> examples/send.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> tests/integration_tests.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> examples/pingpong.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> examples/macro-usage.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> tests/notifications.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> examples/request.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TestMessage` in this scope
[INFO] [stdout]   --> tests/notifications.rs:18:39
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let result_1 = address.try_notify(TestMessage(0));
[INFO] [stdout]    |                                       ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TestMessage` in this scope
[INFO] [stdout]   --> tests/notifications.rs:19:39
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let result_2 = address.try_notify(TestMessage(1));
[INFO] [stdout]    |                                       ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `step_actor` in this scope
[INFO] [stdout]   --> tests/notifications.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     step_actor(&mut actor_fut);
[INFO] [stdout]    |     ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TestMessage` in this scope
[INFO] [stdout]   --> tests/notifications.rs:25:39
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let result_2 = address.try_notify(TestMessage(1));
[INFO] [stdout]    |                                       ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ector` (test "notifications") due to 6 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c95c0d9e8414bdae8320dd6ca3723bd82e7e07ee3bb0a9d8ff016a75b6553875", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c95c0d9e8414bdae8320dd6ca3723bd82e7e07ee3bb0a9d8ff016a75b6553875", kill_on_drop: false }`
[INFO] [stdout] c95c0d9e8414bdae8320dd6ca3723bd82e7e07ee3bb0a9d8ff016a75b6553875
[INFO] checking ector-0.5.0 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate ector 0.5.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate ector 0.5.0 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ector 0.5.0
[INFO] finished tweaking crates.io crate ector 0.5.0
[INFO] tweaked toml for crates.io crate ector 0.5.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate crates.io crate ector 0.5.0 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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 53afaa20aaba37db4e127a7a2e3e68fa1a7c2e1a50c6e6ffa767bde802744ece
[INFO] running `Command { std: "docker" "start" "-a" "53afaa20aaba37db4e127a7a2e3e68fa1a7c2e1a50c6e6ffa767bde802744ece", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "53afaa20aaba37db4e127a7a2e3e68fa1a7c2e1a50c6e6ffa767bde802744ece", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53afaa20aaba37db4e127a7a2e3e68fa1a7c2e1a50c6e6ffa767bde802744ece", kill_on_drop: false }`
[INFO] [stdout] 53afaa20aaba37db4e127a7a2e3e68fa1a7c2e1a50c6e6ffa767bde802744ece
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 36abfd8de0492802d90b3223702669c9753d9e22eeca0d4b98e5e6a651f3582c
[INFO] running `Command { std: "docker" "start" "-a" "36abfd8de0492802d90b3223702669c9753d9e22eeca0d4b98e5e6a651f3582c", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver v1.0.18
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking critical-section v1.1.2
[INFO] [stderr]    Compiling atomic-polyfill v1.0.3
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking nb v1.1.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking nb v0.1.3
[INFO] [stderr]     Checking embedded-hal v1.0.0-rc.1
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking embedded-hal v0.2.7
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking embedded-hal-async v1.0.0-rc.1
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking embedded-io v0.5.0
[INFO] [stderr]    Compiling embassy-executor v0.3.0
[INFO] [stderr]    Compiling embassy-sync v0.3.0
[INFO] [stderr]     Checking embedded-io-async v0.5.0
[INFO] [stderr]     Checking static_cell v1.2.0
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]    Compiling heapless v0.7.16
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]     Checking embassy-time v0.1.3
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]    Compiling darling_core v0.20.3
[INFO] [stderr]    Compiling ector-macros v0.5.0
[INFO] [stderr]    Compiling darling_macro v0.20.3
[INFO] [stderr]    Compiling darling v0.20.3
[INFO] [stderr]    Compiling embassy-macros v0.2.1
[INFO] [stderr]     Checking ector v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ector_macros::*`
[INFO] [stdout]   --> src/lib.rs:12:20
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use {actor::*, ector_macros::*};
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ector_macros::*`
[INFO] [stdout]   --> src/lib.rs:12:20
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use {actor::*, ector_macros::*};
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/actor.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     async fn on_mount<M>(&mut self, _: DynamicAddress<Self::Message>, _: M) -> !
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 25 -     async fn on_mount<M>(&mut self, _: DynamicAddress<Self::Message>, _: M) -> !
[INFO] [stdout] 25 +     fn on_mount<M>(&mut self, _: DynamicAddress<Self::Message>, _: M) -> impl std::future::Future<Output = !> + Send
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/actor.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     async fn next(&mut self) -> M;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 36 -     async fn next(&mut self) -> M;
[INFO] [stdout] 36 +     fn next(&mut self) -> impl std::future::Future<Output = M> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/actor.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 |     async fn notify(&self, message: M);
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 59 -     async fn notify(&self, message: M);
[INFO] [stdout] 59 +     fn notify(&self, message: M) -> impl std::future::Future<Output = ()> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/actor.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     async fn on_mount<M>(&mut self, _: DynamicAddress<Self::Message>, _: M) -> !
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 25 -     async fn on_mount<M>(&mut self, _: DynamicAddress<Self::Message>, _: M) -> !
[INFO] [stdout] 25 +     fn on_mount<M>(&mut self, _: DynamicAddress<Self::Message>, _: M) -> impl std::future::Future<Output = !> + Send
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/actor.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     async fn request(&self, message: M) -> R;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 64 -     async fn request(&self, message: M) -> R;
[INFO] [stdout] 64 +     fn request(&self, message: M) -> impl std::future::Future<Output = R> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/actor.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     async fn next(&mut self) -> M;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 36 -     async fn next(&mut self) -> M;
[INFO] [stdout] 36 +     fn next(&mut self) -> impl std::future::Future<Output = M> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/actor.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 |     async fn notify(&self, message: M);
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 59 -     async fn notify(&self, message: M);
[INFO] [stdout] 59 +     fn notify(&self, message: M) -> impl std::future::Future<Output = ()> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/actor.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     async fn request(&self, message: M) -> R;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 64 -     async fn request(&self, message: M) -> R;
[INFO] [stdout] 64 +     fn request(&self, message: M) -> impl std::future::Future<Output = R> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ector::testutils`
[INFO] [stdout]  --> tests/notifications.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     testutils::{DummyActor, *},
[INFO] [stdout]   |     ^^^^^^^^^ could not find `testutils` in `ector`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> examples/request.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> examples/pingpong.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> examples/send.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> examples/cancel_panic.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> tests/integration_tests.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> tests/notifications.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> examples/macro-usage.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TestMessage` in this scope
[INFO] [stdout]   --> tests/notifications.rs:18:39
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let result_1 = address.try_notify(TestMessage(0));
[INFO] [stdout]    |                                       ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TestMessage` in this scope
[INFO] [stdout]   --> tests/notifications.rs:19:39
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let result_2 = address.try_notify(TestMessage(1));
[INFO] [stdout]    |                                       ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `step_actor` in this scope
[INFO] [stdout]   --> tests/notifications.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     step_actor(&mut actor_fut);
[INFO] [stdout]    |     ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TestMessage` in this scope
[INFO] [stdout]   --> tests/notifications.rs:25:39
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let result_2 = address.try_notify(TestMessage(1));
[INFO] [stdout]    |                                       ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ector` (test "notifications") due to 6 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "36abfd8de0492802d90b3223702669c9753d9e22eeca0d4b98e5e6a651f3582c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36abfd8de0492802d90b3223702669c9753d9e22eeca0d4b98e5e6a651f3582c", kill_on_drop: false }`
[INFO] [stdout] 36abfd8de0492802d90b3223702669c9753d9e22eeca0d4b98e5e6a651f3582c
