nixbot

builds

failed aarch64-linux.treefmt build #8 · raw ·

1these 3 derivations will be built:2  /nix/store/v8bwia1brd7mhsmm5fmqk039ks1qi9sx-treefmt.toml.drv3  /nix/store/hpdxwd081lsx2aq6kqqffm7jrfkvf65c-treefmt.drv4  /nix/store/07vl0a1pw6fngxc1dsxypmbsgsci4rx1-treefmt-check.drv5these 26 paths will be fetched (52.4 MiB download, 223.9 MiB unpacked):6  /nix/store/mr0371cj5ri28izvyxhib7h15sgjhw23-deadnix-1.3.17  /nix/store/97kzlf9srncm9fr11y2bd4j6yz2q2s1r-deno-2.6.38  /nix/store/iwc65w2zcc62gz06n8bqdf84ydxm9nn0-git-lfs-3.7.19  /nix/store/1xk52knyii7mzhf33pbrg6vxq7v854px-iana-etc-2025050510  /nix/store/5hfmqp7a1m38zrdmk9mzpz4k597w3nm3-jemalloc-5.3.0-unstable-2025-09-1211  /nix/store/agw30m9f59nadpl9q9snrh0kcb2n3sna-libyaml-0.2.512  /nix/store/8i2bgxqpamx48g48lprqrw4wgdc41cf9-nixfmt-1.1.013  /nix/store/4bry1mxfzwf9ry1g5pf0w0p8qf74xr4v-numactl-2.0.1814  /nix/store/xb902arn88h4rjbkd6d74zbdc205vb5z-python3.13-cbor2-5.7.015  /nix/store/mgkxspab55vczsfvhj93drjjw638hvcv-python3.13-colorama-0.4.616  /nix/store/5p9lbsasrp0vz4wvdkza3c3saxr67br3-python3.13-markdown-it-py-3.0.017  /nix/store/arims2xdzzi45m1bnhi3jsa4pb118f1k-python3.13-mdurl-0.1.218  /nix/store/lm8x6jby56drsajn6r9nr5y0i4x6qw4k-python3.13-python-dateutil-2.9.0.post019  /nix/store/7vnzk3lm6841j1a29g25z1j4fskp02am-python3.13-pyyaml-6.0.320  /nix/store/1wrhpwp2nw1l4ahl1jizs9vypcnr4rs9-python3.13-remarshal-1.2.021  /nix/store/g18v3wp5kxi8jwbd25q3vxmvrnskdrqz-python3.13-rich-14.1.022  /nix/store/f91c299wpxrkhyb9l5mj5wz370gp4fiq-python3.13-rich-argparse-1.7.123  /nix/store/vhsx3hr43fj877ggn9ki1gnwqk6yzy1d-python3.13-ruamel-base-1.0.024  /nix/store/56d1d9vq0qv5i1mmrmgmg721nbcnvxnl-python3.13-ruamel-yaml-0.18.1425  /nix/store/cwaxwnf3gvrii9f51sf999ywbi1l04gp-python3.13-ruamel-yaml-clib-0.2.1226  /nix/store/kabmckzwhf51wb2zcn9n8dn0zxys2bhr-python3.13-six-1.17.027  /nix/store/vv26h7pbqg4pnjsfyqykz7xmk7a84y1k-python3.13-tomlkit-0.13.328  /nix/store/yhz4200c9a2q3vf5ymmypzhf08acfd49-python3.13-u-msgpack-python-2.8.029  /nix/store/wrw39058hj7xilcbjw6mmx69mncbwx7l-ruff-0.14.930  /nix/store/xnd149m7vsgcz06i2fhp1jcg7r2z74q9-treefmt-2.4.031  /nix/store/gk3ndkasjqd4h0zgg2v2j986sf6f9svf-yamlfmt-0.20.032building '/nix/store/v8bwia1brd7mhsmm5fmqk039ks1qi9sx-treefmt.toml.drv' on 'ssh-ng://nix@eliza'33building '/nix/store/v8bwia1brd7mhsmm5fmqk039ks1qi9sx-treefmt.toml.drv'34treefmt.toml> 35building '/nix/store/hpdxwd081lsx2aq6kqqffm7jrfkvf65c-treefmt.drv' on 'ssh-ng://nix@eliza'36building '/nix/store/hpdxwd081lsx2aq6kqqffm7jrfkvf65c-treefmt.drv'37building '/nix/store/07vl0a1pw6fngxc1dsxypmbsgsci4rx1-treefmt-check.drv' on 'ssh-ng://nix@eliza'38building '/nix/store/07vl0a1pw6fngxc1dsxypmbsgsci4rx1-treefmt-check.drv'39treefmt-check> treefmt v2.4.0traversed 51 files40treefmt-check> emitted 42 files for processing41treefmt-check> formatted 42 files (1 changed) in 257ms42treefmt-check>  M src/nix-eval-jobs.cc43treefmt-check> diff --git a/src/nix-eval-jobs.cc b/src/nix-eval-jobs.cc44treefmt-check> index c4c9081..7b2be0f 10064445treefmt-check> --- a/src/nix-eval-jobs.cc46treefmt-check> +++ b/src/nix-eval-jobs.cc47treefmt-check> @@ -37,8 +37,8 @@48treefmt-check>  #include <nix/util/users.hh>49treefmt-check>  #include <nix/util/util.hh>50treefmt-check>  #ifdef __linux__51treefmt-check> -#  include <sched.h>52treefmt-check> -#  include <nix/util/linux-namespaces.hh>53treefmt-check> +#include <sched.h>54treefmt-check> +#include <nix/util/linux-namespaces.hh>55treefmt-check>  #endif56treefmt-check>  #include <sys/signal.h>57treefmt-check>  #include <variant>58treefmt-check> @@ -539,8 +539,9 @@ auto main(int argc, char **argv) -> int {59treefmt-check>                  if (unshare(CLONE_NEWNS) == -1) {60treefmt-check>                      throw nix::SysError("setting up a private mount namespace");61treefmt-check>                  }62treefmt-check> -            } catch (nix::Error & e) {63treefmt-check> -                nix::warn("failed to set up a private mount namespace: %s", e.msg());64treefmt-check> +            } catch (nix::Error &e) {65treefmt-check> +                nix::warn("failed to set up a private mount namespace: %s",66treefmt-check> +                          e.msg());67treefmt-check>              }68treefmt-check>          }69treefmt-check>  #endif70error: build of '/nix/store/07vl0a1pw6fngxc1dsxypmbsgsci4rx1-treefmt-check.drv' on 'ssh-ng://nix@eliza' failed: Cannot build '/nix/store/07vl0a1pw6fngxc1dsxypmbsgsci4rx1-treefmt-check.drv'.71       Reason: builder failed with exit code 1.72       Output paths:73         /nix/store/c9c6rkn0pr9dwv1946m9iy8gnb38ds08-treefmt-check74       Last 25 log lines:75       > --- a/src/nix-eval-jobs.cc76       > +++ b/src/nix-eval-jobs.cc77       > @@ -37,8 +37,8 @@78       >  #include <nix/util/users.hh>79       >  #include <nix/util/util.hh>80       >  #ifdef __linux__81       > -#  include <sched.h>82       > -#  include <nix/util/linux-namespaces.hh>83       > +#include <sched.h>84       > +#include <nix/util/linux-namespaces.hh>85       >  #endif86       >  #include <sys/signal.h>87       >  #include <variant>88       > @@ -539,8 +539,9 @@ auto main(int argc, char **argv) -> int {89       >                  if (unshare(CLONE_NEWNS) == -1) {90       >                      throw nix::SysError("setting up a private mount namespace");91       >                  }92       > -            } catch (nix::Error & e) {93       > -                nix::warn("failed to set up a private mount namespace: %s", e.msg());94       > +            } catch (nix::Error &e) {95       > +                nix::warn("failed to set up a private mount namespace: %s",96       > +                          e.msg());97       >              }98       >          }99       >  #endif100       For full logs, run:101         nix log /nix/store/07vl0a1pw6fngxc1dsxypmbsgsci4rx1-treefmt-check.drv102error: Cannot build '/nix/store/07vl0a1pw6fngxc1dsxypmbsgsci4rx1-treefmt-check.drv'.103       Reason: builder failed with exit code 1.104       Output paths:105         /nix/store/c9c6rkn0pr9dwv1946m9iy8gnb38ds08-treefmt-check