nixbot

builds

Mic92/nix-diff-rs build #19 failed

branch main · PR #118 · commit 0aff696fb8 · · took 1m 49s

eval warnings 2 kinds · 2 occurrences
  • error ×1
  • error Nixpkgs 26.11 has dropped support for x86_64-darwin. ×1

5 failed
failed attributes
status attribute duration
failed aarch64-darwin.devShell-default 1m 22s
cargo-watch-8.5.3: error: linking with `/nix/store/yn81qpksaxk576qb807fsck5ch7zmj6c-clang-wrapper-21.1.8/bin/cc` failed: exit status: 1 | = note: "/nix/sto …
cargo-watch-8.5.3:
error: linking with `/nix/store/yn81qpksaxk576qb807fsck5ch7zmj6c-clang-wrapper-21.1.8/bin/cc` failed: exit status: 1
  |
  = note:  "/nix/store/yn81qpksaxk576qb807fsck5ch7zmj6c-clang-wrapper-21.1.8/bin/cc" "<1 object files omitted>" "/nix/var/nix/builds/nix-25668-3544321989/source/target/aarch64-apple-darwin/release/deps/rustc0T7B2D/libmac_notification_sys-6a2c208ca0f9a7c7.rlib" "<sysroot>/lib/rustlib/aarch64-apple-darwin/lib/libcompiler_builtins-*.rlib" "-framework" "Foundation" "-lSystem" "-lobjc" "-framework" "CoreServices" "-framework" "CoreFoundation" "-liconv" "-lSystem" "-lc" "-lm" "-arch" "arm64" "-mmacosx-version-min=14.0.0" "-L" "/nix/var/nix/builds/nix-25668-3544321989/source/target/aarch64-apple-darwin/release/build/mac-notification-sys-f52e71779e5…
  = note: some arguments are omitted. use `--verbose` to show all linker arguments
  = note: /nix/store/pnd38c1w69ajjfmpsajbz7i72jd2i62v-cctools-binutils-darwin-wrapper-1010.6/bin/ld: line 292: 33553 Trace/BPT trap: 5          /nix/store/zhb8xrwn0mp0xk3argfbh8w73c4cipqs-cctools-binutils-darwin-1010.6/bin/ld "@$responseFile"
          clang: error: linker command failed with exit code 133 (use -v to see invocation)
warning: `cargo-watch` (bin "cargo-watch") generated 1 warning
error: could not compile `cargo-watch` (bin "cargo-watch") due to 1 previous error; 1 warning emitted
failed aarch64-darwin.treefmt 15s
treefmt-check: - }; + outputs = { self }: { + packages.x86_64-linux.default = import ./default.nix; + packages.aarch64-linux.default = import ./defaul …
treefmt-check:
-    };
+  outputs = { self }: {
+    packages.x86_64-linux.default = import ./default.nix;
+    packages.aarch64-linux.default = import ./default.nix;
+    packages.x86_64-darwin.default = import ./default.nix;
+    packages.aarch64-darwin.default = import ./default.nix;
+  };
 }
failed aarch64-linux.treefmt 3s
treefmt-check: - }; + outputs = { self }: { + packages.x86_64-linux.default = import ./default.nix; + packages.aarch64-linux.default = import ./defaul …
treefmt-check:
-    };
+  outputs = { self }: {
+    packages.x86_64-linux.default = import ./default.nix;
+    packages.aarch64-linux.default = import ./default.nix;
+    packages.x86_64-darwin.default = import ./default.nix;
+    packages.aarch64-darwin.default = import ./default.nix;
+  };
 }
failed eval x86_64-darwin
error: … while evaluating the attribute 'optionalValue.value' at «github:nix-community/nixpkgs.lib/db3f255737b94216eb71cce308e2912cf6bc2d7c?narH …
error:
       … while evaluating the attribute 'optionalValue.value'
         at «github:nix-community/nixpkgs.lib/db3f255737b94216eb71cce308e2912cf6bc2d7c?narHash=sha256-ePjCwr1sNm9NYUqywL7QfK3JnlS015msC%2BeBu2zKlp8%3D»/lib/modules.nix:1310:5:
         1309|
         1310|     optionalValue = if isDefined then { value = mergedValue; } else { };
             |     ^
         1311|   };

       … while evaluating a branch condition
         at «github:nix-community/nixpkgs.lib/db3f255737b94216eb71cce308e2912cf6bc2d7c?narHash=sha256-ePjCwr1sNm9NYUqywL7QfK3JnlS015msC%2BeBu2zKlp8%3D»/lib/modules.nix:1310:21:
         1309|
         1310|     optionalValue = if isDefined then { value = mergedValue; } else { };
             |                     ^
         1311|   };

       … while evaluating definitions from `/nix/store/xfg4bws749i95jvnxhymxmfwailzk38q-source/modules/transposition.nix':

       … while evaluating the option `perSystem.x86_64-darwin.checks':

       … while evaluating definitions from `/nix/store/j0q2m865nbrhfx3ci3azhp4sa1wjqxwr-source/flake.nix, via option perSystem':

       … while evaluating the module argument `pkgs' in ":anon-11:anon-1":

       … noting that argument `pkgs` is not externally provided, so querying `_module.args` instead, requiring `config`

       … while evaluating definitions from `/nix/store/xfg4bws749i95jvnxhymxmfwailzk38q-source/modules/transposition.nix':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Nixpkgs 26.11 has dropped support for x86_64-darwin.

       The 26.05 stable branch still supports x86_64-darwin, and will
       receive security fixes until the end of 2026. If you use channels,
       you can switch to 26.05 as follows:

           $ sudo nix-channel --add https://nixos.org/channels/nixpkgs-26.05-darwin nixpkgs
           $ sudo nix-channel --update

       If this doesn’t work, you may need to run:

           # Lack of sudo is deliberate:
           $ nix-channel --remove nixpkgs

       If you use flakes, switch your flake input:

           inputs.nixpkgs = {
             url = "github:NixOS/nixpkgs/nixpkgs-26.05-darwin";
           };

       See the release notes for more information and alternatives:

         https://nixos.org/manual/nixpkgs/unstable/release-notes#x86_64-darwin-26.11
failed x86_64-linux.treefmt 21s
treefmt-check: - }; + outputs = { self }: { + packages.x86_64-linux.default = import ./default.nix; + packages.aarch64-linux.default = import ./defaul …
treefmt-check:
-    };
+  outputs = { self }: {
+    packages.x86_64-linux.default = import ./default.nix;
+    packages.aarch64-linux.default = import ./default.nix;
+    packages.x86_64-darwin.default = import ./default.nix;
+    packages.aarch64-darwin.default = import ./default.nix;
+  };
 }
14 succeeded
succeeded attributes
status attribute duration
loading…