* Getting build dependencies for wheel...
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
listing git files failed - pretending there aren't any
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'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-arm-cpython-311
creating build/lib.linux-arm-cpython-311/greenlet
copying src/greenlet/__init__.py -> build/lib.linux-arm-cpython-311/greenlet
creating build/lib.linux-arm-cpython-311/greenlet/tests
copying src/greenlet/tests/__init__.py -> build/lib.linux-arm-cpython-311/greenlet/tests
copying src/greenlet/tests/test_version.py -> build/lib.linux-arm-cpython-311/greenlet/tests
copying src/greenlet/tests/test_generator_nested.py -> build/lib.linux-arm-cpython-311/greenlet/tests
copying src/greenlet/tests/test_contextvars.py -> build/lib.linux-arm-cpython-311/greenlet/tests
copying src/greenlet/tests/test_throw.py -> build/lib.linux-arm-cpython-311/greenlet/tests
copying src/greenlet/tests/test_stack_saved.py -> build/lib.linux-arm-cpython-311/greenlet/tests
copying src/greenlet/tests/test_weakref.py -> build/lib.linux-arm-cpython-311/greenlet/tests
copying src/greenlet/tests/test_gc.py -> build/lib.linux-arm-cpython-311/greenlet/tests
copying src/greenlet/tests/test_extension_interface.py -> build/lib.linux-arm-cpython-311/greenlet/tests
copying src/greenlet/tests/test_leaks.py -> build/lib.linux-arm-cpython-311/greenlet/tests
copying src/greenlet/tests/test_generator.py -> build/lib.linux-arm-cpython-311/greenlet/tests
copying src/greenlet/tests/test_greenlet.py -> build/lib.linux-arm-cpython-311/greenlet/tests
copying src/greenlet/tests/test_cpp.py -> build/lib.linux-arm-cpython-311/greenlet/tests
copying src/greenlet/tests/test_tracing.py -> build/lib.linux-arm-cpython-311/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
listing git files failed - pretending there aren't any
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.11/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-arm-cpython-311/greenlet
copying src/greenlet/greenlet.h -> build/lib.linux-arm-cpython-311/greenlet
copying src/greenlet/slp_platformselect.h -> build/lib.linux-arm-cpython-311/greenlet
creating build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/setup_switch_x64_masm.cmd -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_aarch64_gcc.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_alpha_unix.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_amd64_unix.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_arm32_gcc.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_arm32_ios.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_csky_gcc.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_m68k_gcc.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_mips_unix.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_ppc64_aix.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_ppc64_linux.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_ppc_aix.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_ppc_linux.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_ppc_macosx.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_ppc_unix.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_riscv_unix.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_s390_unix.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_sparc_sun_gcc.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_x32_unix.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_x64_masm.asm -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_x64_masm.obj -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_x64_msvc.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_x86_msvc.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/platform/switch_x86_unix.h -> build/lib.linux-arm-cpython-311/greenlet/platform
copying src/greenlet/tests/_test_extension.c -> build/lib.linux-arm-cpython-311/greenlet/tests
copying src/greenlet/tests/_test_extension_cpp.cpp -> build/lib.linux-arm-cpython-311/greenlet/tests
warning: build_py: byte-compiling is disabled, skipping.

running build_ext
building 'greenlet._greenlet' extension
creating build/temp.linux-arm-cpython-311
creating build/temp.linux-arm-cpython-311/src
creating build/temp.linux-arm-cpython-311/src/greenlet
arm-openwrt-linux-muslgnueabi-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -mfloat-abi=soft -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-arm_arm926ej-s_musl_eabi/Python-3.11.3=Python-3.11.3 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -mfloat-abi=soft -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-arm_arm926ej-s_musl_eabi/Python-3.11.3=Python-3.11.3 -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-arm_arm926ej-s_gcc-12.3.0_musl_eabi/usr/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_arm926ej-s_gcc-12.3.0_musl_eabi/include/fortify -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_arm926ej-s_gcc-12.3.0_musl_eabi/include -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -mfloat-abi=soft -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-arm_arm926ej-s_musl_eabi/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-arm_arm926ej-s_gcc-12.3.0_musl_eabi/usr/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_arm926ej-s_gcc-12.3.0_musl_eabi/include/fortify -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_arm926ej-s_gcc-12.3.0_musl_eabi/include -I/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11 -fPIC -I/usr/include/python3.11 -c src/greenlet/greenlet.c -o build/temp.linux-arm-cpython-311/src/greenlet/greenlet.o
cc1: note: someone does not honour COPTS correctly, passed 3 times
In file included from src/greenlet/greenlet.c:11:
src/greenlet/greenlet.h:42:5: error: unknown type name 'CFrame'
   42 |     CFrame* cframe;
      |     ^~~~~~
src/greenlet/greenlet.c: In function 'green_clear_exc':
src/greenlet/greenlet.c:173:17: error: '_PyErr_StackItem' {aka 'struct _err_stackitem'} has no member named 'exc_type'
  173 |     g->exc_state.exc_type = NULL;
      |                 ^
src/greenlet/greenlet.c:175:17: error: '_PyErr_StackItem' {aka 'struct _err_stackitem'} has no member named 'exc_traceback'
  175 |     g->exc_state.exc_traceback = NULL;
      |                 ^
src/greenlet/greenlet.c: In function 'g_switchstack':
src/greenlet/greenlet.c:528:44: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'recursion_depth'; did you mean 'recursion_limit'?
  528 |         current->recursion_depth = tstate->recursion_depth;
      |                                            ^~~~~~~~~~~~~~~
      |                                            recursion_limit
src/greenlet/greenlet.c:529:38: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'frame'; did you mean 'cframe'?
  529 |         current->top_frame = tstate->frame;
      |                                      ^~~~~
      |                                      cframe
src/greenlet/greenlet.c:552:25: warning: assignment to 'int *' from incompatible pointer type '_PyCFrame *' [-Wincompatible-pointer-types]
  552 |         current->cframe = tstate->cframe;
      |                         ^
src/greenlet/greenlet.c:577:17: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'recursion_depth'; did you mean 'recursion_limit'?
  577 |         tstate->recursion_depth = target->recursion_depth;
      |                 ^~~~~~~~~~~~~~~
      |                 recursion_limit
src/greenlet/greenlet.c:578:17: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'frame'; did you mean 'cframe'?
  578 |         tstate->frame = target->top_frame;
      |                 ^~~~~
      |                 cframe
src/greenlet/greenlet.c:601:24: warning: assignment to '_PyCFrame *' from incompatible pointer type 'int *' [-Wincompatible-pointer-types]
  601 |         tstate->cframe = target->cframe;
      |                        ^
src/greenlet/greenlet.c: In function 'g_initialstub':
src/greenlet/greenlet.c:813:5: error: unknown type name 'CFrame'
  813 |     CFrame trace_info;
      |     ^~~~~~
src/greenlet/greenlet.c:857:18: error: incompatible types when assigning to type 'int' from type '_PyCFrame'
  857 |     trace_info = *PyThreadState_GET()->cframe;
      |                  ^
src/greenlet/greenlet.c:864:17: error: request for member 'previous' in something not a structure or union
  864 |     self->cframe->previous = &PyThreadState_GET()->root_cframe;
      |                 ^~
src/greenlet/greenlet.c:878:50: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'recursion_depth'; did you mean 'recursion_limit'?
  878 |     self->recursion_depth = PyThreadState_GET()->recursion_depth;
      |                                                  ^~~~~~~~~~~~~~~
      |                                                  recursion_limit
src/greenlet/greenlet.c: In function 'green_new':
src/greenlet/greenlet.c:1018:34: warning: assignment to 'int *' from incompatible pointer type '_PyCFrame *' [-Wincompatible-pointer-types]
 1018 |         ((PyGreenlet*)o)->cframe = &PyThreadState_GET()->root_cframe;
      |                                  ^
In file included from /builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/Python.h:45,
                 from src/greenlet/greenlet.h:8:
