Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-hug.spec'], chrootPath='/var/lib/mock/f31-build-63603-29371/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=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-hug.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=1564099200 Wrote: /builddir/build/SRPMS/python-hug-2.4.0-3.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-hug.spec'], chrootPath='/var/lib/mock/f31-build-63603-29371/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=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-hug.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=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.OErtNZ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf hug-2.4.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/hug-2.4.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd hug-2.4.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-hug-2.4.0 base' + /usr/bin/cat /builddir/build/SOURCES/0001-Fix-bytecompiling-with-python-3.7.patch + /usr/bin/git apply --index - + /usr/bin/git commit -q -m 0001-Fix-bytecompiling-with-python-3.7.patch --author 'rpm-build ' + rm -rf hug.egg-info + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nZYy5Z + umask 022 + cd /builddir/build/BUILD + cd hug-2.4.0 + 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/hug copying hug/redirect.py -> build/lib.linux-riscv64-3.7/hug copying hug/output_format.py -> build/lib.linux-riscv64-3.7/hug copying hug/api.py -> build/lib.linux-riscv64-3.7/hug copying hug/development_runner.py -> build/lib.linux-riscv64-3.7/hug copying hug/store.py -> build/lib.linux-riscv64-3.7/hug copying hug/input_format.py -> build/lib.linux-riscv64-3.7/hug copying hug/defaults.py -> build/lib.linux-riscv64-3.7/hug copying hug/decorators.py -> build/lib.linux-riscv64-3.7/hug copying hug/exceptions.py -> build/lib.linux-riscv64-3.7/hug copying hug/introspect.py -> build/lib.linux-riscv64-3.7/hug copying hug/__init__.py -> build/lib.linux-riscv64-3.7/hug copying hug/_empty.py -> build/lib.linux-riscv64-3.7/hug copying hug/middleware.py -> build/lib.linux-riscv64-3.7/hug copying hug/validate.py -> build/lib.linux-riscv64-3.7/hug copying hug/_async.py -> build/lib.linux-riscv64-3.7/hug copying hug/json_module.py -> build/lib.linux-riscv64-3.7/hug copying hug/directives.py -> build/lib.linux-riscv64-3.7/hug copying hug/transform.py -> build/lib.linux-riscv64-3.7/hug copying hug/routing.py -> build/lib.linux-riscv64-3.7/hug copying hug/types.py -> build/lib.linux-riscv64-3.7/hug copying hug/test.py -> build/lib.linux-riscv64-3.7/hug copying hug/interface.py -> build/lib.linux-riscv64-3.7/hug copying hug/authentication.py -> build/lib.linux-riscv64-3.7/hug copying hug/use.py -> build/lib.linux-riscv64-3.7/hug copying hug/_version.py -> build/lib.linux-riscv64-3.7/hug copying hug/route.py -> build/lib.linux-riscv64-3.7/hug copying hug/format.py -> build/lib.linux-riscv64-3.7/hug running build_ext cythoning hug/redirect.py to hug/redirect.c building 'hug.redirect' extension creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/hug gcc -pthread -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 -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 hug/redirect.c -o build/temp.linux-riscv64-3.7/hug/redirect.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/redirect.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/redirect.cpython-37m-riscv64-linux-gnu.so cythoning hug/output_format.py to hug/output_format.c building 'hug.output_format' extension gcc -pthread -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 -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 hug/output_format.c -o build/temp.linux-riscv64-3.7/hug/output_format.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/output_format.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/output_format.cpython-37m-riscv64-linux-gnu.so cythoning hug/api.py to hug/api.c building 'hug.api' extension gcc -pthread -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 -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 hug/api.c -o build/temp.linux-riscv64-3.7/hug/api.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/api.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/api.cpython-37m-riscv64-linux-gnu.so cythoning hug/development_runner.py to hug/development_runner.c building 'hug.development_runner' extension gcc -pthread -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 -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 hug/development_runner.c -o build/temp.linux-riscv64-3.7/hug/development_runner.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/development_runner.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/development_runner.cpython-37m-riscv64-linux-gnu.so cythoning hug/store.py to hug/store.c building 'hug.store' extension gcc -pthread -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 -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 hug/store.c -o build/temp.linux-riscv64-3.7/hug/store.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/store.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/store.cpython-37m-riscv64-linux-gnu.so cythoning hug/input_format.py to hug/input_format.c building 'hug.input_format' extension gcc -pthread -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 -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 hug/input_format.c -o build/temp.linux-riscv64-3.7/hug/input_format.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/input_format.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/input_format.cpython-37m-riscv64-linux-gnu.so cythoning hug/defaults.py to hug/defaults.c building 'hug.defaults' extension gcc -pthread -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 -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 hug/defaults.c -o build/temp.linux-riscv64-3.7/hug/defaults.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/defaults.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/defaults.cpython-37m-riscv64-linux-gnu.so cythoning hug/decorators.py to hug/decorators.c building 'hug.decorators' extension gcc -pthread -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 -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 hug/decorators.c -o build/temp.linux-riscv64-3.7/hug/decorators.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/decorators.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/decorators.cpython-37m-riscv64-linux-gnu.so cythoning hug/exceptions.py to hug/exceptions.c building 'hug.exceptions' extension gcc -pthread -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 -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 hug/exceptions.c -o build/temp.linux-riscv64-3.7/hug/exceptions.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/exceptions.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/exceptions.cpython-37m-riscv64-linux-gnu.so cythoning hug/introspect.py to hug/introspect.c building 'hug.introspect' extension gcc -pthread -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 -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 hug/introspect.c -o build/temp.linux-riscv64-3.7/hug/introspect.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/introspect.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/introspect.cpython-37m-riscv64-linux-gnu.so cythoning hug/_empty.py to hug/_empty.c building 'hug._empty' extension gcc -pthread -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 -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 hug/_empty.c -o build/temp.linux-riscv64-3.7/hug/_empty.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/_empty.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/_empty.cpython-37m-riscv64-linux-gnu.so cythoning hug/middleware.py to hug/middleware.c building 'hug.middleware' extension gcc -pthread -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 -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 hug/middleware.c -o build/temp.linux-riscv64-3.7/hug/middleware.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/middleware.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/middleware.cpython-37m-riscv64-linux-gnu.so cythoning hug/validate.py to hug/validate.c building 'hug.validate' extension gcc -pthread -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 -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 hug/validate.c -o build/temp.linux-riscv64-3.7/hug/validate.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/validate.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/validate.cpython-37m-riscv64-linux-gnu.so cythoning hug/_async.py to hug/_async.c building 'hug._async' extension gcc -pthread -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 -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 hug/_async.c -o build/temp.linux-riscv64-3.7/hug/_async.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/_async.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/_async.cpython-37m-riscv64-linux-gnu.so cythoning hug/json_module.py to hug/json_module.c building 'hug.json_module' extension gcc -pthread -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 -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 hug/json_module.c -o build/temp.linux-riscv64-3.7/hug/json_module.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/json_module.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/json_module.cpython-37m-riscv64-linux-gnu.so cythoning hug/directives.py to hug/directives.c building 'hug.directives' extension gcc -pthread -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 -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 hug/directives.c -o build/temp.linux-riscv64-3.7/hug/directives.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/directives.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/directives.cpython-37m-riscv64-linux-gnu.so cythoning hug/transform.py to hug/transform.c building 'hug.transform' extension gcc -pthread -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 -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 hug/transform.c -o build/temp.linux-riscv64-3.7/hug/transform.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/transform.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/transform.cpython-37m-riscv64-linux-gnu.so cythoning hug/routing.py to hug/routing.c building 'hug.routing' extension gcc -pthread -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 -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 hug/routing.c -o build/temp.linux-riscv64-3.7/hug/routing.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/routing.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/routing.cpython-37m-riscv64-linux-gnu.so cythoning hug/types.py to hug/types.c building 'hug.types' extension gcc -pthread -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 -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 hug/types.c -o build/temp.linux-riscv64-3.7/hug/types.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/types.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/types.cpython-37m-riscv64-linux-gnu.so cythoning hug/test.py to hug/test.c building 'hug.test' extension gcc -pthread -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 -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 hug/test.c -o build/temp.linux-riscv64-3.7/hug/test.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/test.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/test.cpython-37m-riscv64-linux-gnu.so cythoning hug/interface.py to hug/interface.c building 'hug.interface' extension gcc -pthread -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 -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 hug/interface.c -o build/temp.linux-riscv64-3.7/hug/interface.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/interface.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/interface.cpython-37m-riscv64-linux-gnu.so cythoning hug/authentication.py to hug/authentication.c building 'hug.authentication' extension gcc -pthread -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 -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 hug/authentication.c -o build/temp.linux-riscv64-3.7/hug/authentication.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/authentication.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/authentication.cpython-37m-riscv64-linux-gnu.so cythoning hug/use.py to hug/use.c building 'hug.use' extension gcc -pthread -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 -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 hug/use.c -o build/temp.linux-riscv64-3.7/hug/use.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/use.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/use.cpython-37m-riscv64-linux-gnu.so cythoning hug/_version.py to hug/_version.c building 'hug._version' extension gcc -pthread -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 -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 hug/_version.c -o build/temp.linux-riscv64-3.7/hug/_version.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/_version.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/_version.cpython-37m-riscv64-linux-gnu.so cythoning hug/route.py to hug/route.c building 'hug.route' extension gcc -pthread -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 -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 hug/route.c -o build/temp.linux-riscv64-3.7/hug/route.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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/hug/route.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/route.cpython-37m-riscv64-linux-gnu.so cythoning hug/format.py to hug/format.c building 'hug.format' extension gcc -pthread -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 -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 hug/format.c -o build/temp.linux-riscv64-3.7/hug/format.o BUILDSTDERR: gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm//usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/redirect.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/output_format.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/api.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/development_runner.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/store.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/input_format.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/defaults.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/decorators.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/exceptions.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/introspect.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/_empty.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/middleware.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/validate.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/_async.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/json_module.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/directives.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/transform.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/routing.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/types.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/test.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/interface.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/authentication.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/use.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/_version.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/route.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) BUILDSTDERR: /usr/lib64/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /builddir/build/BUILD/hug-2.4.0/hug/format.py BUILDSTDERR: tree = Parsing.p_module(s, pxd, full_module_name) + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 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/hug/format.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/hug/format.cpython-37m-riscv64-linux-gnu.so Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.q8cVN1 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64 + cd hug-2.4.0 + 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-hug-2.4.0-3.fc31.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr creating /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/introspect.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/_async.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/redirect.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/types.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/interface.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/input_format.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/route.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/defaults.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/redirect.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/output_format.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/api.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/store.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/development_runner.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/store.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/input_format.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/test.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/defaults.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/decorators.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/exceptions.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/format.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/introspect.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/exceptions.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/__init__.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/_empty.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/decorators.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/_empty.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/authentication.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/middleware.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/validate.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/json_module.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/_async.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/json_module.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/directives.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/transform.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/transform.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/routing.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/types.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/use.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/validate.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/test.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/interface.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/authentication.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/use.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/middleware.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/routing.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/_version.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/development_runner.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/route.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/format.py -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/api.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/_version.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/directives.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug copying build/lib.linux-riscv64-3.7/hug/output_format.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/redirect.py to redirect.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/output_format.py to output_format.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/api.py to api.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/development_runner.py to development_runner.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/store.py to store.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/input_format.py to input_format.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/defaults.py to defaults.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/decorators.py to decorators.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/exceptions.py to exceptions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/introspect.py to introspect.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/_empty.py to _empty.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/middleware.py to middleware.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/validate.py to validate.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/_async.py to _async.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/json_module.py to json_module.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/directives.py to directives.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/transform.py to transform.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/routing.py to routing.cpython-37.pyc BUILDSTDERR: byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/types.p+ /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.4.0-3.fc31 --unique-debug-suffix -2.4.0-3.fc31.riscv64 --unique-debug-src-base python-hug-2.4.0-3.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/hug-2.4.0 y to types.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/test.py to test.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/interface.py to interface.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/authentication.py to authentication.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/use.py to use.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/_version.py to _version.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/route.py to route.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/format.py to format.cpython-37.pyc writing byte-compilation script '/tmp/tmp3syng2uu.py' /usr/bin/python3 /tmp/tmp3syng2uu.py removing /tmp/tmp3syng2uu.py running install_egg_info running egg_info creating hug.egg-info writing hug.egg-info/PKG-INFO writing dependency_links to hug.egg-info/dependency_links.txt writing entry points to hug.egg-info/entry_points.txt writing requirements to hug.egg-info/requires.txt writing top-level names to hug.egg-info/top_level.txt writing manifest file 'hug.egg-info/SOURCES.txt' reading manifest file 'hug.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'hug.egg-info/SOURCES.txt' Copying hug.egg-info to /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug-2.4.0-py3.7.egg-info running install_scripts Installing hug script to /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/bin explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/_async.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/_empty.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/api.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/_version.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/_async.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/_empty.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/api.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/_version.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/authentication.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/authentication.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/decorators.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/decorators.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/defaults.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/defaults.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/development_runner.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/development_runner.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/directives.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/directives.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/exceptions.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/exceptions.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/format.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/format.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/input_format.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/input_format.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/interface.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/interface.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/introspect.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/introspect.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/json_module.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/json_module.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/middleware.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/middleware.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/output_format.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/output_format.cpython-37m-riscv64-linux-gnu.so BUILDSTDERR: explicitly decompress any DWARF compressed 22883 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /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 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/redirect.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/redirect.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/route.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/route.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/routing.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/routing.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/store.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/store.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/test.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/test.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/transform.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/transform.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/types.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/types.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/use.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/use.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/validate.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7/site-packages/hug/validate.cpython-37m-riscv64-linux-gnu.so original debug info size: 19176kB, size after compression: 18260kB /usr/lib/rpm/sepdebugcrcfix: Updated 26 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 Processing files: python3-hug-2.4.0-3.fc31.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.kA80f1 + umask 022 + cd /builddir/build/BUILD + cd hug-2.4.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/share/licenses/python3-hug + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/share/licenses/python3-hug + cp -pr LICENSE /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64/usr/share/licenses/python3-hug + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-hug = 2.4.0-3.fc31 python3-hug = 2.4.0-3.fc31 python3-hug(riscv-64) = 2.4.0-3.fc31 python3.7dist(hug) = 2.4 python3dist(hug) = 2.4 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: /usr/bin/python3 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) libpython3.7m.so.1.0()(64bit) python(abi) = 3.7 python3.7dist(falcon) = 1.4.1 python3.7dist(requests) python3.7dist(setuptools) rtld(GNU_HASH) Obsoletes: python-hug < 2.4.0-3.fc31 Processing files: python-hug-debugsource-2.4.0-3.fc31.riscv64 Provides: python-hug-debugsource = 2.4.0-3.fc31 python-hug-debugsource(riscv-64) = 2.4.0-3.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-hug-debuginfo-2.4.0-3.fc31.riscv64 Provides: debuginfo(build-id) = 05b08aa0ebe5b65094cfa4d2e17e1673d5c55c19 debuginfo(build-id) = 1e3adc493b0dc0176af5ac26e8debe218d65b777 debuginfo(build-id) = 245e14fa1458c646a2480a68ad5fd8a8fb449b7e debuginfo(build-id) = 27a01cc7b7894447eac5dcf7241f577aab6268fd debuginfo(build-id) = 2c7af1134ed5398e991d130e827e014a232c0f05 debuginfo(build-id) = 31fe9c660e35c0c56d377cc5536df8219d54f437 debuginfo(build-id) = 360816efc5c841102e296dff6895a59965e264a0 debuginfo(build-id) = 4758ef4e4327b152eee63c0cc31dec4face88076 debuginfo(build-id) = 53233615b2fa020501be976e829a784c06a73ef8 debuginfo(build-id) = 5d93620ba4b6ba62eedb14713a977d33e38ce406 debuginfo(build-id) = 6b01a16ec608f4805d6482d4fab356da8d148ca1 debuginfo(build-id) = 8123b47cb4fa551f7003053998a090de8c540a92 debuginfo(build-id) = 8d9f5e3869cf3ae03770c72547acc785af2dab21 debuginfo(build-id) = 93014f25c89f989f19ffcd7517611b5b797f2b29 debuginfo(build-id) = 9e5dfca8bad4a5254edf057e21f7f9ed78a53e7a debuginfo(build-id) = b116f2be87bf555c36deb06d6c758a0035d3283d debuginfo(build-id) = bb7f7bd1a119c2043ceb6dddc473428f0b5d3acd debuginfo(build-id) = d423a79756b430c0068cabc6c89b400529a3e33d debuginfo(build-id) = d4d2b13c300b0f63203baa40b72af0cd4ddfb16b debuginfo(build-id) = d6d1e41821ccea05802d235745d7c90cf1028a5e debuginfo(build-id) = e143a8d6ac20270459ac22a9cebd3c9c51fad4e6 debuginfo(build-id) = e5519cc50a409e716705ac24d2e6abb6387beade debuginfo(build-id) = e5c39233e3527dde8a587c8a0fe48cd659878c13 debuginfo(build-id) = e73b8ac1e4ab0b78bfdc372220f25191b7ec6616 debuginfo(build-id) = e94dcd35acf1754a3b95ea0d2d8b1c6eb76c54ec debuginfo(build-id) = f763a77a0a9cb6353f378271ce78f0907568a45b python3-hug-debuginfo = 2.4.0-3.fc31 python3-hug-debuginfo(riscv-64) = 2.4.0-3.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-hug-debugsource(riscv-64) = 2.4.0-3.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64 Wrote: /builddir/build/RPMS/python3-hug-2.4.0-3.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python-hug-debugsource-2.4.0-3.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-hug-debuginfo-2.4.0-3.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.np6nIZ + umask 022 + cd /builddir/build/BUILD + cd hug-2.4.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-hug-2.4.0-3.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0