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/b0lxb1k451vq0jix66gahb39lqx0rbfz-responses-0.14.0.tar.gz source root is responses-0.14.0 setting SOURCE_DATE_EPOCH to timestamp 1631286317 of file responses-0.14.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/responses copying responses/matchers.py -> build/lib/responses copying responses/__init__.py -> build/lib/responses copying responses/test_responses.py -> build/lib/responses running egg_info writing responses.egg-info/PKG-INFO writing dependency_links to responses.egg-info/dependency_links.txt writing requirements to responses.egg-info/requires.txt writing top-level names to responses.egg-info/top_level.txt reading manifest file 'responses.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'test_responses.py' warning: no previously-included files matching '*~' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'responses.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/responses copying build/lib/responses/matchers.py -> build/bdist.linux-x86_64/wheel/responses copying build/lib/responses/__init__.py -> build/bdist.linux-x86_64/wheel/responses copying build/lib/responses/test_responses.py -> build/bdist.linux-x86_64/wheel/responses running install_egg_info Copying responses.egg-info to build/bdist.linux-x86_64/wheel/responses-0.14.0-py3.7.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-x86_64/wheel/responses-0.14.0.dist-info/WHEEL creating 'dist/responses-0.14.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'responses/__init__.py' adding 'responses/matchers.py' adding 'responses/test_responses.py' adding 'responses-0.14.0.dist-info/LICENSE' adding 'responses-0.14.0.dist-info/METADATA' adding 'responses-0.14.0.dist-info/WHEEL' adding 'responses-0.14.0.dist-info/top_level.txt' adding 'responses-0.14.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/responses-0.14.0/dist /build/responses-0.14.0 Processing ./responses-0.14.0-py2.py3-none-any.whl Requirement already satisfied: urllib3>=1.25.10 in /nix/store/mnlixvmbqybdjzwa258bqwayjvphvn4b-python3.7-urllib3-1.26.6/lib/python3.7/site-packages (from responses==0.14.0) (1.26.6) Requirement already satisfied: six in /nix/store/msvg5gfhdizybcv5cv3wjma5fsmc09ck-python3.7-six-1.16.0/lib/python3.7/site-packages (from responses==0.14.0) (1.16.0) Requirement already satisfied: requests>=2.0 in /nix/store/i7g7p0j684nx1la23k76h8l1gdqij26h-python3.7-requests-2.26.0/lib/python3.7/site-packages (from responses==0.14.0) (2.26.0) Requirement already satisfied: certifi>=2017.4.17 in /nix/store/9jkardw0iwsa1x0ma56ms9gvf9w0hg7b-python3.7-certifi-2021.05.30/lib/python3.7/site-packages (from requests>=2.0->responses==0.14.0) (2021.5.30) Requirement already satisfied: idna<4,>=2.5 in /nix/store/7l76ja15va1n9jvlvkflgi5mr5ygz04m-python3.7-idna-3.2/lib/python3.7/site-packages (from requests>=2.0->responses==0.14.0) (3.2) Requirement already satisfied: charset-normalizer~=2.0.0 in /nix/store/z5xzryvqb7hhzl36py14y0vq1l2717ad-python3.7-charset-normalizer-2.0.1/lib/python3.7/site-packages (from requests>=2.0->responses==0.14.0) (2.0.1) Installing collected packages: responses Successfully installed responses-0.14.0 /build/responses-0.14.0 Finished executing pipInstallPhase @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/6c4ajyfzn17xh40rndd4svbmqw3q9d9d-python3.7-responses-0.14.0 strip is /nix/store/fp2h123793bxln4cjxy0mz08sf4nx2m3-binutils-2.35.1/bin/strip stripping (with command strip and flags -S) in /nix/store/6c4ajyfzn17xh40rndd4svbmqw3q9d9d-python3.7-responses-0.14.0/lib patching script interpreter paths in /nix/store/6c4ajyfzn17xh40rndd4svbmqw3q9d9d-python3.7-responses-0.14.0 checking for references to /build/ in /nix/store/6c4ajyfzn17xh40rndd4svbmqw3q9d9d-python3.7-responses-0.14.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: responses @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/responses-0.14.0, configfile: setup.cfg plugins: localserver-0.5.0 collecting ...  collected 93 items  responses/test_responses.py ............................................ [ 47%] ................................................. [100%] =============================== warnings summary =============================== responses/test_responses.py::test_request_matches_post_params /build/responses-0.14.0/responses/__init__.py:85: DeprecationWarning: Function is deprecated. Use 'from responses.matchers import json_params_matcher' DeprecationWarning, responses/test_responses.py::test_request_matches_post_params /build/responses-0.14.0/responses/__init__.py:77: DeprecationWarning: Function is deprecated. Use 'from responses.matchers import urlencoded_params_matcher' DeprecationWarning, -- Docs: https://docs.pytest.org/en/stable/warnings.html ======================== 93 passed, 2 warnings in 1.95s ======================== Finished executing pytestCheckPhase @nix { "action": "setPhase", "phase": "pytestcachePhase" } pytestcachePhase