>>> pyproject2setuppy: Building community/pyproject2setuppy 4-r0 (using abuild 3.7.0_rc1-r2) started Thu, 24 Dec 2020 01:31:15 +0000 >>> pyproject2setuppy: Checking sanity of /home/buildozer/aports/community/pyproject2setuppy/APKBUILD... >>> pyproject2setuppy: Analyzing dependencies... >>> pyproject2setuppy: Installing for build: build-base py3-toml py3-setuptools py3-pytest (1/23) Installing libbz2 (1.0.8-r1) (2/23) Installing libffi (3.3-r2) (3/23) Installing gdbm (1.18.1-r0) (4/23) Installing xz-libs (5.2.5-r0) (5/23) Installing readline (8.0.4-r0) (6/23) Installing sqlite-libs (3.34.0-r0) (7/23) Installing python3 (3.8.6-r0) (8/23) Installing py3-toml (0.10.2-r0) (9/23) Installing py3-ordered-set (4.0.2-r0) (10/23) Installing py3-appdirs (1.4.4-r1) (11/23) Installing py3-parsing (2.4.7-r1) (12/23) Installing py3-six (1.15.0-r0) (13/23) Installing py3-packaging (20.8-r0) (14/23) Installing py3-setuptools (51.0.0-r0) (15/23) Installing py3-atomicwrites (1.4.0-r0) (16/23) Installing py3-attrs (20.3.0-r0) (17/23) Installing py3-more-itertools (8.6.0-r0) (18/23) Installing py3-iniconfig (1.1.1-r0) (19/23) Installing py3-pluggy (0.13.1-r1) (20/23) Installing py3-py (1.10.0-r0) (21/23) Installing py3-wcwidth (0.2.5-r0) (22/23) Installing py3-pytest (6.2.1-r0) (23/23) Installing .makedepends-pyproject2setuppy (20201224.013123) Executing busybox-1.32.0-r8.trigger OK: 364 MiB in 109 packages >>> pyproject2setuppy: Cleaning up srcdir >>> pyproject2setuppy: Cleaning up pkgdir >>> pyproject2setuppy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/pyproject2setuppy-4.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 7947 100 7947 0 0 115k 0 --:--:-- --:--:-- --:--:-- 114k >>> pyproject2setuppy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/pyproject2setuppy-4.tar.gz >>> pyproject2setuppy: Checking sha512sums... pyproject2setuppy-4.tar.gz: OK >>> pyproject2setuppy: Unpacking /var/cache/distfiles/v3.13/pyproject2setuppy-4.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pyproject2setuppy copying pyproject2setuppy/flit.py -> build/lib/pyproject2setuppy copying pyproject2setuppy/__init__.py -> build/lib/pyproject2setuppy copying pyproject2setuppy/main.py -> build/lib/pyproject2setuppy copying pyproject2setuppy/poetry.py -> build/lib/pyproject2setuppy copying pyproject2setuppy/common.py -> build/lib/pyproject2setuppy running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info creating pyproject2setuppy.egg-info writing pyproject2setuppy.egg-info/PKG-INFO writing dependency_links to pyproject2setuppy.egg-info/dependency_links.txt writing top-level names to pyproject2setuppy.egg-info/top_level.txt writing manifest file 'pyproject2setuppy.egg-info/SOURCES.txt' reading manifest file 'pyproject2setuppy.egg-info/SOURCES.txt' writing manifest file 'pyproject2setuppy.egg-info/SOURCES.txt' running build_ext test_flit (tests.test_main.MainUnitTest) Test that flit handler is triggered correctly. ... ok test_garbage (tests.test_main.MainUnitTest) Test that unknown backend results in an exception. ... ok test_poetry (tests.test_main.MainUnitTest) Test that poetry handler is triggered correctly. ... ok test_build (tests.test_poetry.PoetryBasicTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package ok test_install (tests.test_poetry.PoetryBasicTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package running install_lib creating /tmp/tmpsxjtozxv/usr creating /tmp/tmpsxjtozxv/usr/lib creating /tmp/tmpsxjtozxv/usr/lib/python3.8 creating /tmp/tmpsxjtozxv/usr/lib/python3.8/site-packages creating /tmp/tmpsxjtozxv/usr/lib/python3.8/site-packages/test_package copying build/lib/test_package/__init__.py -> /tmp/tmpsxjtozxv/usr/lib/python3.8/site-packages/test_package byte-compiling /tmp/tmpsxjtozxv/usr/lib/python3.8/site-packages/test_package/__init__.py to __init__.cpython-38.pyc running install_egg_info running egg_info creating test_package.egg-info writing test_package.egg-info/PKG-INFO writing dependency_links to test_package.egg-info/dependency_links.txt writing top-level names to test_package.egg-info/top_level.txt writing manifest file 'test_package.egg-info/SOURCES.txt' reading manifest file 'test_package.egg-info/SOURCES.txt' writing manifest file 'test_package.egg-info/SOURCES.txt' Copying test_package.egg-info to /tmp/tmpsxjtozxv/usr/lib/python3.8/site-packages/test_package-0-py3.8.egg-info running install_scripts /usr/lib/python3.8/distutils/dist.py:858: DeprecationWarning: bdist_wininst command is deprecated since Python 3.8, use bdist_wheel (wheel packages) instead cmd_obj = self.command_obj[command] = klass(self) ok test_mocked (tests.test_poetry.PoetryBasicTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_poetry.PoetryBasicTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required poetry.masonry.api module missing' test_build (tests.test_poetry.PoetryClassifiersTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package ok test_install (tests.test_poetry.PoetryClassifiersTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package running install_lib creating /tmp/tmp7_fw43tc/usr creating /tmp/tmp7_fw43tc/usr/lib creating /tmp/tmp7_fw43tc/usr/lib/python3.8 creating /tmp/tmp7_fw43tc/usr/lib/python3.8/site-packages creating /tmp/tmp7_fw43tc/usr/lib/python3.8/site-packages/test_package copying build/lib/test_package/__init__.py -> /tmp/tmp7_fw43tc/usr/lib/python3.8/site-packages/test_package byte-compiling /tmp/tmp7_fw43tc/usr/lib/python3.8/site-packages/test_package/__init__.py to __init__.cpython-38.pyc running install_egg_info running egg_info creating test_package.egg-info writing test_package.egg-info/PKG-INFO writing dependency_links to test_package.egg-info/dependency_links.txt writing top-level names to test_package.egg-info/top_level.txt writing manifest file 'test_package.egg-info/SOURCES.txt' reading manifest file 'test_package.egg-info/SOURCES.txt' writing manifest file 'test_package.egg-info/SOURCES.txt' Copying test_package.egg-info to /tmp/tmp7_fw43tc/usr/lib/python3.8/site-packages/test_package-0-py3.8.egg-info running install_scripts ok test_mocked (tests.test_poetry.PoetryClassifiersTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_poetry.PoetryClassifiersTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required poetry.masonry.api module missing' test_build (tests.test_poetry.PoetryHomepageTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package ok test_install (tests.test_poetry.PoetryHomepageTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package running install_lib creating /tmp/tmpn8livmmz/usr creating /tmp/tmpn8livmmz/usr/lib creating /tmp/tmpn8livmmz/usr/lib/python3.8 creating /tmp/tmpn8livmmz/usr/lib/python3.8/site-packages creating /tmp/tmpn8livmmz/usr/lib/python3.8/site-packages/test_package copying build/lib/test_package/__init__.py -> /tmp/tmpn8livmmz/usr/lib/python3.8/site-packages/test_package byte-compiling /tmp/tmpn8livmmz/usr/lib/python3.8/site-packages/test_package/__init__.py to __init__.cpython-38.pyc running install_egg_info running egg_info creating test_package.egg-info writing test_package.egg-info/PKG-INFO writing dependency_links to test_package.egg-info/dependency_links.txt writing top-level names to test_package.egg-info/top_level.txt writing manifest file 'test_package.egg-info/SOURCES.txt' reading manifest file 'test_package.egg-info/SOURCES.txt' writing manifest file 'test_package.egg-info/SOURCES.txt' Copying test_package.egg-info to /tmp/tmpn8livmmz/usr/lib/python3.8/site-packages/test_package-0-py3.8.egg-info running install_scripts ok test_mocked (tests.test_poetry.PoetryHomepageTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_poetry.PoetryHomepageTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required poetry.masonry.api module missing' test_build (tests.test_poetry.PoetryPackagesNestedTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib creating build/lib/nested_package copying nested_package/__init__.py -> build/lib/nested_package creating build/lib/nested_package/subpackage copying nested_package/subpackage/__init__.py -> build/lib/nested_package/subpackage creating build/lib/nested_package/subpackage/subsub copying nested_package/subpackage/subsub/__init__.py -> build/lib/nested_package/subpackage/subsub ok test_install (tests.test_poetry.PoetryPackagesNestedTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib creating build/lib/nested_package copying nested_package/__init__.py -> build/lib/nested_package creating build/lib/nested_package/subpackage copying nested_package/subpackage/__init__.py -> build/lib/nested_package/subpackage creating build/lib/nested_package/subpackage/subsub copying nested_package/subpackage/subsub/__init__.py -> build/lib/nested_package/subpackage/subsub running install_lib creating /tmp/tmp8atpvv4k/usr creating /tmp/tmp8atpvv4k/usr/lib creating /tmp/tmp8atpvv4k/usr/lib/python3.8 creating /tmp/tmp8atpvv4k/usr/lib/python3.8/site-packages creating /tmp/tmp8atpvv4k/usr/lib/python3.8/site-packages/nested_package creating /tmp/tmp8atpvv4k/usr/lib/python3.8/site-packages/nested_package/subpackage creating /tmp/tmp8atpvv4k/usr/lib/python3.8/site-packages/nested_package/subpackage/subsub copying build/lib/nested_package/subpackage/subsub/__init__.py -> /tmp/tmp8atpvv4k/usr/lib/python3.8/site-packages/nested_package/subpackage/subsub copying build/lib/nested_package/subpackage/__init__.py -> /tmp/tmp8atpvv4k/usr/lib/python3.8/site-packages/nested_package/subpackage copying build/lib/nested_package/__init__.py -> /tmp/tmp8atpvv4k/usr/lib/python3.8/site-packages/nested_package byte-compiling /tmp/tmp8atpvv4k/usr/lib/python3.8/site-packages/nested_package/subpackage/subsub/__init__.py to __init__.cpython-38.pyc byte-compiling /tmp/tmp8atpvv4k/usr/lib/python3.8/site-packages/nested_package/subpackage/__init__.py to __init__.cpython-38.pyc byte-compiling /tmp/tmp8atpvv4k/usr/lib/python3.8/site-packages/nested_package/__init__.py to __init__.cpython-38.pyc running install_egg_info running egg_info creating test_package.egg-info writing test_package.egg-info/PKG-INFO writing dependency_links to test_package.egg-info/dependency_links.txt writing top-level names to test_package.egg-info/top_level.txt writing manifest file 'test_package.egg-info/SOURCES.txt' reading manifest file 'test_package.egg-info/SOURCES.txt' writing manifest file 'test_package.egg-info/SOURCES.txt' Copying test_package.egg-info to /tmp/tmp8atpvv4k/usr/lib/python3.8/site-packages/test_package-0-py3.8.egg-info running install_scripts ok test_mocked (tests.test_poetry.PoetryPackagesNestedTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_poetry.PoetryPackagesNestedTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required poetry.masonry.api module missing' test_build (tests.test_poetry.PoetryPackagesOtherOnlyTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib creating build/lib/other_package copying other_package/__init__.py -> build/lib/other_package ok test_install (tests.test_poetry.PoetryPackagesOtherOnlyTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib creating build/lib/other_package copying other_package/__init__.py -> build/lib/other_package running install_lib creating /tmp/tmp5nu737kv/usr creating /tmp/tmp5nu737kv/usr/lib creating /tmp/tmp5nu737kv/usr/lib/python3.8 creating /tmp/tmp5nu737kv/usr/lib/python3.8/site-packages creating /tmp/tmp5nu737kv/usr/lib/python3.8/site-packages/other_package copying build/lib/other_package/__init__.py -> /tmp/tmp5nu737kv/usr/lib/python3.8/site-packages/other_package byte-compiling /tmp/tmp5nu737kv/usr/lib/python3.8/site-packages/other_package/__init__.py to __init__.cpython-38.pyc running install_egg_info running egg_info creating test_package.egg-info writing test_package.egg-info/PKG-INFO writing dependency_links to test_package.egg-info/dependency_links.txt writing top-level names to test_package.egg-info/top_level.txt writing manifest file 'test_package.egg-info/SOURCES.txt' reading manifest file 'test_package.egg-info/SOURCES.txt' writing manifest file 'test_package.egg-info/SOURCES.txt' Copying test_package.egg-info to /tmp/tmp5nu737kv/usr/lib/python3.8/site-packages/test_package-0-py3.8.egg-info running install_scripts ok test_mocked (tests.test_poetry.PoetryPackagesOtherOnlyTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_poetry.PoetryPackagesOtherOnlyTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required poetry.masonry.api module missing' test_build (tests.test_poetry.PoetryPackagesOtherSdistTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package ok test_install (tests.test_poetry.PoetryPackagesOtherSdistTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package running install_lib creating /tmp/tmp1g72mebk/usr creating /tmp/tmp1g72mebk/usr/lib creating /tmp/tmp1g72mebk/usr/lib/python3.8 creating /tmp/tmp1g72mebk/usr/lib/python3.8/site-packages creating /tmp/tmp1g72mebk/usr/lib/python3.8/site-packages/test_package copying build/lib/test_package/__init__.py -> /tmp/tmp1g72mebk/usr/lib/python3.8/site-packages/test_package byte-compiling /tmp/tmp1g72mebk/usr/lib/python3.8/site-packages/test_package/__init__.py to __init__.cpython-38.pyc running install_egg_info running egg_info creating test_package.egg-info writing test_package.egg-info/PKG-INFO writing dependency_links to test_package.egg-info/dependency_links.txt writing top-level names to test_package.egg-info/top_level.txt writing manifest file 'test_package.egg-info/SOURCES.txt' reading manifest file 'test_package.egg-info/SOURCES.txt' writing manifest file 'test_package.egg-info/SOURCES.txt' Copying test_package.egg-info to /tmp/tmp1g72mebk/usr/lib/python3.8/site-packages/test_package-0-py3.8.egg-info running install_scripts ok test_mocked (tests.test_poetry.PoetryPackagesOtherSdistTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_poetry.PoetryPackagesOtherSdistTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required poetry.masonry.api module missing' test_build (tests.test_poetry.PoetryPackagesOtherTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package creating build/lib/other_package copying other_package/__init__.py -> build/lib/other_package ok test_install (tests.test_poetry.PoetryPackagesOtherTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package creating build/lib/other_package copying other_package/__init__.py -> build/lib/other_package running install_lib creating /tmp/tmpgq9zwyzj/usr creating /tmp/tmpgq9zwyzj/usr/lib creating /tmp/tmpgq9zwyzj/usr/lib/python3.8 creating /tmp/tmpgq9zwyzj/usr/lib/python3.8/site-packages creating /tmp/tmpgq9zwyzj/usr/lib/python3.8/site-packages/other_package copying build/lib/other_package/__init__.py -> /tmp/tmpgq9zwyzj/usr/lib/python3.8/site-packages/other_package creating /tmp/tmpgq9zwyzj/usr/lib/python3.8/site-packages/test_package copying build/lib/test_package/__init__.py -> /tmp/tmpgq9zwyzj/usr/lib/python3.8/site-packages/test_package byte-compiling /tmp/tmpgq9zwyzj/usr/lib/python3.8/site-packages/other_package/__init__.py to __init__.cpython-38.pyc byte-compiling /tmp/tmpgq9zwyzj/usr/lib/python3.8/site-packages/test_package/__init__.py to __init__.cpython-38.pyc running install_egg_info running egg_info creating test_package.egg-info writing test_package.egg-info/PKG-INFO writing dependency_links to test_package.egg-info/dependency_links.txt writing top-level names to test_package.egg-info/top_level.txt writing manifest file 'test_package.egg-info/SOURCES.txt' reading manifest file 'test_package.egg-info/SOURCES.txt' writing manifest file 'test_package.egg-info/SOURCES.txt' Copying test_package.egg-info to /tmp/tmpgq9zwyzj/usr/lib/python3.8/site-packages/test_package-0-py3.8.egg-info running install_scripts ok test_mocked (tests.test_poetry.PoetryPackagesOtherTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_poetry.PoetryPackagesOtherTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required poetry.masonry.api module missing' test_build (tests.test_poetry.PoetryPackagesSubdirTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib creating build/lib/subdir_package copying src/subdir_package/__init__.py -> build/lib/subdir_package creating build/lib/subdir_package/sub copying src/subdir_package/sub/__init__.py -> build/lib/subdir_package/sub ok test_install (tests.test_poetry.PoetryPackagesSubdirTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib creating build/lib/subdir_package copying src/subdir_package/__init__.py -> build/lib/subdir_package creating build/lib/subdir_package/sub copying src/subdir_package/sub/__init__.py -> build/lib/subdir_package/sub running install_lib creating /tmp/tmpsu8cyses/usr creating /tmp/tmpsu8cyses/usr/lib creating /tmp/tmpsu8cyses/usr/lib/python3.8 creating /tmp/tmpsu8cyses/usr/lib/python3.8/site-packages creating /tmp/tmpsu8cyses/usr/lib/python3.8/site-packages/subdir_package copying build/lib/subdir_package/__init__.py -> /tmp/tmpsu8cyses/usr/lib/python3.8/site-packages/subdir_package creating /tmp/tmpsu8cyses/usr/lib/python3.8/site-packages/subdir_package/sub copying build/lib/subdir_package/sub/__init__.py -> /tmp/tmpsu8cyses/usr/lib/python3.8/site-packages/subdir_package/sub byte-compiling /tmp/tmpsu8cyses/usr/lib/python3.8/site-packages/subdir_package/__init__.py to __init__.cpython-38.pyc byte-compiling /tmp/tmpsu8cyses/usr/lib/python3.8/site-packages/subdir_package/sub/__init__.py to __init__.cpython-38.pyc running install_egg_info running egg_info creating test_package.egg-info writing test_package.egg-info/PKG-INFO writing dependency_links to test_package.egg-info/dependency_links.txt writing top-level names to test_package.egg-info/top_level.txt writing manifest file 'test_package.egg-info/SOURCES.txt' reading manifest file 'test_package.egg-info/SOURCES.txt' writing manifest file 'test_package.egg-info/SOURCES.txt' Copying test_package.egg-info to /tmp/tmpsu8cyses/usr/lib/python3.8/site-packages/test_package-0-py3.8.egg-info running install_scripts ok test_mocked (tests.test_poetry.PoetryPackagesSubdirTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_poetry.PoetryPackagesSubdirTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required poetry.masonry.api module missing' test_build (tests.test_poetry.PoetryPackagesTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package ok test_install (tests.test_poetry.PoetryPackagesTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package running install_lib creating /tmp/tmptt3gmf4o/usr creating /tmp/tmptt3gmf4o/usr/lib creating /tmp/tmptt3gmf4o/usr/lib/python3.8 creating /tmp/tmptt3gmf4o/usr/lib/python3.8/site-packages creating /tmp/tmptt3gmf4o/usr/lib/python3.8/site-packages/test_package copying build/lib/test_package/__init__.py -> /tmp/tmptt3gmf4o/usr/lib/python3.8/site-packages/test_package byte-compiling /tmp/tmptt3gmf4o/usr/lib/python3.8/site-packages/test_package/__init__.py to __init__.cpython-38.pyc running install_egg_info running egg_info creating test_package.egg-info writing test_package.egg-info/PKG-INFO writing dependency_links to test_package.egg-info/dependency_links.txt writing top-level names to test_package.egg-info/top_level.txt writing manifest file 'test_package.egg-info/SOURCES.txt' reading manifest file 'test_package.egg-info/SOURCES.txt' writing manifest file 'test_package.egg-info/SOURCES.txt' Copying test_package.egg-info to /tmp/tmptt3gmf4o/usr/lib/python3.8/site-packages/test_package-0-py3.8.egg-info running install_scripts ok test_mocked (tests.test_poetry.PoetryPackagesTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_poetry.PoetryPackagesTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required poetry.masonry.api module missing' test_build (tests.test_poetry.PoetryPackagesWheelTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package ok test_install (tests.test_poetry.PoetryPackagesWheelTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package running install_lib creating /tmp/tmp94vgbhko/usr creating /tmp/tmp94vgbhko/usr/lib creating /tmp/tmp94vgbhko/usr/lib/python3.8 creating /tmp/tmp94vgbhko/usr/lib/python3.8/site-packages creating /tmp/tmp94vgbhko/usr/lib/python3.8/site-packages/test_package copying build/lib/test_package/__init__.py -> /tmp/tmp94vgbhko/usr/lib/python3.8/site-packages/test_package byte-compiling /tmp/tmp94vgbhko/usr/lib/python3.8/site-packages/test_package/__init__.py to __init__.cpython-38.pyc running install_egg_info running egg_info creating test_package.egg-info writing test_package.egg-info/PKG-INFO writing dependency_links to test_package.egg-info/dependency_links.txt writing top-level names to test_package.egg-info/top_level.txt writing manifest file 'test_package.egg-info/SOURCES.txt' reading manifest file 'test_package.egg-info/SOURCES.txt' writing manifest file 'test_package.egg-info/SOURCES.txt' Copying test_package.egg-info to /tmp/tmp94vgbhko/usr/lib/python3.8/site-packages/test_package-0-py3.8.egg-info running install_scripts ok test_mocked (tests.test_poetry.PoetryPackagesWheelTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_poetry.PoetryPackagesWheelTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required poetry.masonry.api module missing' test_build (tests.test_poetry.PoetryPluginsAndScriptsTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package ok test_install (tests.test_poetry.PoetryPluginsAndScriptsTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package running install_lib creating /tmp/tmpifc772zm/usr creating /tmp/tmpifc772zm/usr/lib creating /tmp/tmpifc772zm/usr/lib/python3.8 creating /tmp/tmpifc772zm/usr/lib/python3.8/site-packages creating /tmp/tmpifc772zm/usr/lib/python3.8/site-packages/test_package copying build/lib/test_package/__init__.py -> /tmp/tmpifc772zm/usr/lib/python3.8/site-packages/test_package byte-compiling /tmp/tmpifc772zm/usr/lib/python3.8/site-packages/test_package/__init__.py to __init__.cpython-38.pyc running install_egg_info running egg_info creating test_package.egg-info writing test_package.egg-info/PKG-INFO writing dependency_links to test_package.egg-info/dependency_links.txt writing entry points to test_package.egg-info/entry_points.txt writing top-level names to test_package.egg-info/top_level.txt writing manifest file 'test_package.egg-info/SOURCES.txt' reading manifest file 'test_package.egg-info/SOURCES.txt' writing manifest file 'test_package.egg-info/SOURCES.txt' Copying test_package.egg-info to /tmp/tmpifc772zm/usr/lib/python3.8/site-packages/test_package-0-py3.8.egg-info running install_scripts Installing test-tool script to /tmp/tmpifc772zm/usr/bin ok test_mocked (tests.test_poetry.PoetryPluginsAndScriptsTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_poetry.PoetryPluginsAndScriptsTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required poetry.masonry.api module missing' test_build (tests.test_poetry.PoetryPluginsTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package ok test_install (tests.test_poetry.PoetryPluginsTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package running install_lib creating /tmp/tmpoxeegz1f/usr creating /tmp/tmpoxeegz1f/usr/lib creating /tmp/tmpoxeegz1f/usr/lib/python3.8 creating /tmp/tmpoxeegz1f/usr/lib/python3.8/site-packages creating /tmp/tmpoxeegz1f/usr/lib/python3.8/site-packages/test_package copying build/lib/test_package/__init__.py -> /tmp/tmpoxeegz1f/usr/lib/python3.8/site-packages/test_package byte-compiling /tmp/tmpoxeegz1f/usr/lib/python3.8/site-packages/test_package/__init__.py to __init__.cpython-38.pyc running install_egg_info running egg_info creating test_package.egg-info writing test_package.egg-info/PKG-INFO writing dependency_links to test_package.egg-info/dependency_links.txt writing entry points to test_package.egg-info/entry_points.txt writing top-level names to test_package.egg-info/top_level.txt writing manifest file 'test_package.egg-info/SOURCES.txt' reading manifest file 'test_package.egg-info/SOURCES.txt' writing manifest file 'test_package.egg-info/SOURCES.txt' Copying test_package.egg-info to /tmp/tmpoxeegz1f/usr/lib/python3.8/site-packages/test_package-0-py3.8.egg-info running install_scripts ok test_mocked (tests.test_poetry.PoetryPluginsTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_poetry.PoetryPluginsTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required poetry.masonry.api module missing' test_build (tests.test_poetry.PoetryScriptsTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package ok test_install (tests.test_poetry.PoetryScriptsTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib creating build/lib/test_package copying test_package/__init__.py -> build/lib/test_package running install_lib creating /tmp/tmpg7cs1yq3/usr creating /tmp/tmpg7cs1yq3/usr/lib creating /tmp/tmpg7cs1yq3/usr/lib/python3.8 creating /tmp/tmpg7cs1yq3/usr/lib/python3.8/site-packages creating /tmp/tmpg7cs1yq3/usr/lib/python3.8/site-packages/test_package copying build/lib/test_package/__init__.py -> /tmp/tmpg7cs1yq3/usr/lib/python3.8/site-packages/test_package byte-compiling /tmp/tmpg7cs1yq3/usr/lib/python3.8/site-packages/test_package/__init__.py to __init__.cpython-38.pyc running install_egg_info running egg_info creating test_package.egg-info writing test_package.egg-info/PKG-INFO writing dependency_links to test_package.egg-info/dependency_links.txt writing entry points to test_package.egg-info/entry_points.txt writing top-level names to test_package.egg-info/top_level.txt writing manifest file 'test_package.egg-info/SOURCES.txt' reading manifest file 'test_package.egg-info/SOURCES.txt' writing manifest file 'test_package.egg-info/SOURCES.txt' Copying test_package.egg-info to /tmp/tmpg7cs1yq3/usr/lib/python3.8/site-packages/test_package-0-py3.8.egg-info running install_scripts Installing test-tool script to /tmp/tmpg7cs1yq3/usr/bin ok test_mocked (tests.test_poetry.PoetryScriptsTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_poetry.PoetryScriptsTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required poetry.masonry.api module missing' test_module (tests.test_common.AutoFindPackagesTest) Test finding a plain .py module. ... ok test_package (tests.test_common.AutoFindPackagesTest) Test finding a flat package. ... ok test_package_deep (tests.test_common.AutoFindPackagesTest) Test finding a package with a subpackage. ... ok test_build (tests.test_flit.FlitBasicTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib copying test_module.py -> build/lib ok test_install (tests.test_flit.FlitBasicTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib copying test_module.py -> build/lib running install_lib creating /tmp/tmpjzug8ng7/usr creating /tmp/tmpjzug8ng7/usr/lib creating /tmp/tmpjzug8ng7/usr/lib/python3.8 creating /tmp/tmpjzug8ng7/usr/lib/python3.8/site-packages copying build/lib/test_module.py -> /tmp/tmpjzug8ng7/usr/lib/python3.8/site-packages byte-compiling /tmp/tmpjzug8ng7/usr/lib/python3.8/site-packages/test_module.py to test_module.cpython-38.pyc running install_egg_info running egg_info creating test_module.egg-info writing test_module.egg-info/PKG-INFO writing dependency_links to test_module.egg-info/dependency_links.txt writing top-level names to test_module.egg-info/top_level.txt writing manifest file 'test_module.egg-info/SOURCES.txt' reading manifest file 'test_module.egg-info/SOURCES.txt' writing manifest file 'test_module.egg-info/SOURCES.txt' Copying test_module.egg-info to /tmp/tmpjzug8ng7/usr/lib/python3.8/site-packages/test_module-0-py3.8.egg-info running install_scripts ok test_mocked (tests.test_flit.FlitBasicTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_flit.FlitBasicTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required flit.buildapi module missing' test_build (tests.test_flit.FlitClassifiersTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib copying test_module.py -> build/lib ok test_install (tests.test_flit.FlitClassifiersTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib copying test_module.py -> build/lib running install_lib creating /tmp/tmp2p30gvyl/usr creating /tmp/tmp2p30gvyl/usr/lib creating /tmp/tmp2p30gvyl/usr/lib/python3.8 creating /tmp/tmp2p30gvyl/usr/lib/python3.8/site-packages copying build/lib/test_module.py -> /tmp/tmp2p30gvyl/usr/lib/python3.8/site-packages byte-compiling /tmp/tmp2p30gvyl/usr/lib/python3.8/site-packages/test_module.py to test_module.cpython-38.pyc running install_egg_info running egg_info creating test_module.egg-info writing test_module.egg-info/PKG-INFO writing dependency_links to test_module.egg-info/dependency_links.txt writing top-level names to test_module.egg-info/top_level.txt writing manifest file 'test_module.egg-info/SOURCES.txt' reading manifest file 'test_module.egg-info/SOURCES.txt' writing manifest file 'test_module.egg-info/SOURCES.txt' Copying test_module.egg-info to /tmp/tmp2p30gvyl/usr/lib/python3.8/site-packages/test_module-0-py3.8.egg-info running install_scripts ok test_mocked (tests.test_flit.FlitClassifiersTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_flit.FlitClassifiersTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required flit.buildapi module missing' test_build (tests.test_flit.FlitHomepageTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib copying test_module.py -> build/lib ok test_install (tests.test_flit.FlitHomepageTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib copying test_module.py -> build/lib running install_lib creating /tmp/tmptzzu46we/usr creating /tmp/tmptzzu46we/usr/lib creating /tmp/tmptzzu46we/usr/lib/python3.8 creating /tmp/tmptzzu46we/usr/lib/python3.8/site-packages copying build/lib/test_module.py -> /tmp/tmptzzu46we/usr/lib/python3.8/site-packages byte-compiling /tmp/tmptzzu46we/usr/lib/python3.8/site-packages/test_module.py to test_module.cpython-38.pyc running install_egg_info running egg_info creating test_module.egg-info writing test_module.egg-info/PKG-INFO writing dependency_links to test_module.egg-info/dependency_links.txt writing top-level names to test_module.egg-info/top_level.txt writing manifest file 'test_module.egg-info/SOURCES.txt' reading manifest file 'test_module.egg-info/SOURCES.txt' writing manifest file 'test_module.egg-info/SOURCES.txt' Copying test_module.egg-info to /tmp/tmptzzu46we/usr/lib/python3.8/site-packages/test_module-0-py3.8.egg-info running install_scripts ok test_mocked (tests.test_flit.FlitHomepageTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_flit.FlitHomepageTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required flit.buildapi module missing' test_build (tests.test_flit.FlitNestedPackageTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib creating build/lib/test_module copying test_module/__init__.py -> build/lib/test_module creating build/lib/test_module/sub_module copying test_module/sub_module/__init__.py -> build/lib/test_module/sub_module creating build/lib/test_module/sub_module/subsub copying test_module/sub_module/subsub/__init__.py -> build/lib/test_module/sub_module/subsub ok test_install (tests.test_flit.FlitNestedPackageTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib creating build/lib/test_module copying test_module/__init__.py -> build/lib/test_module creating build/lib/test_module/sub_module copying test_module/sub_module/__init__.py -> build/lib/test_module/sub_module creating build/lib/test_module/sub_module/subsub copying test_module/sub_module/subsub/__init__.py -> build/lib/test_module/sub_module/subsub running install_lib creating /tmp/tmpd11llkiu/usr creating /tmp/tmpd11llkiu/usr/lib creating /tmp/tmpd11llkiu/usr/lib/python3.8 creating /tmp/tmpd11llkiu/usr/lib/python3.8/site-packages creating /tmp/tmpd11llkiu/usr/lib/python3.8/site-packages/test_module copying build/lib/test_module/__init__.py -> /tmp/tmpd11llkiu/usr/lib/python3.8/site-packages/test_module creating /tmp/tmpd11llkiu/usr/lib/python3.8/site-packages/test_module/sub_module creating /tmp/tmpd11llkiu/usr/lib/python3.8/site-packages/test_module/sub_module/subsub copying build/lib/test_module/sub_module/subsub/__init__.py -> /tmp/tmpd11llkiu/usr/lib/python3.8/site-packages/test_module/sub_module/subsub copying build/lib/test_module/sub_module/__init__.py -> /tmp/tmpd11llkiu/usr/lib/python3.8/site-packages/test_module/sub_module byte-compiling /tmp/tmpd11llkiu/usr/lib/python3.8/site-packages/test_module/__init__.py to __init__.cpython-38.pyc byte-compiling /tmp/tmpd11llkiu/usr/lib/python3.8/site-packages/test_module/sub_module/subsub/__init__.py to __init__.cpython-38.pyc byte-compiling /tmp/tmpd11llkiu/usr/lib/python3.8/site-packages/test_module/sub_module/__init__.py to __init__.cpython-38.pyc running install_egg_info running egg_info creating test_module.egg-info writing test_module.egg-info/PKG-INFO writing dependency_links to test_module.egg-info/dependency_links.txt writing top-level names to test_module.egg-info/top_level.txt writing manifest file 'test_module.egg-info/SOURCES.txt' reading manifest file 'test_module.egg-info/SOURCES.txt' writing manifest file 'test_module.egg-info/SOURCES.txt' Copying test_module.egg-info to /tmp/tmpd11llkiu/usr/lib/python3.8/site-packages/test_module-0-py3.8.egg-info running install_scripts ok test_mocked (tests.test_flit.FlitNestedPackageTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_flit.FlitNestedPackageTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required flit.buildapi module missing' test_build (tests.test_flit.FlitPackageTest) Test the handler with 'setup.py build' command. Verifies that ... running build running build_py creating build creating build/lib creating build/lib/test_module copying test_module/__init__.py -> build/lib/test_module ok test_install (tests.test_flit.FlitPackageTest) Test the handler with 'setup.py install' command. Verifies that ... running install running build running build_py creating build creating build/lib creating build/lib/test_module copying test_module/__init__.py -> build/lib/test_module running install_lib creating /tmp/tmp2fnpm5gv/usr creating /tmp/tmp2fnpm5gv/usr/lib creating /tmp/tmp2fnpm5gv/usr/lib/python3.8 creating /tmp/tmp2fnpm5gv/usr/lib/python3.8/site-packages creating /tmp/tmp2fnpm5gv/usr/lib/python3.8/site-packages/test_module copying build/lib/test_module/__init__.py -> /tmp/tmp2fnpm5gv/usr/lib/python3.8/site-packages/test_module byte-compiling /tmp/tmp2fnpm5gv/usr/lib/python3.8/site-packages/test_module/__init__.py to __init__.cpython-38.pyc running install_egg_info running egg_info creating test_module.egg-info writing test_module.egg-info/PKG-INFO writing dependency_links to test_module.egg-info/dependency_links.txt writing top-level names to test_module.egg-info/top_level.txt writing manifest file 'test_module.egg-info/SOURCES.txt' reading manifest file 'test_module.egg-info/SOURCES.txt' writing manifest file 'test_module.egg-info/SOURCES.txt' Copying test_module.egg-info to /tmp/tmp2fnpm5gv/usr/lib/python3.8/site-packages/test_module-0-py3.8.egg-info running install_scripts ok test_mocked (tests.test_flit.FlitPackageTest) Test the handler with mocked setup(). Verifies that correct ... ok test_real_build_system (tests.test_flit.FlitPackageTest) Perform a self-test using the upstream build backend. Builds ... skipped 'Required flit.buildapi module missing' ---------------------------------------------------------------------- Ran 78 tests in 0.746s OK (skipped=18) >>> pyproject2setuppy: Entering fakeroot... running install running build running build_py running install_lib creating /home/buildozer/aports/community/pyproject2setuppy/pkg creating /home/buildozer/aports/community/pyproject2setuppy/pkg/pyproject2setuppy creating /home/buildozer/aports/community/pyproject2setuppy/pkg/pyproject2setuppy/usr creating /home/buildozer/aports/community/pyproject2setuppy/pkg/pyproject2setuppy/usr/lib creating /home/buildozer/aports/community/pyproject2setuppy/pkg/pyproject2setuppy/usr/lib/python3.8 creating /home/buildozer/aports/community/pyproject2setuppy/pkg/pyproject2setuppy/usr/lib/python3.8/site-packages creating /home/buildozer/aports/community/pyproject2setuppy/pkg/pyproject2setuppy/usr/lib/python3.8/site-packages/pyproject2setuppy copying build/lib/pyproject2setuppy/flit.py -> /home/buildozer/aports/community/pyproject2setuppy/pkg/pyproject2setuppy/usr/lib/python3.8/site-packages/pyproject2setuppy copying build/lib/pyproject2setuppy/__init__.py -> /home/buildozer/aports/community/pyproject2setuppy/pkg/pyproject2setuppy/usr/lib/python3.8/site-packages/pyproject2setuppy copying build/lib/pyproject2setuppy/main.py -> /home/buildozer/aports/community/pyproject2setuppy/pkg/pyproject2setuppy/usr/lib/python3.8/site-packages/pyproject2setuppy copying build/lib/pyproject2setuppy/poetry.py -> /home/buildozer/aports/community/pyproject2setuppy/pkg/pyproject2setuppy/usr/lib/python3.8/site-packages/pyproject2setuppy copying build/lib/pyproject2setuppy/common.py -> /home/buildozer/aports/community/pyproject2setuppy/pkg/pyproject2setuppy/usr/lib/python3.8/site-packages/pyproject2setuppy byte-compiling /home/buildozer/aports/community/pyproject2setuppy/pkg/pyproject2setuppy/usr/lib/python3.8/site-packages/pyproject2setuppy/flit.py to flit.cpython-38.pyc byte-compiling /home/buildozer/aports/community/pyproject2setuppy/pkg/pyproject2setuppy/usr/lib/python3.8/site-packages/pyproject2setuppy/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/pyproject2setuppy/pkg/pyproject2setuppy/usr/lib/python3.8/site-packages/pyproject2setuppy/main.py to main.cpython-38.pyc byte-compiling /home/buildozer/aports/community/pyproject2setuppy/pkg/pyproject2setuppy/usr/lib/python3.8/site-packages/pyproject2setuppy/poetry.py to poetry.cpython-38.pyc byte-compiling /home/buildozer/aports/community/pyproject2setuppy/pkg/pyproject2setuppy/usr/lib/python3.8/site-packages/pyproject2setuppy/common.py to common.cpython-38.pyc running install_egg_info running egg_info writing pyproject2setuppy.egg-info/PKG-INFO writing dependency_links to pyproject2setuppy.egg-info/dependency_links.txt writing top-level names to pyproject2setuppy.egg-info/top_level.txt reading manifest file 'pyproject2setuppy.egg-info/SOURCES.txt' writing manifest file 'pyproject2setuppy.egg-info/SOURCES.txt' Copying pyproject2setuppy.egg-info to /home/buildozer/aports/community/pyproject2setuppy/pkg/pyproject2setuppy/usr/lib/python3.8/site-packages/pyproject2setuppy-4-py3.8.egg-info running install_scripts >>> pyproject2setuppy*: Running postcheck for pyproject2setuppy >>> pyproject2setuppy*: Preparing package pyproject2setuppy... >>> pyproject2setuppy*: Tracing dependencies... >>> pyproject2setuppy*: Package size: 88.0 KB >>> pyproject2setuppy*: Compressing data... >>> pyproject2setuppy*: Create checksum... >>> pyproject2setuppy*: Create pyproject2setuppy-4-r0.apk >>> pyproject2setuppy: Build complete at Thu, 24 Dec 2020 01:31:27 +0000 elapsed time 0h 0m 12s >>> pyproject2setuppy: Cleaning up srcdir >>> pyproject2setuppy: Cleaning up pkgdir >>> pyproject2setuppy: Uninstalling dependencies... (1/23) Purging .makedepends-pyproject2setuppy (20201224.013123) (2/23) Purging py3-pytest (6.2.1-r0) (3/23) Purging py3-atomicwrites (1.4.0-r0) (4/23) Purging py3-attrs (20.3.0-r0) (5/23) Purging py3-more-itertools (8.6.0-r0) (6/23) Purging py3-iniconfig (1.1.1-r0) (7/23) Purging py3-pluggy (0.13.1-r1) (8/23) Purging py3-py (1.10.0-r0) (9/23) Purging py3-wcwidth (0.2.5-r0) (10/23) Purging py3-setuptools (51.0.0-r0) (11/23) Purging py3-ordered-set (4.0.2-r0) (12/23) Purging py3-appdirs (1.4.4-r1) (13/23) Purging py3-packaging (20.8-r0) (14/23) Purging py3-parsing (2.4.7-r1) (15/23) Purging py3-six (1.15.0-r0) (16/23) Purging py3-toml (0.10.2-r0) (17/23) Purging python3 (3.8.6-r0) (18/23) Purging libbz2 (1.0.8-r1) (19/23) Purging libffi (3.3-r2) (20/23) Purging gdbm (1.18.1-r0) (21/23) Purging xz-libs (5.2.5-r0) (22/23) Purging readline (8.0.4-r0) (23/23) Purging sqlite-libs (3.34.0-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> pyproject2setuppy: Updating the community/x86 repository index... >>> pyproject2setuppy: Signing the index...