Mock Version: 1.2.15 Mock Version: 1.2.15 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-falcon.spec'], chrootPath='/var/lib/mock/cloud7-openstack-common-el7-build-18816-24596/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=993) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-falcon.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: arm64-01.rdu2.centos.org Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-falcon-0.3.0-5.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-falcon.spec '], chrootPath='/var/lib/mock/cloud7-openstack-common-el7-build-18816-24596/root'shell=Falseuid=993env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-falcon.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VpvpUs + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf falcon-0.3.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/falcon-0.3.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd falcon-0.3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (001-disable_coverage.patch):' Patch #1 (001-disable_coverage.patch): + /usr/bin/cat /builddir/build/SOURCES/001-disable_coverage.patch + /usr/bin/patch -p1 --fuzz=0 patching file setup.cfg + echo 'Patch #2 (002-fix_test_cookies.patch):' Patch #2 (002-fix_test_cookies.patch): + /usr/bin/cat /builddir/build/SOURCES/002-fix_test_cookies.patch + /usr/bin/patch -p1 --fuzz=0 patching file tests/test_cookies.py + echo 'Patch #3 (003-skip_test_request_cookie_parsing.patch):' Patch #3 (003-skip_test_request_cookie_parsing.patch): + /usr/bin/cat /builddir/build/SOURCES/003-skip_test_request_cookie_parsing.patch + /usr/bin/patch -p1 --fuzz=0 patching file tests/test_cookies.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wICVtN + umask 022 + cd /builddir/build/BUILD + cd falcon-0.3.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches ' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib.linux-aarch64-2.7 creating build/lib.linux-aarch64-2.7/falcon copying falcon/__init__.py -> build/lib.linux-aarch64-2.7/falcon copying falcon/api.py -> build/lib.linux-aarch64-2.7/falcon copying falcon/api_helpers.py -> build/lib.linux-aarch64-2.7/falcon copying falcon/errors.py -> build/lib.linux-aarch64-2.7/falcon copying falcon/hooks.py -> build/lib.linux-aarch64-2.7/falcon copying falcon/http_error.py -> build/lib.linux-aarch64-2.7/falcon copying falcon/http_status.py -> build/lib.linux-aarch64-2.7/falcon copying falcon/request.py -> build/lib.linux-aarch64-2.7/falcon copying falcon/request_helpers.py -> build/lib.linux-aarch64-2.7/falcon copying falcon/responders.py -> build/lib.linux-aarch64-2.7/falcon copying falcon/response.py -> build/lib.linux-aarch64-2.7/falcon copying falcon/response_helpers.py -> build/lib.linux-aarch64-2.7/falcon copying falcon/status_codes.py -> build/lib.linux-aarch64-2.7/falcon copying falcon/version.py -> build/lib.linux-aarch64-2.7/falcon creating build/lib.linux-aarch64-2.7/falcon/bench copying falcon/bench/__init__.py -> build/lib.linux-aarch64-2.7/falcon/bench copying falcon/bench/bench.py -> build/lib.linux-aarch64-2.7/falcon/bench copying falcon/bench/create.py -> build/lib.linux-aarch64-2.7/falcon/bench creating build/lib.linux-aarch64-2.7/falcon/cmd copying falcon/cmd/__init__.py -> build/lib.linux-aarch64-2.7/falcon/cmd copying falcon/cmd/bench.py -> build/lib.linux-aarch64-2.7/falcon/cmd creating build/lib.linux-aarch64-2.7/falcon/routing copying falcon/routing/__init__.py -> build/lib.linux-aarch64-2.7/falcon/routing copying falcon/routing/compiled.py -> build/lib.linux-aarch64-2.7/falcon/routing copying falcon/routing/util.py -> build/lib.linux-aarch64-2.7/falcon/routing creating build/lib.linux-aarch64-2.7/falcon/testing copying falcon/testing/__init__.py -> build/lib.linux-aarch64-2.7/falcon/testing copying falcon/testing/base.py -> build/lib.linux-aarch64-2.7/falcon/testing copying falcon/testing/helpers.py -> build/lib.linux-aarch64-2.7/falcon/testing copying falcon/testing/resource.py -> build/lib.linux-aarch64-2.7/falcon/testing copying falcon/testing/srmock.py -> build/lib.linux-aarch64-2.7/falcon/testing creating build/lib.linux-aarch64-2.7/falcon/util copying falcon/util/__init__.py -> build/lib.linux-aarch64-2.7/falcon/util copying falcon/util/misc.py -> build/lib.linux-aarch64-2.7/falcon/util copying falcon/util/structures.py -> build/lib.linux-aarch64-2.7/falcon/util copying falcon/util/time.py -> build/lib.linux-aarch64-2.7/falcon/util copying falcon/util/uri.py -> build/lib.linux-aarch64-2.7/falcon/util creating build/lib.linux-aarch64-2.7/falcon/bench/nuts copying falcon/bench/nuts/__init__.py -> build/lib.linux-aarch64-2.7/falcon/bench/nuts copying falcon/bench/nuts/config.py -> build/lib.linux-aarch64-2.7/falcon/bench/nuts copying falcon/bench/nuts/setup.py -> build/lib.linux-aarch64-2.7/falcon/bench/nuts creating build/lib.linux-aarch64-2.7/falcon/bench/queues copying falcon/bench/queues/__init__.py -> build/lib.linux-aarch64-2.7/falcon/bench/queues copying falcon/bench/queues/api.py -> build/lib.linux-aarch64-2.7/falcon/bench/queues copying falcon/bench/queues/claims.py -> build/lib.linux-aarch64-2.7/falcon/bench/queues copying falcon/bench/queues/messages.py -> build/lib.linux-aarch64-2.7/falcon/bench/queues copying falcon/bench/queues/queues.py -> build/lib.linux-aarch64-2.7/falcon/bench/queues copying falcon/bench/queues/stats.py -> build/lib.linux-aarch64-2.7/falcon/bench/queues creating build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts copying falcon/bench/nuts/nuts/__init__.py -> build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts copying falcon/bench/nuts/nuts/app.py -> build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts creating build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/controllers copying falcon/bench/nuts/nuts/controllers/__init__.py -> build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/controllers copying falcon/bench/nuts/nuts/controllers/root.py -> build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/controllers creating build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/model copying falcon/bench/nuts/nuts/model/__init__.py -> build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/model creating build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/__init__.py -> build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/config.py -> build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/test_functional.py -> build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/test_units.py -> build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/tests running egg_info writing requirements to falcon.egg-info/requires.txt writing falcon.egg-info/PKG-INFO writing top-level names to falcon.egg-info/top_level.txt writing dependency_links to falcon.egg-info/dependency_links.txt writing entry points to falcon.egg-info/entry_points.txt reading manifest file 'falcon.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'falcon.egg-info/SOURCES.txt' running build_ext cythoning falcon/api.py to falcon/api.c building 'falcon.api' extension creating build/temp.linux-aarch64-2.7 creating build/temp.linux-aarch64-2.7/falcon gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/api.c -o build/temp.linux-aarch64-2.7/falcon/api.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/api.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/api.so cythoning falcon/api_helpers.py to falcon/api_helpers.c building 'falcon.api_helpers' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/api_helpers.c -o build/temp.linux-aarch64-2.7/falcon/api_helpers.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/api_helpers.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/api_helpers.so cythoning falcon/errors.py to falcon/errors.c building 'falcon.errors' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/errors.c -o build/temp.linux-aarch64-2.7/falcon/errors.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/errors.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/errors.so cythoning falcon/hooks.py to falcon/hooks.c building 'falcon.hooks' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/hooks.c -o build/temp.linux-aarch64-2.7/falcon/hooks.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/hooks.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/hooks.so cythoning falcon/http_error.py to falcon/http_error.c building 'falcon.http_error' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/http_error.c -o build/temp.linux-aarch64-2.7/falcon/http_error.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/http_error.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/http_error.so cythoning falcon/http_status.py to falcon/http_status.c building 'falcon.http_status' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/http_status.c -o build/temp.linux-aarch64-2.7/falcon/http_status.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/http_status.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/http_status.so cythoning falcon/request.py to falcon/request.c building 'falcon.request' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/request.c -o build/temp.linux-aarch64-2.7/falcon/request.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/request.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/request.so cythoning falcon/request_helpers.py to falcon/request_helpers.c building 'falcon.request_helpers' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/request_helpers.c -o build/temp.linux-aarch64-2.7/falcon/request_helpers.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/request_helpers.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/request_helpers.so cythoning falcon/responders.py to falcon/responders.c building 'falcon.responders' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/responders.c -o build/temp.linux-aarch64-2.7/falcon/responders.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/responders.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/responders.so cythoning falcon/response.py to falcon/response.c building 'falcon.response' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/response.c -o build/temp.linux-aarch64-2.7/falcon/response.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/response.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/response.so cythoning falcon/response_helpers.py to falcon/response_helpers.c building 'falcon.response_helpers' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/response_helpers.c -o build/temp.linux-aarch64-2.7/falcon/response_helpers.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/response_helpers.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/response_helpers.so cythoning falcon/status_codes.py to falcon/status_codes.c building 'falcon.status_codes' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/status_codes.c -o build/temp.linux-aarch64-2.7/falcon/status_codes.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/status_codes.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/status_codes.so cythoning falcon/version.py to falcon/version.c building 'falcon.version' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/version.c -o build/temp.linux-aarch64-2.7/falcon/version.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/version.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/version.so cythoning falcon/util/misc.py to falcon/util/misc.c building 'falcon.util.misc' extension creating build/temp.linux-aarch64-2.7/falcon/util gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/util/misc.c -o build/temp.linux-aarch64-2.7/falcon/util/misc.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/util/misc.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/util/misc.so cythoning falcon/util/structures.py to falcon/util/structures.c building 'falcon.util.structures' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/util/structures.c -o build/temp.linux-aarch64-2.7/falcon/util/structures.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/util/structures.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/util/structures.so cythoning falcon/util/time.py to falcon/util/time.c building 'falcon.util.time' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/util/time.c -o build/temp.linux-aarch64-2.7/falcon/util/time.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/util/time.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/util/time.so cythoning falcon/util/uri.py to falcon/util/uri.c building 'falcon.util.uri' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/util/uri.c -o build/temp.linux-aarch64-2.7/falcon/util/uri.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/util/uri.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/util/uri.so cythoning falcon/routing/compiled.py to falcon/routing/compiled.c building 'falcon.routing.compiled' extension creating build/temp.linux-aarch64-2.7/falcon/routing gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/routing/compiled.c -o build/temp.linux-aarch64-2.7/falcon/routing/compiled.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/routing/compiled.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/routing/compiled.so cythoning falcon/routing/util.py to falcon/routing/util.c building 'falcon.routing.util' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -fPIC -I/usr/include/python2.7 -c falcon/routing/util.c -o build/temp.linux-aarch64-2.7/falcon/routing/util.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches build/temp.linux-aarch64-2.7/falcon/routing/util.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-aarch64-2.7/falcon/routing/util.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.sxngRJ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64 ++ dirname /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64 + cd falcon-0.3.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches ' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64 running install running install_lib creating /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr creating /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64 creating /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/api.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/api_helpers.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/errors.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/hooks.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/http_error.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/http_status.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/request.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/request_helpers.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/responders.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/response.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/response_helpers.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/status_codes.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/version.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench copying build/lib.linux-aarch64-2.7/falcon/bench/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench copying build/lib.linux-aarch64-2.7/falcon/bench/bench.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench copying build/lib.linux-aarch64-2.7/falcon/bench/create.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench creating /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts copying build/lib.linux-aarch64-2.7/falcon/bench/nuts/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts copying build/lib.linux-aarch64-2.7/falcon/bench/nuts/config.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts copying build/lib.linux-aarch64-2.7/falcon/bench/nuts/setup.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts creating /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts copying build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts copying build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/app.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts creating /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/controllers copying build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/controllers/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/controllers copying build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/controllers/root.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/controllers creating /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/model copying build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/model/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/model creating /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/tests/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/tests/config.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/tests/test_functional.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-aarch64-2.7/falcon/bench/nuts/nuts/tests/test_units.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests creating /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-aarch64-2.7/falcon/bench/queues/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-aarch64-2.7/falcon/bench/queues/api.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-aarch64-2.7/falcon/bench/queues/claims.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-aarch64-2.7/falcon/bench/queues/messages.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-aarch64-2.7/falcon/bench/queues/queues.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-aarch64-2.7/falcon/bench/queues/stats.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/queues creating /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/cmd copying build/lib.linux-aarch64-2.7/falcon/cmd/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/cmd copying build/lib.linux-aarch64-2.7/falcon/cmd/bench.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/cmd creating /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/routing copying build/lib.linux-aarch64-2.7/falcon/routing/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/routing copying build/lib.linux-aarch64-2.7/falcon/routing/compiled.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/routing copying build/lib.linux-aarch64-2.7/falcon/routing/util.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/routing copying build/lib.linux-aarch64-2.7/falcon/routing/compiled.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/routing copying build/lib.linux-aarch64-2.7/falcon/routing/util.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/routing creating /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/testing copying build/lib.linux-aarch64-2.7/falcon/testing/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/testing copying build/lib.linux-aarch64-2.7/falcon/testing/base.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/testing copying build/lib.linux-aarch64-2.7/falcon/testing/helpers.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/testing copying build/lib.linux-aarch64-2.7/falcon/testing/resource.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/testing copying build/lib.linux-aarch64-2.7/falcon/testing/srmock.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/testing creating /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-aarch64-2.7/falcon/util/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-aarch64-2.7/falcon/util/misc.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-aarch64-2.7/falcon/util/structures.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-aarch64-2.7/falcon/util/time.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-aarch64-2.7/falcon/util/uri.py -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-aarch64-2.7/falcon/util/misc.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-aarch64-2.7/falcon/util/structures.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-aarch64-2.7/falcon/util/time.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-aarch64-2.7/falcon/util/uri.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util copying build/lib.linux-aarch64-2.7/falcon/api.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/api_helpers.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/errors.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/hooks.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/http_error.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/http_status.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/request.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/request_helpers.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/responders.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/response.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/response_helpers.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/status_codes.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon copying build/lib.linux-aarch64-2.7/falcon/version.so -> /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/api_helpers.py to api_helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/http_error.py to http_error.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/http_status.py to http_status.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/request.py to request.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/request_helpers.py to request_helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/responders.py to responders.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/response.py to response.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/response_helpers.py to response_helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/status_codes.py to status_codes.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/bench.py to bench.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/create.py to create.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/setup.py to setup.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/app.py to app.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/controllers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/controllers/root.py to root.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/model/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests/test_functional.py to test_functional.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/nuts/nuts/tests/test_units.py to test_units.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/queues/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/queues/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/queues/claims.py to claims.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/queues/messages.py to messages.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/queues/queues.py to queues.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/bench/queues/stats.py to stats.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/cmd/bench.py to bench.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/routing/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/routing/compiled.py to compiled.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/routing/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/testing/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/testing/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/testing/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/testing/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/testing/srmock.py to srmock.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util/structures.py to structures.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util/time.py to time.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util/uri.py to uri.pyc writing byte-compilation script '/tmp/tmpeVSSuu.py' /usr/bin/python2 -O /tmp/tmpeVSSuu.py removing /tmp/tmpeVSSuu.py running install_egg_info running egg_info writing requirements to falcon.egg-info/requires.txt writing falcon.egg-info/PKG-INFO writing top-level names to falcon.egg-info/top_level.txt writing dependency_links to falcon.egg-info/dependency_links.txt writing entry points to falcon.egg-info/entry_points.txt reading manifest file 'falcon.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'falcon.egg-info/SOURCES.txt' Copying falcon.egg-info to /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon-0.3.0-py2.7.egg-info running install_scripts Installing falcon-bench script to /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/bin + rm -f /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64//usr/bin/falcon-bench + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/falcon-0.3.0 extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/routing/compiled.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/routing/util.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util/misc.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util/structures.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util/time.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/util/uri.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/api.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/api_helpers.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/errors.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/hooks.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/http_error.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/http_status.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/request.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/request_helpers.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/responders.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/response.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/response_helpers.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/status_codes.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7/site-packages/falcon/version.so /usr/lib/rpm/sepdebugcrcfix: Updated 19 CRC32s, 0 CRC32s did match. 9833 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.6jyDRs + umask 022 + cd /builddir/build/BUILD + cd falcon-0.3.0 + nosetests-2.7 tests.test_after_hooks.TestHooks.test_customized_options ... ok tests.test_after_hooks.TestHooks.test_global_after_hooks_run_after_exception ... ok tests.test_after_hooks.TestHooks.test_global_hook ... ok tests.test_after_hooks.TestHooks.test_global_hook_is_resource_aware ... ok tests.test_after_hooks.TestHooks.test_global_hook_wrap_default_405 ... ok tests.test_after_hooks.TestHooks.test_global_hook_wrap_default_on_options ... ok tests.test_after_hooks.TestHooks.test_hook_as_callable_class ... ok tests.test_after_hooks.TestHooks.test_multiple_global_hook ... ok tests.test_after_hooks.TestHooks.test_multiple_global_hooks_wrap_default_405 ... ok tests.test_after_hooks.TestHooks.test_multiple_global_hooks_wrap_default_on_options ... ok tests.test_after_hooks.TestHooks.test_output_validator ... ok tests.test_after_hooks.TestHooks.test_serializer ... ok tests.test_after_hooks.TestHooks.test_wrapped_resource ... ok tests.test_after_hooks.TestHooks.test_wrapped_resource_with_hooks_aware_of_resource ... ok tests.test_before_hooks.TestHooks.test_field_validator ... ok tests.test_before_hooks.TestHooks.test_global_hook ... ok tests.test_before_hooks.TestHooks.test_global_hook_is_resource_aware ... ok tests.test_before_hooks.TestHooks.test_global_hook_wrap_default_405 ... ok tests.test_before_hooks.TestHooks.test_global_hook_wrap_default_on_options ... ok tests.test_before_hooks.TestHooks.test_input_validator ... ok tests.test_before_hooks.TestHooks.test_multiple_global_hook ... ok tests.test_before_hooks.TestHooks.test_multiple_global_hooks_wrap_default_405 ... ok tests.test_before_hooks.TestHooks.test_multiple_global_hooks_wrap_default_on_options ... ok tests.test_before_hooks.TestHooks.test_param_validator ... ok tests.test_before_hooks.TestHooks.test_parser ... ok tests.test_before_hooks.TestHooks.test_wrapped_resource ... ok tests.test_before_hooks.TestHooks.test_wrapped_resource_with_hooks_aware_of_resource ... ok tests.test_cookies.TestCookies.test_cookie_expires_aware ... ok tests.test_cookies.TestCookies.test_cookie_expires_naive ... ok tests.test_cookies.TestCookies.test_cookie_timezone ... ok tests.test_cookies.TestCookies.test_cookies_setable ... ok tests.test_cookies.TestCookies.test_request_cookie_parsing ... ok tests.test_cookies.TestCookies.test_response_base_case ... ok tests.test_cookies.TestCookies.test_response_complex_case ... ok tests.test_cookies.TestCookies.test_response_unset_cookie ... ok tests.test_cookies.TestCookies.test_unicode_inside_ascii_range ... ok tests.test_cookies.TestCookies.test_unicode_outside_ascii_range ... ok tests.test_default_router.TestStandaloneRouter.test_collision_1__teams__collision_ ... ok tests.test_default_router.TestStandaloneRouter.test_collision_2__repos__org___repo__compare__simple_collision_ ... ok tests.test_default_router.TestStandaloneRouter.test_collision_3__emojis_signs__id_too_ ... ok tests.test_default_router.TestStandaloneRouter.test_complex_1______5_ ... ok tests.test_default_router.TestStandaloneRouter.test_complex_2____full___10_ ... ok tests.test_default_router.TestStandaloneRouter.test_complex_3____part___15_ ... ok tests.test_default_router.TestStandaloneRouter.test_complex_alt_1______16_ ... ok tests.test_default_router.TestStandaloneRouter.test_complex_alt_2____full___17_ ... ok tests.test_default_router.TestStandaloneRouter.test_dead_segment_1__teams ... ok tests.test_default_router.TestStandaloneRouter.test_dead_segment_2__emojis_signs ... ok tests.test_default_router.TestStandaloneRouter.test_dead_segment_3__gists ... ok tests.test_default_router.TestStandaloneRouter.test_dead_segment_4__gists_42 ... ok tests.test_default_router.TestStandaloneRouter.test_dump ... ok tests.test_default_router.TestStandaloneRouter.test_literal ... ok tests.test_default_router.TestStandaloneRouter.test_literal_segment ... ok tests.test_default_router.TestStandaloneRouter.test_malformed_pattern ... ok tests.test_default_router.TestStandaloneRouter.test_missing ... ok tests.test_default_router.TestStandaloneRouter.test_multivar ... ok tests.test_default_router.TestStandaloneRouter.test_override ... ok tests.test_default_router.TestStandaloneRouter.test_subsegment_not_found ... ok tests.test_default_router.TestStandaloneRouter.test_variable ... ok tests.test_error_handlers.TestErrorHandler.test_caught_error ... ok tests.test_error_handlers.TestErrorHandler.test_converted_error ... ok tests.test_error_handlers.TestErrorHandler.test_error_order ... ok tests.test_error_handlers.TestErrorHandler.test_handle_not_defined ... ok tests.test_error_handlers.TestErrorHandler.test_subclass_error ... ok tests.test_error_handlers.TestErrorHandler.test_uncaught_error ... ok tests.test_error_handlers.TestErrorHandler.test_uncaught_error_else ... ok tests.test_headers.TestHeaders.test_add_link_complex ... ok tests.test_headers.TestHeaders.test_add_link_multiple ... ok tests.test_headers.TestHeaders.test_add_link_single ... ok tests.test_headers.TestHeaders.test_add_link_with_anchor ... ok tests.test_headers.TestHeaders.test_add_link_with_hreflang ... ok tests.test_headers.TestHeaders.test_add_link_with_hreflang_multi ... ok tests.test_headers.TestHeaders.test_add_link_with_title ... ok tests.test_headers.TestHeaders.test_add_link_with_title_star ... ok tests.test_headers.TestHeaders.test_add_link_with_type_hint ... ok tests.test_headers.TestHeaders.test_content_header_missing ... ok tests.test_headers.TestHeaders.test_content_length ... ok tests.test_headers.TestHeaders.test_custom_content_type ... ok tests.test_headers.TestHeaders.test_custom_media_type ... ok tests.test_headers.TestHeaders.test_default_media_type ... ok tests.test_headers.TestHeaders.test_default_value ... ok tests.test_headers.TestHeaders.test_get_raw_headers ... ok tests.test_headers.TestHeaders.test_no_body_on_100 ... ok tests.test_headers.TestHeaders.test_no_body_on_101 ... ok tests.test_headers.TestHeaders.test_no_body_on_204 ... ok tests.test_headers.TestHeaders.test_no_body_on_304 ... ok tests.test_headers.TestHeaders.test_no_content_type ... ok tests.test_headers.TestHeaders.test_passthrough_req_headers ... ok tests.test_headers.TestHeaders.test_passthrough_resp_headers ... ok tests.test_headers.TestHeaders.test_required_header ... ok tests.test_headers.TestHeaders.test_response_append_header ... ok tests.test_headers.TestHeaders.test_response_header_helpers_on_get ... ok tests.test_headers.TestHeaders.test_response_set_header ... ok tests.test_headers.TestHeaders.test_unicode_location_headers ... ok tests.test_headers.TestHeaders.test_vary_header ... ok tests.test_headers.TestHeaders.test_vary_headers ... ok tests.test_headers.TestHeaders.test_vary_headers_tuple ... ok tests.test_headers.TestHeaders.test_vary_star ... ok tests.test_hello.TestHelloWorld.test_body ... ok tests.test_hello.TestHelloWorld.test_body_bytes ... ok tests.test_hello.TestHelloWorld.test_data ... ok tests.test_hello.TestHelloWorld.test_empty_route ... ok tests.test_hello.TestHelloWorld.test_env_headers_list_of_tuples ... ok tests.test_hello.TestHelloWorld.test_filelike ... ok tests.test_hello.TestHelloWorld.test_filelike_using_helper ... ok tests.test_hello.TestHelloWorld.test_no_body_on_head ... ok tests.test_hello.TestHelloWorld.test_route_negative ... ok tests.test_hello.TestHelloWorld.test_status_not_set ... ok tests.test_hello.TestHelloWorld.test_stream_chunked ... ok tests.test_hello.TestHelloWorld.test_stream_known_len ... ok tests.test_http_method_routing.TestHttpMethodRouting.test_bogus_method ... ok tests.test_http_method_routing.TestHttpMethodRouting.test_default_on_options ... ok tests.test_http_method_routing.TestHttpMethodRouting.test_get ... ok tests.test_http_method_routing.TestHttpMethodRouting.test_method_not_allowed_with_param ... ok tests.test_http_method_routing.TestHttpMethodRouting.test_methods_not_allowed_complex ... ok tests.test_http_method_routing.TestHttpMethodRouting.test_methods_not_allowed_simple ... ok tests.test_http_method_routing.TestHttpMethodRouting.test_misc ... ok tests.test_http_method_routing.TestHttpMethodRouting.test_post_not_allowed ... ok tests.test_http_method_routing.TestHttpMethodRouting.test_put ... ok tests.test_httperror.TestHTTPError.test_401 ... ok tests.test_httperror.TestHTTPError.test_401_schemaless ... ok tests.test_httperror.TestHTTPError.test_404_with_body ... ok tests.test_httperror.TestHTTPError.test_404_without_body ... ok tests.test_httperror.TestHTTPError.test_405_with_body ... ok tests.test_httperror.TestHTTPError.test_405_without_body ... ok tests.test_httperror.TestHTTPError.test_405_without_body_with_extra_headers ... ok tests.test_httperror.TestHTTPError.test_405_without_body_with_extra_headers_double_check ... ok tests.test_httperror.TestHTTPError.test_411 ... ok tests.test_httperror.TestHTTPError.test_413 ... ok tests.test_httperror.TestHTTPError.test_416 ... ok tests.test_httperror.TestHTTPError.test_503_datetime_retry_after ... ok tests.test_httperror.TestHTTPError.test_503_integer_retry_after ... ok tests.test_httperror.TestHTTPError.test_base_class ... ok tests.test_httperror.TestHTTPError.test_client_does_not_accept_anything ... ok tests.test_httperror.TestHTTPError.test_client_does_not_accept_json_or_xml ... ok tests.test_httperror.TestHTTPError.test_custom_error_serializer ... ok tests.test_httperror.TestHTTPError.test_epic_fail_json ... ok tests.test_httperror.TestHTTPError.test_epic_fail_xml_1_text_xml ... ok tests.test_httperror.TestHTTPError.test_epic_fail_xml_2_application_xml ... ok tests.test_httperror.TestHTTPError.test_epic_fail_xml_3_application_vnd_company_system_project_resource_xml_v_1_1 ... ok tests.test_httperror.TestHTTPError.test_epic_fail_xml_4_application_atom_xml ... ok tests.test_httperror.TestHTTPError.test_forbidden_1_application_json ... ok tests.test_httperror.TestHTTPError.test_forbidden_2_application_vnd_company_system_project_resource_json_v_1_1 ... ok tests.test_httperror.TestHTTPError.test_forbidden_3_application_json_patch_json ... ok tests.test_httperror.TestHTTPError.test_invalid_header ... ok tests.test_httperror.TestHTTPError.test_invalid_param ... ok tests.test_httperror.TestHTTPError.test_misc ... ok tests.test_httperror.TestHTTPError.test_missing_header ... ok tests.test_httperror.TestHTTPError.test_missing_param ... ok tests.test_httperror.TestHTTPError.test_no_description_json ... ok tests.test_httperror.TestHTTPError.test_no_description_xml ... ok tests.test_httperror.TestHTTPError.test_temporary_413_datetime_retry_after ... ok tests.test_httperror.TestHTTPError.test_temporary_413_integer_retry_after ... ok tests.test_httperror.TestHTTPError.test_unicode_json ... ok tests.test_httperror.TestHTTPError.test_unicode_xml ... ok tests.test_httpstatus.TestHTTPStatus.test_raise_status_empty_body ... ok tests.test_httpstatus.TestHTTPStatus.test_raise_status_in_before_hook ... ok tests.test_httpstatus.TestHTTPStatus.test_raise_status_in_responder ... ok tests.test_httpstatus.TestHTTPStatus.test_raise_status_runs_after_hooks ... ok tests.test_httpstatus.TestHTTPStatus.test_raise_status_survives_after_hooks ... ok tests.test_httpstatus.TestHTTPStatusWithGlobalHooks.test_raise_status_in_before_hook ... ok tests.test_httpstatus.TestHTTPStatusWithGlobalHooks.test_raise_status_in_process_request ... ok tests.test_httpstatus.TestHTTPStatusWithGlobalHooks.test_raise_status_in_process_resource ... ok tests.test_httpstatus.TestHTTPStatusWithGlobalHooks.test_raise_status_runs_after_hooks ... ok tests.test_httpstatus.TestHTTPStatusWithGlobalHooks.test_raise_status_runs_process_response ... ok tests.test_httpstatus.TestHTTPStatusWithGlobalHooks.test_raise_status_survives_after_hooks ... ok tests.test_middlewares.TestRemoveBasePathMiddleware.test_base_path_is_removed_before_routing ... ok tests.test_middlewares.TestRequestTimeMiddleware.test_add_invalid_middleware ... ok tests.test_middlewares.TestRequestTimeMiddleware.test_log_get_request ... ok tests.test_middlewares.TestRequestTimeMiddleware.test_response_middleware_raises_exception ... ok tests.test_middlewares.TestSeveralMiddlewares.test_generate_trans_id_and_time_with_request ... ok tests.test_middlewares.TestSeveralMiddlewares.test_inner_mw_throw_exception ... ok tests.test_middlewares.TestSeveralMiddlewares.test_inner_mw_with_ex_handler_throw_exception ... ok tests.test_middlewares.TestSeveralMiddlewares.test_middleware_execution_order ... ok tests.test_middlewares.TestSeveralMiddlewares.test_order_mw_executed_when_exception_in_req ... ok tests.test_middlewares.TestSeveralMiddlewares.test_order_mw_executed_when_exception_in_resp ... ok tests.test_middlewares.TestSeveralMiddlewares.test_order_mw_executed_when_exception_in_rsrc ... ok tests.test_middlewares.TestSeveralMiddlewares.test_outer_mw_with_ex_handler_throw_exception ... ok tests.test_middlewares.TestTransactionIdMiddleware.test_generate_trans_id_with_request ... ok tests.test_options.TestRequestOptions.test_correct_options ... ok tests.test_options.TestRequestOptions.test_incorrect_options ... ok tests.test_query_params.GetQueryParams.test_allowed_names ... ok tests.test_query_params.GetQueryParams.test_blank ... ok tests.test_query_params.GetQueryParams.test_boolean ... ok tests.test_query_params.GetQueryParams.test_boolean_blank ... ok tests.test_query_params.GetQueryParams.test_get_date_invalid ... ok tests.test_query_params.GetQueryParams.test_get_date_missing_param ... ok tests.test_query_params.GetQueryParams.test_get_date_store ... ok tests.test_query_params.GetQueryParams.test_get_date_valid ... ok tests.test_query_params.GetQueryParams.test_get_date_valid_with_format ... ok tests.test_query_params.GetQueryParams.test_int ... ok tests.test_query_params.GetQueryParams.test_int_neg ... ok tests.test_query_params.GetQueryParams.test_list_transformer ... ok tests.test_query_params.GetQueryParams.test_list_type ... ok tests.test_query_params.GetQueryParams.test_list_type_blank ... ok tests.test_query_params.GetQueryParams.test_multiple_form_keys ... ok tests.test_query_params.GetQueryParams.test_multiple_form_keys_as_list ... ok tests.test_query_params.GetQueryParams.test_multiple_keys_as_bool ... ok tests.test_query_params.GetQueryParams.test_multiple_keys_as_int ... ok tests.test_query_params.GetQueryParams.test_none ... ok tests.test_query_params.GetQueryParams.test_param_property ... ok tests.test_query_params.GetQueryParams.test_percent_encoded ... ok tests.test_query_params.GetQueryParams.test_required_1_get_param ... ok tests.test_query_params.GetQueryParams.test_required_2_get_param_as_int ... ok tests.test_query_params.GetQueryParams.test_required_3_get_param_as_bool ... ok tests.test_query_params.GetQueryParams.test_required_4_get_param_as_list ... ok tests.test_query_params.GetQueryParams.test_simple ... ok tests.test_query_params.PostQueryParams.test_allowed_names ... ok tests.test_query_params.PostQueryParams.test_blank ... ok tests.test_query_params.PostQueryParams.test_boolean ... ok tests.test_query_params.PostQueryParams.test_boolean_blank ... ok tests.test_query_params.PostQueryParams.test_get_date_invalid ... ok tests.test_query_params.PostQueryParams.test_get_date_missing_param ... ok tests.test_query_params.PostQueryParams.test_get_date_store ... ok tests.test_query_params.PostQueryParams.test_get_date_valid ... ok tests.test_query_params.PostQueryParams.test_get_date_valid_with_format ... ok tests.test_query_params.PostQueryParams.test_int ... ok tests.test_query_params.PostQueryParams.test_int_neg ... ok tests.test_query_params.PostQueryParams.test_list_transformer ... ok tests.test_query_params.PostQueryParams.test_list_type ... ok tests.test_query_params.PostQueryParams.test_list_type_blank ... ok tests.test_query_params.PostQueryParams.test_multiple_form_keys ... ok tests.test_query_params.PostQueryParams.test_multiple_form_keys_as_list ... ok tests.test_query_params.PostQueryParams.test_multiple_keys_as_bool ... ok tests.test_query_params.PostQueryParams.test_multiple_keys_as_int ... ok tests.test_query_params.PostQueryParams.test_non_ascii ... 2016-10-19 17:34:01 [FALCON] [ERROR] GET / => Non-ASCII characters found in form body with Content-Type of application/x-www-form-urlencoded. Body will be ignored. ok tests.test_query_params.PostQueryParams.test_none ... ok tests.test_query_params.PostQueryParams.test_param_property ... ok tests.test_query_params.PostQueryParams.test_percent_encoded ... ok tests.test_query_params.PostQueryParams.test_required_1_get_param ... ok tests.test_query_params.PostQueryParams.test_required_2_get_param_as_int ... ok tests.test_query_params.PostQueryParams.test_required_3_get_param_as_bool ... ok tests.test_query_params.PostQueryParams.test_required_4_get_param_as_list ... ok tests.test_query_params.PostQueryParams.test_simple ... ok tests.test_req_vars.TestReqVars.test_attribute_headers ... ok tests.test_req_vars.TestReqVars.test_bogus_content_length_nan ... ok tests.test_req_vars.TestReqVars.test_bogus_content_length_neg ... ok tests.test_req_vars.TestReqVars.test_client_accepts ... ok tests.test_req_vars.TestReqVars.test_client_accepts_bogus ... ok tests.test_req_vars.TestReqVars.test_client_accepts_props ... ok tests.test_req_vars.TestReqVars.test_client_prefers ... ok tests.test_req_vars.TestReqVars.test_content_length ... ok tests.test_req_vars.TestReqVars.test_content_length_method ... ok tests.test_req_vars.TestReqVars.test_content_type_method ... ok tests.test_req_vars.TestReqVars.test_date_1___Date____date__ ... ok tests.test_req_vars.TestReqVars.test_date_2___If_Modified_since____if_modified_since__ ... ok tests.test_req_vars.TestReqVars.test_date_3___If_Unmodified_since____if_unmodified_since__ ... ok tests.test_req_vars.TestReqVars.test_date_invalid_1___Date____date__ ... ok tests.test_req_vars.TestReqVars.test_date_invalid_2___If_Modified_Since____if_modified_since__ ... ok tests.test_req_vars.TestReqVars.test_date_invalid_3___If_Unmodified_Since____if_unmodified_since__ ... ok tests.test_req_vars.TestReqVars.test_date_missing_1_date ... ok tests.test_req_vars.TestReqVars.test_date_missing_2_if_modified_since ... ok tests.test_req_vars.TestReqVars.test_date_missing_3_if_unmodified_since ... ok tests.test_req_vars.TestReqVars.test_empty ... ok tests.test_req_vars.TestReqVars.test_empty_path ... ok tests.test_req_vars.TestReqVars.test_host ... ok tests.test_req_vars.TestReqVars.test_method ... ok tests.test_req_vars.TestReqVars.test_missing_attribute_header ... ok tests.test_req_vars.TestReqVars.test_missing_qs ... ok tests.test_req_vars.TestReqVars.test_range ... ok tests.test_req_vars.TestReqVars.test_range_invalid ... ok tests.test_req_vars.TestReqVars.test_reconstruct_url ... ok tests.test_req_vars.TestReqVars.test_relative_uri ... ok tests.test_req_vars.TestReqVars.test_subdomain ... ok tests.test_req_vars.TestReqVars.test_uri ... ok tests.test_req_vars.TestReqVars.test_uri_http_1_0 ... ok tests.test_req_vars.TestReqVars.test_uri_https ... ok tests.test_request_body.TestRequestBody.test_body_stream_wrapper ... ok tests.test_request_body.TestRequestBody.test_empty_body ... ok tests.test_request_body.TestRequestBody.test_read_body ... ok tests.test_request_body.TestRequestBody.test_read_socket_body ... 127.0.0.1 - - [19/Oct/2016 17:34:03] "POST /echo HTTP/1.1" 200 542 127.0.0.1 - - [19/Oct/2016 17:34:03] "PUT /echo HTTP/1.1" 200 542 ok tests.test_request_body.TestRequestBody.test_tiny_body ... ok tests.test_request_body.TestRequestBody.test_tiny_body_overflow ... ok tests.test_request_context.TestRequestContext.test_custom_request_context ... ok tests.test_request_context.TestRequestContext.test_custom_request_context_failure ... ok tests.test_request_context.TestRequestContext.test_default_request_context ... ok tests.test_response_body.TestResponseBody.test_append_body ... ok tests.test_sinks.TestDefaultRouting.test_multiple_patterns ... ok tests.test_sinks.TestDefaultRouting.test_named_groups ... ok tests.test_sinks.TestDefaultRouting.test_route_precedence ... ok tests.test_sinks.TestDefaultRouting.test_route_precedence_with_both_id ... ok tests.test_sinks.TestDefaultRouting.test_route_precedence_with_id ... ok tests.test_sinks.TestDefaultRouting.test_single_compiled_pattern ... ok tests.test_sinks.TestDefaultRouting.test_single_default_pattern ... ok tests.test_sinks.TestDefaultRouting.test_single_simple_pattern ... ok tests.test_sinks.TestDefaultRouting.test_with_route ... ok tests.test_uri_templates.TestUriTemplates.test_empty_path_component ... ok tests.test_uri_templates.TestUriTemplates.test_field_name_cannot_start_with_digit ... ok tests.test_uri_templates.TestUriTemplates.test_multiple ... ok tests.test_uri_templates.TestUriTemplates.test_no_vars ... ok tests.test_uri_templates.TestUriTemplates.test_not_str ... ok tests.test_uri_templates.TestUriTemplates.test_relative_path ... ok tests.test_uri_templates.TestUriTemplates.test_root_path ... ok tests.test_uri_templates.TestUriTemplates.test_single ... ok tests.test_uri_templates.TestUriTemplates.test_single_trailing_slash ... ok tests.test_uri_templates.TestUriTemplates.test_special_chars ... ok tests.test_uri_templates.TestUriTemplates.test_unicode_literal_routes ... ok tests.test_uri_templates.TestUriTemplates.test_whitespace_not_allowed ... ok tests.test_uri_templates_legacy.TestUriTemplates.test_malformed_field ... ok tests.test_uri_templates_legacy.TestUriTemplates.test_no_fields_1__hello ... ok tests.test_uri_templates_legacy.TestUriTemplates.test_no_fields_2__hello_world ... ok tests.test_uri_templates_legacy.TestUriTemplates.test_no_fields_3__hi_there_how_are_you ... ok tests.test_uri_templates_legacy.TestUriTemplates.test_one_field ... ok tests.test_uri_templates_legacy.TestUriTemplates.test_root ... ok tests.test_uri_templates_legacy.TestUriTemplates.test_string_type_required ... ok tests.test_uri_templates_legacy.TestUriTemplates.test_template_may_not_contain_double_slash ... ok tests.test_uri_templates_legacy.TestUriTemplates.test_template_must_start_with_slash ... ok tests.test_uri_templates_legacy.TestUriTemplates.test_three_fields ... ok tests.test_uri_templates_legacy.TestUriTemplates.test_two_fields_1_ ... ok tests.test_uri_templates_legacy.TestUriTemplates.test_two_fields_2__ ... ok tests.test_utils.TestFalconTesting.test_decode_empty_result ... ok tests.test_utils.TestFalconTesting.test_httpnow_alias_for_backwards_compat ... ok tests.test_utils.TestFalconTesting.test_none_header_value_in_create_environ ... ok tests.test_utils.TestFalconTesting.test_path_escape_chars_in_create_environ ... ok tests.test_utils.TestFalconTesting.test_unicode_path_in_create_environ ... ok tests.test_utils.TestFalconUtils.test_deprecated_decorator ... ok tests.test_utils.TestFalconUtils.test_dt_to_http ... ok tests.test_utils.TestFalconUtils.test_http_date_to_dt ... ok tests.test_utils.TestFalconUtils.test_http_now ... ok tests.test_utils.TestFalconUtils.test_pack_query_params_none ... ok tests.test_utils.TestFalconUtils.test_pack_query_params_one ... ok tests.test_utils.TestFalconUtils.test_pack_query_params_several ... ok tests.test_utils.TestFalconUtils.test_parse_host ... ok tests.test_utils.TestFalconUtils.test_parse_query_string ... ok tests.test_utils.TestFalconUtils.test_prop_uri_decode_models_stdlib_unquote_plus ... ok tests.test_utils.TestFalconUtils.test_prop_uri_encode_models_stdlib_quote ... ok tests.test_utils.TestFalconUtils.test_prop_uri_encode_value_models_stdlib_quote_safe_tilde ... ok tests.test_utils.TestFalconUtils.test_uri_decode ... ok tests.test_utils.TestFalconUtils.test_uri_encode ... ok tests.test_utils.TestFalconUtils.test_uri_encode_value ... ok tests.test_wsgi.TestWsgi.test_pep3333 ... ok tests.test_wsgi.TestWsgi.test_srmock ... ok tests.test_wsgi.TestWsgi.test_wsgiref ... 127.0.0.1 - - [19/Oct/2016 17:34:03] "GET / HTTP/1.1" 200 0 127.0.0.1 - - [19/Oct/2016 17:34:03] "PUT / HTTP/1.1" 200 0 127.0.0.1 - - [19/Oct/2016 17:34:03] "PUT / HTTP/1.1" 200 0 127.0.0.1 - - [19/Oct/2016 17:34:03] "POST / HTTP/1.1" 405 0 ok tests.test_wsgi_errors.TestWSGIError.test_responder_logged_bytestring ... ok tests.test_wsgi_errors.TestWSGIError.test_responder_logged_unicode ... ok ---------------------------------------------------------------------- Ran 334 tests in 2.292s OK + exit 0 Processing files: python2-falcon-0.3.0-5.el7.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.w9SHOX + umask 022 + cd /builddir/build/BUILD + cd falcon-0.3.0 + DOCDIR=/builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/share/doc/python2-falcon-0.3.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/share/doc/python2-falcon-0.3.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64/usr/share/doc/python2-falcon-0.3.0 + exit 0 Provides: python-falcon = 0.3.0-5.el7 python2-falcon = 0.3.0-5.el7 python2-falcon(aarch-64) = 0.3.0-5.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-falcon < 0.3.0-5.el7 Processing files: python-falcon-debuginfo-0.3.0-5.el7.aarch64 Provides: python-falcon-debuginfo = 0.3.0-5.el7 python-falcon-debuginfo(aarch-64) = 0.3.0-5.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64 warning: Could not canonicalize hostname: arm64-01.rdu2.centos.org Wrote: /builddir/build/RPMS/python2-falcon-0.3.0-5.el7.aarch64.rpm Wrote: /builddir/build/RPMS/python-falcon-debuginfo-0.3.0-5.el7.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.UmIJj2 + umask 022 + cd /builddir/build/BUILD + cd falcon-0.3.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-falcon-0.3.0-5.el7.aarch64 + exit 0 Child return code was: 0 LEAVE do -->