>>> py3-greenlet: Building community/py3-greenlet 1.1.3-r0 (using abuild 3.10.0_rc1-r2) started Fri, 28 Oct 2022 04:30:36 +0000 >>> py3-greenlet: Checking sanity of /home/buildozer/aports/community/py3-greenlet/APKBUILD... >>> py3-greenlet: Analyzing dependencies... >>> py3-greenlet: Installing for build: build-base py3-setuptools python3-dev (1/13) Installing libbz2 (1.0.8-r3) (2/13) Installing libffi (3.4.4-r0) (3/13) Installing gdbm (1.23-r0) (4/13) Installing xz-libs (5.2.7-r0) (5/13) Installing mpdecimal (2.5.1-r1) (6/13) Installing readline (8.2.0-r0) (7/13) Installing sqlite-libs (3.39.4-r0) (8/13) Installing python3 (3.10.8-r3) (9/13) Installing py3-parsing (3.0.9-r0) (10/13) Installing py3-packaging (21.3-r2) (11/13) Installing py3-setuptools (65.5.0-r0) (12/13) Installing python3-dev (3.10.8-r3) (13/13) Installing .makedepends-py3-greenlet (20221028.043040) Executing busybox-1.35.0-r27.trigger OK: 287 MiB in 106 packages >>> py3-greenlet: Cleaning up srcdir >>> py3-greenlet: Cleaning up pkgdir >>> py3-greenlet: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/greenlet-1.1.3.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 91624 100 91624 0 0 104k 0 --:--:-- --:--:-- --:--:-- 104k >>> py3-greenlet: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/greenlet-1.1.3.tar.gz >>> py3-greenlet: Checking sha512sums... greenlet-1.1.3.tar.gz: OK >>> py3-greenlet: Unpacking /var/cache/distfiles/v3.17/greenlet-1.1.3.tar.gz... running build running build_py creating build creating build/lib.linux-armv8l-cpython-310 creating build/lib.linux-armv8l-cpython-310/greenlet copying src/greenlet/__init__.py -> build/lib.linux-armv8l-cpython-310/greenlet creating build/lib.linux-armv8l-cpython-310/greenlet/tests copying src/greenlet/tests/test_throw.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests copying src/greenlet/tests/test_gc.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests copying src/greenlet/tests/test_generator_nested.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests copying src/greenlet/tests/test_stack_saved.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests copying src/greenlet/tests/test_extension_interface.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests copying src/greenlet/tests/test_greenlet.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests copying src/greenlet/tests/test_version.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests copying src/greenlet/tests/test_contextvars.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests copying src/greenlet/tests/test_weakref.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests copying src/greenlet/tests/test_generator.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests copying src/greenlet/tests/__init__.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests copying src/greenlet/tests/test_cpp.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests copying src/greenlet/tests/test_tracing.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests copying src/greenlet/tests/test_leaks.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests running egg_info writing src/greenlet.egg-info/PKG-INFO writing dependency_links to src/greenlet.egg-info/dependency_links.txt writing requirements to src/greenlet.egg-info/requires.txt writing top-level names to src/greenlet.egg-info/top_level.txt reading manifest file 'src/greenlet.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no files found matching '*.py' under directory 'appveyor' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '.coverage' found anywhere in distribution adding license file 'LICENSE' adding license file 'LICENSE.PSF' adding license file 'AUTHORS' writing manifest file 'src/greenlet.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'greenlet.platform' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'greenlet.platform' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'greenlet.platform' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'greenlet.platform' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copying src/greenlet/greenlet.c -> build/lib.linux-armv8l-cpython-310/greenlet copying src/greenlet/greenlet.h -> build/lib.linux-armv8l-cpython-310/greenlet copying src/greenlet/slp_platformselect.h -> build/lib.linux-armv8l-cpython-310/greenlet creating build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/setup_switch_x64_masm.cmd -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_aarch64_gcc.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_alpha_unix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_amd64_unix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_arm32_gcc.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_arm32_ios.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_csky_gcc.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_m68k_gcc.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_mips_unix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_ppc64_aix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_ppc64_linux.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_ppc_aix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_ppc_linux.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_ppc_macosx.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_ppc_unix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_riscv_unix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_s390_unix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_sparc_sun_gcc.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_x32_unix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_x64_masm.asm -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_x64_masm.obj -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_x64_msvc.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_x86_msvc.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/platform/switch_x86_unix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform copying src/greenlet/tests/_test_extension.c -> build/lib.linux-armv8l-cpython-310/greenlet/tests copying src/greenlet/tests/_test_extension_cpp.cpp -> build/lib.linux-armv8l-cpython-310/greenlet/tests running build_ext building 'greenlet._greenlet' extension creating build/temp.linux-armv8l-cpython-310 creating build/temp.linux-armv8l-cpython-310/src creating build/temp.linux-armv8l-cpython-310/src/greenlet gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c src/greenlet/greenlet.c -o build/temp.linux-armv8l-cpython-310/src/greenlet/greenlet.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-cpython-310/src/greenlet/greenlet.o -L/usr/lib -o build/lib.linux-armv8l-cpython-310/greenlet/_greenlet.cpython-310-arm-linux-gnueabihf.so building 'greenlet.tests._test_extension' extension creating build/temp.linux-armv8l-cpython-310/src/greenlet/tests gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Isrc/greenlet/ -I/usr/include/python3.10 -c src/greenlet/tests/_test_extension.c -o build/temp.linux-armv8l-cpython-310/src/greenlet/tests/_test_extension.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-cpython-310/src/greenlet/tests/_test_extension.o -L/usr/lib -o build/lib.linux-armv8l-cpython-310/greenlet/tests/_test_extension.cpython-310-arm-linux-gnueabihf.so building 'greenlet.tests._test_extension_cpp' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Isrc/greenlet/ -I/usr/include/python3.10 -c src/greenlet/tests/_test_extension_cpp.cpp -o build/temp.linux-armv8l-cpython-310/src/greenlet/tests/_test_extension_cpp.o g++ -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-cpython-310/src/greenlet/tests/_test_extension_cpp.o -L/usr/lib -o build/lib.linux-armv8l-cpython-310/greenlet/tests/_test_extension_cpp.cpython-310-arm-linux-gnueabihf.so test_break_ctxvars (greenlet.tests.test_contextvars.ContextVarsTests) ... ok test_context_assignment_different_thread (greenlet.tests.test_contextvars.ContextVarsTests) ... ok test_context_assignment_while_running (greenlet.tests.test_contextvars.ContextVarsTests) ... ok test_context_not_propagated (greenlet.tests.test_contextvars.ContextVarsTests) ... ok test_context_propagated_by_context_run (greenlet.tests.test_contextvars.ContextVarsTests) ... ok test_context_propagated_by_setting_attribute (greenlet.tests.test_contextvars.ContextVarsTests) ... ok test_context_shared (greenlet.tests.test_contextvars.ContextVarsTests) ... ok test_not_broken_if_using_attribute_instead_of_context_run (greenlet.tests.test_contextvars.ContextVarsTests) ... ok test_contextvars_errors (greenlet.tests.test_contextvars.NoContextVarsTests) ... skipped 'ContextVar supported' test_exception_switch (greenlet.tests.test_cpp.CPPTests) ... ok test_getcurrent (greenlet.tests.test_extension_interface.CAPITests) ... ok test_new_greenlet (greenlet.tests.test_extension_interface.CAPITests) ... ok test_raise_greenlet_dead (greenlet.tests.test_extension_interface.CAPITests) ... ok test_raise_greenlet_error (greenlet.tests.test_extension_interface.CAPITests) ... ok test_setparent (greenlet.tests.test_extension_interface.CAPITests) ... ok test_switch (greenlet.tests.test_extension_interface.CAPITests) ... ok test_switch_kwargs (greenlet.tests.test_extension_interface.CAPITests) ... ok test_throw (greenlet.tests.test_extension_interface.CAPITests) ... ok test_circular_greenlet (greenlet.tests.test_gc.GCTests) ... ok test_dead_circular_ref (greenlet.tests.test_gc.GCTests) ... ok test_finalizer_crash (greenlet.tests.test_gc.GCTests) ... ok test_inactive_ref (greenlet.tests.test_gc.GCTests) ... ok test_generator (greenlet.tests.test_generator.GeneratorTests) ... ok test_genlet_bad (greenlet.tests.test_generator_nested.NestedGeneratorTests) ... ok test_genlet_simple (greenlet.tests.test_generator_nested.NestedGeneratorTests) ... ok test_layered_genlets (greenlet.tests.test_generator_nested.NestedGeneratorTests) ... ok test_nested_genlets (greenlet.tests.test_generator_nested.NestedGeneratorTests) ... ok test_permutations (greenlet.tests.test_generator_nested.NestedGeneratorTests) ... ok test_abstract_subclasses (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_dealloc (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_dealloc_other_thread (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_dealloc_switch_args_not_lost (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_deepcopy (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_exc_state (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_exception (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_frame (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_implicit_parent_with_threads (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_instance_dict (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_issue_245_reference_counting_subclass_no_threads (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_issue_245_reference_counting_subclass_threads (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_parent_equals_None (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_parent_restored_on_kill (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_parent_return_failure (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_recursive_startup (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_run_equals_None (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_send_exception (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_simple (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_switch_kwargs (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_switch_kwargs_to_parent (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_switch_to_another_thread (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_thread_bug (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_threaded_reparent (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_threaded_updatecurrent (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_threads (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_throw_doesnt_crash (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_throw_exception_not_lost (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_tuple_subclass (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_two_children (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_two_recursive_children (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_unexpected_reparenting (greenlet.tests.test_greenlet.TestGreenlet) ... ok test_dead (greenlet.tests.test_greenlet.TestRepr) ... ok test_formatting_produces_native_str (greenlet.tests.test_greenlet.TestRepr) ... ok test_initial (greenlet.tests.test_greenlet.TestRepr) ... ok test_main_from_other_thread (greenlet.tests.test_greenlet.TestRepr) ... ok test_main_in_background (greenlet.tests.test_greenlet.TestRepr) ... ok test_main_while_running (greenlet.tests.test_greenlet.TestRepr) ... ok test_arg_refs (greenlet.tests.test_leaks.TestLeaks) ... ok test_issue251_issue252_need_to_collect_in_background (greenlet.tests.test_leaks.TestLeaks) ... expected failure test_issue251_killing_cross_thread_leaks_list (greenlet.tests.test_leaks.TestLeaks) ... ok test_kwarg_refs (greenlet.tests.test_leaks.TestLeaks) ... ok test_threaded_adv_leak (greenlet.tests.test_leaks.TestLeaks) ... ok test_threaded_leak (greenlet.tests.test_leaks.TestLeaks) ... ok test_stack_saved (greenlet.tests.test_stack_saved.Test) ... ok test_class (greenlet.tests.test_throw.ThrowTests) ... ok test_kill (greenlet.tests.test_throw.ThrowTests) ... ok test_throw_goes_to_original_parent (greenlet.tests.test_throw.ThrowTests) ... ok test_val (greenlet.tests.test_throw.ThrowTests) ... ok test_exception_disables_tracing (greenlet.tests.test_tracing.TestGreenletTracing) ... ok test_greenlet_tracing (greenlet.tests.test_tracing.TestGreenletTracing) ... ok test_trace_events_from_greenlet_func_sets_profiler (greenlet.tests.test_tracing.TestPythonTracing) ... ok test_trace_events_from_greenlet_subclass_sets_profiler (greenlet.tests.test_tracing.TestPythonTracing) ... ok test_trace_events_into_greenlet_func_already_set (greenlet.tests.test_tracing.TestPythonTracing) ... ok test_trace_events_into_greenlet_subclass_already_set (greenlet.tests.test_tracing.TestPythonTracing) ... ok test_trace_events_multiple_greenlets_switching (greenlet.tests.test_tracing.TestPythonTracing) ... ok test_trace_events_multiple_greenlets_switching_siblings (greenlet.tests.test_tracing.TestPythonTracing) ... ok test_trace_events_trivial (greenlet.tests.test_tracing.TestPythonTracing) ... ok test_version (greenlet.tests.test_version.VersionTests) ... ok test_dead_weakref (greenlet.tests.test_weakref.WeakRefTests) ... ok test_dealloc_weakref (greenlet.tests.test_weakref.WeakRefTests) ... ok test_inactive_weakref (greenlet.tests.test_weakref.WeakRefTests) ... ok ---------------------------------------------------------------------- Ran 90 tests in 1.652s OK (skipped=1, expected failures=1) >>> py3-greenlet: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/buildozer/aports/community/py3-greenlet/pkg creating /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet creating /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr creating /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib creating /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet creating /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_ppc64_aix.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_aarch64_gcc.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_ppc64_linux.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_s390_unix.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_ppc_unix.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_ppc_linux.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_x86_msvc.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_x64_msvc.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_mips_unix.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_csky_gcc.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_riscv_unix.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_alpha_unix.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_m68k_gcc.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_arm32_ios.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/setup_switch_x64_masm.cmd -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_x86_unix.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_sparc_sun_gcc.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_arm32_gcc.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_x64_masm.obj -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_ppc_aix.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_ppc_macosx.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_x32_unix.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_amd64_unix.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_x64_masm.asm -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/platform copying build/lib.linux-armv8l-cpython-310/greenlet/_greenlet.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet creating /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/__pycache__ copying build/lib.linux-armv8l-cpython-310/greenlet/__pycache__/__init__.cpython-310.pyc -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/__pycache__ creating /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/tests/_test_extension_cpp.cpp -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_throw.py -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/tests/_test_extension.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_gc.py -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_generator_nested.py -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_stack_saved.py -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests creating /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests/__pycache__ copying build/lib.linux-armv8l-cpython-310/greenlet/tests/__pycache__/test_leaks.cpython-310.pyc -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests/__pycache__ copying build/lib.linux-armv8l-cpython-310/greenlet/tests/__pycache__/__init__.cpython-310.pyc -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests/__pycache__ copying build/lib.linux-armv8l-cpython-310/greenlet/tests/__pycache__/test_stack_saved.cpython-310.pyc -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests/__pycache__ copying build/lib.linux-armv8l-cpython-310/greenlet/tests/__pycache__/test_weakref.cpython-310.pyc -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests/__pycache__ copying build/lib.linux-armv8l-cpython-310/greenlet/tests/__pycache__/test_throw.cpython-310.pyc -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests/__pycache__ copying build/lib.linux-armv8l-cpython-310/greenlet/tests/__pycache__/test_version.cpython-310.pyc -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests/__pycache__ copying build/lib.linux-armv8l-cpython-310/greenlet/tests/__pycache__/test_generator_nested.cpython-310.pyc -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests/__pycache__ copying build/lib.linux-armv8l-cpython-310/greenlet/tests/__pycache__/test_greenlet.cpython-310.pyc -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests/__pycache__ copying build/lib.linux-armv8l-cpython-310/greenlet/tests/__pycache__/test_cpp.cpython-310.pyc -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests/__pycache__ copying build/lib.linux-armv8l-cpython-310/greenlet/tests/__pycache__/test_gc.cpython-310.pyc -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests/__pycache__ copying build/lib.linux-armv8l-cpython-310/greenlet/tests/__pycache__/test_extension_interface.cpython-310.pyc -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests/__pycache__ copying build/lib.linux-armv8l-cpython-310/greenlet/tests/__pycache__/test_generator.cpython-310.pyc -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests/__pycache__ copying build/lib.linux-armv8l-cpython-310/greenlet/tests/__pycache__/test_contextvars.cpython-310.pyc -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests/__pycache__ copying build/lib.linux-armv8l-cpython-310/greenlet/tests/__pycache__/test_tracing.cpython-310.pyc -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests/__pycache__ copying build/lib.linux-armv8l-cpython-310/greenlet/tests/_test_extension.c -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_extension_interface.py -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_greenlet.py -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_version.py -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_contextvars.py -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_weakref.py -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_generator.py -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/tests/__init__.py -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/tests/_test_extension_cpp.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_cpp.py -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_tracing.py -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_leaks.py -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet/tests copying build/lib.linux-armv8l-cpython-310/greenlet/greenlet.c -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet copying build/lib.linux-armv8l-cpython-310/greenlet/greenlet.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet copying build/lib.linux-armv8l-cpython-310/greenlet/__init__.py -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet copying build/lib.linux-armv8l-cpython-310/greenlet/slp_platformselect.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet running install_headers creating /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/include creating /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/include/python3.10 creating /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/include/python3.10/greenlet copying src/greenlet/greenlet.h -> /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/include/python3.10/greenlet running install_egg_info running egg_info writing src/greenlet.egg-info/PKG-INFO writing dependency_links to src/greenlet.egg-info/dependency_links.txt writing requirements to src/greenlet.egg-info/requires.txt writing top-level names to src/greenlet.egg-info/top_level.txt reading manifest file 'src/greenlet.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no files found matching '*.py' under directory 'appveyor' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '.coverage' found anywhere in distribution adding license file 'LICENSE' adding license file 'LICENSE.PSF' adding license file 'AUTHORS' writing manifest file 'src/greenlet.egg-info/SOURCES.txt' Copying src/greenlet.egg-info to /home/buildozer/aports/community/py3-greenlet/pkg/py3-greenlet/usr/lib/python3.10/site-packages/greenlet-1.1.3-py3.10.egg-info running install_scripts >>> py3-greenlet*: Running postcheck for py3-greenlet >>> py3-greenlet*: Preparing package py3-greenlet... >>> py3-greenlet*: Stripping binaries >>> py3-greenlet*: Scanning shared objects >>> py3-greenlet*: Tracing dependencies... so:libc.musl-armv7.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> py3-greenlet*: Package size: 676.0 KB >>> py3-greenlet*: Compressing data... >>> py3-greenlet*: Create checksum... >>> py3-greenlet*: Create py3-greenlet-1.1.3-r0.apk >>> py3-greenlet: Build complete at Fri, 28 Oct 2022 04:30:45 +0000 elapsed time 0h 0m 9s >>> py3-greenlet: Cleaning up srcdir >>> py3-greenlet: Cleaning up pkgdir >>> py3-greenlet: Uninstalling dependencies... (1/13) Purging .makedepends-py3-greenlet (20221028.043040) (2/13) Purging py3-setuptools (65.5.0-r0) (3/13) Purging py3-packaging (21.3-r2) (4/13) Purging py3-parsing (3.0.9-r0) (5/13) Purging python3-dev (3.10.8-r3) (6/13) Purging python3 (3.10.8-r3) (7/13) Purging libbz2 (1.0.8-r3) (8/13) Purging libffi (3.4.4-r0) (9/13) Purging gdbm (1.23-r0) (10/13) Purging xz-libs (5.2.7-r0) (11/13) Purging mpdecimal (2.5.1-r1) (12/13) Purging readline (8.2.0-r0) (13/13) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-greenlet: Updating the community/armv7 repository index... >>> py3-greenlet: Signing the index...