nixbot

builds

Mic92/tincr build #42 failed

branch android-cross · PR #45 · commit 7a73ec3078 · · took 4m 43s

4 failed
failed attributes
status attribute duration
failed checks.aarch64-darwin.formatting 7s
treefmt-check: { packages = eachSystem ( - system: pkgs: { + system: pkgs: + { default = self.packages.${system}.tin …
treefmt-check:
     {
       packages = eachSystem (
-        system: pkgs: {
+        system: pkgs:
+        {
           default = self.packages.${system}.tincd;
           kat-vectors = pkgs.callPackage ./nix/kat-vectors.nix { };
           kat-graph = pkgs.callPackage ./nix/kat-graph.nix { };
failed checks.aarch64-darwin.tincd-test 4m 2s
tincd-test-0.1.0: assertion `left == right` failed left: 61147 right: 61344 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace fai …
tincd-test-0.1.0:
assertion `left == right` failed
  left: 61147
 right: 61344
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
    listen::tests::open_port_zero_v4_v6_same_port
test result: FAILED. 658 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.08s
error: test failed, to rerun pass `-p tincd --lib`
failed checks.aarch64-linux.formatting 2s
treefmt-check: { packages = eachSystem ( - system: pkgs: { + system: pkgs: + { default = self.packages.${system}.tin …
treefmt-check:
     {
       packages = eachSystem (
-        system: pkgs: {
+        system: pkgs:
+        {
           default = self.packages.${system}.tincd;
           kat-vectors = pkgs.callPackage ./nix/kat-vectors.nix { };
           kat-graph = pkgs.callPackage ./nix/kat-graph.nix { };
failed checks.x86_64-linux.formatting 2s
treefmt-check: { packages = eachSystem ( - system: pkgs: { + system: pkgs: + { default = self.packages.${system}.tin …
treefmt-check:
     {
       packages = eachSystem (
-        system: pkgs: {
+        system: pkgs:
+        {
           default = self.packages.${system}.tincd;
           kat-vectors = pkgs.callPackage ./nix/kat-vectors.nix { };
           kat-graph = pkgs.callPackage ./nix/kat-graph.nix { };
23 succeeded
succeeded attributes
status attribute duration
loading…