nixbot

builds
1this derivation will be built:2 /nix/store/73c3w42cfq5r1vb64byjd1qdfjbb53m0-nix-eval-warnings-0.1.0.drv3Failed to find a machine for remote build!4derivation: 73c3w42cfq5r1vb64byjd1qdfjbb53m0-nix-eval-warnings-0.1.0.drv5required (system, features): (aarch64-linux, [])61 available machines:7(systems, maxjobs, supportedFeatures, mandatoryFeatures)8([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])9error: Cannot build '/nix/store/73c3w42cfq5r1vb64byjd1qdfjbb53m0-nix-eval-warnings-0.1.0.drv'.10 Reason: builder failed with exit code 1.11 Output paths:12 /nix/store/b74r8v3xmp1h2z91z5hdy6syp0yy94jd-nix-eval-warnings-0.1.013 /nix/store/bxlfjlqsdqxax832pmnw4n2g5shc3cg2-nix-eval-warnings-0.1.0-dist14 Last 25 log lines:15 > rootdir: /build/nix-eval-warnings16 > configfile: pyproject.toml17 > collected 12 items18 >19 > tests/test_nix_eval_warnings.py ..F......... [100%]20 >21 > =================================== FAILURES ===================================22 > ____ TestNixEvalWarningsIntegration.test_source_location_has_file_and_line _____23 >24 > self = <tests.test_nix_eval_warnings.TestNixEvalWarningsIntegration testMethod=test_source_location_has_file_and_line>25 >26 > def test_source_location_has_file_and_line(self) -> None:27 > """Test that source file and line number are extracted."""28 > for w in self.warnings:29 > > assert "flake.nix:" in w.source, (30 > f"Expected 'flake.nix:' in source, got: {w.source}"31 > )32 > E AssertionError: Expected 'flake.nix:' in source, got:33 > E assert 'flake.nix:' in ''34 > E + where '' = EvalWarning(attr='x86_64-linux.uses-input', warning_type='warning from subflake', source='', option_path='').source35 >36 > tests/test_nix_eval_warnings.py:169: AssertionError37 > =========================== short test summary info ============================38 > FAILED tests/test_nix_eval_warnings.py::TestNixEvalWarningsIntegration::test_source_location_has_file_and_line39 > ========================= 1 failed, 11 passed in 0.34s =========================40 For full logs, run:41 nix log /nix/store/73c3w42cfq5r1vb64byjd1qdfjbb53m0-nix-eval-warnings-0.1.0.drv