Build · 4eb7187bFinished · errors ·
Pause
•••
Download raw log ↓
← Earlier output15.8 MiB captured
python3.12-pystache-0.6.8
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  self._finalize_license_expression()
running egg_info
creating pystache.egg-info
writing pystache.egg-info/PKG-INFO
writing dependency_links to pystache.egg-info/dependency_links.txt
writing entry points to pystache.egg-info/entry_points.txt
writing requirements to pystache.egg-info/requires.txt
writing top-level names to pystache.egg-info/top_level.txt
writing manifest file 'pystache.egg-info/SOURCES.txt'
WARNING setuptools_scm._file_finders.git git archive detected - fallback to listing all files
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'pystache.egg-info/SOURCES.txt'
* Building wheel...
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  corresp(dist, value, root_dir)
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  dist._finalize_license_expression()
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/pystache
copying pystache/__init__.py -> build/lib/pystache
copying pystache/common.py -> build/lib/pystache
copying pystache/context.py -> build/lib/pystache
copying pystache/defaults.py -> build/lib/pystache
copying pystache/init.py -> build/lib/pystache
copying pystache/loader.py -> build/lib/pystache
copying pystache/locator.py -> build/lib/pystache
copying pystache/parsed.py -> build/lib/pystache
copying pystache/parser.py -> build/lib/pystache
copying pystache/renderengine.py -> build/lib/pystache
copying pystache/renderer.py -> build/lib/pystache
copying pystache/specloader.py -> build/lib/pystache
copying pystache/template_spec.py -> build/lib/pystache
copying pystache/_version.py -> build/lib/pystache
creating build/lib/pystache/commands
copying pystache/commands/__init__.py -> build/lib/pystache/commands
copying pystache/commands/render.py -> build/lib/pystache/commands
copying pystache/commands/test.py -> build/lib/pystache/commands
creating build/lib/pystache/tests
copying pystache/tests/__init__.py -> build/lib/pystache/tests
copying pystache/tests/benchmark.py -> build/lib/pystache/tests
copying pystache/tests/common.py -> build/lib/pystache/tests
copying pystache/tests/doctesting.py -> build/lib/pystache/tests
copying pystache/tests/main.py -> build/lib/pystache/tests
copying pystache/tests/spectesting.py -> build/lib/pystache/tests
copying pystache/tests/test___init__.py -> build/lib/pystache/tests
copying pystache/tests/test_commands.py -> build/lib/pystache/tests
copying pystache/tests/test_context.py -> build/lib/pystache/tests
copying pystache/tests/test_defaults.py -> build/lib/pystache/tests
copying pystache/tests/test_examples.py -> build/lib/pystache/tests
copying pystache/tests/test_loader.py -> build/lib/pystache/tests
copying pystache/tests/test_locator.py -> build/lib/pystache/tests
copying pystache/tests/test_parser.py -> build/lib/pystache/tests
copying pystache/tests/test_pystache.py -> build/lib/pystache/tests
copying pystache/tests/test_renderengine.py -> build/lib/pystache/tests
copying pystache/tests/test_renderer.py -> build/lib/pystache/tests
copying pystache/tests/test_simple.py -> build/lib/pystache/tests
copying pystache/tests/test_specloader.py -> build/lib/pystache/tests
creating build/lib/pystache/tests/data
copying pystache/tests/data/__init__.py -> build/lib/pystache/tests/data
copying pystache/tests/data/views.py -> build/lib/pystache/tests/data
creating build/lib/pystache/tests/examples
copying pystache/tests/examples/__init__.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/comments.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/complex.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/delimiters.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/double_section.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/escaped.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/inverted.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/lambdas.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/nested_context.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/partials_with_lambdas.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/readme.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/simple.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/template_partial.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/unescaped.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/unicode_input.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/unicode_output.py -> build/lib/pystache/tests/examples
creating build/lib/pystache/tests/data/locator
copying pystache/tests/data/locator/__init__.py -> build/lib/pystache/tests/data/locator
running egg_info
writing pystache.egg-info/PKG-INFO
writing dependency_links to pystache.egg-info/dependency_links.txt
writing entry points to pystache.egg-info/entry_points.txt
writing requirements to pystache.egg-info/requires.txt
writing top-level names to pystache.egg-info/top_level.txt
WARNING setuptools_scm._file_finders.git git archive detected - fallback to listing all files
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'pystache.egg-info/SOURCES.txt'
copying pystache/tests/data/ascii.mustache -> build/lib/pystache/tests/data
copying pystache/tests/data/duplicate.mustache -> build/lib/pystache/tests/data
copying pystache/tests/data/non_ascii.mustache -> build/lib/pystache/tests/data
copying pystache/tests/data/sample_view.mustache -> build/lib/pystache/tests/data
copying pystache/tests/data/say_hello.mustache -> build/lib/pystache/tests/data
copying pystache/tests/examples/comments.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/complex.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/delimiters.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/double_section.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/escaped.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/extensionless -> build/lib/pystache/tests/examples
copying pystache/tests/examples/inner_partial.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/inner_partial.txt -> build/lib/pystache/tests/examples
copying pystache/tests/examples/inverted.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/lambdas.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/looping_partial.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/nested_context.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/partial_in_partial.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/partial_with_lambda.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/partial_with_partial_and_lambda.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/say_hello.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/simple.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/tagless.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/template_partial.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/template_partial.txt -> build/lib/pystache/tests/examples
copying pystache/tests/examples/unescaped.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/unicode_input.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/unicode_output.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/data/locator/duplicate.mustache -> build/lib/pystache/tests/data/locator
copying pystache/tests/data/locator/template.txt -> build/lib/pystache/tests/data/locator
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pystache
copying build/lib/pystache/__init__.py -> build/bdist.linux-x86_64/wheel/./pystache
copying build/lib/pystache/common.py -> build/bdist.linux-x86_64/wheel/./pystache
copying build/lib/pystache/context.py -> build/bdist.linux-x86_64/wheel/./pystache
copying build/lib/pystache/defaults.py -> build/bdist.linux-x86_64/wheel/./pystache
copying build/lib/pystache/init.py -> build/bdist.linux-x86_64/wheel/./pystache
copying build/lib/pystache/loader.py -> build/bdist.linux-x86_64/wheel/./pystache
copying build/lib/pystache/locator.py -> build/bdist.linux-x86_64/wheel/./pystache
copying build/lib/pystache/parsed.py -> build/bdist.linux-x86_64/wheel/./pystache
copying build/lib/pystache/parser.py -> build/bdist.linux-x86_64/wheel/./pystache
copying build/lib/pystache/renderengine.py -> build/bdist.linux-x86_64/wheel/./pystache
copying build/lib/pystache/renderer.py -> build/bdist.linux-x86_64/wheel/./pystache
copying build/lib/pystache/specloader.py -> build/bdist.linux-x86_64/wheel/./pystache
copying build/lib/pystache/template_spec.py -> build/bdist.linux-x86_64/wheel/./pystache
copying build/lib/pystache/_version.py -> build/bdist.linux-x86_64/wheel/./pystache
creating build/bdist.linux-x86_64/wheel/pystache/commands
copying build/lib/pystache/commands/__init__.py -> build/bdist.linux-x86_64/wheel/./pystache/commands
copying build/lib/pystache/commands/render.py -> build/bdist.linux-x86_64/wheel/./pystache/commands
copying build/lib/pystache/commands/test.py -> build/bdist.linux-x86_64/wheel/./pystache/commands
creating build/bdist.linux-x86_64/wheel/pystache/tests
copying build/lib/pystache/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/benchmark.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/common.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/doctesting.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/main.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/spectesting.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/test___init__.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/test_commands.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/test_context.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/test_defaults.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/test_examples.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/test_loader.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/test_locator.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/test_parser.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/test_pystache.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/test_renderengine.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/test_renderer.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/test_simple.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
copying build/lib/pystache/tests/test_specloader.py -> build/bdist.linux-x86_64/wheel/./pystache/tests
creating build/bdist.linux-x86_64/wheel/pystache/tests/data
copying build/lib/pystache/tests/data/__init__.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/data
copying build/lib/pystache/tests/data/views.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/data
creating build/bdist.linux-x86_64/wheel/pystache/tests/data/locator
copying build/lib/pystache/tests/data/locator/__init__.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/data/locator
copying build/lib/pystache/tests/data/locator/duplicate.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/data/locator
copying build/lib/pystache/tests/data/locator/template.txt -> build/bdist.linux-x86_64/wheel/./pystache/tests/data/locator
copying build/lib/pystache/tests/data/ascii.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/data
copying build/lib/pystache/tests/data/duplicate.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/data
copying build/lib/pystache/tests/data/non_ascii.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/data
copying build/lib/pystache/tests/data/sample_view.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/data
copying build/lib/pystache/tests/data/say_hello.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/data
creating build/bdist.linux-x86_64/wheel/pystache/tests/examples
copying build/lib/pystache/tests/examples/__init__.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/comments.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/complex.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/delimiters.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/double_section.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/escaped.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/inverted.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/lambdas.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/nested_context.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/partials_with_lambdas.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/readme.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/simple.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/template_partial.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/unescaped.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/unicode_input.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/unicode_output.py -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/comments.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/complex.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/delimiters.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/double_section.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/escaped.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/extensionless -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/inner_partial.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/inner_partial.txt -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/inverted.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/lambdas.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/looping_partial.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/nested_context.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/partial_in_partial.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/partial_with_lambda.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/partial_with_partial_and_lambda.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/say_hello.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/simple.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/tagless.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/template_partial.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/template_partial.txt -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/unescaped.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/unicode_input.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
copying build/lib/pystache/tests/examples/unicode_output.mustache -> build/bdist.linux-x86_64/wheel/./pystache/tests/examples
running install_egg_info
Copying pystache.egg-info to build/bdist.linux-x86_64/wheel/./pystache-0.6.8-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pystache-0.6.8.dist-info/WHEEL
creating '/build/source/dist/.tmp-lss5wi7f/pystache-0.6.8-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pystache/__init__.py'
adding 'pystache/_version.py'
adding 'pystache/common.py'
adding 'pystache/context.py'
adding 'pystache/defaults.py'
adding 'pystache/init.py'
adding 'pystache/loader.py'
adding 'pystache/locator.py'
adding 'pystache/parsed.py'
adding 'pystache/parser.py'
adding 'pystache/renderengine.py'
adding 'pystache/renderer.py'
adding 'pystache/specloader.py'
adding 'pystache/template_spec.py'
adding 'pystache/commands/__init__.py'
adding 'pystache/commands/render.py'
adding 'pystache/commands/test.py'
adding 'pystache/tests/__init__.py'
adding 'pystache/tests/benchmark.py'
adding 'pystache/tests/common.py'
adding 'pystache/tests/doctesting.py'
adding 'pystache/tests/main.py'
adding 'pystache/tests/spectesting.py'
adding 'pystache/tests/test___init__.py'
adding 'pystache/tests/test_commands.py'
adding 'pystache/tests/test_context.py'
adding 'pystache/tests/test_defaults.py'
adding 'pystache/tests/test_examples.py'
adding 'pystache/tests/test_loader.py'
adding 'pystache/tests/test_locator.py'
adding 'pystache/tests/test_parser.py'
adding 'pystache/tests/test_pystache.py'
adding 'pystache/tests/test_renderengine.py'
adding 'pystache/tests/test_renderer.py'
adding 'pystache/tests/test_simple.py'
adding 'pystache/tests/test_specloader.py'
adding 'pystache/tests/data/__init__.py'
adding 'pystache/tests/data/ascii.mustache'
adding 'pystache/tests/data/duplicate.mustache'
adding 'pystache/tests/data/non_ascii.mustache'
adding 'pystache/tests/data/sample_view.mustache'
adding 'pystache/tests/data/say_hello.mustache'
adding 'pystache/tests/data/views.py'
adding 'pystache/tests/data/locator/__init__.py'
adding 'pystache/tests/data/locator/duplicate.mustache'
adding 'pystache/tests/data/locator/template.txt'
adding 'pystache/tests/examples/__init__.py'
adding 'pystache/tests/examples/comments.mustache'
adding 'pystache/tests/examples/comments.py'
adding 'pystache/tests/examples/complex.mustache'
adding 'pystache/tests/examples/complex.py'
adding 'pystache/tests/examples/delimiters.mustache'
adding 'pystache/tests/examples/delimiters.py'
adding 'pystache/tests/examples/double_section.mustache'
adding 'pystache/tests/examples/double_section.py'
adding 'pystache/tests/examples/escaped.mustache'
adding 'pystache/tests/examples/escaped.py'
adding 'pystache/tests/examples/extensionless'
adding 'pystache/tests/examples/inner_partial.mustache'
adding 'pystache/tests/examples/inner_partial.txt'
adding 'pystache/tests/examples/inverted.mustache'
adding 'pystache/tests/examples/inverted.py'
adding 'pystache/tests/examples/lambdas.mustache'
adding 'pystache/tests/examples/lambdas.py'
adding 'pystache/tests/examples/looping_partial.mustache'
adding 'pystache/tests/examples/nested_context.mustache'
adding 'pystache/tests/examples/nested_context.py'
adding 'pystache/tests/examples/partial_in_partial.mustache'
adding 'pystache/tests/examples/partial_with_lambda.mustache'
adding 'pystache/tests/examples/partial_with_partial_and_lambda.mustache'
adding 'pystache/tests/examples/partials_with_lambdas.py'
adding 'pystache/tests/examples/readme.py'
adding 'pystache/tests/examples/say_hello.mustache'
adding 'pystache/tests/examples/simple.mustache'
adding 'pystache/tests/examples/simple.py'
adding 'pystache/tests/examples/tagless.mustache'
adding 'pystache/tests/examples/template_partial.mustache'
adding 'pystache/tests/examples/template_partial.py'
adding 'pystache/tests/examples/template_partial.txt'
adding 'pystache/tests/examples/unescaped.mustache'
adding 'pystache/tests/examples/unescaped.py'
adding 'pystache/tests/examples/unicode_input.mustache'
adding 'pystache/tests/examples/unicode_input.py'
adding 'pystache/tests/examples/unicode_output.mustache'
adding 'pystache/tests/examples/unicode_output.py'
adding 'pystache-0.6.8.dist-info/licenses/LICENSE'
adding 'pystache-0.6.8.dist-info/METADATA'
adding 'pystache-0.6.8.dist-info/WHEEL'
adding 'pystache-0.6.8.dist-info/entry_points.txt'
adding 'pystache-0.6.8.dist-info/top_level.txt'
adding 'pystache-0.6.8.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built pystache-0.6.8-py3-none-any.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for pystache-0.6.8-py3-none-any.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
Successfully installed pystache-0.6.8-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/p6bl6frvcvg3cyysfpi9mhg4g1hvrgnx-python3.12-pystache-0.6.8-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/p6bl6frvcvg3cyysfpi9mhg4g1hvrgnx-python3.12-pystache-0.6.8-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/p6bl6frvcvg3cyysfpi9mhg4g1hvrgnx-python3.12-pystache-0.6.8-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in  /nix/store/p6bl6frvcvg3cyysfpi9mhg4g1hvrgnx-python3.12-pystache-0.6.8-x86_64-unknown-linux-gnufilc0/lib /nix/store/p6bl6frvcvg3cyysfpi9mhg4g1hvrgnx-python3.12-pystache-0.6.8-x86_64-unknown-linux-gnufilc0/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/sv599h17car6n8kil4iz44xcqkxc1l0f-python3.12-pystache-0.6.8-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/sv599h17car6n8kil4iz44xcqkxc1l0f-python3.12-pystache-0.6.8-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/sv599h17car6n8kil4iz44xcqkxc1l0f-python3.12-pystache-0.6.8-x86_64-unknown-linux-gnufilc0-dist
Rewriting #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 to #!/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/p6bl6frvcvg3cyysfpi9mhg4g1hvrgnx-python3.12-pystache-0.6.8-x86_64-unknown-linux-gnufilc0/bin/pystache'...
Rewriting #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 to #!/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/p6bl6frvcvg3cyysfpi9mhg4g1hvrgnx-python3.12-pystache-0.6.8-x86_64-unknown-linux-gnufilc0/bin/pystache-test'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonRemoveBinBytecodePhase
→ pytestCheckPhase
Executing pytestCheckPhase
pytest flags: -m pytest
============================= test session starts ==============================
platform linux -- Python 3.12.5, pytest-8.3.5, pluggy-1.5.0
rootdir: /build/source
configfile: pyproject.toml
testpaths: pystache/tests
collected 255 items                                                            
pystache/tests/test___init__.py ..                                       [  0%]
pystache/tests/test_commands.py .                                        [  1%]
pystache/tests/test_context.py ......................................... [ 17%]
                                                                         [ 17%]
