>>> py3-remoto: Building testing/py3-remoto 1.2.1-r3 (using abuild 3.11.0_rc13-r0) started Tue, 25 Apr 2023 10:09:32 +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/33) Installing libbz2 (1.0.8-r5) (2/33) Installing libffi (3.4.4-r2) (3/33) Installing gdbm (1.23-r1) (4/33) Installing xz-libs (5.4.2-r1) (5/33) Installing mpdecimal (2.5.1-r2) (6/33) Installing libpanelw (6.4_p20230401-r6) (7/33) Installing readline (8.2.1-r1) (8/33) Installing sqlite-libs (3.41.2-r2) (9/33) Installing python3 (3.11.3-r10) (10/33) Installing python3-pycache-pyc0 (3.11.3-r10) (11/33) Installing pyc (0.1-r0) (12/33) Installing py3-execnet-pyc (1.9.0-r2) (13/33) Installing py3-apipkg-pyc (2.1.0-r2) (14/33) Installing python3-pyc (3.11.3-r10) (15/33) Installing py3-apipkg (2.1.0-r2) (16/33) Installing py3-execnet (1.9.0-r2) (17/33) Installing py3-parsing (3.0.9-r2) (18/33) Installing py3-parsing-pyc (3.0.9-r2) (19/33) Installing py3-packaging (23.1-r1) (20/33) Installing py3-packaging-pyc (23.1-r1) (21/33) Installing py3-setuptools (67.7.2-r0) (22/33) Installing py3-setuptools-pyc (67.7.2-r0) (23/33) Installing py3-mock (5.0.2-r1) (24/33) Installing py3-mock-pyc (5.0.2-r1) (25/33) Installing py3-iniconfig (1.1.1-r6) (26/33) Installing py3-iniconfig-pyc (1.1.1-r6) (27/33) Installing py3-pluggy (1.0.0-r3) (28/33) Installing py3-pluggy-pyc (1.0.0-r3) (29/33) Installing py3-py (1.11.0-r2) (30/33) Installing py3-py-pyc (1.11.0-r2) (31/33) Installing py3-pytest (7.3.1-r1) (32/33) Installing py3-pytest-pyc (7.3.1-r1) (33/33) Installing .makedepends-py3-remoto (20230425.100933) Executing busybox-1.36.0-r8.trigger OK: 466 MiB in 132 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 >>> 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/__init__.py -> build/lib/remoto copying remoto/log.py -> build/lib/remoto copying remoto/connection.py -> build/lib/remoto copying remoto/process.py -> build/lib/remoto copying remoto/util.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/__init__.py -> build/lib/remoto/tests copying remoto/tests/conftest.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 copying remoto/tests/test_rsync.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 creating build/lib/remoto/backends copying remoto/backends/__init__.py -> build/lib/remoto/backends copying remoto/backends/kubernetes.py -> build/lib/remoto/backends copying remoto/backends/local.py -> build/lib/remoto/backends copying remoto/backends/openshift.py -> build/lib/remoto/backends copying remoto/backends/docker.py -> build/lib/remoto/backends copying remoto/backends/ssh.py -> build/lib/remoto/backends copying remoto/backends/podman.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.11s ======================== >>> 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 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/log.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/process.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/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/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_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/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/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/util.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto 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 creating /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/kubernetes.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/openshift.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/ssh.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 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/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/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/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/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/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_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/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/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/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/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 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/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/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/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/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/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/backends/podman.py to podman.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 10:09:34 +0000 elapsed time 0h 0m 2s >>> py3-remoto: Cleaning up srcdir >>> py3-remoto: Cleaning up pkgdir >>> py3-remoto: Uninstalling dependencies... (1/33) Purging .makedepends-py3-remoto (20230425.100933) (2/33) Purging py3-execnet-pyc (1.9.0-r2) (3/33) Purging py3-execnet (1.9.0-r2) (4/33) Purging py3-apipkg-pyc (2.1.0-r2) (5/33) Purging py3-apipkg (2.1.0-r2) (6/33) Purging py3-setuptools-pyc (67.7.2-r0) (7/33) Purging py3-setuptools (67.7.2-r0) (8/33) Purging py3-mock-pyc (5.0.2-r1) (9/33) Purging py3-mock (5.0.2-r1) (10/33) Purging py3-pytest-pyc (7.3.1-r1) (11/33) Purging py3-pytest (7.3.1-r1) (12/33) Purging py3-iniconfig-pyc (1.1.1-r6) (13/33) Purging py3-iniconfig (1.1.1-r6) (14/33) Purging py3-packaging-pyc (23.1-r1) (15/33) Purging py3-packaging (23.1-r1) (16/33) Purging py3-parsing-pyc (3.0.9-r2) (17/33) Purging py3-parsing (3.0.9-r2) (18/33) Purging py3-pluggy-pyc (1.0.0-r3) (19/33) Purging py3-pluggy (1.0.0-r3) (20/33) Purging py3-py-pyc (1.11.0-r2) (21/33) Purging py3-py (1.11.0-r2) (22/33) Purging python3-pyc (3.11.3-r10) (23/33) Purging python3-pycache-pyc0 (3.11.3-r10) (24/33) Purging pyc (0.1-r0) (25/33) Purging python3 (3.11.3-r10) (26/33) Purging gdbm (1.23-r1) (27/33) Purging libbz2 (1.0.8-r5) (28/33) Purging libffi (3.4.4-r2) (29/33) Purging libpanelw (6.4_p20230401-r6) (30/33) Purging mpdecimal (2.5.1-r2) (31/33) Purging readline (8.2.1-r1) (32/33) Purging sqlite-libs (3.41.2-r2) (33/33) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 408 MiB in 99 packages >>> py3-remoto: Updating the testing/aarch64 repository index... >>> py3-remoto: Signing the index...