Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-cvxopt.spec'], chrootPath='/var/lib/mock/f30-build-41440-23229/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-cvxopt.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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/python-cvxopt-1.2.2-1.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-cvxopt.spec'], chrootPath='/var/lib/mock/f30-build-41440-23229/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-cvxopt.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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kn7RHs + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cvxopt-1.2.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/cvxopt-1.2.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cvxopt-1.2.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/python-cvxopt-setup.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/python-cvxopt-bool.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + '[' /usr/lib64 '!=' /usr/lib ']' + sed -i 's|/usr/lib|/usr/lib64|' setup.py + find examples -name '*.py' -perm /0111 + xargs chmod a-x + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mab1sf + umask 022 + cd /builddir/build/BUILD + cd cvxopt-1.2.2 + export CC=gcc + CC=gcc + export 'LDSHARED=gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + LDSHARED='gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + 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.7 creating build/lib.linux-riscv64-3.7/cvxopt copying src/python/modeling.py -> build/lib.linux-riscv64-3.7/cvxopt copying src/python/coneprog.py -> build/lib.linux-riscv64-3.7/cvxopt copying src/python/misc.py -> build/lib.linux-riscv64-3.7/cvxopt copying src/python/printing.py -> build/lib.linux-riscv64-3.7/cvxopt copying src/python/info.py -> build/lib.linux-riscv64-3.7/cvxopt copying src/python/solvers.py -> build/lib.linux-riscv64-3.7/cvxopt copying src/python/msk.py -> build/lib.linux-riscv64-3.7/cvxopt copying src/python/__init__.py -> build/lib.linux-riscv64-3.7/cvxopt copying src/python/_version.py -> build/lib.linux-riscv64-3.7/cvxopt copying src/python/cvxprog.py -> build/lib.linux-riscv64-3.7/cvxopt UPDATING build/lib.linux-riscv64-3.7/cvxopt/_version.py set build/lib.linux-riscv64-3.7/cvxopt/_version.py to '1.2.2' running build_ext building 'gsl' extension creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/src creating build/temp.linux-riscv64-3.7/src/C gcc -DNDEBUG -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 -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/gsl -I/usr/include/python3.7m -c src/C/gsl.c -o build/temp.linux-riscv64-3.7/src/C/gsl.o gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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.7/src/C/gsl.o -L/usr/lib64 -L/usr/lib64 -L/usr/lib64 -lm -lgsl -lopenblas -lpython3.7m -o build/lib.linux-riscv64-3.7/cvxopt/gsl.cpython-37m-riscv64-linux-gnu.so building 'fftw' extension gcc -DNDEBUG -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 -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/include/python3.7m -c src/C/fftw.c -o build/temp.linux-riscv64-3.7/src/C/fftw.o gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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.7/src/C/fftw.o -L/usr/lib64 -L/usr/lib64 -L/usr/lib64 -lfftw3 -lopenblas -lpython3.7m -o build/lib.linux-riscv64-3.7/cvxopt/fftw.cpython-37m-riscv64-linux-gnu.so building 'glpk' extension gcc -DNDEBUG -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 -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/include/python3.7m -c src/C/glpk.c -o build/temp.linux-riscv64-3.7/src/C/glpk.o gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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.7/src/C/glpk.o -L/usr/lib64 -L/usr/lib64 -lglpk -lpython3.7m -o build/lib.linux-riscv64-3.7/cvxopt/glpk.cpython-37m-riscv64-linux-gnu.so building 'dsdp' extension gcc -DNDEBUG -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 -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/DSDP -I/usr/include/python3.7m -c src/C/dsdp.c -o build/temp.linux-riscv64-3.7/src/C/dsdp.o gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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.7/src/C/dsdp.o -L/usr/lib64 -L/usr/lib64 -L/usr/lib64 -ldsdp -lopenblas -lopenblas -lpython3.7m -o build/lib.linux-riscv64-3.7/cvxopt/dsdp.cpython-37m-riscv64-linux-gnu.so building 'base' extension gcc -DNDEBUG -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 -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/python3.7m -c src/C/base.c -o build/temp.linux-riscv64-3.7/src/C/base.o gcc -DNDEBUG -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 -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/python3.7m -c src/C/dense.c -o build/temp.linux-riscv64-3.7/src/C/dense.o gcc -DNDEBUG -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 -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/python3.7m -c src/C/sparse.c -o build/temp.linux-riscv64-3.7/src/C/sparse.o gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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.7/src/C/base.o build/temp.linux-riscv64-3.7/src/C/dense.o build/temp.linux-riscv64-3.7/src/C/sparse.o -L/usr/lib64 -L/usr/lib64 -lm -lopenblas -lopenblas -lpython3.7m -o build/lib.linux-riscv64-3.7/cvxopt/base.cpython-37m-riscv64-linux-gnu.so building 'blas' extension gcc -DNDEBUG -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 -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/python3.7m -c src/C/blas.c -o build/temp.linux-riscv64-3.7/src/C/blas.o gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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.7/src/C/blas.o -L/usr/lib64 -L/usr/lib64 -lopenblas -lpython3.7m -o build/lib.linux-riscv64-3.7/cvxopt/blas.cpython-37m-riscv64-linux-gnu.so building 'lapack' extension gcc -DNDEBUG -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 -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/python3.7m -c src/C/lapack.c -o build/temp.linux-riscv64-3.7/src/C/lapack.o gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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.7/src/C/lapack.o -L/usr/lib64 -L/usr/lib64 -lopenblas -lopenblas -lpython3.7m -o build/lib.linux-riscv64-3.7/cvxopt/lapack.cpython-37m-riscv64-linux-gnu.so building 'umfpack' extension gcc -DNDEBUG -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 -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/suitesparse -I/usr/include/python3.7m -c src/C/umfpack.c -o build/temp.linux-riscv64-3.7/src/C/umfpack.o gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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.7/src/C/umfpack.o -L/usr/lib64 -L/usr/lib64 -L/usr/lib64 -lumfpack -lcholmod -lamd -lcolamd -lsuitesparseconfig -lopenblas -lopenblas -lrt -lpython3.7m -o build/lib.linux-riscv64-3.7/cvxopt/umfpack.cpython-37m-riscv64-linux-gnu.so building 'cholmod' extension gcc -DNDEBUG -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 -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/suitesparse -I/usr/include/python3.7m -c src/C/cholmod.c -o build/temp.linux-riscv64-3.7/src/C/cholmod.o gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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.7/src/C/cholmod.o -L/usr/lib64 -L/usr/lib64 -L/usr/lib64 -lcholmod -lcolamd -lamd -lsuitesparseconfig -lopenblas -lopenblas -lrt -lpython3.7m -o build/lib.linux-riscv64-3.7/cvxopt/cholmod.cpython-37m-riscv64-linux-gnu.so building 'amd' extension gcc -DNDEBUG -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 -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/suitesparse -I/usr/include/python3.7m -c src/C/amd.c -o build/temp.linux-riscv64-3.7/src/C/amd.o gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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.7/src/C/amd.o -L/usr/lib64 -L/usr/lib64 -lamd -lsuitesparseconfig -lrt -lpython3.7m -o build/lib.linux-riscv64-3.7/cvxopt/amd.cpython-37m-riscv64-linux-gnu.so building 'misc_solvers' extension gcc -DNDEBUG -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 -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 -DDLONG -I/usr/include/python3.7m -c src/C/misc_solvers.c -o build/temp.linux-riscv64-3.7/src/C/misc_solvers.o gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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.7/src/C/misc_solvers.o -L/usr/lib64 -L/usr/lib64 -lopenblas -lopenblas -lpython3.7m -o build/lib.linux-riscv64-3.7/cvxopt/misc_solvers.cpython-37m-riscv64-linux-gnu.so + make -C doc clean make: Entering directory '/builddir/build/BUILD/cvxopt-1.2.2/doc' rm -rf build/* make: Leaving directory '/builddir/build/BUILD/cvxopt-1.2.2/doc' + make -C doc -B html SPHINXBUILD=/usr/bin/sphinx-build-3 make: Entering directory '/builddir/build/BUILD/cvxopt-1.2.2/doc' mkdir -p build/html build/doctrees /usr/bin/sphinx-build-3 -b html -d build/doctrees source build/html Running Sphinx v1.7.6 loading pickled environment... not yet created building [mo]: targets for 0 po files that are out of date building [html]: targets for 13 source files that are out of date updating environment: 13 added, 0 changed, 0 removed reading sources... [ 7%] blas reading sources... [ 15%] c-api reading sources... [ 23%] coneprog reading sources... [ 30%] copyright reading sources... [ 38%] fftw reading sources... [ 46%] index reading sources... [ 53%] intro reading sources... [ 61%] lapack reading sources... [ 69%] matrices reading sources... [ 76%] modeling reading sources... [ 84%] printing reading sources... [ 92%] solvers reading sources... [100%] spsolvers looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 7%] blas writing output... [ 15%] c-api writing output... [ 23%] coneprog writing output... [ 30%] copyright writing output... [ 38%] fftw writing output... [ 46%] index writing output... [ 53%] intro writing output... [ 61%] lapack writing output... [ 69%] matrices writing output... [ 76%] modeling writing output... [ 84%] printing writing output... [ 92%] solvers writing output... [100%] spsolvers generating indices... writing additional pages... search copying images... [ 25%] portfolio2.png copying images... [ 50%] portfolio1.png copying images... [ 75%] normappr.png copying images... [100%] floorplan.png copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. The HTML pages are in build/html. Build finished. The HTML pages are in build/html. make: Leaving directory '/builddir/build/BUILD/cvxopt-1.2.2/doc' + rm -f doc/build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.KnXHEF + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64 + cd cvxopt-1.2.2 + 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-cvxopt-1.2.2-1.fc30.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr creating /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/modeling.py -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/umfpack.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/coneprog.py -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/lapack.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/misc_solvers.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/dsdp.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/misc.py -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/printing.py -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/blas.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/info.py -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/gsl.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/glpk.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/base.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/fftw.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/solvers.py -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/msk.py -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/cholmod.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/__init__.py -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/amd.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/_version.py -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt copying build/lib.linux-riscv64-3.7/cvxopt/cvxprog.py -> /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt byte-compiling /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/modeling.py to modeling.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/coneprog.py to coneprog.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/misc.py to misc.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/printing.py to printing.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/info.py to info.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/solvers.py to solvers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/msk.py to msk.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/_version.py to _version.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/cvxprog.py to cvxprog.cpython-37.pyc writing byte-compilation script '/tmp/tmpy9hupqui.py' /usr/bin/python3 /tmp/tmpy9hupqui.py removing /tmp/tmpy9hupqui.py running install_egg_info running egg_info creating cvxopt.egg-info writing cvxopt.egg-info/PKG-INFO writing dependency_links to cvxopt.egg-info/dependency_links.txt writing top-level names to cvxopt.egg-info/top_level.txt writing manifest file 'cvxopt.egg-info/SOURCES.txt' reading manifest file 'cvxopt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'cvxopt.egg-info/SOURCES.txt' Copying cvxopt.egg-info to /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt-1.2.2-py3.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.2.2-1.fc30 --unique-debug-suffix -1.2.2-1.fc30.riscv64 --unique-debug-src-base python-cvxopt-1.2.2-1.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/cvxopt-1.2.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/lapack.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/dsdp.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/umfpack.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/misc_solvers.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/umfpack.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/lapack.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/misc_solvers.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/dsdp.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/blas.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/blas.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/gsl.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/gsl.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/base.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/glpk.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/base.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/glpk.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/fftw.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/fftw.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/cholmod.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/cholmod.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/amd.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7/site-packages/cvxopt/amd.cpython-37m-riscv64-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 11 CRC32s, 0 CRC32s did match. BUILDSTDERR: 1769 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.dbrkyT Processing files: python3-cvxopt-1.2.2-1.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4YmYv5 + umask 022 + cd /builddir/build/BUILD + cd cvxopt-1.2.2 + DOCDIR=/builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/share/doc/python3-cvxopt + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/share/doc/python3-cvxopt + cp -pr doc/build/html/ /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/share/doc/python3-cvxopt + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.1Tuvzt + umask 022 + cd /builddir/build/BUILD + cd cvxopt-1.2.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/share/licenses/python3-cvxopt + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/share/licenses/python3-cvxopt + cp -pr LICENSE /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/share/licenses/python3-cvxopt + exit 0 Provides: bundled(jquery) python2-cvxopt = 1.2.2-1.fc30 python3-cvxopt = 1.2.2-1.fc30 python3-cvxopt(riscv-64) = 1.2.2-1.fc30 python3.7dist(cvxopt) = 1.2.2 python3dist(cvxopt) = 1.2.2 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) libamd.so.2()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcholmod.so.3()(64bit) libdsdp.so.5()(64bit) libfftw3.so.3()(64bit) libglpk.so.40()(64bit) libgsl.so.23()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libopenblas.so.0()(64bit) libpython3.7m.so.1.0()(64bit) libumfpack.so.5()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Obsoletes: python2-cvxopt < 1.2.1 Processing files: python-cvxopt-examples-1.2.2-1.fc30.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tDEVcY + umask 022 + cd /builddir/build/BUILD + cd cvxopt-1.2.2 + DOCDIR=/builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/share/doc/python-cvxopt-examples + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/share/doc/python-cvxopt-examples + cp -pr examples/ /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64/usr/share/doc/python-cvxopt-examples + exit 0 Provides: python-cvxopt-examples = 1.2.2-1.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-cvxopt-debugsource-1.2.2-1.fc30.riscv64 Provides: python-cvxopt-debugsource = 1.2.2-1.fc30 python-cvxopt-debugsource(riscv-64) = 1.2.2-1.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-cvxopt-debuginfo-1.2.2-1.fc30.riscv64 Provides: debuginfo(build-id) = 0537ca8e56130667449027440204e86c7bae78c9 debuginfo(build-id) = 12ed96d94b719fe760163d0d79d7710314b93357 debuginfo(build-id) = 18a6d3711da5e78ae37095d4d2803b57c0e7a154 debuginfo(build-id) = 2ce48f1ff1326f8d21272a29972009365ffd1108 debuginfo(build-id) = 359be41e81f98d777ab60564104cef64f6ab7a81 debuginfo(build-id) = 3bfc4b9bf6e6e8ffe134ebbc357e8501649c4828 debuginfo(build-id) = a01565b7d0cbda56e76d6d59cb528fe5e7c1d83e debuginfo(build-id) = a06c36e692900891fcb253c96f0680b4017b1b6c debuginfo(build-id) = a38f06b35d9a95c77335439afdd08a70e2056e1d debuginfo(build-id) = b8b5447704453b5a9ad467425b7d0cfe26d78a9d debuginfo(build-id) = eec1d9507d565014bb22890f6156e3489c2aa542 python3-cvxopt-debuginfo = 1.2.2-1.fc30 python3-cvxopt-debuginfo(riscv-64) = 1.2.2-1.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-cvxopt-debugsource(riscv-64) = 1.2.2-1.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64 Wrote: /builddir/build/RPMS/python3-cvxopt-1.2.2-1.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/python-cvxopt-examples-1.2.2-1.fc30.noarch.rpm Wrote: /builddir/build/RPMS/python-cvxopt-debugsource-1.2.2-1.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/python3-cvxopt-debuginfo-1.2.2-1.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.qGEmnm + umask 022 + cd /builddir/build/BUILD + cd cvxopt-1.2.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-cvxopt-1.2.2-1.fc30.riscv64 + exit 0 Child return code was: 0