Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 18, 2021 09:37
Show Gist options
  • Save r-rmcgibbo/4de36a1a54ede5fc9b315c89758e3860 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/4de36a1a54ede5fc9b315c89758e3860 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 5 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
Sourcing pytest-check-hook
Using pytestCheckPhase
Removing setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/9b8a4laj0raqrhvyqjnfqnxdnnq6ziai-blinker-1.4.tar.gz
source root is blinker-1.4
setting SOURCE_DATE_EPOCH to timestamp 1437654395 of file blinker-1.4/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
creating build/lib/blinker
copying blinker/__init__.py -> build/lib/blinker
copying blinker/_saferef.py -> build/lib/blinker
copying blinker/base.py -> build/lib/blinker
copying blinker/_utilities.py -> build/lib/blinker
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
creating build/bdist.linux-x86_64/wheel/blinker
copying build/lib/blinker/__init__.py -> build/bdist.linux-x86_64/wheel/blinker
copying build/lib/blinker/_saferef.py -> build/bdist.linux-x86_64/wheel/blinker
copying build/lib/blinker/base.py -> build/bdist.linux-x86_64/wheel/blinker
copying build/lib/blinker/_utilities.py -> build/bdist.linux-x86_64/wheel/blinker
running install_egg_info
running egg_info
writing blinker.egg-info/PKG-INFO
writing dependency_links to blinker.egg-info/dependency_links.txt
writing top-level names to blinker.egg-info/top_level.txt
reading manifest file 'blinker.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'blinker.egg-info/SOURCES.txt'
Copying blinker.egg-info to build/bdist.linux-x86_64/wheel/blinker-1.4-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
adding license file "AUTHORS" (matched pattern "AUTHORS*")
creating build/bdist.linux-x86_64/wheel/blinker-1.4.dist-info/WHEEL
creating 'dist/blinker-1.4-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'blinker/__init__.py'
adding 'blinker/_saferef.py'
adding 'blinker/_utilities.py'
adding 'blinker/base.py'
adding 'blinker-1.4.dist-info/AUTHORS'
adding 'blinker-1.4.dist-info/LICENSE'
adding 'blinker-1.4.dist-info/METADATA'
adding 'blinker-1.4.dist-info/WHEEL'
adding 'blinker-1.4.dist-info/top_level.txt'
adding 'blinker-1.4.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/blinker-1.4/dist /build/blinker-1.4
Processing ./blinker-1.4-py3-none-any.whl
Installing collected packages: blinker
Successfully installed blinker-1.4
/build/blinker-1.4
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/pv8shxgbchnjyp76b1r7sjai8wbrps6r-python3.8-blinker-1.4
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/pv8shxgbchnjyp76b1r7sjai8wbrps6r-python3.8-blinker-1.4/lib
patching script interpreter paths in /nix/store/pv8shxgbchnjyp76b1r7sjai8wbrps6r-python3.8-blinker-1.4
checking for references to /build/ in /nix/store/pv8shxgbchnjyp76b1r7sjai8wbrps6r-python3.8-blinker-1.4...
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: blinker
@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/blinker-1.4
collecting ...
collecting 26 items
collected 28 items
tests/test_context.py ... [ 10%]
tests/test_saferef.py .... [ 25%]
tests/test_signals.py ................... [ 92%]
tests/test_utilities.py .. [100%]
=============================== warnings summary ===============================
../../nix/store/v45hrp2yqdrgzxcgz8ym2xqjdiql96pq-python3.8-nose-1.3.7/lib/python3.8/site-packages/nose/importer.py:12
/nix/store/v45hrp2yqdrgzxcgz8ym2xqjdiql96pq-python3.8-nose-1.3.7/lib/python3.8/site-packages/nose/importer.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
from imp import find_module, load_module, acquire_lock, release_lock
-- Docs: https://docs.pytest.org/en/stable/warnings.html
======================== 28 passed, 1 warning in 0.60s =========================
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