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 Sourcing pytest-check-hook Using pytestCheckPhase Removing setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/qcbq0a90mp99wvdcj6vc1z4774sbxms1-pyrsistent-0.18.0.tar.gz source root is pyrsistent-0.18.0 setting SOURCE_DATE_EPOCH to timestamp 1624908459 of file pyrsistent-0.18.0/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.linux-x86_64-3.7 copying _pyrsistent_version.py -> build/lib.linux-x86_64-3.7 creating build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/_pbag.py -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/_toolz.py -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/_immutable.py -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/_helpers.py -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/_pmap.py -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/__init__.py -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/_pclass.py -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/_precord.py -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/_checked_types.py -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/_pset.py -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/_transformations.py -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/_field_common.py -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/typing.py -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/_pvector.py -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/_pdeque.py -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/_plist.py -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/py.typed -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/__init__.pyi -> build/lib.linux-x86_64-3.7/pyrsistent copying pyrsistent/typing.pyi -> build/lib.linux-x86_64-3.7/pyrsistent running build_ext building 'pvectorc' extension creating build/temp.linux-x86_64-3.7 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/nix/store/j2mj027fyzdhhppa8b99b5j3dvqrwxbg-python3-3.7.11/include/python3.7m -c pvectorcmodule.c -o build/temp.linux-x86_64-3.7/pvectorcmodule.o pvectorcmodule.c: In function ‘nodeFor’: pvectorcmodule.c:152:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;] 152 | if((i >= 0) && (i < self->count)) { | ^ pvectorcmodule.c:153:10: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;] 153 | if(i >= TAIL_OFF(self)) { | ^~ pvectorcmodule.c: In function ‘PVector_repeat’: pvectorcmodule.c:428:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;] 428 | for(j=0; j<self->count; j++) { | ^ pvectorcmodule.c: In function ‘extendWithItem’: pvectorcmodule.c:145:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;] 145 | #define ROOT_NODE_FULL(vec) ((vec->count >> SHIFT) > (1 << vec->shift)) | ^ pvectorcmodule.c:769:8: note: in expansion of macro ‘ROOT_NODE_FULL’ 769 | if(ROOT_NODE_FULL(newVec)) { | ^~~~~~~~~~~~~~ pvectorcmodule.c: In function ‘PVector_append’: pvectorcmodule.c:145:52: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;] 145 | #define ROOT_NODE_FULL(vec) ((vec->count >> SHIFT) > (1 << vec->shift)) | ^ pvectorcmodule.c:919:6: note: in expansion of macro ‘ROOT_NODE_FULL’ 919 | if(ROOT_NODE_FULL(self)) { | ^~~~~~~~~~~~~~ gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.20/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.36.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1l/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.20/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.36.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1l/lib build/temp.linux-x86_64-3.7/pvectorcmodule.o -L/nix/store/j2mj027fyzdhhppa8b99b5j3dvqrwxbg-python3-3.7.11/lib -lpython3.7m -o build/lib.linux-x86_64-3.7/pvectorc.cpython-37m-x86_64-linux-gnu.so 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.linux-x86_64-3.7/pvectorc.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel copying build/lib.linux-x86_64-3.7/_pyrsistent_version.py -> build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/_pbag.py -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/_toolz.py -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/_immutable.py -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/_helpers.py -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/_pmap.py -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/__init__.py -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/_pclass.py -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/_precord.py -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/_checked_types.py -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/_pset.py -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/_transformations.py -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/_field_common.py -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/__init__.pyi -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/typing.py -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/typing.pyi -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/_pvector.py -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/_pdeque.py -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/_plist.py -> build/bdist.linux-x86_64/wheel/pyrsistent copying build/lib.linux-x86_64-3.7/pyrsistent/py.typed -> build/bdist.linux-x86_64/wheel/pyrsistent running install_egg_info running egg_info writing pyrsistent.egg-info/PKG-INFO writing dependency_links to pyrsistent.egg-info/dependency_links.txt writing top-level names to pyrsistent.egg-info/top_level.txt reading manifest file 'pyrsistent.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.mit' writing manifest file 'pyrsistent.egg-info/SOURCES.txt' Copying pyrsistent.egg-info to build/bdist.linux-x86_64/wheel/pyrsistent-0.18.0-py3.7.egg-info running install_scripts adding license file "LICENSE.mit" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-x86_64/wheel/pyrsistent-0.18.0.dist-info/WHEEL creating 'dist/pyrsistent-0.18.0-cp37-cp37m-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding '_pyrsistent_version.py' adding 'pvectorc.cpython-37m-x86_64-linux-gnu.so' adding 'pyrsistent/__init__.py' adding 'pyrsistent/__init__.pyi' adding 'pyrsistent/_checked_types.py' adding 'pyrsistent/_field_common.py' adding 'pyrsistent/_helpers.py' adding 'pyrsistent/_immutable.py' adding 'pyrsistent/_pbag.py' adding 'pyrsistent/_pclass.py' adding 'pyrsistent/_pdeque.py' adding 'pyrsistent/_plist.py' adding 'pyrsistent/_pmap.py' adding 'pyrsistent/_precord.py' adding 'pyrsistent/_pset.py' adding 'pyrsistent/_pvector.py' adding 'pyrsistent/_toolz.py' adding 'pyrsistent/_transformations.py' adding 'pyrsistent/py.typed' adding 'pyrsistent/typing.py' adding 'pyrsistent/typing.pyi' adding 'pyrsistent-0.18.0.dist-info/LICENSE.mit' adding 'pyrsistent-0.18.0.dist-info/METADATA' adding 'pyrsistent-0.18.0.dist-info/WHEEL' adding 'pyrsistent-0.18.0.dist-info/top_level.txt' adding 'pyrsistent-0.18.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/pyrsistent-0.18.0/dist /build/pyrsistent-0.18.0 Processing ./pyrsistent-0.18.0-cp37-cp37m-linux_x86_64.whl Installing collected packages: pyrsistent Successfully installed pyrsistent-0.18.0 /build/pyrsistent-0.18.0 Finished executing pipInstallPhase @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/2ig2gvwgrg7pgdzi50rh4pbk25gkkfmj-python3.7-pyrsistent-0.18.0 shrinking /nix/store/2ig2gvwgrg7pgdzi50rh4pbk25gkkfmj-python3.7-pyrsistent-0.18.0/lib/python3.7/site-packages/pvectorc.cpython-37m-x86_64-linux-gnu.so strip is /nix/store/fp2h123793bxln4cjxy0mz08sf4nx2m3-binutils-2.35.1/bin/strip stripping (with command strip and flags -S) in /nix/store/2ig2gvwgrg7pgdzi50rh4pbk25gkkfmj-python3.7-pyrsistent-0.18.0/lib patching script interpreter paths in /nix/store/2ig2gvwgrg7pgdzi50rh4pbk25gkkfmj-python3.7-pyrsistent-0.18.0 checking for references to /build/ in /nix/store/2ig2gvwgrg7pgdzi50rh4pbk25gkkfmj-python3.7-pyrsistent-0.18.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 Check whether the following modules can be imported: pyrsistent @nix { "action": "setPhase", "phase": "pytestCheckPhase" } pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.7.11, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 rootdir: /build/pyrsistent-0.18.0 plugins: hypothesis-6.17.3 collecting ...  collecting 248 items  collected 633 items  tests/bag_test.py ................................... [ 5%] tests/checked_map_test.py .................. [ 8%] tests/checked_set_test.py ............ [ 10%] tests/checked_vector_test.py ........................ [ 14%] tests/class_test.py ............................................. [ 21%] tests/deque_test.py ........................................ [ 27%] tests/field_test.py .. [ 27%] tests/freeze_test.py ........................ [ 31%] tests/hypothesis_vector_test.py ... [ 32%] tests/immutable_object_test.py ....... [ 33%] tests/list_test.py ...................................... [ 39%] tests/map_test.py ................................................ [ 46%] tests/record_test.py ................................................... [ 54%] .................................... [ 60%] tests/regression_test.py . [ 60%] tests/set_test.py ......................... [ 64%] tests/toolz_test.py . [ 64%] tests/transform_test.py ................... [ 67%] tests/vector_test.py ................................................... [ 75%] ................................................s....................... [ 87%] ........................................................................ [ 98%] ......... [100%] ======================= 632 passed, 1 skipped in 18.33s ======================== Finished executing pytestCheckPhase @nix { "action": "setPhase", "phase": "pytestcachePhase" } pytestcachePhase