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/0404ffcf5fefba98271a099e9121216a to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/0404ffcf5fefba98271a099e9121216a 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
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/a4a1xwaqd9qjacj1kcyciv301vnv9an8-Deprecated-1.2.12.tar.gz
source root is Deprecated-1.2.12
setting SOURCE_DATE_EPOCH to timestamp 1615644428 of file Deprecated-1.2.12/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/deprecated
copying deprecated/classic.py -> build/lib/deprecated
copying deprecated/__init__.py -> build/lib/deprecated
copying deprecated/sphinx.py -> build/lib/deprecated
running egg_info
writing Deprecated.egg-info/PKG-INFO
writing dependency_links to Deprecated.egg-info/dependency_links.txt
writing requirements to Deprecated.egg-info/requires.txt
writing top-level names to Deprecated.egg-info/top_level.txt
reading manifest file 'Deprecated.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '.coveragerc'
warning: no files found matching '*.yaml'
warning: no previously-included files matching '*.py[cod]' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.dylib' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
writing manifest file 'Deprecated.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/deprecated
copying build/lib/deprecated/classic.py -> build/bdist.linux-x86_64/wheel/deprecated
copying build/lib/deprecated/__init__.py -> build/bdist.linux-x86_64/wheel/deprecated
copying build/lib/deprecated/sphinx.py -> build/bdist.linux-x86_64/wheel/deprecated
running install_egg_info
Copying Deprecated.egg-info to build/bdist.linux-x86_64/wheel/Deprecated-1.2.12-py3.8.egg-info
running install_scripts
adding license file "LICENSE.rst" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/Deprecated-1.2.12.dist-info/WHEEL
creating 'dist/Deprecated-1.2.12-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'deprecated/__init__.py'
adding 'deprecated/classic.py'
adding 'deprecated/sphinx.py'
adding 'Deprecated-1.2.12.dist-info/LICENSE.rst'
adding 'Deprecated-1.2.12.dist-info/METADATA'
adding 'Deprecated-1.2.12.dist-info/WHEEL'
adding 'Deprecated-1.2.12.dist-info/top_level.txt'
adding 'Deprecated-1.2.12.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/Deprecated-1.2.12/dist /build/Deprecated-1.2.12
Processing ./Deprecated-1.2.12-py2.py3-none-any.whl
Requirement already satisfied: wrapt<2,>=1.10 in /nix/store/v8m9cq1kb4n5nc6cq4vcl9xy2yryn25m-python3.8-wrapt-1.12.1/lib/python3.8/site-packages (from Deprecated==1.2.12) (1.12.1)
Installing collected packages: Deprecated
Successfully installed Deprecated-1.2.12
/build/Deprecated-1.2.12
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/q5b600zwbqcmc8ll4ly1i7wlhj2bgyv7-python3.8-Deprecated-1.2.12
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/q5b600zwbqcmc8ll4ly1i7wlhj2bgyv7-python3.8-Deprecated-1.2.12/lib
patching script interpreter paths in /nix/store/q5b600zwbqcmc8ll4ly1i7wlhj2bgyv7-python3.8-Deprecated-1.2.12
checking for references to /build/ in /nix/store/q5b600zwbqcmc8ll4ly1i7wlhj2bgyv7-python3.8-Deprecated-1.2.12...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
no Makefile or custom installCheckPhase, doing nothing
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "setuptoolsCheckPhase" }
setuptoolsCheckPhase
Executing setuptoolsCheckPhase
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running egg_info
writing Deprecated.egg-info/PKG-INFO
writing dependency_links to Deprecated.egg-info/dependency_links.txt
writing requirements to Deprecated.egg-info/requires.txt
writing top-level names to Deprecated.egg-info/top_level.txt
reading manifest file 'Deprecated.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '.coveragerc'
warning: no files found matching '*.yaml'
warning: no previously-included files matching '*.py[cod]' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.dylib' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
writing manifest file 'Deprecated.egg-info/SOURCES.txt'
running build_ext
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
Finished executing setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "pytestcachePhase" }
pytestcachePhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment