Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 18, 2021 09:37
Show Gist options
  • Save r-rmcgibbo/91d19195c2604e805733a4304aeb366d to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/91d19195c2604e805733a4304aeb366d to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 2 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
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/k55nbs3754mlvbvcnnc1a6059bwm250b-pytest-runner-5.2.tar.gz
source root is pytest-runner-5.2
setting SOURCE_DATE_EPOCH to timestamp 1572127649 of file pytest-runner-5.2/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 ptr.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/ptr.py -> build/bdist.linux-x86_64/wheel
running install_egg_info
running egg_info
writing pytest_runner.egg-info/PKG-INFO
writing dependency_links to pytest_runner.egg-info/dependency_links.txt
writing entry points to pytest_runner.egg-info/entry_points.txt
writing requirements to pytest_runner.egg-info/requires.txt
writing top-level names to pytest_runner.egg-info/top_level.txt
reading manifest file 'pytest_runner.egg-info/SOURCES.txt'
writing manifest file 'pytest_runner.egg-info/SOURCES.txt'
Copying pytest_runner.egg-info to build/bdist.linux-x86_64/wheel/pytest_runner-5.2-py3.8.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pytest_runner-5.2.dist-info/WHEEL
creating 'dist/pytest_runner-5.2-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'ptr.py'
adding 'pytest_runner-5.2.dist-info/LICENSE'
adding 'pytest_runner-5.2.dist-info/METADATA'
adding 'pytest_runner-5.2.dist-info/WHEEL'
adding 'pytest_runner-5.2.dist-info/entry_points.txt'
adding 'pytest_runner-5.2.dist-info/top_level.txt'
adding 'pytest_runner-5.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/pytest-runner-5.2/dist /build/pytest-runner-5.2
Processing ./pytest_runner-5.2-py2.py3-none-any.whl
Installing collected packages: pytest-runner
Successfully installed pytest-runner-5.2
/build/pytest-runner-5.2
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/piypxm4xp7zgc0054052442b0g79l5n9-python3.8-pytest-runner-5.2
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/piypxm4xp7zgc0054052442b0g79l5n9-python3.8-pytest-runner-5.2/lib
patching script interpreter paths in /nix/store/piypxm4xp7zgc0054052442b0g79l5n9-python3.8-pytest-runner-5.2
checking for references to /build/ in /nix/store/piypxm4xp7zgc0054052442b0g79l5n9-python3.8-pytest-runner-5.2...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "pytestcachePhase" }
pytestcachePhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment