* Getting build dependencies for wheel... /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) running egg_info writing msgpack.egg-info/PKG-INFO writing dependency_links to msgpack.egg-info/dependency_links.txt writing top-level names to msgpack.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file 'msgpack.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.c' under directory 'msgpack' writing manifest file 'msgpack.egg-info/SOURCES.txt' * Building wheel... /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) running bdist_wheel running build running build_py creating build creating build/lib.linux-arm-cpython-311 creating build/lib.linux-arm-cpython-311/msgpack copying msgpack/fallback.py -> build/lib.linux-arm-cpython-311/msgpack copying msgpack/exceptions.py -> build/lib.linux-arm-cpython-311/msgpack copying msgpack/__init__.py -> build/lib.linux-arm-cpython-311/msgpack copying msgpack/ext.py -> build/lib.linux-arm-cpython-311/msgpack running egg_info writing msgpack.egg-info/PKG-INFO writing dependency_links to msgpack.egg-info/dependency_links.txt writing top-level names to msgpack.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file 'msgpack.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.c' under directory 'msgpack' writing manifest file 'msgpack.egg-info/SOURCES.txt' copying msgpack/_cmsgpack.cpp -> build/lib.linux-arm-cpython-311/msgpack copying msgpack/_cmsgpack.pyx -> build/lib.linux-arm-cpython-311/msgpack copying msgpack/_packer.pyx -> build/lib.linux-arm-cpython-311/msgpack copying msgpack/_unpacker.pyx -> build/lib.linux-arm-cpython-311/msgpack copying msgpack/buff_converter.h -> build/lib.linux-arm-cpython-311/msgpack copying msgpack/pack.h -> build/lib.linux-arm-cpython-311/msgpack copying msgpack/pack_template.h -> build/lib.linux-arm-cpython-311/msgpack copying msgpack/sysdep.h -> build/lib.linux-arm-cpython-311/msgpack copying msgpack/unpack.h -> build/lib.linux-arm-cpython-311/msgpack copying msgpack/unpack_define.h -> build/lib.linux-arm-cpython-311/msgpack copying msgpack/unpack_template.h -> build/lib.linux-arm-cpython-311/msgpack warning: build_py: byte-compiling is disabled, skipping. running build_ext building 'msgpack._cmsgpack' extension creating build/temp.linux-arm-cpython-311 creating build/temp.linux-arm-cpython-311/msgpack armeb-openwrt-linux-muslgnueabi-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -msoft-float -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/Python-3.11.10=Python-3.11.10 -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 -msoft-float -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/Python-3.11.10=Python-3.11.10 -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-armeb_xscale_gcc-13.3.0_musl/usr/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-armeb_xscale_gcc-13.3.0_musl/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-armeb_xscale_gcc-13.3.0_musl/include/fortify -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -msoft-float -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7=msgpack-1.0.7 -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-armeb_xscale_gcc-13.3.0_musl/usr/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-armeb_xscale_gcc-13.3.0_musl/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-armeb_xscale_gcc-13.3.0_musl/include/fortify -I/builder/shared-workdir/build/sdk/staging_dir/target-armeb_xscale_musl/usr/include/python3.11 -fPIC -I. -I/usr/include/python3.11 -c msgpack/_cmsgpack.cpp -o build/temp.linux-arm-cpython-311/msgpack/_cmsgpack.o In file included from msgpack/_cmsgpack.cpp:1239: msgpack/unpack.h: In function 'int unpack_callback_array(unpack_user*, unsigned int, PyObject**)': msgpack/unpack.h:141:11: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'Py_ssize_t' {aka 'int'} [-Wsign-compare] 141 | if (n > u->max_array_len) { | ~~^~~~~~~~~~~~~~~~~~ msgpack/unpack.h: In function 'int unpack_callback_map(unpack_user*, unsigned int, PyObject**)': msgpack/unpack.h:176:11: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'Py_ssize_t' {aka 'int'} [-Wsign-compare] 176 | if (n > u->max_map_len) { | ~~^~~~~~~~~~~~~~~~ msgpack/unpack.h: In function 'int unpack_callback_raw(unpack_user*, const char*, const char*, unsigned int, PyObject**)': msgpack/unpack.h:234:11: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'Py_ssize_t' {aka 'int'} [-Wsign-compare] 234 | if (l > u->max_str_len) { | ~~^~~~~~~~~~~~~~~~ msgpack/unpack.h: In function 'int unpack_callback_bin(unpack_user*, const char*, const char*, unsigned int, PyObject**)': msgpack/unpack.h:254:11: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'Py_ssize_t' {aka 'int'} [-Wsign-compare] 254 | if (l > u->max_bin_len) { | ~~^~~~~~~~~~~~~~~~ msgpack/unpack.h: In function 'int unpack_callback_ext(unpack_user*, const char*, const char*, unsigned int, PyObject**)': msgpack/unpack.h:308:18: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'Py_ssize_t' {aka 'int'} [-Wsign-compare] 308 | if (length-1 > u->max_ext_len) { | ~~~~~~~~~^~~~~~~~~~~~~~~~ msgpack/_cmsgpack.cpp: In function 'PyObject* __Pyx_Import(PyObject*, PyObject*, int)': msgpack/_cmsgpack.cpp:21191:31: warning: comparing the result of pointer addition '(((const char*)"msgpack._cmsgpack") + 7)' and NULL [-Waddress] 21191 | if ((1) && (strchr(__Pyx_MODULE_NAME, '.'))) { | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ msgpack/_cmsgpack.cpp: In function 'int __pyx_f_7msgpack_9_cmsgpack_6Packer__pack(__pyx_obj_7msgpack_9_cmsgpack_Packer*, PyObject*, __pyx_opt_args_7msgpack_9_cmsgpack_6Packer__pack*)': msgpack/_cmsgpack.cpp:9320:10: warning: '__pyx_v_ret' may be used uninitialized [-Wmaybe-uninitialized] 9320 | return __pyx_r; | ^~~~~~~ msgpack/_cmsgpack.cpp:7227:7: note: '__pyx_v_ret' was declared here 7227 | int __pyx_v_ret; | ^~~~~~~~~~~ armeb-openwrt-linux-muslgnueabi-g++ -shared -L/builder/shared-workdir/build/sdk/staging_dir/toolchain-armeb_xscale_gcc-13.3.0_musl/usr/lib -L/builder/shared-workdir/build/sdk/staging_dir/toolchain-armeb_xscale_gcc-13.3.0_musl/lib -fuse-ld=bfd -znow -zrelro -lpython3.11 -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -msoft-float -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7=msgpack-1.0.7 -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-armeb_xscale_gcc-13.3.0_musl/usr/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-armeb_xscale_gcc-13.3.0_musl/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-armeb_xscale_gcc-13.3.0_musl/include/fortify -I/builder/shared-workdir/build/sdk/staging_dir/target-armeb_xscale_musl/usr/include/python3.11 build/temp.linux-arm-cpython-311/msgpack/_cmsgpack.o -L/builder/shared-workdir/build/sdk/staging_dir/target-armeb_xscale_musl/usr/lib -o build/lib.linux-arm-cpython-311/msgpack/_cmsgpack.cpython-311-armeb-linux-gnueabi.so installing to build/bdist.linux-arm/wheel running install running install_lib creating build/bdist.linux-arm creating build/bdist.linux-arm/wheel creating build/bdist.linux-arm/wheel/msgpack copying build/lib.linux-arm-cpython-311/msgpack/pack.h -> build/bdist.linux-arm/wheel/msgpack copying build/lib.linux-arm-cpython-311/msgpack/_cmsgpack.cpython-311-armeb-linux-gnueabi.so -> build/bdist.linux-arm/wheel/msgpack copying build/lib.linux-arm-cpython-311/msgpack/_packer.pyx -> build/bdist.linux-arm/wheel/msgpack copying build/lib.linux-arm-cpython-311/msgpack/fallback.py -> build/bdist.linux-arm/wheel/msgpack copying build/lib.linux-arm-cpython-311/msgpack/exceptions.py -> build/bdist.linux-arm/wheel/msgpack copying build/lib.linux-arm-cpython-311/msgpack/_cmsgpack.cpp -> build/bdist.linux-arm/wheel/msgpack copying build/lib.linux-arm-cpython-311/msgpack/pack_template.h -> build/bdist.linux-arm/wheel/msgpack copying build/lib.linux-arm-cpython-311/msgpack/_unpacker.pyx -> build/bdist.linux-arm/wheel/msgpack copying build/lib.linux-arm-cpython-311/msgpack/__init__.py -> build/bdist.linux-arm/wheel/msgpack copying build/lib.linux-arm-cpython-311/msgpack/sysdep.h -> build/bdist.linux-arm/wheel/msgpack copying build/lib.linux-arm-cpython-311/msgpack/buff_converter.h -> build/bdist.linux-arm/wheel/msgpack copying build/lib.linux-arm-cpython-311/msgpack/unpack_template.h -> build/bdist.linux-arm/wheel/msgpack copying build/lib.linux-arm-cpython-311/msgpack/unpack.h -> build/bdist.linux-arm/wheel/msgpack copying build/lib.linux-arm-cpython-311/msgpack/ext.py -> build/bdist.linux-arm/wheel/msgpack copying build/lib.linux-arm-cpython-311/msgpack/_cmsgpack.pyx -> build/bdist.linux-arm/wheel/msgpack copying build/lib.linux-arm-cpython-311/msgpack/unpack_define.h -> build/bdist.linux-arm/wheel/msgpack warning: install_lib: byte-compiling is disabled, skipping. running install_egg_info Copying msgpack.egg-info to build/bdist.linux-arm/wheel/msgpack-1.0.7-py3.11.egg-info running install_scripts creating build/bdist.linux-arm/wheel/msgpack-1.0.7.dist-info/WHEEL creating '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/openwrt-build/tmppblhd5mm/msgpack-1.0.7-cp311-cp311-linux_arm.whl' and adding 'build/bdist.linux-arm/wheel' to it adding 'msgpack/__init__.py' adding 'msgpack/_cmsgpack.cpp' adding 'msgpack/_cmsgpack.cpython-311-armeb-linux-gnueabi.so' adding 'msgpack/_cmsgpack.pyx' adding 'msgpack/_packer.pyx' adding 'msgpack/_unpacker.pyx' adding 'msgpack/buff_converter.h' adding 'msgpack/exceptions.py' adding 'msgpack/ext.py' adding 'msgpack/fallback.py' adding 'msgpack/pack.h' adding 'msgpack/pack_template.h' adding 'msgpack/sysdep.h' adding 'msgpack/unpack.h' adding 'msgpack/unpack_define.h' adding 'msgpack/unpack_template.h' adding 'msgpack-1.0.7.dist-info/METADATA' adding 'msgpack-1.0.7.dist-info/WHEEL' adding 'msgpack-1.0.7.dist-info/top_level.txt' adding 'msgpack-1.0.7.dist-info/RECORD' removing build/bdist.linux-arm/wheel Successfully built msgpack-1.0.7-cp311-cp311-linux_arm.whl Copying: "/usr/lib/python3.11/site-packages" Listing '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/.pkgdir/python3-msgpack'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/.pkgdir/python3-msgpack/usr'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/.pkgdir/python3-msgpack/usr/lib'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/.pkgdir/python3-msgpack/usr/lib/python3.11'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/.pkgdir/python3-msgpack/usr/lib/python3.11/site-packages'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/.pkgdir/python3-msgpack/usr/lib/python3.11/site-packages/msgpack'... Compiling '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/.pkgdir/python3-msgpack/usr/lib/python3.11/site-packages/msgpack/__init__.py'... Compiling '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/.pkgdir/python3-msgpack/usr/lib/python3.11/site-packages/msgpack/exceptions.py'... Compiling '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/.pkgdir/python3-msgpack/usr/lib/python3.11/site-packages/msgpack/ext.py'... Compiling '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/.pkgdir/python3-msgpack/usr/lib/python3.11/site-packages/msgpack/fallback.py'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/.pkgdir/python3-msgpack/usr/lib/python3.11/site-packages/msgpack-1.0.7.dist-info'... Copying: "/usr/lib/python3.11/site-packages" Listing '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/ipkg-armeb_xscale/python3-msgpack'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/ipkg-armeb_xscale/python3-msgpack/usr'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/ipkg-armeb_xscale/python3-msgpack/usr/lib'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/ipkg-armeb_xscale/python3-msgpack/usr/lib/python3.11'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/ipkg-armeb_xscale/python3-msgpack/usr/lib/python3.11/site-packages'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/ipkg-armeb_xscale/python3-msgpack/usr/lib/python3.11/site-packages/msgpack'... Compiling '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/ipkg-armeb_xscale/python3-msgpack/usr/lib/python3.11/site-packages/msgpack/__init__.py'... Compiling '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/ipkg-armeb_xscale/python3-msgpack/usr/lib/python3.11/site-packages/msgpack/exceptions.py'... Compiling '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/ipkg-armeb_xscale/python3-msgpack/usr/lib/python3.11/site-packages/msgpack/ext.py'... Compiling '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/ipkg-armeb_xscale/python3-msgpack/usr/lib/python3.11/site-packages/msgpack/fallback.py'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-armeb_xscale_musl/pypi/msgpack-1.0.7/ipkg-armeb_xscale/python3-msgpack/usr/lib/python3.11/site-packages/msgpack-1.0.7.dist-info'... Package python3-msgpack is missing dependencies for the following libraries: libpython3.11.so.1.0 make[3]: *** [Makefile:60: /builder/shared-workdir/build/sdk/bin/packages/armeb_xscale/packages/python3-msgpack-1.0.7-r1.apk] Error 1 time: package/feeds/packages/python-msgpack/compile#9.05#0.97#10.15