>>> py3-podman: Building community/py3-podman 4.3.0-r0 (using abuild 3.10.0_rc1-r2) started Sun, 30 Oct 2022 03:53:12 +0000 >>> py3-podman: Checking sanity of /home/buildozer/aports/community/py3-podman/APKBUILD... >>> py3-podman: Analyzing dependencies... >>> py3-podman: Installing for build: build-base python3 py3-requests py3-toml py3-xdg py3-setuptools py3-pytest py3-requests-mock py3-fixtures py3-testtools (1/31) Installing libbz2 (1.0.8-r3) (2/31) Installing libffi (3.4.4-r0) (3/31) Installing gdbm (1.23-r0) (4/31) Installing xz-libs (5.2.7-r0) (5/31) Installing mpdecimal (2.5.1-r1) (6/31) Installing readline (8.2.0-r0) (7/31) Installing sqlite-libs (3.39.4-r0) (8/31) Installing python3 (3.10.8-r3) (9/31) Installing py3-certifi (2022.9.24-r0) (10/31) Installing py3-charset-normalizer (2.1.1-r0) (11/31) Installing py3-idna (3.4-r2) (12/31) Installing py3-urllib3 (1.26.12-r0) (13/31) Installing py3-requests (2.28.1-r0) (14/31) Installing py3-toml (0.10.2-r4) (15/31) Installing py3-xdg (0.28-r0) (16/31) Installing py3-parsing (3.0.9-r0) (17/31) Installing py3-packaging (21.3-r2) (18/31) Installing py3-setuptools (65.5.0-r0) (19/31) Installing py3-attrs (22.1.0-r0) (20/31) Installing py3-iniconfig (1.1.1-r3) (21/31) Installing py3-pluggy (1.0.0-r1) (22/31) Installing py3-py (1.11.0-r0) (23/31) Installing py3-tomli (2.0.1-r1) (24/31) Installing py3-pytest (7.1.3-r1) (25/31) Installing py3-six (1.16.0-r3) (26/31) Installing py3-requests-mock (1.10.0-r0) (27/31) Installing py3-pbr (5.11.0-r0) (28/31) Installing py3-fixtures (4.0.1-r0) (29/31) Installing py3-extras (1.0.0-r5) (30/31) Installing py3-testtools (2.5.0-r1) (31/31) Installing .makedepends-py3-podman (20221030.035314) Executing busybox-1.35.0-r27.trigger OK: 258 MiB in 123 packages >>> py3-podman: Cleaning up srcdir >>> py3-podman: Cleaning up pkgdir >>> py3-podman: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-podman-4.3.0.tar.gz >>> py3-podman: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-podman-4.3.0.tar.gz >>> py3-podman: Checking sha512sums... py3-podman-4.3.0.tar.gz: OK >>> py3-podman: Unpacking /var/cache/distfiles/v3.17/py3-podman-4.3.0.tar.gz... /usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/podman copying podman/client.py -> build/lib/podman copying podman/tlsconfig.py -> build/lib/podman copying podman/__init__.py -> build/lib/podman copying podman/version.py -> build/lib/podman creating build/lib/podman/errors copying podman/errors/__init__.py -> build/lib/podman/errors copying podman/errors/exceptions.py -> build/lib/podman/errors creating build/lib/podman/api copying podman/api/parse_utils.py -> build/lib/podman/api copying podman/api/typing_extensions.py -> build/lib/podman/api copying podman/api/tar_utils.py -> build/lib/podman/api copying podman/api/client.py -> build/lib/podman/api copying podman/api/cached_property.py -> build/lib/podman/api copying podman/api/__init__.py -> build/lib/podman/api copying podman/api/http_utils.py -> build/lib/podman/api copying podman/api/uds.py -> build/lib/podman/api copying podman/api/adapter_utils.py -> build/lib/podman/api copying podman/api/ssh.py -> build/lib/podman/api creating build/lib/podman/domain copying podman/domain/networks.py -> build/lib/podman/domain copying podman/domain/secrets.py -> build/lib/podman/domain copying podman/domain/registry_data.py -> build/lib/podman/domain copying podman/domain/ipam.py -> build/lib/podman/domain copying podman/domain/containers_manager.py -> build/lib/podman/domain copying podman/domain/images_manager.py -> build/lib/podman/domain copying podman/domain/events.py -> build/lib/podman/domain copying podman/domain/containers_create.py -> build/lib/podman/domain copying podman/domain/images_build.py -> build/lib/podman/domain copying podman/domain/config.py -> build/lib/podman/domain copying podman/domain/containers.py -> build/lib/podman/domain copying podman/domain/pods.py -> build/lib/podman/domain copying podman/domain/__init__.py -> build/lib/podman/domain copying podman/domain/networks_manager.py -> build/lib/podman/domain copying podman/domain/pods_manager.py -> build/lib/podman/domain copying podman/domain/images.py -> build/lib/podman/domain copying podman/domain/containers_run.py -> build/lib/podman/domain copying podman/domain/volumes.py -> build/lib/podman/domain copying podman/domain/manifests.py -> build/lib/podman/domain copying podman/domain/system.py -> build/lib/podman/domain copying podman/domain/manager.py -> build/lib/podman/domain running egg_info creating podman.egg-info writing podman.egg-info/PKG-INFO writing dependency_links to podman.egg-info/dependency_links.txt writing requirements to podman.egg-info/requires.txt writing top-level names to podman.egg-info/top_level.txt writing manifest file 'podman.egg-info/SOURCES.txt' reading manifest file 'podman.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'podman.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-podman/src/podman-py-4.3.0, configfile: pyproject.toml plugins: requests-mock-1.10.0 collected 144 items podman/tests/unit/test_api_utils.py::TestUtilsCase::test_containerfile_1 PASSED [ 0%] podman/tests/unit/test_api_utils.py::TestUtilsCase::test_containerfile_2 PASSED [ 1%] podman/tests/unit/test_api_utils.py::TestUtilsCase::test_containerfile_copy PASSED [ 2%] podman/tests/unit/test_api_utils.py::TestUtilsCase::test_containerignore_404 PASSED [ 2%] podman/tests/unit/test_api_utils.py::TestUtilsCase::test_containerignore_empty PASSED [ 3%] podman/tests/unit/test_api_utils.py::TestUtilsCase::test_containerignore_read PASSED [ 4%] podman/tests/unit/test_api_utils.py::TestUtilsCase::test_format_filters PASSED [ 4%] podman/tests/unit/test_api_utils.py::TestUtilsCase::test_prepare_body_all_types PASSED [ 5%] podman/tests/unit/test_api_utils.py::TestUtilsCase::test_prepare_body_dict_empty_string PASSED [ 6%] podman/tests/unit/test_api_utils.py::TestUtilsCase::test_prepare_body_embedded PASSED [ 6%] podman/tests/unit/test_api_utils.py::TestUtilsCase::test_prepare_body_none PASSED [ 7%] podman/tests/unit/test_build.py::TestBuildCase::test_build -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/build?dockerfile=Containerfile&t=latest&buildargs=%7B%22BUILD_DATE%22%3A+%22January+1%2C+1970%22%7D&cpuperiod=10&extrahosts=%7B%22database%22%3A+%22127.0.0.1%22%7D&labels=%7B%22Unittest%22%3A+%22true%22%7D 200 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/032b8b2855fc/json 200 (adapter.py:256) PASSED [ 8%] podman/tests/unit/test_build.py::TestBuildCase::test_build_encoding PASSED [ 9%] podman/tests/unit/test_build.py::TestBuildCase::test_build_logged_error -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/build?dockerfile=Containerfile 200 (adapter.py:256) PASSED [ 9%] podman/tests/unit/test_build.py::TestBuildCase::test_build_no_context PASSED [ 10%] podman/tests/unit/test_config.py::PodmanConfigTestCase::test_connections PASSED [ 11%] podman/tests/unit/test_container.py::ContainersTestCase::test_commit -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/commit?author=redhat&changes=ADD+%2Fetc%2Fmod&comment=This+is+a+unittest&container=87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd&format=docker&pause=True&repo=quay.local&tag=unittest 201 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/d2459aad75354ddc9b5b23f863786e279637125af6ba4d4a83f881866b3c903f/json 200 (adapter.py:256) PASSED [ 11%] podman/tests/unit/test_container.py::ContainersTestCase::test_diff -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/changes 200 (adapter.py:256) PASSED [ 12%] podman/tests/unit/test_container.py::ContainersTestCase::test_diff_404 -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/changes 404 (adapter.py:256) PASSED [ 13%] podman/tests/unit/test_container.py::ContainersTestCase::test_export -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/export 200 (adapter.py:256) PASSED [ 13%] podman/tests/unit/test_container.py::ContainersTestCase::test_get_archive -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/archive?path=%2Fetc%2Fmotd 200 (adapter.py:256) PASSED [ 14%] podman/tests/unit/test_container.py::ContainersTestCase::test_pause -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/pause 204 (adapter.py:256) PASSED [ 15%] podman/tests/unit/test_container.py::ContainersTestCase::test_put_archive -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] PUT http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/archive?path=%2Fetc%2Fmotd 200 (adapter.py:256) PASSED [ 15%] podman/tests/unit/test_container.py::ContainersTestCase::test_put_archive_404 -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] PUT http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/archive?path=deadbeef 404 (adapter.py:256) PASSED [ 16%] podman/tests/unit/test_container.py::ContainersTestCase::test_remove -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] DELETE http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd?v=True&force=True 204 (adapter.py:256) PASSED [ 17%] podman/tests/unit/test_container.py::ContainersTestCase::test_rename -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/rename?name=good_galileo 204 (adapter.py:256) PASSED [ 18%] podman/tests/unit/test_container.py::ContainersTestCase::test_rename_type_error PASSED [ 18%] podman/tests/unit/test_container.py::ContainersTestCase::test_restart -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/restart?timeout=10 204 (adapter.py:256) PASSED [ 19%] podman/tests/unit/test_container.py::ContainersTestCase::test_start -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/start 204 (adapter.py:256) PASSED [ 20%] podman/tests/unit/test_container.py::ContainersTestCase::test_start_dkeys -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/start?detachKeys=%5Ef%5Eu 204 (adapter.py:256) PASSED [ 20%] podman/tests/unit/test_container.py::ContainersTestCase::test_stats -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/stats?containers=87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd&stream=True 200 (adapter.py:256) PASSED [ 21%] podman/tests/unit/test_container.py::ContainersTestCase::test_stop -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/stop?all=True&timeout=10.0 204 (adapter.py:256) PASSED [ 22%] podman/tests/unit/test_container.py::ContainersTestCase::test_stop_304 -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/stop 304 (adapter.py:256) PASSED [ 22%] podman/tests/unit/test_container.py::ContainersTestCase::test_top -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/top?stream=False 200 (adapter.py:256) PASSED [ 23%] podman/tests/unit/test_container.py::ContainersTestCase::test_unpause -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/unpause 204 (adapter.py:256) PASSED [ 24%] podman/tests/unit/test_container.py::ContainersTestCase::test_wait -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/wait 200 (adapter.py:256) PASSED [ 25%] podman/tests/unit/test_container.py::ContainersTestCase::test_wait_condition_interval -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/wait?condition=exited&interval=1 200 (adapter.py:256) PASSED [ 25%] podman/tests/unit/test_containersmanager.py::ContainersManagerTestCase::test_create -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/create 201 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/json 200 (adapter.py:256) PASSED [ 26%] podman/tests/unit/test_containersmanager.py::ContainersManagerTestCase::test_create_404 -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/create 404 (adapter.py:256) PASSED [ 27%] podman/tests/unit/test_containersmanager.py::ContainersManagerTestCase::test_create_unknown_key PASSED [ 27%] podman/tests/unit/test_containersmanager.py::ContainersManagerTestCase::test_create_unsupported_key PASSED [ 28%] podman/tests/unit/test_containersmanager.py::ContainersManagerTestCase::test_get -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/json 200 (adapter.py:256) PASSED [ 29%] podman/tests/unit/test_containersmanager.py::ContainersManagerTestCase::test_get_404 -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/json 404 (adapter.py:256) PASSED [ 29%] podman/tests/unit/test_containersmanager.py::ContainersManagerTestCase::test_list -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/json 200 (adapter.py:256) PASSED [ 30%] podman/tests/unit/test_containersmanager.py::ContainersManagerTestCase::test_list_empty -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/json 200 (adapter.py:256) PASSED [ 31%] podman/tests/unit/test_containersmanager.py::ContainersManagerTestCase::test_list_filtered -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/json?all=True&filters=%7B%22before%22%3A+%5B%226dc84cc0a46747da94e4c1571efcc01a756b4017261440b4b8985d37203c3c03%22%5D%2C+%22since%22%3A+%5B%2287e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd%22%5D%2C+%22status%22%3A+%5B%22running%22%5D%7D 200 (adapter.py:256) PASSED [ 31%] podman/tests/unit/test_containersmanager.py::ContainersManagerTestCase::test_list_no_filters -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/json 200 (adapter.py:256) PASSED [ 32%] podman/tests/unit/test_containersmanager.py::ContainersManagerTestCase::test_podmanclient PASSED [ 33%] podman/tests/unit/test_containersmanager.py::ContainersManagerTestCase::test_prune -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/prune 200 (adapter.py:256) PASSED [ 34%] podman/tests/unit/test_containersmanager.py::ContainersManagerTestCase::test_run -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/create 201 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/json 200 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/start 204 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/json 200 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/create 201 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/json 200 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/start 204 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/json 200 (adapter.py:256) PASSED [ 34%] podman/tests/unit/test_containersmanager.py::ContainersManagerTestCase::test_run_detached -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/create 201 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/json 200 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/start 204 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/containers/87e1325c82424e49a00abdd4de08009eb76c7de8d228426a9b8af9318ced5ecd/json 200 (adapter.py:256) PASSED [ 35%] podman/tests/unit/test_events.py::EventsManagerTestCase::test_list -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/events?stream=True 200 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/events?stream=True 200 (adapter.py:256) PASSED [ 36%] podman/tests/unit/test_image.py::ImageTestCase::test_history -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/326dd9d7add24646a325e8eaa82125294027db2332e49c5828d96312c5d773ab/history 200 (adapter.py:256) PASSED [ 36%] podman/tests/unit/test_image.py::ImageTestCase::test_reload -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/326dd9d7add24646a325e8eaa82125294027db2332e49c5828d96312c5d773ab/json 200 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/326dd9d7add24646a325e8eaa82125294027db2332e49c5828d96312c5d773ab/json 200 (adapter.py:256) PASSED [ 37%] podman/tests/unit/test_image.py::ImageTestCase::test_save -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/326dd9d7add24646a325e8eaa82125294027db2332e49c5828d96312c5d773ab/get?format=docker-archive 200 (adapter.py:256) PASSED [ 38%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_get -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/fedora%3Alatest/json 200 (adapter.py:256) PASSED [ 38%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_get_404 -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/bad_image/json 404 (adapter.py:256) PASSED [ 39%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_get_500 -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/bad_image/json 500 (adapter.py:256) PASSED [ 40%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_get_oserror PASSED [ 40%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_list_1 -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/json 200 (adapter.py:256) PASSED [ 41%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_list_2 -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/json 200 (adapter.py:256) PASSED [ 42%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_list_all -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/json?all=True 200 (adapter.py:256) PASSED [ 43%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_list_empty -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/json 200 (adapter.py:256) PASSED [ 43%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_list_filters -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/json?filters=%7B%22dangling%22%3A+%5B%22True%22%5D%7D 200 (adapter.py:256) PASSED [ 44%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_load -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/images/load 200 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/quay.io%2Ffedora%3Alatest/json 200 (adapter.py:256) PASSED [ 45%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_podmanclient PASSED [ 45%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_prune -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/images/prune 200 (adapter.py:256) PASSED [ 46%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_prune_failure -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/images/prune 200 (adapter.py:256) PASSED [ 47%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_prune_filters -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/images/prune?filters=%7B%22dangling%22%3A+%5B%22True%22%5D%7D 200 (adapter.py:256) PASSED [ 47%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_pull -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/images/pull?reference=quay.io%2Ffedora%3Alatest 200 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/sha256%3A326dd9d7add24646a325e8eaa82125294027db2332e49c5828d96312c5d773ab/json 200 (adapter.py:256) PASSED [ 48%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_pull_2x -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/images/pull?reference=quay.io%2Ffedora&allTags=True 200 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/sha256%3A326dd9d7add24646a325e8eaa82125294027db2332e49c5828d96312c5d773ab/json 200 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/c4b16966ecd94ffa910eab4e630e24f259bf34a87e924cd4b1434f267b0e354e/json 200 (adapter.py:256) PASSED [ 49%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_pull_enhanced -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/images/pull?reference=quay.io%2Ffedora%3Alatest 200 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/sha256%3A326dd9d7add24646a325e8eaa82125294027db2332e49c5828d96312c5d773ab/json 200 (adapter.py:256) PASSED [ 50%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_pull_platform -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/images/pull?reference=quay.io%2Ffedora%3Alatest&OS=linux 200 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/sha256%3A326dd9d7add24646a325e8eaa82125294027db2332e49c5828d96312c5d773ab/json 200 (adapter.py:256) PASSED [ 50%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_push -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/images/quay.io%2Ffedora%3Alatest/push 200 (adapter.py:256) PASSED [ 51%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_remove -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] DELETE http://%2frun%2fapi.sock/v4.3.0/libpod/images/fedora:latest 200 (adapter.py:256) PASSED [ 52%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_search -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/search?noTrunc=True&term=fedora 200 (adapter.py:256) PASSED [ 52%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_search_500 -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/search?noTrunc=True&term=fedora 500 (adapter.py:256) PASSED [ 53%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_search_filters -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/search?filters=%7B%22stars%22%3A+%5B%225%22%5D%7D&noTrunc=True&term=fedora 200 (adapter.py:256) PASSED [ 54%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_search_limit -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/search?limit=5&noTrunc=True&term=fedora 200 (adapter.py:256) PASSED [ 54%] podman/tests/unit/test_imagesmanager.py::ImagesManagerTestCase::test_search_oserror PASSED [ 55%] podman/tests/unit/test_manager.py::ManagerTestCase::test_prepare_model PASSED [ 56%] podman/tests/unit/test_manifests.py::ManifestTestCase::test_list PASSED [ 56%] podman/tests/unit/test_manifests.py::ManifestTestCase::test_name PASSED [ 57%] podman/tests/unit/test_manifests.py::ManifestTestCase::test_podmanclient PASSED [ 58%] podman/tests/unit/test_network.py::NetworkTestCase::test_connect -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/networks/podman/connect 200 (adapter.py:256) PASSED [ 59%] podman/tests/unit/test_network.py::NetworkTestCase::test_disconnect -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/networks/podman/disconnect 200 (adapter.py:256) PASSED [ 59%] podman/tests/unit/test_network.py::NetworkTestCase::test_id PASSED [ 60%] podman/tests/unit/test_network.py::NetworkTestCase::test_name PASSED [ 61%] podman/tests/unit/test_network.py::NetworkTestCase::test_remove -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] DELETE http://%2frun%2fapi.sock/v4.3.0/libpod/networks/podman?force=True 204 (adapter.py:256) PASSED [ 61%] podman/tests/unit/test_networksmanager.py::NetworksManagerTestCase::test_create_defaults -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/networks/create 200 (adapter.py:256) PASSED [ 62%] podman/tests/unit/test_networksmanager.py::NetworksManagerTestCase::test_create_libpod -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/networks/create 200 (adapter.py:256) PASSED [ 63%] podman/tests/unit/test_networksmanager.py::NetworksManagerTestCase::test_get -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/networks/podman 200 (adapter.py:256) PASSED [ 63%] podman/tests/unit/test_networksmanager.py::NetworksManagerTestCase::test_list_libpod -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/networks/json 200 (adapter.py:256) PASSED [ 64%] podman/tests/unit/test_networksmanager.py::NetworksManagerTestCase::test_podmanclient PASSED [ 65%] podman/tests/unit/test_networksmanager.py::NetworksManagerTestCase::test_prune_libpod -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/networks/prune 200 (adapter.py:256) PASSED [ 65%] podman/tests/unit/test_parse_utils.py::ParseUtilsTestCase::test_decode_header PASSED [ 66%] podman/tests/unit/test_parse_utils.py::ParseUtilsTestCase::test_parse_repository PASSED [ 67%] podman/tests/unit/test_parse_utils.py::ParseUtilsTestCase::test_prepare_cidr PASSED [ 68%] podman/tests/unit/test_parse_utils.py::ParseUtilsTestCase::test_prepare_timestamp PASSED [ 68%] podman/tests/unit/test_pod.py::PodTestCase::test_id PASSED [ 69%] podman/tests/unit/test_pod.py::PodTestCase::test_kill -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/pods/c8b9f5b17dc1406194010c752fc6dcb330192032e27648db9b14060447ecf3b8/kill 200 (adapter.py:256) PASSED [ 70%] podman/tests/unit/test_pod.py::PodTestCase::test_kill_404 -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/pods/c8b9f5b17dc1406194010c752fc6dcb330192032e27648db9b14060447ecf3b8/kill 404 (adapter.py:256) PASSED [ 70%] podman/tests/unit/test_pod.py::PodTestCase::test_pause -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/pods/c8b9f5b17dc1406194010c752fc6dcb330192032e27648db9b14060447ecf3b8/pause 200 (adapter.py:256) PASSED [ 71%] podman/tests/unit/test_pod.py::PodTestCase::test_pause_404 -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/pods/c8b9f5b17dc1406194010c752fc6dcb330192032e27648db9b14060447ecf3b8/pause 404 (adapter.py:256) PASSED [ 72%] podman/tests/unit/test_pod.py::PodTestCase::test_remove -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] DELETE http://%2frun%2fapi.sock/v4.3.0/libpod/pods/c8b9f5b17dc1406194010c752fc6dcb330192032e27648db9b14060447ecf3b8?force=True 200 (adapter.py:256) PASSED [ 72%] podman/tests/unit/test_pod.py::PodTestCase::test_restart -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/pods/c8b9f5b17dc1406194010c752fc6dcb330192032e27648db9b14060447ecf3b8/restart 200 (adapter.py:256) PASSED [ 73%] podman/tests/unit/test_pod.py::PodTestCase::test_start -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/pods/c8b9f5b17dc1406194010c752fc6dcb330192032e27648db9b14060447ecf3b8/start 200 (adapter.py:256) PASSED [ 74%] podman/tests/unit/test_pod.py::PodTestCase::test_stop -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/pods/c8b9f5b17dc1406194010c752fc6dcb330192032e27648db9b14060447ecf3b8/stop?t=70.0 200 (adapter.py:256) PASSED [ 75%] podman/tests/unit/test_pod.py::PodTestCase::test_top -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/pods/c8b9f5b17dc1406194010c752fc6dcb330192032e27648db9b14060447ecf3b8/top?ps_args=aux&stream=False 200 (adapter.py:256) PASSED [ 75%] podman/tests/unit/test_pod.py::PodTestCase::test_unpause -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/pods/c8b9f5b17dc1406194010c752fc6dcb330192032e27648db9b14060447ecf3b8/unpause 200 (adapter.py:256) PASSED [ 76%] podman/tests/unit/test_podmanclient.py::PodmanClientTestCase::test_close PASSED [ 77%] podman/tests/unit/test_podmanclient.py::PodmanClientTestCase::test_connect PASSED [ 77%] podman/tests/unit/test_podmanclient.py::PodmanClientTestCase::test_connect_404 PASSED [ 78%] podman/tests/unit/test_podmanclient.py::PodmanClientTestCase::test_connect_default PASSED [ 79%] podman/tests/unit/test_podmanclient.py::PodmanClientTestCase::test_contextmanager -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/info 200 (adapter.py:256) PASSED [ 79%] podman/tests/unit/test_podmanclient.py::PodmanClientTestCase::test_swarm PASSED [ 80%] podman/tests/unit/test_podsmanager.py::PodsManagerTestCase::test_create -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/pods/create 201 (adapter.py:256) 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/pods/c8b9f5b17dc1406194010c752fc6dcb330192032e27648db9b14060447ecf3b8/json 200 (adapter.py:256) PASSED [ 81%] podman/tests/unit/test_podsmanager.py::PodsManagerTestCase::test_get -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/pods/c8b9f5b17dc1406194010c752fc6dcb330192032e27648db9b14060447ecf3b8/json 200 (adapter.py:256) PASSED [ 81%] podman/tests/unit/test_podsmanager.py::PodsManagerTestCase::test_get404 -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/pods/c8b9f5b17dc1406194010c752fc6dcb330192032e27648db9b14060447ecf3b8/json 404 (adapter.py:256) PASSED [ 82%] podman/tests/unit/test_podsmanager.py::PodsManagerTestCase::test_list -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/pods/json 200 (adapter.py:256) PASSED [ 83%] podman/tests/unit/test_podsmanager.py::PodsManagerTestCase::test_podmanclient PASSED [ 84%] podman/tests/unit/test_podsmanager.py::PodsManagerTestCase::test_prune -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/pods/prune 200 (adapter.py:256) PASSED [ 84%] podman/tests/unit/test_podsmanager.py::PodsManagerTestCase::test_stats -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/pods/stats?namesOrIDs=c8b9f5b17dc1406194010c752fc6dcb330192032e27648db9b14060447ecf3b8 200 (adapter.py:256) PASSED [ 85%] podman/tests/unit/test_podsmanager.py::PodsManagerTestCase::test_stats_400 PASSED [ 86%] podman/tests/unit/test_registrydata.py::RegistryDataTestCase::test_init -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/images/326dd9d7add24646a325e8eaa82125294027db2332e49c5828d96312c5d773ab/json 200 (adapter.py:256) PASSED [ 86%] podman/tests/unit/test_registrydata.py::RegistryDataTestCase::test_platform PASSED [ 87%] podman/tests/unit/test_registrydata.py::RegistryDataTestCase::test_platform_404 PASSED [ 88%] podman/tests/unit/test_registrydata.py::RegistryDataTestCase::test_platform_409 PASSED [ 88%] podman/tests/unit/test_registrydata.py::RegistryDataTestCase::test_platform_500 PASSED [ 89%] podman/tests/unit/test_registrydata.py::RegistryDataTestCase::test_platform_dict PASSED [ 90%] podman/tests/unit/test_secrets.py::SecretsTestCase::test_podmanclient PASSED [ 90%] podman/tests/unit/test_system.py::SystemTestCase::test_df -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/system/df 200 (adapter.py:256) PASSED [ 91%] podman/tests/unit/test_system.py::SystemTestCase::test_info -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/info 200 (adapter.py:256) PASSED [ 92%] podman/tests/unit/test_system.py::SystemTestCase::test_ping -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] HEAD http://%2frun%2fapi.sock/v4.3.0/libpod/_ping 200 (adapter.py:256) PASSED [ 93%] podman/tests/unit/test_system.py::SystemTestCase::test_version -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/version 200 (adapter.py:256) PASSED [ 93%] podman/tests/unit/test_volume.py::VolumeTestCase::test_id PASSED [ 94%] podman/tests/unit/test_volume.py::VolumeTestCase::test_remove -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] DELETE http://%2frun%2fapi.sock/v4.3.0/libpod/volumes/dbase?force=True 204 (adapter.py:256) PASSED [ 95%] podman/tests/unit/test_volumesmanager.py::VolumesManagerTestCase::test_create -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/volumes/create 201 (adapter.py:256) PASSED [ 95%] podman/tests/unit/test_volumesmanager.py::VolumesManagerTestCase::test_get -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/volumes/dbase/json 200 (adapter.py:256) PASSED [ 96%] podman/tests/unit/test_volumesmanager.py::VolumesManagerTestCase::test_get_404 -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/volumes/dbase/json 404 (adapter.py:256) PASSED [ 97%] podman/tests/unit/test_volumesmanager.py::VolumesManagerTestCase::test_list -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/volumes/json?filters=%7B%22driver%22%3A+%5B%22local%22%5D%7D 200 (adapter.py:256) PASSED [ 97%] podman/tests/unit/test_volumesmanager.py::VolumesManagerTestCase::test_list_404 -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] GET http://%2frun%2fapi.sock/v4.3.0/libpod/volumes/json 404 (adapter.py:256) PASSED [ 98%] podman/tests/unit/test_volumesmanager.py::VolumesManagerTestCase::test_podmanclient PASSED [ 99%] podman/tests/unit/test_volumesmanager.py::VolumesManagerTestCase::test_prune -------------------------------- live log call --------------------------------- 2022-10-30 03:53:16 [ DEBUG] POST http://%2frun%2fapi.sock/v4.3.0/libpod/volumes/prune 200 (adapter.py:256) PASSED [100%] ============================= 144 passed in 0.46s ============================== >>> py3-podman: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /usr/lib/python3.10/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 install_lib creating /home/buildozer/aports/community/py3-podman/pkg creating /home/buildozer/aports/community/py3-podman/pkg/py3-podman creating /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr creating /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib creating /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman creating /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/errors copying build/lib/podman/errors/__init__.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/errors copying build/lib/podman/errors/exceptions.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/errors copying build/lib/podman/client.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman copying build/lib/podman/tlsconfig.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman creating /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api copying build/lib/podman/api/parse_utils.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api copying build/lib/podman/api/typing_extensions.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api copying build/lib/podman/api/tar_utils.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api copying build/lib/podman/api/client.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api copying build/lib/podman/api/cached_property.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api copying build/lib/podman/api/__init__.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api copying build/lib/podman/api/http_utils.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api copying build/lib/podman/api/uds.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api copying build/lib/podman/api/adapter_utils.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api copying build/lib/podman/api/ssh.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api creating /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/networks.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/secrets.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/registry_data.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/ipam.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/containers_manager.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/images_manager.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/events.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/containers_create.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/images_build.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/config.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/containers.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/pods.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/__init__.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/networks_manager.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/pods_manager.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/images.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/containers_run.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/volumes.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/manifests.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/system.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/domain/manager.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain copying build/lib/podman/__init__.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman copying build/lib/podman/version.py -> /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/errors/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/errors/exceptions.py to exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/client.py to client.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/tlsconfig.py to tlsconfig.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api/parse_utils.py to parse_utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api/typing_extensions.py to typing_extensions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api/tar_utils.py to tar_utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api/client.py to client.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api/cached_property.py to cached_property.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api/http_utils.py to http_utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api/uds.py to uds.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api/adapter_utils.py to adapter_utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/api/ssh.py to ssh.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/networks.py to networks.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/secrets.py to secrets.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/registry_data.py to registry_data.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/ipam.py to ipam.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/containers_manager.py to containers_manager.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/images_manager.py to images_manager.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/events.py to events.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/containers_create.py to containers_create.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/images_build.py to images_build.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/config.py to config.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/containers.py to containers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/pods.py to pods.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/networks_manager.py to networks_manager.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/pods_manager.py to pods_manager.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/images.py to images.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/containers_run.py to containers_run.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/volumes.py to volumes.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/manifests.py to manifests.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/system.py to system.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/domain/manager.py to manager.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman/version.py to version.cpython-310.pyc running install_egg_info running egg_info writing podman.egg-info/PKG-INFO writing dependency_links to podman.egg-info/dependency_links.txt writing requirements to podman.egg-info/requires.txt writing top-level names to podman.egg-info/top_level.txt reading manifest file 'podman.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'podman.egg-info/SOURCES.txt' Copying podman.egg-info to /home/buildozer/aports/community/py3-podman/pkg/py3-podman/usr/lib/python3.10/site-packages/podman-4.3.0-py3.10.egg-info running install_scripts >>> py3-podman*: Running postcheck for py3-podman >>> py3-podman*: Preparing package py3-podman... >>> py3-podman*: Tracing dependencies... >>> py3-podman*: Package size: 792.0 KB >>> py3-podman*: Compressing data... >>> py3-podman*: Create checksum... >>> py3-podman*: Create py3-podman-4.3.0-r0.apk >>> py3-podman: Build complete at Sun, 30 Oct 2022 03:53:17 +0000 elapsed time 0h 0m 5s >>> py3-podman: Cleaning up srcdir >>> py3-podman: Cleaning up pkgdir >>> py3-podman: Uninstalling dependencies... (1/31) Purging .makedepends-py3-podman (20221030.035314) (2/31) Purging py3-toml (0.10.2-r4) (3/31) Purging py3-xdg (0.28-r0) (4/31) Purging py3-pytest (7.1.3-r1) (5/31) Purging py3-attrs (22.1.0-r0) (6/31) Purging py3-iniconfig (1.1.1-r3) (7/31) Purging py3-pluggy (1.0.0-r1) (8/31) Purging py3-py (1.11.0-r0) (9/31) Purging py3-tomli (2.0.1-r1) (10/31) Purging py3-requests-mock (1.10.0-r0) (11/31) Purging py3-requests (2.28.1-r0) (12/31) Purging py3-certifi (2022.9.24-r0) (13/31) Purging py3-charset-normalizer (2.1.1-r0) (14/31) Purging py3-idna (3.4-r2) (15/31) Purging py3-urllib3 (1.26.12-r0) (16/31) Purging py3-six (1.16.0-r3) (17/31) Purging py3-testtools (2.5.0-r1) (18/31) Purging py3-fixtures (4.0.1-r0) (19/31) Purging py3-pbr (5.11.0-r0) (20/31) Purging py3-extras (1.0.0-r5) (21/31) Purging py3-setuptools (65.5.0-r0) (22/31) Purging py3-packaging (21.3-r2) (23/31) Purging py3-parsing (3.0.9-r0) (24/31) Purging python3 (3.10.8-r3) (25/31) Purging libbz2 (1.0.8-r3) (26/31) Purging libffi (3.4.4-r0) (27/31) Purging gdbm (1.23-r0) (28/31) Purging xz-libs (5.2.7-r0) (29/31) Purging mpdecimal (2.5.1-r1) (30/31) Purging readline (8.2.0-r0) (31/31) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 92 packages >>> py3-podman: Updating the community/armv7 repository index... >>> py3-podman: Signing the index...