>>> python-greenlet 2.0.1 Extracting gzip -d -c /tmp/instance-3/dl/python-greenlet/greenlet-2.0.1.tar.gz | tar --strip-components=1 -C /tmp/instance-3/output-1/build/python-greenlet-2.0.1 -xf - >>> python-greenlet 2.0.1 Patching >>> python-greenlet 2.0.1 Configuring >>> python-greenlet 2.0.1 Building (cd /tmp/instance-3/output-1/build/python-greenlet-2.0.1//; _PYTHON_HOST_PLATFORM="linux-powerpc" _PYTHON_PROJECT_BASE="/tmp/instance-3/output-1/build/python3-3.11.1" _PYTHON_SYSCONFIGDATA_NAME="`{ [ -e /tmp/instance-3/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py ] && basename /tmp/instance-3/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/lib/python3.11//_sysconfigdata__linux_*.py .py; } || true`" PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-gcc-ar" AS="/tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-as" LD="/tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-ld" NM="/tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-gcc-nm" CC="/tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-gcc" GCC="/tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-gcc" CPP="/tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-cpp" CXX="/tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-g++" FC="/tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-gfortran" F77="/tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-gfortran" RANLIB="/tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-gcc-ranlib" READELF="/tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-objcopy" OBJDUMP="/tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-3/output-1/host/lib -Wl,-rpath,/tmp/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-as" DEFAULT_LINKER="/tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g1 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g1 " LDFLAGS="" FCFLAGS=" -O2 -g1" FFLAGS=" -O2 -g1" PKG_CONFIG="/tmp/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-3/output-1/host/powerpc-buildroot-linux-musl/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PYTHONPATH="/tmp/instance-3/output-1/host/powerpc-buildroot-linux-musl/sysroot/usr/lib/python3.11/" PYTHONNOUSERSITE=1 _python_sysroot=/tmp/instance-3/output-1/host/powerpc-buildroot-linux-musl/sysroot _python_prefix=/usr _python_exec_prefix=/usr SETUPTOOLS_USE_DISTUTILS=stdlib GREENLET_TEST_CPP=no /tmp/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib.linux-powerpc-3.11 creating build/lib.linux-powerpc-3.11/greenlet copying src/greenlet/__init__.py -> build/lib.linux-powerpc-3.11/greenlet creating build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/tests/test_weakref.py -> build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/tests/test_version.py -> build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/tests/test_tracing.py -> build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/tests/test_throw.py -> build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/tests/test_stack_saved.py -> build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/tests/test_leaks.py -> build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/tests/test_greenlet_trash.py -> build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/tests/test_greenlet.py -> build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/tests/test_generator_nested.py -> build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/tests/test_generator.py -> build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/tests/test_gc.py -> build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/tests/test_extension_interface.py -> build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/tests/test_cpp.py -> build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/tests/test_contextvars.py -> build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/tests/leakcheck.py -> build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/tests/__init__.py -> build/lib.linux-powerpc-3.11/greenlet/tests creating build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/__init__.py -> build/lib.linux-powerpc-3.11/greenlet/platform 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' warning: no previously-included files found matching 'benchmarks/*.json' 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/greenlet.cpp -> build/lib.linux-powerpc-3.11/greenlet copying src/greenlet/greenlet.h -> build/lib.linux-powerpc-3.11/greenlet copying src/greenlet/greenlet_allocator.hpp -> build/lib.linux-powerpc-3.11/greenlet copying src/greenlet/greenlet_compiler_compat.hpp -> build/lib.linux-powerpc-3.11/greenlet copying src/greenlet/greenlet_cpython_compat.hpp -> build/lib.linux-powerpc-3.11/greenlet copying src/greenlet/greenlet_exceptions.hpp -> build/lib.linux-powerpc-3.11/greenlet copying src/greenlet/greenlet_greenlet.hpp -> build/lib.linux-powerpc-3.11/greenlet copying src/greenlet/greenlet_internal.hpp -> build/lib.linux-powerpc-3.11/greenlet copying src/greenlet/greenlet_refs.hpp -> build/lib.linux-powerpc-3.11/greenlet copying src/greenlet/greenlet_slp_switch.hpp -> build/lib.linux-powerpc-3.11/greenlet copying src/greenlet/greenlet_thread_state.hpp -> build/lib.linux-powerpc-3.11/greenlet copying src/greenlet/greenlet_thread_state_dict_cleanup.hpp -> build/lib.linux-powerpc-3.11/greenlet copying src/greenlet/greenlet_thread_support.hpp -> build/lib.linux-powerpc-3.11/greenlet copying src/greenlet/slp_platformselect.h -> build/lib.linux-powerpc-3.11/greenlet copying src/greenlet/tests/_test_extension.c -> build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/tests/_test_extension_cpp.cpp -> build/lib.linux-powerpc-3.11/greenlet/tests copying src/greenlet/platform/setup_switch_x64_masm.cmd -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_aarch64_gcc.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_alpha_unix.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_amd64_unix.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_arm32_gcc.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_arm32_ios.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_arm64_masm.asm -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_arm64_masm.obj -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_arm64_msvc.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_csky_gcc.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_m68k_gcc.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_mips_unix.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_ppc64_aix.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_ppc64_linux.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_ppc_aix.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_ppc_linux.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_ppc_macosx.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_ppc_unix.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_riscv_unix.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_s390_unix.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_sparc_sun_gcc.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_x32_unix.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_x64_masm.asm -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_x64_masm.obj -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_x64_msvc.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_x86_msvc.h -> build/lib.linux-powerpc-3.11/greenlet/platform copying src/greenlet/platform/switch_x86_unix.h -> build/lib.linux-powerpc-3.11/greenlet/platform running build_ext building 'greenlet._greenlet' extension creating build/temp.linux-powerpc-3.11 creating build/temp.linux-powerpc-3.11/src creating build/temp.linux-powerpc-3.11/src/greenlet /tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I/tmp/instance-3/output-1/build/python3-3.11.1/Include -I/tmp/instance-3/output-1/build/python3-3.11.1 -c src/greenlet/greenlet.cpp -o build/temp.linux-powerpc-3.11/src/greenlet/greenlet.o powerpc-buildroot-linux-musl-gcc.br_real: error: src/greenlet/greenlet.cpp: C++ compiler not installed on this system error: command '/tmp/instance-3/output-1/host/bin/powerpc-buildroot-linux-musl-gcc' failed with exit code 1 make: *** [package/pkg-generic.mk:293: /tmp/instance-3/output-1/build/python-greenlet-2.0.1/.stamp_built] Error 1 make: Leaving directory '/tmp/instance-3/buildroot'