Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 19, 2021 11:48
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/5d213aaebe4d4a1389dce9a1734b2295 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/5d213aaebe4d4a1389dce9a1734b2295 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 4 seconds | https://github.com/NixOS/nixpkgs/pull/116831
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
Sourcing pytest-check-hook
Using pytestCheckPhase
Removing setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/0958gmzsbdd9l2y5s7v6df4a5a3bd05c-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 setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib
copying nestedtext.py -> build/lib
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
copying build/lib/nestedtext.py -> build/bdist.linux-x86_64/wheel
running install_egg_info
running egg_info
creating nestedtext.egg-info
writing nestedtext.egg-info/PKG-INFO
writing dependency_links to nestedtext.egg-info/dependency_links.txt
writing requirements to nestedtext.egg-info/requires.txt
writing top-level names to nestedtext.egg-info/top_level.txt
writing manifest file 'nestedtext.egg-info/SOURCES.txt'
reading manifest file 'nestedtext.egg-info/SOURCES.txt'
writing manifest file 'nestedtext.egg-info/SOURCES.txt'
Copying nestedtext.egg-info to build/bdist.linux-x86_64/wheel/nestedtext-1.2.0-py3.9.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/nestedtext-1.2.0.dist-info/WHEEL
creating 'dist/nestedtext-1.2.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'nestedtext.py'
adding 'nestedtext-1.2.0.dist-info/LICENSE'
adding 'nestedtext-1.2.0.dist-info/METADATA'
adding 'nestedtext-1.2.0.dist-info/WHEEL'
adding 'nestedtext-1.2.0.dist-info/top_level.txt'
adding 'nestedtext-1.2.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/source/dist /build/source
Processing ./nestedtext-1.2.0-py3-none-any.whl
Requirement already satisfied: inform>=1.23 in /nix/store/71pfr8y7hcd7vz1drhfcfq40j60645kc-python3.9-inform-1.23/lib/python3.9/site-packages (from nestedtext==1.2.0) (1.23.0)
Requirement already satisfied: arrow in /nix/store/3skk13rpfvcaq4cdma3ky10jacq39ycv-python3.9-arrow-1.0.3/lib/python3.9/site-packages (from inform>=1.23->nestedtext==1.2.0) (1.0.3)
Requirement already satisfied: six in /nix/store/462xzyq2qnjgcv9hywbqz6dfbxrzw2cw-python3.9-six-1.15.0/lib/python3.9/site-packages (from inform>=1.23->nestedtext==1.2.0) (1.15.0)
Requirement already satisfied: python-dateutil>=2.7.0 in /nix/store/08y0bjf2n0rw14vz2lig1c6l317kgddr-python3.9-python-dateutil-2.8.1/lib/python3.9/site-packages (from arrow->inform>=1.23->nestedtext==1.2.0) (2.8.1)
Installing collected packages: nestedtext
Successfully installed nestedtext-1.2.0
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/yva0lcn3zrw2gddzqd4d4hvzc38jvw4p-python3.9-nestedtext-1.2
strip is /nix/store/cp1sa3xxvl71cypiinw2c62i5s33chlr-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/yva0lcn3zrw2gddzqd4d4hvzc38jvw4p-python3.9-nestedtext-1.2/lib
patching script interpreter paths in /nix/store/yva0lcn3zrw2gddzqd4d4hvzc38jvw4p-python3.9-nestedtext-1.2
checking for references to /build/ in /nix/store/yva0lcn3zrw2gddzqd4d4hvzc38jvw4p-python3.9-nestedtext-1.2...
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
@nix { "action": "setPhase", "phase": "pytestCheckPhase" }
pytestCheckPhase
Executing pytestCheckPhase
============================= test session starts ==============================
platform linux -- Python 3.9.2, pytest-6.1.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/source, configfile: pytest.ini
collecting ...
collected 637 items
nestedtext.py ..... [ 0%]
doc/basic_use.rst . [ 0%]
doc/common_mistakes.rst . [ 1%]
tests/test_nestedtext.py ............................................... [ 8%]
........................................................................ [ 19%]
........................................................................ [ 31%]
........................................................................ [ 42%]
........................................................................ [ 53%]
........................................................................ [ 64%]
........................................................................ [ 76%]
........................................................................ [ 87%]
........................................................................ [ 98%]
....... [100%]
============================= 637 passed in 2.65s ==============================
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