this derivation will be built: /nix/store/87bchlm3mfiay3a0sdpfxkyg4a5smvcx-treefmt-check.drv error: build of '/nix/store/87bchlm3mfiay3a0sdpfxkyg4a5smvcx-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/87bchlm3mfiay3a0sdpfxkyg4a5smvcx-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/6wgz1j9jh7k3qf7qkknw8x6g4gcj798c-treefmt-check Last 25 log lines: > ("rsa", "no Ed25519 public key"), > ] { > let err = invite(&paths, None, who, true, SystemTime::now()).unwrap_err(); > - assert!(matches!(&err, CmdError::BadInput(m) if m.contains(want)), "{who}: {err}"); > + assert!( > + matches!(&err, CmdError::BadInput(m) if m.contains(want)), > + "{who}: {err}" > + ); > } > } > > diff --git a/crates/tinc-tools/src/cmd/join/tests.rs b/crates/tinc-tools/src/cmd/join/tests.rs > index 03087db..084f6f0 100644 > --- a/crates/tinc-tools/src/cmd/join/tests.rs > +++ b/crates/tinc-tools/src/cmd/join/tests.rs > @@ -496,7 +496,8 @@ fn invite_join_roundtrip_in_process() { > .append_conf("Mode = switch\n"); > let inviter = inviter_cd.paths(); > > - let inv_result = invite::invite(inviter, Some("acme"), "bob", false, SystemTime::now()).unwrap(); > + let inv_result = > + invite::invite(inviter, Some("acme"), "bob", false, SystemTime::now()).unwrap(); > let parsed = parse_url(&inv_result.url).unwrap(); > > // Load invitation key. Both the server stub and the joiner's For full logs, run: nix log /nix/store/87bchlm3mfiay3a0sdpfxkyg4a5smvcx-treefmt-check.drv error: Cannot build '/nix/store/87bchlm3mfiay3a0sdpfxkyg4a5smvcx-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/6wgz1j9jh7k3qf7qkknw8x6g4gcj798c-treefmt-check