pystache/tests/test_defaults.py ...                                      [ 18%]
pystache/tests/test_examples.py ............                             [ 23%]
pystache/tests/test_loader.py .................                          [ 29%]
pystache/tests/test_locator.py ..............                            [ 35%]
pystache/tests/test_parser.py ...                                        [ 36%]
pystache/tests/test_pystache.py ..........F.....                         [ 42%]
pystache/tests/test_renderengine.py .................................... [ 56%]
.................                                                        [ 63%]
pystache/tests/test_renderer.py ........................................ [ 79%]
...............                                                          [ 85%]
pystache/tests/test_simple.py .......                                    [ 87%]
pystache/tests/test_specloader.py ...............................        [100%]
=================================== FAILURES ===================================
________________________ PystacheTests.test_non_strings ________________________
self = <pystache.tests.test_pystache.PystacheTests testMethod=test_non_strings>
    def test_non_strings(self):
        template = "{{#stats}}({{key}} & {{value}}){{/stats}}"
        stats = []
        stats.append({'key': 123, 'value': ['something']})
        stats.append({'key': "chris", 'value': 0.900})
        context = { 'stats': stats }
>       self._assert_rendered(self.non_strings_expected, template, context)
pystache/tests/test_pystache.py:75: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
pystache/tests/test_pystache.py:22: in _assert_rendered
    self.assertEqual(actual, expected)
