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-falcon.spec'], chrootPath='/var/lib/mock/f29-build-10828-4893/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-falcon.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-falcon-1.4.1-3.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-falcon.spec'], chrootPath='/var/lib/mock/f29-build-10828-4893/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-falcon.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.IRTNoj + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf falcon-1.4.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/falcon-1.4.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd falcon-1.4.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/005-versioned-console-scripts.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Qdl0Gx + umask 022 + cd /builddir/build/BUILD + cd falcon-1.4.1 + 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,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/falcon copying falcon/request.py -> build/lib.linux-riscv64-2.7/falcon copying falcon/response_helpers.py -> build/lib.linux-riscv64-2.7/falcon copying falcon/uri.py -> build/lib.linux-riscv64-2.7/falcon copying falcon/constants.py -> build/lib.linux-riscv64-2.7/falcon copying falcon/responders.py -> build/lib.linux-riscv64-2.7/falcon copying falcon/status_codes.py -> build/lib.linux-riscv64-2.7/falcon copying falcon/api_helpers.py -> build/lib.linux-riscv64-2.7/falcon copying falcon/http_status.py -> build/lib.linux-riscv64-2.7/falcon copying falcon/errors.py -> build/lib.linux-riscv64-2.7/falcon copying falcon/forwarded.py -> build/lib.linux-riscv64-2.7/falcon copying falcon/api.py -> build/lib.linux-riscv64-2.7/falcon copying falcon/request_helpers.py -> build/lib.linux-riscv64-2.7/falcon copying falcon/hooks.py -> build/lib.linux-riscv64-2.7/falcon copying falcon/__init__.py -> build/lib.linux-riscv64-2.7/falcon copying falcon/response.py -> build/lib.linux-riscv64-2.7/falcon copying falcon/http_error.py -> build/lib.linux-riscv64-2.7/falcon copying falcon/redirects.py -> build/lib.linux-riscv64-2.7/falcon copying falcon/version.py -> build/lib.linux-riscv64-2.7/falcon creating build/lib.linux-riscv64-2.7/falcon/media copying falcon/media/base.py -> build/lib.linux-riscv64-2.7/falcon/media copying falcon/media/json.py -> build/lib.linux-riscv64-2.7/falcon/media copying falcon/media/handlers.py -> build/lib.linux-riscv64-2.7/falcon/media copying falcon/media/msgpack.py -> build/lib.linux-riscv64-2.7/falcon/media copying falcon/media/__init__.py -> build/lib.linux-riscv64-2.7/falcon/media creating build/lib.linux-riscv64-2.7/falcon/util copying falcon/util/structures.py -> build/lib.linux-riscv64-2.7/falcon/util copying falcon/util/uri.py -> build/lib.linux-riscv64-2.7/falcon/util copying falcon/util/misc.py -> build/lib.linux-riscv64-2.7/falcon/util copying falcon/util/time.py -> build/lib.linux-riscv64-2.7/falcon/util copying falcon/util/__init__.py -> build/lib.linux-riscv64-2.7/falcon/util creating build/lib.linux-riscv64-2.7/falcon/bench copying falcon/bench/create.py -> build/lib.linux-riscv64-2.7/falcon/bench copying falcon/bench/bench.py -> build/lib.linux-riscv64-2.7/falcon/bench copying falcon/bench/__init__.py -> build/lib.linux-riscv64-2.7/falcon/bench creating build/lib.linux-riscv64-2.7/falcon/testing copying falcon/testing/base.py -> build/lib.linux-riscv64-2.7/falcon/testing copying falcon/testing/test_case.py -> build/lib.linux-riscv64-2.7/falcon/testing copying falcon/testing/helpers.py -> build/lib.linux-riscv64-2.7/falcon/testing copying falcon/testing/client.py -> build/lib.linux-riscv64-2.7/falcon/testing copying falcon/testing/resource.py -> build/lib.linux-riscv64-2.7/falcon/testing copying falcon/testing/__init__.py -> build/lib.linux-riscv64-2.7/falcon/testing copying falcon/testing/srmock.py -> build/lib.linux-riscv64-2.7/falcon/testing creating build/lib.linux-riscv64-2.7/falcon/routing copying falcon/routing/converters.py -> build/lib.linux-riscv64-2.7/falcon/routing copying falcon/routing/compiled.py -> build/lib.linux-riscv64-2.7/falcon/routing copying falcon/routing/util.py -> build/lib.linux-riscv64-2.7/falcon/routing copying falcon/routing/__init__.py -> build/lib.linux-riscv64-2.7/falcon/routing copying falcon/routing/static.py -> build/lib.linux-riscv64-2.7/falcon/routing creating build/lib.linux-riscv64-2.7/falcon/cmd copying falcon/cmd/bench.py -> build/lib.linux-riscv64-2.7/falcon/cmd copying falcon/cmd/__init__.py -> build/lib.linux-riscv64-2.7/falcon/cmd copying falcon/cmd/print_routes.py -> build/lib.linux-riscv64-2.7/falcon/cmd creating build/lib.linux-riscv64-2.7/falcon/media/validators copying falcon/media/validators/jsonschema.py -> build/lib.linux-riscv64-2.7/falcon/media/validators copying falcon/media/validators/__init__.py -> build/lib.linux-riscv64-2.7/falcon/media/validators creating build/lib.linux-riscv64-2.7/falcon/bench/nuts copying falcon/bench/nuts/config.py -> build/lib.linux-riscv64-2.7/falcon/bench/nuts copying falcon/bench/nuts/__init__.py -> build/lib.linux-riscv64-2.7/falcon/bench/nuts copying falcon/bench/nuts/setup.py -> build/lib.linux-riscv64-2.7/falcon/bench/nuts creating build/lib.linux-riscv64-2.7/falcon/bench/queues copying falcon/bench/queues/queues.py -> build/lib.linux-riscv64-2.7/falcon/bench/queues copying falcon/bench/queues/stats.py -> build/lib.linux-riscv64-2.7/falcon/bench/queues copying falcon/bench/queues/claims.py -> build/lib.linux-riscv64-2.7/falcon/bench/queues copying falcon/bench/queues/api.py -> build/lib.linux-riscv64-2.7/falcon/bench/queues copying falcon/bench/queues/__init__.py -> build/lib.linux-riscv64-2.7/falcon/bench/queues copying falcon/bench/queues/messages.py -> build/lib.linux-riscv64-2.7/falcon/bench/queues creating build/lib.linux-riscv64-2.7/falcon/bench/dj copying falcon/bench/dj/__init__.py -> build/lib.linux-riscv64-2.7/falcon/bench/dj copying falcon/bench/dj/manage.py -> build/lib.linux-riscv64-2.7/falcon/bench/dj creating build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts copying falcon/bench/nuts/nuts/app.py -> build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts copying falcon/bench/nuts/nuts/__init__.py -> build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts creating build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/config.py -> build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/test_functional.py -> build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/test_units.py -> build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/__init__.py -> build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/tests creating build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/model copying falcon/bench/nuts/nuts/model/__init__.py -> build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/model creating build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/controllers copying falcon/bench/nuts/nuts/controllers/__init__.py -> build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/controllers copying falcon/bench/nuts/nuts/controllers/root.py -> build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/controllers creating build/lib.linux-riscv64-2.7/falcon/bench/dj/hello copying falcon/bench/dj/hello/models.py -> build/lib.linux-riscv64-2.7/falcon/bench/dj/hello copying falcon/bench/dj/hello/views.py -> build/lib.linux-riscv64-2.7/falcon/bench/dj/hello copying falcon/bench/dj/hello/admin.py -> build/lib.linux-riscv64-2.7/falcon/bench/dj/hello copying falcon/bench/dj/hello/apps.py -> build/lib.linux-riscv64-2.7/falcon/bench/dj/hello copying falcon/bench/dj/hello/__init__.py -> build/lib.linux-riscv64-2.7/falcon/bench/dj/hello copying falcon/bench/dj/hello/tests.py -> build/lib.linux-riscv64-2.7/falcon/bench/dj/hello creating build/lib.linux-riscv64-2.7/falcon/bench/dj/dj copying falcon/bench/dj/dj/urls.py -> build/lib.linux-riscv64-2.7/falcon/bench/dj/dj copying falcon/bench/dj/dj/wsgi.py -> build/lib.linux-riscv64-2.7/falcon/bench/dj/dj copying falcon/bench/dj/dj/__init__.py -> build/lib.linux-riscv64-2.7/falcon/bench/dj/dj copying falcon/bench/dj/dj/settings.py -> build/lib.linux-riscv64-2.7/falcon/bench/dj/dj creating build/lib.linux-riscv64-2.7/falcon/bench/dj/hello/migrations copying falcon/bench/dj/hello/migrations/__init__.py -> build/lib.linux-riscv64-2.7/falcon/bench/dj/hello/migrations running egg_info writing requirements to falcon.egg-info/requires.txt writing falcon.egg-info/PKG-INFO writing top-level names to falcon.egg-info/top_level.txt writing dependency_links to falcon.egg-info/dependency_links.txt writing entry points to falcon.egg-info/entry_points.txt reading manifest file 'falcon.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'falcon.egg-info/SOURCES.txt' running build_ext cythoning falcon/request.py to falcon/request.c building 'falcon.request' extension creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/falcon gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/request.c -o build/temp.linux-riscv64-2.7/falcon/request.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/request.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/request.so cythoning falcon/response_helpers.py to falcon/response_helpers.c building 'falcon.response_helpers' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/response_helpers.c -o build/temp.linux-riscv64-2.7/falcon/response_helpers.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/response_helpers.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/response_helpers.so cythoning falcon/uri.py to falcon/uri.c building 'falcon.uri' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/uri.c -o build/temp.linux-riscv64-2.7/falcon/uri.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/uri.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/uri.so cythoning falcon/constants.py to falcon/constants.c building 'falcon.constants' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/constants.c -o build/temp.linux-riscv64-2.7/falcon/constants.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/constants.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/constants.so cythoning falcon/responders.py to falcon/responders.c building 'falcon.responders' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/responders.c -o build/temp.linux-riscv64-2.7/falcon/responders.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/responders.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/responders.so cythoning falcon/status_codes.py to falcon/status_codes.c building 'falcon.status_codes' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/status_codes.c -o build/temp.linux-riscv64-2.7/falcon/status_codes.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/status_codes.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/status_codes.so cythoning falcon/api_helpers.py to falcon/api_helpers.c building 'falcon.api_helpers' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/api_helpers.c -o build/temp.linux-riscv64-2.7/falcon/api_helpers.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/api_helpers.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/api_helpers.so cythoning falcon/http_status.py to falcon/http_status.c building 'falcon.http_status' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/http_status.c -o build/temp.linux-riscv64-2.7/falcon/http_status.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/http_status.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/http_status.so cythoning falcon/errors.py to falcon/errors.c building 'falcon.errors' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/errors.c -o build/temp.linux-riscv64-2.7/falcon/errors.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/errors.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/errors.so cythoning falcon/forwarded.py to falcon/forwarded.c building 'falcon.forwarded' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/forwarded.c -o build/temp.linux-riscv64-2.7/falcon/forwarded.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/forwarded.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/forwarded.so cythoning falcon/api.py to falcon/api.c building 'falcon.api' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/api.c -o build/temp.linux-riscv64-2.7/falcon/api.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/api.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/api.so cythoning falcon/request_helpers.py to falcon/request_helpers.c building 'falcon.request_helpers' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/request_helpers.c -o build/temp.linux-riscv64-2.7/falcon/request_helpers.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/request_helpers.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/request_helpers.so cythoning falcon/hooks.py to falcon/hooks.c building 'falcon.hooks' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/hooks.c -o build/temp.linux-riscv64-2.7/falcon/hooks.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/hooks.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/hooks.so cythoning falcon/response.py to falcon/response.c building 'falcon.response' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/response.c -o build/temp.linux-riscv64-2.7/falcon/response.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/response.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/response.so cythoning falcon/http_error.py to falcon/http_error.c building 'falcon.http_error' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/http_error.c -o build/temp.linux-riscv64-2.7/falcon/http_error.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/http_error.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/http_error.so cythoning falcon/redirects.py to falcon/redirects.c building 'falcon.redirects' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/redirects.c -o build/temp.linux-riscv64-2.7/falcon/redirects.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/redirects.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/redirects.so cythoning falcon/version.py to falcon/version.c building 'falcon.version' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/version.c -o build/temp.linux-riscv64-2.7/falcon/version.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/version.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/version.so cythoning falcon/util/structures.py to falcon/util/structures.c building 'falcon.util.structures' extension creating build/temp.linux-riscv64-2.7/falcon/util gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/util/structures.c -o build/temp.linux-riscv64-2.7/falcon/util/structures.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/util/structures.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/util/structures.so cythoning falcon/util/uri.py to falcon/util/uri.c building 'falcon.util.uri' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/util/uri.c -o build/temp.linux-riscv64-2.7/falcon/util/uri.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/util/uri.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/util/uri.so cythoning falcon/util/misc.py to falcon/util/misc.c building 'falcon.util.misc' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/util/misc.c -o build/temp.linux-riscv64-2.7/falcon/util/misc.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/util/misc.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/util/misc.so cythoning falcon/util/time.py to falcon/util/time.c building 'falcon.util.time' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/util/time.c -o build/temp.linux-riscv64-2.7/falcon/util/time.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/util/time.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/util/time.so cythoning falcon/routing/converters.py to falcon/routing/converters.c building 'falcon.routing.converters' extension creating build/temp.linux-riscv64-2.7/falcon/routing gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/routing/converters.c -o build/temp.linux-riscv64-2.7/falcon/routing/converters.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/routing/converters.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/routing/converters.so cythoning falcon/routing/compiled.py to falcon/routing/compiled.c building 'falcon.routing.compiled' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/routing/compiled.c -o build/temp.linux-riscv64-2.7/falcon/routing/compiled.o BUILDSTDERR: falcon/routing/compiled.c: In function '__pyx_pw_6falcon_7routing_8compiled_14CompiledRouter_13_generate_ast': BUILDSTDERR: falcon/routing/compiled.c:6958:20: warning: '__pyx_v_resource_idx' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: __pyx_t_12 = PyInt_FromSsize_t(__pyx_v_resource_idx); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 351, __pyx_L1_error) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: falcon/routing/compiled.c:4926:14: note: '__pyx_v_resource_idx' was declared here BUILDSTDERR: Py_ssize_t __pyx_v_resource_idx; BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/routing/compiled.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/routing/compiled.so cythoning falcon/routing/util.py to falcon/routing/util.c building 'falcon.routing.util' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/routing/util.c -o build/temp.linux-riscv64-2.7/falcon/routing/util.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/routing/util.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/routing/util.so cythoning falcon/routing/static.py to falcon/routing/static.c building 'falcon.routing.static' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/routing/static.c -o build/temp.linux-riscv64-2.7/falcon/routing/static.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/routing/static.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/routing/static.so cythoning falcon/media/base.py to falcon/media/base.c building 'falcon.media.base' extension creating build/temp.linux-riscv64-2.7/falcon/media gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/media/base.c -o build/temp.linux-riscv64-2.7/falcon/media/base.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/media/base.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/media/base.so cythoning falcon/media/json.py to falcon/media/json.c building 'falcon.media.json' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/media/json.c -o build/temp.linux-riscv64-2.7/falcon/media/json.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/media/json.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/media/json.so cythoning falcon/media/handlers.py to falcon/media/handlers.c building 'falcon.media.handlers' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/media/handlers.c -o build/temp.linux-riscv64-2.7/falcon/media/handlers.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/media/handlers.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/media/handlers.so cythoning falcon/media/msgpack.py to falcon/media/msgpack.c building 'falcon.media.msgpack' extension gcc -pthread -fno-strict-aliasing -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 -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/python2.7 -c falcon/media/msgpack.c -o build/temp.linux-riscv64-2.7/falcon/media/msgpack.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -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-2.7/falcon/media/msgpack.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/falcon/media/msgpack.so + sleep 1 + 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,-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/lib.linux-riscv64-3.6 creating build/lib.linux-riscv64-3.6/falcon copying falcon/request.py -> build/lib.linux-riscv64-3.6/falcon copying falcon/response_helpers.py -> build/lib.linux-riscv64-3.6/falcon copying falcon/uri.py -> build/lib.linux-riscv64-3.6/falcon copying falcon/constants.py -> build/lib.linux-riscv64-3.6/falcon copying falcon/responders.py -> build/lib.linux-riscv64-3.6/falcon copying falcon/status_codes.py -> build/lib.linux-riscv64-3.6/falcon copying falcon/api_helpers.py -> build/lib.linux-riscv64-3.6/falcon copying falcon/http_status.py -> build/lib.linux-riscv64-3.6/falcon copying falcon/errors.py -> build/lib.linux-riscv64-3.6/falcon copying falcon/forwarded.py -> build/lib.linux-riscv64-3.6/falcon copying falcon/api.py -> build/lib.linux-riscv64-3.6/falcon copying falcon/request_helpers.py -> build/lib.linux-riscv64-3.6/falcon copying falcon/hooks.py -> build/lib.linux-riscv64-3.6/falcon copying falcon/__init__.py -> build/lib.linux-riscv64-3.6/falcon copying falcon/response.py -> build/lib.linux-riscv64-3.6/falcon copying falcon/http_error.py -> build/lib.linux-riscv64-3.6/falcon copying falcon/redirects.py -> build/lib.linux-riscv64-3.6/falcon copying falcon/version.py -> build/lib.linux-riscv64-3.6/falcon creating build/lib.linux-riscv64-3.6/falcon/media copying falcon/media/base.py -> build/lib.linux-riscv64-3.6/falcon/media copying falcon/media/json.py -> build/lib.linux-riscv64-3.6/falcon/media copying falcon/media/handlers.py -> build/lib.linux-riscv64-3.6/falcon/media copying falcon/media/msgpack.py -> build/lib.linux-riscv64-3.6/falcon/media copying falcon/media/__init__.py -> build/lib.linux-riscv64-3.6/falcon/media creating build/lib.linux-riscv64-3.6/falcon/util copying falcon/util/structures.py -> build/lib.linux-riscv64-3.6/falcon/util copying falcon/util/uri.py -> build/lib.linux-riscv64-3.6/falcon/util copying falcon/util/misc.py -> build/lib.linux-riscv64-3.6/falcon/util copying falcon/util/time.py -> build/lib.linux-riscv64-3.6/falcon/util copying falcon/util/__init__.py -> build/lib.linux-riscv64-3.6/falcon/util creating build/lib.linux-riscv64-3.6/falcon/bench copying falcon/bench/create.py -> build/lib.linux-riscv64-3.6/falcon/bench copying falcon/bench/bench.py -> build/lib.linux-riscv64-3.6/falcon/bench copying falcon/bench/__init__.py -> build/lib.linux-riscv64-3.6/falcon/bench creating build/lib.linux-riscv64-3.6/falcon/testing copying falcon/testing/base.py -> build/lib.linux-riscv64-3.6/falcon/testing copying falcon/testing/test_case.py -> build/lib.linux-riscv64-3.6/falcon/testing copying falcon/testing/helpers.py -> build/lib.linux-riscv64-3.6/falcon/testing copying falcon/testing/client.py -> build/lib.linux-riscv64-3.6/falcon/testing copying falcon/testing/resource.py -> build/lib.linux-riscv64-3.6/falcon/testing copying falcon/testing/__init__.py -> build/lib.linux-riscv64-3.6/falcon/testing copying falcon/testing/srmock.py -> build/lib.linux-riscv64-3.6/falcon/testing creating build/lib.linux-riscv64-3.6/falcon/routing copying falcon/routing/converters.py -> build/lib.linux-riscv64-3.6/falcon/routing copying falcon/routing/compiled.py -> build/lib.linux-riscv64-3.6/falcon/routing copying falcon/routing/util.py -> build/lib.linux-riscv64-3.6/falcon/routing copying falcon/routing/__init__.py -> build/lib.linux-riscv64-3.6/falcon/routing copying falcon/routing/static.py -> build/lib.linux-riscv64-3.6/falcon/routing creating build/lib.linux-riscv64-3.6/falcon/cmd copying falcon/cmd/bench.py -> build/lib.linux-riscv64-3.6/falcon/cmd copying falcon/cmd/__init__.py -> build/lib.linux-riscv64-3.6/falcon/cmd copying falcon/cmd/print_routes.py -> build/lib.linux-riscv64-3.6/falcon/cmd creating build/lib.linux-riscv64-3.6/falcon/media/validators copying falcon/media/validators/jsonschema.py -> build/lib.linux-riscv64-3.6/falcon/media/validators copying falcon/media/validators/__init__.py -> build/lib.linux-riscv64-3.6/falcon/media/validators creating build/lib.linux-riscv64-3.6/falcon/bench/nuts copying falcon/bench/nuts/config.py -> build/lib.linux-riscv64-3.6/falcon/bench/nuts copying falcon/bench/nuts/__init__.py -> build/lib.linux-riscv64-3.6/falcon/bench/nuts copying falcon/bench/nuts/setup.py -> build/lib.linux-riscv64-3.6/falcon/bench/nuts creating build/lib.linux-riscv64-3.6/falcon/bench/queues copying falcon/bench/queues/queues.py -> build/lib.linux-riscv64-3.6/falcon/bench/queues copying falcon/bench/queues/stats.py -> build/lib.linux-riscv64-3.6/falcon/bench/queues copying falcon/bench/queues/claims.py -> build/lib.linux-riscv64-3.6/falcon/bench/queues copying falcon/bench/queues/api.py -> build/lib.linux-riscv64-3.6/falcon/bench/queues copying falcon/bench/queues/__init__.py -> build/lib.linux-riscv64-3.6/falcon/bench/queues copying falcon/bench/queues/messages.py -> build/lib.linux-riscv64-3.6/falcon/bench/queues creating build/lib.linux-riscv64-3.6/falcon/bench/dj copying falcon/bench/dj/__init__.py -> build/lib.linux-riscv64-3.6/falcon/bench/dj copying falcon/bench/dj/manage.py -> build/lib.linux-riscv64-3.6/falcon/bench/dj creating build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts copying falcon/bench/nuts/nuts/app.py -> build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts copying falcon/bench/nuts/nuts/__init__.py -> build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts creating build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/config.py -> build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/test_functional.py -> build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/test_units.py -> build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/__init__.py -> build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/tests creating build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/model copying falcon/bench/nuts/nuts/model/__init__.py -> build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/model creating build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/controllers copying falcon/bench/nuts/nuts/controllers/__init__.py -> build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/controllers copying falcon/bench/nuts/nuts/controllers/root.py -> build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/controllers creating build/lib.linux-riscv64-3.6/falcon/bench/dj/hello copying falcon/bench/dj/hello/models.py -> build/lib.linux-riscv64-3.6/falcon/bench/dj/hello copying falcon/bench/dj/hello/views.py -> build/lib.linux-riscv64-3.6/falcon/bench/dj/hello copying falcon/bench/dj/hello/admin.py -> build/lib.linux-riscv64-3.6/falcon/bench/dj/hello copying falcon/bench/dj/hello/apps.py -> build/lib.linux-riscv64-3.6/falcon/bench/dj/hello copying falcon/bench/dj/hello/__init__.py -> build/lib.linux-riscv64-3.6/falcon/bench/dj/hello copying falcon/bench/dj/hello/tests.py -> build/lib.linux-riscv64-3.6/falcon/bench/dj/hello creating build/lib.linux-riscv64-3.6/falcon/bench/dj/dj copying falcon/bench/dj/dj/urls.py -> build/lib.linux-riscv64-3.6/falcon/bench/dj/dj copying falcon/bench/dj/dj/wsgi.py -> build/lib.linux-riscv64-3.6/falcon/bench/dj/dj copying falcon/bench/dj/dj/__init__.py -> build/lib.linux-riscv64-3.6/falcon/bench/dj/dj copying falcon/bench/dj/dj/settings.py -> build/lib.linux-riscv64-3.6/falcon/bench/dj/dj creating build/lib.linux-riscv64-3.6/falcon/bench/dj/hello/migrations copying falcon/bench/dj/hello/migrations/__init__.py -> build/lib.linux-riscv64-3.6/falcon/bench/dj/hello/migrations running egg_info writing falcon.egg-info/PKG-INFO writing dependency_links to falcon.egg-info/dependency_links.txt writing entry points to falcon.egg-info/entry_points.txt writing requirements to falcon.egg-info/requires.txt writing top-level names to falcon.egg-info/top_level.txt reading manifest file 'falcon.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'falcon.egg-info/SOURCES.txt' running build_ext skipping 'falcon/request.c' Cython extension (up-to-date) building 'falcon.request' extension creating build/temp.linux-riscv64-3.6 creating build/temp.linux-riscv64-3.6/falcon gcc -pthread -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.6m -c falcon/request.c -o build/temp.linux-riscv64-3.6/falcon/request.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/request.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/request.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/response_helpers.c' Cython extension (up-to-date) building 'falcon.response_helpers' extension gcc -pthread -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.6m -c falcon/response_helpers.c -o build/temp.linux-riscv64-3.6/falcon/response_helpers.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/response_helpers.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/response_helpers.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/uri.c' Cython extension (up-to-date) building 'falcon.uri' extension gcc -pthread -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.6m -c falcon/uri.c -o build/temp.linux-riscv64-3.6/falcon/uri.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/uri.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/uri.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/constants.c' Cython extension (up-to-date) building 'falcon.constants' extension gcc -pthread -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.6m -c falcon/constants.c -o build/temp.linux-riscv64-3.6/falcon/constants.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/constants.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/constants.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/responders.c' Cython extension (up-to-date) building 'falcon.responders' extension gcc -pthread -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.6m -c falcon/responders.c -o build/temp.linux-riscv64-3.6/falcon/responders.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/responders.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/responders.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/status_codes.c' Cython extension (up-to-date) building 'falcon.status_codes' extension gcc -pthread -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.6m -c falcon/status_codes.c -o build/temp.linux-riscv64-3.6/falcon/status_codes.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/status_codes.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/status_codes.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/api_helpers.c' Cython extension (up-to-date) building 'falcon.api_helpers' extension gcc -pthread -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.6m -c falcon/api_helpers.c -o build/temp.linux-riscv64-3.6/falcon/api_helpers.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/api_helpers.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/api_helpers.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/http_status.c' Cython extension (up-to-date) building 'falcon.http_status' extension gcc -pthread -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.6m -c falcon/http_status.c -o build/temp.linux-riscv64-3.6/falcon/http_status.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/http_status.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/http_status.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/errors.c' Cython extension (up-to-date) building 'falcon.errors' extension gcc -pthread -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.6m -c falcon/errors.c -o build/temp.linux-riscv64-3.6/falcon/errors.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/errors.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/errors.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/forwarded.c' Cython extension (up-to-date) building 'falcon.forwarded' extension gcc -pthread -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.6m -c falcon/forwarded.c -o build/temp.linux-riscv64-3.6/falcon/forwarded.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/forwarded.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/forwarded.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/api.c' Cython extension (up-to-date) building 'falcon.api' extension gcc -pthread -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.6m -c falcon/api.c -o build/temp.linux-riscv64-3.6/falcon/api.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/api.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/api.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/request_helpers.c' Cython extension (up-to-date) building 'falcon.request_helpers' extension gcc -pthread -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.6m -c falcon/request_helpers.c -o build/temp.linux-riscv64-3.6/falcon/request_helpers.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/request_helpers.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/request_helpers.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/hooks.c' Cython extension (up-to-date) building 'falcon.hooks' extension gcc -pthread -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.6m -c falcon/hooks.c -o build/temp.linux-riscv64-3.6/falcon/hooks.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/hooks.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/hooks.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/response.c' Cython extension (up-to-date) building 'falcon.response' extension gcc -pthread -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.6m -c falcon/response.c -o build/temp.linux-riscv64-3.6/falcon/response.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/response.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/response.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/http_error.c' Cython extension (up-to-date) building 'falcon.http_error' extension gcc -pthread -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.6m -c falcon/http_error.c -o build/temp.linux-riscv64-3.6/falcon/http_error.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/http_error.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/http_error.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/redirects.c' Cython extension (up-to-date) building 'falcon.redirects' extension gcc -pthread -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.6m -c falcon/redirects.c -o build/temp.linux-riscv64-3.6/falcon/redirects.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/redirects.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/redirects.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/version.c' Cython extension (up-to-date) building 'falcon.version' extension gcc -pthread -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.6m -c falcon/version.c -o build/temp.linux-riscv64-3.6/falcon/version.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/version.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/version.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/util/structures.c' Cython extension (up-to-date) building 'falcon.util.structures' extension creating build/temp.linux-riscv64-3.6/falcon/util gcc -pthread -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.6m -c falcon/util/structures.c -o build/temp.linux-riscv64-3.6/falcon/util/structures.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/util/structures.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/util/structures.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/util/uri.c' Cython extension (up-to-date) building 'falcon.util.uri' extension gcc -pthread -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.6m -c falcon/util/uri.c -o build/temp.linux-riscv64-3.6/falcon/util/uri.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/util/uri.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/util/uri.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/util/misc.c' Cython extension (up-to-date) building 'falcon.util.misc' extension gcc -pthread -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.6m -c falcon/util/misc.c -o build/temp.linux-riscv64-3.6/falcon/util/misc.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/util/misc.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/util/misc.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/util/time.c' Cython extension (up-to-date) building 'falcon.util.time' extension gcc -pthread -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.6m -c falcon/util/time.c -o build/temp.linux-riscv64-3.6/falcon/util/time.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/util/time.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/util/time.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/routing/converters.c' Cython extension (up-to-date) building 'falcon.routing.converters' extension creating build/temp.linux-riscv64-3.6/falcon/routing gcc -pthread -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.6m -c falcon/routing/converters.c -o build/temp.linux-riscv64-3.6/falcon/routing/converters.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/routing/converters.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/routing/converters.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/routing/compiled.c' Cython extension (up-to-date) building 'falcon.routing.compiled' extension gcc -pthread -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.6m -c falcon/routing/compiled.c -o build/temp.linux-riscv64-3.6/falcon/routing/compiled.o BUILDSTDERR: falcon/routing/compiled.c: In function ‘__pyx_pf_6falcon_7routing_8compiled_14CompiledRouter_12_generate_ast.isra.71’: BUILDSTDERR: falcon/routing/compiled.c:345:40: warning: ‘__pyx_v_resource_idx’ may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: #define PyInt_FromSsize_t PyLong_FromSsize_t BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: falcon/routing/compiled.c:4926:14: note: ‘__pyx_v_resource_idx’ was declared here BUILDSTDERR: Py_ssize_t __pyx_v_resource_idx; BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/routing/compiled.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/routing/compiled.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/routing/util.c' Cython extension (up-to-date) building 'falcon.routing.util' extension gcc -pthread -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.6m -c falcon/routing/util.c -o build/temp.linux-riscv64-3.6/falcon/routing/util.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/routing/util.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/routing/util.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/routing/static.c' Cython extension (up-to-date) building 'falcon.routing.static' extension gcc -pthread -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.6m -c falcon/routing/static.c -o build/temp.linux-riscv64-3.6/falcon/routing/static.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/routing/static.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/routing/static.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/media/base.c' Cython extension (up-to-date) building 'falcon.media.base' extension creating build/temp.linux-riscv64-3.6/falcon/media gcc -pthread -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.6m -c falcon/media/base.c -o build/temp.linux-riscv64-3.6/falcon/media/base.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/media/base.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/media/base.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/media/json.c' Cython extension (up-to-date) building 'falcon.media.json' extension gcc -pthread -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.6m -c falcon/media/json.c -o build/temp.linux-riscv64-3.6/falcon/media/json.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/media/json.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/media/json.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/media/handlers.c' Cython extension (up-to-date) building 'falcon.media.handlers' extension gcc -pthread -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.6m -c falcon/media/handlers.c -o build/temp.linux-riscv64-3.6/falcon/media/handlers.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/media/handlers.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/media/handlers.cpython-36m-riscv64-linux-gnu.so skipping 'falcon/media/msgpack.c' Cython extension (up-to-date) building 'falcon.media.msgpack' extension gcc -pthread -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.6m -c falcon/media/msgpack.c -o build/temp.linux-riscv64-3.6/falcon/media/msgpack.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -Wl,-z,relro -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.6/falcon/media/msgpack.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/falcon/media/msgpack.cpython-36m-riscv64-linux-gnu.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.FOfKYA + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64 + cd falcon-1.4.1 + 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,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/uri.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/http_error.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media copying build/lib.linux-riscv64-3.6/falcon/media/base.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media copying build/lib.linux-riscv64-3.6/falcon/media/json.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media/validators copying build/lib.linux-riscv64-3.6/falcon/media/validators/jsonschema.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media/validators copying build/lib.linux-riscv64-3.6/falcon/media/validators/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media/validators copying build/lib.linux-riscv64-3.6/falcon/media/handlers.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media copying build/lib.linux-riscv64-3.6/falcon/media/msgpack.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media copying build/lib.linux-riscv64-3.6/falcon/media/msgpack.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media copying build/lib.linux-riscv64-3.6/falcon/media/handlers.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media copying build/lib.linux-riscv64-3.6/falcon/media/base.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media copying build/lib.linux-riscv64-3.6/falcon/media/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media copying build/lib.linux-riscv64-3.6/falcon/media/json.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media copying build/lib.linux-riscv64-3.6/falcon/api.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/redirects.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/request.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/api_helpers.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/response_helpers.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/uri.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/constants.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/errors.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-riscv64-3.6/falcon/util/uri.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-riscv64-3.6/falcon/util/structures.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-riscv64-3.6/falcon/util/time.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-riscv64-3.6/falcon/util/uri.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-riscv64-3.6/falcon/util/misc.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-riscv64-3.6/falcon/util/time.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-riscv64-3.6/falcon/util/structures.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-riscv64-3.6/falcon/util/misc.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-riscv64-3.6/falcon/util/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-riscv64-3.6/falcon/constants.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/response_helpers.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/responders.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/status_codes.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/forwarded.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/status_codes.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench copying build/lib.linux-riscv64-3.6/falcon/bench/create.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts copying build/lib.linux-riscv64-3.6/falcon/bench/nuts/config.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/tests/config.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/tests/test_functional.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/tests/test_units.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/tests/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/tests creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/model copying build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/model/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/model copying build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/app.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/controllers copying build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/controllers/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/controllers copying build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/controllers/root.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/controllers copying build/lib.linux-riscv64-3.6/falcon/bench/nuts/nuts/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts copying build/lib.linux-riscv64-3.6/falcon/bench/nuts/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts copying build/lib.linux-riscv64-3.6/falcon/bench/nuts/setup.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts copying build/lib.linux-riscv64-3.6/falcon/bench/bench.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/queues copying build/lib.linux-riscv64-3.6/falcon/bench/queues/queues.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/queues copying build/lib.linux-riscv64-3.6/falcon/bench/queues/stats.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/queues copying build/lib.linux-riscv64-3.6/falcon/bench/queues/claims.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/queues copying build/lib.linux-riscv64-3.6/falcon/bench/queues/api.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/queues copying build/lib.linux-riscv64-3.6/falcon/bench/queues/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/queues copying build/lib.linux-riscv64-3.6/falcon/bench/queues/messages.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/queues copying build/lib.linux-riscv64-3.6/falcon/bench/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello copying build/lib.linux-riscv64-3.6/falcon/bench/dj/hello/models.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello copying build/lib.linux-riscv64-3.6/falcon/bench/dj/hello/views.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello copying build/lib.linux-riscv64-3.6/falcon/bench/dj/hello/admin.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello copying build/lib.linux-riscv64-3.6/falcon/bench/dj/hello/apps.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello copying build/lib.linux-riscv64-3.6/falcon/bench/dj/hello/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello copying build/lib.linux-riscv64-3.6/falcon/bench/dj/hello/tests.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello/migrations copying build/lib.linux-riscv64-3.6/falcon/bench/dj/hello/migrations/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello/migrations copying build/lib.linux-riscv64-3.6/falcon/bench/dj/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj copying build/lib.linux-riscv64-3.6/falcon/bench/dj/dj/urls.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj copying build/lib.linux-riscv64-3.6/falcon/bench/dj/dj/wsgi.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj copying build/lib.linux-riscv64-3.6/falcon/bench/dj/dj/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj copying build/lib.linux-riscv64-3.6/falcon/bench/dj/dj/settings.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj copying build/lib.linux-riscv64-3.6/falcon/bench/dj/manage.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj copying build/lib.linux-riscv64-3.6/falcon/api_helpers.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/testing copying build/lib.linux-riscv64-3.6/falcon/testing/base.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/testing copying build/lib.linux-riscv64-3.6/falcon/testing/test_case.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/testing copying build/lib.linux-riscv64-3.6/falcon/testing/helpers.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/testing copying build/lib.linux-riscv64-3.6/falcon/testing/client.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/testing copying build/lib.linux-riscv64-3.6/falcon/testing/resource.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/testing copying build/lib.linux-riscv64-3.6/falcon/testing/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/testing copying build/lib.linux-riscv64-3.6/falcon/testing/srmock.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/testing copying build/lib.linux-riscv64-3.6/falcon/http_status.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/hooks.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/errors.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-riscv64-3.6/falcon/routing/static.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-riscv64-3.6/falcon/routing/converters.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-riscv64-3.6/falcon/routing/util.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-riscv64-3.6/falcon/routing/compiled.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-riscv64-3.6/falcon/routing/util.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-riscv64-3.6/falcon/routing/converters.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-riscv64-3.6/falcon/routing/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-riscv64-3.6/falcon/routing/static.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-riscv64-3.6/falcon/routing/compiled.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-riscv64-3.6/falcon/request_helpers.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/forwarded.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/api.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/responders.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/request.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/http_status.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/request_helpers.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/hooks.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/response.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/http_error.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/cmd copying build/lib.linux-riscv64-3.6/falcon/cmd/bench.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/cmd copying build/lib.linux-riscv64-3.6/falcon/cmd/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/cmd copying build/lib.linux-riscv64-3.6/falcon/cmd/print_routes.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/cmd copying build/lib.linux-riscv64-3.6/falcon/redirects.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/response.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/version.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-riscv64-3.6/falcon/version.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media/json.py to json.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media/validators/jsonschema.py to jsonschema.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media/validators/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media/handlers.py to handlers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media/msgpack.py to msgpack.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/request.py to request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/response_helpers.py to response_helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/uri.py to uri.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util/structures.py to structures.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util/uri.py to uri.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util/misc.py to misc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util/time.py to time.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/responders.py to responders.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/status_codes.py to status_codes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/create.py to create.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/config.py to config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/tests/config.py to config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/tests/test_functional.py to test_functional.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/tests/test_units.py to test_units.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/model/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/app.py to app.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/controllers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/controllers/root.py to root.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/setup.py to setup.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/bench.py to bench.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/queues/queues.py to queues.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/queues/stats.py to stats.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/queues/claims.py to claims.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/queues/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/queues/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/queues/messages.py to messages.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello/models.py to models.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello/views.py to views.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello/admin.py to admin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello/apps.py to apps.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello/tests.py to tests.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello/migrations/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj/urls.py to urls.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj/wsgi.py to wsgi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj/settings.py to settings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/bench/dj/manage.py to manage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/api_helpers.py to api_helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/testing/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/testing/test_case.py to test_case.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/testing/helpers.py to helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/testing/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/testing/resource.py to resource.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/testing/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/testing/srmock.py to srmock.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/http_status.py to http_status.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/errors.py to errors.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing/converters.py to converters.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing/compiled.py to compiled.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing/static.py to static.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/forwarded.py to forwarded.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/request_helpers.py to request_helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/hooks.py to hooks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/response.py to response.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/http_error.py to http_error.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/cmd/bench.py to bench.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/cmd/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/cmd/print_routes.py to print_routes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/redirects.py to redirects.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/version.py to version.cpython-36.pyc writing byte-compilation script '/tmp/tmp6x0ifh6n.py' /usr/bin/python3 /tmp/tmp6x0ifh6n.py removing /tmp/tmp6x0ifh6n.py running install_egg_info running egg_info writing falcon.egg-info/PKG-INFO writing dependency_links to falcon.egg-info/dependency_links.txt writing entry points to falcon.egg-info/entry_points.txt writing requirements to falcon.egg-info/requires.txt writing top-level names to falcon.egg-info/top_level.txt reading manifest file 'falcon.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'falcon.egg-info/SOURCES.txt' Copying falcon.egg-info to /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon-1.4.1-py3.6.egg-info running install_scripts Installing falcon-bench script to /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/bin Installing falcon-bench-3 script to /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/bin Installing falcon-bench-3.6 script to /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/bin Installing falcon-print-routes script to /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/bin Installing falcon-print-routes-3 script to /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/bin Installing falcon-print-routes-3.6 script to /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/bin + 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,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/api.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media copying build/lib.linux-riscv64-2.7/falcon/media/base.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media copying build/lib.linux-riscv64-2.7/falcon/media/json.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media/validators copying build/lib.linux-riscv64-2.7/falcon/media/validators/jsonschema.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media/validators copying build/lib.linux-riscv64-2.7/falcon/media/validators/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media/validators copying build/lib.linux-riscv64-2.7/falcon/media/handlers.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media copying build/lib.linux-riscv64-2.7/falcon/media/msgpack.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media copying build/lib.linux-riscv64-2.7/falcon/media/handlers.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media copying build/lib.linux-riscv64-2.7/falcon/media/json.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media copying build/lib.linux-riscv64-2.7/falcon/media/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media copying build/lib.linux-riscv64-2.7/falcon/media/msgpack.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media copying build/lib.linux-riscv64-2.7/falcon/media/base.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media copying build/lib.linux-riscv64-2.7/falcon/request.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/response_helpers.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/uri.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/constants.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/version.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-riscv64-2.7/falcon/util/structures.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-riscv64-2.7/falcon/util/uri.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-riscv64-2.7/falcon/util/uri.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-riscv64-2.7/falcon/util/misc.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-riscv64-2.7/falcon/util/misc.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-riscv64-2.7/falcon/util/time.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-riscv64-2.7/falcon/util/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-riscv64-2.7/falcon/util/time.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-riscv64-2.7/falcon/util/structures.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-riscv64-2.7/falcon/response.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/uri.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/responders.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/constants.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/responders.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/errors.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/status_codes.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/request_helpers.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench copying build/lib.linux-riscv64-2.7/falcon/bench/create.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts copying build/lib.linux-riscv64-2.7/falcon/bench/nuts/config.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/tests/config.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/tests/test_functional.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/tests/test_units.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/tests/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/model copying build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/model/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/model copying build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/app.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/controllers copying build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/controllers/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/controllers copying build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/controllers/root.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/controllers copying build/lib.linux-riscv64-2.7/falcon/bench/nuts/nuts/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts copying build/lib.linux-riscv64-2.7/falcon/bench/nuts/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts copying build/lib.linux-riscv64-2.7/falcon/bench/nuts/setup.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts copying build/lib.linux-riscv64-2.7/falcon/bench/bench.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-riscv64-2.7/falcon/bench/queues/queues.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-riscv64-2.7/falcon/bench/queues/stats.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-riscv64-2.7/falcon/bench/queues/claims.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-riscv64-2.7/falcon/bench/queues/api.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-riscv64-2.7/falcon/bench/queues/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-riscv64-2.7/falcon/bench/queues/messages.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-riscv64-2.7/falcon/bench/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/hello copying build/lib.linux-riscv64-2.7/falcon/bench/dj/hello/models.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/hello copying build/lib.linux-riscv64-2.7/falcon/bench/dj/hello/views.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/hello copying build/lib.linux-riscv64-2.7/falcon/bench/dj/hello/admin.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/hello copying build/lib.linux-riscv64-2.7/falcon/bench/dj/hello/apps.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/hello copying build/lib.linux-riscv64-2.7/falcon/bench/dj/hello/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/hello copying build/lib.linux-riscv64-2.7/falcon/bench/dj/hello/tests.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/hello creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/hello/migrations copying build/lib.linux-riscv64-2.7/falcon/bench/dj/hello/migrations/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/hello/migrations copying build/lib.linux-riscv64-2.7/falcon/bench/dj/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/dj copying build/lib.linux-riscv64-2.7/falcon/bench/dj/dj/urls.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/dj copying build/lib.linux-riscv64-2.7/falcon/bench/dj/dj/wsgi.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/dj copying build/lib.linux-riscv64-2.7/falcon/bench/dj/dj/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/dj copying build/lib.linux-riscv64-2.7/falcon/bench/dj/dj/settings.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/dj copying build/lib.linux-riscv64-2.7/falcon/bench/dj/manage.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj copying build/lib.linux-riscv64-2.7/falcon/api_helpers.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/testing copying build/lib.linux-riscv64-2.7/falcon/testing/base.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/testing copying build/lib.linux-riscv64-2.7/falcon/testing/test_case.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/testing copying build/lib.linux-riscv64-2.7/falcon/testing/helpers.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/testing copying build/lib.linux-riscv64-2.7/falcon/testing/client.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/testing copying build/lib.linux-riscv64-2.7/falcon/testing/resource.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/testing copying build/lib.linux-riscv64-2.7/falcon/testing/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/testing copying build/lib.linux-riscv64-2.7/falcon/testing/srmock.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/testing copying build/lib.linux-riscv64-2.7/falcon/http_status.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/forwarded.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/status_codes.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/http_status.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/errors.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/redirects.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing copying build/lib.linux-riscv64-2.7/falcon/routing/util.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing copying build/lib.linux-riscv64-2.7/falcon/routing/static.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing copying build/lib.linux-riscv64-2.7/falcon/routing/converters.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing copying build/lib.linux-riscv64-2.7/falcon/routing/compiled.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing copying build/lib.linux-riscv64-2.7/falcon/routing/util.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing copying build/lib.linux-riscv64-2.7/falcon/routing/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing copying build/lib.linux-riscv64-2.7/falcon/routing/static.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing copying build/lib.linux-riscv64-2.7/falcon/routing/converters.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing copying build/lib.linux-riscv64-2.7/falcon/routing/compiled.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing copying build/lib.linux-riscv64-2.7/falcon/forwarded.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/response_helpers.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/api.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/http_error.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/request_helpers.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/hooks.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/hooks.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/response.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/http_error.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/cmd copying build/lib.linux-riscv64-2.7/falcon/cmd/bench.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/cmd copying build/lib.linux-riscv64-2.7/falcon/cmd/__init__.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/cmd copying build/lib.linux-riscv64-2.7/falcon/cmd/print_routes.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/cmd copying build/lib.linux-riscv64-2.7/falcon/request.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/redirects.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/api_helpers.so -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-riscv64-2.7/falcon/version.py -> /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media/json.py to json.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media/validators/jsonschema.py to jsonschema.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media/validators/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media/handlers.py to handlers.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media/msgpack.py to msgpack.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/request.py to request.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/response_helpers.py to response_helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/uri.py to uri.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util/structures.py to structures.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util/uri.py to uri.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util/time.py to time.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/responders.py to responders.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/status_codes.py to status_codes.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/create.py to create.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests/test_functional.py to test_functional.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests/test_units.py to test_units.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/model/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/app.py to app.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/controllers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/controllers/root.py to root.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/setup.py to setup.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/bench.py to bench.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/queues/queues.py to queues.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/queues/stats.py to stats.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/queues/claims.py to claims.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/queues/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/queues/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/queues/messages.py to messages.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/hello/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/hello/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/hello/admin.py to admin.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/hello/apps.py to apps.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/hello/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/hello/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/hello/migrations/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/dj/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/dj/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/dj/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/dj/settings.py to settings.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/bench/dj/manage.py to manage.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/api_helpers.py to api_helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/testing/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/testing/test_case.py to test_case.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/testing/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/testing/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/testing/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/testing/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/testing/srmock.py to srmock.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/http_status.py to http_status.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing/converters.py to converters.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing/compiled.py to compiled.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing/static.py to static.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/forwarded.py to forwarded.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/request_helpers.py to request_helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/response.py to response.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/http_error.py to http_error.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/cmd/bench.py to bench.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/cmd/print_routes.py to print_routes.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/redirects.py to redirects.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/version.py to version.pyc writing byte-compilation script '/tmp/tmp5XhX3l.py' /usr/bin/python2 -O /tmp/tmp5XhX3l.py removing /tmp/tmp5XhX3l.py running install_egg_info running egg_info writing requirements to falcon.egg-info/requires.txt writing falcon.egg-info/PKG-INFO writing top-level names to falcon.egg-info/top_level.txt writing dependency_links to falcon.egg-info/dependency_links.txt writing entry points to falcon.egg-info/entry_points.txt reading manifest file 'falcon.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'falcon.egg-info/SOURCES.txt' Copying falcon.egg-info to /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon-1.4.1-py2.7.egg-info running install_scripts Installing falcon-print-routes-2 script to /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/bin Installing falcon-print-routes script to /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/bin Installing falcon-bench-2 script to /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/bin Installing falcon-bench script to /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/bin Installing falcon-print-routes-2.7 script to /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/bin Installing falcon-bench-2.7 script to /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.4.1-3.fc29 --unique-debug-suffix -1.4.1-3.fc29.riscv64 --unique-debug-src-base python-falcon-1.4.1-3.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/falcon-1.4.1 extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media/msgpack.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/uri.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media/handlers.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/http_error.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media/base.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/media/json.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/api.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/redirects.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/api_helpers.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/errors.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util/uri.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util/time.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util/structures.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/util/misc.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/constants.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/response_helpers.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/forwarded.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/status_codes.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/hooks.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing/static.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing/util.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing/converters.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/routing/compiled.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/request_helpers.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/responders.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/request.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/http_status.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/response.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6/site-packages/falcon/version.cpython-36m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/api.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media/handlers.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media/json.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media/msgpack.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/media/base.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/version.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util/uri.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util/misc.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util/time.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/util/structures.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/response.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/uri.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/constants.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/responders.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/errors.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/request_helpers.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/forwarded.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/status_codes.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/http_status.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/redirects.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing/util.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing/static.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing/converters.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/routing/compiled.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/response_helpers.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/http_error.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/hooks.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/request.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7/site-packages/falcon/api_helpers.so /usr/lib/rpm/sepdebugcrcfix: Updated 58 CRC32s, 0 CRC32s did match. BUILDSTDERR: 18245 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 Bytecompiling .py files below /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib/debug/usr/lib64/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.pGhClg Processing files: python2-falcon-1.4.1-3.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.dkJ1qU + umask 022 + cd /builddir/build/BUILD + cd falcon-1.4.1 + DOCDIR=/builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/share/doc/python2-falcon + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/share/doc/python2-falcon + cp -pr README.rst /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/share/doc/python2-falcon + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ZsPnyB + umask 022 + cd /builddir/build/BUILD + cd falcon-1.4.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/share/licenses/python2-falcon + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/share/licenses/python2-falcon + cp -pr LICENSE /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/share/licenses/python2-falcon + exit 0 Provides: python-falcon = 1.4.1-3.fc29 python-falcon(riscv-64) = 1.4.1-3.fc29 python2-falcon = 1.4.1-3.fc29 python2-falcon(riscv-64) = 1.4.1-3.fc29 python2.7dist(falcon) = 1.4.1 python2dist(falcon) = 1.4.1 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/python2 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) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-falcon < 1.4.1-3.fc29 Recommends: python2-ujson Processing files: python3-falcon-1.4.1-3.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fSmkMO + umask 022 + cd /builddir/build/BUILD + cd falcon-1.4.1 + DOCDIR=/builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/share/doc/python3-falcon + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/share/doc/python3-falcon + cp -pr README.rst /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/share/doc/python3-falcon + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.3Irtx1 + umask 022 + cd /builddir/build/BUILD + cd falcon-1.4.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/share/licenses/python3-falcon + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/share/licenses/python3-falcon + cp -pr LICENSE /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64/usr/share/licenses/python3-falcon + exit 0 Provides: python3-falcon = 1.4.1-3.fc29 python3-falcon(riscv-64) = 1.4.1-3.fc29 python3.6dist(falcon) = 1.4.1 python3dist(falcon) = 1.4.1 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) libpthread.so.0()(64bit) libpython3.6m.so.1.0()(64bit) python(abi) = 3.6 rtld(GNU_HASH) Recommends: python3-ujson Processing files: python-falcon-debugsource-1.4.1-3.fc29.riscv64 Provides: python-falcon-debugsource = 1.4.1-3.fc29 python-falcon-debugsource(riscv-64) = 1.4.1-3.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-falcon-debuginfo-1.4.1-3.fc29.riscv64 Provides: python-falcon-debuginfo = 1.4.1-3.fc29 python-falcon-debuginfo(riscv-64) = 1.4.1-3.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-falcon-debugsource(riscv-64) = 1.4.1-3.fc29 Processing files: python2-falcon-debuginfo-1.4.1-3.fc29.riscv64 Provides: debuginfo(build-id) = 001b0fa722c36103660de774f383970604162879 debuginfo(build-id) = 09373b451189e07dde37f6e5ccf1373756f36c88 debuginfo(build-id) = 09d05457be98adf4f86ca58cbccc88286bfce173 debuginfo(build-id) = 0bc87d97245630fddd082173d8de4ba04ff275a9 debuginfo(build-id) = 0c7d1eb5893cb802fda9529330fa6597e96ebb3e debuginfo(build-id) = 0fcb927be38a369b87f39fb42df78735f14bacbd debuginfo(build-id) = 1711b39f7dc90e3efc00c93246ed0dc670f8cef7 debuginfo(build-id) = 2f6075073ed913a2a1471594b25dc336093965c4 debuginfo(build-id) = 320c6a37297bd788db2f397231979d8b0baf7af3 debuginfo(build-id) = 34b21206e7dc47833985fcde421dad41ee8029b9 debuginfo(build-id) = 36b6204583c61dc9f4d22d50f06412ed0974e6c7 debuginfo(build-id) = 393d115cff8140409f3dfedf1a4a314312e073e2 debuginfo(build-id) = 3ed70b7f6000ad27ee262a8cf6d0729a3e2f1a82 debuginfo(build-id) = 69d6b837ebc2db62edff4f9a30759474129ede3b debuginfo(build-id) = 75d260c5dd1fd13d2fba229a3ae79f0dc256eec7 debuginfo(build-id) = 857735410d892d7eddaf942158e3ae54d4ccfaac debuginfo(build-id) = 865ee0d70aab06def8d0bede673a9de597b0c7d2 debuginfo(build-id) = 8ad95c602464b8ff170d46123189c2cd94b9e393 debuginfo(build-id) = 8e058f5fa1c8aeae96461800a44a713161801982 debuginfo(build-id) = 8e12db73b2d451c4876815b4ca0e71c03ac3bb59 debuginfo(build-id) = 9d2242214dd438b6dc2a880346a271b234427bdd debuginfo(build-id) = a37a873070a9925bc520406d534f12a1c1aeeba5 debuginfo(build-id) = b82fc5db055299141c144251d7da3331fab8ddbb debuginfo(build-id) = b8b852fdc0c8380ba613bc04955f763c0f535e25 debuginfo(build-id) = bc72e03411b21f6e502860c8fed065678d063ce3 debuginfo(build-id) = c44f0c8a892c516d94cf3e1a5df6dbd867689234 debuginfo(build-id) = c7baff4cb4781025403f3a203b8b1e91d192279b debuginfo(build-id) = c931aa5a15f9a1e84575deeb68a14f0436014d87 debuginfo(build-id) = ef6f736be6fd2db5e5404e87b58ef176b7b86001 python2-falcon-debuginfo = 1.4.1-3.fc29 python2-falcon-debuginfo(riscv-64) = 1.4.1-3.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-falcon-debugsource(riscv-64) = 1.4.1-3.fc29 Processing files: python3-falcon-debuginfo-1.4.1-3.fc29.riscv64 Provides: debuginfo(build-id) = 06c57cb38b315de5bfbe86df80fdb63bc0be2bac debuginfo(build-id) = 18b242e915ca61169a3bbce33e9ec3de3e8427a6 debuginfo(build-id) = 19dd9d7f4777f4e365a7b6fceaeb9c7e740f4326 debuginfo(build-id) = 20973f8b38c4d4819a791e24e17a854c8f37f203 debuginfo(build-id) = 237204339408aaf6a5791efa29d24dfb7156b7d7 debuginfo(build-id) = 2e55178a057cb592e1bbacbf090555622d77df29 debuginfo(build-id) = 2f475f21a688bb134d9bc6b83b1f5bebce1fa66f debuginfo(build-id) = 2f6e5ce642a59b7ea80c7ae9802bfce44c554279 debuginfo(build-id) = 35cdcfae146e4df906005f2a13647adc770b6459 debuginfo(build-id) = 383a942bf9192b88664c0009eb622328d9ad1302 debuginfo(build-id) = 3cd47968288b908620d4083c1cfb22a76c67db89 debuginfo(build-id) = 404b31547565d579b8c444a6bb644b68d019156f debuginfo(build-id) = 61e0ea7d110094a01e770cbf1840d65f3f4d29eb debuginfo(build-id) = 6cfeb626fbe76bf2e355e2006de69693bfafcc64 debuginfo(build-id) = 70cb628fd67b1ce82f4977fe1420968c5a57fda2 debuginfo(build-id) = 714f4b67e0346b67b1a85572f192781e5b300714 debuginfo(build-id) = 74f992fa7ad390b59d22f9bcd59b919c2b4239e6 debuginfo(build-id) = 8304ee6f9c38afb94e6076123f2e1d316b9f388a debuginfo(build-id) = 839707df83a15cfd6e59d332dd775b0d236023fd debuginfo(build-id) = 86bb0fb63c41906750748316914ae69455d4fc49 debuginfo(build-id) = b5a8ed1c62ade91b62925404c442e7bf00c7b715 debuginfo(build-id) = b96b332de1ecccb007df8349fc6037b88a5f1bf5 debuginfo(build-id) = c1fc6794f47579ad3006b4ff0966e5db1707725e debuginfo(build-id) = d0c5748dbbaa9e5ed0bcc121dc58346d3ec33ccc debuginfo(build-id) = e656eabb8a6ce7d2c0bb67fdaf363016a6c58bf7 debuginfo(build-id) = eea07ba2b4d6526a2d041f3f60d9ac4970488d25 debuginfo(build-id) = f079075f7107bcf1e869f310ff4f9c1da3b64131 debuginfo(build-id) = f85a196ddd1f49601c5635657c2511b21b7838a1 debuginfo(build-id) = fa6ac45f51929729efa11147476002f1ceb703c6 python3-falcon-debuginfo = 1.4.1-3.fc29 python3-falcon-debuginfo(riscv-64) = 1.4.1-3.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-falcon-debugsource(riscv-64) = 1.4.1-3.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64 Wrote: /builddir/build/RPMS/python2-falcon-1.4.1-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python3-falcon-1.4.1-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python-falcon-debugsource-1.4.1-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python-falcon-debuginfo-1.4.1-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python2-falcon-debuginfo-1.4.1-3.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python3-falcon-debuginfo-1.4.1-3.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ci0eKJ + umask 022 + cd /builddir/build/BUILD + cd falcon-1.4.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-falcon-1.4.1-3.fc29.riscv64 + exit 0 Child return code was: 0