these 3 derivations will be built: /nix/store/qlbacaahpbff5xj82xilw1k7f1pv2g9j-treefmt.toml.drv /nix/store/7azl7azkm3k28xcjjq25bx0pmnwa5cmy-treefmt.drv /nix/store/8dp5gqbpa02alpf24h4jrdsp2bn1a07v-treefmt-check.drv error: build of '/nix/store/8dp5gqbpa02alpf24h4jrdsp2bn1a07v-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/8dp5gqbpa02alpf24h4jrdsp2bn1a07v-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/b02rnw6ixz567mypf7g8h1s1ra0yzk3x-treefmt-check Last 18 log lines: > treefmt v2.5.0traversed 45 files > emitted 18 files for processing > formatted 18 files (1 changed) in 67ms > M mpd/tests.py > diff --git a/mpd/tests.py b/mpd/tests.py > index 36c4193..adbe45c 100755 > --- a/mpd/tests.py > +++ b/mpd/tests.py > @@ -46,8 +46,7 @@ class TestMPDClient(unittest.TestCase): > self.socket_mock = self.socket_patch.start() > self.socket_mock.getaddrinfo.return_value = [range(5)] > > - self.socket_mock.socket.side_effect = ( > - lambda *a, **kw: > + self.socket_mock.socket.side_effect = lambda *a, **kw: ( > # Create a new socket.socket() mock with default attributes, > # each time we are calling it back (otherwise, it keeps set > # attributes across calls). For full logs, run: nix log /nix/store/8dp5gqbpa02alpf24h4jrdsp2bn1a07v-treefmt-check.drv error: Cannot build '/nix/store/8dp5gqbpa02alpf24h4jrdsp2bn1a07v-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/b02rnw6ixz567mypf7g8h1s1ra0yzk3x-treefmt-check