nixbot

builds
1Sourcing python-remove-tests-dir-hook2Sourcing python-catch-conflicts-hook.sh3Sourcing python-remove-bin-bytecode-hook.sh4Sourcing pypa-build-hook5Using pypaBuildPhase6Sourcing python-runtime-deps-check-hook7Using pythonRuntimeDepsCheckHook8Sourcing pypa-install-hook9Using pypaInstallPhase10Sourcing python-imports-check-hook.sh11Using pythonImportsCheckPhase12Sourcing python-namespaces-hook13Sourcing python-catch-conflicts-hook.sh14Sourcing pytest-check-hook15Using pytestCheckPhase
unpackPhase
16unpacking source archive /nix/store/7gllbm0c52hxhk9z7k4wzgavslmz6g6z-nix-eval-warnings17source root is nix-eval-warnings18setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "nix-eval-warnings/tests/test_nix_eval_warnings.py"
configurePhase
19no configure script, doing nothing
buildPhase
20Executing pypaBuildPhase21Creating a wheel...22pypa build flags: --no-isolation --outdir dist/ --wheel23* Getting build dependencies for wheel...24* Building wheel...25Successfully built nix_eval_warnings-0.1.0-py3-none-any.whl26Finished creating a wheel...27Finished executing pypaBuildPhase
pythonRuntimeDepsCheckHook
28Executing pythonRuntimeDepsCheck29Checking runtime dependencies for nix_eval_warnings-0.1.0-py3-none-any.whl30Finished executing pythonRuntimeDepsCheck
installPhase
31Executing pypaInstallPhase32Successfully installed nix_eval_warnings-0.1.0-py3-none-any.whl33Finished executing pypaInstallPhase
pythonOutputDistPhase
34Executing pythonOutputDistPhase35Finished executing pythonOutputDistPhase
fixupPhase
36checking for references to /nix/var/nix/builds/nix-11733-3190185240/ in /nix/store/c7z3vy060s4yczprnfzzai1q0dgzr3zq-nix-eval-warnings-0.1.0...37patching script interpreter paths in /nix/store/c7z3vy060s4yczprnfzzai1q0dgzr3zq-nix-eval-warnings-0.1.038stripping (with command strip and flags -S) in /nix/store/c7z3vy060s4yczprnfzzai1q0dgzr3zq-nix-eval-warnings-0.1.0/lib /nix/store/c7z3vy060s4yczprnfzzai1q0dgzr3zq-nix-eval-warnings-0.1.0/bin39checking for references to /nix/var/nix/builds/nix-11733-3190185240/ in /nix/store/2pb4zvc0cizpi9hkgkkiydq4rwnmyah9-nix-eval-warnings-0.1.0-dist...40patching script interpreter paths in /nix/store/2pb4zvc0cizpi9hkgkkiydq4rwnmyah9-nix-eval-warnings-0.1.0-dist41Rewriting #!/nix/store/kmq6qdcg0yq6r4awf02dgq003n42r6zk-python3-3.14.7/bin/python3.14 to #!/nix/store/kmq6qdcg0yq6r4awf02dgq003n42r6zk-python3-3.14.742wrapping `/nix/store/c7z3vy060s4yczprnfzzai1q0dgzr3zq-nix-eval-warnings-0.1.0/bin/nix-eval-warnings'...43Executing pythonRemoveTestsDir44Finished executing pythonRemoveTestsDir
installCheckPhase
45no Makefile or custom installCheckPhase, doing nothing
pythonImportsCheckPhase
46Executing pythonImportsCheckPhase
pytestCheckPhase
47Executing pytestCheckPhase48pytest flags: -m pytest49============================= test session starts ==============================50platform darwin -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.051rootdir: /nix/var/nix/builds/nix-11733-3190185240/nix-eval-warnings52configfile: pyproject.toml53collected 12 items 5455tests/test_nix_eval_warnings.py ..F......... [100%]5657=================================== FAILURES ===================================58____ TestNixEvalWarningsIntegration.test_source_location_has_file_and_line _____5960self = <tests.test_nix_eval_warnings.TestNixEvalWarningsIntegration testMethod=test_source_location_has_file_and_line>6162 def test_source_location_has_file_and_line(self) -> None:63 """Test that source file and line number are extracted."""64 for w in self.warnings:65> assert "flake.nix:" in w.source, (66 f"Expected 'flake.nix:' in source, got: {w.source}"67 )68E AssertionError: Expected 'flake.nix:' in source, got: 69E assert 'flake.nix:' in ''70E + where '' = EvalWarning(attr='x86_64-linux.uses-input', warning_type='warning from subflake', source='', option_path='').source7172tests/test_nix_eval_warnings.py:169: AssertionError73=========================== short test summary info ============================74FAILED tests/test_nix_eval_warnings.py::TestNixEvalWarningsIntegration::test_source_location_has_file_and_line - AssertionError: Expected 'flake.nix:' in source, got: 75========================= 1 failed, 11 passed in 5.63s =========================