Skip to content

Instantly share code, notes, and snippets.

@rmcgibbo
Created February 26, 2021 00:50
Show Gist options
  • Save rmcgibbo/43cdc6bfc6b9dcb5527ccf1d66ebc6dc to your computer and use it in GitHub Desktop.
Save rmcgibbo/43cdc6bfc6b9dcb5527ccf1d66ebc6dc 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
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/jbk8nb7jljh1w7xqihc29cmm19f1bpv2-azure-mgmt-nspkg-3.0.2.zip
source root is azure-mgmt-nspkg-3.0.2
setting SOURCE_DATE_EPOCH to timestamp 1538520552 of file azure-mgmt-nspkg-3.0.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
installing to build/bdist.linux-x86_64/wheel
running install
running install_egg_info
running egg_info
writing azure_mgmt_nspkg.egg-info/PKG-INFO
writing dependency_links to azure_mgmt_nspkg.egg-info/dependency_links.txt
writing requirements to azure_mgmt_nspkg.egg-info/requires.txt
writing top-level names to azure_mgmt_nspkg.egg-info/top_level.txt
reading manifest file 'azure_mgmt_nspkg.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'azure_mgmt_nspkg.egg-info/SOURCES.txt'
Copying azure_mgmt_nspkg.egg-info to build/bdist.linux-x86_64/wheel/azure_mgmt_nspkg-3.0.2-py3.9.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/azure_mgmt_nspkg-3.0.2.dist-info/WHEEL
creating 'dist/azure_mgmt_nspkg-3.0.2-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'azure_mgmt_nspkg-3.0.2.dist-info/METADATA'
adding 'azure_mgmt_nspkg-3.0.2.dist-info/WHEEL'
adding 'azure_mgmt_nspkg-3.0.2.dist-info/top_level.txt'
adding 'azure_mgmt_nspkg-3.0.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/azure-mgmt-nspkg-3.0.2/dist /build/azure-mgmt-nspkg-3.0.2
Processing ./azure_mgmt_nspkg-3.0.2-py3-none-any.whl
Requirement already satisfied: azure-nspkg>=3.0.0 in /nix/store/pblj3l7s8zpcll0ibf3qnjnsziln1y27-python3.9-azure-nspkg-3.0.2/lib/python3.9/site-packages (from azure-mgmt-nspkg==3.0.2) (3.0.2)
Installing collected packages: azure-mgmt-nspkg
Successfully installed azure-mgmt-nspkg-3.0.2
/build/azure-mgmt-nspkg-3.0.2
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/5r6fl2idb3yndl5b6lf17nppn5gk2psw-python3.9-azure-mgmt-nspkg-3.0.2
strip is /nix/store/9f8y44vmjnwdjvzlff0gm3f3g6ycyyqy-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/5r6fl2idb3yndl5b6lf17nppn5gk2psw-python3.9-azure-mgmt-nspkg-3.0.2/lib
patching script interpreter paths in /nix/store/5r6fl2idb3yndl5b6lf17nppn5gk2psw-python3.9-azure-mgmt-nspkg-3.0.2
checking for references to /build/ in /nix/store/5r6fl2idb3yndl5b6lf17nppn5gk2psw-python3.9-azure-mgmt-nspkg-3.0.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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment