>>> py3-remoto: Building testing/py3-remoto 1.2.1-r2 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 20:34:19 +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/21) Installing libbz2 (1.0.8-r4) (2/21) Installing libffi (3.4.4-r0) (3/21) Installing gdbm (1.23-r0) (4/21) Installing xz-libs (5.2.8-r0) (5/21) Installing mpdecimal (2.5.1-r1) (6/21) Installing readline (8.2.0-r0) (7/21) Installing sqlite-libs (3.40.0-r0) (8/21) Installing python3 (3.11.0-r2) (9/21) Installing py3-apipkg (2.1.0-r1) (10/21) Installing py3-execnet (1.9.0-r1) (11/21) Installing py3-parsing (3.0.9-r1) (12/21) Installing py3-packaging (21.3-r3) (13/21) Installing py3-setuptools (65.6.3-r0) (14/21) Installing py3-pbr (5.11.0-r1) (15/21) Installing py3-mock (4.0.3-r4) (16/21) Installing py3-attrs (22.1.0-r1) (17/21) Installing py3-iniconfig (1.1.1-r4) (18/21) Installing py3-pluggy (1.0.0-r2) (19/21) Installing py3-py (1.11.0-r1) (20/21) Installing py3-pytest (7.2.0-r2) (21/21) Installing .makedepends-py3-remoto (20221124.203420) Executing busybox-1.35.0-r29.trigger OK: 490 MiB in 117 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/util.py -> build/lib/remoto copying remoto/log.py -> build/lib/remoto copying remoto/exc.py -> build/lib/remoto copying remoto/connection.py -> build/lib/remoto copying remoto/__init__.py -> build/lib/remoto copying remoto/file_sync.py -> build/lib/remoto copying remoto/process.py -> build/lib/remoto creating build/lib/remoto/backends copying remoto/backends/podman.py -> build/lib/remoto/backends copying remoto/backends/kubernetes.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/docker.py -> build/lib/remoto/backends copying remoto/backends/__init__.py -> build/lib/remoto/backends copying remoto/backends/ssh.py -> build/lib/remoto/backends creating build/lib/remoto/tests copying remoto/tests/fake_module.py -> build/lib/remoto/tests copying remoto/tests/test_log.py -> build/lib/remoto/tests copying remoto/tests/test_rsync.py -> build/lib/remoto/tests copying remoto/tests/test_connection.py -> build/lib/remoto/tests copying remoto/tests/test_util.py -> 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_process.py -> build/lib/remoto/tests ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, 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:900: 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:900: 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:900: 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:900: 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:900: 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:900: 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.14s ======================== >>> py3-remoto: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running 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/util.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/podman.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/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/docker.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/ssh.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/backends creating /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_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_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_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_util.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/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_process.py -> /home/buildozer/aports/testing/py3-remoto/pkg/py3-remoto/usr/lib/python3.11/site-packages/remoto/tests 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/exc.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/__init__.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 copying build/lib/remoto/process.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/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/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/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/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/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/__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/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/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_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_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_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_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/__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_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/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/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/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/__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/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/process.py to process.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*: Running postcheck for py3-remoto >>> py3-remoto*: Preparing package py3-remoto... >>> py3-remoto*: Tracing dependencies... >>> py3-remoto*: Package size: 212.0 KB >>> py3-remoto*: Compressing data... >>> py3-remoto*: Create checksum... >>> py3-remoto*: Create py3-remoto-1.2.1-r2.apk >>> py3-remoto: Build complete at Thu, 24 Nov 2022 20:34:22 +0000 elapsed time 0h 0m 3s >>> py3-remoto: Cleaning up srcdir >>> py3-remoto: Cleaning up pkgdir >>> py3-remoto: Uninstalling dependencies... (1/21) Purging .makedepends-py3-remoto (20221124.203420) (2/21) Purging py3-execnet (1.9.0-r1) (3/21) Purging py3-apipkg (2.1.0-r1) (4/21) Purging py3-setuptools (65.6.3-r0) (5/21) Purging py3-mock (4.0.3-r4) (6/21) Purging py3-pbr (5.11.0-r1) (7/21) Purging py3-pytest (7.2.0-r2) (8/21) Purging py3-attrs (22.1.0-r1) (9/21) Purging py3-iniconfig (1.1.1-r4) (10/21) Purging py3-packaging (21.3-r3) (11/21) Purging py3-parsing (3.0.9-r1) (12/21) Purging py3-pluggy (1.0.0-r2) (13/21) Purging py3-py (1.11.0-r1) (14/21) Purging python3 (3.11.0-r2) (15/21) Purging libbz2 (1.0.8-r4) (16/21) Purging libffi (3.4.4-r0) (17/21) Purging gdbm (1.23-r0) (18/21) Purging xz-libs (5.2.8-r0) (19/21) Purging mpdecimal (2.5.1-r1) (20/21) Purging readline (8.2.0-r0) (21/21) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 406 MiB in 96 packages >>> py3-remoto: Updating the testing/aarch64 repository index... >>> py3-remoto: Signing the index...