E   AssertionError: '(123 & [&#x27;something&#x27;])(chris & 0.90000000000000002)' != '(123 & [&#x27;something&#x27;])(chris & 0.9)'
E   - (123 & [&#x27;something&#x27;])(chris & 0.90000000000000002)
E   ?                                            ----------------
E   + (123 & [&#x27;something&#x27;])(chris & 0.9)
=========================== short test summary info ============================
FAILED pystache/tests/test_pystache.py::PystacheTests::test_non_strings - AssertionError: '(123 & [&#x27;something&#x27;])(chris & 0.9000000000000000...
======================== 1 failed, 254 passed in 1.10s =========================
python3.12-python-frontmatter-1.1.0
Build started
python3.12-pystache-0.6.8
error: Cannot build '/nix/store/ymnjr2sb20wc1lch91hp582hp054rc73-python3.12-pystache-0.6.8-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/p6bl6frvcvg3cyysfpi9mhg4g1hvrgnx-python3.12-pystache-0.6.8-x86_64-unknown-linux-gnufilc0
         /nix/store/sv599h17car6n8kil4iz44xcqkxc1l0f-python3.12-pystache-0.6.8-x86_64-unknown-linux-gnufilc0-dist
       Last 25 log lines:
       >
       > =================================== FAILURES ===================================
       > ________________________ PystacheTests.test_non_strings ________________________
       >
       > self = <pystache.tests.test_pystache.PystacheTests testMethod=test_non_strings>
       >
       >     def test_non_strings(self):
       >         template = "{{#stats}}({{key}} & {{value}}){{/stats}}"
       >         stats = []
       >         stats.append({'key': 123, 'value': ['something']})
       >         stats.append({'key': "chris", 'value': 0.900})
       >         context = { 'stats': stats }
       > >       self._assert_rendered(self.non_strings_expected, template, context)
       >
       > pystache/tests/test_pystache.py:75:
       > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
       > pystache/tests/test_pystache.py:22: in _assert_rendered
       >     self.assertEqual(actual, expected)
       > E   AssertionError: '(123 & [&#x27;something&#x27;])(chris & 0.90000000000000002)' != '(123 & [&#x27;something&#x27;])(chris & 0.9)'
       > E   - (123 & [&#x27;something&#x27;])(chris & 0.90000000000000002)
       > E   ?                                            ----------------
       > E   + (123 & [&#x27;something&#x27;])(chris & 0.9)
       > =========================== short test summary info ============================
       > FAILED pystache/tests/test_pystache.py::PystacheTests::test_non_strings - AssertionError: '(123 & [&#x27;something&#x27;])(chris & 0.9000000000000000...
       > ======================== 1 failed, 254 passed in 1.10s =========================
       For full logs, run:
         nix log /nix/store/ymnjr2sb20wc1lch91hp582hp054rc73-python3.12-pystache-0.6.8-x86_64-unknown-linux-gnufilc0.drv
python3.12-genanki-0.13.1
error: Cannot build '/nix/store/8c9ds72c6yym61d734fchljwkdca0j2a-python3.12-genanki-0.13.1-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/2d55xl66d0cy9gd0gqc7m3sji7nfad9r-python3.12-genanki-0.13.1-x86_64-unknown-linux-gnufilc0-dist
         /nix/store/bzbpiwl0rfyw1spilas8730vx6ckfbzp-python3.12-genanki-0.13.1-x86_64-unknown-linux-gnufilc0
python3.12-python-frontmatter-1.1.0
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
→ unpackPhase
unpacking source archive /nix/store/kzfm3a18z888l7w3zipyppnfdcasr9sv-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/tests/yaml/unpretty.result.json"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing setuptoolsBuildPhase
setup.py build flags: ''
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/frontmatter
copying frontmatter/__init__.py -> build/lib/frontmatter
copying frontmatter/conftest.py -> build/lib/frontmatter
copying frontmatter/default_handlers.py -> build/lib/frontmatter
copying frontmatter/util.py -> build/lib/frontmatter
running egg_info
creating python_frontmatter.egg-info
writing python_frontmatter.egg-info/PKG-INFO
writing dependency_links to python_frontmatter.egg-info/dependency_links.txt
writing requirements to python_frontmatter.egg-info/requires.txt
writing top-level names to python_frontmatter.egg-info/top_level.txt
writing manifest file 'python_frontmatter.egg-info/SOURCES.txt'
reading manifest file 'python_frontmatter.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '*.py[co]'
adding license file 'LICENSE'
writing manifest file 'python_frontmatter.egg-info/SOURCES.txt'
copying frontmatter/py.typed -> build/lib/frontmatter
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.
        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************
!!
  self.initialize_options()
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/frontmatter
copying build/lib/frontmatter/__init__.py -> build/bdist.linux-x86_64/wheel/./frontmatter
copying build/lib/frontmatter/conftest.py -> build/bdist.linux-x86_64/wheel/./frontmatter
copying build/lib/frontmatter/default_handlers.py -> build/bdist.linux-x86_64/wheel/./frontmatter
copying build/lib/frontmatter/util.py -> build/bdist.linux-x86_64/wheel/./frontmatter
copying build/lib/frontmatter/py.typed -> build/bdist.linux-x86_64/wheel/./frontmatter
running install_egg_info
Copying python_frontmatter.egg-info to build/bdist.linux-x86_64/wheel/./python_frontmatter-1.1.0-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/python_frontmatter-1.1.0.dist-info/WHEEL
creating 'dist/python_frontmatter-1.1.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'frontmatter/__init__.py'
adding 'frontmatter/conftest.py'
adding 'frontmatter/default_handlers.py'
adding 'frontmatter/py.typed'
adding 'frontmatter/util.py'
adding 'python_frontmatter-1.1.0.dist-info/licenses/LICENSE'
adding 'python_frontmatter-1.1.0.dist-info/METADATA'
adding 'python_frontmatter-1.1.0.dist-info/WHEEL'
adding 'python_frontmatter-1.1.0.dist-info/top_level.txt'
adding 'python_frontmatter-1.1.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
→ installPhase
Executing pypaInstallPhase
Successfully installed python_frontmatter-1.1.0-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/n2w7x1107gpvx65mil78p4g30i7kiqwk-python3.12-python-frontmatter-1.1.0-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/n2w7x1107gpvx65mil78p4g30i7kiqwk-python3.12-python-frontmatter-1.1.0-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/n2w7x1107gpvx65mil78p4g30i7kiqwk-python3.12-python-frontmatter-1.1.0-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in  /nix/store/n2w7x1107gpvx65mil78p4g30i7kiqwk-python3.12-python-frontmatter-1.1.0-x86_64-unknown-linux-gnufilc0/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/n4biz4v1q5bh5gkvdkgraf41l06w3cwq-python3.12-python-frontmatter-1.1.0-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/n4biz4v1q5bh5gkvdkgraf41l06w3cwq-python3.12-python-frontmatter-1.1.0-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/n4biz4v1q5bh5gkvdkgraf41l06w3cwq-python3.12-python-frontmatter-1.1.0-x86_64-unknown-linux-gnufilc0-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ pythonRemoveBinBytecodePhase
python3.12-rich-click-1.8.8
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
→ unpackPhase
unpacking source archive /nix/store/kbl5nx4nhfywpzig4sgasd09hkk0h43j-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/tests/test_rich_click_cli.py"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing pypaBuildPhase
Creating a wheel...
pypa build flags: --no-isolation --outdir dist/ --wheel
* Getting build dependencies for wheel...
No `packages` or `py_modules` configuration, performing automatic discovery.
`src-layout` detected -- analysing ./src
discovered packages -- ['rich_click']
discovered py_modules -- []
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  corresp(dist, value, root_dir)
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  dist._finalize_license_expression()
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  self._finalize_license_expression()
running egg_info
creating src/rich_click.egg-info
writing src/rich_click.egg-info/PKG-INFO
writing dependency_links to src/rich_click.egg-info/dependency_links.txt
writing entry points to src/rich_click.egg-info/entry_points.txt
writing requirements to src/rich_click.egg-info/requires.txt
writing top-level names to src/rich_click.egg-info/top_level.txt
writing manifest file 'src/rich_click.egg-info/SOURCES.txt'
reading manifest file 'src/rich_click.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'src/rich_click.egg-info/SOURCES.txt'
* Building wheel...
No `packages` or `py_modules` configuration, performing automatic discovery.
`src-layout` detected -- analysing ./src
discovered packages -- ['rich_click']
discovered py_modules -- []
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  corresp(dist, value, root_dir)
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  dist._finalize_license_expression()
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/rich_click
copying src/rich_click/__init__.py -> build/lib/rich_click
copying src/rich_click/__main__.py -> build/lib/rich_click
copying src/rich_click/_compat_click.py -> build/lib/rich_click
copying src/rich_click/cli.py -> build/lib/rich_click
copying src/rich_click/decorators.py -> build/lib/rich_click
copying src/rich_click/patch.py -> build/lib/rich_click
copying src/rich_click/rich_click.py -> build/lib/rich_click
copying src/rich_click/rich_command.py -> build/lib/rich_click
copying src/rich_click/rich_context.py -> build/lib/rich_click
copying src/rich_click/rich_group.py -> build/lib/rich_click
copying src/rich_click/rich_help_configuration.py -> build/lib/rich_click
copying src/rich_click/rich_help_formatter.py -> build/lib/rich_click
copying src/rich_click/rich_help_rendering.py -> build/lib/rich_click
copying src/rich_click/utils.py -> build/lib/rich_click
running egg_info
writing src/rich_click.egg-info/PKG-INFO
writing dependency_links to src/rich_click.egg-info/dependency_links.txt
writing entry points to src/rich_click.egg-info/entry_points.txt
writing requirements to src/rich_click.egg-info/requires.txt
writing top-level names to src/rich_click.egg-info/top_level.txt
reading manifest file 'src/rich_click.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'src/rich_click.egg-info/SOURCES.txt'
copying src/rich_click/py.typed -> build/lib/rich_click
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/rich_click
copying build/lib/rich_click/__init__.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/__main__.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/_compat_click.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/cli.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/decorators.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/patch.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/rich_click.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/rich_command.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/rich_context.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/rich_group.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/rich_help_configuration.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/rich_help_formatter.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/rich_help_rendering.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/utils.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/py.typed -> build/bdist.linux-x86_64/wheel/./rich_click
running install_egg_info
Copying src/rich_click.egg-info to build/bdist.linux-x86_64/wheel/./rich_click-1.8.8-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/rich_click-1.8.8.dist-info/WHEEL
creating '/build/source/dist/.tmp-_wq8emhd/rich_click-1.8.8-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'rich_click/__init__.py'
adding 'rich_click/__main__.py'
adding 'rich_click/_compat_click.py'
adding 'rich_click/cli.py'
adding 'rich_click/decorators.py'
adding 'rich_click/patch.py'
adding 'rich_click/py.typed'
adding 'rich_click/rich_click.py'
adding 'rich_click/rich_command.py'
adding 'rich_click/rich_context.py'
adding 'rich_click/rich_group.py'
adding 'rich_click/rich_help_configuration.py'
adding 'rich_click/rich_help_formatter.py'
adding 'rich_click/rich_help_rendering.py'
adding 'rich_click/utils.py'
adding 'rich_click-1.8.8.dist-info/licenses/LICENSE'
adding 'rich_click-1.8.8.dist-info/METADATA'
adding 'rich_click-1.8.8.dist-info/WHEEL'
adding 'rich_click-1.8.8.dist-info/entry_points.txt'
adding 'rich_click-1.8.8.dist-info/top_level.txt'
adding 'rich_click-1.8.8.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built rich_click-1.8.8-py3-none-any.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for rich_click-1.8.8-py3-none-any.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
Successfully installed rich_click-1.8.8-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/66vs5pi8f7iar9rc0x5xzsanrsw2kacf-python3.12-rich-click-1.8.8-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/66vs5pi8f7iar9rc0x5xzsanrsw2kacf-python3.12-rich-click-1.8.8-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/66vs5pi8f7iar9rc0x5xzsanrsw2kacf-python3.12-rich-click-1.8.8-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in  /nix/store/66vs5pi8f7iar9rc0x5xzsanrsw2kacf-python3.12-rich-click-1.8.8-x86_64-unknown-linux-gnufilc0/lib /nix/store/66vs5pi8f7iar9rc0x5xzsanrsw2kacf-python3.12-rich-click-1.8.8-x86_64-unknown-linux-gnufilc0/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/87wp06i9cdy8pqhjw727mw5n61n48hyf-python3.12-rich-click-1.8.8-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/87wp06i9cdy8pqhjw727mw5n61n48hyf-python3.12-rich-click-1.8.8-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/87wp06i9cdy8pqhjw727mw5n61n48hyf-python3.12-rich-click-1.8.8-x86_64-unknown-linux-gnufilc0-dist
Rewriting #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 to #!/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/66vs5pi8f7iar9rc0x5xzsanrsw2kacf-python3.12-rich-click-1.8.8-x86_64-unknown-linux-gnufilc0/bin/rich-click'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ pythonRemoveBinBytecodePhase
python3.12-rich-click-1.8.8
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
→ unpackPhase
unpacking source archive /nix/store/kbl5nx4nhfywpzig4sgasd09hkk0h43j-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/tests/test_rich_click_cli.py"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing pypaBuildPhase
Creating a wheel...
pypa build flags: --no-isolation --outdir dist/ --wheel
* Getting build dependencies for wheel...
magic-enum-0.9.7
[ 59%] Linking CXX executable test-cpp20
/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang++ -O3 -DNDEBUG "CMakeFiles/test-cpp20.dir/test.cpp.o" -o test-cpp20
CMakeFiles/test-cpp20.dir/test.cpp.o:test.cpp:function pizlonatedFI4792_nextafter:(.text+0x42ecc6): error: undefined reference to 'pizlonated_nextafter'
CMakeFiles/test-cpp20.dir/test.cpp.o:test.cpp:function pizlonatedFI3195_nextafterf:(.text+0x42edb7): error: undefined reference to 'pizlonated_nextafterf'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [test/CMakeFiles/test-cpp20.dir/build.make:103: test/test-cpp20] Error 1
make[1]: *** [CMakeFiles/Makefile2:573: test/CMakeFiles/test-cpp20.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
python3.12-typer-0.15.2
Build started
python3.12-rich-click-1.8.8
No `packages` or `py_modules` configuration, performing automatic discovery.
`src-layout` detected -- analysing ./src
discovered packages -- ['rich_click']
discovered py_modules -- []
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  corresp(dist, value, root_dir)
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  dist._finalize_license_expression()
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  self._finalize_license_expression()
running egg_info
creating src/rich_click.egg-info
writing src/rich_click.egg-info/PKG-INFO
writing dependency_links to src/rich_click.egg-info/dependency_links.txt
writing entry points to src/rich_click.egg-info/entry_points.txt
writing requirements to src/rich_click.egg-info/requires.txt
writing top-level names to src/rich_click.egg-info/top_level.txt
writing manifest file 'src/rich_click.egg-info/SOURCES.txt'
reading manifest file 'src/rich_click.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'src/rich_click.egg-info/SOURCES.txt'
python3.12-typer-0.15.2
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing pytest-check-hook
Using pytestCheckPhase
python3.12-rich-click-1.8.8
* Building wheel...
python3.12-typer-0.15.2
→ unpackPhase
unpacking source archive /nix/store/fa29x6cm19y9mwgyx3kasd6l79j60bn9-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/typer/utils.py"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
python3.12-rich-click-1.8.8
No `packages` or `py_modules` configuration, performing automatic discovery.
`src-layout` detected -- analysing ./src
discovered packages -- ['rich_click']
discovered py_modules -- []
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  corresp(dist, value, root_dir)
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  dist._finalize_license_expression()
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  self._finalize_license_expression()
running bdist_wheel
python3.12-typer-0.15.2
no configure script, doing nothing
python3.12-rich-click-1.8.8
running build
running build_py
creating build/lib/rich_click
copying src/rich_click/__init__.py -> build/lib/rich_click
copying src/rich_click/__main__.py -> build/lib/rich_click
copying src/rich_click/_compat_click.py -> build/lib/rich_click
python3.12-typer-0.15.2
→ buildPhase
python3.12-rich-click-1.8.8
copying src/rich_click/cli.py -> build/lib/rich_click
copying src/rich_click/decorators.py -> build/lib/rich_click
copying src/rich_click/patch.py -> build/lib/rich_click
copying src/rich_click/rich_click.py -> build/lib/rich_click
copying src/rich_click/rich_command.py -> build/lib/rich_click
copying src/rich_click/rich_context.py -> build/lib/rich_click
copying src/rich_click/rich_group.py -> build/lib/rich_click
copying src/rich_click/rich_help_configuration.py -> build/lib/rich_click
copying src/rich_click/rich_help_formatter.py -> build/lib/rich_click
copying src/rich_click/rich_help_rendering.py -> build/lib/rich_click
copying src/rich_click/utils.py -> build/lib/rich_click
running egg_info
writing src/rich_click.egg-info/PKG-INFO
python3.12-typer-0.15.2
Executing pypaBuildPhase
Setting PDM_BUILD_SCM_VERSION to 0.15.2
python3.12-rich-click-1.8.8
writing dependency_links to src/rich_click.egg-info/dependency_links.txt
python3.12-typer-0.15.2
Creating a wheel...
python3.12-rich-click-1.8.8
writing entry points to src/rich_click.egg-info/entry_points.txt
python3.12-typer-0.15.2
pypa build flags: --no-isolation --outdir dist/ --wheel
python3.12-rich-click-1.8.8
writing requirements to src/rich_click.egg-info/requires.txt
writing top-level names to src/rich_click.egg-info/top_level.txt
reading manifest file 'src/rich_click.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'src/rich_click.egg-info/SOURCES.txt'
copying src/rich_click/py.typed -> build/lib/rich_click
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/rich_click
copying build/lib/rich_click/__init__.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/__main__.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/_compat_click.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/cli.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/decorators.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/patch.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/rich_click.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/rich_command.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/rich_context.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/rich_group.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/rich_help_configuration.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/rich_help_formatter.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/rich_help_rendering.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/utils.py -> build/bdist.linux-x86_64/wheel/./rich_click
copying build/lib/rich_click/py.typed -> build/bdist.linux-x86_64/wheel/./rich_click
running install_egg_info
Copying src/rich_click.egg-info to build/bdist.linux-x86_64/wheel/./rich_click-1.8.8-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/rich_click-1.8.8.dist-info/WHEEL
creating '/build/source/dist/.tmp-cbb50p2v/rich_click-1.8.8-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'rich_click/__init__.py'
adding 'rich_click/__main__.py'
adding 'rich_click/_compat_click.py'
adding 'rich_click/cli.py'
adding 'rich_click/decorators.py'
adding 'rich_click/patch.py'
adding 'rich_click/py.typed'
adding 'rich_click/rich_click.py'
adding 'rich_click/rich_command.py'
adding 'rich_click/rich_context.py'
adding 'rich_click/rich_group.py'
adding 'rich_click/rich_help_configuration.py'
adding 'rich_click/rich_help_formatter.py'
adding 'rich_click/rich_help_rendering.py'
adding 'rich_click/utils.py'
adding 'rich_click-1.8.8.dist-info/licenses/LICENSE'
adding 'rich_click-1.8.8.dist-info/METADATA'
adding 'rich_click-1.8.8.dist-info/WHEEL'
adding 'rich_click-1.8.8.dist-info/entry_points.txt'
adding 'rich_click-1.8.8.dist-info/top_level.txt'
adding 'rich_click-1.8.8.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built rich_click-1.8.8-py3-none-any.whl
python3.12-typer-0.15.2
* Getting build dependencies for wheel...
python3.12-rich-click-1.8.8
Finished creating a wheel...
Finished executing pypaBuildPhase
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for rich_click-1.8.8-py3-none-any.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
python3.12-typer-0.15.2
* Building wheel...
python3.12-rich-click-1.8.8
Successfully installed rich_click-1.8.8-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/6p8k0nrk8xpmdc3ns8ymc3m2mq0gxmc8-python3.12-rich-click-1.8.8
python3.12-typer-0.15.2
 - Adding .pdm-build/typer-0.15.2.dist-info/METADATA -> typer-0.15.2.dist-info/METADATA
 - Adding .pdm-build/typer-0.15.2.dist-info/WHEEL -> typer-0.15.2.dist-info/WHEEL
 - Adding .pdm-build/typer-0.15.2.dist-info/entry_points.txt -> typer-0.15.2.dist-info/entry_points.txt
 - Adding .pdm-build/typer-0.15.2.dist-info/licenses/LICENSE -> typer-0.15.2.dist-info/licenses/LICENSE
 - Adding typer/__init__.py -> typer/__init__.py
 - Adding typer/__main__.py -> typer/__main__.py
 - Adding typer/_completion_classes.py -> typer/_completion_classes.py
 - Adding typer/_completion_shared.py -> typer/_completion_shared.py
 - Adding typer/_typing.py -> typer/_typing.py
 - Adding typer/cli.py -> typer/cli.py
 - Adding typer/colors.py -> typer/colors.py
 - Adding typer/completion.py -> typer/completion.py
 - Adding typer/core.py -> typer/core.py
 - Adding typer/main.py -> typer/main.py
 - Adding typer/models.py -> typer/models.py
 - Adding typer/params.py -> typer/params.py
 - Adding typer/py.typed -> typer/py.typed
 - Adding typer/rich_utils.py -> typer/rich_utils.py
 - Adding typer/testing.py -> typer/testing.py
 - Adding typer/utils.py -> typer/utils.py
 - Adding typer-0.15.2.dist-info/RECORD -> typer-0.15.2.dist-info/RECORD
python3.12-rich-click-1.8.8
checking for references to /build/ in /nix/store/6p8k0nrk8xpmdc3ns8ymc3m2mq0gxmc8-python3.12-rich-click-1.8.8...
python3.12-typer-0.15.2
Successfully built typer-0.15.2-py3-none-any.whl
python3.12-rich-click-1.8.8
patching script interpreter paths in /nix/store/6p8k0nrk8xpmdc3ns8ymc3m2mq0gxmc8-python3.12-rich-click-1.8.8
python3.12-typer-0.15.2
Finished creating a wheel...
Finished executing pypaBuildPhase
python3.12-rich-click-1.8.8
stripping (with command strip and flags -S -p) in  /nix/store/6p8k0nrk8xpmdc3ns8ymc3m2mq0gxmc8-python3.12-rich-click-1.8.8/lib /nix/store/6p8k0nrk8xpmdc3ns8ymc3m2mq0gxmc8-python3.12-rich-click-1.8.8/bin
python3.12-typer-0.15.2
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for typer-0.15.2-py3-none-any.whl
python3.12-rich-click-1.8.8
shrinking RPATHs of ELF executables and libraries in /nix/store/8qn6sf9fsfh6c2c7yvx2sn260ip7yvbj-python3.12-rich-click-1.8.8-dist
checking for references to /build/ in /nix/store/8qn6sf9fsfh6c2c7yvx2sn260ip7yvbj-python3.12-rich-click-1.8.8-dist...
patching script interpreter paths in /nix/store/8qn6sf9fsfh6c2c7yvx2sn260ip7yvbj-python3.12-rich-click-1.8.8-dist
Rewriting #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 to #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11
wrapping `/nix/store/6p8k0nrk8xpmdc3ns8ymc3m2mq0gxmc8-python3.12-rich-click-1.8.8/bin/rich-click'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ pythonCatchConflictsPhase
python3.12-typer-0.15.2
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
python3.12-rich-click-1.8.8
→ pythonRemoveBinBytecodePhase
→ pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Check whether the following modules can be imported: rich_click
python3.12-typer-0.15.2
Successfully installed typer-0.15.2-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
python3.12-typed-settings-24.6.0
Build started
python3.12-typer-0.15.2
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/bjmszjqs9a183nbgjs4nbj8jqp25d5n4-python3.12-typer-0.15.2-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/bjmszjqs9a183nbgjs4nbj8jqp25d5n4-python3.12-typer-0.15.2-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/bjmszjqs9a183nbgjs4nbj8jqp25d5n4-python3.12-typer-0.15.2-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in  /nix/store/bjmszjqs9a183nbgjs4nbj8jqp25d5n4-python3.12-typer-0.15.2-x86_64-unknown-linux-gnufilc0/lib /nix/store/bjmszjqs9a183nbgjs4nbj8jqp25d5n4-python3.12-typer-0.15.2-x86_64-unknown-linux-gnufilc0/bin
python3.12-typed-settings-24.6.0
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing pytest-check-hook
Using pytestCheckPhase
python3.12-typer-0.15.2
shrinking RPATHs of ELF executables and libraries in /nix/store/kyyw7gbczp5cvqzm2n7v4v8iy87g9xm2-python3.12-typer-0.15.2-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/kyyw7gbczp5cvqzm2n7v4v8iy87g9xm2-python3.12-typer-0.15.2-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/kyyw7gbczp5cvqzm2n7v4v8iy87g9xm2-python3.12-typer-0.15.2-x86_64-unknown-linux-gnufilc0-dist
Rewriting #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 to #!/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/bjmszjqs9a183nbgjs4nbj8jqp25d5n4-python3.12-typer-0.15.2-x86_64-unknown-linux-gnufilc0/bin/typer'...
python3.12-typed-settings-24.6.0
→ unpackPhase
unpacking source archive /nix/store/zpx5pc4j0r5527l9wd4bxkwag9hs9w8s-typed_settings-24.6.0.tar.gz
python3.12-typer-0.15.2
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonRemoveBinBytecodePhase
→ pytestCheckPhase
Executing pytestCheckPhase
pytest flags: -m pytest -k not\ \(test_scripts\)\ and\ not\ \(test_show_completion\)\ and\ not\ \(test_install_completion\) --numprocesses=6
python3.12-typed-settings-24.6.0
source root is typed_settings-24.6.0
setting SOURCE_DATE_EPOCH to timestamp 1730972218 of file "typed_settings-24.6.0/uv.lock"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing pypaBuildPhase
Setting SETUPTOOLS_SCM_PRETEND_VERSION to 24.6.0
Including all tracked files automatically
Creating a wheel...
pypa build flags: --no-isolation --outdir dist/ --wheel
* Getting build dependencies for wheel...
* Building wheel...
Successfully built typed_settings-24.6.0-py3-none-any.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for typed_settings-24.6.0-py3-none-any.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
python3.12-typer-0.15.2
============================= test session starts ==============================
platform linux -- Python 3.12.5, pytest-8.3.5, pluggy-1.5.0
rootdir: /build/source
configfile: pyproject.toml
plugins: xdist-3.6.1
python3.12-typed-settings-24.6.0
Successfully installed typed_settings-24.6.0-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/bcj4v6z2l527m42y15lrdpylbfizim9n-python3.12-typed-settings-24.6.0-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/bcj4v6z2l527m42y15lrdpylbfizim9n-python3.12-typed-settings-24.6.0-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/bcj4v6z2l527m42y15lrdpylbfizim9n-python3.12-typed-settings-24.6.0-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in  /nix/store/bcj4v6z2l527m42y15lrdpylbfizim9n-python3.12-typed-settings-24.6.0-x86_64-unknown-linux-gnufilc0/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/cnwxgd3i1wxpvpc5za96q97n1hz6yfxn-python3.12-typed-settings-24.6.0-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/cnwxgd3i1wxpvpc5za96q97n1hz6yfxn-python3.12-typed-settings-24.6.0-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/cnwxgd3i1wxpvpc5za96q97n1hz6yfxn-python3.12-typed-settings-24.6.0-x86_64-unknown-linux-gnufilc0-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonRemoveBinBytecodePhase
→ pytestCheckPhase
Executing pytestCheckPhase
pytest flags: -m pytest --ignore-glob=tests/test_onepassword.py -k not\ \(TestOnePasswordLoader\)\ and\ not\ \(test_handle_op\) tests
============================= test session starts ==============================
platform linux -- Python 3.12.5, pytest-8.3.5, pluggy-1.5.0
rootdir: /build/typed_settings-24.6.0
configfile: pyproject.toml
plugins: hypothesis-6.130.12, cov-nixpkgs-stub-1.0.0
collected 524 items / 3 errors / 2 deselected / 522 selected                   
==================================== ERRORS ====================================
___________________ ERROR collecting tests/test_cli_click.py ___________________
ImportError while importing test module '/build/typed_settings-24.6.0/tests/test_cli_click.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_cli_click.py:12: in <module>
    import pydantic
/nix/store/k7pshqra81p83zj9ziyf4lm2q1679905-python3.12-pydantic-2.11.4/lib/python3.12/site-packages/pydantic/__init__.py:5: in <module>
    from ._migration import getattr_migration
/nix/store/k7pshqra81p83zj9ziyf4lm2q1679905-python3.12-pydantic-2.11.4/lib/python3.12/site-packages/pydantic/_migration.py:4: in <module>
    from .version import version_short
/nix/store/k7pshqra81p83zj9ziyf4lm2q1679905-python3.12-pydantic-2.11.4/lib/python3.12/site-packages/pydantic/version.py:5: in <module>
    from pydantic_core import __version__ as __pydantic_core_version__
/nix/store/bbr2wk3ap52b4czl0jhqxy826ddmn921-python3.12-pydantic-core-2.33.2/lib/python3.12/site-packages/pydantic_core/__init__.py:6: in <module>
    from ._pydantic_core import (
E   ModuleNotFoundError: No module named 'pydantic_core._pydantic_core'
___________________ ERROR collecting tests/test_cls_utils.py ___________________
ImportError while importing test module '/build/typed_settings-24.6.0/tests/test_cls_utils.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_cls_utils.py:9: in <module>
    import pydantic
/nix/store/k7pshqra81p83zj9ziyf4lm2q1679905-python3.12-pydantic-2.11.4/lib/python3.12/site-packages/pydantic/__init__.py:5: in <module>
    from ._migration import getattr_migration
/nix/store/k7pshqra81p83zj9ziyf4lm2q1679905-python3.12-pydantic-2.11.4/lib/python3.12/site-packages/pydantic/_migration.py:4: in <module>
    from .version import version_short
/nix/store/k7pshqra81p83zj9ziyf4lm2q1679905-python3.12-pydantic-2.11.4/lib/python3.12/site-packages/pydantic/version.py:5: in <module>
    from pydantic_core import __version__ as __pydantic_core_version__
/nix/store/bbr2wk3ap52b4czl0jhqxy826ddmn921-python3.12-pydantic-core-2.33.2/lib/python3.12/site-packages/pydantic_core/__init__.py:6: in <module>
    from ._pydantic_core import (
E   ModuleNotFoundError: No module named 'pydantic_core._pydantic_core'
__________________ ERROR collecting tests/test_converters.py ___________________
ImportError while importing test module '/build/typed_settings-24.6.0/tests/test_converters.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_converters.py:21: in <module>
    import pydantic
/nix/store/k7pshqra81p83zj9ziyf4lm2q1679905-python3.12-pydantic-2.11.4/lib/python3.12/site-packages/pydantic/__init__.py:5: in <module>
    from ._migration import getattr_migration
/nix/store/k7pshqra81p83zj9ziyf4lm2q1679905-python3.12-pydantic-2.11.4/lib/python3.12/site-packages/pydantic/_migration.py:4: in <module>
    from .version import version_short
/nix/store/k7pshqra81p83zj9ziyf4lm2q1679905-python3.12-pydantic-2.11.4/lib/python3.12/site-packages/pydantic/version.py:5: in <module>
    from pydantic_core import __version__ as __pydantic_core_version__
/nix/store/bbr2wk3ap52b4czl0jhqxy826ddmn921-python3.12-pydantic-core-2.33.2/lib/python3.12/site-packages/pydantic_core/__init__.py:6: in <module>
    from ._pydantic_core import (
E   ModuleNotFoundError: No module named 'pydantic_core._pydantic_core'
=========================== short test summary info ============================
ERROR tests/test_cli_click.py
ERROR tests/test_cls_utils.py
ERROR tests/test_converters.py
!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!!
======================= 2 deselected, 3 errors in 7.74s ========================
error: Cannot build '/nix/store/v3xqr0kysy7dl7ddkq0phc64489xh2zb-python3.12-typed-settings-24.6.0-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/bcj4v6z2l527m42y15lrdpylbfizim9n-python3.12-typed-settings-24.6.0-x86_64-unknown-linux-gnufilc0
         /nix/store/cnwxgd3i1wxpvpc5za96q97n1hz6yfxn-python3.12-typed-settings-24.6.0-x86_64-unknown-linux-gnufilc0-dist
       Last 25 log lines:
       >     from ._pydantic_core import (
       > E   ModuleNotFoundError: No module named 'pydantic_core._pydantic_core'
       > __________________ ERROR collecting tests/test_converters.py ___________________
       > ImportError while importing test module '/build/typed_settings-24.6.0/tests/test_converters.py'.
       > Hint: make sure your test modules/packages have valid Python names.
       > Traceback:
       > /nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/importlib/__init__.py:90: in import_module
       >     return _bootstrap._gcd_import(name[level:], package, level)
       > tests/test_converters.py:21: in <module>
       >     import pydantic
       > /nix/store/k7pshqra81p83zj9ziyf4lm2q1679905-python3.12-pydantic-2.11.4/lib/python3.12/site-packages/pydantic/__init__.py:5: in <module>
       >     from ._migration import getattr_migration
       > /nix/store/k7pshqra81p83zj9ziyf4lm2q1679905-python3.12-pydantic-2.11.4/lib/python3.12/site-packages/pydantic/_migration.py:4: in <module>
       >     from .version import version_short
       > /nix/store/k7pshqra81p83zj9ziyf4lm2q1679905-python3.12-pydantic-2.11.4/lib/python3.12/site-packages/pydantic/version.py:5: in <module>
       >     from pydantic_core import __version__ as __pydantic_core_version__
       > /nix/store/bbr2wk3ap52b4czl0jhqxy826ddmn921-python3.12-pydantic-core-2.33.2/lib/python3.12/site-packages/pydantic_core/__init__.py:6: in <module>
       >     from ._pydantic_core import (
       > E   ModuleNotFoundError: No module named 'pydantic_core._pydantic_core'
       > =========================== short test summary info ============================
       > ERROR tests/test_cli_click.py
       > ERROR tests/test_cls_utils.py
       > ERROR tests/test_converters.py
       > !!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!!
       > ======================= 2 deselected, 3 errors in 7.74s ========================
       For full logs, run:
         nix log /nix/store/v3xqr0kysy7dl7ddkq0phc64489xh2zb-python3.12-typed-settings-24.6.0-x86_64-unknown-linux-gnufilc0.drv
python3.12-typer-0.15.2
6 workers [1000 items] m
........................................................................ [  7%]
........................................................................ [ 14%]
..........................s............................................. [ 21%]
........................................................................ [ 28%]
........................................................................ [ 36%]
........................................................................ [ 43%]
.......................................................sssss............ [ 50%]
........................................................................ [ 57%]
........................................................................ [ 64%]
........................................................................ [ 72%]
........................................................................ [ 79%]
........................................................................ [ 86%]
........................................................................ [ 93%]
................................................................         [100%]
================== 994 passed, 6 skipped in 254.96s (0:04:14) ==================
Finished executing pytestCheckPhase
pytestCheckPhase completed in 4 minutes 16 seconds
→ pytestcachePhase
→ pytestRemoveBytecodePhase
m2-mesoplanet-1.11.0
error: Cannot build '/nix/store/dydyrbxilwwicxsqlb4ayh5a7wr1vsjn-m2-mesoplanet-x86_64-unknown-linux-gnufilc0-1.11.0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/h0wsgm233gkz6p92czlh3w52wqr3qg77-m2-mesoplanet-x86_64-unknown-linux-gnufilc0-1.11.0
       Last 25 log lines:
       > source root is source
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: git: command not found
       > mkdir -p bin
       > mkdir -p test/results
       > clang  -D_GNU_SOURCE -O0 -std=c99 -ggdb \
       > M2libc/bootstrappable.c \
       > cc_reader.c \
       > cc_core.c \
       > cc_macro.c \
       > cc_env.c \
       > cc_spawn.c \
       > cc.c \
       > cc.h \
       > cc_globals.c \
       > gcc_req.h \
       > -o bin/M2-Mesoplanet
       > clang-20: error: cannot specify -o when generating multiple output files
       > make: *** [makefile:33: M2-Mesoplanet] Error 1
       For full logs, run:
         nix log /nix/store/dydyrbxilwwicxsqlb4ayh5a7wr1vsjn-m2-mesoplanet-x86_64-unknown-linux-gnufilc0-1.11.0.drv
m2-planet-1.11.0
error: Cannot build '/nix/store/s4j4yyv37s48qjds30ag4b54s8kaavxm-m2-planet-x86_64-unknown-linux-gnufilc0-1.11.0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/8rhppjk11dfj374afgxrnnrdws5kalvb-m2-planet-x86_64-unknown-linux-gnufilc0-1.11.0
       Last 25 log lines:
       > source root is source
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: git: command not found
       > mkdir -p bin
       > mkdir -p test/results
       > clang  -D_GNU_SOURCE -O0 -std=c99 -ggdb \
       > M2libc/bootstrappable.c \
       > cc_reader.c \
       > cc_strings.c \
       > cc_types.c \
       > cc_core.c \
       > cc_macro.c \
       > cc.c \
       > cc.h \
       > cc_globals.c \
       > gcc_req.h \
       > -o bin/M2-Planet
       > clang-20: error: cannot specify -o when generating multiple output files
       > make: *** [makefile:29: M2-Planet] Error 1
       For full logs, run:
         nix log /nix/store/s4j4yyv37s48qjds30ag4b54s8kaavxm-m2-planet-x86_64-unknown-linux-gnufilc0-1.11.0.drv
M33-Linux-unstable-2016-06-23
error: Cannot build '/nix/store/w3m5k4pmlh3m9nmfc6chdqfh8ad32lif-M33-Linux-x86_64-unknown-linux-gnufilc0-unstable-2016-06-23.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/35vydzclabr9wrvffpkc3gmh7g48cglh-M33-Linux-x86_64-unknown-linux-gnufilc0-unstable-2016-06-23
       Last 15 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/m2ij0iajh2qybbpgbf44c0mk94713yi4-source
       > source root is source
       > Running phase: patchPhase
       > applying patch /nix/store/7nrh2dh0bhpzklmk8qy30365qs4hxm7p-gcc-13.patch
       > patching file gcode.h
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
       > g++ -Wall -std=c++14 -O3 -o m33-linux main.cpp gcode.cpp printer.cpp vector.cpp
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: g++: command not found
       > make: *** [Makefile:9: m33-linux] Error 127
       For full logs, run:
         nix log /nix/store/w3m5k4pmlh3m9nmfc6chdqfh8ad32lif-M33-Linux-x86_64-unknown-linux-gnufilc0-unstable-2016-06-23.drv
ma-11
error: Cannot build '/nix/store/jfp57gjw7jxl6zcphxpsl6vk885qd2zz-ma-x86_64-unknown-linux-gnufilc0-11.drv'.
       Reason: builder failed with exit code 127.
       Output paths:
         /nix/store/22agq8hhkqp8xrpdh0azkmp3d43lxz1h-ma-x86_64-unknown-linux-gnufilc0-11
       Last 14 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/ridcl1kkcpdz3hlfvadl4zhsia6n12dy-ma.tar.gz
       > source root is ma-2019-03-16
       > setting SOURCE_DATE_EPOCH to timestamp 1552755021 of file "ma-2019-03-16/win"
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > + libs=-lrt
       > + uname -s
       > + /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/filc-cc '-std=gnu99' pty.c -o pty -lutil -lrt
       > ./build: line 12: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/filc-cc: not found
       For full logs, run:
         nix log /nix/store/jfp57gjw7jxl6zcphxpsl6vk885qd2zz-ma-x86_64-unknown-linux-gnufilc0-11.drv
magic-enum-0.9.7
error: Cannot build '/nix/store/plj10qb755zfqbg59vsnypbl8plc87ih-magic-enum-x86_64-unknown-linux-gnufilc0-0.9.7.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/cm10i57nz6lxj5nzh1c7yswmjsi03ij1-magic-enum-x86_64-unknown-linux-gnufilc0-0.9.7
       Last 25 log lines:
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [test/CMakeFiles/test_containers-cpp17.dir/build.make:103: test/test_containers-cpp17] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:509: test/CMakeFiles/test_containers-cpp17.dir/all] Error 2
       > [ 54%] Linking CXX executable test_flags-cpp17
       > /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang++ -O3 -DNDEBUG "CMakeFiles/test_flags-cpp17.dir/test_flags.cpp.o" -o test_flags-cpp17
       > CMakeFiles/test_flags-cpp17.dir/test_flags.cpp.o:test_flags.cpp:function pizlonatedFI4792_nextafter:(.text+0x3767b6): error: undefined reference to 'pizlonated_nextafter'
       > CMakeFiles/test_flags-cpp17.dir/test_flags.cpp.o:test_flags.cpp:function pizlonatedFI3195_nextafterf:(.text+0x3768a7): error: undefined reference to 'pizlonated_nextafterf'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [test/CMakeFiles/test_flags-cpp17.dir/build.make:103: test/test_flags-cpp17] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:445: test/CMakeFiles/test_flags-cpp17.dir/all] Error 2
       > [ 56%] Linking CXX executable test-cpp17
       > /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang++ -O3 -DNDEBUG "CMakeFiles/test-cpp17.dir/test.cpp.o" -o test-cpp17
       > CMakeFiles/test-cpp17.dir/test.cpp.o:test.cpp:function pizlonatedFI4792_nextafter:(.text+0x4129a6): error: undefined reference to 'pizlonated_nextafter'
       > CMakeFiles/test-cpp17.dir/test.cpp.o:test.cpp:function pizlonatedFI3195_nextafterf:(.text+0x412a97): error: undefined reference to 'pizlonated_nextafterf'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [test/CMakeFiles/test-cpp17.dir/build.make:103: test/test-cpp17] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:413: test/CMakeFiles/test-cpp17.dir/all] Error 2
       > [ 59%] Linking CXX executable test-cpp20
       > /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang++ -O3 -DNDEBUG "CMakeFiles/test-cpp20.dir/test.cpp.o" -o test-cpp20
       > CMakeFiles/test-cpp20.dir/test.cpp.o:test.cpp:function pizlonatedFI4792_nextafter:(.text+0x42ecc6): error: undefined reference to 'pizlonated_nextafter'
       > CMakeFiles/test-cpp20.dir/test.cpp.o:test.cpp:function pizlonatedFI3195_nextafterf:(.text+0x42edb7): error: undefined reference to 'pizlonated_nextafterf'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [test/CMakeFiles/test-cpp20.dir/build.make:103: test/test-cpp20] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:573: test/CMakeFiles/test-cpp20.dir/all] Error 2
       > make: *** [Makefile:166: all] Error 2
       For full logs, run:
         nix log /nix/store/plj10qb755zfqbg59vsnypbl8plc87ih-magic-enum-x86_64-unknown-linux-gnufilc0-0.9.7.drv
magicard-cups-driver-1.4.0
error: Cannot build '/nix/store/zvgjkhn8dhhama7m0hnjcz0arw7h1236-magicard-cups-driver-x86_64-unknown-linux-gnufilc0-1.4.0.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/p00d39jwdhal5i5s7r86rhdh9j2d619f-magicard-cups-driver-x86_64-unknown-linux-gnufilc0-1.4.0
       Last 24 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/yc0hywqpclf5q0ldkx4fsqzkd2vfwhyh-source
       > source root is source
       > Running phase: patchPhase
       > applying patch /nix/store/ms17wjhlw14wjmphajy7qy0gk9yfq5p5-CMakeLists.patch
       > File CMakeLists.txt is read-only; trying to patch anyway
       > patching file CMakeLists.txt
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > fixing cmake files...
       > cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/p00d39jwdhal5i5s7r86rhdh9j2d619f-magicard-cups-driver-x86_64-unknown-linux-gnufilc0-1.4.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/p00d39jwdhal5i5s7r86rhdh9j2d619f-magicard-cups-driver-x86_64-unknown-linux-gnufilc0-1.4.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/p00d39jwdhal5i5s7r86rhdh9j2d619f-magicard-cups-driver-x86_64-unknown-linux-gnufilc0-1.4.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/p00d39jwdhal5i5s7r86rhdh9j2d619f-magicard-cups-driver-x86_64-unknown-linux-gnufilc0-1.4.0/share/doc/Magicard-CUPS-driver -DCMAKE_INSTALL_INFODIR=/nix/store/p00d39jwdhal5i5s7r86rhdh9j2d619f-magicard-cups-driver-x86_64-unknown-linux-gnufilc0-1.4.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/p00d39jwdhal5i5s7r86rhdh9j2d619f-magicard-cups-driver-x86_64-unknown-linux-gnufilc0-1.4.0/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/p00d39jwdhal5i5s7r86rhdh9j2d619f-magicard-cups-driver-x86_64-unknown-linux-gnufilc0-1.4.0/include -DCMAKE_INSTALL_SBINDIR=/nix/store/p00d39jwdhal5i5s7r86rhdh9j2d619f-magicard-cups-driver-x86_64-unknown-linux-gnufilc0-1.4.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/p00d39jwdhal5i5s7r86rhdh9j2d619f-magicard-cups-driver-x86_64-unknown-linux-gnufilc0-1.4.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/p00d39jwdhal5i5s7r86rhdh9j2d619f-magicard-cups-driver-x86_64-unknown-linux-gnufilc0-1.4.0/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/p00d39jwdhal5i5s7r86rhdh9j2d619f-magicard-cups-driver-x86_64-unknown-linux-gnufilc0-1.4.0 -DCUPS_SERVER_BIN=lib/cups -DCUPS_DATA_DIR=share/cups -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
       > -- The C compiler identification is Clang 20.1.8
       > -- Detecting C compiler ABI info
       > -- Detecting C compiler ABI info - done
       > -- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
       > -- Detecting C compile features
       > -- Detecting C compile features - done
       > CMake Error at CMakeLists.txt:32 (message):
       >   cups-config command not found.  Are the CUPS development packages
       >   installed?
       >
       > 
       > -- Configuring incomplete, errors occurred!
       For full logs, run:
         nix log /nix/store/zvgjkhn8dhhama7m0hnjcz0arw7h1236-magicard-cups-driver-x86_64-unknown-linux-gnufilc0-1.4.0.drv
maiko-250201-55e20ea9
error: Cannot build '/nix/store/1pk5834q9smxa4v2vwv2hfin5vss9m6j-maiko-x86_64-unknown-linux-gnufilc0-250201-55e20ea9.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/zdp7l0yva8yvj2r04i4fz7i3684pwpkj-maiko-x86_64-unknown-linux-gnufilc0-250201-55e20ea9
       Last 25 log lines:
       >   793 |       switch (vfork()) {
       >       |               ^
       > /build/source/src/uraid.c:793:15: note: include the header <unistd.h> or explicitly provide a declaration for 'vfork'
       > 1 error generated.
       > make[2]: *** [CMakeFiles/ldeinit.dir/build.make:1583: CMakeFiles/ldeinit.dir/src/uraid.c.o] Error 1
       > make[2]: *** Waiting for unfinished jobs....
       > [ 83%] Building C object CMakeFiles/ldex.dir/src/ubf1.c.o
       > [ 84%] Building C object CMakeFiles/ldex.dir/src/ubf2.c.o
       > [ 84%] Building C object CMakeFiles/ldex.dir/src/ubf3.c.o
       > [ 84%] Building C object CMakeFiles/ldex.dir/src/ufn.c.o
       > [ 85%] Building C object CMakeFiles/ldex.dir/src/ufs.c.o
       > [ 85%] Building C object CMakeFiles/ldex.dir/src/unixcomm.c.o
       > [ 86%] Building C object CMakeFiles/ldex.dir/src/unwind.c.o
       > [ 86%] Building C object CMakeFiles/ldex.dir/src/uraid.c.o
       > /build/source/src/uraid.c:793:15: error: call to undeclared library function 'vfork' with type 'int (void)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
       >   793 |       switch (vfork()) {
       >       |               ^
       > /build/source/src/uraid.c:793:15: note: include the header <unistd.h> or explicitly provide a declaration for 'vfork'
       > 1 error generated.
       > make[2]: *** [CMakeFiles/ldex.dir/build.make:1583: CMakeFiles/ldex.dir/src/uraid.c.o] Error 1
       > make[2]: *** Waiting for unfinished jobs....
       > make[1]: *** [CMakeFiles/Makefile2:201: CMakeFiles/ldeinit.dir/all] Error 2
       > make[1]: *** Waiting for unfinished jobs....
       > make[1]: *** [CMakeFiles/Makefile2:169: CMakeFiles/ldex.dir/all] Error 2
       > make: *** [Makefile:91: all] Error 2
       For full logs, run:
         nix log /nix/store/1pk5834q9smxa4v2vwv2hfin5vss9m6j-maiko-x86_64-unknown-linux-gnufilc0-250201-55e20ea9.drv
maildrop-3.1.8
error: Cannot build '/nix/store/4a69aqjnqic3hr7ppxjg1zj1ajzavymw-maildrop-x86_64-unknown-linux-gnufilc0-3.1.8.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/65wcf7y8wkq52hk2gap8rwr4wwdkgbr3-maildrop-x86_64-unknown-linux-gnufilc0-3.1.8
       Last 25 log lines:
       > checking for stdint.h... yes
       > checking for strings.h... yes
       > checking for sys/stat.h... yes
       > checking for sys/types.h... yes
       > checking for unistd.h... yes
       > checking for dlfcn.h... yes
       > checking for objdir... .libs
       > checking if clang supports -fno-rtti -fno-exceptions... yes
       > checking for clang option to produce PIC... -fPIC -DPIC
       > checking if clang PIC flag -fPIC -DPIC works... yes
       > checking if clang static flag -static works... no
       > checking if clang supports -c -o file.o... yes
       > checking if clang supports -c -o file.o... (cached) yes
       > checking whether the clang linker (ld -m elf_x86_64) supports shared libraries... yes
       > checking whether -lc should be explicitly linked in... no
       > checking dynamic linker characteristics... GNU/Linux ld.so
       > checking how to hardcode library paths into programs... immediate
       > checking whether stripping libraries is possible... yes
       > checking if libtool supports shared libraries... yes
       > checking whether to build shared libraries... yes
       > checking whether to build static libraries... no
       > checking for perl5... no
       > checking for perl... no
       > checking for pcre2-config... no
       > configure: error: pcre2-config was not found, please install PCRE2
       For full logs, run:
         nix log /nix/store/4a69aqjnqic3hr7ppxjg1zj1ajzavymw-maildrop-x86_64-unknown-linux-gnufilc0-3.1.8.drv
mairix-0.24-unstable-2024-09-14
error: Cannot build '/nix/store/6xchdisz47z3z4rk2dpx6lk8kqha94q6-mairix-x86_64-unknown-linux-gnufilc0-0.24-unstable-2024-09-14.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/v5knjpghvbfnlkfbi8klb9qk72rafkiv-mairix-x86_64-unknown-linux-gnufilc0-0.24-unstable-2024-09-14
       Last 12 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/kpp3l7wzh3a2pi7jxpcvrn4ixxjw0ghl-source
       > source root is source
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > patching script interpreter paths in ./configure
       > ./configure: interpreter directive changed from "#!/bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
       > configure flags: --prefix=/nix/store/v5knjpghvbfnlkfbi8klb9qk72rafkiv-mairix-x86_64-unknown-linux-gnufilc0-0.24-unstable-2024-09-14 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
       > Unrecognized option : --build=x86_64-unknown-linux-gnu
       > Unrecognized option : --host=x86_64-unknown-linux-gnufilc0
       For full logs, run:
         nix log /nix/store/6xchdisz47z3z4rk2dpx6lk8kqha94q6-mairix-x86_64-unknown-linux-gnufilc0-0.24-unstable-2024-09-14.drv
makejinja-2.7.2
error: Cannot build '/nix/store/vpnp6icj1clv9nl5jsbj6zr4a7990y0y-makejinja-2.7.2-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 2 dependencies failed.
       Output paths:
         /nix/store/13li6p2qgawmpsv1lm8r6l4pgdg20k3f-makejinja-2.7.2-x86_64-unknown-linux-gnufilc0-dist
         /nix/store/x37792wfsjdhsbp061rjvxm0zcq1ynr9-makejinja-2.7.2-x86_64-unknown-linux-gnufilc0
markdown-anki-decks-1.1.1
error: Cannot build '/nix/store/126w42x8j7ypppfx9vc5pivcb3y9xg71-markdown-anki-decks-1.1.1-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/cvzwf7p86wbr33fsh1zdka7kil6pyj6r-markdown-anki-decks-1.1.1-x86_64-unknown-linux-gnufilc0-dist
         /nix/store/mqmj3xx1vynp0d9601qmj3ifw4nxr8ww-markdown-anki-decks-1.1.1-x86_64-unknown-linux-gnufilc0
marl-1.0.0
error: Cannot build '/nix/store/wbcaqvf4v7vvr0jnapcvah6ni2179dvk-marl-x86_64-unknown-linux-gnufilc0-1.0.0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/c027rr2pw9wrp850qr3dq7fjdmkc717f-marl-x86_64-unknown-linux-gnufilc0-1.0.0
       Last 25 log lines:
       >
       > 
       > -- Build files have been written to: /build/source/build
       > cmake: enabled parallel building
       > cmake: enabled parallel installing
       > Running phase: buildPhase
       > build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
       > [ 22%] Building CXX object CMakeFiles/marl.dir/src/thread.cpp.o
       > [ 22%] Building CXX object CMakeFiles/marl.dir/src/trace.cpp.o
       > [ 22%] Building CXX object CMakeFiles/marl.dir/src/memory.cpp.o
       > [ 22%] Building CXX object CMakeFiles/marl.dir/src/debug.cpp.o
       > [ 27%] Building CXX object CMakeFiles/marl.dir/src/scheduler.cpp.o
       > [ 33%] Building C object CMakeFiles/marl.dir/src/osfiber_aarch64.c.o
       > [ 38%] Building C object CMakeFiles/marl.dir/src/osfiber_arm.c.o
       > [ 44%] Building ASM object CMakeFiles/marl.dir/src/osfiber_asm_aarch64.S.o
       > [ 50%] Building ASM object CMakeFiles/marl.dir/src/osfiber_asm_arm.S.o
       > [ 55%] Building ASM object CMakeFiles/marl.dir/src/osfiber_asm_mips64.S.o
       > [ 61%] Building ASM object CMakeFiles/marl.dir/src/osfiber_asm_ppc64.S.o
       > [ 66%] Building ASM object CMakeFiles/marl.dir/src/osfiber_asm_x64.S.o
       > clang-20: error: sarcasm assembler command failed with exit code 1 (use -v to see invocation)
       > sarcasm: /build/osfiber_asm_x64-b32217.s: label 'marl_fiber_swap' outside any function is not supported (globals cannot be made memory-safe automatically)
       > make[2]: *** [CMakeFiles/marl.dir/build.make:228: CMakeFiles/marl.dir/src/osfiber_asm_x64.S.o] Error 1
       > make[2]: *** Waiting for unfinished jobs....
       > make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/marl.dir/all] Error 2
       > make: *** [Makefile:136: all] Error 2
       For full logs, run:
         nix log /nix/store/wbcaqvf4v7vvr0jnapcvah6ni2179dvk-marl-x86_64-unknown-linux-gnufilc0-1.0.0.drv
markdown-anki-decks-1.1.1
error: build of '/nix/store/126w42x8j7ypppfx9vc5pivcb3y9xg71-markdown-anki-decks-1.1.1-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/1pk5834q9smxa4v2vwv2hfin5vss9m6j-maiko-x86_64-unknown-linux-gnufilc0-250201-55e20ea9.drv^*', '/nix/store/4a69aqjnqic3hr7ppxjg1zj1ajzavymw-maildrop-x86_64-unknown-linux-gnufilc0-3.1.8.drv^*', '/nix/store/6xchdisz47z3z4rk2dpx6lk8kqha94q6-mairix-x86_64-unknown-linux-gnufilc0-0.24-unstable-2024-09-14.drv^*', '/nix/store/dydyrbxilwwicxsqlb4ayh5a7wr1vsjn-m2-mesoplanet-x86_64-unknown-linux-gnufilc0-1.11.0.drv^*', '/nix/store/jfp57gjw7jxl6zcphxpsl6vk885qd2zz-ma-x86_64-unknown-linux-gnufilc0-11.drv^*', '/nix/store/plj10qb755zfqbg59vsnypbl8plc87ih-magic-enum-x86_64-unknown-linux-gnufilc0-0.9.7.drv^*', '/nix/store/s4j4yyv37s48qjds30ag4b54s8kaavxm-m2-planet-x86_64-unknown-linux-gnufilc0-1.11.0.drv^*', '/nix/store/vpnp6icj1clv9nl5jsbj6zr4a7990y0y-makejinja-2.7.2-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/w3m5k4pmlh3m9nmfc6chdqfh8ad32lif-M33-Linux-x86_64-unknown-linux-gnufilc0-unstable-2016-06-23.drv^*', '/nix/store/wbcaqvf4v7vvr0jnapcvah6ni2179dvk-marl-x86_64-unknown-linux-gnufilc0-1.0.0.drv^*', '/nix/store/zvgjkhn8dhhama7m0hnjcz0arw7h1236-magicard-cups-driver-x86_64-unknown-linux-gnufilc0-1.4.0.drv^*' failed

End of log