Mic92/formatelf build #1 failed #2 →
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
| status | attribute | duration |
|---|---|---|
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. |
||
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();
|
||
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
| status | attribute | duration |
|---|---|---|
| loading… | ||
14 succeeded
| status | attribute | duration |
|---|---|---|
| loading… | ||