Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 19, 2021 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/5911e3e43920d45c26a01c4fbdcdaf7b to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/5911e3e43920d45c26a01c4fbdcdaf7b to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 4 seconds | https://github.com/NixOS/nixpkgs/pull/116796
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/jfv4dq3c7jhpz0h7hbjr8xfvl3zi8927-buildbot-pkg-3.0.2.tar.gz
source root is buildbot-pkg-3.0.2
setting SOURCE_DATE_EPOCH to timestamp 1615914016 of file buildbot-pkg-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
/nix/store/pyh7rv6j9npvz7y30skmnaqm7cwnmvgk-python3.9-setuptools-50.3.1/lib/python3.9/site-packages/setuptools/dist.py:452: UserWarning: Normalizing '2021.03.18' to '2021.3.18'
warnings.warn(tmpl.format(**locals()))
running bdist_wheel
running build
running build_py
creating build
creating build/lib
copying buildbot_pkg.py -> build/lib
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
copying build/lib/buildbot_pkg.py -> build/bdist.linux-x86_64/wheel
running install_egg_info
running egg_info
writing buildbot_pkg.egg-info/PKG-INFO
writing dependency_links to buildbot_pkg.egg-info/dependency_links.txt
writing requirements to buildbot_pkg.egg-info/requires.txt
writing top-level names to buildbot_pkg.egg-info/top_level.txt
reading manifest file 'buildbot_pkg.egg-info/SOURCES.txt'
writing manifest file 'buildbot_pkg.egg-info/SOURCES.txt'
Copying buildbot_pkg.egg-info to build/bdist.linux-x86_64/wheel/buildbot_pkg-2021.3.18-py3.9.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/buildbot_pkg-2021.3.18.dist-info/WHEEL
creating 'dist/buildbot_pkg-2021.3.18-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'buildbot_pkg.py'
adding 'buildbot_pkg-2021.3.18.dist-info/METADATA'
adding 'buildbot_pkg-2021.3.18.dist-info/WHEEL'
adding 'buildbot_pkg-2021.3.18.dist-info/top_level.txt'
adding 'buildbot_pkg-2021.3.18.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/buildbot-pkg-3.0.2/dist /build/buildbot-pkg-3.0.2
Processing ./buildbot_pkg-2021.3.18-py3-none-any.whl
Requirement already satisfied: setuptools>=21.2.1 in /nix/store/pyh7rv6j9npvz7y30skmnaqm7cwnmvgk-python3.9-setuptools-50.3.1/lib/python3.9/site-packages (from buildbot-pkg==2021.3.18) (50.3.1.post0)
Installing collected packages: buildbot-pkg
Successfully installed buildbot-pkg-2021.3.18
/build/buildbot-pkg-3.0.2
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/lkswlmxqr2ll89ai783wiv3s0d243vmi-python3.9-buildbot-pkg-3.0.2
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/lkswlmxqr2ll89ai783wiv3s0d243vmi-python3.9-buildbot-pkg-3.0.2/lib
patching script interpreter paths in /nix/store/lkswlmxqr2ll89ai783wiv3s0d243vmi-python3.9-buildbot-pkg-3.0.2
checking for references to /build/ in /nix/store/lkswlmxqr2ll89ai783wiv3s0d243vmi-python3.9-buildbot-pkg-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
Check whether the following modules can be imported: buildbot_pkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment