1this derivation will be built:2 /nix/store/sk830h5z8jghbyqbgk2bgxf8pkn15pvn-nix-eval-warnings-0.1.0.drv3error: Cannot build '/nix/store/sk830h5z8jghbyqbgk2bgxf8pkn15pvn-nix-eval-warnings-0.1.0.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/hkrrmgj2q7r4lpfcfg0dadz1dm9lpyp6-nix-eval-warnings-0.1.0-dist7 /nix/store/sdzp72gsk4mskhn9qr8z21sc5vsdbpcl-nix-eval-warnings-0.1.08 Last 25 log lines:9 > rootdir: /build/nix-eval-warnings10 > configfile: pyproject.toml11 > collected 12 items12 >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_line33 > ========================= 1 failed, 11 passed in 0.28s =========================34 For full logs, run:35 nix log /nix/store/sk830h5z8jghbyqbgk2bgxf8pkn15pvn-nix-eval-warnings-0.1.0.drv