nixbot

builds

failed aarch64-darwin.formatting build #57 · raw · ·

1this derivation will be built:2  /nix/store/r7ywrv8am5is5gw8ixdb80awc3ggzamm-treefmt-check.drv3building '/nix/store/r7ywrv8am5is5gw8ixdb80awc3ggzamm-treefmt-check.drv' on 'ssh-ng://customer@mac02'4building '/nix/store/r7ywrv8am5is5gw8ixdb80awc3ggzamm-treefmt-check.drv'5treefmt-check> treefmt v2.5.0traversed 1244 files6treefmt-check> emitted 536 files for processing7treefmt-check> formatted 536 files (3 changed) in 1.691s8treefmt-check>  M nixosModules/nix-daemon.nix9treefmt-check> diff --git a/nixosModules/nix-daemon.nix b/nixosModules/nix-daemon.nix10treefmt-check> index 0e37ef0..50f89be 10064411treefmt-check> --- a/nixosModules/nix-daemon.nix12treefmt-check> +++ b/nixosModules/nix-daemon.nix13treefmt-check> @@ -46,8 +46,8 @@14treefmt-check>          "https://hetzner-cache.numtide.com"15treefmt-check>        ]16treefmt-check>        ++ lib.optional (config.networking.hostName != "eve") "https://cache.thalheim.io";17treefmt-check> -      trusted-substituters = [ ]18treefmt-check> -      ++ lib.optional (config.networking.hostName != "eve") "https://cache.thalheim.io";19treefmt-check> +      trusted-substituters =20treefmt-check> +        [ ] ++ lib.optional (config.networking.hostName != "eve") "https://cache.thalheim.io";21treefmt-check>        trusted-public-keys = [22treefmt-check>          "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="23treefmt-check>          "cache.thalheim.io-1:R7msbosLEZKrxk/lKxf9BTjOOH7Ax3H0Qj0/6wiHOgc="24error: build of '/nix/store/r7ywrv8am5is5gw8ixdb80awc3ggzamm-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/r7ywrv8am5is5gw8ixdb80awc3ggzamm-treefmt-check.drv'.25       Reason: builder failed with exit code 1.26       Output paths:27         /nix/store/xqizv2cs9s2wg614fid8kqya5pb2cnph-treefmt-check28       Last 19 log lines:29       > treefmt v2.5.0traversed 1244 files30       > emitted 536 files for processing31       > formatted 536 files (3 changed) in 1.691s32       >  M nixosModules/nix-daemon.nix33       > diff --git a/nixosModules/nix-daemon.nix b/nixosModules/nix-daemon.nix34       > index 0e37ef0..50f89be 10064435       > --- a/nixosModules/nix-daemon.nix36       > +++ b/nixosModules/nix-daemon.nix37       > @@ -46,8 +46,8 @@38       >          "https://hetzner-cache.numtide.com"39       >        ]40       >        ++ lib.optional (config.networking.hostName != "eve") "https://cache.thalheim.io";41       > -      trusted-substituters = [ ]42       > -      ++ lib.optional (config.networking.hostName != "eve") "https://cache.thalheim.io";43       > +      trusted-substituters =44       > +        [ ] ++ lib.optional (config.networking.hostName != "eve") "https://cache.thalheim.io";45       >        trusted-public-keys = [46       >          "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="47       >          "cache.thalheim.io-1:R7msbosLEZKrxk/lKxf9BTjOOH7Ax3H0Qj0/6wiHOgc="48       For full logs, run:49         nix log /nix/store/r7ywrv8am5is5gw8ixdb80awc3ggzamm-treefmt-check.drv50error: Cannot build '/nix/store/r7ywrv8am5is5gw8ixdb80awc3ggzamm-treefmt-check.drv'.51       Reason: builder failed with exit code 1.52       Output paths:53         /nix/store/xqizv2cs9s2wg614fid8kqya5pb2cnph-treefmt-check545556nixbot: transient error detected, retrying once5758this derivation will be built:59  /nix/store/r7ywrv8am5is5gw8ixdb80awc3ggzamm-treefmt-check.drv60building '/nix/store/r7ywrv8am5is5gw8ixdb80awc3ggzamm-treefmt-check.drv' on 'ssh-ng://customer@mac02'61building '/nix/store/r7ywrv8am5is5gw8ixdb80awc3ggzamm-treefmt-check.drv'62treefmt-check> treefmt v2.5.0traversed 1244 files63treefmt-check> emitted 536 files for processing64treefmt-check> formatted 536 files (3 changed) in 1.632s65treefmt-check>  M nixosModules/nix-daemon.nix66treefmt-check> diff --git a/nixosModules/nix-daemon.nix b/nixosModules/nix-daemon.nix67treefmt-check> index 0e37ef0..50f89be 10064468treefmt-check> --- a/nixosModules/nix-daemon.nix69treefmt-check> +++ b/nixosModules/nix-daemon.nix70treefmt-check> @@ -46,8 +46,8 @@71treefmt-check>          "https://hetzner-cache.numtide.com"72treefmt-check>        ]73treefmt-check>        ++ lib.optional (config.networking.hostName != "eve") "https://cache.thalheim.io";74treefmt-check> -      trusted-substituters = [ ]75treefmt-check> -      ++ lib.optional (config.networking.hostName != "eve") "https://cache.thalheim.io";76treefmt-check> +      trusted-substituters =77treefmt-check> +        [ ] ++ lib.optional (config.networking.hostName != "eve") "https://cache.thalheim.io";78treefmt-check>        trusted-public-keys = [79treefmt-check>          "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="80treefmt-check>          "cache.thalheim.io-1:R7msbosLEZKrxk/lKxf9BTjOOH7Ax3H0Qj0/6wiHOgc="81error: build of '/nix/store/r7ywrv8am5is5gw8ixdb80awc3ggzamm-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/r7ywrv8am5is5gw8ixdb80awc3ggzamm-treefmt-check.drv'.82       Reason: builder failed with exit code 1.83       Output paths:84         /nix/store/xqizv2cs9s2wg614fid8kqya5pb2cnph-treefmt-check85       Last 19 log lines:86       > treefmt v2.5.0traversed 1244 files87       > emitted 536 files for processing88       > formatted 536 files (3 changed) in 1.632s89       >  M nixosModules/nix-daemon.nix90       > diff --git a/nixosModules/nix-daemon.nix b/nixosModules/nix-daemon.nix91       > index 0e37ef0..50f89be 10064492       > --- a/nixosModules/nix-daemon.nix93       > +++ b/nixosModules/nix-daemon.nix94       > @@ -46,8 +46,8 @@95       >          "https://hetzner-cache.numtide.com"96       >        ]97       >        ++ lib.optional (config.networking.hostName != "eve") "https://cache.thalheim.io";98       > -      trusted-substituters = [ ]99       > -      ++ lib.optional (config.networking.hostName != "eve") "https://cache.thalheim.io";100       > +      trusted-substituters =101       > +        [ ] ++ lib.optional (config.networking.hostName != "eve") "https://cache.thalheim.io";102       >        trusted-public-keys = [103       >          "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="104       >          "cache.thalheim.io-1:R7msbosLEZKrxk/lKxf9BTjOOH7Ax3H0Qj0/6wiHOgc="105       For full logs, run:106         nix log /nix/store/r7ywrv8am5is5gw8ixdb80awc3ggzamm-treefmt-check.drv107error: Cannot build '/nix/store/r7ywrv8am5is5gw8ixdb80awc3ggzamm-treefmt-check.drv'.108       Reason: builder failed with exit code 1.109       Output paths:110         /nix/store/xqizv2cs9s2wg614fid8kqya5pb2cnph-treefmt-check