nixbot

builds

Mic92/nix-fast-build build #3 failed

branch main · PR #353 · commit 0b9e9f2382 · · took 16s

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
failed attributes
status attribute duration
failed 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.
failed 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.
failed 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
succeeded attributes
status attribute duration
loading…