nixbot

builds

Mic92/tincr build #116 failed

branch overlay-wins · PR #71 · commit e74e10ad6a · · took 4m 34s · eval 57s

3 failed
failed attributes
status attribute duration
failed checks.aarch64-darwin.formatting 3s
treefmt-check: let inviter = inviter_cd.paths(); - let inv_result = invite::invite(inviter, Some("acme"), "bob", false, SystemTime::now()).unwrap(); + …
treefmt-check:
     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
failed checks.aarch64-linux.formatting 3s
treefmt-check: @@ -496,7 +496,8 @@ fn invite_join_roundtrip_in_process() { .append_conf("Mode = switch\n"); let inviter = inviter_cd.paths(); - …
treefmt-check:
@@ -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
failed checks.x86_64-linux.formatting 2s
treefmt-check: @@ -496,7 +496,8 @@ fn invite_join_roundtrip_in_process() { .append_conf("Mode = switch\n"); let inviter = inviter_cd.paths(); - …
treefmt-check:
@@ -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
29 succeeded
succeeded attributes
status attribute duration
loading…