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/12yzp4fncln46yn2xnki608br7ck1gvy-sniffio-1.2.0.tar.gz source root is sniffio-1.2.0 setting SOURCE_DATE_EPOCH to timestamp 1602440568 of file sniffio-1.2.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 creating build/lib/sniffio copying sniffio/_impl.py -> build/lib/sniffio copying sniffio/_version.py -> build/lib/sniffio copying sniffio/__init__.py -> build/lib/sniffio creating build/lib/sniffio/_tests copying sniffio/_tests/__init__.py -> build/lib/sniffio/_tests copying sniffio/_tests/test_sniffio.py -> build/lib/sniffio/_tests copying sniffio/py.typed -> build/lib/sniffio 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/sniffio copying build/lib/sniffio/_impl.py -> build/bdist.linux-x86_64/wheel/sniffio copying build/lib/sniffio/_version.py -> build/bdist.linux-x86_64/wheel/sniffio copying build/lib/sniffio/__init__.py -> build/bdist.linux-x86_64/wheel/sniffio creating build/bdist.linux-x86_64/wheel/sniffio/_tests copying build/lib/sniffio/_tests/__init__.py -> build/bdist.linux-x86_64/wheel/sniffio/_tests copying build/lib/sniffio/_tests/test_sniffio.py -> build/bdist.linux-x86_64/wheel/sniffio/_tests copying build/lib/sniffio/py.typed -> build/bdist.linux-x86_64/wheel/sniffio running install_egg_info running egg_info writing sniffio.egg-info/PKG-INFO writing dependency_links to sniffio.egg-info/dependency_links.txt writing requirements to sniffio.egg-info/requires.txt writing top-level names to sniffio.egg-info/top_level.txt reading manifest file 'sniffio.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/build' adding license file 'LICENSE' adding license file 'LICENSE.APACHE2' adding license file 'LICENSE.MIT' writing manifest file 'sniffio.egg-info/SOURCES.txt' Copying sniffio.egg-info to build/bdist.linux-x86_64/wheel/sniffio-1.2.0-py3.7.egg-info running install_scripts adding license file "LICENSE.APACHE2" (matched pattern "LICEN[CS]E*") adding license file "LICENSE" (matched pattern "LICEN[CS]E*") adding license file "LICENSE.MIT" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-x86_64/wheel/sniffio-1.2.0.dist-info/WHEEL creating 'dist/sniffio-1.2.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'sniffio/__init__.py' adding 'sniffio/_impl.py' adding 'sniffio/_version.py' adding 'sniffio/py.typed' adding 'sniffio/_tests/__init__.py' adding 'sniffio/_tests/test_sniffio.py' adding 'sniffio-1.2.0.dist-info/LICENSE' adding 'sniffio-1.2.0.dist-info/LICENSE.APACHE2' adding 'sniffio-1.2.0.dist-info/LICENSE.MIT' adding 'sniffio-1.2.0.dist-info/METADATA' adding 'sniffio-1.2.0.dist-info/WHEEL' adding 'sniffio-1.2.0.dist-info/top_level.txt' adding 'sniffio-1.2.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/sniffio-1.2.0/dist /build/sniffio-1.2.0 Processing ./sniffio-1.2.0-py3-none-any.whl Installing collected packages: sniffio Successfully installed sniffio-1.2.0 /build/sniffio-1.2.0 Finished executing pipInstallPhase @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/y0pib5968lzjmwgi19li17afpp9zyfvk-python3.7-sniffio-1.2.0 strip is /nix/store/a4mmjm3bblxwp8h53bcfx3dly80ib0ba-binutils-2.35.1/bin/strip stripping (with command strip and flags -S) in /nix/store/y0pib5968lzjmwgi19li17afpp9zyfvk-python3.7-sniffio-1.2.0/lib patching script interpreter paths in /nix/store/y0pib5968lzjmwgi19li17afpp9zyfvk-python3.7-sniffio-1.2.0 checking for references to /build/ in /nix/store/y0pib5968lzjmwgi19li17afpp9zyfvk-python3.7-sniffio-1.2.0... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } running install tests ============================= test session starts ============================== platform linux -- Python 3.7.11, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 rootdir: /build/sniffio-1.2.0 collecting ...  collected 3 items  sniffio/_tests/test_sniffio.py ... [100%] ============================== 3 passed in 0.15s =============================== @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