Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-fpylll.spec'], chrootPath='/var/lib/mock/f33-build-137831-42069/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-fpylll.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580342400 Wrote: /builddir/build/SRPMS/python-fpylll-0.5.1dev-2.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-fpylll.spec'], chrootPath='/var/lib/mock/f33-build-137831-42069/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-fpylll.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580342400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.d8uxc0 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf fpylll-0.5.1dev + /usr/bin/gzip -dc /builddir/build/SOURCES/fpylll-0.5.1dev.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd fpylll-0.5.1dev + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/python-fpylll-mpfr4.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + sed -i 's/\('\''language_level'\'': \)2/\13/' setup.py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iI151Y + umask 022 + cd /builddir/build/BUILD + cd fpylll-0.5.1dev + export CC=gcc + CC=gcc + export 'LDSHARED=gcc -shared' + LDSHARED='gcc -shared' + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-riscv64-3.8 creating build/lib.linux-riscv64-3.8/fpylll copying src/fpylll/__init__.py -> build/lib.linux-riscv64-3.8/fpylll creating build/lib.linux-riscv64-3.8/fpylll/gmp copying src/fpylll/gmp/__init__.py -> build/lib.linux-riscv64-3.8/fpylll/gmp creating build/lib.linux-riscv64-3.8/fpylll/fplll copying src/fpylll/fplll/__init__.py -> build/lib.linux-riscv64-3.8/fpylll/fplll creating build/lib.linux-riscv64-3.8/fpylll/algorithms copying src/fpylll/algorithms/simple_dbkz.py -> build/lib.linux-riscv64-3.8/fpylll/algorithms copying src/fpylll/algorithms/bkz2.py -> build/lib.linux-riscv64-3.8/fpylll/algorithms copying src/fpylll/algorithms/bkz.py -> build/lib.linux-riscv64-3.8/fpylll/algorithms copying src/fpylll/algorithms/pbkz.py -> build/lib.linux-riscv64-3.8/fpylll/algorithms copying src/fpylll/algorithms/__init__.py -> build/lib.linux-riscv64-3.8/fpylll/algorithms copying src/fpylll/algorithms/simple_bkz.py -> build/lib.linux-riscv64-3.8/fpylll/algorithms creating build/lib.linux-riscv64-3.8/fpylll/tools copying src/fpylll/tools/bkz_simulator.py -> build/lib.linux-riscv64-3.8/fpylll/tools copying src/fpylll/tools/bkz_stats.py -> build/lib.linux-riscv64-3.8/fpylll/tools copying src/fpylll/tools/bkz_plot.py -> build/lib.linux-riscv64-3.8/fpylll/tools copying src/fpylll/tools/compare.py -> build/lib.linux-riscv64-3.8/fpylll/tools copying src/fpylll/tools/quality.py -> build/lib.linux-riscv64-3.8/fpylll/tools copying src/fpylll/tools/__init__.py -> build/lib.linux-riscv64-3.8/fpylll/tools copying src/fpylll/tools/benchmark.py -> build/lib.linux-riscv64-3.8/fpylll/tools running build_ext Compiling src/fpylll/gmp/pylong.pyx because it changed. Compiling src/fpylll/fplll/integer_matrix.pyx because it changed. Compiling src/fpylll/fplll/gso.pyx because it changed. Compiling src/fpylll/fplll/lll.pyx because it changed. Compiling src/fpylll/fplll/wrapper.pyx because it changed. Compiling src/fpylll/fplll/bkz_param.pyx because it changed. Compiling src/fpylll/fplll/bkz.pyx because it changed. Compiling src/fpylll/fplll/enumeration.pyx because it changed. Compiling src/fpylll/fplll/svpcvp.pyx because it changed. Compiling src/fpylll/fplll/pruner.pyx because it changed. Compiling src/fpylll/fplll/sieve_gauss.pyx because it changed. Compiling src/fpylll/util.pyx because it changed. Compiling src/fpylll/io.pyx because it changed. Compiling src/fpylll/config.pyx because it changed. Compiling src/fpylll/numpy.pyx because it changed. [ 1/15] Cythonizing src/fpylll/config.pyx [ 2/15] Cythonizing src/fpylll/fplll/bkz.pyx [ 3/15] Cythonizing src/fpylll/fplll/bkz_param.pyx [ 4/15] Cythonizing src/fpylll/fplll/enumeration.pyx [ 5/15] Cythonizing src/fpylll/fplll/gso.pyx [ 6/15] Cythonizing src/fpylll/fplll/integer_matrix.pyx [ 7/15] Cythonizing src/fpylll/fplll/lll.pyx [ 8/15] Cythonizing src/fpylll/fplll/pruner.pyx [ 9/15] Cythonizing src/fpylll/fplll/sieve_gauss.pyx [10/15] Cythonizing src/fpylll/fplll/svpcvp.pyx [11/15] Cythonizing src/fpylll/fplll/wrapper.pyx [12/15] Cythonizing src/fpylll/gmp/pylong.pyx [13/15] Cythonizing src/fpylll/io.pyx [14/15] Cythonizing src/fpylll/numpy.pyx [15/15] Cythonizing src/fpylll/util.pyx building 'fpylll.gmp.pylong' extension creating build/temp.linux-riscv64-3.8 creating build/temp.linux-riscv64-3.8/build creating build/temp.linux-riscv64-3.8/build/src creating build/temp.linux-riscv64-3.8/build/src/fpylll creating build/temp.linux-riscv64-3.8/build/src/fpylll/gmp gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c build/src/fpylll/gmp/pylong.c -o build/temp.linux-riscv64-3.8/build/src/fpylll/gmp/pylong.o build/src/fpylll/gmp/pylong.c: In function ‘__pyx_f_6fpylll_3gmp_6pylong_mpz_get_pylong_large’: build/src/fpylll/gmp/pylong.c:1121:13: warning: assignment to ‘PyObject *’ {aka ‘struct _object *’} from incompatible pointer type ‘PyLongObject *’ {aka ‘struct _longobject *’} [-Wincompatible-pointer-types] 1121 | __pyx_t_2 = _PyLong_New(__pyx_v_pylong_size); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 43, __pyx_L1_error) | ^ gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/build/src/fpylll/gmp/pylong.o -L/usr/lib -L/usr/lib64 -lgmp -o build/lib.linux-riscv64-3.8/fpylll/gmp/pylong.cpython-38-riscv64-linux-gnu.so building 'fpylll.fplll.integer_matrix' extension creating build/temp.linux-riscv64-3.8/build/src/fpylll/fplll gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/fpylll/fplll -I/usr/lib64/python3.8/site-packages/cysignals -I/usr/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c build/src/fpylll/fplll/integer_matrix.cpp -o build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/integer_matrix.o -std=c++11 g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/integer_matrix.o -L/usr/lib -L/usr/lib64 -lgmp -lmpfr -lfplll -lqd -o build/lib.linux-riscv64-3.8/fpylll/fplll/integer_matrix.cpython-38-riscv64-linux-gnu.so -lpari -std=c++11 building 'fpylll.fplll.gso' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/fpylll/fplll -I/usr/lib64/python3.8/site-packages/cysignals -I/usr/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c build/src/fpylll/fplll/gso.cpp -o build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/gso.o -std=c++11 g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/gso.o -L/usr/lib -L/usr/lib64 -lgmp -lmpfr -lfplll -lqd -o build/lib.linux-riscv64-3.8/fpylll/fplll/gso.cpython-38-riscv64-linux-gnu.so -lpari -std=c++11 building 'fpylll.fplll.lll' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/fpylll/fplll -I/usr/lib64/python3.8/site-packages/cysignals -I/usr/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c build/src/fpylll/fplll/lll.cpp -o build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/lll.o -std=c++11 g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/lll.o -L/usr/lib -L/usr/lib64 -lgmp -lmpfr -lfplll -lqd -o build/lib.linux-riscv64-3.8/fpylll/fplll/lll.cpython-38-riscv64-linux-gnu.so -lpari -std=c++11 building 'fpylll.fplll.wrapper' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/fpylll/fplll -I/usr/lib64/python3.8/site-packages/cysignals -I/usr/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c build/src/fpylll/fplll/wrapper.cpp -o build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/wrapper.o -std=c++11 g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/wrapper.o -L/usr/lib -L/usr/lib64 -lgmp -lmpfr -lfplll -lqd -o build/lib.linux-riscv64-3.8/fpylll/fplll/wrapper.cpython-38-riscv64-linux-gnu.so -lpari -std=c++11 building 'fpylll.fplll.bkz_param' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/fpylll/fplll -I/usr/lib64/python3.8/site-packages/cysignals -I/usr/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c build/src/fpylll/fplll/bkz_param.cpp -o build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/bkz_param.o -std=c++11 g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/bkz_param.o -L/usr/lib -L/usr/lib64 -lgmp -lmpfr -lfplll -lqd -o build/lib.linux-riscv64-3.8/fpylll/fplll/bkz_param.cpython-38-riscv64-linux-gnu.so -lpari -std=c++11 building 'fpylll.fplll.bkz' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/fpylll/fplll -I/usr/lib64/python3.8/site-packages/cysignals -I/usr/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c build/src/fpylll/fplll/bkz.cpp -o build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/bkz.o -std=c++11 g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/bkz.o -L/usr/lib -L/usr/lib64 -lgmp -lmpfr -lfplll -lqd -o build/lib.linux-riscv64-3.8/fpylll/fplll/bkz.cpython-38-riscv64-linux-gnu.so -lpari -std=c++11 building 'fpylll.fplll.enumeration' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/fpylll/fplll -I/usr/lib64/python3.8/site-packages/cysignals -I/usr/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c build/src/fpylll/fplll/enumeration.cpp -o build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/enumeration.o -std=c++11 g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/enumeration.o -L/usr/lib -L/usr/lib64 -lgmp -lmpfr -lfplll -lqd -o build/lib.linux-riscv64-3.8/fpylll/fplll/enumeration.cpython-38-riscv64-linux-gnu.so -lpari -std=c++11 building 'fpylll.fplll.svpcvp' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/fpylll/fplll -I/usr/lib64/python3.8/site-packages/cysignals -I/usr/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c build/src/fpylll/fplll/svpcvp.cpp -o build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/svpcvp.o -std=c++11 build/src/fpylll/fplll/svpcvp.cpp: In function ‘PyObject* __pyx_pf_6fpylll_5fplll_6svpcvp_shortest_vector(PyObject*, __pyx_obj_6fpylll_5fplll_14integer_matrix_IntegerMatrix*, PyObject*, int, PyObject*, PyObject*, PyObject*)’: build/src/fpylll/fplll/svpcvp.cpp:2558:35: warning: comparison of integer expressions of different signedness: ‘std::vector, std::allocator > >::size_type’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare] 2558 | for (__pyx_t_9 = 0; __pyx_t_9 < __pyx_t_7; __pyx_t_9+=1) { | ~~~~~~~~~~^~~~~~~~~~~ build/src/fpylll/fplll/svpcvp.cpp: In function ‘PyObject* __pyx_pf_6fpylll_5fplll_6svpcvp_2closest_vector(PyObject*, __pyx_obj_6fpylll_5fplll_14integer_matrix_IntegerMatrix*, PyObject*, PyObject*, int)’: build/src/fpylll/fplll/svpcvp.cpp:3313:33: warning: comparison of integer expressions of different signedness: ‘std::vector, std::allocator > >::size_type’ {aka ‘long unsigned int’} and ‘Py_ssize_t’ {aka ‘long int’} [-Wsign-compare] 3313 | for (__pyx_t_7 = 0; __pyx_t_7 < __pyx_t_6; __pyx_t_7+=1) { | ~~~~~~~~~~^~~~~~~~~~~ g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/svpcvp.o -L/usr/lib -L/usr/lib64 -lgmp -lmpfr -lfplll -lqd -o build/lib.linux-riscv64-3.8/fpylll/fplll/svpcvp.cpython-38-riscv64-linux-gnu.so -lpari -std=c++11 building 'fpylll.fplll.pruner' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/fpylll/fplll -I/usr/lib64/python3.8/site-packages/cysignals -I/usr/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c build/src/fpylll/fplll/pruner.cpp -o build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/pruner.o -std=c++11 g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/pruner.o -L/usr/lib -L/usr/lib64 -lgmp -lmpfr -lfplll -lqd -o build/lib.linux-riscv64-3.8/fpylll/fplll/pruner.cpython-38-riscv64-linux-gnu.so -lpari -std=c++11 building 'fpylll.fplll.sieve_gauss' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/fpylll/fplll -I/usr/lib64/python3.8/site-packages/cysignals -I/usr/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c build/src/fpylll/fplll/sieve_gauss.cpp -o build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/sieve_gauss.o -std=c++11 g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/build/src/fpylll/fplll/sieve_gauss.o -L/usr/lib -L/usr/lib64 -lgmp -lmpfr -lfplll -lqd -o build/lib.linux-riscv64-3.8/fpylll/fplll/sieve_gauss.cpython-38-riscv64-linux-gnu.so -lpari -std=c++11 building 'fpylll.util' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/fpylll -Isrc/fpylll/fplll -I/usr/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c build/src/fpylll/util.cpp -o build/temp.linux-riscv64-3.8/build/src/fpylll/util.o -std=c++11 g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/build/src/fpylll/util.o -L/usr/lib -L/usr/lib64 -lgmp -lmpfr -lfplll -lqd -o build/lib.linux-riscv64-3.8/fpylll/util.cpython-38-riscv64-linux-gnu.so -std=c++11 building 'fpylll.io' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/fpylll/fplll -I/usr/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c build/src/fpylll/io.cpp -o build/temp.linux-riscv64-3.8/build/src/fpylll/io.o -std=c++11 g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/build/src/fpylll/io.o -L/usr/lib -L/usr/lib64 -lgmp -lmpfr -lfplll -lqd -o build/lib.linux-riscv64-3.8/fpylll/io.cpython-38-riscv64-linux-gnu.so -std=c++11 building 'fpylll.config' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/fpylll/fplll -I/usr/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c build/src/fpylll/config.cpp -o build/temp.linux-riscv64-3.8/build/src/fpylll/config.o -std=c++11 g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/build/src/fpylll/config.o -L/usr/lib -L/usr/lib64 -lgmp -lmpfr -lfplll -lqd -o build/lib.linux-riscv64-3.8/fpylll/config.cpython-38-riscv64-linux-gnu.so -std=c++11 building 'fpylll.numpy' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/fpylll/fplll -I/usr/include -I/usr/lib64/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c build/src/fpylll/numpy.cpp -o build/temp.linux-riscv64-3.8/build/src/fpylll/numpy.o -std=c++11 In file included from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1830, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4, from build/src/fpylll/numpy.cpp:709: /usr/lib64/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/build/src/fpylll/numpy.o -L/usr/lib -L/usr/lib64 -lgmp -lmpfr -lfplll -lqd -o build/lib.linux-riscv64-3.8/fpylll/numpy.cpython-38-riscv64-linux-gnu.so -std=c++11 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6qtz92 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64 + cd fpylll-0.5.1dev + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr creating /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8 creating /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages creating /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll creating /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/algorithms copying build/lib.linux-riscv64-3.8/fpylll/algorithms/simple_dbkz.py -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/algorithms copying build/lib.linux-riscv64-3.8/fpylll/algorithms/bkz2.py -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/algorithms copying build/lib.linux-riscv64-3.8/fpylll/algorithms/bkz.py -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/algorithms copying build/lib.linux-riscv64-3.8/fpylll/algorithms/pbkz.py -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/algorithms copying build/lib.linux-riscv64-3.8/fpylll/algorithms/__init__.py -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/algorithms copying build/lib.linux-riscv64-3.8/fpylll/algorithms/simple_bkz.py -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/algorithms copying build/lib.linux-riscv64-3.8/fpylll/numpy.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll copying build/lib.linux-riscv64-3.8/fpylll/util.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll copying build/lib.linux-riscv64-3.8/fpylll/__init__.py -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll copying build/lib.linux-riscv64-3.8/fpylll/io.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll creating /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/gmp copying build/lib.linux-riscv64-3.8/fpylll/gmp/pylong.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/gmp copying build/lib.linux-riscv64-3.8/fpylll/gmp/__init__.py -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/gmp creating /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/tools copying build/lib.linux-riscv64-3.8/fpylll/tools/bkz_simulator.py -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/tools copying build/lib.linux-riscv64-3.8/fpylll/tools/bkz_stats.py -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/tools copying build/lib.linux-riscv64-3.8/fpylll/tools/bkz_plot.py -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/tools copying build/lib.linux-riscv64-3.8/fpylll/tools/compare.py -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/tools copying build/lib.linux-riscv64-3.8/fpylll/tools/quality.py -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/tools copying build/lib.linux-riscv64-3.8/fpylll/tools/__init__.py -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/tools copying build/lib.linux-riscv64-3.8/fpylll/tools/benchmark.py -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/tools copying build/lib.linux-riscv64-3.8/fpylll/config.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll creating /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll copying build/lib.linux-riscv64-3.8/fpylll/fplll/enumeration.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll copying build/lib.linux-riscv64-3.8/fpylll/fplll/gso.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll copying build/lib.linux-riscv64-3.8/fpylll/fplll/sieve_gauss.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll copying build/lib.linux-riscv64-3.8/fpylll/fplll/bkz.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll copying build/lib.linux-riscv64-3.8/fpylll/fplll/__init__.py -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll copying build/lib.linux-riscv64-3.8/fpylll/fplll/integer_matrix.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll copying build/lib.linux-riscv64-3.8/fpylll/fplll/svpcvp.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll copying build/lib.linux-riscv64-3.8/fpylll/fplll/wrapper.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll copying build/lib.linux-riscv64-3.8/fpylll/fplll/pruner.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll copying build/lib.linux-riscv64-3.8/fpylll/fplll/lll.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll copying build/lib.linux-riscv64-3.8/fpylll/fplll/bkz_param.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll byte-compiling /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/algorithms/simple_dbkz.py to simple_dbkz.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/algorithms/bkz2.py to bkz2.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/algorithms/bkz.py to bkz.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/algorithms/pbkz.py to pbkz.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/algorithms/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/algorithms/simple_bkz.py to simple_bkz.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/gmp/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/tools/bkz_simulator.py to bkz_simulator.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/tools/bkz_stats.py to bkz_stats.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/tools/bkz_plot.py to bkz_plot.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/tools/compare.py to compare.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/tools/quality.py to quality.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/tools/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/tools/benchmark.py to benchmark.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/__init__.py to __init__.cpython-38.pyc writing byte-compilation script '/tmp/tmpq6m6rhxi.py' /usr/bin/python3 /tmp/tmpq6m6rhxi.py removing /tmp/tmpq6m6rhxi.py running install_egg_info Writing /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll-0.5.1dev-py3.8.egg-info + rm -rfv /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/bin/__pycache__ + mkdir -p /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/share/doc/python-fpylll + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.5.1dev-2.fc33 --unique-debug-suffix -0.5.1dev-2.fc33.riscv64 --unique-debug-src-base python-fpylll-0.5.1dev-2.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/fpylll-0.5.1dev explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/config.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/bkz_param.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/bkz.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/enumeration.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/config.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/bkz.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/enumeration.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/bkz_param.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/gso.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/gso.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/integer_matrix.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/integer_matrix.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/lll.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/lll.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/pruner.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/pruner.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/sieve_gauss.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/sieve_gauss.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/svpcvp.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/wrapper.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/svpcvp.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/fplll/wrapper.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/gmp/pylong.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/gmp/pylong.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/io.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/io.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/numpy.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/numpy.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/util.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages/fpylll/util.cpython-38-riscv64-linux-gnu.so original debug info size: 19568kB, size after compression: 16680kB /usr/lib/rpm/sepdebugcrcfix: Updated 15 CRC32s, 0 CRC32s did match. 15433 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.D0GnN0 + umask 022 + cd /builddir/build/BUILD + cd fpylll-0.5.1dev ~/build/BUILD/fpylll-0.5.1dev/tests ~/build/BUILD/fpylll-0.5.1dev + pushd tests + PYTHONPATH=/builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/lib64/python3.8/site-packages + pytest ============================= test session starts ============================== platform linux -- Python 3.8.2, pytest-4.6.9, py-1.8.0, pluggy-0.13.0 rootdir: /builddir/build/BUILD/fpylll-0.5.1dev collected 25 items test_bkz.py .. [ 8%] test_bkz_python.py .... [ 24%] test_callback_enum.py . [ 28%] test_cvp.py . [ 32%] test_gso.py ..... [ 52%] test_lll.py .. [ 60%] test_multisol_enum.py . [ 64%] test_numpy.py .. [ 72%] test_precision.py . [ 76%] test_pruner.py . [ 80%] test_random.py . [ 84%] test_simple_bkz.py .. [ 92%] test_strategies.py . [ 96%] test_util.py . [100%] ========================= 25 passed in 4889.46 seconds ========================= + popd ~/build/BUILD/fpylll-0.5.1dev + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-fpylll-0.5.1dev-2.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QVTFe1 + umask 022 + cd /builddir/build/BUILD + cd fpylll-0.5.1dev + DOCDIR=/builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/share/doc/python3-fpylll + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/share/doc/python3-fpylll + cp -pr PKG-INFO /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/share/doc/python3-fpylll + cp -pr README.rst /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/share/doc/python3-fpylll + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.vkwIe1 + umask 022 + cd /builddir/build/BUILD + cd fpylll-0.5.1dev + LICENSEDIR=/builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/share/licenses/python3-fpylll + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/share/licenses/python3-fpylll + cp -pr LICENSE /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64/usr/share/licenses/python3-fpylll + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-fpylll = 0.5.1dev-2.fc33 python3-fpylll = 0.5.1dev-2.fc33 python3-fpylll(riscv-64) = 0.5.1dev-2.fc33 python3.8dist(fpylll) = 0.5.1.dev0 python38-fpylll = 0.5.1dev-2.fc33 python3dist(fpylll) = 0.5.1.dev0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libfplll.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgmp.so.10()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libmpfr.so.6()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.14)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) python(abi) = 3.8 rtld(GNU_HASH) Obsoletes: python-fpylll < 0.5.1dev-2.fc33 Recommends: python3dist(ipython) python3dist(matplotlib) python3dist(numpy) Processing files: python-fpylll-debugsource-0.5.1dev-2.fc33.riscv64 Provides: python-fpylll-debugsource = 0.5.1dev-2.fc33 python-fpylll-debugsource(riscv-64) = 0.5.1dev-2.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-fpylll-debuginfo-0.5.1dev-2.fc33.riscv64 Provides: debuginfo(build-id) = 0ac93a1067b80022e66e0925274c00b0a879eb62 debuginfo(build-id) = 17afc61ce5ed92813d8753516839edcb367daa95 debuginfo(build-id) = 1be1abccaecb96c0480f2436e7d078817c4d60d6 debuginfo(build-id) = 2abc4ad939a58363ca1561fd2bde95dceb269726 debuginfo(build-id) = 37ecd8bc7ba3e993eef187c519b5aabd2e7909c6 debuginfo(build-id) = 3c3780d0ee1b36b5dbc4d409cffe2102050530cf debuginfo(build-id) = 4291a1a6ac58551d53729f3a69abae5d7665c34b debuginfo(build-id) = 4786c74956281ac60ecc69b67fb142d4db48b875 debuginfo(build-id) = 48e163a4b1b2d363f2572b2c3eff7afb1f48a4c4 debuginfo(build-id) = 4ff5dd2a6808f80446ff9612b4f7dff5bb0d45c5 debuginfo(build-id) = 5fefebe3e07c83d44333eb062ab641ad42435899 debuginfo(build-id) = 6f6a09393117fd45a44ab7eda3ef02fd99718b80 debuginfo(build-id) = dc8f5bc860d8aa2d71a478a6bd0eff761c21315e debuginfo(build-id) = f3c4b8e6c891eda36a5703f29765c2f63d14921f debuginfo(build-id) = f854a7b7d7c1bc2d3570f3e8977ebb06e618f315 python3-fpylll-debuginfo = 0.5.1dev-2.fc33 python3-fpylll-debuginfo(riscv-64) = 0.5.1dev-2.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-fpylll-debugsource(riscv-64) = 0.5.1dev-2.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64 Wrote: /builddir/build/RPMS/python3-fpylll-0.5.1dev-2.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python-fpylll-debugsource-0.5.1dev-2.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python3-fpylll-debuginfo-0.5.1dev-2.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ANmxV0 + umask 022 + cd /builddir/build/BUILD + cd fpylll-0.5.1dev + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-fpylll-0.5.1dev-2.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0