Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 19, 2021 03:59
Show Gist options
  • Save r-rmcgibbo/20cea9fe3dd4e53932708d69594ac9d4 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/20cea9fe3dd4e53932708d69594ac9d4 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: a second | https://github.com/NixOS/nixpkgs/pull/116814
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/lf682liqp2kdh0x5dk1701168h3fbl46-setuptools-lint-0.6.0.tar.gz
source root is setuptools-lint-0.6.0
setting SOURCE_DATE_EPOCH to timestamp 1536917734 of file setuptools-lint-0.6.0/src/setuptools_lint.egg-info/top_level.txt
@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/setuptools_lint
copying src/setuptools_lint/__init__.py -> build/lib/setuptools_lint
copying src/setuptools_lint/setuptools_command.py -> build/lib/setuptools_lint
running egg_info
writing src/setuptools_lint.egg-info/PKG-INFO
writing dependency_links to src/setuptools_lint.egg-info/dependency_links.txt
writing entry points to src/setuptools_lint.egg-info/entry_points.txt
writing requirements to src/setuptools_lint.egg-info/requires.txt
writing top-level names to src/setuptools_lint.egg-info/top_level.txt
reading manifest file 'src/setuptools_lint.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'src/setuptools_lint.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/setuptools_lint
copying build/lib/setuptools_lint/__init__.py -> build/bdist.linux-x86_64/wheel/setuptools_lint
copying build/lib/setuptools_lint/setuptools_command.py -> build/bdist.linux-x86_64/wheel/setuptools_lint
running install_egg_info
Copying src/setuptools_lint.egg-info to build/bdist.linux-x86_64/wheel/setuptools_lint-0.6.0-py3.9.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/setuptools_lint-0.6.0.dist-info/WHEEL
creating 'dist/setuptools_lint-0.6.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'setuptools_lint/__init__.py'
adding 'setuptools_lint/setuptools_command.py'
adding 'setuptools_lint-0.6.0.dist-info/METADATA'
adding 'setuptools_lint-0.6.0.dist-info/WHEEL'
adding 'setuptools_lint-0.6.0.dist-info/entry_points.txt'
adding 'setuptools_lint-0.6.0.dist-info/top_level.txt'
adding 'setuptools_lint-0.6.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/setuptools-lint-0.6.0/dist /build/setuptools-lint-0.6.0
Processing ./setuptools_lint-0.6.0-py3-none-any.whl
Requirement already satisfied: pylint in /nix/store/a51zzq6yryfpibhyx9bq62prhf5bq23i-python3.9-pylint-2.7.1/lib/python3.9/site-packages (from setuptools-lint==0.6.0) (2.7.1)
Requirement already satisfied: isort<6,>=4.2.5 in /nix/store/ljk2kghp8ghqdmr7d09r9wbyhxs1r4a0-python3.9-isort-5.6.4/lib/python3.9/site-packages (from pylint->setuptools-lint==0.6.0) (5.6.4)
Requirement already satisfied: mccabe<0.7,>=0.6 in /nix/store/rdl2n8p7s79l906p1k4yaqdpgsn2hcw5-python3.9-mccabe-0.6.1/lib/python3.9/site-packages (from pylint->setuptools-lint==0.6.0) (0.6.1)
Requirement already satisfied: astroid==2.5.0 in /nix/store/jpgf92xjigzhnqh2n55imf7xvdf9bay9-python3.9-astroid-2.5/lib/python3.9/site-packages (from pylint->setuptools-lint==0.6.0) (2.5)
Requirement already satisfied: toml>=0.7.1 in /nix/store/n2120l5wxmlxpzx9227ysydzdd6yqch8-python3.9-toml-0.10.2/lib/python3.9/site-packages (from pylint->setuptools-lint==0.6.0) (0.10.2)
Requirement already satisfied: lazy-object-proxy>=1.4.0 in /nix/store/gzigbpy70fcjq5s7g9mr9r2yd3cs9jf0-python3.9-lazy-object-proxy-1.5.2/lib/python3.9/site-packages (from astroid==2.5.0->pylint->setuptools-lint==0.6.0) (1.5.2)
Requirement already satisfied: wrapt<1.13,>=1.11 in /nix/store/w6b46cvb1m51difymw0ii74h5zsxi9f1-python3.9-wrapt-1.12.1/lib/python3.9/site-packages (from astroid==2.5.0->pylint->setuptools-lint==0.6.0) (1.12.1)
Installing collected packages: setuptools-lint
Successfully installed setuptools-lint-0.6.0
/build/setuptools-lint-0.6.0
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/1wanir475n2wbdca18fxnira904q86h2-python3.9-setuptools-lint-0.6.0
strip is /nix/store/xdii8qvch5h8chyp0z2is2qzky565w68-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/1wanir475n2wbdca18fxnira904q86h2-python3.9-setuptools-lint-0.6.0/lib
patching script interpreter paths in /nix/store/1wanir475n2wbdca18fxnira904q86h2-python3.9-setuptools-lint-0.6.0
checking for references to /build/ in /nix/store/1wanir475n2wbdca18fxnira904q86h2-python3.9-setuptools-lint-0.6.0...
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 src/setuptools_lint.egg-info/PKG-INFO
writing dependency_links to src/setuptools_lint.egg-info/dependency_links.txt
writing entry points to src/setuptools_lint.egg-info/entry_points.txt
writing requirements to src/setuptools_lint.egg-info/requires.txt
writing top-level names to src/setuptools_lint.egg-info/top_level.txt
reading manifest file 'src/setuptools_lint.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'src/setuptools_lint.egg-info/SOURCES.txt'
running build_ext
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
Finished executing setuptoolsCheckPhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment