Skip to content

Instantly share code, notes, and snippets.

@rmcgibbo
Created February 26, 2021 00:49
Show Gist options
  • Save rmcgibbo/f7fd9510601b3ce0ac222b473c0c40cf to your computer and use it in GitHub Desktop.
Save rmcgibbo/f7fd9510601b3ce0ac222b473c0c40cf 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/3y777wr6amklagvb73y98pvbnclv6awd-deep_merge-0.0.4.tar.gz
source root is deep_merge-0.0.4
setting SOURCE_DATE_EPOCH to timestamp 1522183114 of file deep_merge-0.0.4/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/deep_merge
copying deep_merge/__init__.py -> build/lib/deep_merge
copying deep_merge/about.py -> build/lib/deep_merge
copying deep_merge/merge.py -> build/lib/deep_merge
creating build/lib/deep_merge/tests
copying deep_merge/tests/__init__.py -> build/lib/deep_merge/tests
copying deep_merge/tests/test_merge.py -> build/lib/deep_merge/tests
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/deep_merge
copying build/lib/deep_merge/__init__.py -> build/bdist.linux-x86_64/wheel/deep_merge
copying build/lib/deep_merge/about.py -> build/bdist.linux-x86_64/wheel/deep_merge
copying build/lib/deep_merge/merge.py -> build/bdist.linux-x86_64/wheel/deep_merge
creating build/bdist.linux-x86_64/wheel/deep_merge/tests
copying build/lib/deep_merge/tests/__init__.py -> build/bdist.linux-x86_64/wheel/deep_merge/tests
copying build/lib/deep_merge/tests/test_merge.py -> build/bdist.linux-x86_64/wheel/deep_merge/tests
running install_egg_info
running egg_info
writing deep_merge.egg-info/PKG-INFO
writing dependency_links to deep_merge.egg-info/dependency_links.txt
writing top-level names to deep_merge.egg-info/top_level.txt
reading manifest file 'deep_merge.egg-info/SOURCES.txt'
writing manifest file 'deep_merge.egg-info/SOURCES.txt'
Copying deep_merge.egg-info to build/bdist.linux-x86_64/wheel/deep_merge-0.0.4-py3.8.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/deep_merge-0.0.4.dist-info/WHEEL
creating 'dist/deep_merge-0.0.4-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'deep_merge/__init__.py'
adding 'deep_merge/about.py'
adding 'deep_merge/merge.py'
adding 'deep_merge/tests/__init__.py'
adding 'deep_merge/tests/test_merge.py'
adding 'deep_merge-0.0.4.dist-info/METADATA'
adding 'deep_merge-0.0.4.dist-info/WHEEL'
adding 'deep_merge-0.0.4.dist-info/top_level.txt'
adding 'deep_merge-0.0.4.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/deep_merge-0.0.4/dist /build/deep_merge-0.0.4
Processing ./deep_merge-0.0.4-py3-none-any.whl
Installing collected packages: deep-merge
Successfully installed deep-merge-0.0.4
/build/deep_merge-0.0.4
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/31zlswv17wpa3224hgbjih11f0fhcm3c-python3.8-deep_merge-0.0.4
strip is /nix/store/9f8y44vmjnwdjvzlff0gm3f3g6ycyyqy-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/31zlswv17wpa3224hgbjih11f0fhcm3c-python3.8-deep_merge-0.0.4/lib
patching script interpreter paths in /nix/store/31zlswv17wpa3224hgbjih11f0fhcm3c-python3.8-deep_merge-0.0.4
checking for references to /build/ in /nix/store/31zlswv17wpa3224hgbjih11f0fhcm3c-python3.8-deep_merge-0.0.4...
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