>>> py3-cachecontrol: Building community/py3-cachecontrol 0.12.11-r1 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 18:07:50 +0000 >>> py3-cachecontrol: Checking sanity of /home/buildozer/aports/community/py3-cachecontrol/APKBUILD... >>> WARNING: py3-cachecontrol: No maintainer >>> py3-cachecontrol: Analyzing dependencies... >>> py3-cachecontrol: Installing for build: build-base python3 py3-requests py3-msgpack py3-lockfile py3-setuptools py3-pytest py3-mock py3-cherrypy py3-redis (1/41) Installing libffi (3.4.4-r0) (2/41) Installing gdbm (1.23-r0) (3/41) Installing mpdecimal (2.5.1-r1) (4/41) Installing readline (8.2.0-r0) (5/41) Installing sqlite-libs (3.40.0-r0) (6/41) Installing python3 (3.11.0-r2) (7/41) Installing py3-certifi (2022.9.24-r1) (8/41) Installing py3-charset-normalizer (3.0.1-r1) (9/41) Installing py3-idna (3.4-r3) (10/41) Installing py3-urllib3 (1.26.12-r1) (11/41) Installing py3-requests (2.28.1-r2) (12/41) Installing py3-msgpack (1.0.4-r1) (13/41) Installing py3-lockfile (0.12.2-r7) (14/41) Installing py3-parsing (3.0.9-r1) (15/41) Installing py3-packaging (21.3-r3) (16/41) Installing py3-setuptools (65.6.0-r1) (17/41) Installing py3-attrs (22.1.0-r1) (18/41) Installing py3-iniconfig (1.1.1-r4) (19/41) Installing py3-pluggy (1.0.0-r2) (20/41) Installing py3-py (1.11.0-r1) (21/41) Installing py3-pytest (7.2.0-r2) (22/41) Installing py3-pbr (5.11.0-r1) (23/41) Installing py3-mock (4.0.3-r4) (24/41) Installing py3-more-itertools (9.0.0-r1) (25/41) Installing py3-six (1.16.0-r4) (26/41) Installing py3-jaraco.classes (3.2.3-r2) (27/41) Installing py3-jaraco.functools (3.5.2-r2) (28/41) Installing py3-cheroot (9.0.0-r1) (29/41) Installing py3-jaraco.context (4.1.2-r1) (30/41) Installing py3-jaraco.text (3.11.0-r1) (31/41) Installing py3-jaraco.collections (3.8.0-r1) (32/41) Installing py3-tz (2022.6-r1) (33/41) Installing py3-tempora (5.0.2-r1) (34/41) Installing py3-portend (3.1.0-r3) (35/41) Installing py3-zc.lockfile (2.0-r2) (36/41) Installing py3-cherrypy (18.8.0-r1) (37/41) Installing py3-wrapt (1.14.1-r1) (38/41) Installing py3-deprecated (1.2.13-r2) (39/41) Installing py3-hiredis (1.1.0-r3) (40/41) Installing py3-redis (4.1.0-r1) (41/41) Installing .makedepends-py3-cachecontrol (20221123.180752) Executing busybox-1.35.0-r29.trigger OK: 470 MiB in 144 packages >>> py3-cachecontrol: Cleaning up srcdir >>> py3-cachecontrol: Cleaning up pkgdir >>> py3-cachecontrol: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-cachecontrol-0.12.11.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 41338 100 41338 0 0 221k 0 --:--:-- --:--:-- --:--:-- 223k >>> py3-cachecontrol: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-cachecontrol-0.12.11.tar.gz >>> py3-cachecontrol: Checking sha512sums... py3-cachecontrol-0.12.11.tar.gz: OK >>> py3-cachecontrol: Unpacking /var/cache/distfiles/edge/py3-cachecontrol-0.12.11.tar.gz... running build running build_py creating build creating build/lib creating build/lib/cachecontrol copying cachecontrol/controller.py -> build/lib/cachecontrol copying cachecontrol/heuristics.py -> build/lib/cachecontrol copying cachecontrol/adapter.py -> build/lib/cachecontrol copying cachecontrol/__init__.py -> build/lib/cachecontrol copying cachecontrol/wrapper.py -> build/lib/cachecontrol copying cachecontrol/_cmd.py -> build/lib/cachecontrol copying cachecontrol/compat.py -> build/lib/cachecontrol copying cachecontrol/serialize.py -> build/lib/cachecontrol copying cachecontrol/filewrapper.py -> build/lib/cachecontrol copying cachecontrol/cache.py -> build/lib/cachecontrol creating build/lib/cachecontrol/caches copying cachecontrol/caches/redis_cache.py -> build/lib/cachecontrol/caches copying cachecontrol/caches/__init__.py -> build/lib/cachecontrol/caches copying cachecontrol/caches/file_cache.py -> build/lib/cachecontrol/caches running egg_info creating CacheControl.egg-info writing CacheControl.egg-info/PKG-INFO writing dependency_links to CacheControl.egg-info/dependency_links.txt writing entry points to CacheControl.egg-info/entry_points.txt writing requirements to CacheControl.egg-info/requires.txt writing top-level names to CacheControl.egg-info/top_level.txt writing manifest file 'CacheControl.egg-info/SOURCES.txt' reading manifest file 'CacheControl.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'CacheControl.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-cachecontrol/src/cachecontrol-0.12.11, configfile: setup.cfg collected 101 items tests/test_adapter.py ........... [ 10%] tests/test_cache_control.py ..................... [ 31%] tests/test_chunked_response.py ... [ 34%] tests/test_etag.py ... [ 37%] tests/test_expires_heuristics.py ................ [ 53%] tests/test_max_age.py .. [ 55%] tests/test_redirects.py .... [ 59%] tests/test_regressions.py .. [ 61%] tests/test_serialization.py ........... [ 72%] tests/test_server_http_version.py . [ 73%] tests/test_storage_filecache.py ........................ [ 97%] tests/test_storage_redis.py .. [ 99%] tests/test_vary.py . [100%] =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.11/site-packages/cherrypy/lib/httputil.py:15 /usr/lib/python3.11/site-packages/cherrypy/lib/httputil.py:15: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 from cgi import parse_header tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_no_headers /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_no_headers is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_no_cache /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_no_cache is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_pragma_no_cache /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_pragma_no_cache is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_no_store /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_no_store is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_max_age_0 /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_max_age_0 is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_not_in_cache /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_not_in_cache is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_fresh_max_age /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_fresh_max_age is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_unfresh_max_age /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_unfresh_max_age is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_fresh_expires /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_fresh_expires is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_unfresh_expires /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_unfresh_expires is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_cache_control.py::TestCacheControlRequest::test_cached_request_with_bad_max_age_headers_not_returned /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_cache_control.py::TestCacheControlRequest::test_cached_request_with_bad_max_age_headers_not_returned is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_expires_heuristics.py::TestHeuristicWithoutWarning::test_no_header_change_means_no_warning_header /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_expires_heuristics.py::TestHeuristicWithoutWarning::test_no_header_change_means_no_warning_header is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_expires_heuristics.py::TestHeuristicWith3xxResponse::test_heuristic_applies_to_301 /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_expires_heuristics.py::TestHeuristicWith3xxResponse::test_heuristic_applies_to_301 is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_expires_heuristics.py::TestHeuristicWith3xxResponse::test_heuristic_applies_to_304 /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_expires_heuristics.py::TestHeuristicWith3xxResponse::test_heuristic_applies_to_304 is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_expires_heuristics.py::TestOneDayCache::test_cache_for_one_day /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_expires_heuristics.py::TestOneDayCache::test_cache_for_one_day is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_expires_heuristics.py::TestExpiresAfter::test_expires_after_one_day /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_expires_heuristics.py::TestExpiresAfter::test_expires_after_one_day is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_expires_heuristics.py::TestLastModified::test_last_modified /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_expires_heuristics.py::TestLastModified::test_last_modified is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_expires_heuristics.py::TestModifiedUnitTests::test_no_expiry_is_inferred_when_no_last_modified_is_present /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_expires_heuristics.py::TestModifiedUnitTests::test_no_expiry_is_inferred_when_no_last_modified_is_present is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_expires_heuristics.py::TestModifiedUnitTests::test_expires_is_not_replaced_when_present /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_expires_heuristics.py::TestModifiedUnitTests::test_expires_is_not_replaced_when_present is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_expires_heuristics.py::TestModifiedUnitTests::test_last_modified_is_used /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_expires_heuristics.py::TestModifiedUnitTests::test_last_modified_is_used is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_expires_heuristics.py::TestModifiedUnitTests::test_last_modified_is_not_used_when_cache_control_present /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_expires_heuristics.py::TestModifiedUnitTests::test_last_modified_is_not_used_when_cache_control_present is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_expires_heuristics.py::TestModifiedUnitTests::test_last_modified_is_not_used_when_status_is_unknown /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_expires_heuristics.py::TestModifiedUnitTests::test_last_modified_is_not_used_when_status_is_unknown is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_expires_heuristics.py::TestModifiedUnitTests::test_last_modified_is_used_when_cache_control_public /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_expires_heuristics.py::TestModifiedUnitTests::test_last_modified_is_used_when_cache_control_public is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_expires_heuristics.py::TestModifiedUnitTests::test_warning_not_added_when_response_more_recent_than_24_hours /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_expires_heuristics.py::TestModifiedUnitTests::test_warning_not_added_when_response_more_recent_than_24_hours is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_expires_heuristics.py::TestModifiedUnitTests::test_warning_is_not_added_when_heuristic_was_not_used /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_expires_heuristics.py::TestModifiedUnitTests::test_warning_is_not_added_when_heuristic_was_not_used is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_expires_heuristics.py::TestModifiedUnitTests::test_expiry_is_no_more_that_twenty_four_hours /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_expires_heuristics.py::TestModifiedUnitTests::test_expiry_is_no_more_that_twenty_four_hours is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_redirects.py::TestPermanentRedirects::test_redirect_response_is_cached /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_redirects.py::TestPermanentRedirects::test_redirect_response_is_cached is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_redirects.py::TestPermanentRedirects::test_bust_cache_on_redirect /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_redirects.py::TestPermanentRedirects::test_bust_cache_on_redirect is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_redirects.py::TestMultipleChoicesRedirects::test_multiple_choices_is_cacheable /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_redirects.py::TestMultipleChoicesRedirects::test_multiple_choices_is_cacheable is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_redirects.py::TestMultipleChoicesRedirects::test_bust_cache_on_redirect /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_redirects.py::TestMultipleChoicesRedirects::test_bust_cache_on_redirect is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_serialization.py::TestSerializer::test_load_by_version_v0 /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_serialization.py::TestSerializer::test_load_by_version_v0 is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_serialization.py::TestSerializer::test_read_version_v1 /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_serialization.py::TestSerializer::test_read_version_v1 is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_serialization.py::TestSerializer::test_read_version_v2 /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_serialization.py::TestSerializer::test_read_version_v2 is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_serialization.py::TestSerializer::test_load_by_version_v3 /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_serialization.py::TestSerializer::test_load_by_version_v3 is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_serialization.py::TestSerializer::test_read_version_v4 /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_serialization.py::TestSerializer::test_read_version_v4 is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_serialization.py::TestSerializer::test_read_v1_serialized_with_py2_TypeError /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_serialization.py::TestSerializer::test_read_v1_serialized_with_py2_TypeError is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_serialization.py::TestSerializer::test_read_v2_corrupted_cache /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_serialization.py::TestSerializer::test_read_v2_corrupted_cache is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_serialization.py::TestSerializer::test_read_latest_version_streamable /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_serialization.py::TestSerializer::test_read_latest_version_streamable is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_serialization.py::TestSerializer::test_read_latest_version /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_serialization.py::TestSerializer::test_read_latest_version is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_serialization.py::TestSerializer::test_no_vary_header /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_serialization.py::TestSerializer::test_no_vary_header is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_serialization.py::TestSerializer::test_no_body_creates_response_file_handle_on_dumps [23/Nov/2022:18:07:56] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 49915)) shut down /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_serialization.py::TestSerializer::test_no_body_creates_response_file_handle_on_dumps is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_storage_redis.py::TestRedisCache::test_set_expiration_datetime /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_storage_redis.py::TestRedisCache::test_set_expiration_datetime is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_storage_redis.py::TestRedisCache::test_set_expiration_int /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_storage_redis.py::TestRedisCache::test_set_expiration_int is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================= 101 passed, 44 warnings in 1.07s ======================= >>> py3-cachecontrol: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing CacheControl.egg-info/PKG-INFO writing dependency_links to CacheControl.egg-info/dependency_links.txt writing entry points to CacheControl.egg-info/entry_points.txt writing requirements to CacheControl.egg-info/requires.txt writing top-level names to CacheControl.egg-info/top_level.txt reading manifest file 'CacheControl.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'CacheControl.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-cachecontrol/pkg creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol copying build/lib/cachecontrol/controller.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol copying build/lib/cachecontrol/heuristics.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol copying build/lib/cachecontrol/adapter.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/wrapper.cpython-311.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/heuristics.cpython-311.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/controller.cpython-311.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/adapter.cpython-311.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/serialize.cpython-311.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/filewrapper.cpython-311.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/cache.cpython-311.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__pycache__/compat.cpython-311.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/__pycache__ copying build/lib/cachecontrol/__init__.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol copying build/lib/cachecontrol/wrapper.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol copying build/lib/cachecontrol/_cmd.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol copying build/lib/cachecontrol/compat.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol copying build/lib/cachecontrol/serialize.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol copying build/lib/cachecontrol/filewrapper.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/caches creating /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/caches/__pycache__ copying build/lib/cachecontrol/caches/__pycache__/redis_cache.cpython-311.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/caches/__pycache__ copying build/lib/cachecontrol/caches/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/caches/__pycache__ copying build/lib/cachecontrol/caches/__pycache__/file_cache.cpython-311.pyc -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/caches/__pycache__ copying build/lib/cachecontrol/caches/redis_cache.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/caches copying build/lib/cachecontrol/caches/__init__.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/caches copying build/lib/cachecontrol/caches/file_cache.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/caches copying build/lib/cachecontrol/cache.py -> /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol byte-compiling /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/cachecontrol/_cmd.py to _cmd.cpython-311.pyc running install_egg_info Copying CacheControl.egg-info to /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/lib/python3.11/site-packages/CacheControl-0.12.11-py3.11.egg-info running install_scripts Installing doesitcache script to /home/buildozer/aports/community/py3-cachecontrol/pkg/py3-cachecontrol/usr/bin >>> py3-cachecontrol*: Running postcheck for py3-cachecontrol >>> py3-cachecontrol*: Preparing package py3-cachecontrol... >>> py3-cachecontrol*: Tracing dependencies... >>> py3-cachecontrol*: Package size: 252.0 KB >>> py3-cachecontrol*: Compressing data... >>> py3-cachecontrol*: Create checksum... >>> py3-cachecontrol*: Create py3-cachecontrol-0.12.11-r1.apk >>> py3-cachecontrol: Build complete at Wed, 23 Nov 2022 18:07:58 +0000 elapsed time 0h 0m 8s >>> py3-cachecontrol: Cleaning up srcdir >>> py3-cachecontrol: Cleaning up pkgdir >>> py3-cachecontrol: Uninstalling dependencies... (1/41) Purging .makedepends-py3-cachecontrol (20221123.180752) (2/41) Purging py3-requests (2.28.1-r2) (3/41) Purging py3-certifi (2022.9.24-r1) (4/41) Purging py3-charset-normalizer (3.0.1-r1) (5/41) Purging py3-idna (3.4-r3) (6/41) Purging py3-urllib3 (1.26.12-r1) (7/41) Purging py3-msgpack (1.0.4-r1) (8/41) Purging py3-lockfile (0.12.2-r7) (9/41) Purging py3-setuptools (65.6.0-r1) (10/41) Purging py3-pytest (7.2.0-r2) (11/41) Purging py3-attrs (22.1.0-r1) (12/41) Purging py3-iniconfig (1.1.1-r4) (13/41) Purging py3-packaging (21.3-r3) (14/41) Purging py3-parsing (3.0.9-r1) (15/41) Purging py3-pluggy (1.0.0-r2) (16/41) Purging py3-py (1.11.0-r1) (17/41) Purging py3-mock (4.0.3-r4) (18/41) Purging py3-pbr (5.11.0-r1) (19/41) Purging py3-cherrypy (18.8.0-r1) (20/41) Purging py3-cheroot (9.0.0-r1) (21/41) Purging py3-six (1.16.0-r4) (22/41) Purging py3-jaraco.collections (3.8.0-r1) (23/41) Purging py3-jaraco.text (3.11.0-r1) (24/41) Purging py3-jaraco.context (4.1.2-r1) (25/41) Purging py3-portend (3.1.0-r3) (26/41) Purging py3-tempora (5.0.2-r1) (27/41) Purging py3-jaraco.functools (3.5.2-r2) (28/41) Purging py3-jaraco.classes (3.2.3-r2) (29/41) Purging py3-more-itertools (9.0.0-r1) (30/41) Purging py3-tz (2022.6-r1) (31/41) Purging py3-zc.lockfile (2.0-r2) (32/41) Purging py3-redis (4.1.0-r1) (33/41) Purging py3-deprecated (1.2.13-r2) (34/41) Purging py3-wrapt (1.14.1-r1) (35/41) Purging python3 (3.11.0-r2) (36/41) Purging py3-hiredis (1.1.0-r3) (37/41) Purging libffi (3.4.4-r0) (38/41) Purging gdbm (1.23-r0) (39/41) Purging mpdecimal (2.5.1-r1) (40/41) Purging readline (8.2.0-r0) (41/41) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 380 MiB in 103 packages >>> py3-cachecontrol: Updating the community/x86 repository index... >>> py3-cachecontrol: Signing the index...