Mic92/update-flake-inputs-gitea build #18 failed ← #17 #19 →
eval warnings
3 kinds
· 9 occurrences
- error ×4
- error Nixpkgs 26.11 has dropped support for x86_64-darwin. ×4
- warn could not read HEAD ref from repo at '/var/lib/nixbot/worktrees/1079-36665bb4f10f-92', using 'master' ×1
10 failed
| status | attribute | duration |
|---|---|---|
default.checks.aarch64-darwin.pytest-impure
|
9s | |
setup: /nix/store/n7mvc2z4rdjpy8qlmj9xdc1zzg9f9iny-python3.13-iniconfig-2.3.0 /nix/store/q986mbmlrls4kmaywi5lgj3mq9zby827-python3.13-packaging-26.2 /nix/s …setup: /nix/store/n7mvc2z4rdjpy8qlmj9xdc1zzg9f9iny-python3.13-iniconfig-2.3.0 /nix/store/q986mbmlrls4kmaywi5lgj3mq9zby827-python3.13-packaging-26.2 /nix/store/d59q189zzaw7z6diakbjqv80p9isa7fw-python3.13-pluggy-1.6.0 /nix/store/siq7jmnjcmx5almrcvncggy4dy1nw11d-python3.13-pygments-2.20.0 /nix/store/lbgihj2bcw9dpk2skp79qn3882pzxacf-python3.13-pytest-9.1.1 Failed to find a machine for remote build! derivation: pzvp1kxnx0apcdcl6ajgx46fpp7grclf-pytest-impure.drv required (system, features): (aarch64-darwin, [ca-derivations]) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) error: Cannot build '/nix/store/pzvp1kxnx0apcdcl6ajgx46fpp7grclf-pytest-impure.drv'. Reason: platform mismatch Required system: 'aarch64-darwin' Current system: 'x86_64-linux' error: build of resolved derivation '/nix/store/pzvp1kxnx0apcdcl6ajgx46fpp7grclf-pytest-impure.drv' failed |
||
default.checks.aarch64-darwin.treefmt
|
5s | |
treefmt-check: --> tests/test_gitea_service.py:1:1 CPY001 Missing copyright notice at top of file --> tests/test_process_flake_updates.py:1:1 Found 10 errors. t …treefmt-check: --> tests/test_gitea_service.py:1:1 CPY001 Missing copyright notice at top of file --> tests/test_process_flake_updates.py:1:1 Found 10 errors. traversed 34 files emitted 20 files for processing formatted 10 files (0 changed) in 144ms Error: failed to finalise formatting: formatting failures detected |
||
default.checks.aarch64-linux.pytest-impure
|
24s | |
pytest-impure: FAILED tests/test_flake_service.py::TestFlakeService::test_update_flake_input FAILED tests/test_flake_service.py::TestFlakeService::test_update_s …pytest-impure: FAILED tests/test_flake_service.py::TestFlakeService::test_update_flake_input FAILED tests/test_flake_service.py::TestFlakeService::test_update_subflake_input FAILED tests/test_process_flake_updates.py::TestProcessFlakeUpdates::test_with_updatable_flake_input FAILED tests/test_process_flake_updates.py::TestProcessFlakeUpdates::test_worktree_based_on_base_branch_not_head FAILED tests/test_process_flake_updates.py::TestProcessFlakeUpdates::test_custom_git_author_committer FAILED tests/test_process_flake_updates.py::TestProcessFlakeUpdates::test_branch_suffix FAILED tests/test_process_flake_updates.py::TestProcessFlakeUpdates::test_fails_at_end_when_individual_input_fails 7 failed, 16 passed in 4.10s |
||
default.checks.aarch64-linux.treefmt
|
2s | |
treefmt-check: --> tests/test_gitea_service.py:1:1 CPY001 Missing copyright notice at top of file --> tests/test_process_flake_updates.py:1:1 Found 10 errors. t …treefmt-check: --> tests/test_gitea_service.py:1:1 CPY001 Missing copyright notice at top of file --> tests/test_process_flake_updates.py:1:1 Found 10 errors. traversed 34 files emitted 20 files for processing formatted 10 files (0 changed) in 83ms Error: failed to finalise formatting: formatting failures detected |
||
default.checks.x86_64-darwin.mypy
|
— | |
error: … while evaluating a branch condition at «string»:23:10: 22| if !keepName n then {} 23| else if !builtins.i …error:
… while evaluating a branch condition
at «string»:23:10:
22| if !keepName n then {}
23| else if !builtins.isAttrs c || isDrv c then c
| ^
24| else if c ? _type || !(c.recurseForDerivations or true) then {}
… in the left operand of the OR (||) operator
at «string»:23:33:
22| if !keepName n then {}
23| else if !builtins.isAttrs c || isDrv c then c
| ^
24| else if c ? _type || !(c.recurseForDerivations or true) then {}
… while evaluating definitions from `/nix/store/lrxvs4l9bqbgjfz7w9bkfg5zqq442jxc-source/modules/transposition.nix':
… while evaluating definitions from `/nix/store/d26w8lk1vq2hk9hrpf1clg93000cvfn0-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/lrxvs4l9bqbgjfz7w9bkfg5zqq442jxc-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
|
||
default.checks.x86_64-darwin.pytest
|
— | |
error: … while evaluating a branch condition at «string»:23:10: 22| if !keepName n then {} 23| else if !builtins.i …error:
… while evaluating a branch condition
at «string»:23:10:
22| if !keepName n then {}
23| else if !builtins.isAttrs c || isDrv c then c
| ^
24| else if c ? _type || !(c.recurseForDerivations or true) then {}
… in the left operand of the OR (||) operator
at «string»:23:33:
22| if !keepName n then {}
23| else if !builtins.isAttrs c || isDrv c then c
| ^
24| else if c ? _type || !(c.recurseForDerivations or true) then {}
… while evaluating definitions from `/nix/store/lrxvs4l9bqbgjfz7w9bkfg5zqq442jxc-source/modules/transposition.nix':
… while evaluating definitions from `/nix/store/d26w8lk1vq2hk9hrpf1clg93000cvfn0-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/lrxvs4l9bqbgjfz7w9bkfg5zqq442jxc-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
|
||
default.checks.x86_64-darwin.pytest-impure
|
— | |
error: … while evaluating a branch condition at «string»:23:10: 22| if !keepName n then {} 23| else if !builtins.i …error:
… while evaluating a branch condition
at «string»:23:10:
22| if !keepName n then {}
23| else if !builtins.isAttrs c || isDrv c then c
| ^
24| else if c ? _type || !(c.recurseForDerivations or true) then {}
… in the left operand of the OR (||) operator
at «string»:23:33:
22| if !keepName n then {}
23| else if !builtins.isAttrs c || isDrv c then c
| ^
24| else if c ? _type || !(c.recurseForDerivations or true) then {}
… while evaluating definitions from `/nix/store/lrxvs4l9bqbgjfz7w9bkfg5zqq442jxc-source/modules/transposition.nix':
… while evaluating definitions from `/nix/store/d26w8lk1vq2hk9hrpf1clg93000cvfn0-source/flake.nix, via option perSystem':
… while evaluating definitions from `/nix/store/lrxvs4l9bqbgjfz7w9bkfg5zqq442jxc-source/modules/transposition.nix':
… while evaluating definitions from `/nix/store/d26w8lk1vq2hk9hrpf1clg93000cvfn0-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/lrxvs4l9bqbgjfz7w9bkfg5zqq442jxc-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
|
||
default.checks.x86_64-darwin.treefmt
|
— | |
error: … while evaluating a branch condition at «string»:23:10: 22| if !keepName n then {} 23| else if !builtins.i …error:
… while evaluating a branch condition
at «string»:23:10:
22| if !keepName n then {}
23| else if !builtins.isAttrs c || isDrv c then c
| ^
24| else if c ? _type || !(c.recurseForDerivations or true) then {}
… in the left operand of the OR (||) operator
at «string»:23:33:
22| if !keepName n then {}
23| else if !builtins.isAttrs c || isDrv c then c
| ^
24| else if c ? _type || !(c.recurseForDerivations or true) then {}
… while evaluating definitions from `/nix/store/lrxvs4l9bqbgjfz7w9bkfg5zqq442jxc-source/modules/transposition.nix':
… while evaluating definitions from `/nix/store/mdh8sbbfyjx02h66nav419nd1w8799xr-source/flake-module.nix':
… while evaluating definitions from `/nix/store/mdh8sbbfyjx02h66nav419nd1w8799xr-source/module-options.nix':
… while evaluating the module argument `pkgs' in "/nix/store/mdh8sbbfyjx02h66nav419nd1w8799xr-source/module-options.nix":
… noting that argument `pkgs` is not externally provided, so querying `_module.args` instead, requiring `config`
… while evaluating definitions from `/nix/store/mdh8sbbfyjx02h66nav419nd1w8799xr-source/flake-module.nix':
… while evaluating the option `perSystem.x86_64-darwin.treefmt.pkgs':
… while evaluating the module argument `pkgs' in ":anon-10:anon-1":
… noting that argument `pkgs` is not externally provided, so querying `_module.args` instead, requiring `config`
… while evaluating definitions from `/nix/store/lrxvs4l9bqbgjfz7w9bkfg5zqq442jxc-source/modules/transposition.nix':
… while evaluating definitions from `/nix/store/d26w8lk1vq2hk9hrpf1clg93000cvfn0-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/lrxvs4l9bqbgjfz7w9bkfg5zqq442jxc-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
|
||
default.checks.x86_64-linux.pytest-impure
|
21s | |
pytest-impure: FAILED tests/test_flake_service.py::TestFlakeService::test_update_flake_input FAILED tests/test_flake_service.py::TestFlakeService::test_update_s …pytest-impure: FAILED tests/test_flake_service.py::TestFlakeService::test_update_flake_input FAILED tests/test_flake_service.py::TestFlakeService::test_update_subflake_input FAILED tests/test_process_flake_updates.py::TestProcessFlakeUpdates::test_with_updatable_flake_input FAILED tests/test_process_flake_updates.py::TestProcessFlakeUpdates::test_worktree_based_on_base_branch_not_head FAILED tests/test_process_flake_updates.py::TestProcessFlakeUpdates::test_custom_git_author_committer FAILED tests/test_process_flake_updates.py::TestProcessFlakeUpdates::test_branch_suffix FAILED tests/test_process_flake_updates.py::TestProcessFlakeUpdates::test_fails_at_end_when_individual_input_fails 7 failed, 16 passed in 3.65s |
||
default.checks.x86_64-linux.treefmt
|
2s | |
treefmt-check: --> tests/test_gitea_service.py:1:1 CPY001 Missing copyright notice at top of file --> tests/test_process_flake_updates.py:1:1 Found 10 errors. t …treefmt-check: --> tests/test_gitea_service.py:1:1 CPY001 Missing copyright notice at top of file --> tests/test_process_flake_updates.py:1:1 Found 10 errors. traversed 34 files emitted 20 files for processing formatted 10 files (0 changed) in 183ms Error: failed to finalise formatting: formatting failures detected |
||
6 succeeded
| status | attribute | duration |
|---|---|---|
| loading… | ||