>>> py3-remoto: Building testing/py3-remoto 1.2.1-r3 (using abuild 3.11.0_rc13-r0) started Tue, 25 Apr 2023 12:19:04 +0000 >>> py3-remoto: Checking sanity of /home/buildozer/aports/testing/py3-remoto/APKBUILD... >>> py3-remoto: Analyzing dependencies... >>> py3-remoto: Installing for build: build-base py3-execnet py3-setuptools py3-mock py3-pytest (1/31) Installing libffi (3.4.4-r2) (2/31) Installing gdbm (1.23-r1) (3/31) Installing mpdecimal (2.5.1-r2) (4/31) Installing libpanelw (6.4_p20230401-r6) (5/31) Installing readline (8.2.1-r1) (6/31) Installing sqlite-libs (3.41.2-r2) (7/31) Installing python3 (3.11.3-r10) (8/31) Installing python3-pycache-pyc0 (3.11.3-r10) (9/31) Installing pyc (0.1-r0) (10/31) Installing py3-execnet-pyc (1.9.0-r2) (11/31) Installing py3-apipkg-pyc (2.1.0-r2) (12/31) Installing python3-pyc (3.11.3-r10) (13/31) Installing py3-apipkg (2.1.0-r2) (14/31) Installing py3-execnet (1.9.0-r2) (15/31) Installing py3-parsing (3.0.9-r2) (16/31) Installing py3-parsing-pyc (3.0.9-r2) (17/31) Installing py3-packaging (23.1-r1) (18/31) Installing py3-packaging-pyc (23.1-r1) (19/31) Installing py3-setuptools (67.7.2-r0) (20/31) Installing py3-setuptools-pyc (67.7.2-r0) (21/31) Installing py3-mock (5.0.2-r1) (22/31) Installing py3-mock-pyc (5.0.2-r1) (23/31) Installing py3-iniconfig (1.1.1-r6) (24/31) Installing py3-iniconfig-pyc (1.1.1-r6) (25/31) Installing py3-pluggy (1.0.0-r3) (26/31) Installing py3-pluggy-pyc (1.0.0-r3) (27/31) Installing py3-py (1.11.0-r2) (28/31) Installing py3-py-pyc (1.11.0-r2) (29/31) Installing py3-pytest (7.3.1-r1) (30/31) Installing py3-pytest-pyc (7.3.1-r1) (31/31) Installing .makedepends-py3-remoto (20230425.121905) Executing busybox-1.36.0-r8.trigger OK: 432 MiB in 137 packages >>> py3-remoto: Cleaning up srcdir >>> py3-remoto: Cleaning up pkgdir >>> py3-remoto: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-remoto-1.2.1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18609 100 18609 0 0 211k 0 --:--:-- --:--:-- --:--:-- 211k >>> py3-remoto: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-remoto-1.2.1.tar.gz >>> py3-remoto: Checking sha512sums... py3-remoto-1.2.1.tar.gz: OK >>> py3-remoto: Unpacking /var/cache/distfiles/edge/py3-remoto-1.2.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/remoto copying remoto/util.py -> build/lib/remoto copying remoto/__init__.py -> build/lib/remoto copying remoto/process.py -> build/lib/remoto copying remoto/connection.py -> build/lib/remoto copying remoto/log.py -> build/lib/remoto copying remoto/exc.py -> build/lib/remoto copying remoto/file_sync.py -> build/lib/remoto creating build/lib/remoto/tests copying remoto/tests/conftest.py -> build/lib/remoto/tests copying remoto/tests/test_rsync.py -> build/lib/remoto/tests copying remoto/tests/__init__.py -> build/lib/remoto/tests copying remoto/tests/test_log.py -> build/lib/remoto/tests copying remoto/tests/test_process.py -> build/lib/remoto/tests copying remoto/tests/fake_module.py -> build/lib/remoto/tests copying remoto/tests/test_util.py -> build/lib/remoto/tests copying remoto/tests/test_connection.py -> build/lib/remoto/tests creating build/lib/remoto/backends copying remoto/backends/kubernetes.py -> build/lib/remoto/backends copying remoto/backends/podman.py -> build/lib/remoto/backends copying remoto/backends/__init__.py -> build/lib/remoto/backends copying remoto/backends/docker.py -> build/lib/remoto/backends copying remoto/backends/openshift.py -> build/lib/remoto/backends copying remoto/backends/local.py -> build/lib/remoto/backends copying remoto/backends/ssh.py -> build/lib/remoto/backends ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-remoto/src/remoto-1.2.1 collected 52 items remoto/tests/test_connection.py ................................ [ 61%] remoto/tests/test_log.py ......... [ 78%] remoto/tests/test_process.py .... [ 86%] remoto/tests/test_rsync.py .. [ 90%] remoto/tests/test_util.py ..... [100%] =============================== warnings summary =============================== remoto/tests/test_process.py::TestExtendPath::test_no_environment_sets_path /usr/lib/python3.11/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. remoto/tests/test_process.py::TestExtendPath::test_no_environment_sets_path 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) remoto/tests/test_process.py::TestExtendPath::test_custom_path_does_not_get_overridden /usr/lib/python3.11/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. remoto/tests/test_process.py::TestExtendPath::test_custom_path_does_not_get_overridden 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) remoto/tests/test_process.py::TestExtendPath::test_custom_env_var_extends_existing_env /usr/lib/python3.11/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. remoto/tests/test_process.py::TestExtendPath::test_custom_env_var_extends_existing_env 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) remoto/tests/test_process.py::TestExtendPath::test_extend_env_gets_removed /usr/lib/python3.11/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. remoto/tests/test_process.py::TestExtendPath::test_extend_env_gets_removed 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) remoto/tests/test_util.py::TestRemoteError::test_exception_name /usr/lib/python3.11/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. remoto/tests/test_util.py::TestRemoteError::test_exception_name 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) remoto/tests/test_util.py::TestRemoteError::test_exception_line /usr/lib/python3.11/site-packages/_pytest/fixtures.py:902: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. remoto/tests/test_util.py::TestRemoteError::test_exception_line 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 ======================== 52 passed, 6 warnings in 0.24s ======================== >>> py3-remoto: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/testing/py3-remoto/pkg creating /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto creating /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr creating /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib creating /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto creating /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests copying build/lib/remoto/tests/conftest.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests copying build/lib/remoto/tests/test_rsync.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests copying build/lib/remoto/tests/__init__.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests copying build/lib/remoto/tests/test_log.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests copying build/lib/remoto/tests/test_process.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests copying build/lib/remoto/tests/fake_module.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests copying build/lib/remoto/tests/test_util.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests copying build/lib/remoto/tests/test_connection.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests copying build/lib/remoto/util.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto copying build/lib/remoto/__init__.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto copying build/lib/remoto/process.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto copying build/lib/remoto/connection.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto copying build/lib/remoto/log.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto creating /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/backends copying build/lib/remoto/backends/kubernetes.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/backends copying build/lib/remoto/backends/podman.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/backends copying build/lib/remoto/backends/__init__.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/backends copying build/lib/remoto/backends/docker.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/backends copying build/lib/remoto/backends/openshift.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/backends copying build/lib/remoto/backends/local.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/backends copying build/lib/remoto/backends/ssh.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/backends copying build/lib/remoto/exc.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto copying build/lib/remoto/file_sync.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests/conftest.py to conftest.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests/test_rsync.py to test_rsync.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests/test_log.py to test_log.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests/test_process.py to test_process.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests/fake_module.py to fake_module.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests/test_util.py to test_util.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests/test_connection.py to test_connection.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/util.py to util.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/process.py to process.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/connection.py to connection.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/log.py to log.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/backends/kubernetes.py to kubernetes.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/backends/podman.py to podman.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/backends/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/backends/docker.py to docker.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/backends/openshift.py to openshift.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/backends/local.py to local.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/backends/ssh.py to ssh.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/exc.py to exc.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/file_sync.py to file_sync.cpython-311.pyc running install_egg_info running egg_info writing remoto.egg-info/PKG-INFO writing dependency_links to remoto.egg-info/dependency_links.txt writing requirements to remoto.egg-info/requires.txt writing top-level names to remoto.egg-info/top_level.txt reading manifest file 'remoto.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'remoto.egg-info/SOURCES.txt' Copying remoto.egg-info to /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto-1.2.1-py3.11.egg-info running install_scripts >>> py3-remoto-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/__pycache__' -> '/home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto-pyc/usr/lib/python3.11/site-packages/remoto/__pycache__' '/home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/backends/__pycache__' -> '/home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto-pyc/usr/lib/python3.11/site-packages/remoto/backends/__pycache__' >>> py3-remoto-pyc*: Preparing subpackage py3-remoto-pyc... >>> py3-remoto-pyc*: Running postcheck for py3-remoto-pyc >>> py3-remoto*: Running postcheck for py3-remoto >>> py3-remoto*: Preparing package py3-remoto... >>> py3-remoto-pyc*: Tracing dependencies... py3-execnet python3~3.11 >>> py3-remoto-pyc*: Package size: 112.0 KB >>> py3-remoto-pyc*: Compressing data... >>> py3-remoto-pyc*: Create checksum... >>> py3-remoto-pyc*: Create py3-remoto-pyc-1.2.1-r3.apk >>> py3-remoto*: Tracing dependencies... py3-execnet python3~3.11 >>> py3-remoto*: Package size: 128.0 KB >>> py3-remoto*: Compressing data... >>> py3-remoto*: Create checksum... >>> py3-remoto*: Create py3-remoto-1.2.1-r3.apk >>> py3-remoto: Build complete at Tue, 25 Apr 2023 12:19:08 +0000 elapsed time 0h 0m 4s >>> py3-remoto: Cleaning up srcdir >>> py3-remoto: Cleaning up pkgdir >>> py3-remoto: Uninstalling dependencies... (1/31) Purging .makedepends-py3-remoto (20230425.121905) (2/31) Purging py3-execnet-pyc (1.9.0-r2) (3/31) Purging py3-execnet (1.9.0-r2) (4/31) Purging py3-apipkg-pyc (2.1.0-r2) (5/31) Purging py3-apipkg (2.1.0-r2) (6/31) Purging py3-setuptools-pyc (67.7.2-r0) (7/31) Purging py3-setuptools (67.7.2-r0) (8/31) Purging py3-mock-pyc (5.0.2-r1) (9/31) Purging py3-mock (5.0.2-r1) (10/31) Purging py3-pytest-pyc (7.3.1-r1) (11/31) Purging py3-pytest (7.3.1-r1) (12/31) Purging py3-iniconfig-pyc (1.1.1-r6) (13/31) Purging py3-iniconfig (1.1.1-r6) (14/31) Purging py3-packaging-pyc (23.1-r1) (15/31) Purging py3-packaging (23.1-r1) (16/31) Purging py3-parsing-pyc (3.0.9-r2) (17/31) Purging py3-parsing (3.0.9-r2) (18/31) Purging py3-pluggy-pyc (1.0.0-r3) (19/31) Purging py3-pluggy (1.0.0-r3) (20/31) Purging py3-py-pyc (1.11.0-r2) (21/31) Purging py3-py (1.11.0-r2) (22/31) Purging python3-pyc (3.11.3-r10) (23/31) Purging python3-pycache-pyc0 (3.11.3-r10) (24/31) Purging pyc (0.1-r0) (25/31) Purging python3 (3.11.3-r10) (26/31) Purging gdbm (1.23-r1) (27/31) Purging libffi (3.4.4-r2) (28/31) Purging libpanelw (6.4_p20230401-r6) (29/31) Purging mpdecimal (2.5.1-r2) (30/31) Purging readline (8.2.1-r1) (31/31) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r8.trigger OK: 378 MiB in 106 packages >>> py3-remoto: Updating the testing/x86 repository index... >>> py3-remoto: Signing the index...