Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 19, 2021 01:10
Show Gist options
  • Save r-rmcgibbo/8e9beb8eeea4b4c38951c8f0813fa732 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/8e9beb8eeea4b4c38951c8f0813fa732 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 11 seconds | https://github.com/NixOS/nixpkgs/pull/116807
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/mhgqwdz99lrsg881ac6ajk38p878yfbr-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/testpkgs/pypi.nix
@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/nix_update
copying nix_update/eval.py -> build/lib/nix_update
copying nix_update/update.py -> build/lib/nix_update
copying nix_update/__init__.py -> build/lib/nix_update
copying nix_update/git.py -> build/lib/nix_update
copying nix_update/errors.py -> build/lib/nix_update
copying nix_update/options.py -> build/lib/nix_update
copying nix_update/utils.py -> build/lib/nix_update
creating build/lib/nix_update/version
copying nix_update/version/github.py -> build/lib/nix_update/version
copying nix_update/version/gitlab.py -> build/lib/nix_update/version
copying nix_update/version/pypi.py -> build/lib/nix_update/version
copying nix_update/version/__init__.py -> build/lib/nix_update/version
copying nix_update/version/rubygems.py -> build/lib/nix_update/version
running egg_info
creating nix_update.egg-info
writing nix_update.egg-info/PKG-INFO
writing dependency_links to nix_update.egg-info/dependency_links.txt
writing entry points to nix_update.egg-info/entry_points.txt
writing top-level names to nix_update.egg-info/top_level.txt
writing manifest file 'nix_update.egg-info/SOURCES.txt'
reading manifest file 'nix_update.egg-info/SOURCES.txt'
writing manifest file 'nix_update.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/nix_update
copying build/lib/nix_update/eval.py -> build/bdist.linux-x86_64/wheel/nix_update
copying build/lib/nix_update/update.py -> build/bdist.linux-x86_64/wheel/nix_update
copying build/lib/nix_update/__init__.py -> build/bdist.linux-x86_64/wheel/nix_update
copying build/lib/nix_update/git.py -> build/bdist.linux-x86_64/wheel/nix_update
copying build/lib/nix_update/errors.py -> build/bdist.linux-x86_64/wheel/nix_update
copying build/lib/nix_update/options.py -> build/bdist.linux-x86_64/wheel/nix_update
copying build/lib/nix_update/utils.py -> build/bdist.linux-x86_64/wheel/nix_update
creating build/bdist.linux-x86_64/wheel/nix_update/version
copying build/lib/nix_update/version/github.py -> build/bdist.linux-x86_64/wheel/nix_update/version
copying build/lib/nix_update/version/gitlab.py -> build/bdist.linux-x86_64/wheel/nix_update/version
copying build/lib/nix_update/version/pypi.py -> build/bdist.linux-x86_64/wheel/nix_update/version
copying build/lib/nix_update/version/__init__.py -> build/bdist.linux-x86_64/wheel/nix_update/version
copying build/lib/nix_update/version/rubygems.py -> build/bdist.linux-x86_64/wheel/nix_update/version
running install_egg_info
Copying nix_update.egg-info to build/bdist.linux-x86_64/wheel/nix_update-0.0.0-py3.8.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/nix_update-0.0.0.dist-info/WHEEL
creating 'dist/nix_update-0.0.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'nix_update/__init__.py'
adding 'nix_update/errors.py'
adding 'nix_update/eval.py'
adding 'nix_update/git.py'
adding 'nix_update/options.py'
adding 'nix_update/update.py'
adding 'nix_update/utils.py'
adding 'nix_update/version/__init__.py'
adding 'nix_update/version/github.py'
adding 'nix_update/version/gitlab.py'
adding 'nix_update/version/pypi.py'
adding 'nix_update/version/rubygems.py'
adding 'nix_update-0.0.0.dist-info/LICENSE.rst'
adding 'nix_update-0.0.0.dist-info/METADATA'
adding 'nix_update-0.0.0.dist-info/WHEEL'
adding 'nix_update-0.0.0.dist-info/entry_points.txt'
adding 'nix_update-0.0.0.dist-info/top_level.txt'
adding 'nix_update-0.0.0.dist-info/zip-safe'
adding 'nix_update-0.0.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/source/dist /build/source
Processing ./nix_update-0.0.0-py2.py3-none-any.whl
Installing collected packages: nix-update
Successfully installed nix-update-0.0.0
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/3ahp13zjwbbb132wj4l4h7bg20ggpd6l-nix-update-0.3.2
strip is /nix/store/cp1sa3xxvl71cypiinw2c62i5s33chlr-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/3ahp13zjwbbb132wj4l4h7bg20ggpd6l-nix-update-0.3.2/lib /nix/store/3ahp13zjwbbb132wj4l4h7bg20ggpd6l-nix-update-0.3.2/bin
patching script interpreter paths in /nix/store/3ahp13zjwbbb132wj4l4h7bg20ggpd6l-nix-update-0.3.2
checking for references to /build/ in /nix/store/3ahp13zjwbbb132wj4l4h7bg20ggpd6l-nix-update-0.3.2...
Rewriting #!/nix/store/yl69v76azrz4daiqksrhb8nnmdiqdjg9-python3-3.8.8/bin/python3.8 to #!/nix/store/yl69v76azrz4daiqksrhb8nnmdiqdjg9-python3-3.8.8
wrapping `/nix/store/3ahp13zjwbbb132wj4l4h7bg20ggpd6l-nix-update-0.3.2/bin/nix-update'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
@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