[INFO] fetching crate async-trait-static 0.1.4... [INFO] checking async-trait-static-0.1.4 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate async-trait-static 0.1.4 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate async-trait-static 0.1.4 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "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-4-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" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded quote v1.0.8 [INFO] [stderr] Downloaded syn v1.0.58 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a195c4e726293cf731967c02ec0307da36ff7b8f79f08ec00706f49e8cd1ec7b [INFO] running `Command { std: "docker" "start" "-a" "a195c4e726293cf731967c02ec0307da36ff7b8f79f08ec00706f49e8cd1ec7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a195c4e726293cf731967c02ec0307da36ff7b8f79f08ec00706f49e8cd1ec7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a195c4e726293cf731967c02ec0307da36ff7b8f79f08ec00706f49e8cd1ec7b", kill_on_drop: false }` [INFO] [stdout] a195c4e726293cf731967c02ec0307da36ff7b8f79f08ec00706f49e8cd1ec7b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5a3c48cd5833c6c3148914eaf57781004ad7e8d7f47d01a4690716a24d6c5eac [INFO] running `Command { std: "docker" "start" "-a" "5a3c48cd5833c6c3148914eaf57781004ad7e8d7f47d01a4690716a24d6c5eac", 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/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-11-23; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [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-11-23; 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_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-11-23; 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/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-11-23; 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_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-11-23; 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_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-11-23; 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_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-11-23; 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] 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: 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] [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] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [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-11-23; 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] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [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-11-23; 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/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 "no_self") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `async-trait-static` (example "any_type_self") due to 1 previous error [INFO] [stderr] error: could not compile `async-trait-static` (example "self_by_mut_ref") due to 2 previous errors [INFO] [stderr] error: could not compile `async-trait-static` (example "self_by_mut_value") due to 1 previous error [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [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] [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[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] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not compile `async-trait-static` (example "self_by_value") due to 1 previous error [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] 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 `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] [stderr] error: could not compile `async-trait-static` (example "generic_arguments") due to 2 previous errors [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 3 previous errors [INFO] [stderr] error: could not compile `async-trait-static` (example "self_by_ref") due to 3 previous errors [INFO] [stderr] error: could not compile `async-trait-static` (example "test_ritit") due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "5a3c48cd5833c6c3148914eaf57781004ad7e8d7f47d01a4690716a24d6c5eac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a3c48cd5833c6c3148914eaf57781004ad7e8d7f47d01a4690716a24d6c5eac", kill_on_drop: false }` [INFO] [stdout] 5a3c48cd5833c6c3148914eaf57781004ad7e8d7f47d01a4690716a24d6c5eac