nixbot

builds
1this derivation will be built:2 /nix/store/mk93arw2yqdl0xn8k6m3llqd3d6nppj8-nix-eval-warnings-0.1.0.drv3error: build of '/nix/store/mk93arw2yqdl0xn8k6m3llqd3d6nppj8-nix-eval-warnings-0.1.0.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/mk93arw2yqdl0xn8k6m3llqd3d6nppj8-nix-eval-warnings-0.1.0.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/2pb4zvc0cizpi9hkgkkiydq4rwnmyah9-nix-eval-warnings-0.1.0-dist7 /nix/store/c7z3vy060s4yczprnfzzai1q0dgzr3zq-nix-eval-warnings-0.1.08 Last 25 log lines:9 > rootdir: /nix/var/nix/builds/nix-11733-3190185240/nix-eval-warnings10 > configfile: pyproject.toml11 > collected 12 items 12 >13 > tests/test_nix_eval_warnings.py ..F......... [100%]14 >15 > =================================== FAILURES ===================================16 > ____ TestNixEvalWarningsIntegration.test_source_location_has_file_and_line _____17 >18 > self = <tests.test_nix_eval_warnings.TestNixEvalWarningsIntegration testMethod=test_source_location_has_file_and_line>19 >20 > def test_source_location_has_file_and_line(self) -> None:21 > """Test that source file and line number are extracted."""22 > for w in self.warnings:23 > > assert "flake.nix:" in w.source, (24 > f"Expected 'flake.nix:' in source, got: {w.source}"25 > )26 > E AssertionError: Expected 'flake.nix:' in source, got: 27 > E assert 'flake.nix:' in ''28 > E + where '' = EvalWarning(attr='x86_64-linux.uses-input', warning_type='warning from subflake', source='', option_path='').source29 >30 > tests/test_nix_eval_warnings.py:169: AssertionError31 > =========================== short test summary info ============================32 > FAILED tests/test_nix_eval_warnings.py::TestNixEvalWarningsIntegration::test_source_location_has_file_and_line - AssertionError: Expected 'flake.nix:' in source, got:33 > ========================= 1 failed, 11 passed in 5.63s =========================34 For full logs, run:35 nix log /nix/store/mk93arw2yqdl0xn8k6m3llqd3d6nppj8-nix-eval-warnings-0.1.0.drv36error: Cannot build '/nix/store/mk93arw2yqdl0xn8k6m3llqd3d6nppj8-nix-eval-warnings-0.1.0.drv'.37 Reason: builder failed with exit code 1.38 Output paths:39 /nix/store/2pb4zvc0cizpi9hkgkkiydq4rwnmyah9-nix-eval-warnings-0.1.0-dist40 /nix/store/c7z3vy060s4yczprnfzzai1q0dgzr3zq-nix-eval-warnings-0.1.0