* 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-powerpc64-cpython-311 creating build/lib.linux-powerpc64-cpython-311/msgpack copying msgpack/fallback.py -> build/lib.linux-powerpc64-cpython-311/msgpack copying msgpack/__init__.py -> build/lib.linux-powerpc64-cpython-311/msgpack copying msgpack/exceptions.py -> build/lib.linux-powerpc64-cpython-311/msgpack copying msgpack/ext.py -> build/lib.linux-powerpc64-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-powerpc64-cpython-311/msgpack copying msgpack/_cmsgpack.pyx -> build/lib.linux-powerpc64-cpython-311/msgpack copying msgpack/_packer.pyx -> build/lib.linux-powerpc64-cpython-311/msgpack copying msgpack/_unpacker.pyx -> build/lib.linux-powerpc64-cpython-311/msgpack copying msgpack/buff_converter.h -> build/lib.linux-powerpc64-cpython-311/msgpack copying msgpack/pack.h -> build/lib.linux-powerpc64-cpython-311/msgpack copying msgpack/pack_template.h -> build/lib.linux-powerpc64-cpython-311/msgpack copying msgpack/sysdep.h -> build/lib.linux-powerpc64-cpython-311/msgpack copying msgpack/unpack.h -> build/lib.linux-powerpc64-cpython-311/msgpack copying msgpack/unpack_define.h -> build/lib.linux-powerpc64-cpython-311/msgpack copying msgpack/unpack_template.h -> build/lib.linux-powerpc64-cpython-311/msgpack warning: build_py: byte-compiling is disabled, skipping. running build_ext building 'msgpack._cmsgpack' extension creating build/temp.linux-powerpc64-cpython-311 creating build/temp.linux-powerpc64-cpython-311/msgpack powerpc64-openwrt-linux-musl-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -pipe -mcpu=e5500 -fno-caller-saves -fno-plt -fhonour-copts -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_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 -mcpu=e5500 -fno-caller-saves -fno-plt -fhonour-copts -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_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-powerpc64_e5500_gcc-13.3.0_musl/usr/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-powerpc64_e5500_gcc-13.3.0_musl/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-powerpc64_e5500_gcc-13.3.0_musl/include/fortify -Os -pipe -mcpu=e5500 -fno-caller-saves -fno-plt -fhonour-copts -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_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-powerpc64_e5500_gcc-13.3.0_musl/usr/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-powerpc64_e5500_gcc-13.3.0_musl/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-powerpc64_e5500_gcc-13.3.0_musl/include/fortify -I/builder/shared-workdir/build/sdk/staging_dir/target-powerpc64_e5500_musl/usr/include/python3.11 -fPIC -I. -I/usr/include/python3.11 -c msgpack/_cmsgpack.cpp -o build/temp.linux-powerpc64-cpython-311/msgpack/_cmsgpack.o 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; | ^~~~~~~~~~~ powerpc64-openwrt-linux-musl-g++ -shared -L/builder/shared-workdir/build/sdk/staging_dir/toolchain-powerpc64_e5500_gcc-13.3.0_musl/usr/lib -L/builder/shared-workdir/build/sdk/staging_dir/toolchain-powerpc64_e5500_gcc-13.3.0_musl/lib -fuse-ld=bfd -znow -zrelro -lpython3.11 -Os -pipe -mcpu=e5500 -fno-caller-saves -fno-plt -fhonour-copts -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_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-powerpc64_e5500_gcc-13.3.0_musl/usr/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-powerpc64_e5500_gcc-13.3.0_musl/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-powerpc64_e5500_gcc-13.3.0_musl/include/fortify -I/builder/shared-workdir/build/sdk/staging_dir/target-powerpc64_e5500_musl/usr/include/python3.11 build/temp.linux-powerpc64-cpython-311/msgpack/_cmsgpack.o -L/builder/shared-workdir/build/sdk/staging_dir/target-powerpc64_e5500_musl/usr/lib -o build/lib.linux-powerpc64-cpython-311/msgpack/_cmsgpack.cpython-311-powerpc64-linux-gnu.so installing to build/bdist.linux-powerpc64/wheel running install running install_lib creating build/bdist.linux-powerpc64 creating build/bdist.linux-powerpc64/wheel creating build/bdist.linux-powerpc64/wheel/msgpack copying build/lib.linux-powerpc64-cpython-311/msgpack/fallback.py -> build/bdist.linux-powerpc64/wheel/msgpack copying build/lib.linux-powerpc64-cpython-311/msgpack/_cmsgpack.cpp -> build/bdist.linux-powerpc64/wheel/msgpack copying build/lib.linux-powerpc64-cpython-311/msgpack/sysdep.h -> build/bdist.linux-powerpc64/wheel/msgpack copying build/lib.linux-powerpc64-cpython-311/msgpack/__init__.py -> build/bdist.linux-powerpc64/wheel/msgpack copying build/lib.linux-powerpc64-cpython-311/msgpack/unpack.h -> build/bdist.linux-powerpc64/wheel/msgpack copying build/lib.linux-powerpc64-cpython-311/msgpack/pack_template.h -> build/bdist.linux-powerpc64/wheel/msgpack copying build/lib.linux-powerpc64-cpython-311/msgpack/_packer.pyx -> build/bdist.linux-powerpc64/wheel/msgpack copying build/lib.linux-powerpc64-cpython-311/msgpack/pack.h -> build/bdist.linux-powerpc64/wheel/msgpack copying build/lib.linux-powerpc64-cpython-311/msgpack/_unpacker.pyx -> build/bdist.linux-powerpc64/wheel/msgpack copying build/lib.linux-powerpc64-cpython-311/msgpack/unpack_define.h -> build/bdist.linux-powerpc64/wheel/msgpack copying build/lib.linux-powerpc64-cpython-311/msgpack/exceptions.py -> build/bdist.linux-powerpc64/wheel/msgpack copying build/lib.linux-powerpc64-cpython-311/msgpack/unpack_template.h -> build/bdist.linux-powerpc64/wheel/msgpack copying build/lib.linux-powerpc64-cpython-311/msgpack/_cmsgpack.pyx -> build/bdist.linux-powerpc64/wheel/msgpack copying build/lib.linux-powerpc64-cpython-311/msgpack/buff_converter.h -> build/bdist.linux-powerpc64/wheel/msgpack copying build/lib.linux-powerpc64-cpython-311/msgpack/_cmsgpack.cpython-311-powerpc64-linux-gnu.so -> build/bdist.linux-powerpc64/wheel/msgpack copying build/lib.linux-powerpc64-cpython-311/msgpack/ext.py -> build/bdist.linux-powerpc64/wheel/msgpack warning: install_lib: byte-compiling is disabled, skipping. running install_egg_info Copying msgpack.egg-info to build/bdist.linux-powerpc64/wheel/msgpack-1.0.7-py3.11.egg-info running install_scripts creating build/bdist.linux-powerpc64/wheel/msgpack-1.0.7.dist-info/WHEEL creating '/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/pypi/msgpack-1.0.7/openwrt-build/tmp33k1xaeu/msgpack-1.0.7-cp311-cp311-linux_powerpc64.whl' and adding 'build/bdist.linux-powerpc64/wheel' to it adding 'msgpack/__init__.py' adding 'msgpack/_cmsgpack.cpp' adding 'msgpack/_cmsgpack.cpython-311-powerpc64-linux-gnu.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-powerpc64/wheel Successfully built msgpack-1.0.7-cp311-cp311-linux_powerpc64.whl Copying: "/usr/lib/python3.11/site-packages" Listing '/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/pypi/msgpack-1.0.7/.pkgdir/python3-msgpack'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/pypi/msgpack-1.0.7/.pkgdir/python3-msgpack/usr'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/pypi/msgpack-1.0.7/.pkgdir/python3-msgpack/usr/lib'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/pypi/msgpack-1.0.7/.pkgdir/python3-msgpack/usr/lib/python3.11'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/pypi/msgpack-1.0.7/.pkgdir/python3-msgpack/usr/lib/python3.11/site-packages'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_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-powerpc64_e5500_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-powerpc64_e5500_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-powerpc64_e5500_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-powerpc64_e5500_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-powerpc64_e5500_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-powerpc64_e5500_musl/pypi/msgpack-1.0.7/ipkg-powerpc64_e5500/python3-msgpack'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/pypi/msgpack-1.0.7/ipkg-powerpc64_e5500/python3-msgpack/usr'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/pypi/msgpack-1.0.7/ipkg-powerpc64_e5500/python3-msgpack/usr/lib'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/pypi/msgpack-1.0.7/ipkg-powerpc64_e5500/python3-msgpack/usr/lib/python3.11'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/pypi/msgpack-1.0.7/ipkg-powerpc64_e5500/python3-msgpack/usr/lib/python3.11/site-packages'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/pypi/msgpack-1.0.7/ipkg-powerpc64_e5500/python3-msgpack/usr/lib/python3.11/site-packages/msgpack'... Compiling '/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/pypi/msgpack-1.0.7/ipkg-powerpc64_e5500/python3-msgpack/usr/lib/python3.11/site-packages/msgpack/__init__.py'... Compiling '/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/pypi/msgpack-1.0.7/ipkg-powerpc64_e5500/python3-msgpack/usr/lib/python3.11/site-packages/msgpack/exceptions.py'... Compiling '/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/pypi/msgpack-1.0.7/ipkg-powerpc64_e5500/python3-msgpack/usr/lib/python3.11/site-packages/msgpack/ext.py'... Compiling '/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/pypi/msgpack-1.0.7/ipkg-powerpc64_e5500/python3-msgpack/usr/lib/python3.11/site-packages/msgpack/fallback.py'... Listing '/builder/shared-workdir/build/sdk/build_dir/target-powerpc64_e5500_musl/pypi/msgpack-1.0.7/ipkg-powerpc64_e5500/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/powerpc64_e5500/packages/python3-msgpack-1.0.7-r1.apk] Error 1 time: package/feeds/packages/python-msgpack/compile#19.97#1.39#21.67