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/c752460632540c5bfc419e60b1f65ec2 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/c752460632540c5bfc419e60b1f65ec2 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 3 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/cvqfxkkhdaqm3ngmh6kv0rw2w5y5jfdl-pytools-2020.4.4.tar.gz
source root is pytools-2020.4.4
setting SOURCE_DATE_EPOCH to timestamp 1607896712 of file pytools-2020.4.4/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
The [wheel] section is deprecated. Use [bdist_wheel] instead.
running build
running build_py
creating build
creating build/lib
creating build/lib/pytools
copying pytools/py_codegen.py -> build/lib/pytools
copying pytools/convergence.py -> build/lib/pytools
copying pytools/batchjob.py -> build/lib/pytools
copying pytools/prefork.py -> build/lib/pytools
copying pytools/spatial_btree.py -> build/lib/pytools
copying pytools/test.py -> build/lib/pytools
copying pytools/decorator.py -> build/lib/pytools
copying pytools/mpiwrap.py -> build/lib/pytools
copying pytools/datatable.py -> build/lib/pytools
copying pytools/obj_array.py -> build/lib/pytools
copying pytools/__init__.py -> build/lib/pytools
copying pytools/tag.py -> build/lib/pytools
copying pytools/persistent_dict.py -> build/lib/pytools
copying pytools/stopwatch.py -> build/lib/pytools
copying pytools/lex.py -> build/lib/pytools
copying pytools/version.py -> build/lib/pytools
copying pytools/mpi.py -> build/lib/pytools
copying pytools/codegen.py -> build/lib/pytools
copying pytools/debug.py -> build/lib/pytools
copying pytools/log.py -> build/lib/pytools
copying pytools/graph.py -> build/lib/pytools
copying pytools/py.typed -> build/lib/pytools
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/pytools
copying build/lib/pytools/py_codegen.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/convergence.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/batchjob.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/prefork.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/spatial_btree.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/test.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/decorator.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/mpiwrap.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/datatable.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/obj_array.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/__init__.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/tag.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/py.typed -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/persistent_dict.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/stopwatch.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/lex.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/version.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/mpi.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/codegen.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/debug.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/log.py -> build/bdist.linux-x86_64/wheel/pytools
copying build/lib/pytools/graph.py -> build/bdist.linux-x86_64/wheel/pytools
running install_egg_info
running egg_info
writing pytools.egg-info/PKG-INFO
writing dependency_links to pytools.egg-info/dependency_links.txt
writing requirements to pytools.egg-info/requires.txt
writing top-level names to pytools.egg-info/top_level.txt
reading manifest file 'pytools.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pytools.egg-info/SOURCES.txt'
Copying pytools.egg-info to build/bdist.linux-x86_64/wheel/pytools-2020.4.4-py3.9.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/pytools-2020.4.4.dist-info/WHEEL
creating 'dist/pytools-2020.4.4-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pytools/__init__.py'
adding 'pytools/batchjob.py'
adding 'pytools/codegen.py'
adding 'pytools/convergence.py'
adding 'pytools/datatable.py'
adding 'pytools/debug.py'
adding 'pytools/decorator.py'
adding 'pytools/graph.py'
adding 'pytools/lex.py'
adding 'pytools/log.py'
adding 'pytools/mpi.py'
adding 'pytools/mpiwrap.py'
adding 'pytools/obj_array.py'
adding 'pytools/persistent_dict.py'
adding 'pytools/prefork.py'
adding 'pytools/py.typed'
adding 'pytools/py_codegen.py'
adding 'pytools/spatial_btree.py'
adding 'pytools/stopwatch.py'
adding 'pytools/tag.py'
adding 'pytools/test.py'
adding 'pytools/version.py'
adding 'pytools-2020.4.4.dist-info/LICENSE'
adding 'pytools-2020.4.4.dist-info/METADATA'
adding 'pytools-2020.4.4.dist-info/WHEEL'
adding 'pytools-2020.4.4.dist-info/top_level.txt'
adding 'pytools-2020.4.4.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/pytools-2020.4.4/dist /build/pytools-2020.4.4
Processing ./pytools-2020.4.4-py2.py3-none-any.whl
Requirement already satisfied: numpy>=1.6.0 in /nix/store/59wlbp0wxfh1sw8g7hbh4waqf2dbgqaj-python3.9-numpy-1.20.1/lib/python3.9/site-packages (from pytools==2020.4.4) (1.20.1)
Requirement already satisfied: decorator>=3.2.0 in /nix/store/7d8145qk0lff6x6llq0jjkxadjjx5jka-python3.9-decorator-4.4.2/lib/python3.9/site-packages (from pytools==2020.4.4) (4.4.2)
Requirement already satisfied: appdirs>=1.4.0 in /nix/store/bz0d55m9g2f0h22qgx08zpsmpyl6vi25-python3.9-appdirs-1.4.4/lib/python3.9/site-packages (from pytools==2020.4.4) (1.4.4)
Installing collected packages: pytools
Successfully installed pytools-2020.4.4
/build/pytools-2020.4.4
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/m9fdk9g5wvgm4myd5vpbaf16dwl48nkn-python3.9-pytools-2020.4.4
strip is /nix/store/xdii8qvch5h8chyp0z2is2qzky565w68-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/m9fdk9g5wvgm4myd5vpbaf16dwl48nkn-python3.9-pytools-2020.4.4/lib
patching script interpreter paths in /nix/store/m9fdk9g5wvgm4myd5vpbaf16dwl48nkn-python3.9-pytools-2020.4.4
checking for references to /build/ in /nix/store/m9fdk9g5wvgm4myd5vpbaf16dwl48nkn-python3.9-pytools-2020.4.4...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
============================= test session starts ==============================
platform linux -- Python 3.9.2, pytest-6.2.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/pytools-2020.4.4
collecting ...
collected 46 items / 11 deselected / 35 selected
test/test_data_table.py ........ [ 22%]
test/test_graph_tools.py ....... [ 42%]
test/test_math_stuff.py . [ 45%]
test/test_py_codegen.py .. [ 51%]
test/test_pytools.py ................. [100%]
=============================== warnings summary ===============================
test/test_pytools.py::test_memoize_method_with_uncached
/build/pytools-2020.4.4/test/test_pytools.py:36: DeprecationWarning: memoize_method_with_uncached is deprecated and will go away in 2022. Use memoize_method_with_key instead
@memoize_method_with_uncached(uncached_args=[1], uncached_kwargs=["z"])
test/test_pytools.py::test_memoize_method_nested
/build/pytools-2020.4.4/test/test_pytools.py:62: DeprecationWarning: memoize_method_nested is deprecated and will go away in 2021. Use @memoize_in(self, 'identifier') instead
def inner(x):
-- Docs: https://docs.pytest.org/en/stable/warnings.html
================ 35 passed, 11 deselected, 2 warnings in 1.36s =================
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "pytestcachePhase" }
pytestcachePhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment