nixbot

builds

Mic92/dotfiles build #127 cancelled

branch main · PR #5661 · commit dd50eca924 · · took 17s

eval warnings 2 kinds · 17 occurrences
  • warn ignoring untrusted substituter 'https://cache.thalheim.io/…', you are not a trusted user. ×6
  • warn test eval warning from checks/flake-module.nix ×11

2 failed
failed attributes
status attribute duration
failed aarch64-darwin.formatting 5s
> """Change to the git repository root so all commands run from there.""" > - result = run( > - ["git", "rev-parse", "--show-toplevel"], check=Fa …
>      """Change to the git repository root so all commands run from there."""
> -    result = run(
> -        ["git", "rev-parse", "--show-toplevel"], check=False, capture=True
> -    )
> +    result = run(["git", "rev-parse", "--show-toplevel"], check=False, capture=True)
>      if result.returncode != 0:
>          print_error("Not inside a git repository")
>          raise SystemExit(1)
Reason: builder failed with exit code 1.
failed aarch64-linux.formatting 8s
> """Change to the git repository root so all commands run from there.""" > - result = run( > - ["git", "rev-parse", "--show-toplevel"], check=Fa …
>      """Change to the git repository root so all commands run from there."""
> -    result = run(
> -        ["git", "rev-parse", "--show-toplevel"], check=False, capture=True
> -    )
> +    result = run(["git", "rev-parse", "--show-toplevel"], check=False, capture=True)
>      if result.returncode != 0:
>          print_error("Not inside a git repository")
>          raise SystemExit(1)
Reason: builder failed with exit code 1.
2 cancelled
cancelled attributes
status attribute duration
loading…
4 already built
skipped attributes
status attribute duration
loading…