Skip to content

Instantly share code, notes, and snippets.

@rmcgibbo
Created February 26, 2021 00:50
Show Gist options
  • Save rmcgibbo/0be5bf1c1cf11da570767cea42a9809e to your computer and use it in GitHub Desktop.
Save rmcgibbo/0be5bf1c1cf11da570767cea42a9809e to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 2 seconds | https://github.com/NixOS/nixpkgs/pull/114371
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/vhhxli9axsrf9fvy25m3x6kgdzrgx5f7-vine-5.0.0.tar.gz
source root is vine-5.0.0
setting SOURCE_DATE_EPOCH to timestamp 1599404420 of file vine-5.0.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
creating build/lib/vine
copying vine/funtools.py -> build/lib/vine
copying vine/abstract.py -> build/lib/vine
copying vine/__init__.py -> build/lib/vine
copying vine/utils.py -> build/lib/vine
copying vine/promises.py -> build/lib/vine
copying vine/synchronization.py -> build/lib/vine
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/vine
copying build/lib/vine/funtools.py -> build/bdist.linux-x86_64/wheel/vine
copying build/lib/vine/abstract.py -> build/bdist.linux-x86_64/wheel/vine
copying build/lib/vine/__init__.py -> build/bdist.linux-x86_64/wheel/vine
copying build/lib/vine/utils.py -> build/bdist.linux-x86_64/wheel/vine
copying build/lib/vine/promises.py -> build/bdist.linux-x86_64/wheel/vine
copying build/lib/vine/synchronization.py -> build/bdist.linux-x86_64/wheel/vine
running install_egg_info
running egg_info
writing vine.egg-info/PKG-INFO
writing dependency_links to vine.egg-info/dependency_links.txt
writing top-level names to vine.egg-info/top_level.txt
reading manifest file 'vine.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README' under directory 'extra'
warning: no files found matching '*.py' under directory 'extra'
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
warning: no previously-included files matching '.*.sw*' found under directory '*'
writing manifest file 'vine.egg-info/SOURCES.txt'
Copying vine.egg-info to build/bdist.linux-x86_64/wheel/vine-5.0.0-py3.9.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/vine-5.0.0.dist-info/WHEEL
creating 'dist/vine-5.0.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'vine/__init__.py'
adding 'vine/abstract.py'
adding 'vine/funtools.py'
adding 'vine/promises.py'
adding 'vine/synchronization.py'
adding 'vine/utils.py'
adding 'vine-5.0.0.dist-info/LICENSE'
adding 'vine-5.0.0.dist-info/METADATA'
adding 'vine-5.0.0.dist-info/WHEEL'
adding 'vine-5.0.0.dist-info/top_level.txt'
adding 'vine-5.0.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/vine-5.0.0/dist /build/vine-5.0.0
Processing ./vine-5.0.0-py2.py3-none-any.whl
Installing collected packages: vine
Successfully installed vine-5.0.0
/build/vine-5.0.0
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/ba5rxqbw82m2absar1nk7w4phprdfwv1-python3.9-vine-5.0.0
strip is /nix/store/9f8y44vmjnwdjvzlff0gm3f3g6ycyyqy-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/ba5rxqbw82m2absar1nk7w4phprdfwv1-python3.9-vine-5.0.0/lib
patching script interpreter paths in /nix/store/ba5rxqbw82m2absar1nk7w4phprdfwv1-python3.9-vine-5.0.0
checking for references to /build/ in /nix/store/ba5rxqbw82m2absar1nk7w4phprdfwv1-python3.9-vine-5.0.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 vine.egg-info/PKG-INFO
writing dependency_links to vine.egg-info/dependency_links.txt
writing top-level names to vine.egg-info/top_level.txt
reading manifest file 'vine.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README' under directory 'extra'
warning: no files found matching '*.py' under directory 'extra'
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
warning: no previously-included files matching '.*.sw*' found under directory '*'
writing manifest file 'vine.egg-info/SOURCES.txt'
running build_ext
============================= test session starts ==============================
platform linux -- Python 3.9.1, pytest-6.1.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/vine-5.0.0, configfile: setup.cfg, testpaths: t/unit/
plugins: case-1.5.3
collecting ...
collected 42 items
t/unit/test_abstract.py .. [ 4%]
t/unit/test_funtools.py ......... [ 26%]
t/unit/test_promises.py ........................... [ 90%]
t/unit/test_synchronization.py .... [100%]
============================== 42 passed in 0.23s ==============================
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