Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'x86_64', '--nodeps', u'/builddir/build/SPECS/python-falcon.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-ussuri-el8-build-69951-370408/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'becaf072682247d3bd99aaacf9a31009', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-69951-370408/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'x86_64', '--nodeps', u'/builddir/build/SPECS/python-falcon.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-falcon-2.0.0-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'x86_64', '--nodeps', u'/builddir/build/SPECS/python-falcon.spec'], nspawn_args=['--private-network']shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-ussuri-el8-build-69951-370408/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '417679659fab4bafbea0217c5ba20ce2', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-69951-370408/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'x86_64', '--nodeps', u'/builddir/build/SPECS/python-falcon.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.vZRWOf + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf falcon-2.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/falcon-2.0.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd falcon-2.0.0 + /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 + rm -rf falcon.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kKeTjd + umask 022 + cd /builddir/build/BUILD + cd falcon-2.0.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py build '--executable=/usr/libexec/platform-python -s' running build running build_py creating build creating build/lib.linux-x86_64-3.6 creating build/lib.linux-x86_64-3.6/falcon copying falcon/uri.py -> build/lib.linux-x86_64-3.6/falcon copying falcon/request.py -> build/lib.linux-x86_64-3.6/falcon copying falcon/http_status.py -> build/lib.linux-x86_64-3.6/falcon copying falcon/api.py -> build/lib.linux-x86_64-3.6/falcon copying falcon/api_helpers.py -> build/lib.linux-x86_64-3.6/falcon copying falcon/version.py -> build/lib.linux-x86_64-3.6/falcon copying falcon/response_helpers.py -> build/lib.linux-x86_64-3.6/falcon copying falcon/constants.py -> build/lib.linux-x86_64-3.6/falcon copying falcon/hooks.py -> build/lib.linux-x86_64-3.6/falcon copying falcon/errors.py -> build/lib.linux-x86_64-3.6/falcon copying falcon/http_error.py -> build/lib.linux-x86_64-3.6/falcon copying falcon/response.py -> build/lib.linux-x86_64-3.6/falcon copying falcon/request_helpers.py -> build/lib.linux-x86_64-3.6/falcon copying falcon/__init__.py -> build/lib.linux-x86_64-3.6/falcon copying falcon/redirects.py -> build/lib.linux-x86_64-3.6/falcon copying falcon/status_codes.py -> build/lib.linux-x86_64-3.6/falcon copying falcon/responders.py -> build/lib.linux-x86_64-3.6/falcon copying falcon/forwarded.py -> build/lib.linux-x86_64-3.6/falcon creating build/lib.linux-x86_64-3.6/falcon/util copying falcon/util/misc.py -> build/lib.linux-x86_64-3.6/falcon/util copying falcon/util/uri.py -> build/lib.linux-x86_64-3.6/falcon/util copying falcon/util/time.py -> build/lib.linux-x86_64-3.6/falcon/util copying falcon/util/structures.py -> build/lib.linux-x86_64-3.6/falcon/util copying falcon/util/compat.py -> build/lib.linux-x86_64-3.6/falcon/util copying falcon/util/__init__.py -> build/lib.linux-x86_64-3.6/falcon/util creating build/lib.linux-x86_64-3.6/falcon/routing copying falcon/routing/converters.py -> build/lib.linux-x86_64-3.6/falcon/routing copying falcon/routing/compiled.py -> build/lib.linux-x86_64-3.6/falcon/routing copying falcon/routing/__init__.py -> build/lib.linux-x86_64-3.6/falcon/routing copying falcon/routing/util.py -> build/lib.linux-x86_64-3.6/falcon/routing copying falcon/routing/static.py -> build/lib.linux-x86_64-3.6/falcon/routing creating build/lib.linux-x86_64-3.6/falcon/testing copying falcon/testing/srmock.py -> build/lib.linux-x86_64-3.6/falcon/testing copying falcon/testing/test_case.py -> build/lib.linux-x86_64-3.6/falcon/testing copying falcon/testing/resource.py -> build/lib.linux-x86_64-3.6/falcon/testing copying falcon/testing/helpers.py -> build/lib.linux-x86_64-3.6/falcon/testing copying falcon/testing/client.py -> build/lib.linux-x86_64-3.6/falcon/testing copying falcon/testing/__init__.py -> build/lib.linux-x86_64-3.6/falcon/testing creating build/lib.linux-x86_64-3.6/falcon/bench copying falcon/bench/bench.py -> build/lib.linux-x86_64-3.6/falcon/bench copying falcon/bench/__init__.py -> build/lib.linux-x86_64-3.6/falcon/bench copying falcon/bench/create.py -> build/lib.linux-x86_64-3.6/falcon/bench creating build/lib.linux-x86_64-3.6/falcon/vendor copying falcon/vendor/__init__.py -> build/lib.linux-x86_64-3.6/falcon/vendor creating build/lib.linux-x86_64-3.6/falcon/cmd copying falcon/cmd/bench.py -> build/lib.linux-x86_64-3.6/falcon/cmd copying falcon/cmd/__init__.py -> build/lib.linux-x86_64-3.6/falcon/cmd copying falcon/cmd/print_routes.py -> build/lib.linux-x86_64-3.6/falcon/cmd creating build/lib.linux-x86_64-3.6/falcon/media copying falcon/media/handlers.py -> build/lib.linux-x86_64-3.6/falcon/media copying falcon/media/msgpack.py -> build/lib.linux-x86_64-3.6/falcon/media copying falcon/media/json.py -> build/lib.linux-x86_64-3.6/falcon/media copying falcon/media/__init__.py -> build/lib.linux-x86_64-3.6/falcon/media copying falcon/media/base.py -> build/lib.linux-x86_64-3.6/falcon/media creating build/lib.linux-x86_64-3.6/falcon/bench/dj copying falcon/bench/dj/manage.py -> build/lib.linux-x86_64-3.6/falcon/bench/dj copying falcon/bench/dj/__init__.py -> build/lib.linux-x86_64-3.6/falcon/bench/dj creating build/lib.linux-x86_64-3.6/falcon/bench/nuts copying falcon/bench/nuts/config.py -> build/lib.linux-x86_64-3.6/falcon/bench/nuts copying falcon/bench/nuts/setup.py -> build/lib.linux-x86_64-3.6/falcon/bench/nuts copying falcon/bench/nuts/__init__.py -> build/lib.linux-x86_64-3.6/falcon/bench/nuts creating build/lib.linux-x86_64-3.6/falcon/bench/queues copying falcon/bench/queues/messages.py -> build/lib.linux-x86_64-3.6/falcon/bench/queues copying falcon/bench/queues/api.py -> build/lib.linux-x86_64-3.6/falcon/bench/queues copying falcon/bench/queues/stats.py -> build/lib.linux-x86_64-3.6/falcon/bench/queues copying falcon/bench/queues/claims.py -> build/lib.linux-x86_64-3.6/falcon/bench/queues copying falcon/bench/queues/__init__.py -> build/lib.linux-x86_64-3.6/falcon/bench/queues copying falcon/bench/queues/queues.py -> build/lib.linux-x86_64-3.6/falcon/bench/queues creating build/lib.linux-x86_64-3.6/falcon/bench/dj/dj copying falcon/bench/dj/dj/wsgi.py -> build/lib.linux-x86_64-3.6/falcon/bench/dj/dj copying falcon/bench/dj/dj/settings.py -> build/lib.linux-x86_64-3.6/falcon/bench/dj/dj copying falcon/bench/dj/dj/__init__.py -> build/lib.linux-x86_64-3.6/falcon/bench/dj/dj copying falcon/bench/dj/dj/urls.py -> build/lib.linux-x86_64-3.6/falcon/bench/dj/dj creating build/lib.linux-x86_64-3.6/falcon/bench/dj/hello copying falcon/bench/dj/hello/admin.py -> build/lib.linux-x86_64-3.6/falcon/bench/dj/hello copying falcon/bench/dj/hello/tests.py -> build/lib.linux-x86_64-3.6/falcon/bench/dj/hello copying falcon/bench/dj/hello/models.py -> build/lib.linux-x86_64-3.6/falcon/bench/dj/hello copying falcon/bench/dj/hello/__init__.py -> build/lib.linux-x86_64-3.6/falcon/bench/dj/hello copying falcon/bench/dj/hello/apps.py -> build/lib.linux-x86_64-3.6/falcon/bench/dj/hello copying falcon/bench/dj/hello/views.py -> build/lib.linux-x86_64-3.6/falcon/bench/dj/hello creating build/lib.linux-x86_64-3.6/falcon/bench/dj/hello/migrations copying falcon/bench/dj/hello/migrations/__init__.py -> build/lib.linux-x86_64-3.6/falcon/bench/dj/hello/migrations creating build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts copying falcon/bench/nuts/nuts/__init__.py -> build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts copying falcon/bench/nuts/nuts/app.py -> build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts creating build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/model copying falcon/bench/nuts/nuts/model/__init__.py -> build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/model creating build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/controllers copying falcon/bench/nuts/nuts/controllers/root.py -> build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/controllers copying falcon/bench/nuts/nuts/controllers/__init__.py -> build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/controllers creating build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/test_functional.py -> build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/config.py -> build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/test_units.py -> build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/__init__.py -> build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/tests creating build/lib.linux-x86_64-3.6/falcon/vendor/mimeparse copying falcon/vendor/mimeparse/mimeparse.py -> build/lib.linux-x86_64-3.6/falcon/vendor/mimeparse copying falcon/vendor/mimeparse/__init__.py -> build/lib.linux-x86_64-3.6/falcon/vendor/mimeparse creating build/lib.linux-x86_64-3.6/falcon/media/validators copying falcon/media/validators/jsonschema.py -> build/lib.linux-x86_64-3.6/falcon/media/validators copying falcon/media/validators/__init__.py -> build/lib.linux-x86_64-3.6/falcon/media/validators running egg_info creating falcon.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 top-level names to falcon.egg-info/top_level.txt writing manifest file 'falcon.egg-info/SOURCES.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/uri.py to falcon/uri.c building 'falcon.uri' extension creating build/temp.linux-x86_64-3.6 creating build/temp.linux-x86_64-3.6/falcon gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/uri.c -o build/temp.linux-x86_64-3.6/falcon/uri.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/uri.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/uri.cpython-36m-x86_64-linux-gnu.so cythoning falcon/request.py to falcon/request.c building 'falcon.request' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/request.c -o build/temp.linux-x86_64-3.6/falcon/request.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/request.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/request.cpython-36m-x86_64-linux-gnu.so cythoning falcon/http_status.py to falcon/http_status.c building 'falcon.http_status' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/http_status.c -o build/temp.linux-x86_64-3.6/falcon/http_status.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/http_status.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/http_status.cpython-36m-x86_64-linux-gnu.so cythoning falcon/api.py to falcon/api.c building 'falcon.api' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/api.c -o build/temp.linux-x86_64-3.6/falcon/api.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/api.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/api.cpython-36m-x86_64-linux-gnu.so cythoning falcon/api_helpers.py to falcon/api_helpers.c building 'falcon.api_helpers' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/api_helpers.c -o build/temp.linux-x86_64-3.6/falcon/api_helpers.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/api_helpers.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/api_helpers.cpython-36m-x86_64-linux-gnu.so cythoning falcon/version.py to falcon/version.c building 'falcon.version' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/version.c -o build/temp.linux-x86_64-3.6/falcon/version.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/version.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/version.cpython-36m-x86_64-linux-gnu.so cythoning falcon/response_helpers.py to falcon/response_helpers.c building 'falcon.response_helpers' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/response_helpers.c -o build/temp.linux-x86_64-3.6/falcon/response_helpers.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/response_helpers.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/response_helpers.cpython-36m-x86_64-linux-gnu.so cythoning falcon/constants.py to falcon/constants.c building 'falcon.constants' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/constants.c -o build/temp.linux-x86_64-3.6/falcon/constants.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/constants.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/constants.cpython-36m-x86_64-linux-gnu.so cythoning falcon/errors.py to falcon/errors.c building 'falcon.errors' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/errors.c -o build/temp.linux-x86_64-3.6/falcon/errors.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/errors.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/errors.cpython-36m-x86_64-linux-gnu.so cythoning falcon/http_error.py to falcon/http_error.c building 'falcon.http_error' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/http_error.c -o build/temp.linux-x86_64-3.6/falcon/http_error.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/http_error.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/http_error.cpython-36m-x86_64-linux-gnu.so cythoning falcon/response.py to falcon/response.c building 'falcon.response' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/response.c -o build/temp.linux-x86_64-3.6/falcon/response.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/response.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/response.cpython-36m-x86_64-linux-gnu.so cythoning falcon/request_helpers.py to falcon/request_helpers.c building 'falcon.request_helpers' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/request_helpers.c -o build/temp.linux-x86_64-3.6/falcon/request_helpers.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/request_helpers.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/request_helpers.cpython-36m-x86_64-linux-gnu.so cythoning falcon/redirects.py to falcon/redirects.c building 'falcon.redirects' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/redirects.c -o build/temp.linux-x86_64-3.6/falcon/redirects.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/redirects.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/redirects.cpython-36m-x86_64-linux-gnu.so cythoning falcon/status_codes.py to falcon/status_codes.c building 'falcon.status_codes' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/status_codes.c -o build/temp.linux-x86_64-3.6/falcon/status_codes.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/status_codes.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/status_codes.cpython-36m-x86_64-linux-gnu.so cythoning falcon/responders.py to falcon/responders.c building 'falcon.responders' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/responders.c -o build/temp.linux-x86_64-3.6/falcon/responders.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/responders.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/responders.cpython-36m-x86_64-linux-gnu.so cythoning falcon/forwarded.py to falcon/forwarded.c building 'falcon.forwarded' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/forwarded.c -o build/temp.linux-x86_64-3.6/falcon/forwarded.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/forwarded.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/forwarded.cpython-36m-x86_64-linux-gnu.so cythoning falcon/media/handlers.py to falcon/media/handlers.c building 'falcon.media.handlers' extension creating build/temp.linux-x86_64-3.6/falcon/media gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/media/handlers.c -o build/temp.linux-x86_64-3.6/falcon/media/handlers.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/media/handlers.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/media/handlers.cpython-36m-x86_64-linux-gnu.so cythoning falcon/media/msgpack.py to falcon/media/msgpack.c building 'falcon.media.msgpack' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/media/msgpack.c -o build/temp.linux-x86_64-3.6/falcon/media/msgpack.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/media/msgpack.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/media/msgpack.cpython-36m-x86_64-linux-gnu.so cythoning falcon/media/json.py to falcon/media/json.c building 'falcon.media.json' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/media/json.c -o build/temp.linux-x86_64-3.6/falcon/media/json.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/media/json.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/media/json.cpython-36m-x86_64-linux-gnu.so cythoning falcon/media/base.py to falcon/media/base.c building 'falcon.media.base' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/media/base.c -o build/temp.linux-x86_64-3.6/falcon/media/base.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/media/base.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/media/base.cpython-36m-x86_64-linux-gnu.so cythoning falcon/routing/converters.py to falcon/routing/converters.c building 'falcon.routing.converters' extension creating build/temp.linux-x86_64-3.6/falcon/routing gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/routing/converters.c -o build/temp.linux-x86_64-3.6/falcon/routing/converters.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/routing/converters.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/routing/converters.cpython-36m-x86_64-linux-gnu.so cythoning falcon/routing/compiled.py to falcon/routing/compiled.c building 'falcon.routing.compiled' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/routing/compiled.c -o build/temp.linux-x86_64-3.6/falcon/routing/compiled.o falcon/routing/compiled.c: In function ‘__pyx_pf_6falcon_7routing_8compiled_14CompiledRouter_14_generate_ast.isra.74’: falcon/routing/compiled.c:481:40: warning: ‘__pyx_v_resource_idx’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define PyInt_FromSsize_t PyLong_FromSsize_t ^~~~~~~~~~~~~~~~~~ falcon/routing/compiled.c:5186:14: note: ‘__pyx_v_resource_idx’ was declared here Py_ssize_t __pyx_v_resource_idx; ^~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/routing/compiled.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/routing/compiled.cpython-36m-x86_64-linux-gnu.so cythoning falcon/routing/util.py to falcon/routing/util.c building 'falcon.routing.util' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/routing/util.c -o build/temp.linux-x86_64-3.6/falcon/routing/util.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/routing/util.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/routing/util.cpython-36m-x86_64-linux-gnu.so cythoning falcon/routing/static.py to falcon/routing/static.c building 'falcon.routing.static' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/routing/static.c -o build/temp.linux-x86_64-3.6/falcon/routing/static.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/routing/static.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/routing/static.cpython-36m-x86_64-linux-gnu.so cythoning falcon/util/misc.py to falcon/util/misc.c building 'falcon.util.misc' extension creating build/temp.linux-x86_64-3.6/falcon/util gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/util/misc.c -o build/temp.linux-x86_64-3.6/falcon/util/misc.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/util/misc.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/util/misc.cpython-36m-x86_64-linux-gnu.so cythoning falcon/util/uri.py to falcon/util/uri.c building 'falcon.util.uri' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/util/uri.c -o build/temp.linux-x86_64-3.6/falcon/util/uri.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/util/uri.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/util/uri.cpython-36m-x86_64-linux-gnu.so cythoning falcon/util/time.py to falcon/util/time.c building 'falcon.util.time' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/util/time.c -o build/temp.linux-x86_64-3.6/falcon/util/time.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/util/time.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/util/time.cpython-36m-x86_64-linux-gnu.so cythoning falcon/util/structures.py to falcon/util/structures.c building 'falcon.util.structures' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/util/structures.c -o build/temp.linux-x86_64-3.6/falcon/util/structures.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/util/structures.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/util/structures.cpython-36m-x86_64-linux-gnu.so cythoning falcon/util/compat.py to falcon/util/compat.c building 'falcon.util.compat' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/util/compat.c -o build/temp.linux-x86_64-3.6/falcon/util/compat.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/util/compat.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/util/compat.cpython-36m-x86_64-linux-gnu.so cythoning falcon/vendor/mimeparse/mimeparse.py to falcon/vendor/mimeparse/mimeparse.c building 'falcon.vendor.mimeparse.mimeparse' extension creating build/temp.linux-x86_64-3.6/falcon/vendor creating build/temp.linux-x86_64-3.6/falcon/vendor/mimeparse gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.6m -c falcon/vendor/mimeparse/mimeparse.c -o build/temp.linux-x86_64-3.6/falcon/vendor/mimeparse/mimeparse.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.6/falcon/vendor/mimeparse/mimeparse.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/falcon/vendor/mimeparse/mimeparse.cpython-36m-x86_64-linux-gnu.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.oncMt5 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64 ++ dirname /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64 + cd falcon-2.0.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/forwarded.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/uri.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/api_helpers.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/response_helpers.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/request.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/redirects.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-x86_64-3.6/falcon/util/misc.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-x86_64-3.6/falcon/util/uri.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-x86_64-3.6/falcon/util/time.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-x86_64-3.6/falcon/util/compat.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-x86_64-3.6/falcon/util/structures.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-x86_64-3.6/falcon/util/time.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-x86_64-3.6/falcon/util/structures.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-x86_64-3.6/falcon/util/compat.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-x86_64-3.6/falcon/util/misc.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-x86_64-3.6/falcon/util/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-x86_64-3.6/falcon/util/uri.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util copying build/lib.linux-x86_64-3.6/falcon/http_status.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/http_error.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/status_codes.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/request_helpers.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/api.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/api_helpers.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/responders.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-x86_64-3.6/falcon/routing/compiled.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-x86_64-3.6/falcon/routing/converters.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-x86_64-3.6/falcon/routing/static.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-x86_64-3.6/falcon/routing/util.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-x86_64-3.6/falcon/routing/converters.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-x86_64-3.6/falcon/routing/compiled.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-x86_64-3.6/falcon/routing/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-x86_64-3.6/falcon/routing/util.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-x86_64-3.6/falcon/routing/static.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing copying build/lib.linux-x86_64-3.6/falcon/version.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/response_helpers.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/constants.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/testing copying build/lib.linux-x86_64-3.6/falcon/testing/srmock.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/testing copying build/lib.linux-x86_64-3.6/falcon/testing/test_case.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/testing copying build/lib.linux-x86_64-3.6/falcon/testing/resource.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/testing copying build/lib.linux-x86_64-3.6/falcon/testing/helpers.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/testing copying build/lib.linux-x86_64-3.6/falcon/testing/client.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/testing copying build/lib.linux-x86_64-3.6/falcon/testing/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/testing copying build/lib.linux-x86_64-3.6/falcon/version.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench copying build/lib.linux-x86_64-3.6/falcon/bench/bench.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj copying build/lib.linux-x86_64-3.6/falcon/bench/dj/manage.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj copying build/lib.linux-x86_64-3.6/falcon/bench/dj/dj/wsgi.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj copying build/lib.linux-x86_64-3.6/falcon/bench/dj/dj/settings.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj copying build/lib.linux-x86_64-3.6/falcon/bench/dj/dj/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj copying build/lib.linux-x86_64-3.6/falcon/bench/dj/dj/urls.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj copying build/lib.linux-x86_64-3.6/falcon/bench/dj/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello copying build/lib.linux-x86_64-3.6/falcon/bench/dj/hello/admin.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello copying build/lib.linux-x86_64-3.6/falcon/bench/dj/hello/tests.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello copying build/lib.linux-x86_64-3.6/falcon/bench/dj/hello/models.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello copying build/lib.linux-x86_64-3.6/falcon/bench/dj/hello/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello/migrations copying build/lib.linux-x86_64-3.6/falcon/bench/dj/hello/migrations/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello/migrations copying build/lib.linux-x86_64-3.6/falcon/bench/dj/hello/apps.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello copying build/lib.linux-x86_64-3.6/falcon/bench/dj/hello/views.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts copying build/lib.linux-x86_64-3.6/falcon/bench/nuts/config.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts copying build/lib.linux-x86_64-3.6/falcon/bench/nuts/setup.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/model copying build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/model/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/model creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/controllers copying build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/controllers/root.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/controllers copying build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/controllers/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/controllers copying build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts copying build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/app.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/tests/test_functional.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/tests/config.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/tests/test_units.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-x86_64-3.6/falcon/bench/nuts/nuts/tests/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-x86_64-3.6/falcon/bench/nuts/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/queues copying build/lib.linux-x86_64-3.6/falcon/bench/queues/messages.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/queues copying build/lib.linux-x86_64-3.6/falcon/bench/queues/api.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/queues copying build/lib.linux-x86_64-3.6/falcon/bench/queues/stats.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/queues copying build/lib.linux-x86_64-3.6/falcon/bench/queues/claims.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/queues copying build/lib.linux-x86_64-3.6/falcon/bench/queues/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/queues copying build/lib.linux-x86_64-3.6/falcon/bench/queues/queues.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/queues copying build/lib.linux-x86_64-3.6/falcon/bench/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench copying build/lib.linux-x86_64-3.6/falcon/bench/create.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench copying build/lib.linux-x86_64-3.6/falcon/hooks.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/errors.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/vendor creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/vendor/mimeparse copying build/lib.linux-x86_64-3.6/falcon/vendor/mimeparse/mimeparse.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/vendor/mimeparse copying build/lib.linux-x86_64-3.6/falcon/vendor/mimeparse/mimeparse.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/vendor/mimeparse copying build/lib.linux-x86_64-3.6/falcon/vendor/mimeparse/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/vendor/mimeparse copying build/lib.linux-x86_64-3.6/falcon/vendor/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/vendor copying build/lib.linux-x86_64-3.6/falcon/http_error.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/errors.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/response.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/request_helpers.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/constants.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/api.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/http_status.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/redirects.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/cmd copying build/lib.linux-x86_64-3.6/falcon/cmd/bench.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/cmd copying build/lib.linux-x86_64-3.6/falcon/cmd/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/cmd copying build/lib.linux-x86_64-3.6/falcon/cmd/print_routes.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/cmd copying build/lib.linux-x86_64-3.6/falcon/request.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/status_codes.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/responders.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/response.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/uri.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon copying build/lib.linux-x86_64-3.6/falcon/forwarded.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media copying build/lib.linux-x86_64-3.6/falcon/media/handlers.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media copying build/lib.linux-x86_64-3.6/falcon/media/msgpack.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media copying build/lib.linux-x86_64-3.6/falcon/media/json.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media copying build/lib.linux-x86_64-3.6/falcon/media/handlers.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media copying build/lib.linux-x86_64-3.6/falcon/media/base.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media copying build/lib.linux-x86_64-3.6/falcon/media/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media copying build/lib.linux-x86_64-3.6/falcon/media/msgpack.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media creating /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media/validators copying build/lib.linux-x86_64-3.6/falcon/media/validators/jsonschema.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media/validators copying build/lib.linux-x86_64-3.6/falcon/media/validators/__init__.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media/validators copying build/lib.linux-x86_64-3.6/falcon/media/base.py -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media copying build/lib.linux-x86_64-3.6/falcon/media/json.cpython-36m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/uri.py to uri.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/request.py to request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util/misc.py to misc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util/uri.py to uri.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util/time.py to time.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util/structures.py to structures.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util/compat.py to compat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/http_status.py to http_status.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/api_helpers.py to api_helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing/converters.py to converters.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing/compiled.py to compiled.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing/static.py to static.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/version.py to version.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/response_helpers.py to response_helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/testing/srmock.py to srmock.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/testing/test_case.py to test_case.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/testing/resource.py to resource.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/testing/helpers.py to helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/testing/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/testing/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/bench.py to bench.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/manage.py to manage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj/wsgi.py to wsgi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj/settings.py to settings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/dj/urls.py to urls.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello/admin.py to admin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello/tests.py to tests.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello/models.py to models.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/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-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello/apps.py to apps.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/dj/hello/views.py to views.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/config.py to config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/setup.py to setup.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/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-2.0.0-1.el8.x86_64/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-2.0.0-1.el8.x86_64/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-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/nuts/app.py to app.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/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-2.0.0-1.el8.x86_64/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-2.0.0-1.el8.x86_64/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-2.0.0-1.el8.x86_64/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-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/nuts/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/queues/messages.py to messages.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/queues/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/queues/stats.py to stats.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/queues/claims.py to claims.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/queues/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/queues/queues.py to queues.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/bench/create.py to create.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/hooks.py to hooks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/errors.py to errors.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/vendor/mimeparse/mimeparse.py to mimeparse.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/vendor/mimeparse/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/vendor/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/http_error.py to http_error.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/response.py to response.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/request_helpers.py to request_helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/redirects.py to redirects.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/cmd/bench.py to bench.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/cmd/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/cmd/print_routes.py to print_routes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/status_codes.py to status_codes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/responders.py to responders.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/forwarded.py to forwarded.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media/handlers.py to handlers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media/msgpack.py to msgpack.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media/json.py to json.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media/validators/jsonschema.py to jsonschema.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media/validators/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media/base.py to base.cpython-36.pyc writing byte-compilation script '/tmp/tmput5pu01p.py' /usr/libexec/platform-python /tmp/tmput5pu01p.py removing /tmp/tmput5pu01p.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 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-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon-2.0.0-py3.6.egg-info running install_scripts Installing falcon-bench script to /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/bin Installing falcon-bench-3 script to /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/bin Installing falcon-bench-3.6 script to /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/bin Installing falcon-print-routes script to /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/bin Installing falcon-print-routes-3 script to /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/bin Installing falcon-print-routes-3.6 script to /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j32 --strict-build-id -m -i --build-id-seed 2.0.0-1.el8 --unique-debug-suffix -2.0.0-1.el8.x86_64 --unique-debug-src-base python-falcon-2.0.0-1.el8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/falcon-2.0.0 extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/api.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/forwarded.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/constants.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/http_error.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/errors.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/api_helpers.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media/json.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media/handlers.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/http_status.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media/base.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/redirects.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/request.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/response_helpers.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/response.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/responders.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing/converters.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/request_helpers.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/status_codes.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing/util.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/uri.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing/compiled.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util/misc.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util/structures.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/media/msgpack.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util/compat.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/version.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/routing/static.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util/uri.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/util/time.cpython-36m-x86_64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6/site-packages/falcon/vendor/mimeparse/mimeparse.cpython-36m-x86_64-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 30 CRC32s, 0 CRC32s did match. 20322 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /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 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib64/python3.6 using /usr/libexec/platform-python Bytecompiling .py files below /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/lib/debug/usr/lib64/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-falcon-2.0.0-1.el8.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.w4dH56 + umask 022 + cd /builddir/build/BUILD + cd falcon-2.0.0 + DOCDIR=/builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/share/doc/python3-falcon + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/share/doc/python3-falcon + cp -pr README.rst /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/share/doc/python3-falcon + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.wGPrI8 + umask 022 + cd /builddir/build/BUILD + cd falcon-2.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/share/licenses/python3-falcon + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/share/licenses/python3-falcon + cp -pr LICENSE /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64/usr/share/licenses/python3-falcon + exit 0 Provides: python3-falcon = 2.0.0-1.el8 python3-falcon(x86-64) = 2.0.0-1.el8 python3.6dist(falcon) = 2.0.0 python3dist(falcon) = 2.0.0 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/libexec/platform-python libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpython3.6m.so.1.0()(64bit) python(abi) = 3.6 rtld(GNU_HASH) Processing files: python-falcon-debugsource-2.0.0-1.el8.x86_64 Provides: python-falcon-debugsource = 2.0.0-1.el8 python-falcon-debugsource(x86-64) = 2.0.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-falcon-debuginfo-2.0.0-1.el8.x86_64 Provides: debuginfo(build-id) = 0305dbbd66cc22d75d15c33b51ace66ab2fdf8cd debuginfo(build-id) = 11c85164e534cc9cb6bc7f1c13bf61ac66b5111b debuginfo(build-id) = 2ba25b3459e586004d25b000abec21e27ac1cac8 debuginfo(build-id) = 2e7386a57b0a238968f267d89a52a9af32647e37 debuginfo(build-id) = 33b3bb7b2565088bd3b68bcc600ed07468a24255 debuginfo(build-id) = 34d57b9e774a4d0e83fc6a9d1e8fdd22d1fb78be debuginfo(build-id) = 35fd37328dec7b3fe16759b4daedb0f45c742124 debuginfo(build-id) = 4d8e94d13d6ad072a83c9ae54c3b30a1d8cc2028 debuginfo(build-id) = 4f038b2e7c6a8d071c9638eaf42b7a075ffd1c67 debuginfo(build-id) = 4f43c66290886b33306d10e500e9b272d43635eb debuginfo(build-id) = 5494a8149671d393c898a7b6227fb976636e14f9 debuginfo(build-id) = 5ad0234e1be7c2d3edb6f085a52cb8587bc56b86 debuginfo(build-id) = 66101102b296afb470cfe664eb363ef412a3ae46 debuginfo(build-id) = 693cd534e2b059bcc005fe1ddc666a2b7981e3ae debuginfo(build-id) = 716d51cf25c2070ff1b1fb522a640b3b376d3529 debuginfo(build-id) = 80af6de6dc0415da7aacfd13670741df5cdef7ac debuginfo(build-id) = 818ad746881f5d9ce805dfac25a00d308736aa11 debuginfo(build-id) = 9166ff0c7d1f25a1df64c93852006aeb149db67a debuginfo(build-id) = 9379fbd6c44aa3e4af44f841e83965aa0ff2d190 debuginfo(build-id) = a341965dd15189c5091a948cab70073aa9b23fe7 debuginfo(build-id) = c3b647ecbdf702b3220abb9c51508b7e376ec6c4 debuginfo(build-id) = c4a80bd869ac0f212b9cc7e0fb0d31f86b096b0d debuginfo(build-id) = c55934d8701d165aa843baaf476560e11b4f60ff debuginfo(build-id) = cae7ea114a7a5847505c70e595548101a9410e44 debuginfo(build-id) = cd4bacb08e3b02cd792478f2fe98bba2ad378ee5 debuginfo(build-id) = db10438e01cf606a093599522cfe69a49ba0ea67 debuginfo(build-id) = e270619920f728b693b7181325f81b6e91afe6b7 debuginfo(build-id) = f5166c81795d8da7587dd33bace5104422063aef debuginfo(build-id) = f8a3f16ec81e9d6973517220ee211a85770dbd7d debuginfo(build-id) = fb5aea2c3d76cd0d533ec4c824ab6ae72dcd9627 python3-falcon-debuginfo = 2.0.0-1.el8 python3-falcon-debuginfo(x86-64) = 2.0.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-falcon-debugsource(x86-64) = 2.0.0-1.el8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64 Wrote: /builddir/build/RPMS/python3-falcon-2.0.0-1.el8.x86_64.rpm Wrote: /builddir/build/RPMS/python-falcon-debugsource-2.0.0-1.el8.x86_64.rpm Wrote: /builddir/build/RPMS/python3-falcon-debuginfo-2.0.0-1.el8.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ftyi3g + umask 022 + cd /builddir/build/BUILD + cd falcon-2.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-falcon-2.0.0-1.el8.x86_64 + exit 0 Child return code was: 0