Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 18, 2021 09:37
Show Gist options
  • Save r-rmcgibbo/a597f0ef069228cc56472bd391d8c0fe to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/a597f0ef069228cc56472bd391d8c0fe 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/fqh1mqbls9k9k6p9dac6wlvr1wrjjadl-mccabe-0.6.1.tar.gz
source root is mccabe-0.6.1
setting SOURCE_DATE_EPOCH to timestamp 1485468785 of file mccabe-0.6.1/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
The [wheel] section is deprecated. Use [bdist_wheel] instead.
running build
running build_py
creating build
creating build/lib
copying mccabe.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/mccabe.py -> build/bdist.linux-x86_64/wheel
running install_egg_info
running egg_info
writing mccabe.egg-info/PKG-INFO
writing dependency_links to mccabe.egg-info/dependency_links.txt
writing entry points to mccabe.egg-info/entry_points.txt
writing top-level names to mccabe.egg-info/top_level.txt
reading manifest file 'mccabe.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'mccabe.egg-info/SOURCES.txt'
Copying mccabe.egg-info to build/bdist.linux-x86_64/wheel/mccabe-0.6.1-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/mccabe-0.6.1.dist-info/WHEEL
creating 'dist/mccabe-0.6.1-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'mccabe.py'
adding 'mccabe-0.6.1.dist-info/LICENSE'
adding 'mccabe-0.6.1.dist-info/METADATA'
adding 'mccabe-0.6.1.dist-info/WHEEL'
adding 'mccabe-0.6.1.dist-info/entry_points.txt'
adding 'mccabe-0.6.1.dist-info/top_level.txt'
adding 'mccabe-0.6.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/mccabe-0.6.1/dist /build/mccabe-0.6.1
Processing ./mccabe-0.6.1-py2.py3-none-any.whl
Installing collected packages: mccabe
Successfully installed mccabe-0.6.1
/build/mccabe-0.6.1
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/i1yrslba5mikk95v9dxm75kjfl5jjny6-python3.8-mccabe-0.6.1
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/i1yrslba5mikk95v9dxm75kjfl5jjny6-python3.8-mccabe-0.6.1/lib
patching script interpreter paths in /nix/store/i1yrslba5mikk95v9dxm75kjfl5jjny6-python3.8-mccabe-0.6.1
checking for references to /build/ in /nix/store/i1yrslba5mikk95v9dxm75kjfl5jjny6-python3.8-mccabe-0.6.1...
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 pytest
running egg_info
writing mccabe.egg-info/PKG-INFO
writing dependency_links to mccabe.egg-info/dependency_links.txt
writing entry points to mccabe.egg-info/entry_points.txt
writing top-level names to mccabe.egg-info/top_level.txt
reading manifest file 'mccabe.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'mccabe.egg-info/SOURCES.txt'
running build_ext
============================= test session starts ==============================
platform linux -- Python 3.8.8, pytest-6.2.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/mccabe-0.6.1
collecting ...
collected 14 items
test_mccabe.py .............. [100%]
============================== 14 passed in 0.06s ==============================
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