1this derivation will be built:2 /nix/store/vb1ljahd12abmg7hilaa0gya2yb73z61-treefmt-check.drv3building '/nix/store/vb1ljahd12abmg7hilaa0gya2yb73z61-treefmt-check.drv' on 'ssh-ng://customer@mac02'4building '/nix/store/vb1ljahd12abmg7hilaa0gya2yb73z61-treefmt-check.drv'5treefmt-check> treefmt v2.5.0traversed 241 files6treefmt-check> emitted 201 files for processing7treefmt-check> formatted 201 files (1 changed) in 730ms8treefmt-check> M nixbot/nixbot/tests/test_executor.py9treefmt-check> diff --git a/nixbot/nixbot/tests/test_executor.py b/nixbot/nixbot/tests/test_executor.py10treefmt-check> index 78ea11d..ca233e0 10064411treefmt-check> --- a/nixbot/nixbot/tests/test_executor.py12treefmt-check> +++ b/nixbot/nixbot/tests/test_executor.py13treefmt-check> @@ -16,6 +16,7 @@ from typing import TYPE_CHECKING14treefmt-check> import pytest15treefmt-check> 16treefmt-check> import nixbot.executor as executor_mod17treefmt-check> +from nixbot.ansi import strip_ansi18treefmt-check> from nixbot.build_scheduler import BuildOutcome19treefmt-check> from nixbot.executor import (20treefmt-check> FRAME_FLUSH_THRESHOLD,21treefmt-check> @@ -31,7 +32,6 @@ from nixbot.executor import (22treefmt-check> read_log,23treefmt-check> render_log_event,24treefmt-check> )25treefmt-check> -from nixbot.ansi import strip_ansi26treefmt-check> 27treefmt-check> from .support import mk_job28treefmt-check> 29error: build of '/nix/store/vb1ljahd12abmg7hilaa0gya2yb73z61-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/vb1ljahd12abmg7hilaa0gya2yb73z61-treefmt-check.drv'.30 Reason: builder failed with exit code 1.31 Output paths:32 /nix/store/vl8vfydy0q3wv96aqprm2va06li3hy25-treefmt-check33 Last 24 log lines:34 > treefmt v2.5.0traversed 241 files35 > emitted 201 files for processing36 > formatted 201 files (1 changed) in 730ms37 > M nixbot/nixbot/tests/test_executor.py38 > diff --git a/nixbot/nixbot/tests/test_executor.py b/nixbot/nixbot/tests/test_executor.py39 > index 78ea11d..ca233e0 10064440 > --- a/nixbot/nixbot/tests/test_executor.py41 > +++ b/nixbot/nixbot/tests/test_executor.py42 > @@ -16,6 +16,7 @@ from typing import TYPE_CHECKING43 > import pytest44 > 45 > import nixbot.executor as executor_mod46 > +from nixbot.ansi import strip_ansi47 > from nixbot.build_scheduler import BuildOutcome48 > from nixbot.executor import (49 > FRAME_FLUSH_THRESHOLD,50 > @@ -31,7 +32,6 @@ from nixbot.executor import (51 > read_log,52 > render_log_event,53 > )54 > -from nixbot.ansi import strip_ansi55 > 56 > from .support import mk_job57 > 58 For full logs, run:59 nix log /nix/store/vb1ljahd12abmg7hilaa0gya2yb73z61-treefmt-check.drv60error: Cannot build '/nix/store/vb1ljahd12abmg7hilaa0gya2yb73z61-treefmt-check.drv'.61 Reason: builder failed with exit code 1.62 Output paths:63 /nix/store/vl8vfydy0q3wv96aqprm2va06li3hy25-treefmt-check