src/greenlet/greenlet.c: In function 'green_traverse':
src/greenlet/greenlet.c:1124:29: error: '_PyErr_StackItem' {aka 'struct _err_stackitem'} has no member named 'exc_type'
 1124 |     Py_VISIT(self->exc_state.exc_type);
      |                             ^
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/objimpl.h:199:13: note: in definition of macro 'Py_VISIT'
  199 |         if (op) {                                                       \
      |             ^~
In file included from /builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/Python.h:38:
src/greenlet/greenlet.c:1124:29: error: '_PyErr_StackItem' {aka 'struct _err_stackitem'} has no member named 'exc_type'
 1124 |     Py_VISIT(self->exc_state.exc_type);
      |                             ^
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/pyport.h:24:38: note: in definition of macro '_Py_CAST'
   24 | #define _Py_CAST(type, expr) ((type)(expr))
      |                                      ^~~~
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/objimpl.h:200:30: note: in expansion of macro '_PyObject_CAST'
  200 |             int vret = visit(_PyObject_CAST(op), arg);                  \
      |                              ^~~~~~~~~~~~~~
src/greenlet/greenlet.c:1124:5: note: in expansion of macro 'Py_VISIT'
 1124 |     Py_VISIT(self->exc_state.exc_type);
      |     ^~~~~~~~
src/greenlet/greenlet.c:1126:29: error: '_PyErr_StackItem' {aka 'struct _err_stackitem'} has no member named 'exc_traceback'
 1126 |     Py_VISIT(self->exc_state.exc_traceback);
      |                             ^
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/objimpl.h:199:13: note: in definition of macro 'Py_VISIT'
  199 |         if (op) {                                                       \
      |             ^~
src/greenlet/greenlet.c:1126:29: error: '_PyErr_StackItem' {aka 'struct _err_stackitem'} has no member named 'exc_traceback'
 1126 |     Py_VISIT(self->exc_state.exc_traceback);
      |                             ^
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/pyport.h:24:38: note: in definition of macro '_Py_CAST'
   24 | #define _Py_CAST(type, expr) ((type)(expr))
      |                                      ^~~~
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/objimpl.h:200:30: note: in expansion of macro '_PyObject_CAST'
  200 |             int vret = visit(_PyObject_CAST(op), arg);                  \
      |                              ^~~~~~~~~~~~~~
src/greenlet/greenlet.c:1126:5: note: in expansion of macro 'Py_VISIT'
 1126 |     Py_VISIT(self->exc_state.exc_traceback);
      |     ^~~~~~~~
src/greenlet/greenlet.c: In function 'green_clear':
src/greenlet/greenlet.c:1162:29: error: '_PyErr_StackItem' {aka 'struct _err_stackitem'} has no member named 'exc_type'
 1162 |     Py_CLEAR(self->exc_state.exc_type);
      |                             ^
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/pyport.h:24:38: note: in definition of macro '_Py_CAST'
   24 | #define _Py_CAST(type, expr) ((type)(expr))
      |                                      ^~~~
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/object.h:581:29: note: in expansion of macro '_PyObject_CAST'
  581 |         PyObject *_py_tmp = _PyObject_CAST(op); \
      |                             ^~~~~~~~~~~~~~
src/greenlet/greenlet.c:1162:5: note: in expansion of macro 'Py_CLEAR'
 1162 |     Py_CLEAR(self->exc_state.exc_type);
      |     ^~~~~~~~
In file included from /builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/Python.h:44:
src/greenlet/greenlet.c:1162:29: error: '_PyErr_StackItem' {aka 'struct _err_stackitem'} has no member named 'exc_type'
 1162 |     Py_CLEAR(self->exc_state.exc_type);
      |                             ^
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/object.h:583:14: note: in definition of macro 'Py_CLEAR'
  583 |             (op) = NULL;                        \
      |              ^~
src/greenlet/greenlet.c:1164:29: error: '_PyErr_StackItem' {aka 'struct _err_stackitem'} has no member named 'exc_traceback'
 1164 |     Py_CLEAR(self->exc_state.exc_traceback);
      |                             ^
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/pyport.h:24:38: note: in definition of macro '_Py_CAST'
   24 | #define _Py_CAST(type, expr) ((type)(expr))
      |                                      ^~~~
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/object.h:581:29: note: in expansion of macro '_PyObject_CAST'
  581 |         PyObject *_py_tmp = _PyObject_CAST(op); \
      |                             ^~~~~~~~~~~~~~
src/greenlet/greenlet.c:1164:5: note: in expansion of macro 'Py_CLEAR'
 1164 |     Py_CLEAR(self->exc_state.exc_traceback);
      |     ^~~~~~~~
src/greenlet/greenlet.c:1164:29: error: '_PyErr_StackItem' {aka 'struct _err_stackitem'} has no member named 'exc_traceback'
 1164 |     Py_CLEAR(self->exc_state.exc_traceback);
      |                             ^
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/object.h:583:14: note: in definition of macro 'Py_CLEAR'
  583 |             (op) = NULL;                        \
      |              ^~
src/greenlet/greenlet.c: In function 'green_dealloc':
src/greenlet/greenlet.c:1256:29: error: '_PyErr_StackItem' {aka 'struct _err_stackitem'} has no member named 'exc_type'
 1256 |     Py_CLEAR(self->exc_state.exc_type);
      |                             ^
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/pyport.h:24:38: note: in definition of macro '_Py_CAST'
   24 | #define _Py_CAST(type, expr) ((type)(expr))
      |                                      ^~~~
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/object.h:581:29: note: in expansion of macro '_PyObject_CAST'
  581 |         PyObject *_py_tmp = _PyObject_CAST(op); \
      |                             ^~~~~~~~~~~~~~
src/greenlet/greenlet.c:1256:5: note: in expansion of macro 'Py_CLEAR'
 1256 |     Py_CLEAR(self->exc_state.exc_type);
      |     ^~~~~~~~
src/greenlet/greenlet.c:1256:29: error: '_PyErr_StackItem' {aka 'struct _err_stackitem'} has no member named 'exc_type'
 1256 |     Py_CLEAR(self->exc_state.exc_type);
      |                             ^
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/object.h:583:14: note: in definition of macro 'Py_CLEAR'
  583 |             (op) = NULL;                        \
      |              ^~
src/greenlet/greenlet.c:1258:29: error: '_PyErr_StackItem' {aka 'struct _err_stackitem'} has no member named 'exc_traceback'
 1258 |     Py_CLEAR(self->exc_state.exc_traceback);
      |                             ^
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/pyport.h:24:38: note: in definition of macro '_Py_CAST'
   24 | #define _Py_CAST(type, expr) ((type)(expr))
      |                                      ^~~~
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/object.h:581:29: note: in expansion of macro '_PyObject_CAST'
  581 |         PyObject *_py_tmp = _PyObject_CAST(op); \
      |                             ^~~~~~~~~~~~~~
src/greenlet/greenlet.c:1258:5: note: in expansion of macro 'Py_CLEAR'
 1258 |     Py_CLEAR(self->exc_state.exc_traceback);
      |     ^~~~~~~~
src/greenlet/greenlet.c:1258:29: error: '_PyErr_StackItem' {aka 'struct _err_stackitem'} has no member named 'exc_traceback'
 1258 |     Py_CLEAR(self->exc_state.exc_traceback);
      |                             ^
/builder/shared-workdir/build/sdk/staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/python3.11/object.h:583:14: note: in definition of macro 'Py_CLEAR'
  583 |             (op) = NULL;                        \
      |              ^~
src/greenlet/greenlet.c: In function 'PyGreenlet_New':
src/greenlet/greenlet.c:1777:15: warning: assignment to 'int *' from incompatible pointer type '_PyCFrame *' [-Wincompatible-pointer-types]
 1777 |     g->cframe = &PyThreadState_GET()->root_cframe;
      |               ^
error: command '/builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_arm926ej-s_gcc-12.3.0_musl_eabi/bin/arm-openwrt-linux-muslgnueabi-gcc' failed with exit code 1

ERROR Backend subprocess exited when trying to invoke build_wheel
make[3]: *** [Makefile:56: /builder/shared-workdir/build/sdk/build_dir/target-arm_arm926ej-s_musl_eabi/pypi/greenlet-1.1.2/.built] Error 1
time: package/feeds/packages/python-greenlet/compile#3.65#0.47#6.61