Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 20, 2021 04:20
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/c3aa2753d634cb433a16a5a2a20043c0 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/c3aa2753d634cb433a16a5a2a20043c0 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: a second | 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
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/iszp86g5fccjrvlk1xf7waai34m2i9a6-jaraco.functools-3.0.1.tar.gz
source root is jaraco.functools-3.0.1
setting SOURCE_DATE_EPOCH to timestamp 1587850974 of file jaraco.functools-3.0.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
running build
running build_py
creating build
creating build/lib
creating build/lib/jaraco
copying jaraco/__init__.py -> build/lib/jaraco
copying jaraco/functools.py -> build/lib/jaraco
running egg_info
writing jaraco.functools.egg-info/PKG-INFO
writing dependency_links to jaraco.functools.egg-info/dependency_links.txt
writing requirements to jaraco.functools.egg-info/requires.txt
writing top-level names to jaraco.functools.egg-info/top_level.txt
reading manifest file 'jaraco.functools.egg-info/SOURCES.txt'
writing manifest file 'jaraco.functools.egg-info/SOURCES.txt'
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/jaraco
copying build/lib/jaraco/__init__.py -> build/bdist.linux-x86_64/wheel/jaraco
copying build/lib/jaraco/functools.py -> build/bdist.linux-x86_64/wheel/jaraco
running install_egg_info
Copying jaraco.functools.egg-info to build/bdist.linux-x86_64/wheel/jaraco.functools-3.0.1-py3.9.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/jaraco.functools-3.0.1.dist-info/WHEEL
creating 'dist/jaraco.functools-3.0.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'jaraco/__init__.py'
adding 'jaraco/functools.py'
adding 'jaraco.functools-3.0.1.dist-info/LICENSE'
adding 'jaraco.functools-3.0.1.dist-info/METADATA'
adding 'jaraco.functools-3.0.1.dist-info/WHEEL'
adding 'jaraco.functools-3.0.1.dist-info/top_level.txt'
adding 'jaraco.functools-3.0.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/jaraco.functools-3.0.1/dist /build/jaraco.functools-3.0.1
Processing ./jaraco.functools-3.0.1-py3-none-any.whl
Requirement already satisfied: more-itertools in /nix/store/7n7xw49b21r7bl4h4qr6yw87bxjilpy7-python3.9-more-itertools-8.6.0/lib/python3.9/site-packages (from jaraco.functools==3.0.1) (8.6.0)
Installing collected packages: jaraco.functools
Successfully installed jaraco.functools-3.0.1
/build/jaraco.functools-3.0.1
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/iw8s8b1sigv6rl0i8cn78kml9nhh9i16-python3.9-jaraco.functools-3.0.1
strip is /nix/store/xdii8qvch5h8chyp0z2is2qzky565w68-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/iw8s8b1sigv6rl0i8cn78kml9nhh9i16-python3.9-jaraco.functools-3.0.1/lib
patching script interpreter paths in /nix/store/iw8s8b1sigv6rl0i8cn78kml9nhh9i16-python3.9-jaraco.functools-3.0.1
checking for references to /build/ in /nix/store/iw8s8b1sigv6rl0i8cn78kml9nhh9i16-python3.9-jaraco.functools-3.0.1...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
Executing pythonNamespacesHook
Enforcing PEP420 namespace: jaraco
removed '/nix/store/iw8s8b1sigv6rl0i8cn78kml9nhh9i16-python3.9-jaraco.functools-3.0.1/lib/python3.9/site-packages/jaraco/__init__.py'
removed '/nix/store/iw8s8b1sigv6rl0i8cn78kml9nhh9i16-python3.9-jaraco.functools-3.0.1/lib/python3.9/site-packages/jaraco/__pycache__/__init__.cpython-39.pyc'
Finished executing pythonNamespacesHook
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment