[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_1 #346573

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Jul 16 18:16:06 BST 2021


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_1/346573/display/redirect>

Changes:


------------------------------------------
[...truncated 46.06 KB...]
creating build/lib.linux-x86_64-3.9/greenlet
copying src/greenlet/__init__.py -> build/lib.linux-x86_64-3.9/greenlet
creating build/lib.linux-x86_64-3.9/greenlet/tests
copying src/greenlet/tests/test_weakref.py -> build/lib.linux-x86_64-3.9/greenlet/tests
copying src/greenlet/tests/test_version.py -> build/lib.linux-x86_64-3.9/greenlet/tests
copying src/greenlet/tests/test_tracing.py -> build/lib.linux-x86_64-3.9/greenlet/tests
copying src/greenlet/tests/test_throw.py -> build/lib.linux-x86_64-3.9/greenlet/tests
copying src/greenlet/tests/test_stack_saved.py -> build/lib.linux-x86_64-3.9/greenlet/tests
copying src/greenlet/tests/test_leaks.py -> build/lib.linux-x86_64-3.9/greenlet/tests
copying src/greenlet/tests/test_greenlet.py -> build/lib.linux-x86_64-3.9/greenlet/tests
copying src/greenlet/tests/test_generator_nested.py -> build/lib.linux-x86_64-3.9/greenlet/tests
copying src/greenlet/tests/test_generator.py -> build/lib.linux-x86_64-3.9/greenlet/tests
copying src/greenlet/tests/test_gc.py -> build/lib.linux-x86_64-3.9/greenlet/tests
copying src/greenlet/tests/test_extension_interface.py -> build/lib.linux-x86_64-3.9/greenlet/tests
copying src/greenlet/tests/test_cpp.py -> build/lib.linux-x86_64-3.9/greenlet/tests
copying src/greenlet/tests/test_contextvars.py -> build/lib.linux-x86_64-3.9/greenlet/tests
copying src/greenlet/tests/__init__.py -> build/lib.linux-x86_64-3.9/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'
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.c -> build/lib.linux-x86_64-3.9/greenlet
copying src/greenlet/greenlet.h -> build/lib.linux-x86_64-3.9/greenlet
copying src/greenlet/slp_platformselect.h -> build/lib.linux-x86_64-3.9/greenlet
creating build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/setup_switch_x64_masm.cmd -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_aarch64_gcc.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_alpha_unix.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_amd64_unix.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_arm32_gcc.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_arm32_ios.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_csky_gcc.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_m68k_gcc.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_mips_unix.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_ppc64_aix.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_ppc64_linux.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_ppc_aix.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_ppc_linux.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_ppc_macosx.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_ppc_unix.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_riscv_unix.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_s390_unix.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_sparc_sun_gcc.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_x32_unix.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_x64_masm.asm -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_x64_masm.obj -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_x64_msvc.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_x86_msvc.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/platform/switch_x86_unix.h -> build/lib.linux-x86_64-3.9/greenlet/platform
copying src/greenlet/tests/_test_extension.c -> build/lib.linux-x86_64-3.9/greenlet/tests
copying src/greenlet/tests/_test_extension_cpp.cpp -> build/lib.linux-x86_64-3.9/greenlet/tests
running build_ext
building 'greenlet._greenlet' extension
creating build/temp.linux-x86_64-3.9
creating build/temp.linux-x86_64-3.9/src
creating build/temp.linux-x86_64-3.9/src/greenlet
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c src/greenlet/greenlet.c -o build/temp.linux-x86_64-3.9/src/greenlet/greenlet.o
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fno-semantic-interposition -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/src/greenlet/greenlet.o -L/usr/lib -o build/lib.linux-x86_64-3.9/greenlet/_greenlet.cpython-39-x86_64-linux-gnu.so
building 'greenlet.tests._test_extension' extension
creating build/temp.linux-x86_64-3.9/src/greenlet/tests
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -Isrc/greenlet/ -I/usr/include/python3.9 -c src/greenlet/tests/_test_extension.c -o build/temp.linux-x86_64-3.9/src/greenlet/tests/_test_extension.o
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fno-semantic-interposition -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/src/greenlet/tests/_test_extension.o -L/usr/lib -o build/lib.linux-x86_64-3.9/greenlet/tests/_test_extension.cpython-39-x86_64-linux-gnu.so
building 'greenlet.tests._test_extension_cpp' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -Isrc/greenlet/ -I/usr/include/python3.9 -c src/greenlet/tests/_test_extension_cpp.cpp -o build/temp.linux-x86_64-3.9/src/greenlet/tests/_test_extension_cpp.o
g++ -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fno-semantic-interposition -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/src/greenlet/tests/_test_extension_cpp.o -L/usr/lib -o build/lib.linux-x86_64-3.9/greenlet/tests/_test_extension_cpp.cpython-39-x86_64-linux-gnu.so
==> Entering fakeroot environment...
==> Starting package()...
running install
running build
running build_py
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'
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'
running build_ext
running install_lib
creating /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr
creating /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib
creating /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9
creating /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages
creating /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet
copying build/lib.linux-x86_64-3.9/greenlet/_greenlet.cpython-39-x86_64-linux-gnu.so -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet
creating /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_x86_unix.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_x86_msvc.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_x64_msvc.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_x64_masm.obj -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_x64_masm.asm -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_x32_unix.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_sparc_sun_gcc.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_s390_unix.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_riscv_unix.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_ppc_unix.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_ppc_macosx.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_ppc_linux.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_ppc_aix.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_ppc64_linux.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_ppc64_aix.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_mips_unix.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_m68k_gcc.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_csky_gcc.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_arm32_ios.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_arm32_gcc.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_amd64_unix.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_alpha_unix.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/switch_aarch64_gcc.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/platform/setup_switch_x64_masm.cmd -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/platform
copying build/lib.linux-x86_64-3.9/greenlet/slp_platformselect.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet
copying build/lib.linux-x86_64-3.9/greenlet/greenlet.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet
copying build/lib.linux-x86_64-3.9/greenlet/greenlet.c -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet
creating /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/_test_extension_cpp.cpython-39-x86_64-linux-gnu.so -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/_test_extension.cpython-39-x86_64-linux-gnu.so -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/_test_extension_cpp.cpp -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/_test_extension.c -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/__init__.py -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/test_contextvars.py -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/test_cpp.py -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/test_extension_interface.py -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/test_gc.py -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/test_generator.py -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/test_generator_nested.py -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/test_greenlet.py -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/test_leaks.py -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/test_stack_saved.py -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/test_throw.py -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/test_tracing.py -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/test_version.py -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/tests/test_weakref.py -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests
copying build/lib.linux-x86_64-3.9/greenlet/__init__.py -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet
byte-compiling /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests/test_contextvars.py to test_contextvars.cpython-39.pyc
byte-compiling /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests/test_cpp.py to test_cpp.cpython-39.pyc
byte-compiling /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests/test_extension_interface.py to test_extension_interface.cpython-39.pyc
byte-compiling /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests/test_gc.py to test_gc.cpython-39.pyc
byte-compiling /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests/test_generator.py to test_generator.cpython-39.pyc
byte-compiling /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests/test_generator_nested.py to test_generator_nested.cpython-39.pyc
byte-compiling /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests/test_greenlet.py to test_greenlet.cpython-39.pyc
byte-compiling /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests/test_leaks.py to test_leaks.cpython-39.pyc
byte-compiling /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests/test_stack_saved.py to test_stack_saved.cpython-39.pyc
byte-compiling /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests/test_throw.py to test_throw.cpython-39.pyc
byte-compiling /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests/test_tracing.py to test_tracing.cpython-39.pyc
byte-compiling /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests/test_version.py to test_version.cpython-39.pyc
byte-compiling /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/tests/test_weakref.py to test_weakref.cpython-39.pyc
byte-compiling /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet/__init__.py to __init__.cpython-39.pyc
writing byte-compilation script '/tmp/tmpjagaiu6r.py'
/usr/sbin/python /tmp/tmpjagaiu6r.py
removing /tmp/tmpjagaiu6r.py
running install_headers
creating /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/include
creating /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/include/python3.9
creating /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/include/python3.9/greenlet
copying src/greenlet/greenlet.h -> /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/include/python3.9/greenlet
running install_egg_info
Copying src/greenlet.egg-info to /tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/pkg/python-greenlet/usr/lib/python3.9/site-packages/greenlet-1.1.0-py3.9.egg-info
running install_scripts
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-greenlet"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-greenlet 1.1.0-1 (Thu Aug 18 23:38:59 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-python-greenlet-archlinuxrb-build-SKQm3up0
+ tee -a /srv/reproducible-results/archlinuxrb-build-SKQm3up0/b2/python-greenlet/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/python-greenlet-archlinuxrb-build-SKQm3up0/python-greenlet/trunk/python-greenlet-1.1.0-1-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-SKQm3up0/b2/python-greenlet/python-greenlet-1.1.0-1-x86_64.pkg.tar.zst'
Thu Aug 18 23:38:59 UTC 2022 - build #2 for python-greenlet on osuosl170-amd64 done.
Thu Aug 18 23:38:59 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-GKou6nG8, removing.
/srv/reproducible-results/archlinuxrb-build-SKQm3up0:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jul 16 17:15 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jul 16 17:16 b2

/srv/reproducible-results/archlinuxrb-build-SKQm3up0/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 16 17:15 python-greenlet

/srv/reproducible-results/archlinuxrb-build-SKQm3up0/b1/python-greenlet:
total 136
-rw-r--r-- 1 jenkins jenkins 30913 Jul 16 17:15 build1.log
-rw-r--r-- 1 jenkins jenkins     8 Jul 16 17:15 build1.version
-rw-r--r-- 1 jenkins jenkins 95017 Jul 16 17:15 python-greenlet-1.1.0-1-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-SKQm3up0/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 16 17:16 python-greenlet

/srv/reproducible-results/archlinuxrb-build-SKQm3up0/b2/python-greenlet:
total 132
-rw-r--r-- 1 jenkins jenkins 29998 Jul 16 17:16 build2.log
-rw-r--r-- 1 jenkins jenkins     8 Jul 16 17:16 build2.version
-rw-r--r-- 1 jenkins jenkins 95017 Jul 16 17:16 python-greenlet-1.1.0-1-x86_64.pkg.tar.zst
Fri Jul 16 17:16:05 UTC 2021 - comparing results now.
Fri Jul 16 17:16:05 UTC 2021 - YAY - python-greenlet/python-greenlet-1.1.0-1-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Fri Jul 16 17:16:05 UTC 2021 - https://tests.reproducible-builds.org/archlinux/community/python-greenlet/ updated.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
		VALUES ('401945', '1.1.0-1', 'reproducible', '2021-07-16 17:14', '79', 'osuosl169-amd64', 'osuosl170-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_1/346573/')
		ON CONFLICT (package_id)
		DO UPDATE SET version='1.1.0-1', status='reproducible', build_date='2021-07-16 17:14', build_duration='79', node1='osuosl169-amd64', node2='osuosl170-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_1/346573/' WHERE results.package_id='401945'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
		VALUES ('python-greenlet', '1.1.0-1', 'community', 'x86_64', 3, 'reproducible', '2021-07-16 17:14', '79', 'osuosl169-amd64', 'osuosl170-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_1/346573/');
ERROR:  duplicate key value violates unique constraint "stats_build_tmp_name_version_suite_architecture_build_date_key1"
DETAIL:  Key (name, version, suite, architecture, build_date)=(python-greenlet, 1.1.0-1, community, x86_64, 2021-07-16 17:14:00) already exists.
Fri Jul 16 17:16:06 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-SKQm3up0 deleted.
Fri Jul 16 17:16:06 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-gALm38EZ, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list