Skip to content

Instantly share code, notes, and snippets.

@leana8959
Created December 3, 2023 08:00
Show Gist options
  • Save leana8959/631b69891b7bd877547c27b5b2ad8611 to your computer and use it in GitHub Desktop.
Save leana8959/631b69891b7bd877547c27b5b2ad8611 to your computer and use it in GitHub Desktop.
home-manager install issue
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 pypa-install-hook
Using pypaInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing pytest-check-hook
Using pytestCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/8kwb1faz3192w535cvgv5849xz0ag3da-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/utils/release-checklist
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing pypaBuildPhase
Creating a wheel...
* Getting build dependencies for wheel...
* Building wheel...
Successfully built sphinx-7.2.6-py3-none-any.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pypaInstallPhase
Successfully installed sphinx-7.2.6-py3-none-any.whl
Finished executing pypaInstallPhase
@nix { "action": "setPhase", "phase": "pythonOutputDistPhase" }
pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/3vnljcwkdrbywn7v73hwcmn51dz6729m-python3.9-sphinx-7.2.6
checking for references to /build/ in /nix/store/3vnljcwkdrbywn7v73hwcmn51dz6729m-python3.9-sphinx-7.2.6...
patching script interpreter paths in /nix/store/3vnljcwkdrbywn7v73hwcmn51dz6729m-python3.9-sphinx-7.2.6
stripping (with command strip and flags -S -p) in /nix/store/3vnljcwkdrbywn7v73hwcmn51dz6729m-python3.9-sphinx-7.2.6/lib /nix/store/3vnljcwkdrbywn7v73hwcmn51dz6729m-python3.9-sphinx-7.2.6/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/xi41037k9rb7vs9rqqap6r1pw9r16gx0-python3.9-sphinx-7.2.6-dist
checking for references to /build/ in /nix/store/xi41037k9rb7vs9rqqap6r1pw9r16gx0-python3.9-sphinx-7.2.6-dist...
patching script interpreter paths in /nix/store/xi41037k9rb7vs9rqqap6r1pw9r16gx0-python3.9-sphinx-7.2.6-dist
Rewriting #!/nix/store/05q52zjci15a1vcq49i6qdk0h72130d3-python3-3.9.18/bin/python3.9 to #!/nix/store/05q52zjci15a1vcq49i6qdk0h72130d3-python3-3.9.18
wrapping `/nix/store/3vnljcwkdrbywn7v73hwcmn51dz6729m-python3.9-sphinx-7.2.6/bin/sphinx-apidoc'...
Rewriting #!/nix/store/05q52zjci15a1vcq49i6qdk0h72130d3-python3-3.9.18/bin/python3.9 to #!/nix/store/05q52zjci15a1vcq49i6qdk0h72130d3-python3-3.9.18
wrapping `/nix/store/3vnljcwkdrbywn7v73hwcmn51dz6729m-python3.9-sphinx-7.2.6/bin/sphinx-build'...
Rewriting #!/nix/store/05q52zjci15a1vcq49i6qdk0h72130d3-python3-3.9.18/bin/python3.9 to #!/nix/store/05q52zjci15a1vcq49i6qdk0h72130d3-python3-3.9.18
wrapping `/nix/store/3vnljcwkdrbywn7v73hwcmn51dz6729m-python3.9-sphinx-7.2.6/bin/sphinx-quickstart'...
Rewriting #!/nix/store/05q52zjci15a1vcq49i6qdk0h72130d3-python3-3.9.18/bin/python3.9 to #!/nix/store/05q52zjci15a1vcq49i6qdk0h72130d3-python3-3.9.18
wrapping `/nix/store/3vnljcwkdrbywn7v73hwcmn51dz6729m-python3.9-sphinx-7.2.6/bin/sphinx-autogen'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
no Makefile or custom installCheckPhase, doing nothing
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
/nix/store/b3yk61kl50wway9x2gmhqzrfg2393fwv-catch_conflicts_py2.py:1: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "pytestCheckPhase" }
pytestCheckPhase
Executing pytestCheckPhase
============================= test session starts ==============================
platform linux -- Python 3.9.18, pytest-7.4.3, pluggy-1.3.0
libraries: Sphinx-7.2.6, docutils-0.20.1
base tmp_path: /build/pytest-of-nixbld/pytest-0
rootdir: /build/source
configfile: pyproject.toml
testpaths: tests
collecting ...
collecting 46 items
collecting 595 items
collecting 682 items
collecting 735 items
collecting 840 items
collecting 1056 items
collecting 1164 items
collecting 1217 items
collecting 1318 items
collecting 1415 items
collecting 1464 items
collecting 1499 items
collecting 1614 items
collecting 1682 items
collecting 1828 items
collecting 1888 items
collecting 1950 items
collecting 2020 items
collecting 2051 items
collected 2062 items / 1 deselected / 2061 selected
tests/test_addnodes.py . [ 0%]
tests/test_api_translator.py ........... [ 0%]
tests/test_application.py ........ [ 0%]
tests/test_build.py .......... [ 1%]
tests/test_build_changes.py .. [ 1%]
tests/test_build_dirhtml.py . [ 1%]
tests/test_build_epub.py ..........s.. [ 2%]
tests/test_build_gettext.py ..s....... [ 2%]
tests/test_build_html.py ............................................... [ 4%]
........................................................................ [ 8%]
........................................................................ [ 11%]
........................................................................ [ 15%]
........................................................................ [ 18%]
........................................................................ [ 22%]
........................................................................ [ 25%]
............................................................ [ 28%]
tests/test_build_latex.py ssssss........................................ [ 31%]
...........s.................s.......... [ 33%]
tests/test_build_linkcheck.py ..............F...................... [ 34%]
tests/test_build_manpage.py ...... [ 35%]
tests/test_build_texinfo.py .s........ [ 35%]
tests/test_build_text.py ............... [ 36%]
tests/test_builder.py .. [ 36%]
tests/test_catalogs.py ... [ 36%]
tests/test_config.py ......................................... [ 38%]
tests/test_correct_year.py ... [ 38%]
tests/test_directive_code.py ......................................... [ 40%]
tests/test_directive_object_description.py .. [ 40%]
tests/test_directive_only.py . [ 40%]
tests/test_directive_other.py ......... [ 41%]
tests/test_directive_patch.py ... [ 41%]
tests/test_directives_no_typesetting.py ..............ss.....ss......... [ 42%]
sss.............. [ 43%]
tests/test_docutilsconf.py .. [ 43%]
tests/test_domain_c.py ................................... [ 45%]
tests/test_domain_cpp.py ............................................... [ 47%]
.................................................................... [ 51%]
tests/test_domain_js.py ................... [ 52%]
tests/test_domain_py.py ................................................ [ 54%]
......................................... [ 56%]
tests/test_domain_rst.py ........ [ 56%]
tests/test_domain_std.py ..................... [ 57%]
tests/test_environment.py .... [ 58%]
tests/test_environment_indexentries.py ........ [ 58%]
tests/test_environment_record_dependencies.py . [ 58%]
tests/test_environment_toctree.py ........... [ 59%]
tests/test_errors.py .. [ 59%]
tests/test_events.py ... [ 59%]
tests/test_ext_apidoc.py ......................... [ 60%]
tests/test_ext_autodoc.py .............................................. [ 62%]
......................... [ 63%]
tests/test_ext_autodoc_autoattribute.py ............ [ 64%]
tests/test_ext_autodoc_autoclass.py ...................... [ 65%]
tests/test_ext_autodoc_autodata.py ...... [ 65%]
tests/test_ext_autodoc_autofunction.py ............. [ 66%]
tests/test_ext_autodoc_automodule.py ...... [ 66%]
tests/test_ext_autodoc_autoproperty.py ...... [ 67%]
tests/test_ext_autodoc_configs.py ................................ [ 68%]
tests/test_ext_autodoc_events.py ...... [ 68%]
tests/test_ext_autodoc_mock.py ....... [ 69%]
tests/test_ext_autodoc_preserve_defaults.py .. [ 69%]
tests/test_ext_autodoc_private_members.py ..... [ 69%]
tests/test_ext_autosectionlabel.py ... [ 69%]
tests/test_ext_autosummary.py .......................... [ 70%]
tests/test_ext_coverage.py .... [ 71%]
tests/test_ext_doctest.py ...... [ 71%]
tests/test_ext_duration.py . [ 71%]
tests/test_ext_extlinks.py ... [ 71%]
tests/test_ext_githubpages.py ... [ 71%]
tests/test_ext_graphviz.py ssss. [ 72%]
tests/test_ext_ifconfig.py .. [ 72%]
tests/test_ext_imgconverter.py s [ 72%]
tests/test_ext_imgmockconverter.py . [ 72%]
tests/test_ext_inheritance_diagram.py sssss. [ 72%]
tests/test_ext_intersphinx.py .................... [ 73%]
tests/test_ext_math.py sss.................. [ 74%]
tests/test_ext_napoleon.py ................. [ 75%]
tests/test_ext_napoleon_docstring.py ................................... [ 77%]
................ [ 77%]
tests/test_ext_todo.py ... [ 77%]
tests/test_ext_viewcode.py ...... [ 78%]
tests/test_extension.py . [ 78%]
tests/test_highlighting.py ..... [ 78%]
tests/test_intl.py .............................
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment