setup
checks.aarch64-darwin.treefmt
· build #61
· raw
1this derivation will be built:2 /nix/store/r93hgg1hinldmbi4lgjgn7pamvvcc1cl-treefmt-check.drv3error: build of '/nix/store/r93hgg1hinldmbi4lgjgn7pamvvcc1cl-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/r93hgg1hinldmbi4lgjgn7pamvvcc1cl-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/5sn5jb1a4yr3d7941gp9mjlhs9j4ibbs-treefmt-check7 Last 19 log lines:8 > treefmt v2.5.0traversed 62 files9 > emitted 46 files for processing10 > formatted 46 files (1 changed) in 2.9s11 > M default.nix12 > diff --git a/default.nix b/default.nix13 > index bf876c1..ef4d953 10064414 > --- a/default.nix15 > +++ b/default.nix16 > @@ -61,7 +61,9 @@ python3Packages.buildPythonApplication {17 > checkPhase = ''18 > # Set up test dependencies19 > export TEST_BASH_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.bash else bash}"20 > - export TEST_COREUTILS_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.coreutils else coreutils}"21 > + export TEST_COREUTILS_PATH="${22 > + if stdenv.hostPlatform.isLinux then pkgsStatic.coreutils else coreutils23 > + }"24 > export TEST_NIXPKGS_PATH="${path}"25 > 26 > # Run tests27 For full logs, run:28 nix log /nix/store/r93hgg1hinldmbi4lgjgn7pamvvcc1cl-treefmt-check.drv29error: Cannot build '/nix/store/r93hgg1hinldmbi4lgjgn7pamvvcc1cl-treefmt-check.drv'.30 Reason: builder failed with exit code 1.31 Output paths:32 /nix/store/5sn5jb1a4yr3d7941gp9mjlhs9j4ibbs-treefmt-check