Skip to content

Instantly share code, notes, and snippets.

@rmcgibbo
Created February 26, 2021 00:54
Show Gist options
  • Save rmcgibbo/2fb6cc8d7f5c884375b338d357da73d7 to your computer and use it in GitHub Desktop.
Save rmcgibbo/2fb6cc8d7f5c884375b338d357da73d7 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: a second | 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
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/7cr37mi0hnw2csq42bw6gj05ij462mhf-ifaddr-0.1.7.tar.gz
source root is ifaddr-0.1.7
setting SOURCE_DATE_EPOCH to timestamp 1591470804 of file ifaddr-0.1.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
The [wheel] section is deprecated. Use [bdist_wheel] instead.
running build
running build_py
creating build
creating build/lib
creating build/lib/ifaddr
copying ifaddr/__init__.py -> build/lib/ifaddr
copying ifaddr/test_ifaddr.py -> build/lib/ifaddr
copying ifaddr/_shared.py -> build/lib/ifaddr
copying ifaddr/_posix.py -> build/lib/ifaddr
copying ifaddr/_win32.py -> build/lib/ifaddr
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/ifaddr
copying build/lib/ifaddr/__init__.py -> build/bdist.linux-x86_64/wheel/ifaddr
copying build/lib/ifaddr/test_ifaddr.py -> build/bdist.linux-x86_64/wheel/ifaddr
copying build/lib/ifaddr/_shared.py -> build/bdist.linux-x86_64/wheel/ifaddr
copying build/lib/ifaddr/_posix.py -> build/bdist.linux-x86_64/wheel/ifaddr
copying build/lib/ifaddr/_win32.py -> build/bdist.linux-x86_64/wheel/ifaddr
running install_egg_info
running egg_info
writing ifaddr.egg-info/PKG-INFO
writing dependency_links to ifaddr.egg-info/dependency_links.txt
writing requirements to ifaddr.egg-info/requires.txt
writing top-level names to ifaddr.egg-info/top_level.txt
reading manifest file 'ifaddr.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'ifaddr.egg-info/SOURCES.txt'
Copying ifaddr.egg-info to build/bdist.linux-x86_64/wheel/ifaddr-0.1.7-py3.9.egg-info
running install_scripts
adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/ifaddr-0.1.7.dist-info/WHEEL
creating 'dist/ifaddr-0.1.7-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'ifaddr/__init__.py'
adding 'ifaddr/_posix.py'
adding 'ifaddr/_shared.py'
adding 'ifaddr/_win32.py'
adding 'ifaddr/test_ifaddr.py'
adding 'ifaddr-0.1.7.dist-info/LICENSE.txt'
adding 'ifaddr-0.1.7.dist-info/METADATA'
adding 'ifaddr-0.1.7.dist-info/WHEEL'
adding 'ifaddr-0.1.7.dist-info/top_level.txt'
adding 'ifaddr-0.1.7.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/ifaddr-0.1.7/dist /build/ifaddr-0.1.7
Processing ./ifaddr-0.1.7-py2.py3-none-any.whl
Installing collected packages: ifaddr
Successfully installed ifaddr-0.1.7
/build/ifaddr-0.1.7
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/yifsmq7k5h6r3097vb9kfhkjwsp8i26g-python3.9-ifaddr-0.1.7
strip is /nix/store/9f8y44vmjnwdjvzlff0gm3f3g6ycyyqy-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/yifsmq7k5h6r3097vb9kfhkjwsp8i26g-python3.9-ifaddr-0.1.7/lib
patching script interpreter paths in /nix/store/yifsmq7k5h6r3097vb9kfhkjwsp8i26g-python3.9-ifaddr-0.1.7
checking for references to /build/ in /nix/store/yifsmq7k5h6r3097vb9kfhkjwsp8i26g-python3.9-ifaddr-0.1.7...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
.
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
@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