nixbot

builds

nix-community/harmonia build #104 failed

branch main · PR #1108 · commit 07903ed59c · · took 25m 55s

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

2 failed
failed attributes
status attribute duration
failed aarch64-darwin.devShell-default 11m 37s
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-69896-976816969/source/target/aarch64-apple-darwin/release/deps/rustc7xWhRN/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-69896-976816969/source/target/aarch64-apple-darwin/release/build/mac-notification-sys-f52e71779e5ad…
  = 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: 93221 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 eval x86_64-darwin
error: … in the left operand of the update (//) operator at /var/lib/nixbot/worktrees/266-07903ed59ca4-6e30d6ec/nix/checks.nix:58:4: …
error:
       … in the left operand of the update (//) operator
         at /var/lib/nixbot/worktrees/266-07903ed59ca4-6e30d6ec/nix/checks.nix:58:4:
           57| }
           58| // lib.optionalAttrs pkgs.stdenv.isLinux (
             |    ^
           59|   lib.mapAttrs' (

       … while evaluating a branch condition
         at «git+https://github.com/NixOS/nixpkgs?ref=nixpkgs-unstable&rev=3b32825de172d0bc85664f495edb096b10862524&shallow=1»/lib/attrsets.nix:1482:29:
         1481|   */
         1482|   optionalAttrs = cond: as: if cond then as else { };
             |                             ^
         1483|

       (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
29 succeeded
succeeded attributes
status attribute duration
loading…