this derivation will be built: /nix/store/73c3w42cfq5r1vb64byjd1qdfjbb53m0-nix-eval-warnings-0.1.0.drv Failed to find a machine for remote build! derivation: 73c3w42cfq5r1vb64byjd1qdfjbb53m0-nix-eval-warnings-0.1.0.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) error: Cannot build '/nix/store/73c3w42cfq5r1vb64byjd1qdfjbb53m0-nix-eval-warnings-0.1.0.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/b74r8v3xmp1h2z91z5hdy6syp0yy94jd-nix-eval-warnings-0.1.0 /nix/store/bxlfjlqsdqxax832pmnw4n2g5shc3cg2-nix-eval-warnings-0.1.0-dist Last 25 log lines: > rootdir: /build/nix-eval-warnings > configfile: pyproject.toml > collected 12 items > > tests/test_nix_eval_warnings.py ..F......... [100%] > > =================================== FAILURES =================================== > ____ TestNixEvalWarningsIntegration.test_source_location_has_file_and_line _____ > > self = > > def test_source_location_has_file_and_line(self) -> None: > """Test that source file and line number are extracted.""" > for w in self.warnings: > > assert "flake.nix:" in w.source, ( > f"Expected 'flake.nix:' in source, got: {w.source}" > ) > E AssertionError: Expected 'flake.nix:' in source, got: > E assert 'flake.nix:' in '' > E + where '' = EvalWarning(attr='x86_64-linux.uses-input', warning_type='warning from subflake', source='', option_path='').source > > tests/test_nix_eval_warnings.py:169: AssertionError > =========================== short test summary info ============================ > FAILED tests/test_nix_eval_warnings.py::TestNixEvalWarningsIntegration::test_source_location_has_file_and_line > ========================= 1 failed, 11 passed in 0.34s ========================= For full logs, run: nix log /nix/store/73c3w42cfq5r1vb64byjd1qdfjbb53m0-nix-eval-warnings-0.1.0.drv