1this derivation will be built:2 /nix/store/sk830h5z8jghbyqbgk2bgxf8pkn15pvn-nix-eval-warnings-0.1.0.drv3this path will be fetched (0.2 KiB download, 0.5 KiB unpacked):4 /nix/store/9jwvgnvzlzai19k581a0pxp42x62gg4k-nix-eval-jobs-2.35.1-dev5error: Cannot build '/nix/store/sk830h5z8jghbyqbgk2bgxf8pkn15pvn-nix-eval-warnings-0.1.0.drv'.6 Reason: builder failed with exit code 1.7 Output paths:8 /nix/store/hkrrmgj2q7r4lpfcfg0dadz1dm9lpyp6-nix-eval-warnings-0.1.0-dist9 /nix/store/sdzp72gsk4mskhn9qr8z21sc5vsdbpcl-nix-eval-warnings-0.1.010 Last 25 log lines:11 > rootdir: /build/nix-eval-warnings12 > configfile: pyproject.toml13 > collected 12 items14 >15 > tests/test_nix_eval_warnings.py ..F......... [100%]16 >17 > =================================== FAILURES ===================================18 > ____ TestNixEvalWarningsIntegration.test_source_location_has_file_and_line _____19 >20 > self = <tests.test_nix_eval_warnings.TestNixEvalWarningsIntegration testMethod=test_source_location_has_file_and_line>21 >22 > def test_source_location_has_file_and_line(self) -> None:23 > """Test that source file and line number are extracted."""24 > for w in self.warnings:25 > > assert "flake.nix:" in w.source, (26 > f"Expected 'flake.nix:' in source, got: {w.source}"27 > )28 > E AssertionError: Expected 'flake.nix:' in source, got:29 > E assert 'flake.nix:' in ''30 > E + where '' = EvalWarning(attr='x86_64-linux.uses-input', warning_type='warning from subflake', source='', option_path='').source31 >32 > tests/test_nix_eval_warnings.py:169: AssertionError33 > =========================== short test summary info ============================34 > FAILED tests/test_nix_eval_warnings.py::TestNixEvalWarningsIntegration::test_source_location_has_file_and_line35 > ========================= 1 failed, 11 passed in 0.28s =========================36 For full logs, run:37 nix log /nix/store/sk830h5z8jghbyqbgk2bgxf8pkn15pvn-nix-eval-warnings-0.1.0.drv