Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 20, 2021 04:20
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/73132a2442a9642ea98b79362ff47f99 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/73132a2442a9642ea98b79362ff47f99 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 2 seconds | https://github.com/NixOS/nixpkgs/pull/117004
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/zzgqr1rjnj6gihq2k08gf5gkx358a20x-nose-randomly-1.2.6.tar.gz
source root is nose-randomly-1.2.6
setting SOURCE_DATE_EPOCH to timestamp 1549570598 of file nose-randomly-1.2.6/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
copying nose_randomly.py -> build/lib
running egg_info
writing nose_randomly.egg-info/PKG-INFO
writing dependency_links to nose_randomly.egg-info/dependency_links.txt
writing entry points to nose_randomly.egg-info/entry_points.txt
writing requirements to nose_randomly.egg-info/requires.txt
writing top-level names to nose_randomly.egg-info/top_level.txt
reading manifest file 'nose_randomly.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
writing manifest file 'nose_randomly.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
copying build/lib/nose_randomly.py -> build/bdist.linux-x86_64/wheel
running install_egg_info
Copying nose_randomly.egg-info to build/bdist.linux-x86_64/wheel/nose_randomly-1.2.6-py3.9.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/nose_randomly-1.2.6.dist-info/WHEEL
creating 'dist/nose_randomly-1.2.6-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'nose_randomly.py'
adding 'nose_randomly-1.2.6.dist-info/LICENSE'
adding 'nose_randomly-1.2.6.dist-info/METADATA'
adding 'nose_randomly-1.2.6.dist-info/WHEEL'
adding 'nose_randomly-1.2.6.dist-info/entry_points.txt'
adding 'nose_randomly-1.2.6.dist-info/top_level.txt'
adding 'nose_randomly-1.2.6.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/nose-randomly-1.2.6/dist /build/nose-randomly-1.2.6
Processing ./nose_randomly-1.2.6-py2.py3-none-any.whl
Requirement already satisfied: nose in /nix/store/gynjl90y8imq1g1rqldshrc86061qpmi-python3.9-nose-1.3.7/lib/python3.9/site-packages (from nose-randomly==1.2.6) (1.3.7)
Installing collected packages: nose-randomly
Successfully installed nose-randomly-1.2.6
/build/nose-randomly-1.2.6
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/wsvz96nq03d2kna2c37hmxi1xiy9w4w2-python3.9-nose-randomly-1.2.6
strip is /nix/store/xdii8qvch5h8chyp0z2is2qzky565w68-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/wsvz96nq03d2kna2c37hmxi1xiy9w4w2-python3.9-nose-randomly-1.2.6/lib
patching script interpreter paths in /nix/store/wsvz96nq03d2kna2c37hmxi1xiy9w4w2-python3.9-nose-randomly-1.2.6
checking for references to /build/ in /nix/store/wsvz96nq03d2kna2c37hmxi1xiy9w4w2-python3.9-nose-randomly-1.2.6...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
............
----------------------------------------------------------------------
Ran 12 tests in 0.328s
OK
@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