Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 3, 2021 23:26
Show Gist options
  • Save r-rmcgibbo/dadd25e81d5d16dac236708e72073b87 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/dadd25e81d5d16dac236708e72073b87 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: a second | https://github.com/NixOS/nixpkgs/pull/115019
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/wzn9j3pyfnhzx4fcd3b35gps64gx3b21-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/setup.py
@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_scripts
creating build
creating build/scripts-3.8
copying and adjusting bin/nix-update-source -> build/scripts-3.8
changing mode of build/scripts-3.8/nix-update-source from 644 to 755
installing to build/bdist.linux-x86_64/wheel
running install
running install_egg_info
running egg_info
creating nix_update_source.egg-info
writing nix_update_source.egg-info/PKG-INFO
writing dependency_links to nix_update_source.egg-info/dependency_links.txt
writing top-level names to nix_update_source.egg-info/top_level.txt
writing manifest file 'nix_update_source.egg-info/SOURCES.txt'
reading manifest file 'nix_update_source.egg-info/SOURCES.txt'
writing manifest file 'nix_update_source.egg-info/SOURCES.txt'
Copying nix_update_source.egg-info to build/bdist.linux-x86_64/wheel/nix_update_source-0.6.3-py3.8.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/nix_update_source-0.6.3.data
creating build/bdist.linux-x86_64/wheel/nix_update_source-0.6.3.data/scripts
copying build/scripts-3.8/nix-update-source -> build/bdist.linux-x86_64/wheel/nix_update_source-0.6.3.data/scripts
changing mode of build/bdist.linux-x86_64/wheel/nix_update_source-0.6.3.data/scripts/nix-update-source to 755
adding license file "LICENCE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/nix_update_source-0.6.3.dist-info/WHEEL
creating 'dist/nix_update_source-0.6.3-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'nix_update_source-0.6.3.data/scripts/nix-update-source'
adding 'nix_update_source-0.6.3.dist-info/LICENCE'
adding 'nix_update_source-0.6.3.dist-info/METADATA'
adding 'nix_update_source-0.6.3.dist-info/WHEEL'
adding 'nix_update_source-0.6.3.dist-info/top_level.txt'
adding 'nix_update_source-0.6.3.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_source-0.6.3-py3-none-any.whl
Installing collected packages: nix-update-source
Successfully installed nix-update-source-0.6.3
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/swpvazgr0qlh9lz7xhq2i3wl64rd8rwf-nix-update-source-0.6.3
strip is /nix/store/cp1sa3xxvl71cypiinw2c62i5s33chlr-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/swpvazgr0qlh9lz7xhq2i3wl64rd8rwf-nix-update-source-0.6.3/lib /nix/store/swpvazgr0qlh9lz7xhq2i3wl64rd8rwf-nix-update-source-0.6.3/bin
patching script interpreter paths in /nix/store/swpvazgr0qlh9lz7xhq2i3wl64rd8rwf-nix-update-source-0.6.3
checking for references to /build/ in /nix/store/swpvazgr0qlh9lz7xhq2i3wl64rd8rwf-nix-update-source-0.6.3...
Rewriting #!/nix/store/yl69v76azrz4daiqksrhb8nnmdiqdjg9-python3-3.8.8/bin/python3.8 to #!/nix/store/yl69v76azrz4daiqksrhb8nnmdiqdjg9-python3-3.8.8
wrapping `/nix/store/swpvazgr0qlh9lz7xhq2i3wl64rd8rwf-nix-update-source-0.6.3/bin/nix-update-source'...
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