Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 20, 2021 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/b1830a73825f9919b1f8ad3371d5d380 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/b1830a73825f9919b1f8ad3371d5d380 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 16 seconds | https://github.com/NixOS/nixpkgs/pull/117004
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pip-build-hook
Using pipBuildPhase
Using pipShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing pytest-check-hook
Using pytestCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/1s429rv00yv858ssg0sqdz6a4lz4xdfn-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tox.ini
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing pipBuildPhase
Creating a wheel...
WARNING: The directory '/homeless-shelter/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Processing /build/source
Preparing wheel metadata ... done
Building wheels for collected packages: rich
Building wheel for rich (PEP 517) ... done
Created wheel for rich: filename=rich-9.10.0-py3-none-any.whl size=188026 sha256=555e4bf2538dcfb8c40d0aa1d86528f34e0e774ad27cdb1009b979ec019032cc
Stored in directory: /build/pip-ephem-wheel-cache-fuo_ssjx/wheels/e1/fb/ff/3c7bf8327fe7b38e0848fbd084e404c8a61b776977c550714b
Successfully built rich
Finished creating a wheel...
Finished executing pipBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/source/dist /build/source
Processing ./rich-9.10.0-py3-none-any.whl
Requirement already satisfied: pygments<3.0.0,>=2.6.0 in /nix/store/wysqc8bb34841j57apyh9scnnzxcgdaz-python3.8-Pygments-2.7.4/lib/python3.8/site-packages (from rich==9.10.0) (2.7.4)
Requirement already satisfied: colorama<0.5.0,>=0.4.0 in /nix/store/wisc2a43z5g9xg5zy5hrql7594klnimx-python3.8-colorama-0.4.4/lib/python3.8/site-packages (from rich==9.10.0) (0.4.4)
Requirement already satisfied: typing-extensions<4.0.0,>=3.7.4 in /nix/store/n739cyr4k2l1vwjpn6l8cib6n7klrjlz-python3.8-typing_extensions-3.7.4.3/lib/python3.8/site-packages (from rich==9.10.0) (3.7.4.3)
Requirement already satisfied: commonmark<0.10.0,>=0.9.0 in /nix/store/v97a4bspvv1rpw8krqvvccp237dlnxln-python3.8-commonmark-0.9.1/lib/python3.8/site-packages (from rich==9.10.0) (0.9.1)
Installing collected packages: rich
Successfully installed rich-9.10.0
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/zq58asv9vwphr5cjdzqqndarj29yc0nk-python3.8-rich-9.10.0
strip is /nix/store/xdii8qvch5h8chyp0z2is2qzky565w68-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/zq58asv9vwphr5cjdzqqndarj29yc0nk-python3.8-rich-9.10.0/lib
patching script interpreter paths in /nix/store/zq58asv9vwphr5cjdzqqndarj29yc0nk-python3.8-rich-9.10.0
checking for references to /build/ in /nix/store/zq58asv9vwphr5cjdzqqndarj29yc0nk-python3.8-rich-9.10.0...
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 { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Check whether the following modules can be imported: rich
@nix { "action": "setPhase", "phase": "pytestCheckPhase" }
pytestCheckPhase
Executing pytestCheckPhase
============================= test session starts ==============================
platform linux -- Python 3.8.8, pytest-6.2.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/source
collecting ...
collecting 103 items
collecting 300 items
collected 442 items
tests/test_align.py ............ [ 2%]
tests/test_ansi.py . [ 2%]
tests/test_bar.py ....... [ 4%]
tests/test_block_bar.py .... [ 5%]
tests/test_box.py ...... [ 6%]
tests/test_card.py . [ 7%]
tests/test_cells.py . [ 7%]
tests/test_color.py ................ [ 10%]
tests/test_color_triplet.py ... [ 11%]
tests/test_columns.py . [ 11%]
tests/test_columns_align.py . [ 11%]
tests/test_console.py .................................................. [ 23%]
[ 23%]
tests/test_constrain.py . [ 23%]
tests/test_containers.py .... [ 24%]
tests/test_control.py .. [ 24%]
tests/test_emoji.py .... [ 25%]
tests/test_file_proxy.py .. [ 26%]
tests/test_filesize.py .. [ 26%]
tests/test_highlighter.py ..................................... [ 35%]
tests/test_inspect.py ........ [ 36%]
tests/test_jupyter.py . [ 37%]
tests/test_live.py ......... [ 39%]
tests/test_live_render.py .... [ 40%]
tests/test_log.py .. [ 40%]
tests/test_logging.py .. [ 40%]
tests/test_lrucache.py . [ 41%]
tests/test_markdown.py .. [ 41%]
tests/test_markdown_no_hyperlinks.py . [ 41%]
tests/test_markup.py ............... [ 45%]
tests/test_measure.py ..... [ 46%]
tests/test_padding.py ..... [ 47%]
tests/test_palette.py . [ 47%]
tests/test_panel.py ........ [ 49%]
tests/test_pick.py . [ 49%]
tests/test_pretty.py ................ [ 53%]
tests/test_progress.py .................... [ 57%]
tests/test_prompt.py ...... [ 59%]
tests/test_protocol.py ... [ 59%]
tests/test_ratio.py ...... [ 61%]
tests/test_rich_print.py .... [ 62%]
tests/test_rule.py ....... [ 63%]
tests/test_segment.py .............. [ 66%]
tests/test_spinner.py ... [ 67%]
tests/test_stack.py . [ 67%]
tests/test_status.py . [ 68%]
tests/test_style.py ...................... [ 73%]
tests/test_styled.py . [ 73%]
tests/test_syntax.py ............ [ 76%]
tests/test_table.py ..... [ 77%]
tests/test_tabulate.py . [ 77%]
tests/test_text.py ..................................................... [ 89%]
....................... [ 94%]
tests/test_theme.py ..... [ 95%]
tests/test_tools.py .... [ 96%]
tests/test_traceback.py ......... [ 98%]
tests/test_tree.py ....s. [100%]
======================== 441 passed, 1 skipped in 8.09s ========================
Finished executing pytestCheckPhase
@nix { "action": "setPhase", "phase": "pytestcachePhase" }
pytestcachePhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment