1this derivation will be built:2 /nix/store/gdq6hprrm9r15n4y1qbdhr9z2r23bvw2-treefmt-check.drv3building '/nix/store/gdq6hprrm9r15n4y1qbdhr9z2r23bvw2-treefmt-check.drv'4treefmt-check> tribuchet: building on eliza5treefmt-check> treefmt v2.5.0traversed 241 files6treefmt-check> emitted 201 files for processing7treefmt-check> formatted 201 files (1 changed) in 8.552s8treefmt-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: Cannot build '/nix/store/gdq6hprrm9r15n4y1qbdhr9z2r23bvw2-treefmt-check.drv'.30 Reason: builder failed with exit code 1.31 Output paths:32 /nix/store/73wpracf2j17cpcclf9ddidjnzk5ph3b-treefmt-check33 Last 25 log lines:34 > tribuchet: building on eliza35 > treefmt v2.5.0traversed 241 files36 > emitted 201 files for processing37 > formatted 201 files (1 changed) in 8.552s38 > M nixbot/nixbot/tests/test_executor.py39 > diff --git a/nixbot/nixbot/tests/test_executor.py b/nixbot/nixbot/tests/test_executor.py40 > index 78ea11d..ca233e0 10064441 > --- a/nixbot/nixbot/tests/test_executor.py42 > +++ b/nixbot/nixbot/tests/test_executor.py43 > @@ -16,6 +16,7 @@ from typing import TYPE_CHECKING44 > import pytest45 >46 > import nixbot.executor as executor_mod47 > +from nixbot.ansi import strip_ansi48 > from nixbot.build_scheduler import BuildOutcome49 > from nixbot.executor import (50 > FRAME_FLUSH_THRESHOLD,51 > @@ -31,7 +32,6 @@ from nixbot.executor import (52 > read_log,53 > render_log_event,54 > )55 > -from nixbot.ansi import strip_ansi56 >57 > from .support import mk_job58 >59 For full logs, run:60 nix log /nix/store/gdq6hprrm9r15n4y1qbdhr9z2r23bvw2-treefmt-check.drv