nixbot

builds

nix-community/harmonia build #83 failed

branch main · PR #1031 · commit 574ce55d9a · · took 6m 5s

eval warnings 1 kind · 6 occurrences
  • warn Nixpkgs 26.05 will be the last release to support x86_64-darwin; see https://nixos.org/… ×6

3 failed
failed attributes
status attribute duration
failed aarch64-darwin.treefmt 9s
> type Error: std::error::Error + 'static; > type Reader: AsyncRead + Unpin; > type Child: FileSystemSource<Error = Self::Error>; > - type Ent …
>      type Error: std::error::Error + 'static;
>      type Reader: AsyncRead + Unpin;
>      type Child: FileSystemSource<Error = Self::Error>;
> -    type Entries<'a>: futures_core::Stream<Item = Result<(String, Self::Child), Self::Error>> + Unpin
> +    type Entries<'a>: futures_core::Stream<Item = Result<(String, Self::Child), Self::Error>>
> +        + Unpin
>      where
>          Self: 'a;
Reason: builder failed with exit code 1.
failed aarch64-linux.treefmt 7s
> type Error: std::error::Error + 'static; > type Reader: AsyncRead + Unpin; > type Child: FileSystemSource<Error = Self::Error>; > - type Ent …
>      type Error: std::error::Error + 'static;
>      type Reader: AsyncRead + Unpin;
>      type Child: FileSystemSource<Error = Self::Error>;
> -    type Entries<'a>: futures_core::Stream<Item = Result<(String, Self::Child), Self::Error>> + Unpin
> +    type Entries<'a>: futures_core::Stream<Item = Result<(String, Self::Child), Self::Error>>
> +        + Unpin
>      where
>          Self: 'a;
Reason: builder failed with exit code 1.
failed x86_64-linux.treefmt 1s
> index 13340f2..3279a8e 100644 > --- a/harmonia-file-io-pure/src/source.rs > +++ b/harmonia-file-io-pure/src/source.rs > @@ -37,7 +37,8 @@ pub trait FileSystem …
> index 13340f2..3279a8e 100644
> --- a/harmonia-file-io-pure/src/source.rs
> +++ b/harmonia-file-io-pure/src/source.rs
> @@ -37,7 +37,8 @@ pub trait FileSystemSource: Sized {
>      type Error: std::error::Error + 'static;
>      type Reader: AsyncRead + Unpin;
>      type Child: FileSystemSource<Error = Self::Error>;
> -    type Entries<'a>: futures_core::Stream<Item = Result<(String, Self::Child), Self::Error>> + Unpin
Reason: builder failed with exit code 1.
21 succeeded
succeeded attributes
status attribute duration
loading…
6 already built
skipped attributes
status attribute duration
loading…