Mic92/nix-fast-build build #3 failed ← #2 #4 →
eval warnings
1 kind
· 4 occurrences
- warn Nixpkgs 26.05 will be the last release to support x86_64-darwin; see https://nixos.org/… ×4
3 failed
| status | attribute | duration |
|---|---|---|
aarch64-darwin.treefmt
|
2s | |
> opts, > ) > - proc = await asyncio.create_subprocess_exec(*cmd, env=env, stderr=sys.stderr.fileno()) > + p …> opts, > ) > - proc = await asyncio.create_subprocess_exec(*cmd, env=env, stderr=sys.stderr.fileno()) > + proc = await asyncio.create_subprocess_exec( > + *cmd, env=env, stderr=sys.stderr.fileno() > + ) > rc = await proc.wait() > duration = timeit.default_timer() - start_time Reason: builder failed with exit code 1. |
||
aarch64-linux.treefmt
|
4s | |
> opts, > ) > - proc = await asyncio.create_subprocess_exec(*cmd, env=env, stderr=sys.stderr.fileno()) > + p …> opts, > ) > - proc = await asyncio.create_subprocess_exec(*cmd, env=env, stderr=sys.stderr.fileno()) > + proc = await asyncio.create_subprocess_exec( > + *cmd, env=env, stderr=sys.stderr.fileno() > + ) > rc = await proc.wait() > duration = timeit.default_timer() - start_time Reason: builder failed with exit code 1. |
||
x86_64-linux.treefmt
|
0s | |
> opts, > ) > - proc = await asyncio.create_subprocess_exec(*cmd, env=env, stderr=sys.stderr.fileno()) > + p …> opts, > ) > - proc = await asyncio.create_subprocess_exec(*cmd, env=env, stderr=sys.stderr.fileno()) > + proc = await asyncio.create_subprocess_exec( > + *cmd, env=env, stderr=sys.stderr.fileno() > + ) > rc = await proc.wait() > duration = timeit.default_timer() - start_time |
||
6 succeeded
| status | attribute | duration |
|---|---|---|
| loading… | ||