running install
/builder/shared-workdir/build/sdk/staging_dir/hostpkg/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 build
running build_py
creating build
creating build/lib.-cpython-310
creating build/lib.-cpython-310/greenlet
copying src/greenlet/__init__.py -> build/lib.-cpython-310/greenlet
creating build/lib.-cpython-310/greenlet/tests
copying src/greenlet/tests/test_tracing.py -> build/lib.-cpython-310/greenlet/tests
copying src/greenlet/tests/test_generator.py -> build/lib.-cpython-310/greenlet/tests
copying src/greenlet/tests/test_cpp.py -> build/lib.-cpython-310/greenlet/tests
copying src/greenlet/tests/test_weakref.py -> build/lib.-cpython-310/greenlet/tests
copying src/greenlet/tests/__init__.py -> build/lib.-cpython-310/greenlet/tests
copying src/greenlet/tests/test_greenlet.py -> build/lib.-cpython-310/greenlet/tests
copying src/greenlet/tests/test_version.py -> build/lib.-cpython-310/greenlet/tests
copying src/greenlet/tests/test_contextvars.py -> build/lib.-cpython-310/greenlet/tests
copying src/greenlet/tests/test_throw.py -> build/lib.-cpython-310/greenlet/tests
copying src/greenlet/tests/test_stack_saved.py -> build/lib.-cpython-310/greenlet/tests
copying src/greenlet/tests/test_leaks.py -> build/lib.-cpython-310/greenlet/tests
copying src/greenlet/tests/test_extension_interface.py -> build/lib.-cpython-310/greenlet/tests
copying src/greenlet/tests/test_gc.py -> build/lib.-cpython-310/greenlet/tests
copying src/greenlet/tests/test_generator_nested.py -> build/lib.-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'
/builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.10/site-packages/setuptools/command/build_py.py:153: 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.-cpython-310/greenlet
copying src/greenlet/greenlet.h -> build/lib.-cpython-310/greenlet
copying src/greenlet/slp_platformselect.h -> build/lib.-cpython-310/greenlet
creating build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/setup_switch_x64_masm.cmd -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_aarch64_gcc.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_alpha_unix.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_amd64_unix.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_arm32_gcc.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_arm32_ios.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_csky_gcc.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_m68k_gcc.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_mips_unix.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_ppc64_aix.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_ppc64_linux.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_ppc_aix.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_ppc_linux.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_ppc_macosx.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_ppc_unix.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_riscv_unix.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_s390_unix.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_sparc_sun_gcc.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_x32_unix.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_x64_masm.asm -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_x64_masm.obj -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_x64_msvc.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_x86_msvc.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/platform/switch_x86_unix.h -> build/lib.-cpython-310/greenlet/platform
copying src/greenlet/tests/_test_extension.c -> build/lib.-cpython-310/greenlet/tests
copying src/greenlet/tests/_test_extension_cpp.cpp -> build/lib.-cpython-310/greenlet/tests
warning: build_py: byte-compiling is disabled, skipping.

running build_ext
building 'greenlet._greenlet' extension
creating build/temp.-cpython-310
creating build/temp.-cpython-310/src
creating build/temp.-cpython-310/src/greenlet
i486-openwrt-linux-musl-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/builder/shared-workdir/build/sdk/staging_dir/host/include -I/builder/shared-workdir/build/sdk/staging_dir/hostpkg/include -I/builder/shared-workdir/build/sdk/staging_dir/target-i386_pentium-mmx_musl/host/include -O2 -I/builder/shared-workdir/build/sdk/staging_dir/host/include -I/builder/shared-workdir/build/sdk/staging_dir/hostpkg/include -I/builder/shared-workdir/build/sdk/staging_dir/target-i386_pentium-mmx_musl/host/include -Os -pipe -march=pentium-mmx -fno-caller-saves -fno-plt -fhonour-copts -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-i386_pentium-mmx_musl/pypi/greenlet-1.1.2=greenlet-1.1.2 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-i386_pentium-mmx_gcc-12.2.0_musl/usr/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-i386_pentium-mmx_gcc-12.2.0_musl/include/fortify -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-i386_pentium-mmx_gcc-12.2.0_musl/include -I/builder/shared-workdir/build/sdk/staging_dir/target-i386_pentium-mmx_musl/usr/include/python3.10 -fPIC -I/builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.10 -c src/greenlet/greenlet.c -o build/temp.-cpython-310/src/greenlet/greenlet.o
In file included from /builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.10/Python.h:50,
                 from src/greenlet/greenlet.h:8,
                 from src/greenlet/greenlet.c:11:
/builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.10/pyport.h:746:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
  746 | #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
      |  ^~~~~
error: command '/builder/shared-workdir/build/sdk/staging_dir/toolchain-i386_pentium-mmx_gcc-12.2.0_musl/bin/i486-openwrt-linux-musl-gcc' failed with exit code 1
make[3]: *** [Makefile:58: /builder/shared-workdir/build/sdk/build_dir/target-i386_pentium-mmx_musl/pypi/greenlet-1.1.2/.built] Error 1
time: package/feeds/packages/python-greenlet/compile#1.81#0.38#3.05