>>> host-python-greenlet 2.0.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-greenlet/greenlet-2.0.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-greenlet-2.0.1 -xf - >>> host-python-greenlet 2.0.1 Patching >>> host-python-greenlet 2.0.1 Configuring >>> host-python-greenlet 2.0.1 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-greenlet-2.0.1//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /home/buildroot/autobuild/instance-3/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib.linux-x86_64-3.11 creating build/lib.linux-x86_64-3.11/greenlet copying src/greenlet/__init__.py -> build/lib.linux-x86_64-3.11/greenlet creating build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/__init__.py -> build/lib.linux-x86_64-3.11/greenlet/platform creating build/lib.linux-x86_64-3.11/greenlet/tests copying src/greenlet/tests/test_generator.py -> build/lib.linux-x86_64-3.11/greenlet/tests copying src/greenlet/tests/test_leaks.py -> build/lib.linux-x86_64-3.11/greenlet/tests copying src/greenlet/tests/test_weakref.py -> build/lib.linux-x86_64-3.11/greenlet/tests copying src/greenlet/tests/test_gc.py -> build/lib.linux-x86_64-3.11/greenlet/tests copying src/greenlet/tests/test_stack_saved.py -> build/lib.linux-x86_64-3.11/greenlet/tests copying src/greenlet/tests/test_extension_interface.py -> build/lib.linux-x86_64-3.11/greenlet/tests copying src/greenlet/tests/test_greenlet.py -> build/lib.linux-x86_64-3.11/greenlet/tests copying src/greenlet/tests/test_tracing.py -> build/lib.linux-x86_64-3.11/greenlet/tests copying src/greenlet/tests/test_throw.py -> build/lib.linux-x86_64-3.11/greenlet/tests copying src/greenlet/tests/leakcheck.py -> build/lib.linux-x86_64-3.11/greenlet/tests copying src/greenlet/tests/__init__.py -> build/lib.linux-x86_64-3.11/greenlet/tests copying src/greenlet/tests/test_generator_nested.py -> build/lib.linux-x86_64-3.11/greenlet/tests copying src/greenlet/tests/test_version.py -> build/lib.linux-x86_64-3.11/greenlet/tests copying src/greenlet/tests/test_greenlet_trash.py -> build/lib.linux-x86_64-3.11/greenlet/tests copying src/greenlet/tests/test_contextvars.py -> build/lib.linux-x86_64-3.11/greenlet/tests copying src/greenlet/tests/test_cpp.py -> build/lib.linux-x86_64-3.11/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' 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-x86_64-3.11/greenlet copying src/greenlet/greenlet.h -> build/lib.linux-x86_64-3.11/greenlet copying src/greenlet/greenlet_allocator.hpp -> build/lib.linux-x86_64-3.11/greenlet copying src/greenlet/greenlet_compiler_compat.hpp -> build/lib.linux-x86_64-3.11/greenlet copying src/greenlet/greenlet_cpython_compat.hpp -> build/lib.linux-x86_64-3.11/greenlet copying src/greenlet/greenlet_exceptions.hpp -> build/lib.linux-x86_64-3.11/greenlet copying src/greenlet/greenlet_greenlet.hpp -> build/lib.linux-x86_64-3.11/greenlet copying src/greenlet/greenlet_internal.hpp -> build/lib.linux-x86_64-3.11/greenlet copying src/greenlet/greenlet_refs.hpp -> build/lib.linux-x86_64-3.11/greenlet copying src/greenlet/greenlet_slp_switch.hpp -> build/lib.linux-x86_64-3.11/greenlet copying src/greenlet/greenlet_thread_state.hpp -> build/lib.linux-x86_64-3.11/greenlet copying src/greenlet/greenlet_thread_state_dict_cleanup.hpp -> build/lib.linux-x86_64-3.11/greenlet copying src/greenlet/greenlet_thread_support.hpp -> build/lib.linux-x86_64-3.11/greenlet copying src/greenlet/slp_platformselect.h -> build/lib.linux-x86_64-3.11/greenlet copying src/greenlet/platform/setup_switch_x64_masm.cmd -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_aarch64_gcc.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_alpha_unix.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_amd64_unix.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_arm32_gcc.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_arm32_ios.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_arm64_masm.asm -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_arm64_masm.obj -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_arm64_msvc.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_csky_gcc.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_m68k_gcc.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_mips_unix.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_ppc64_aix.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_ppc64_linux.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_ppc_aix.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_ppc_linux.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_ppc_macosx.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_ppc_unix.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_riscv_unix.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_s390_unix.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_sparc_sun_gcc.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_x32_unix.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_x64_masm.asm -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_x64_masm.obj -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_x64_msvc.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_x86_msvc.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/platform/switch_x86_unix.h -> build/lib.linux-x86_64-3.11/greenlet/platform copying src/greenlet/tests/_test_extension.c -> build/lib.linux-x86_64-3.11/greenlet/tests copying src/greenlet/tests/_test_extension_cpp.cpp -> build/lib.linux-x86_64-3.11/greenlet/tests running build_ext building 'greenlet._greenlet' extension creating build/temp.linux-x86_64-3.11 creating build/temp.linux-x86_64-3.11/src creating build/temp.linux-x86_64-3.11/src/greenlet /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I/home/buildroot/autobuild/instance-3/output-1/host/include -fPIC -I/home/buildroot/autobuild/instance-3/output-1/host/include/python3.11 -c src/greenlet/greenlet.cpp -o build/temp.linux-x86_64-3.11/src/greenlet/greenlet.o src/greenlet/greenlet.cpp:2511:64: error: specialization of 'template const OwnedObject greenlet::Greenlet::context(typename IsPy37::IsIt) const' in different namespace [-fpermissive] Greenlet::context(GREENLET_WHEN_PY37::Yes) const ^~~~~ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:333:27: error: from definition of 'template const OwnedObject greenlet::Greenlet::context(typename IsPy37::IsIt) const' [-fpermissive] const OwnedObject context(const typename IsPy37::IsIt=nullptr) const; ^~~~~~~ src/greenlet/greenlet.cpp:2540:71: error: specialization of 'template const OwnedObject greenlet::Greenlet::context(typename IsPy37::IsIt) const' in different namespace [-fpermissive] Greenlet::context(GREENLET_WHEN_NOT_PY37::No) const ^~~~~ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:333:27: error: from definition of 'template const OwnedObject greenlet::Greenlet::context(typename IsPy37::IsIt) const' [-fpermissive] const OwnedObject context(const typename IsPy37::IsIt=nullptr) const; ^~~~~~~ src/greenlet/greenlet.cpp:2562:89: error: specialization of 'template void greenlet::Greenlet::context(greenlet::refs::BorrowedObject, typename IsPy37::IsIt)' in different namespace [-fpermissive] void Greenlet::context(BorrowedObject given, GREENLET_WHEN_PY37::Yes) ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:336:21: error: from definition of 'template void greenlet::Greenlet::context(greenlet::refs::BorrowedObject, typename IsPy37::IsIt)' [-fpermissive] inline void context(refs::BorrowedObject new_context, typename IsPy37::IsIt=nullptr); ^~~~~~~ src/greenlet/greenlet.cpp:2597:99: error: specialization of 'template void greenlet::Greenlet::context(greenlet::refs::BorrowedObject, typename IsPy37::IsIt)' in different namespace [-fpermissive] Greenlet::context(BorrowedObject UNUSED(given), GREENLET_WHEN_NOT_PY37::No) ^ In file included from src/greenlet/greenlet_internal.hpp:20:0, from src/greenlet/greenlet.cpp:19: src/greenlet/greenlet_greenlet.hpp:336:21: error: from definition of 'template void greenlet::Greenlet::context(greenlet::refs::BorrowedObject, typename IsPy37::IsIt)' [-fpermissive] inline void context(refs::BorrowedObject new_context, typename IsPy37::IsIt=nullptr); ^~~~~~~ error: command '/usr/bin/gcc' failed with exit code 1 package/pkg-generic.mk:290: recipe for target '/home/buildroot/autobuild/instance-3/output-1/build/host-python-greenlet-2.0.1/.stamp_built' failed make: *** [/home/buildroot/autobuild/instance-3/output-1/build/host-python-greenlet-2.0.1/.stamp_built] Error 1 make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'