Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 855996 Details for
Bug 899164
dev-python/greenlet-2.0.2: fails tests on arm
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 68.35 KB, created by
Arthur Zamarin
on 2023-03-03 17:37:49 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Arthur Zamarin
Created:
2023-03-03 17:37:49 UTC
Size:
68.35 KB
patch
obsolete
>* Package: dev-python/greenlet-2.0.2:0 > * Repository: gentoo > * Maintainer: python@gentoo.org > * USE: arm elibc_glibc kernel_linux python_targets_python3_10 python_targets_python3_9 test userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking greenlet-2.0.2.tar.gz to /var/tmp/portage/dev-python/greenlet-2.0.2/work >>>> Source unpacked in /var/tmp/portage/dev-python/greenlet-2.0.2/work >>>> Preparing source in /var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2 ... > * Build system packages: > * dev-python/gpep517 : 13 > * dev-python/installer : 0.6.0 > * dev-python/setuptools : 67.2.0-r1 > * dev-python/setuptools-scm : 7.0.5 > * dev-python/wheel : 0.38.4 >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2 ... > * python3_9: running distutils-r1_run_phase distutils-r1_python_compile >python3.9 setup.py build_ext -j 16 >running build_ext >building 'greenlet._greenlet' extension >building 'greenlet.tests._test_extension' extension >creating build >creating build >building 'greenlet.tests._test_extension_cpp' extension >creating build/temp.linux-armv8l-cpython-39 >creating build/temp.linux-armv8l-cpython-39 >creating build/temp.linux-armv8l-cpython-39 >creating build/temp.linux-armv8l-cpython-39/src >creating build/temp.linux-armv8l-cpython-39/src >creating build/temp.linux-armv8l-cpython-39/src >creating build/temp.linux-armv8l-cpython-39/src/greenlet >creating build/temp.linux-armv8l-cpython-39/src/greenlet >creating build/temp.linux-armv8l-cpython-39/src/greenlet >creating build/temp.linux-armv8l-cpython-39/src/greenlet/tests >armv7a-unknown-linux-gnueabihf-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python3.9 -c src/greenlet/greenlet.cpp -o build/temp.linux-armv8l-cpython-39/src/greenlet/greenlet.o >creating build/temp.linux-armv8l-cpython-39/src/greenlet/tests >armv7a-unknown-linux-gnueabihf-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Isrc/greenlet/ -I/usr/include/python3.9 -c src/greenlet/tests/_test_extension.c -o build/temp.linux-armv8l-cpython-39/src/greenlet/tests/_test_extension.o >armv7a-unknown-linux-gnueabihf-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Isrc/greenlet/ -I/usr/include/python3.9 -c src/greenlet/tests/_test_extension_cpp.cpp -o build/temp.linux-armv8l-cpython-39/src/greenlet/tests/_test_extension_cpp.o >creating build/lib.linux-armv8l-cpython-39 >creating build/lib.linux-armv8l-cpython-39/greenlet >creating build/lib.linux-armv8l-cpython-39/greenlet/tests >armv7a-unknown-linux-gnueabihf-gcc -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv8l-cpython-39/src/greenlet/tests/_test_extension.o -L/usr/lib -o build/lib.linux-armv8l-cpython-39/greenlet/tests/_test_extension.cpython-39-arm-linux-gnueabihf.so >armv7a-unknown-linux-gnueabihf-g++ -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv8l-cpython-39/src/greenlet/tests/_test_extension_cpp.o -L/usr/lib -o build/lib.linux-armv8l-cpython-39/greenlet/tests/_test_extension_cpp.cpython-39-arm-linux-gnueabihf.so >In file included from src/greenlet/slp_platformselect.h:48, > from src/greenlet/greenlet_slp_switch.hpp:82, > from src/greenlet/greenlet.cpp:21: >src/greenlet/platform/switch_arm32_gcc.h: In function âint slp_switch()â: >src/greenlet/platform/switch_arm32_gcc.h:59:23: warning: ISO C++17 does not allow âregisterâ storage class specifier [-Wregister] > 59 | register int *stackref, stsizediff; > | ^~~~~~~~ >src/greenlet/platform/switch_arm32_gcc.h:59:33: warning: ISO C++17 does not allow âregisterâ storage class specifier [-Wregister] > 59 | register int *stackref, stsizediff; > | ^~~~~~~~~~ >armv7a-unknown-linux-gnueabihf-g++ -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv8l-cpython-39/src/greenlet/greenlet.o -L/usr/lib -o build/lib.linux-armv8l-cpython-39/greenlet/_greenlet.cpython-39-arm-linux-gnueabihf.so > * Building the wheel for greenlet-2.0.2 via setuptools.build_meta:__legacy__ >gpep517 build-wheel --backend setuptools.build_meta:__legacy__ --output-fd 3 --wheel-dir /var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2-python3_9/wheel >2023-03-03 17:32:30,709 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ >2023-03-03 17:32:31,172 root INFO running bdist_wheel >2023-03-03 17:32:31,689 root INFO running build >2023-03-03 17:32:31,689 root INFO running build_py >2023-03-03 17:32:31,784 root INFO copying src/greenlet/__init__.py -> build/lib.linux-armv8l-cpython-39/greenlet >2023-03-03 17:32:31,786 root INFO creating build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:31,786 root INFO copying src/greenlet/platform/__init__.py -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:31,788 root INFO copying src/greenlet/tests/test_throw.py -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:31,789 root INFO copying src/greenlet/tests/test_greenlet_trash.py -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:31,790 root INFO copying src/greenlet/tests/test_generator.py -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:31,791 root INFO copying src/greenlet/tests/test_cpp.py -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:31,792 root INFO copying src/greenlet/tests/test_extension_interface.py -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:31,793 root INFO copying src/greenlet/tests/test_generator_nested.py -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:31,794 root INFO copying src/greenlet/tests/test_contextvars.py -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:31,795 root INFO copying src/greenlet/tests/test_greenlet.py -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:31,796 root INFO copying src/greenlet/tests/test_stack_saved.py -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:31,797 root INFO copying src/greenlet/tests/test_version.py -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:31,798 root INFO copying src/greenlet/tests/test_gc.py -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:31,799 root INFO copying src/greenlet/tests/leakcheck.py -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:31,800 root INFO copying src/greenlet/tests/test_tracing.py -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:31,800 root INFO copying src/greenlet/tests/__init__.py -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:31,801 root INFO copying src/greenlet/tests/test_leaks.py -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:31,802 root INFO copying src/greenlet/tests/test_weakref.py -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:31,803 root INFO running egg_info >2023-03-03 17:32:31,994 root INFO writing src/greenlet.egg-info/PKG-INFO >2023-03-03 17:32:31,995 root INFO writing dependency_links to src/greenlet.egg-info/dependency_links.txt >2023-03-03 17:32:31,996 root INFO writing requirements to src/greenlet.egg-info/requires.txt >2023-03-03 17:32:31,997 root INFO writing top-level names to src/greenlet.egg-info/top_level.txt >2023-03-03 17:32:32,184 setuptools_scm.file_finder_git ERROR listing git files failed - pretending there aren't any >2023-03-03 17:32:32,218 root INFO reading manifest file 'src/greenlet.egg-info/SOURCES.txt' >2023-03-03 17:32:32,221 root INFO reading manifest template 'MANIFEST.in' >2023-03-03 17:32:32,350 root WARNING warning: no previously-included files found matching 'benchmarks/*.json' >2023-03-03 17:32:32,356 root WARNING no previously-included directories found matching 'docs/_build' >2023-03-03 17:32:32,363 root WARNING warning: no files found matching '*.py' under directory 'appveyor' >2023-03-03 17:32:32,365 root WARNING warning: no previously-included files matching '*.pyc' found anywhere in distribution >2023-03-03 17:32:32,366 root WARNING warning: no previously-included files matching '*.pyd' found anywhere in distribution >2023-03-03 17:32:32,367 root WARNING warning: no previously-included files matching '*.so' found anywhere in distribution >2023-03-03 17:32:32,367 root WARNING warning: no previously-included files matching '.coverage' found anywhere in distribution >2023-03-03 17:32:32,368 root INFO adding license file 'LICENSE' >2023-03-03 17:32:32,368 root INFO adding license file 'LICENSE.PSF' >2023-03-03 17:32:32,368 root INFO adding license file 'AUTHORS' >2023-03-03 17:32:32,374 root INFO writing manifest file 'src/greenlet.egg-info/SOURCES.txt' >2023-03-03 17:32:32,380 root INFO copying src/greenlet/greenlet.cpp -> build/lib.linux-armv8l-cpython-39/greenlet >2023-03-03 17:32:32,382 root INFO copying src/greenlet/greenlet.h -> build/lib.linux-armv8l-cpython-39/greenlet >2023-03-03 17:32:32,383 root INFO copying src/greenlet/greenlet_allocator.hpp -> build/lib.linux-armv8l-cpython-39/greenlet >2023-03-03 17:32:32,384 root INFO copying src/greenlet/greenlet_compiler_compat.hpp -> build/lib.linux-armv8l-cpython-39/greenlet >2023-03-03 17:32:32,385 root INFO copying src/greenlet/greenlet_cpython_compat.hpp -> build/lib.linux-armv8l-cpython-39/greenlet >2023-03-03 17:32:32,386 root INFO copying src/greenlet/greenlet_exceptions.hpp -> build/lib.linux-armv8l-cpython-39/greenlet >2023-03-03 17:32:32,388 root INFO copying src/greenlet/greenlet_greenlet.hpp -> build/lib.linux-armv8l-cpython-39/greenlet >2023-03-03 17:32:32,389 root INFO copying src/greenlet/greenlet_internal.hpp -> build/lib.linux-armv8l-cpython-39/greenlet >2023-03-03 17:32:32,390 root INFO copying src/greenlet/greenlet_refs.hpp -> build/lib.linux-armv8l-cpython-39/greenlet >2023-03-03 17:32:32,391 root INFO copying src/greenlet/greenlet_slp_switch.hpp -> build/lib.linux-armv8l-cpython-39/greenlet >2023-03-03 17:32:32,392 root INFO copying src/greenlet/greenlet_thread_state.hpp -> build/lib.linux-armv8l-cpython-39/greenlet >2023-03-03 17:32:32,393 root INFO copying src/greenlet/greenlet_thread_state_dict_cleanup.hpp -> build/lib.linux-armv8l-cpython-39/greenlet >2023-03-03 17:32:32,395 root INFO copying src/greenlet/greenlet_thread_support.hpp -> build/lib.linux-armv8l-cpython-39/greenlet >2023-03-03 17:32:32,396 root INFO copying src/greenlet/slp_platformselect.h -> build/lib.linux-armv8l-cpython-39/greenlet >2023-03-03 17:32:32,397 root INFO copying src/greenlet/platform/setup_switch_x64_masm.cmd -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,398 root INFO copying src/greenlet/platform/switch_aarch64_gcc.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,399 root INFO copying src/greenlet/platform/switch_alpha_unix.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,400 root INFO copying src/greenlet/platform/switch_amd64_unix.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,401 root INFO copying src/greenlet/platform/switch_arm32_gcc.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,403 root INFO copying src/greenlet/platform/switch_arm32_ios.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,404 root INFO copying src/greenlet/platform/switch_arm64_masm.asm -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,405 root INFO copying src/greenlet/platform/switch_arm64_masm.obj -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,406 root INFO copying src/greenlet/platform/switch_arm64_msvc.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,407 root INFO copying src/greenlet/platform/switch_csky_gcc.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,408 root INFO copying src/greenlet/platform/switch_m68k_gcc.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,409 root INFO copying src/greenlet/platform/switch_mips_unix.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,410 root INFO copying src/greenlet/platform/switch_ppc64_aix.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,412 root INFO copying src/greenlet/platform/switch_ppc64_linux.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,413 root INFO copying src/greenlet/platform/switch_ppc_aix.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,414 root INFO copying src/greenlet/platform/switch_ppc_linux.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,415 root INFO copying src/greenlet/platform/switch_ppc_macosx.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,416 root INFO copying src/greenlet/platform/switch_ppc_unix.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,417 root INFO copying src/greenlet/platform/switch_riscv_unix.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,418 root INFO copying src/greenlet/platform/switch_s390_unix.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,420 root INFO copying src/greenlet/platform/switch_sparc_sun_gcc.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,421 root INFO copying src/greenlet/platform/switch_x32_unix.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,422 root INFO copying src/greenlet/platform/switch_x64_masm.asm -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,423 root INFO copying src/greenlet/platform/switch_x64_masm.obj -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,424 root INFO copying src/greenlet/platform/switch_x64_msvc.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,425 root INFO copying src/greenlet/platform/switch_x86_msvc.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,426 root INFO copying src/greenlet/platform/switch_x86_unix.h -> build/lib.linux-armv8l-cpython-39/greenlet/platform >2023-03-03 17:32:32,427 root INFO copying src/greenlet/tests/_test_extension.c -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:32,429 root INFO copying src/greenlet/tests/_test_extension_cpp.cpp -> build/lib.linux-armv8l-cpython-39/greenlet/tests >2023-03-03 17:32:32,432 root WARNING warning: build_py: byte-compiling is disabled, skipping. > >2023-03-03 17:32:32,432 root INFO running build_ext >2023-03-03 17:32:32,625 wheel INFO installing to build/bdist.linux-armv8l/wheel >2023-03-03 17:32:32,625 root INFO running install >2023-03-03 17:32:32,657 root INFO running install_lib >2023-03-03 17:32:32,749 root INFO creating build/bdist.linux-armv8l >2023-03-03 17:32:32,749 root INFO creating build/bdist.linux-armv8l/wheel >2023-03-03 17:32:32,750 root INFO creating build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:32,751 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/greenlet_refs.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:32,752 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/greenlet_thread_state.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:32,753 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/greenlet_compiler_compat.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:32,754 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/greenlet_exceptions.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:32,755 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/greenlet.h -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:32,756 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/greenlet_greenlet.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:32,757 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/greenlet_cpython_compat.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:32,758 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/_greenlet.cpython-39-arm-linux-gnueabihf.so -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:32,760 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/greenlet_internal.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:32,761 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/greenlet.cpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:32,762 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/greenlet_allocator.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:32,763 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/slp_platformselect.h -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:32,764 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/greenlet_slp_switch.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:32,765 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/greenlet_thread_support.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:32,766 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/greenlet_thread_state_dict_cleanup.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:32,767 root INFO creating build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,768 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_alpha_unix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,769 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_mips_unix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,770 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_x64_msvc.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,770 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_amd64_unix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,771 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_x64_masm.obj -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,772 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_arm32_gcc.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,773 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_ppc64_aix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,774 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_x86_msvc.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,775 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_ppc64_linux.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,776 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_sparc_sun_gcc.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,777 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_ppc_aix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,778 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_ppc_macosx.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,779 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_csky_gcc.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,780 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_x64_masm.asm -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,781 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_s390_unix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,782 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_m68k_gcc.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,783 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_x86_unix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,784 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_aarch64_gcc.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,785 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/setup_switch_x64_masm.cmd -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,786 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_x32_unix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,787 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_riscv_unix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,788 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_ppc_unix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,789 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_arm64_msvc.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,790 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/__init__.py -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,791 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_ppc_linux.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,792 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_arm32_ios.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,793 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_arm64_masm.obj -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,794 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/platform/switch_arm64_masm.asm -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:32,795 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/__init__.py -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:32,796 root INFO creating build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,797 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/test_throw.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,798 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/test_greenlet_trash.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,799 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/test_generator.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,800 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/_test_extension_cpp.cpython-39-arm-linux-gnueabihf.so -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,801 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/test_cpp.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,802 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/test_extension_interface.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,803 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/test_generator_nested.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,804 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/test_contextvars.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,805 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/test_greenlet.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,806 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/test_stack_saved.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,807 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/test_version.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,808 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/_test_extension_cpp.cpp -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,809 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/test_gc.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,810 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/leakcheck.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,811 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/_test_extension.cpython-39-arm-linux-gnueabihf.so -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,813 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/test_tracing.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,814 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/__init__.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,815 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/test_leaks.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,816 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/_test_extension.c -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,817 root INFO copying build/lib.linux-armv8l-cpython-39/greenlet/tests/test_weakref.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:32,818 root WARNING warning: install_lib: byte-compiling is disabled, skipping. > >2023-03-03 17:32:32,818 root INFO running install_headers >2023-03-03 17:32:32,909 root INFO creating build/bdist.linux-armv8l/wheel/greenlet-2.0.2.data >2023-03-03 17:32:32,910 root INFO creating build/bdist.linux-armv8l/wheel/greenlet-2.0.2.data/headers >2023-03-03 17:32:32,910 root INFO copying src/greenlet/greenlet.h -> build/bdist.linux-armv8l/wheel/greenlet-2.0.2.data/headers >2023-03-03 17:32:32,911 root INFO running install_egg_info >2023-03-03 17:32:33,011 root INFO Copying src/greenlet.egg-info to build/bdist.linux-armv8l/wheel/greenlet-2.0.2-py3.9.egg-info >2023-03-03 17:32:33,017 root INFO running install_scripts >2023-03-03 17:32:33,080 wheel INFO creating build/bdist.linux-armv8l/wheel/greenlet-2.0.2.dist-info/WHEEL >2023-03-03 17:32:33,081 wheel INFO creating '/var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2-python3_9/wheel/.tmp-xj67p28z/greenlet-2.0.2-cp39-cp39-linux_armv8l.whl' and adding 'build/bdist.linux-armv8l/wheel' to it >2023-03-03 17:32:33,082 wheel INFO adding 'greenlet/__init__.py' >2023-03-03 17:32:33,084 wheel INFO adding 'greenlet/_greenlet.cpython-39-arm-linux-gnueabihf.so' >2023-03-03 17:32:33,086 wheel INFO adding 'greenlet/greenlet.cpp' >2023-03-03 17:32:33,088 wheel INFO adding 'greenlet/greenlet.h' >2023-03-03 17:32:33,089 wheel INFO adding 'greenlet/greenlet_allocator.hpp' >2023-03-03 17:32:33,090 wheel INFO adding 'greenlet/greenlet_compiler_compat.hpp' >2023-03-03 17:32:33,091 wheel INFO adding 'greenlet/greenlet_cpython_compat.hpp' >2023-03-03 17:32:33,091 wheel INFO adding 'greenlet/greenlet_exceptions.hpp' >2023-03-03 17:32:33,092 wheel INFO adding 'greenlet/greenlet_greenlet.hpp' >2023-03-03 17:32:33,094 wheel INFO adding 'greenlet/greenlet_internal.hpp' >2023-03-03 17:32:33,094 wheel INFO adding 'greenlet/greenlet_refs.hpp' >2023-03-03 17:32:33,095 wheel INFO adding 'greenlet/greenlet_slp_switch.hpp' >2023-03-03 17:32:33,096 wheel INFO adding 'greenlet/greenlet_thread_state.hpp' >2023-03-03 17:32:33,097 wheel INFO adding 'greenlet/greenlet_thread_state_dict_cleanup.hpp' >2023-03-03 17:32:33,098 wheel INFO adding 'greenlet/greenlet_thread_support.hpp' >2023-03-03 17:32:33,099 wheel INFO adding 'greenlet/slp_platformselect.h' >2023-03-03 17:32:33,100 wheel INFO adding 'greenlet/platform/__init__.py' >2023-03-03 17:32:33,101 wheel INFO adding 'greenlet/platform/setup_switch_x64_masm.cmd' >2023-03-03 17:32:33,102 wheel INFO adding 'greenlet/platform/switch_aarch64_gcc.h' >2023-03-03 17:32:33,102 wheel INFO adding 'greenlet/platform/switch_alpha_unix.h' >2023-03-03 17:32:33,103 wheel INFO adding 'greenlet/platform/switch_amd64_unix.h' >2023-03-03 17:32:33,104 wheel INFO adding 'greenlet/platform/switch_arm32_gcc.h' >2023-03-03 17:32:33,105 wheel INFO adding 'greenlet/platform/switch_arm32_ios.h' >2023-03-03 17:32:33,105 wheel INFO adding 'greenlet/platform/switch_arm64_masm.asm' >2023-03-03 17:32:33,106 wheel INFO adding 'greenlet/platform/switch_arm64_masm.obj' >2023-03-03 17:32:33,107 wheel INFO adding 'greenlet/platform/switch_arm64_msvc.h' >2023-03-03 17:32:33,108 wheel INFO adding 'greenlet/platform/switch_csky_gcc.h' >2023-03-03 17:32:33,108 wheel INFO adding 'greenlet/platform/switch_m68k_gcc.h' >2023-03-03 17:32:33,109 wheel INFO adding 'greenlet/platform/switch_mips_unix.h' >2023-03-03 17:32:33,110 wheel INFO adding 'greenlet/platform/switch_ppc64_aix.h' >2023-03-03 17:32:33,111 wheel INFO adding 'greenlet/platform/switch_ppc64_linux.h' >2023-03-03 17:32:33,112 wheel INFO adding 'greenlet/platform/switch_ppc_aix.h' >2023-03-03 17:32:33,112 wheel INFO adding 'greenlet/platform/switch_ppc_linux.h' >2023-03-03 17:32:33,113 wheel INFO adding 'greenlet/platform/switch_ppc_macosx.h' >2023-03-03 17:32:33,114 wheel INFO adding 'greenlet/platform/switch_ppc_unix.h' >2023-03-03 17:32:33,115 wheel INFO adding 'greenlet/platform/switch_riscv_unix.h' >2023-03-03 17:32:33,116 wheel INFO adding 'greenlet/platform/switch_s390_unix.h' >2023-03-03 17:32:33,116 wheel INFO adding 'greenlet/platform/switch_sparc_sun_gcc.h' >2023-03-03 17:32:33,117 wheel INFO adding 'greenlet/platform/switch_x32_unix.h' >2023-03-03 17:32:33,118 wheel INFO adding 'greenlet/platform/switch_x64_masm.asm' >2023-03-03 17:32:33,119 wheel INFO adding 'greenlet/platform/switch_x64_masm.obj' >2023-03-03 17:32:33,119 wheel INFO adding 'greenlet/platform/switch_x64_msvc.h' >2023-03-03 17:32:33,120 wheel INFO adding 'greenlet/platform/switch_x86_msvc.h' >2023-03-03 17:32:33,121 wheel INFO adding 'greenlet/platform/switch_x86_unix.h' >2023-03-03 17:32:33,122 wheel INFO adding 'greenlet/tests/__init__.py' >2023-03-03 17:32:33,123 wheel INFO adding 'greenlet/tests/_test_extension.c' >2023-03-03 17:32:33,124 wheel INFO adding 'greenlet/tests/_test_extension.cpython-39-arm-linux-gnueabihf.so' >2023-03-03 17:32:33,126 wheel INFO adding 'greenlet/tests/_test_extension_cpp.cpp' >2023-03-03 17:32:33,127 wheel INFO adding 'greenlet/tests/_test_extension_cpp.cpython-39-arm-linux-gnueabihf.so' >2023-03-03 17:32:33,128 wheel INFO adding 'greenlet/tests/leakcheck.py' >2023-03-03 17:32:33,129 wheel INFO adding 'greenlet/tests/test_contextvars.py' >2023-03-03 17:32:33,130 wheel INFO adding 'greenlet/tests/test_cpp.py' >2023-03-03 17:32:33,131 wheel INFO adding 'greenlet/tests/test_extension_interface.py' >2023-03-03 17:32:33,132 wheel INFO adding 'greenlet/tests/test_gc.py' >2023-03-03 17:32:33,132 wheel INFO adding 'greenlet/tests/test_generator.py' >2023-03-03 17:32:33,133 wheel INFO adding 'greenlet/tests/test_generator_nested.py' >2023-03-03 17:32:33,134 wheel INFO adding 'greenlet/tests/test_greenlet.py' >2023-03-03 17:32:33,135 wheel INFO adding 'greenlet/tests/test_greenlet_trash.py' >2023-03-03 17:32:33,136 wheel INFO adding 'greenlet/tests/test_leaks.py' >2023-03-03 17:32:33,137 wheel INFO adding 'greenlet/tests/test_stack_saved.py' >2023-03-03 17:32:33,138 wheel INFO adding 'greenlet/tests/test_throw.py' >2023-03-03 17:32:33,139 wheel INFO adding 'greenlet/tests/test_tracing.py' >2023-03-03 17:32:33,140 wheel INFO adding 'greenlet/tests/test_version.py' >2023-03-03 17:32:33,140 wheel INFO adding 'greenlet/tests/test_weakref.py' >2023-03-03 17:32:33,141 wheel INFO adding 'greenlet-2.0.2.data/headers/greenlet.h' >2023-03-03 17:32:33,143 wheel INFO adding 'greenlet-2.0.2.dist-info/AUTHORS' >2023-03-03 17:32:33,144 wheel INFO adding 'greenlet-2.0.2.dist-info/LICENSE' >2023-03-03 17:32:33,144 wheel INFO adding 'greenlet-2.0.2.dist-info/LICENSE.PSF' >2023-03-03 17:32:33,145 wheel INFO adding 'greenlet-2.0.2.dist-info/METADATA' >2023-03-03 17:32:33,146 wheel INFO adding 'greenlet-2.0.2.dist-info/WHEEL' >2023-03-03 17:32:33,146 wheel INFO adding 'greenlet-2.0.2.dist-info/top_level.txt' >2023-03-03 17:32:33,147 wheel INFO adding 'greenlet-2.0.2.dist-info/RECORD' >2023-03-03 17:32:33,148 wheel INFO removing build/bdist.linux-armv8l/wheel >2023-03-03 17:32:33,161 gpep517 INFO The backend produced /var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2-python3_9/wheel/greenlet-2.0.2-cp39-cp39-linux_armv8l.whl > * Installing greenlet-2.0.2-cp39-cp39-linux_armv8l.whl to /var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2-python3_9/install >gpep517 install-wheel --destdir=/var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2-python3_9/install --interpreter=/usr/bin/python3.9 --prefix=/usr --optimize=all /var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2-python3_9/wheel/greenlet-2.0.2-cp39-cp39-linux_armv8l.whl >2023-03-03 17:32:33,467 gpep517 INFO Installing /var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2-python3_9/wheel/greenlet-2.0.2-cp39-cp39-linux_armv8l.whl into /var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2-python3_9/install >2023-03-03 17:32:33,781 gpep517 INFO Installation complete > * python3_10: running distutils-r1_run_phase distutils-r1_python_compile >python3.10 setup.py build_ext -j 16 >running build_ext >building 'greenlet._greenlet' extension >building 'greenlet.tests._test_extension' extension >building 'greenlet.tests._test_extension_cpp' extension >creating build >creating build >creating build >creating build/temp.linux-armv8l-cpython-310 >creating build/temp.linux-armv8l-cpython-310 >creating build/temp.linux-armv8l-cpython-310 >creating build/temp.linux-armv8l-cpython-310/src >creating build/temp.linux-armv8l-cpython-310/src >creating build/temp.linux-armv8l-cpython-310/src >creating build/temp.linux-armv8l-cpython-310/src/greenlet >creating build/temp.linux-armv8l-cpython-310/src/greenlet >creating build/temp.linux-armv8l-cpython-310/src/greenlet >creating build/temp.linux-armv8l-cpython-310/src/greenlet/tests >creating build/temp.linux-armv8l-cpython-310/src/greenlet/tests >armv7a-unknown-linux-gnueabihf-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python3.10 -c src/greenlet/greenlet.cpp -o build/temp.linux-armv8l-cpython-310/src/greenlet/greenlet.o >armv7a-unknown-linux-gnueabihf-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Isrc/greenlet/ -I/usr/include/python3.10 -c src/greenlet/tests/_test_extension.c -o build/temp.linux-armv8l-cpython-310/src/greenlet/tests/_test_extension.o >armv7a-unknown-linux-gnueabihf-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -Isrc/greenlet/ -I/usr/include/python3.10 -c src/greenlet/tests/_test_extension_cpp.cpp -o build/temp.linux-armv8l-cpython-310/src/greenlet/tests/_test_extension_cpp.o >creating build/lib.linux-armv8l-cpython-310 >creating build/lib.linux-armv8l-cpython-310/greenlet >creating build/lib.linux-armv8l-cpython-310/greenlet/tests >armv7a-unknown-linux-gnueabihf-gcc -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv8l-cpython-310/src/greenlet/tests/_test_extension.o -L/usr/lib -o build/lib.linux-armv8l-cpython-310/greenlet/tests/_test_extension.cpython-310-arm-linux-gnueabihf.so >armv7a-unknown-linux-gnueabihf-g++ -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv8l-cpython-310/src/greenlet/tests/_test_extension_cpp.o -L/usr/lib -o build/lib.linux-armv8l-cpython-310/greenlet/tests/_test_extension_cpp.cpython-310-arm-linux-gnueabihf.so >In file included from src/greenlet/slp_platformselect.h:48, > from src/greenlet/greenlet_slp_switch.hpp:82, > from src/greenlet/greenlet.cpp:21: >src/greenlet/platform/switch_arm32_gcc.h: In function âint slp_switch()â: >src/greenlet/platform/switch_arm32_gcc.h:59:23: warning: ISO C++17 does not allow âregisterâ storage class specifier [-Wregister] > 59 | register int *stackref, stsizediff; > | ^~~~~~~~ >src/greenlet/platform/switch_arm32_gcc.h:59:33: warning: ISO C++17 does not allow âregisterâ storage class specifier [-Wregister] > 59 | register int *stackref, stsizediff; > | ^~~~~~~~~~ >armv7a-unknown-linux-gnueabihf-g++ -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv8l-cpython-310/src/greenlet/greenlet.o -L/usr/lib -o build/lib.linux-armv8l-cpython-310/greenlet/_greenlet.cpython-310-arm-linux-gnueabihf.so > * Building the wheel for greenlet-2.0.2 via setuptools.build_meta:__legacy__ >gpep517 build-wheel --backend setuptools.build_meta:__legacy__ --output-fd 3 --wheel-dir /var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2-python3_10/wheel >2023-03-03 17:32:42,554 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ >2023-03-03 17:32:43,010 root INFO running bdist_wheel >2023-03-03 17:32:43,532 root INFO running build >2023-03-03 17:32:43,532 root INFO running build_py >2023-03-03 17:32:43,625 root INFO copying src/greenlet/__init__.py -> build/lib.linux-armv8l-cpython-310/greenlet >2023-03-03 17:32:43,627 root INFO creating build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:43,628 root INFO copying src/greenlet/platform/__init__.py -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:43,630 root INFO copying src/greenlet/tests/test_throw.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:43,631 root INFO copying src/greenlet/tests/test_greenlet_trash.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:43,632 root INFO copying src/greenlet/tests/test_generator.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:43,633 root INFO copying src/greenlet/tests/test_cpp.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:43,634 root INFO copying src/greenlet/tests/test_extension_interface.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:43,635 root INFO copying src/greenlet/tests/test_generator_nested.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:43,635 root INFO copying src/greenlet/tests/test_contextvars.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:43,637 root INFO copying src/greenlet/tests/test_greenlet.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:43,638 root INFO copying src/greenlet/tests/test_stack_saved.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:43,639 root INFO copying src/greenlet/tests/test_version.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:43,640 root INFO copying src/greenlet/tests/test_gc.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:43,640 root INFO copying src/greenlet/tests/leakcheck.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:43,641 root INFO copying src/greenlet/tests/test_tracing.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:43,642 root INFO copying src/greenlet/tests/__init__.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:43,643 root INFO copying src/greenlet/tests/test_leaks.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:43,644 root INFO copying src/greenlet/tests/test_weakref.py -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:43,645 root INFO running egg_info >2023-03-03 17:32:43,833 root INFO writing src/greenlet.egg-info/PKG-INFO >2023-03-03 17:32:43,835 root INFO writing dependency_links to src/greenlet.egg-info/dependency_links.txt >2023-03-03 17:32:43,836 root INFO writing requirements to src/greenlet.egg-info/requires.txt >2023-03-03 17:32:43,836 root INFO writing top-level names to src/greenlet.egg-info/top_level.txt >2023-03-03 17:32:44,048 setuptools_scm.file_finder_git ERROR listing git files failed - pretending there aren't any >2023-03-03 17:32:44,081 root INFO reading manifest file 'src/greenlet.egg-info/SOURCES.txt' >2023-03-03 17:32:44,084 root INFO reading manifest template 'MANIFEST.in' >2023-03-03 17:32:44,214 root WARNING warning: no previously-included files found matching 'benchmarks/*.json' >2023-03-03 17:32:44,220 root WARNING no previously-included directories found matching 'docs/_build' >2023-03-03 17:32:44,227 root WARNING warning: no files found matching '*.py' under directory 'appveyor' >2023-03-03 17:32:44,229 root WARNING warning: no previously-included files matching '*.pyc' found anywhere in distribution >2023-03-03 17:32:44,230 root WARNING warning: no previously-included files matching '*.pyd' found anywhere in distribution >2023-03-03 17:32:44,231 root WARNING warning: no previously-included files matching '*.so' found anywhere in distribution >2023-03-03 17:32:44,232 root WARNING warning: no previously-included files matching '.coverage' found anywhere in distribution >2023-03-03 17:32:44,232 root INFO adding license file 'LICENSE' >2023-03-03 17:32:44,232 root INFO adding license file 'LICENSE.PSF' >2023-03-03 17:32:44,232 root INFO adding license file 'AUTHORS' >2023-03-03 17:32:44,239 root INFO writing manifest file 'src/greenlet.egg-info/SOURCES.txt' >2023-03-03 17:32:44,245 root INFO copying src/greenlet/greenlet.cpp -> build/lib.linux-armv8l-cpython-310/greenlet >2023-03-03 17:32:44,246 root INFO copying src/greenlet/greenlet.h -> build/lib.linux-armv8l-cpython-310/greenlet >2023-03-03 17:32:44,248 root INFO copying src/greenlet/greenlet_allocator.hpp -> build/lib.linux-armv8l-cpython-310/greenlet >2023-03-03 17:32:44,249 root INFO copying src/greenlet/greenlet_compiler_compat.hpp -> build/lib.linux-armv8l-cpython-310/greenlet >2023-03-03 17:32:44,250 root INFO copying src/greenlet/greenlet_cpython_compat.hpp -> build/lib.linux-armv8l-cpython-310/greenlet >2023-03-03 17:32:44,251 root INFO copying src/greenlet/greenlet_exceptions.hpp -> build/lib.linux-armv8l-cpython-310/greenlet >2023-03-03 17:32:44,252 root INFO copying src/greenlet/greenlet_greenlet.hpp -> build/lib.linux-armv8l-cpython-310/greenlet >2023-03-03 17:32:44,253 root INFO copying src/greenlet/greenlet_internal.hpp -> build/lib.linux-armv8l-cpython-310/greenlet >2023-03-03 17:32:44,255 root INFO copying src/greenlet/greenlet_refs.hpp -> build/lib.linux-armv8l-cpython-310/greenlet >2023-03-03 17:32:44,256 root INFO copying src/greenlet/greenlet_slp_switch.hpp -> build/lib.linux-armv8l-cpython-310/greenlet >2023-03-03 17:32:44,257 root INFO copying src/greenlet/greenlet_thread_state.hpp -> build/lib.linux-armv8l-cpython-310/greenlet >2023-03-03 17:32:44,258 root INFO copying src/greenlet/greenlet_thread_state_dict_cleanup.hpp -> build/lib.linux-armv8l-cpython-310/greenlet >2023-03-03 17:32:44,259 root INFO copying src/greenlet/greenlet_thread_support.hpp -> build/lib.linux-armv8l-cpython-310/greenlet >2023-03-03 17:32:44,261 root INFO copying src/greenlet/slp_platformselect.h -> build/lib.linux-armv8l-cpython-310/greenlet >2023-03-03 17:32:44,262 root INFO copying src/greenlet/platform/setup_switch_x64_masm.cmd -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,263 root INFO copying src/greenlet/platform/switch_aarch64_gcc.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,264 root INFO copying src/greenlet/platform/switch_alpha_unix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,265 root INFO copying src/greenlet/platform/switch_amd64_unix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,266 root INFO copying src/greenlet/platform/switch_arm32_gcc.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,267 root INFO copying src/greenlet/platform/switch_arm32_ios.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,269 root INFO copying src/greenlet/platform/switch_arm64_masm.asm -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,270 root INFO copying src/greenlet/platform/switch_arm64_masm.obj -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,271 root INFO copying src/greenlet/platform/switch_arm64_msvc.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,272 root INFO copying src/greenlet/platform/switch_csky_gcc.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,273 root INFO copying src/greenlet/platform/switch_m68k_gcc.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,274 root INFO copying src/greenlet/platform/switch_mips_unix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,276 root INFO copying src/greenlet/platform/switch_ppc64_aix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,277 root INFO copying src/greenlet/platform/switch_ppc64_linux.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,278 root INFO copying src/greenlet/platform/switch_ppc_aix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,279 root INFO copying src/greenlet/platform/switch_ppc_linux.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,280 root INFO copying src/greenlet/platform/switch_ppc_macosx.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,281 root INFO copying src/greenlet/platform/switch_ppc_unix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,282 root INFO copying src/greenlet/platform/switch_riscv_unix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,284 root INFO copying src/greenlet/platform/switch_s390_unix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,285 root INFO copying src/greenlet/platform/switch_sparc_sun_gcc.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,286 root INFO copying src/greenlet/platform/switch_x32_unix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,287 root INFO copying src/greenlet/platform/switch_x64_masm.asm -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,288 root INFO copying src/greenlet/platform/switch_x64_masm.obj -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,289 root INFO copying src/greenlet/platform/switch_x64_msvc.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,290 root INFO copying src/greenlet/platform/switch_x86_msvc.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,292 root INFO copying src/greenlet/platform/switch_x86_unix.h -> build/lib.linux-armv8l-cpython-310/greenlet/platform >2023-03-03 17:32:44,293 root INFO copying src/greenlet/tests/_test_extension.c -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:44,294 root INFO copying src/greenlet/tests/_test_extension_cpp.cpp -> build/lib.linux-armv8l-cpython-310/greenlet/tests >2023-03-03 17:32:44,297 root WARNING warning: build_py: byte-compiling is disabled, skipping. > >2023-03-03 17:32:44,297 root INFO running build_ext >2023-03-03 17:32:44,488 wheel INFO installing to build/bdist.linux-armv8l/wheel >2023-03-03 17:32:44,488 root INFO running install >2023-03-03 17:32:44,517 root INFO running install_lib >2023-03-03 17:32:44,610 root INFO creating build/bdist.linux-armv8l >2023-03-03 17:32:44,610 root INFO creating build/bdist.linux-armv8l/wheel >2023-03-03 17:32:44,611 root INFO creating build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:44,612 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/greenlet_refs.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:44,613 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/greenlet_thread_state.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:44,614 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/greenlet_compiler_compat.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:44,615 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/greenlet_exceptions.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:44,616 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/greenlet.h -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:44,617 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/greenlet_greenlet.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:44,618 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/greenlet_cpython_compat.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:44,619 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/greenlet_internal.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:44,620 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/greenlet.cpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:44,621 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/greenlet_allocator.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:44,622 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/slp_platformselect.h -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:44,623 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/greenlet_slp_switch.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:44,624 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/_greenlet.cpython-310-arm-linux-gnueabihf.so -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:44,626 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/greenlet_thread_support.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:44,627 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/greenlet_thread_state_dict_cleanup.hpp -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:44,628 root INFO creating build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,629 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_alpha_unix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,630 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_mips_unix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,631 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_x64_msvc.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,632 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_amd64_unix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,633 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_x64_masm.obj -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,634 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_arm32_gcc.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,635 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_ppc64_aix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,636 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_x86_msvc.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,637 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_ppc64_linux.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,638 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_sparc_sun_gcc.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,639 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_ppc_aix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,640 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_ppc_macosx.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,641 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_csky_gcc.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,642 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_x64_masm.asm -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,643 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_s390_unix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,644 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_m68k_gcc.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,645 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_x86_unix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,646 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_aarch64_gcc.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,647 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/setup_switch_x64_masm.cmd -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,648 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_x32_unix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,649 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_riscv_unix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,650 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_ppc_unix.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,651 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_arm64_msvc.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,652 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/__init__.py -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,653 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_ppc_linux.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,654 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_arm32_ios.h -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,655 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_arm64_masm.obj -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,656 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/platform/switch_arm64_masm.asm -> build/bdist.linux-armv8l/wheel/greenlet/platform >2023-03-03 17:32:44,657 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/__init__.py -> build/bdist.linux-armv8l/wheel/greenlet >2023-03-03 17:32:44,658 root INFO creating build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,659 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_throw.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,660 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_greenlet_trash.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,661 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/_test_extension.cpython-310-arm-linux-gnueabihf.so -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,662 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_generator.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,663 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_cpp.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,664 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_extension_interface.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,665 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_generator_nested.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,666 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_contextvars.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,667 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_greenlet.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,669 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_stack_saved.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,670 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_version.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,671 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/_test_extension_cpp.cpp -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,672 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_gc.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,673 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/leakcheck.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,674 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_tracing.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,675 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/_test_extension_cpp.cpython-310-arm-linux-gnueabihf.so -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,676 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/__init__.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,677 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_leaks.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,678 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/_test_extension.c -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,679 root INFO copying build/lib.linux-armv8l-cpython-310/greenlet/tests/test_weakref.py -> build/bdist.linux-armv8l/wheel/greenlet/tests >2023-03-03 17:32:44,680 root WARNING warning: install_lib: byte-compiling is disabled, skipping. > >2023-03-03 17:32:44,680 root INFO running install_headers >2023-03-03 17:32:44,771 root INFO creating build/bdist.linux-armv8l/wheel/greenlet-2.0.2.data >2023-03-03 17:32:44,771 root INFO creating build/bdist.linux-armv8l/wheel/greenlet-2.0.2.data/headers >2023-03-03 17:32:44,772 root INFO copying src/greenlet/greenlet.h -> build/bdist.linux-armv8l/wheel/greenlet-2.0.2.data/headers >2023-03-03 17:32:44,773 root INFO running install_egg_info >2023-03-03 17:32:44,865 root INFO Copying src/greenlet.egg-info to build/bdist.linux-armv8l/wheel/greenlet-2.0.2-py3.10.egg-info >2023-03-03 17:32:44,871 root INFO running install_scripts >2023-03-03 17:32:44,934 wheel INFO creating build/bdist.linux-armv8l/wheel/greenlet-2.0.2.dist-info/WHEEL >2023-03-03 17:32:44,936 wheel INFO creating '/var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2-python3_10/wheel/.tmp-c_w4ekpu/greenlet-2.0.2-cp310-cp310-linux_armv8l.whl' and adding 'build/bdist.linux-armv8l/wheel' to it >2023-03-03 17:32:44,937 wheel INFO adding 'greenlet/__init__.py' >2023-03-03 17:32:44,938 wheel INFO adding 'greenlet/_greenlet.cpython-310-arm-linux-gnueabihf.so' >2023-03-03 17:32:44,941 wheel INFO adding 'greenlet/greenlet.cpp' >2023-03-03 17:32:44,943 wheel INFO adding 'greenlet/greenlet.h' >2023-03-03 17:32:44,943 wheel INFO adding 'greenlet/greenlet_allocator.hpp' >2023-03-03 17:32:44,944 wheel INFO adding 'greenlet/greenlet_compiler_compat.hpp' >2023-03-03 17:32:44,945 wheel INFO adding 'greenlet/greenlet_cpython_compat.hpp' >2023-03-03 17:32:44,946 wheel INFO adding 'greenlet/greenlet_exceptions.hpp' >2023-03-03 17:32:44,947 wheel INFO adding 'greenlet/greenlet_greenlet.hpp' >2023-03-03 17:32:44,948 wheel INFO adding 'greenlet/greenlet_internal.hpp' >2023-03-03 17:32:44,949 wheel INFO adding 'greenlet/greenlet_refs.hpp' >2023-03-03 17:32:44,950 wheel INFO adding 'greenlet/greenlet_slp_switch.hpp' >2023-03-03 17:32:44,951 wheel INFO adding 'greenlet/greenlet_thread_state.hpp' >2023-03-03 17:32:44,952 wheel INFO adding 'greenlet/greenlet_thread_state_dict_cleanup.hpp' >2023-03-03 17:32:44,953 wheel INFO adding 'greenlet/greenlet_thread_support.hpp' >2023-03-03 17:32:44,953 wheel INFO adding 'greenlet/slp_platformselect.h' >2023-03-03 17:32:44,955 wheel INFO adding 'greenlet/platform/__init__.py' >2023-03-03 17:32:44,955 wheel INFO adding 'greenlet/platform/setup_switch_x64_masm.cmd' >2023-03-03 17:32:44,956 wheel INFO adding 'greenlet/platform/switch_aarch64_gcc.h' >2023-03-03 17:32:44,957 wheel INFO adding 'greenlet/platform/switch_alpha_unix.h' >2023-03-03 17:32:44,958 wheel INFO adding 'greenlet/platform/switch_amd64_unix.h' >2023-03-03 17:32:44,959 wheel INFO adding 'greenlet/platform/switch_arm32_gcc.h' >2023-03-03 17:32:44,959 wheel INFO adding 'greenlet/platform/switch_arm32_ios.h' >2023-03-03 17:32:44,960 wheel INFO adding 'greenlet/platform/switch_arm64_masm.asm' >2023-03-03 17:32:44,961 wheel INFO adding 'greenlet/platform/switch_arm64_masm.obj' >2023-03-03 17:32:44,962 wheel INFO adding 'greenlet/platform/switch_arm64_msvc.h' >2023-03-03 17:32:44,963 wheel INFO adding 'greenlet/platform/switch_csky_gcc.h' >2023-03-03 17:32:44,963 wheel INFO adding 'greenlet/platform/switch_m68k_gcc.h' >2023-03-03 17:32:44,964 wheel INFO adding 'greenlet/platform/switch_mips_unix.h' >2023-03-03 17:32:44,965 wheel INFO adding 'greenlet/platform/switch_ppc64_aix.h' >2023-03-03 17:32:44,966 wheel INFO adding 'greenlet/platform/switch_ppc64_linux.h' >2023-03-03 17:32:44,967 wheel INFO adding 'greenlet/platform/switch_ppc_aix.h' >2023-03-03 17:32:44,967 wheel INFO adding 'greenlet/platform/switch_ppc_linux.h' >2023-03-03 17:32:44,968 wheel INFO adding 'greenlet/platform/switch_ppc_macosx.h' >2023-03-03 17:32:44,969 wheel INFO adding 'greenlet/platform/switch_ppc_unix.h' >2023-03-03 17:32:44,970 wheel INFO adding 'greenlet/platform/switch_riscv_unix.h' >2023-03-03 17:32:44,971 wheel INFO adding 'greenlet/platform/switch_s390_unix.h' >2023-03-03 17:32:44,971 wheel INFO adding 'greenlet/platform/switch_sparc_sun_gcc.h' >2023-03-03 17:32:44,972 wheel INFO adding 'greenlet/platform/switch_x32_unix.h' >2023-03-03 17:32:44,973 wheel INFO adding 'greenlet/platform/switch_x64_masm.asm' >2023-03-03 17:32:44,974 wheel INFO adding 'greenlet/platform/switch_x64_masm.obj' >2023-03-03 17:32:44,974 wheel INFO adding 'greenlet/platform/switch_x64_msvc.h' >2023-03-03 17:32:44,975 wheel INFO adding 'greenlet/platform/switch_x86_msvc.h' >2023-03-03 17:32:44,976 wheel INFO adding 'greenlet/platform/switch_x86_unix.h' >2023-03-03 17:32:44,977 wheel INFO adding 'greenlet/tests/__init__.py' >2023-03-03 17:32:44,978 wheel INFO adding 'greenlet/tests/_test_extension.c' >2023-03-03 17:32:44,979 wheel INFO adding 'greenlet/tests/_test_extension.cpython-310-arm-linux-gnueabihf.so' >2023-03-03 17:32:44,981 wheel INFO adding 'greenlet/tests/_test_extension_cpp.cpp' >2023-03-03 17:32:44,982 wheel INFO adding 'greenlet/tests/_test_extension_cpp.cpython-310-arm-linux-gnueabihf.so' >2023-03-03 17:32:44,983 wheel INFO adding 'greenlet/tests/leakcheck.py' >2023-03-03 17:32:44,984 wheel INFO adding 'greenlet/tests/test_contextvars.py' >2023-03-03 17:32:44,985 wheel INFO adding 'greenlet/tests/test_cpp.py' >2023-03-03 17:32:44,986 wheel INFO adding 'greenlet/tests/test_extension_interface.py' >2023-03-03 17:32:44,987 wheel INFO adding 'greenlet/tests/test_gc.py' >2023-03-03 17:32:44,988 wheel INFO adding 'greenlet/tests/test_generator.py' >2023-03-03 17:32:44,988 wheel INFO adding 'greenlet/tests/test_generator_nested.py' >2023-03-03 17:32:44,989 wheel INFO adding 'greenlet/tests/test_greenlet.py' >2023-03-03 17:32:44,990 wheel INFO adding 'greenlet/tests/test_greenlet_trash.py' >2023-03-03 17:32:44,991 wheel INFO adding 'greenlet/tests/test_leaks.py' >2023-03-03 17:32:44,992 wheel INFO adding 'greenlet/tests/test_stack_saved.py' >2023-03-03 17:32:44,993 wheel INFO adding 'greenlet/tests/test_throw.py' >2023-03-03 17:32:44,994 wheel INFO adding 'greenlet/tests/test_tracing.py' >2023-03-03 17:32:44,995 wheel INFO adding 'greenlet/tests/test_version.py' >2023-03-03 17:32:44,995 wheel INFO adding 'greenlet/tests/test_weakref.py' >2023-03-03 17:32:44,997 wheel INFO adding 'greenlet-2.0.2.data/headers/greenlet.h' >2023-03-03 17:32:44,998 wheel INFO adding 'greenlet-2.0.2.dist-info/AUTHORS' >2023-03-03 17:32:44,999 wheel INFO adding 'greenlet-2.0.2.dist-info/LICENSE' >2023-03-03 17:32:45,000 wheel INFO adding 'greenlet-2.0.2.dist-info/LICENSE.PSF' >2023-03-03 17:32:45,000 wheel INFO adding 'greenlet-2.0.2.dist-info/METADATA' >2023-03-03 17:32:45,001 wheel INFO adding 'greenlet-2.0.2.dist-info/WHEEL' >2023-03-03 17:32:45,002 wheel INFO adding 'greenlet-2.0.2.dist-info/top_level.txt' >2023-03-03 17:32:45,003 wheel INFO adding 'greenlet-2.0.2.dist-info/RECORD' >2023-03-03 17:32:45,004 wheel INFO removing build/bdist.linux-armv8l/wheel >2023-03-03 17:32:45,017 gpep517 INFO The backend produced /var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2-python3_10/wheel/greenlet-2.0.2-cp310-cp310-linux_armv8l.whl > * Installing greenlet-2.0.2-cp310-cp310-linux_armv8l.whl to /var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2-python3_10/install >gpep517 install-wheel --destdir=/var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2-python3_10/install --interpreter=/usr/bin/python3.10 --prefix=/usr --optimize=all /var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2-python3_10/wheel/greenlet-2.0.2-cp310-cp310-linux_armv8l.whl >2023-03-03 17:32:45,331 gpep517 INFO Installing /var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2-python3_10/wheel/greenlet-2.0.2-cp310-cp310-linux_armv8l.whl into /var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2-python3_10/install >2023-03-03 17:32:45,649 gpep517 INFO Installation complete > * Checking whether python3_11 is suitable ... > * >=dev-lang/python-3.11.1-r1:3.11 ... > [ ok ] > * python_check_deps ... > [ ok ] > * Using python3.11 in global scope > * python3_11: running distutils-r1_run_phase python_compile_all >>>> Source compiled. >>>> Test phase: dev-python/greenlet-2.0.2 > * python3_9: running distutils-r1_run_phase python_test >python3.9 -m unittest_or_fail discover -v greenlet.tests >Traceback (most recent call last): > File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main > return _run_code(code, main_globals, None, > File "/usr/lib/python3.9/runpy.py", line 87, in _run_code > exec(code, run_globals) > File "/usr/lib/python3.9/site-packages/unittest_or_fail.py", line 24, in <module> > main(module=None, testRunner=NonZeroTextTestRunner) > File "/usr/lib/python3.9/unittest/main.py", line 100, in __init__ > self.parseArgs(argv) > File "/usr/lib/python3.9/unittest/main.py", line 124, in parseArgs > self._do_discovery(argv[2:]) > File "/usr/lib/python3.9/unittest/main.py", line 244, in _do_discovery > self.createTests(from_discovery=True, Loader=Loader) > File "/usr/lib/python3.9/unittest/main.py", line 154, in createTests > self.test = loader.discover(self.start, self.pattern, self.top) > File "/usr/lib/python3.9/unittest/loader.py", line 346, in discover > raise ImportError('Start directory is not importable: %r' % start_dir) >ImportError: Start directory is not importable: 'greenlet.tests' > * ERROR: dev-python/greenlet-2.0.2::gentoo failed (test phase): > * Tests failed with python3.9 > * > * Call stack: > * ebuild.sh, line 136: Called src_test > * environment, line 3394: Called distutils-r1_src_test > * environment, line 1612: Called _distutils-r1_run_foreach_impl 'python_test' > * environment, line 702: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test' > * environment, line 3059: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2610: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test' > * environment, line 2608: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test' > * environment, line 1043: Called distutils-r1_run_phase 'python_test' > * environment, line 1535: Called python_test > * environment, line 3342: Called eunittest 'greenlet.tests' > * environment, line 2155: Called die > * The specific snippet of code: > * "${@}" || die -n "Tests failed with ${EPYTHON}"; > * > * If you need support, post the output of `emerge --info '=dev-python/greenlet-2.0.2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/greenlet-2.0.2::gentoo'`. > * The complete build log is located at '/var/tmp/portage/dev-python/greenlet-2.0.2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/greenlet-2.0.2/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2' > * S: '/var/tmp/portage/dev-python/greenlet-2.0.2/work/greenlet-2.0.2'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 899164
: 855996