[INFO] fetching crate async-trait-static 0.1.4... [INFO] checking async-trait-static-0.1.4 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate async-trait-static 0.1.4 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate async-trait-static 0.1.4 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate async-trait-static 0.1.4 [INFO] finished tweaking crates.io crate async-trait-static 0.1.4 [INFO] tweaked toml for crates.io crate async-trait-static 0.1.4 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate crates.io crate async-trait-static 0.1.4 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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ce1ddeafa4ab378cecfb08ed51c94a678c87d734816537382063a51e43f0813b [INFO] running `Command { std: "docker" "start" "-a" "ce1ddeafa4ab378cecfb08ed51c94a678c87d734816537382063a51e43f0813b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ce1ddeafa4ab378cecfb08ed51c94a678c87d734816537382063a51e43f0813b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce1ddeafa4ab378cecfb08ed51c94a678c87d734816537382063a51e43f0813b", kill_on_drop: false }` [INFO] [stdout] ce1ddeafa4ab378cecfb08ed51c94a678c87d734816537382063a51e43f0813b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f5aa90464501872a683c857c1ec30129801f22bebe12120314e6217f7a458dc7 [INFO] running `Command { std: "docker" "start" "-a" "f5aa90464501872a683c857c1ec30129801f22bebe12120314e6217f7a458dc7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Checking convert_case v0.4.0 [INFO] [stderr] Checking quote v1.0.8 [INFO] [stderr] Checking async-trait-static v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stdout] --> examples/no_self.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | #[async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stdout] --> examples/self_by_value.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | #[async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stdout] --> examples/no_self.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stdout] --> examples/self_by_value.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stdout] --> examples/test_ritit.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #[ritit] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the attribute macro `ritit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stdout] --> examples/self_by_mut_value.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | #[async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stdout] --> examples/test_ritit.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: patterns aren't allowed in functions without bodies [INFO] [stdout] --> examples/self_by_mut_value.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | async fn run(mut self); [INFO] [stdout] | ^^^^^^^^ help: remove `mut` from the parameter: `self` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #35203 [INFO] [stdout] = note: `#[deny(patterns_in_fns_without_body)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stdout] --> examples/self_by_ref.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | #[async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stdout] --> examples/self_by_mut_value.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stdout] --> examples/self_by_ref.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stdout] --> examples/self_by_mut_ref.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | #[async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/self_by_mut_value.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 24 | async fn run(mut self) { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stdout] --> examples/self_by_mut_ref.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stdout] --> examples/generic_arguments.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | #[async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stdout] --> examples/test.rs:26:45 [INFO] [stdout] | [INFO] [stdout] 26 | type RititReturnRun<'_async_lifetime> = impl core::future::Future; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stdout] --> examples/generic_arguments.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in associated types is unstable [INFO] [stdout] --> examples/any_type_self.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | #[async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] = note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `RititReturnRun` [INFO] [stdout] --> examples/self_by_mut_ref.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^- help: add the required where clause: `where Self: '_async_lifetime` [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] = note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stdout] --> examples/any_type_self.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stdout] --> examples/test.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing required bound on `RititReturnRun` [INFO] [stdout] --> examples/generic_arguments.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^- help: add the required where clause: `where Self: '_async_lifetime` [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] = note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `async-trait-static` (example "self_by_value") due to 2 previous errors; 1 warning emitted [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> examples/generic_arguments.rs:23:28 [INFO] [stdout] | [INFO] [stdout] 23 | async fn run(&self, t: T) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `async-trait-static` (example "no_self") due to 2 previous errors; 1 warning emitted [INFO] [stdout] error[E0277]: the trait bound `RititS: AsyncFnTrait` is not satisfied [INFO] [stdout] --> examples/self_by_ref.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `AsyncFnTrait` is not implemented for `RititS` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider restricting type parameter `RititS` [INFO] [stdout] | [INFO] [stdout] 8 | #[async_trait]: AsyncFnTrait [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `async-trait-static` (example "self_by_mut_value") due to 3 previous errors; 2 warnings emitted [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stdout] error: missing required bound on `RititReturnRun` [INFO] [stdout] --> examples/self_by_ref.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[async_trait] [INFO] [stdout] | ^^^^^^^^^^^^^^- help: add the required where clause: `where Self: '_async_lifetime` [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] = note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `RititS: AsyncFnTrait` is not satisfied [INFO] [stdout] --> examples/test_ritit.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | async move { 1 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait `AsyncFnTrait` is not implemented for `RititS` [INFO] [stdout] | [INFO] [stdout] help: consider restricting type parameter `RititS` [INFO] [stdout] | [INFO] [stdout] 8 | #[ritit]: AsyncFnTrait [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stdout] error: missing required bound on `RititReturnRun` [INFO] [stdout] --> examples/test_ritit.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[ritit] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 9 | trait AsyncFnTrait { [INFO] [stdout] 10 | fn run(&self, t: T) -> impl core::future::Future; [INFO] [stdout] | - help: add the required where clause: `where Self: '_async_lifetime` [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] = note: this error originates in the attribute macro `ritit` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> examples/test_ritit.rs:26:29 [INFO] [stdout] | [INFO] [stdout] 26 | fn run(&self, t: T) -> impl core::future::Future { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `S: AsyncFnTrait` is not satisfied [INFO] [stdout] --> examples/test.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | async move { 1 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the trait `AsyncFnTrait` is not implemented for `S` [INFO] [stdout] | [INFO] [stdout] help: consider restricting type parameter `S` [INFO] [stdout] | [INFO] [stdout] 4 | type RititReturnDeff<'_async_lifetime, S: AsyncFnTrait> = impl core::future::Future; [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `async-trait-static` (example "self_by_mut_ref") due to 3 previous errors; 1 warning emitted [INFO] [stdout] error: missing required bound on `RititReturnRun` [INFO] [stdout] --> examples/test.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | type RititReturnRun<'_async_lifetime>: core::future::Future; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: add the required where clause: `where Self: '_async_lifetime` [INFO] [stdout] | [INFO] [stdout] = note: this bound is currently required to ensure that impls have maximum flexibility [INFO] [stdout] = note: we are soliciting feedback, see issue #87479 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `async-trait-static` (example "any_type_self") due to 2 previous errors; 1 warning emitted [INFO] [stderr] error: could not compile `async-trait-static` (example "generic_arguments") due to 3 previous errors; 2 warnings emitted [INFO] [stdout] error[E0277]: the trait bound `T: Clone` is not satisfied [INFO] [stdout] --> examples/test_ritit.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | / async move { [INFO] [stdout] 28 | | self.hello().await; [INFO] [stdout] 29 | | } [INFO] [stdout] | |_________^ the trait `Clone` is not implemented for `T` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `::run` [INFO] [stdout] --> examples/test_ritit.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | fn run(&self, t: T) -> impl core::future::Future { [INFO] [stdout] | ^^^^^ required by this bound in `::run` [INFO] [stdout] help: consider restricting type parameter `T` [INFO] [stdout] | [INFO] [stdout] 26 | fn run(&self, t: T) -> impl core::future::Future { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `async-trait-static` (example "self_by_ref") due to 4 previous errors; 1 warning emitted [INFO] [stdout] Some errors have detailed explanations: E0277, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `async-trait-static` (example "test") due to 4 previous errors; 1 warning emitted [INFO] [stderr] error: could not compile `async-trait-static` (example "test_ritit") due to 5 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "f5aa90464501872a683c857c1ec30129801f22bebe12120314e6217f7a458dc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5aa90464501872a683c857c1ec30129801f22bebe12120314e6217f7a458dc7", kill_on_drop: false }` [INFO] [stdout] f5aa90464501872a683c857c1ec30129801f22bebe12120314e6217f7a458dc7