Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 18, 2021 09:37
Show Gist options
  • Save r-rmcgibbo/b37b791c8ec702291ca5e7280b9eb76a to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/b37b791c8ec702291ca5e7280b9eb76a to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 4 seconds | https://github.com/NixOS/nixpkgs/pull/116710
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
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/cpvnhbx1qd4mmxnricdmnalma2rngkvz-intreehooks-1.0.tar.gz
source root is intreehooks-1.0
setting SOURCE_DATE_EPOCH to timestamp 1512144980 of file intreehooks-1.0/setup.cfg
@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 intreehooks.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/intreehooks.py -> build/bdist.linux-x86_64/wheel
running install_egg_info
running egg_info
writing intreehooks.egg-info/PKG-INFO
writing dependency_links to intreehooks.egg-info/dependency_links.txt
writing requirements to intreehooks.egg-info/requires.txt
writing top-level names to intreehooks.egg-info/top_level.txt
reading manifest file 'intreehooks.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
writing manifest file 'intreehooks.egg-info/SOURCES.txt'
Copying intreehooks.egg-info to build/bdist.linux-x86_64/wheel/intreehooks-1.0-py3.8.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/intreehooks-1.0.dist-info/WHEEL
creating 'dist/intreehooks-1.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'intreehooks.py'
adding 'intreehooks-1.0.dist-info/METADATA'
adding 'intreehooks-1.0.dist-info/WHEEL'
adding 'intreehooks-1.0.dist-info/top_level.txt'
adding 'intreehooks-1.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/intreehooks-1.0/dist /build/intreehooks-1.0
Processing ./intreehooks-1.0-py2.py3-none-any.whl
Requirement already satisfied: pytoml in /nix/store/hsyk9x7zfbg3a14dy5lji2ssffx1wxnh-python3.8-pytoml-0.1.20/lib/python3.8/site-packages (from intreehooks==1.0) (0.1.20)
Installing collected packages: intreehooks
Successfully installed intreehooks-1.0
/build/intreehooks-1.0
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/lrs8j8kv7qri9scc96xini341hc7zj04-python3.8-intreehooks-1.0
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/lrs8j8kv7qri9scc96xini341hc7zj04-python3.8-intreehooks-1.0/lib
patching script interpreter paths in /nix/store/lrs8j8kv7qri9scc96xini341hc7zj04-python3.8-intreehooks-1.0
checking for references to /build/ in /nix/store/lrs8j8kv7qri9scc96xini341hc7zj04-python3.8-intreehooks-1.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
@nix { "action": "setPhase", "phase": "setuptoolsCheckPhase" }
setuptoolsCheckPhase
Executing setuptoolsCheckPhase
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running egg_info
writing intreehooks.egg-info/PKG-INFO
writing dependency_links to intreehooks.egg-info/dependency_links.txt
writing requirements to intreehooks.egg-info/requires.txt
writing top-level names to intreehooks.egg-info/top_level.txt
reading manifest file 'intreehooks.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
writing manifest file 'intreehooks.egg-info/SOURCES.txt'
running build_ext
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
Finished executing setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "pytestcachePhase" }
pytestcachePhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment