nixbot

builds

Mic92/formatelf build #1 failed

branch main · PR #1 · commit e2233451a2 · · took 47s

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

3 failed
failed attributes
status attribute duration
failed aarch64-darwin.formatting 11s
> - results.extend(handles.into_iter().map(|h| h.join().expect("worker panicked"))); > + results.extend( > + handles > + …
> -        results.extend(handles.into_iter().map(|h| h.join().expect("worker panicked")));
> +        results.extend(
> +            handles
> +                .into_iter()
> +                .map(|h| h.join().expect("worker panicked")),
> +        );
>      });
>      let mut missing = Vec::new();
Reason: builder failed with exit code 1.
failed aarch64-linux.formatting 4s
> - results.extend(handles.into_iter().map(|h| h.join().expect("worker panicked"))); > + results.extend( > + handles > + …
> -        results.extend(handles.into_iter().map(|h| h.join().expect("worker panicked")));
> +        results.extend(
> +            handles
> +                .into_iter()
> +                .map(|h| h.join().expect("worker panicked")),
> +        );
>      });
>      let mut missing = Vec::new();
failed x86_64-linux.formatting 2s
> - results.extend(handles.into_iter().map(|h| h.join().expect("worker panicked"))); > + results.extend( > + handles > + …
> -        results.extend(handles.into_iter().map(|h| h.join().expect("worker panicked")));
> +        results.extend(
> +            handles
> +                .into_iter()
> +                .map(|h| h.join().expect("worker panicked")),
> +        );
>      });
>      let mut missing = Vec::new();
2 cancelled
cancelled attributes
status attribute duration
loading…
14 succeeded
succeeded attributes
status attribute duration
loading…