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/2ggrd2p75lz68mx77qcdf2z8n9zprk05-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/version-increment @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/construct copying construct/expr.py -> build/lib/construct copying construct/__init__.py -> build/lib/construct copying construct/version.py -> build/lib/construct copying construct/debug.py -> build/lib/construct copying construct/core.py -> build/lib/construct creating build/lib/construct/lib copying construct/lib/containers.py -> build/lib/construct/lib copying construct/lib/__init__.py -> build/lib/construct/lib copying construct/lib/binary.py -> build/lib/construct/lib copying construct/lib/py3compat.py -> build/lib/construct/lib copying construct/lib/bitstream.py -> build/lib/construct/lib copying construct/lib/hex.py -> build/lib/construct/lib 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/construct copying build/lib/construct/expr.py -> build/bdist.linux-x86_64/wheel/construct copying build/lib/construct/__init__.py -> build/bdist.linux-x86_64/wheel/construct creating build/bdist.linux-x86_64/wheel/construct/lib copying build/lib/construct/lib/containers.py -> build/bdist.linux-x86_64/wheel/construct/lib copying build/lib/construct/lib/__init__.py -> build/bdist.linux-x86_64/wheel/construct/lib copying build/lib/construct/lib/binary.py -> build/bdist.linux-x86_64/wheel/construct/lib copying build/lib/construct/lib/py3compat.py -> build/bdist.linux-x86_64/wheel/construct/lib copying build/lib/construct/lib/bitstream.py -> build/bdist.linux-x86_64/wheel/construct/lib copying build/lib/construct/lib/hex.py -> build/bdist.linux-x86_64/wheel/construct/lib copying build/lib/construct/version.py -> build/bdist.linux-x86_64/wheel/construct copying build/lib/construct/debug.py -> build/bdist.linux-x86_64/wheel/construct copying build/lib/construct/core.py -> build/bdist.linux-x86_64/wheel/construct running install_egg_info running egg_info creating construct.egg-info writing construct.egg-info/PKG-INFO writing dependency_links to construct.egg-info/dependency_links.txt writing requirements to construct.egg-info/requires.txt writing top-level names to construct.egg-info/top_level.txt writing manifest file 'construct.egg-info/SOURCES.txt' reading manifest file 'construct.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'construct.egg-info/SOURCES.txt' Copying construct.egg-info to build/bdist.linux-x86_64/wheel/construct-2.10.67-py3.7.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-x86_64/wheel/construct-2.10.67.dist-info/WHEEL creating 'dist/construct-2.10.67-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'construct/__init__.py' adding 'construct/core.py' adding 'construct/debug.py' adding 'construct/expr.py' adding 'construct/version.py' adding 'construct/lib/__init__.py' adding 'construct/lib/binary.py' adding 'construct/lib/bitstream.py' adding 'construct/lib/containers.py' adding 'construct/lib/hex.py' adding 'construct/lib/py3compat.py' adding 'construct-2.10.67.dist-info/LICENSE' adding 'construct-2.10.67.dist-info/METADATA' adding 'construct-2.10.67.dist-info/WHEEL' adding 'construct-2.10.67.dist-info/top_level.txt' adding 'construct-2.10.67.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/source/dist /build/source Processing ./construct-2.10.67-py3-none-any.whl Installing collected packages: construct Successfully installed construct-2.10.67 /build/source Finished executing pipInstallPhase @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/4vg08dm7n6a9137i2ildpwckxh4i97r2-python3.7-construct-2.10.67 strip is /nix/store/fp2h123793bxln4cjxy0mz08sf4nx2m3-binutils-2.35.1/bin/strip stripping (with command strip and flags -S) in /nix/store/4vg08dm7n6a9137i2ildpwckxh4i97r2-python3.7-construct-2.10.67/lib patching script interpreter paths in /nix/store/4vg08dm7n6a9137i2ildpwckxh4i97r2-python3.7-construct-2.10.67 checking for references to /build/ in /nix/store/4vg08dm7n6a9137i2ildpwckxh4i97r2-python3.7-construct-2.10.67... 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": "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 benchmark: 3.2.2 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /build/source plugins: benchmark-3.2.2 collecting ...  collecting 375 items  collected 469 items  tests/test_benchmarks.py ............................................... [ 10%] ........................................................................ [ 25%] ........................................................................ [ 40%] ........... [ 43%] tests/test_compiler.py .. [ 43%] tests/test_core.py ..............................................x...... [ 54%] ..x...........................................x......................... [ 70%] .......................x..........x...xx.x.... [ 79%] tests/test_expr.py .....xx.. [ 81%] tests/test_multiprocessing.py . [ 82%] tests/deprecated_gallery/test_formats.py .......... [ 84%] tests/deprecated_gallery/test_protocols.py ...........x. [ 86%] tests/gallery/test_gallery.py .. [ 87%] tests/lib/test_binary.py .......... [ 89%] tests/lib/test_bitstream.py .. [ 89%] tests/lib/test_containers_dict.py .................................. [ 97%] tests/lib/test_containers_list.py . [ 97%] tests/lib/test_hex.py .. [ 97%] tests/lib/test_py3compat.py .... [ 98%] tests/lib/test_search.py ...... [100%] ======================= 458 passed, 11 xfailed in 9.93s ======================== Finished executing pytestCheckPhase @nix { "action": "setPhase", "phase": "pytestcachePhase" } pytestcachePhase