Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 20, 2021 04:18
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/450044b43196bcf2c30e7aa0d9e03308 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/450044b43196bcf2c30e7aa0d9e03308 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 3 seconds | https://github.com/NixOS/nixpkgs/pull/117004
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/2j4q0l9dnqyvib4wsw26hccar08vqic1-Rtree-0.9.7.tar.gz
source root is Rtree-0.9.7
setting SOURCE_DATE_EPOCH to timestamp 1608824329 of file Rtree-0.9.7/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/rtree
copying rtree/index.py -> build/lib/rtree
copying rtree/finder.py -> build/lib/rtree
copying rtree/core.py -> build/lib/rtree
copying rtree/__init__.py -> build/lib/rtree
copying rtree/exceptions.py -> build/lib/rtree
running egg_info
writing Rtree.egg-info/PKG-INFO
writing dependency_links to Rtree.egg-info/dependency_links.txt
writing top-level names to Rtree.egg-info/top_level.txt
reading manifest file 'Rtree.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Rtree.egg-info/SOURCES.txt'
running build_ext
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/rtree
copying build/lib/rtree/index.py -> build/bdist.linux-x86_64/wheel/rtree
copying build/lib/rtree/finder.py -> build/bdist.linux-x86_64/wheel/rtree
copying build/lib/rtree/core.py -> build/bdist.linux-x86_64/wheel/rtree
copying build/lib/rtree/__init__.py -> build/bdist.linux-x86_64/wheel/rtree
copying build/lib/rtree/exceptions.py -> build/bdist.linux-x86_64/wheel/rtree
running install_egg_info
Copying Rtree.egg-info to build/bdist.linux-x86_64/wheel/Rtree-0.9.7-py3.8.egg-info
running install_scripts
adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/Rtree-0.9.7.dist-info/WHEEL
creating 'dist/Rtree-0.9.7-cp38-cp38-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'rtree/__init__.py'
adding 'rtree/core.py'
adding 'rtree/exceptions.py'
adding 'rtree/finder.py'
adding 'rtree/index.py'
adding 'Rtree-0.9.7.dist-info/LICENSE.txt'
adding 'Rtree-0.9.7.dist-info/METADATA'
adding 'Rtree-0.9.7.dist-info/WHEEL'
adding 'Rtree-0.9.7.dist-info/top_level.txt'
adding 'Rtree-0.9.7.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/Rtree-0.9.7/dist /build/Rtree-0.9.7
Processing ./Rtree-0.9.7-cp38-cp38-linux_x86_64.whl
Installing collected packages: Rtree
Successfully installed Rtree-0.9.7
/build/Rtree-0.9.7
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/mis5gqhildwvf075z1qr7441909w6jh7-python3.8-Rtree-0.9.7
strip is /nix/store/xdii8qvch5h8chyp0z2is2qzky565w68-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/mis5gqhildwvf075z1qr7441909w6jh7-python3.8-Rtree-0.9.7/lib
patching script interpreter paths in /nix/store/mis5gqhildwvf075z1qr7441909w6jh7-python3.8-Rtree-0.9.7
checking for references to /build/ in /nix/store/mis5gqhildwvf075z1qr7441909w6jh7-python3.8-Rtree-0.9.7...
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: rtree
@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/Rtree-0.9.7
collecting ...
collected 30 items
tests/test_index.py ............................. [ 96%]
tests/test_tpr.py . [100%]
=============================== warnings summary ===============================
tests/conftest.py:12
/build/Rtree-0.9.7/tests/conftest.py:12: PytestDeprecationWarning: @pytest.yield_fixture is deprecated.
Use @pytest.fixture instead; they are the same.
@pytest.yield_fixture(autouse=True)
-- Docs: https://docs.pytest.org/en/stable/warnings.html
======================== 30 passed, 1 warning in 0.49s =========================
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