Mock Version: 1.1.32 Mock Version: 1.1.32 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/python-falcon.spec'], False, '/var/lib/mock/f20-build-1872611-325859/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/python-falcon.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: Could not canonicalize hostname: arm02-builder19.arm.fedoraproject.org Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/python-falcon-0.1.7-1.fc20.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/python-falcon.spec'], False, '/var/lib/mock/f20-build-1872611-325859/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/python-falcon.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ivr8F7 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf falcon-0.1.7 + /usr/bin/gzip -dc /builddir/build/SOURCES/falcon-0.1.7.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd falcon-0.1.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (0001-Make-loading-description-python-independent.patch):' Patch #0 (0001-Make-loading-description-python-independent.patch): + /usr/bin/cat /builddir/build/SOURCES/0001-Make-loading-description-python-independent.patch + /usr/bin/patch -p1 --fuzz=0 patching file setup.py + echo 'Patch #1 (0002-Add-output-encoding-to-tests-for-Python3.patch):' Patch #1 (0002-Add-output-encoding-to-tests-for-Python3.patch): + /usr/bin/cat /builddir/build/SOURCES/0002-Add-output-encoding-to-tests-for-Python3.patch + /usr/bin/patch -p1 --fuzz=0 patching file falcon/tests/test_wsgi_errors.py + rm -rf /builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20 + cp -a . /builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iQiAMc + umask 022 + cd /builddir/build/BUILD + cd falcon-0.1.7 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib.linux-armv7l-2.7 creating build/lib.linux-armv7l-2.7/falcon copying falcon/request.py -> build/lib.linux-armv7l-2.7/falcon copying falcon/request_helpers.py -> build/lib.linux-armv7l-2.7/falcon copying falcon/status_codes.py -> build/lib.linux-armv7l-2.7/falcon copying falcon/response_helpers.py -> build/lib.linux-armv7l-2.7/falcon copying falcon/http_error.py -> build/lib.linux-armv7l-2.7/falcon copying falcon/api.py -> build/lib.linux-armv7l-2.7/falcon copying falcon/exceptions.py -> build/lib.linux-armv7l-2.7/falcon copying falcon/__init__.py -> build/lib.linux-armv7l-2.7/falcon copying falcon/util.py -> build/lib.linux-armv7l-2.7/falcon copying falcon/api_helpers.py -> build/lib.linux-armv7l-2.7/falcon copying falcon/version.py -> build/lib.linux-armv7l-2.7/falcon copying falcon/responders.py -> build/lib.linux-armv7l-2.7/falcon copying falcon/hooks.py -> build/lib.linux-armv7l-2.7/falcon copying falcon/response.py -> build/lib.linux-armv7l-2.7/falcon creating build/lib.linux-armv7l-2.7/falcon/bench copying falcon/bench/create.py -> build/lib.linux-armv7l-2.7/falcon/bench copying falcon/bench/__init__.py -> build/lib.linux-armv7l-2.7/falcon/bench copying falcon/bench/bench.py -> build/lib.linux-armv7l-2.7/falcon/bench creating build/lib.linux-armv7l-2.7/falcon/testing copying falcon/testing/helpers.py -> build/lib.linux-armv7l-2.7/falcon/testing copying falcon/testing/resource.py -> build/lib.linux-armv7l-2.7/falcon/testing copying falcon/testing/__init__.py -> build/lib.linux-armv7l-2.7/falcon/testing copying falcon/testing/base.py -> build/lib.linux-armv7l-2.7/falcon/testing copying falcon/testing/srmock.py -> build/lib.linux-armv7l-2.7/falcon/testing creating build/lib.linux-armv7l-2.7/falcon/cmd copying falcon/cmd/__init__.py -> build/lib.linux-armv7l-2.7/falcon/cmd copying falcon/cmd/bench.py -> build/lib.linux-armv7l-2.7/falcon/cmd creating build/lib.linux-armv7l-2.7/falcon/bench/queues copying falcon/bench/queues/stats.py -> build/lib.linux-armv7l-2.7/falcon/bench/queues copying falcon/bench/queues/api.py -> build/lib.linux-armv7l-2.7/falcon/bench/queues copying falcon/bench/queues/__init__.py -> build/lib.linux-armv7l-2.7/falcon/bench/queues copying falcon/bench/queues/messages.py -> build/lib.linux-armv7l-2.7/falcon/bench/queues copying falcon/bench/queues/queues.py -> build/lib.linux-armv7l-2.7/falcon/bench/queues copying falcon/bench/queues/claims.py -> build/lib.linux-armv7l-2.7/falcon/bench/queues creating build/lib.linux-armv7l-2.7/falcon/bench/nuts copying falcon/bench/nuts/setup.py -> build/lib.linux-armv7l-2.7/falcon/bench/nuts copying falcon/bench/nuts/__init__.py -> build/lib.linux-armv7l-2.7/falcon/bench/nuts copying falcon/bench/nuts/config.py -> build/lib.linux-armv7l-2.7/falcon/bench/nuts creating build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts copying falcon/bench/nuts/nuts/app.py -> build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts copying falcon/bench/nuts/nuts/__init__.py -> build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts creating build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/model copying falcon/bench/nuts/nuts/model/__init__.py -> build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/model creating build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/controllers copying falcon/bench/nuts/nuts/controllers/__init__.py -> build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/controllers copying falcon/bench/nuts/nuts/controllers/root.py -> build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/controllers 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' writing manifest file 'falcon.egg-info/SOURCES.txt' creating build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/__init__.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/dump_wsgi.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/test_after_hooks.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/test_before_hooks.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/test_example.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/test_headers.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/test_hello.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/test_http_method_routing.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/test_httperror.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/test_query_params.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/test_req_vars.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/test_request_body.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/test_response_body.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/test_type_error.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/test_uri_templates.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/test_utils.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/test_wsgi.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/tests/test_wsgi_errors.py -> build/lib.linux-armv7l-2.7/falcon/tests copying falcon/bench/nuts/MANIFEST.in -> build/lib.linux-armv7l-2.7/falcon/bench/nuts copying falcon/bench/nuts/setup.cfg -> build/lib.linux-armv7l-2.7/falcon/bench/nuts creating build/lib.linux-armv7l-2.7/falcon/bench/nuts/public creating build/lib.linux-armv7l-2.7/falcon/bench/nuts/public/css copying falcon/bench/nuts/public/css/style.css -> build/lib.linux-armv7l-2.7/falcon/bench/nuts/public/css creating build/lib.linux-armv7l-2.7/falcon/bench/nuts/public/images copying falcon/bench/nuts/public/images/logo.png -> build/lib.linux-armv7l-2.7/falcon/bench/nuts/public/images creating build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/templates copying falcon/bench/nuts/nuts/templates/error.html -> build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/templates copying falcon/bench/nuts/nuts/templates/index.html -> build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/templates copying falcon/bench/nuts/nuts/templates/layout.html -> build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/templates creating build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/__init__.py -> build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/config.py -> build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/test_functional.py -> build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/test_units.py -> build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/tests running build_ext cythoning falcon/api.py to falcon/api.c building 'falcon.api' extension creating build/temp.linux-armv7l-2.7 creating build/temp.linux-armv7l-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python2.7 -c falcon/api.c -o build/temp.linux-armv7l-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-2.7/falcon/api.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python2.7 -c falcon/api_helpers.c -o build/temp.linux-armv7l-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-2.7/falcon/api_helpers.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/falcon/api_helpers.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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python2.7 -c falcon/request.c -o build/temp.linux-armv7l-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-2.7/falcon/request.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python2.7 -c falcon/request_helpers.c -o build/temp.linux-armv7l-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-2.7/falcon/request_helpers.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/falcon/request_helpers.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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python2.7 -c falcon/response.c -o build/temp.linux-armv7l-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-2.7/falcon/response.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python2.7 -c falcon/response_helpers.c -o build/temp.linux-armv7l-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-2.7/falcon/response_helpers.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/falcon/response_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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python2.7 -c falcon/responders.c -o build/temp.linux-armv7l-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-2.7/falcon/responders.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/falcon/responders.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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python2.7 -c falcon/http_error.c -o build/temp.linux-armv7l-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-2.7/falcon/http_error.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/falcon/http_error.so cythoning falcon/exceptions.py to falcon/exceptions.c building 'falcon.exceptions' 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python2.7 -c falcon/exceptions.c -o build/temp.linux-armv7l-2.7/falcon/exceptions.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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-2.7/falcon/exceptions.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/falcon/exceptions.so + pushd /builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20 ~/build/BUILD/python3-python-falcon-0.1.7-1.fc20 ~/build/BUILD/falcon-0.1.7 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python3 setup.py build running build running build_py creating build creating build/lib.linux-armv7l-3.3 creating build/lib.linux-armv7l-3.3/falcon copying falcon/request.py -> build/lib.linux-armv7l-3.3/falcon copying falcon/request_helpers.py -> build/lib.linux-armv7l-3.3/falcon copying falcon/status_codes.py -> build/lib.linux-armv7l-3.3/falcon copying falcon/response_helpers.py -> build/lib.linux-armv7l-3.3/falcon copying falcon/http_error.py -> build/lib.linux-armv7l-3.3/falcon copying falcon/api.py -> build/lib.linux-armv7l-3.3/falcon copying falcon/exceptions.py -> build/lib.linux-armv7l-3.3/falcon copying falcon/__init__.py -> build/lib.linux-armv7l-3.3/falcon copying falcon/util.py -> build/lib.linux-armv7l-3.3/falcon copying falcon/api_helpers.py -> build/lib.linux-armv7l-3.3/falcon copying falcon/version.py -> build/lib.linux-armv7l-3.3/falcon copying falcon/responders.py -> build/lib.linux-armv7l-3.3/falcon copying falcon/hooks.py -> build/lib.linux-armv7l-3.3/falcon copying falcon/response.py -> build/lib.linux-armv7l-3.3/falcon creating build/lib.linux-armv7l-3.3/falcon/bench copying falcon/bench/create.py -> build/lib.linux-armv7l-3.3/falcon/bench copying falcon/bench/__init__.py -> build/lib.linux-armv7l-3.3/falcon/bench copying falcon/bench/bench.py -> build/lib.linux-armv7l-3.3/falcon/bench creating build/lib.linux-armv7l-3.3/falcon/testing copying falcon/testing/helpers.py -> build/lib.linux-armv7l-3.3/falcon/testing copying falcon/testing/resource.py -> build/lib.linux-armv7l-3.3/falcon/testing copying falcon/testing/__init__.py -> build/lib.linux-armv7l-3.3/falcon/testing copying falcon/testing/base.py -> build/lib.linux-armv7l-3.3/falcon/testing copying falcon/testing/srmock.py -> build/lib.linux-armv7l-3.3/falcon/testing creating build/lib.linux-armv7l-3.3/falcon/cmd copying falcon/cmd/__init__.py -> build/lib.linux-armv7l-3.3/falcon/cmd copying falcon/cmd/bench.py -> build/lib.linux-armv7l-3.3/falcon/cmd creating build/lib.linux-armv7l-3.3/falcon/bench/queues copying falcon/bench/queues/stats.py -> build/lib.linux-armv7l-3.3/falcon/bench/queues copying falcon/bench/queues/api.py -> build/lib.linux-armv7l-3.3/falcon/bench/queues copying falcon/bench/queues/__init__.py -> build/lib.linux-armv7l-3.3/falcon/bench/queues copying falcon/bench/queues/messages.py -> build/lib.linux-armv7l-3.3/falcon/bench/queues copying falcon/bench/queues/queues.py -> build/lib.linux-armv7l-3.3/falcon/bench/queues copying falcon/bench/queues/claims.py -> build/lib.linux-armv7l-3.3/falcon/bench/queues creating build/lib.linux-armv7l-3.3/falcon/bench/nuts copying falcon/bench/nuts/setup.py -> build/lib.linux-armv7l-3.3/falcon/bench/nuts copying falcon/bench/nuts/__init__.py -> build/lib.linux-armv7l-3.3/falcon/bench/nuts copying falcon/bench/nuts/config.py -> build/lib.linux-armv7l-3.3/falcon/bench/nuts creating build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts copying falcon/bench/nuts/nuts/app.py -> build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts copying falcon/bench/nuts/nuts/__init__.py -> build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts creating build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/model copying falcon/bench/nuts/nuts/model/__init__.py -> build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/model creating build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/controllers copying falcon/bench/nuts/nuts/controllers/__init__.py -> build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/controllers copying falcon/bench/nuts/nuts/controllers/root.py -> build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/controllers running egg_info writing top-level names to falcon.egg-info/top_level.txt writing falcon.egg-info/PKG-INFO writing requirements to falcon.egg-info/requires.txt writing entry points to falcon.egg-info/entry_points.txt writing dependency_links to falcon.egg-info/dependency_links.txt reading manifest file 'falcon.egg-info/SOURCES.txt' writing manifest file 'falcon.egg-info/SOURCES.txt' creating build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/__init__.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/dump_wsgi.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/test_after_hooks.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/test_before_hooks.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/test_example.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/test_headers.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/test_hello.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/test_http_method_routing.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/test_httperror.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/test_query_params.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/test_req_vars.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/test_request_body.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/test_response_body.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/test_type_error.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/test_uri_templates.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/test_utils.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/test_wsgi.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/tests/test_wsgi_errors.py -> build/lib.linux-armv7l-3.3/falcon/tests copying falcon/bench/nuts/MANIFEST.in -> build/lib.linux-armv7l-3.3/falcon/bench/nuts copying falcon/bench/nuts/setup.cfg -> build/lib.linux-armv7l-3.3/falcon/bench/nuts creating build/lib.linux-armv7l-3.3/falcon/bench/nuts/public creating build/lib.linux-armv7l-3.3/falcon/bench/nuts/public/css copying falcon/bench/nuts/public/css/style.css -> build/lib.linux-armv7l-3.3/falcon/bench/nuts/public/css creating build/lib.linux-armv7l-3.3/falcon/bench/nuts/public/images copying falcon/bench/nuts/public/images/logo.png -> build/lib.linux-armv7l-3.3/falcon/bench/nuts/public/images creating build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/templates copying falcon/bench/nuts/nuts/templates/error.html -> build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/templates copying falcon/bench/nuts/nuts/templates/index.html -> build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/templates copying falcon/bench/nuts/nuts/templates/layout.html -> build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/templates creating build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/__init__.py -> build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/config.py -> build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/test_functional.py -> build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/tests copying falcon/bench/nuts/nuts/tests/test_units.py -> build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/tests running build_ext cythoning falcon/api.py to falcon/api.c building 'falcon.api' extension creating build/temp.linux-armv7l-3.3 creating build/temp.linux-armv7l-3.3/falcon gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python3.3m -c falcon/api.c -o build/temp.linux-armv7l-3.3/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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-3.3/falcon/api.o -L/usr/lib -lpython3.3m -o build/lib.linux-armv7l-3.3/falcon/api.cpython-33m.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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python3.3m -c falcon/api_helpers.c -o build/temp.linux-armv7l-3.3/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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-3.3/falcon/api_helpers.o -L/usr/lib -lpython3.3m -o build/lib.linux-armv7l-3.3/falcon/api_helpers.cpython-33m.so cythoning falcon/request.py to falcon/request.c building 'falcon.request' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python3.3m -c falcon/request.c -o build/temp.linux-armv7l-3.3/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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-3.3/falcon/request.o -L/usr/lib -lpython3.3m -o build/lib.linux-armv7l-3.3/falcon/request.cpython-33m.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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python3.3m -c falcon/request_helpers.c -o build/temp.linux-armv7l-3.3/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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-3.3/falcon/request_helpers.o -L/usr/lib -lpython3.3m -o build/lib.linux-armv7l-3.3/falcon/request_helpers.cpython-33m.so cythoning falcon/response.py to falcon/response.c building 'falcon.response' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python3.3m -c falcon/response.c -o build/temp.linux-armv7l-3.3/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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-3.3/falcon/response.o -L/usr/lib -lpython3.3m -o build/lib.linux-armv7l-3.3/falcon/response.cpython-33m.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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python3.3m -c falcon/response_helpers.c -o build/temp.linux-armv7l-3.3/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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-3.3/falcon/response_helpers.o -L/usr/lib -lpython3.3m -o build/lib.linux-armv7l-3.3/falcon/response_helpers.cpython-33m.so cythoning falcon/responders.py to falcon/responders.c building 'falcon.responders' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python3.3m -c falcon/responders.c -o build/temp.linux-armv7l-3.3/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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-3.3/falcon/responders.o -L/usr/lib -lpython3.3m -o build/lib.linux-armv7l-3.3/falcon/responders.cpython-33m.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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python3.3m -c falcon/http_error.c -o build/temp.linux-armv7l-3.3/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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-3.3/falcon/http_error.o -L/usr/lib -lpython3.3m -o build/lib.linux-armv7l-3.3/falcon/http_error.cpython-33m.so cythoning falcon/exceptions.py to falcon/exceptions.c building 'falcon.exceptions' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/usr/include/python3.3m -c falcon/exceptions.c -o build/temp.linux-armv7l-3.3/falcon/exceptions.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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-3.3/falcon/exceptions.o -L/usr/lib -lpython3.3m -o build/lib.linux-armv7l-3.3/falcon/exceptions.cpython-33m.so + popd ~/build/BUILD/falcon-0.1.7 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.c8MIoL + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm ++ dirname /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm + cd falcon-0.1.7 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm running install running install_lib creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/request.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/exceptions.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/request_helpers.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/request_helpers.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/response.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/status_codes.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/response_helpers.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/http_error.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/api.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/exceptions.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/request.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/util.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/http_error.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/api_helpers.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/response_helpers.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/responders.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/api.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench copying build/lib.linux-armv7l-2.7/falcon/bench/create.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-armv7l-2.7/falcon/bench/queues/stats.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-armv7l-2.7/falcon/bench/queues/api.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-armv7l-2.7/falcon/bench/queues/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-armv7l-2.7/falcon/bench/queues/messages.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-armv7l-2.7/falcon/bench/queues/queues.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-armv7l-2.7/falcon/bench/queues/claims.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/queues copying build/lib.linux-armv7l-2.7/falcon/bench/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench copying build/lib.linux-armv7l-2.7/falcon/bench/bench.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/public creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/public/css copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/public/css/style.css -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/public/css creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/public/images copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/public/images/logo.png -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/public/images copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/setup.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/app.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/model copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/model/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/model creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/templates copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/templates/error.html -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/templates copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/templates/index.html -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/templates copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/templates/layout.html -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/templates copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/controllers copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/controllers/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/controllers copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/controllers/root.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/controllers creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/tests/test_functional.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/tests/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/tests/test_units.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/nuts/tests/config.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/setup.cfg -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/config.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts copying build/lib.linux-armv7l-2.7/falcon/bench/nuts/MANIFEST.in -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts copying build/lib.linux-armv7l-2.7/falcon/api_helpers.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/testing copying build/lib.linux-armv7l-2.7/falcon/testing/helpers.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/testing copying build/lib.linux-armv7l-2.7/falcon/testing/resource.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/testing copying build/lib.linux-armv7l-2.7/falcon/testing/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/testing copying build/lib.linux-armv7l-2.7/falcon/testing/base.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/testing copying build/lib.linux-armv7l-2.7/falcon/testing/srmock.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/testing copying build/lib.linux-armv7l-2.7/falcon/version.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon copying build/lib.linux-armv7l-2.7/falcon/responders.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/test_wsgi.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/test_headers.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/test_response_body.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/test_before_hooks.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/test_hello.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/test_request_body.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/dump_wsgi.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/test_http_method_routing.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/test_wsgi_errors.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/test_type_error.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/test_example.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/test_uri_templates.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/test_req_vars.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/test_after_hooks.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/test_httperror.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/test_query_params.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/tests/test_utils.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests copying build/lib.linux-armv7l-2.7/falcon/hooks.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/cmd copying build/lib.linux-armv7l-2.7/falcon/cmd/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/cmd copying build/lib.linux-armv7l-2.7/falcon/cmd/bench.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/cmd copying build/lib.linux-armv7l-2.7/falcon/response.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/request.py to request.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/request_helpers.py to request_helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/status_codes.py to status_codes.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/response_helpers.py to response_helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/http_error.py to http_error.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/create.py to create.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/queues/stats.py to stats.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/queues/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/queues/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/queues/messages.py to messages.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/queues/queues.py to queues.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/queues/claims.py to claims.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/bench.py to bench.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/setup.py to setup.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/app.py to app.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/model/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/controllers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/controllers/root.py to root.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/tests/test_functional.py to test_functional.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/tests/test_units.py to test_units.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/nuts/tests/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/bench/nuts/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/api_helpers.py to api_helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/testing/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/testing/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/testing/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/testing/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/testing/srmock.py to srmock.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/responders.py to responders.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/test_wsgi.py to test_wsgi.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/test_headers.py to test_headers.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/test_response_body.py to test_response_body.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/test_before_hooks.py to test_before_hooks.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/test_hello.py to test_hello.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/test_request_body.py to test_request_body.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/dump_wsgi.py to dump_wsgi.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/test_http_method_routing.py to test_http_method_routing.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/test_wsgi_errors.py to test_wsgi_errors.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/test_type_error.py to test_type_error.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/test_example.py to test_example.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/test_uri_templates.py to test_uri_templates.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/test_req_vars.py to test_req_vars.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/test_after_hooks.py to test_after_hooks.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/test_httperror.py to test_httperror.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/test_query_params.py to test_query_params.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/tests/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/cmd/bench.py to bench.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/response.py to response.pyc writing byte-compilation script '/tmp/tmpXmcRcG.py' /usr/bin/python2 -O /tmp/tmpXmcRcG.py removing /tmp/tmpXmcRcG.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' writing manifest file 'falcon.egg-info/SOURCES.txt' Copying falcon.egg-info to /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon-0.1.7-py2.7.egg-info running install_scripts Installing falcon-bench script to /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/bin + pushd /builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20 ~/build/BUILD/python3-python-falcon-0.1.7-1.fc20 ~/build/BUILD/falcon-0.1.7 + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm running install running install_lib creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3 creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/request.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/request_helpers.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/status_codes.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/exceptions.cpython-33m.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/response_helpers.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/http_error.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/api.cpython-33m.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/api.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/exceptions.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/api_helpers.cpython-33m.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/response.cpython-33m.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/responders.cpython-33m.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/util.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/response_helpers.cpython-33m.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/request.cpython-33m.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/http_error.cpython-33m.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench copying build/lib.linux-armv7l-3.3/falcon/bench/create.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/queues copying build/lib.linux-armv7l-3.3/falcon/bench/queues/stats.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/queues copying build/lib.linux-armv7l-3.3/falcon/bench/queues/api.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/queues copying build/lib.linux-armv7l-3.3/falcon/bench/queues/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/queues copying build/lib.linux-armv7l-3.3/falcon/bench/queues/messages.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/queues copying build/lib.linux-armv7l-3.3/falcon/bench/queues/queues.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/queues copying build/lib.linux-armv7l-3.3/falcon/bench/queues/claims.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/queues copying build/lib.linux-armv7l-3.3/falcon/bench/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench copying build/lib.linux-armv7l-3.3/falcon/bench/bench.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/public creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/public/css copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/public/css/style.css -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/public/css creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/public/images copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/public/images/logo.png -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/public/images copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/setup.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/app.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/model copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/model/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/model creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/templates copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/templates/error.html -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/templates copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/templates/index.html -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/templates copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/templates/layout.html -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/templates copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/controllers copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/controllers/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/controllers copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/controllers/root.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/controllers creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/tests/test_functional.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/tests/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/tests/test_units.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/nuts/tests/config.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/tests copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/setup.cfg -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/config.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts copying build/lib.linux-armv7l-3.3/falcon/bench/nuts/MANIFEST.in -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts copying build/lib.linux-armv7l-3.3/falcon/api_helpers.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/testing copying build/lib.linux-armv7l-3.3/falcon/testing/helpers.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/testing copying build/lib.linux-armv7l-3.3/falcon/testing/resource.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/testing copying build/lib.linux-armv7l-3.3/falcon/testing/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/testing copying build/lib.linux-armv7l-3.3/falcon/testing/base.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/testing copying build/lib.linux-armv7l-3.3/falcon/testing/srmock.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/testing copying build/lib.linux-armv7l-3.3/falcon/request_helpers.cpython-33m.so -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/version.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon copying build/lib.linux-armv7l-3.3/falcon/responders.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/test_wsgi.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/test_headers.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/test_response_body.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/test_before_hooks.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/test_hello.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/test_request_body.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/dump_wsgi.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/test_http_method_routing.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/test_wsgi_errors.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/test_type_error.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/test_example.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/test_uri_templates.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/test_req_vars.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/test_after_hooks.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/test_httperror.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/test_query_params.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/tests/test_utils.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests copying build/lib.linux-armv7l-3.3/falcon/hooks.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon creating /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/cmd copying build/lib.linux-armv7l-3.3/falcon/cmd/__init__.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/cmd copying build/lib.linux-armv7l-3.3/falcon/cmd/bench.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/cmd copying build/lib.linux-armv7l-3.3/falcon/response.py -> /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/request.py to request.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/request_helpers.py to request_helpers.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/status_codes.py to status_codes.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/response_helpers.py to response_helpers.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/http_error.py to http_error.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/api.py to api.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/exceptions.py to exceptions.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/util.py to util.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/create.py to create.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/queues/stats.py to stats.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/queues/api.py to api.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/queues/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/queues/messages.py to messages.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/queues/queues.py to queues.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/queues/claims.py to claims.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/bench.py to bench.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/setup.py to setup.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/app.py to app.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/model/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/controllers/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/controllers/root.py to root.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/tests/test_functional.py to test_functional.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/tests/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/tests/test_units.py to test_units.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/nuts/tests/config.py to config.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/bench/nuts/config.py to config.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/api_helpers.py to api_helpers.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/testing/helpers.py to helpers.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/testing/resource.py to resource.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/testing/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/testing/base.py to base.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/testing/srmock.py to srmock.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/version.py to version.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/responders.py to responders.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/test_wsgi.py to test_wsgi.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/test_headers.py to test_headers.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/test_response_body.py to test_response_body.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/test_before_hooks.py to test_before_hooks.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/test_hello.py to test_hello.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/test_request_body.py to test_request_body.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/dump_wsgi.py to dump_wsgi.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/test_http_method_routing.py to test_http_method_routing.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/test_wsgi_errors.py to test_wsgi_errors.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/test_type_error.py to test_type_error.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/test_example.py to test_example.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/test_uri_templates.py to test_uri_templates.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/test_req_vars.py to test_req_vars.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/test_after_hooks.py to test_after_hooks.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/test_httperror.py to test_httperror.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/test_query_params.py to test_query_params.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/tests/test_utils.py to test_utils.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/hooks.py to hooks.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/cmd/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/cmd/bench.py to bench.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/response.py to response.cpython-33.pyc writing byte-compilation script '/tmp/tmp9jucku.py' /usr/bin/python3 -O /tmp/tmp9jucku.py removing /tmp/tmp9jucku.py running install_egg_info running egg_info writing top-level names to falcon.egg-info/top_level.txt writing dependency_links to falcon.egg-info/dependency_links.txt writing requirements to falcon.egg-info/requires.txt writing falcon.egg-info/PKG-INFO writing entry points to falcon.egg-info/entry_points.txt reading manifest file 'falcon.egg-info/SOURCES.txt' writing manifest file 'falcon.egg-info/SOURCES.txt' Copying falcon.egg-info to /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon-0.1.7-py3.3.egg-info running install_scripts Installing falcon-bench script to /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/bin + popd ~/build/BUILD/falcon-0.1.7 + rm /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm//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.1.7 extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/exceptions.cpython-33m.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/api.cpython-33m.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/api_helpers.cpython-33m.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/response.cpython-33m.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/responders.cpython-33m.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/response_helpers.cpython-33m.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/request.cpython-33m.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/http_error.cpython-33m.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/site-packages/falcon/request_helpers.cpython-33m.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/exceptions.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/request_helpers.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/response.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/request.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/http_error.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/api_helpers.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/response_helpers.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/responders.so extracting debug info from /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python2.7/site-packages/falcon/api.so /usr/lib/rpm/sepdebugcrcfix: Updated 18 CRC32s, 0 CRC32s did match. 9283 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.1.7-1.fc20.arm/usr/lib/python2.7/ using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/lib/python3.3/ using /usr/bin/python3.3 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.L5lUUE + umask 022 + cd /builddir/build/BUILD + cd falcon-0.1.7 + /usr/bin/python2 setup.py test running test 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' writing manifest file 'falcon.egg-info/SOURCES.txt' running build_ext skipping 'falcon/api.c' Cython extension (up-to-date) building 'falcon.api' 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c falcon/api.c -o build/temp.linux-armv7l-2.7/falcon/api.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-2.7/falcon/api.o -L/usr/lib -lpython2.7 -o /builddir/build/BUILD/falcon-0.1.7/falcon/api.so skipping 'falcon/api_helpers.c' Cython extension (up-to-date) 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c falcon/api_helpers.c -o build/temp.linux-armv7l-2.7/falcon/api_helpers.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-2.7/falcon/api_helpers.o -L/usr/lib -lpython2.7 -o /builddir/build/BUILD/falcon-0.1.7/falcon/api_helpers.so skipping 'falcon/request.c' Cython extension (up-to-date) 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c falcon/request.c -o build/temp.linux-armv7l-2.7/falcon/request.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-2.7/falcon/request.o -L/usr/lib -lpython2.7 -o /builddir/build/BUILD/falcon-0.1.7/falcon/request.so skipping 'falcon/request_helpers.c' Cython extension (up-to-date) 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c falcon/request_helpers.c -o build/temp.linux-armv7l-2.7/falcon/request_helpers.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-2.7/falcon/request_helpers.o -L/usr/lib -lpython2.7 -o /builddir/build/BUILD/falcon-0.1.7/falcon/request_helpers.so skipping 'falcon/response.c' Cython extension (up-to-date) 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c falcon/response.c -o build/temp.linux-armv7l-2.7/falcon/response.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-2.7/falcon/response.o -L/usr/lib -lpython2.7 -o /builddir/build/BUILD/falcon-0.1.7/falcon/response.so skipping 'falcon/response_helpers.c' Cython extension (up-to-date) 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c falcon/response_helpers.c -o build/temp.linux-armv7l-2.7/falcon/response_helpers.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-2.7/falcon/response_helpers.o -L/usr/lib -lpython2.7 -o /builddir/build/BUILD/falcon-0.1.7/falcon/response_helpers.so skipping 'falcon/responders.c' Cython extension (up-to-date) 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c falcon/responders.c -o build/temp.linux-armv7l-2.7/falcon/responders.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-2.7/falcon/responders.o -L/usr/lib -lpython2.7 -o /builddir/build/BUILD/falcon-0.1.7/falcon/responders.so skipping 'falcon/http_error.c' Cython extension (up-to-date) 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c falcon/http_error.c -o build/temp.linux-armv7l-2.7/falcon/http_error.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-2.7/falcon/http_error.o -L/usr/lib -lpython2.7 -o /builddir/build/BUILD/falcon-0.1.7/falcon/http_error.so skipping 'falcon/exceptions.c' Cython extension (up-to-date) building 'falcon.exceptions' 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c falcon/exceptions.c -o build/temp.linux-armv7l-2.7/falcon/exceptions.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-2.7/falcon/exceptions.o -L/usr/lib -lpython2.7 -o /builddir/build/BUILD/falcon-0.1.7/falcon/exceptions.so /usr/lib/python2.7/site-packages/nose/config.py:262: RuntimeWarning: Option 'with-coverage' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python2.7/site-packages/nose/config.py:262: RuntimeWarning: Option 'cover-min-percentage' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python2.7/site-packages/nose/config.py:262: RuntimeWarning: Option 'cover-package' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python2.7/site-packages/nose/config.py:262: RuntimeWarning: Option 'cover-html' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python2.7/site-packages/nose/config.py:262: RuntimeWarning: Option 'cover-html-dir' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python2.7/site-packages/nose/config.py:262: RuntimeWarning: Option 'cover-erase' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python2.7/site-packages/nose/config.py:262: RuntimeWarning: Option 'cover-inclusive' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python2.7/site-packages/nose/config.py:262: RuntimeWarning: Option 'cover-branches' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) test_customized_options (falcon.tests.test_after_hooks.TestHooks) falcon.tests.test_after_hooks.TestHooks.test_customized_options ... ok test_global_hook (falcon.tests.test_after_hooks.TestHooks) falcon.tests.test_after_hooks.TestHooks.test_global_hook ... ok test_multiple_global_hook (falcon.tests.test_after_hooks.TestHooks) falcon.tests.test_after_hooks.TestHooks.test_multiple_global_hook ... ok test_output_validator (falcon.tests.test_after_hooks.TestHooks) falcon.tests.test_after_hooks.TestHooks.test_output_validator ... ok test_serializer (falcon.tests.test_after_hooks.TestHooks) falcon.tests.test_after_hooks.TestHooks.test_serializer ... ok test_wrapped_resource (falcon.tests.test_after_hooks.TestHooks) falcon.tests.test_after_hooks.TestHooks.test_wrapped_resource ... ok test_field_validator (falcon.tests.test_before_hooks.TestHooks) falcon.tests.test_before_hooks.TestHooks.test_field_validator ... ok test_global_hook (falcon.tests.test_before_hooks.TestHooks) falcon.tests.test_before_hooks.TestHooks.test_global_hook ... ok test_input_validator (falcon.tests.test_before_hooks.TestHooks) falcon.tests.test_before_hooks.TestHooks.test_input_validator ... ok test_multiple_global_hook (falcon.tests.test_before_hooks.TestHooks) falcon.tests.test_before_hooks.TestHooks.test_multiple_global_hook ... ok test_param_validator (falcon.tests.test_before_hooks.TestHooks) falcon.tests.test_before_hooks.TestHooks.test_param_validator ... ok test_parser (falcon.tests.test_before_hooks.TestHooks) falcon.tests.test_before_hooks.TestHooks.test_parser ... ok test_wrapped_resource (falcon.tests.test_before_hooks.TestHooks) falcon.tests.test_before_hooks.TestHooks.test_wrapped_resource ... ok test_content_length (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_content_length ... ok test_custom_content_type (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_custom_content_type ... ok test_custom_media_type (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_custom_media_type ... ok test_default_media_type (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_default_media_type ... ok test_default_value (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_default_value ... ok test_host_fallback (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_host_fallback ... ok test_host_fallback_port8000 (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_host_fallback_port8000 ... ok test_no_body_on_100 (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_no_body_on_100 ... ok test_no_body_on_101 (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_no_body_on_101 ... ok test_no_body_on_204 (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_no_body_on_204 ... ok test_no_body_on_304 (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_no_body_on_304 ... ok test_no_content_type (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_no_content_type ... ok test_passthrough_req_headers (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_passthrough_req_headers ... ok test_passthrough_resp_headers (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_passthrough_resp_headers ... ok test_prefer_host_header (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_prefer_host_header ... ok test_required_header (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_required_header ... ok test_response_header_helpers_on_get (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_response_header_helpers_on_get ... ok test_response_header_helpers_on_head (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_response_header_helpers_on_head ... ok test_unicode_location_headers (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_unicode_location_headers ... ok test_vary_header (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_vary_header ... ok test_vary_headers (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_vary_headers ... ok test_vary_headers_tuple (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_vary_headers_tuple ... ok test_vary_star (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_vary_star ... ok test_body (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_body ... ok test_body_bytes (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_body_bytes ... ok test_data (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_data ... ok test_empty_route (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_empty_route ... ok test_env_headers_list_of_tuples (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_env_headers_list_of_tuples ... ok test_no_body_on_head (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_no_body_on_head ... ok test_route_negative (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_route_negative ... ok test_status_not_set (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_status_not_set ... ok test_stream_chunked (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_stream_chunked ... ok test_stream_known_len (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_stream_known_len ... ok test_bogus_method (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_bogus_method ... ok test_default_on_options (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_default_on_options ... ok test_get (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_get ... ok test_get_not_allowed (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_get_not_allowed ... 2013-10-04 01:36:49 [FALCON] [ERROR] GET /things => A responder method could not be found with the correct arguments. ok test_method_not_allowed_with_param (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_method_not_allowed_with_param ... ok test_methods_not_allowed_complex (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_methods_not_allowed_complex ... ok test_methods_not_allowed_simple (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_methods_not_allowed_simple ... ok test_misc (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_misc ... ok test_post (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_post ... ok test_post_not_allowed (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_post_not_allowed ... 2013-10-04 01:36:49 [FALCON] [ERROR] POST /things/42/stuff/57 => A responder method could not be found with the correct arguments. ok test_type_error (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_type_error ... 2013-10-04 01:36:49 [FALCON] [ERROR] GET /faulty => A responder method could not be found with the correct arguments. ok test_unexpected_type_error (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_unexpected_type_error ... ok test_401 (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_401 ... ok test_401_schemaless (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_401_schemaless ... ok test_404 (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_404 ... ok test_405 (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_405 ... ok test_411 (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_411 ... ok test_416_custom_media_type (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_416_custom_media_type ... ok test_416_default_media_type (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_416_default_media_type ... ok test_503 (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_503 ... ok test_base_class (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_base_class ... ok test_client_does_not_accept_anything (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_client_does_not_accept_anything ... ok test_client_does_not_accept_json (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_client_does_not_accept_json ... ok test_epic_fail (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_epic_fail ... ok test_forbidden (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_forbidden ... ok test_misc (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_misc ... ok test_no_description (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_no_description ... ok test_unicode (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_unicode ... ok test_allowed_names (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_allowed_names ... ok test_blank (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_blank ... ok test_boolean (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_boolean ... ok test_int (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_int ... ok test_int_neg (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_int_neg ... ok test_list_transformer (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_list_transformer ... ok test_list_type (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_list_type ... ok test_none (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_none ... ok test_required (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_required ... ok test_simple (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_simple ... ok test_attribute_headers (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_attribute_headers ... ok test_bogus_content_length_nan (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_bogus_content_length_nan ... ok test_bogus_content_length_neg (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_bogus_content_length_neg ... ok test_client_accepts (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_client_accepts ... ok test_client_accepts_props (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_client_accepts_props ... ok test_client_prefers (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_client_prefers ... ok test_content_length (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_content_length ... ok test_content_length_method (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_content_length_method ... ok test_content_type_method (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_content_type_method ... ok test_date (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_date ... ok test_date_invalid (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_date_invalid ... ok test_empty (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_empty ... ok test_empty_path (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_empty_path ... ok test_method (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_method ... ok test_missing_attribute_header (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_missing_attribute_header ... ok test_missing_qs (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_missing_qs ... ok test_range (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_range ... ok test_range_invalid (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_range_invalid ... ok test_reconstruct_url (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_reconstruct_url ... ok test_relative_uri (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_relative_uri ... ok test_uri (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_uri ... ok test_body_stream_wrapper (falcon.tests.test_request_body.TestRequestBody) falcon.tests.test_request_body.TestRequestBody.test_body_stream_wrapper ... ok test_empty_body (falcon.tests.test_request_body.TestRequestBody) falcon.tests.test_request_body.TestRequestBody.test_empty_body ... ok test_read_body (falcon.tests.test_request_body.TestRequestBody) falcon.tests.test_request_body.TestRequestBody.test_read_body ... ok test_read_socket_body (falcon.tests.test_request_body.TestRequestBody) falcon.tests.test_request_body.TestRequestBody.test_read_socket_body ... 127.0.0.1 - - [04/Oct/2013 01:36:50] "POST /echo HTTP/1.1" 200 751 127.0.0.1 - - [04/Oct/2013 01:36:50] "PUT /echo HTTP/1.1" 200 751 ok test_tiny_body (falcon.tests.test_request_body.TestRequestBody) falcon.tests.test_request_body.TestRequestBody.test_tiny_body ... ok test_tiny_body_overflow (falcon.tests.test_request_body.TestRequestBody) falcon.tests.test_request_body.TestRequestBody.test_tiny_body_overflow ... ok test_append_body (falcon.tests.test_response_body.TestResponseBody) falcon.tests.test_response_body.TestResponseBody.test_append_body ... ok test_class_after_wrapper_type_not_callable (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_class_after_wrapper_type_not_callable ... 2013-10-04 01:36:50 [FALCON] [ERROR] GET /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 124, in do_after_all responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 124, in do_after_all responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/tests/test_type_error.py", line 62, in on_get return silly() TypeError: 'bool' object is not callable ok test_class_before_wrapper_type_not_callable (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_class_before_wrapper_type_not_callable ... 2013-10-04 01:36:50 [FALCON] [ERROR] GET /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 70, in do_before_all responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 70, in do_before_all responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/tests/test_type_error.py", line 51, in on_get return silly() TypeError: 'bool' object is not callable ok test_class_mixed_wrapper_type_not_callable (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_class_mixed_wrapper_type_not_callable ... 2013-10-04 01:36:50 [FALCON] [ERROR] GET /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 70, in do_before_all responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 124, in do_after_all responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/tests/test_type_error.py", line 73, in on_get return silly() TypeError: 'bool' object is not callable ok test_double_wrapped_not_enough_init_args (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_double_wrapped_not_enough_init_args ... 2013-10-04 01:36:50 [FALCON] [ERROR] POST /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/tests/test_type_error.py", line 34, in on_post Thinger() TypeError: __init__() takes exactly 2 arguments (1 given) ok test_local_wrapped_not_enough_init_args (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_local_wrapped_not_enough_init_args ... 2013-10-04 01:36:50 [FALCON] [ERROR] POST /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/tests/test_type_error.py", line 34, in on_post Thinger() TypeError: __init__() takes exactly 2 arguments (1 given) 2013-10-04 01:36:50 [FALCON] [ERROR] DELETE /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 88, in do_before_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 88, in do_before_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/tests/test_type_error.py", line 40, in on_delete Thinger() TypeError: __init__() takes exactly 2 arguments (1 given) ok test_not_callable (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_not_callable ... 2013-10-04 01:36:50 [FALCON] [ERROR] GET /typeerror => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) File "/builddir/build/BUILD/falcon-0.1.7/falcon/tests/test_type_error.py", line 20, in on_get return silly() TypeError: 'bool' object is not callable ok test_not_enough_init_args (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_not_enough_init_args ... 2013-10-04 01:36:50 [FALCON] [ERROR] HEAD /typeerror => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) File "/builddir/build/BUILD/falcon-0.1.7/falcon/tests/test_type_error.py", line 24, in on_head Thinger() TypeError: __init__() takes exactly 2 arguments (1 given) ok test_responder_incorrect_argspec (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_responder_incorrect_argspec ... 2013-10-04 01:36:50 [FALCON] [ERROR] PUT /typeerror => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) TypeError: on_put() takes exactly 2 arguments (3 given) ok test_triple_wrapped_not_enough_init_args (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_triple_wrapped_not_enough_init_args ... 2013-10-04 01:36:50 [FALCON] [ERROR] POST /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/tests/test_type_error.py", line 34, in on_post Thinger() TypeError: __init__() takes exactly 2 arguments (1 given) ok test_wrapped_after_not_enough_init_args (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_wrapped_after_not_enough_init_args ... 2013-10-04 01:36:50 [FALCON] [ERROR] POST /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "api_helpers.py", line 281, in falcon.api_helpers._wrap_with_after.do_after (falcon/api_helpers.c:3588) File "api_helpers.py", line 281, in falcon.api_helpers._wrap_with_after.do_after (falcon/api_helpers.c:3588) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/tests/test_type_error.py", line 34, in on_post Thinger() TypeError: __init__() takes exactly 2 arguments (1 given) ok test_wrapped_not_enough_init_args (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_wrapped_not_enough_init_args ... 2013-10-04 01:36:50 [FALCON] [ERROR] POST /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/falcon-0.1.7/falcon/tests/test_type_error.py", line 34, in on_post Thinger() TypeError: __init__() takes exactly 2 arguments (1 given) ok test_empty_path_component (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_empty_path_component ... ok test_multiple (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_multiple ... ok test_no_vars (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_no_vars ... ok test_not_str (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_not_str ... ok test_relative_path (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_relative_path ... ok test_root_path (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_root_path ... ok test_single (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_single ... ok test_single_trailing_slash (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_single_trailing_slash ... ok test_special_chars (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_special_chars ... ok test_dt_to_http (falcon.tests.test_utils.TestFalconUtils) falcon.tests.test_utils.TestFalconUtils.test_dt_to_http ... ok test_http_date_to_dt (falcon.tests.test_utils.TestFalconUtils) falcon.tests.test_utils.TestFalconUtils.test_http_date_to_dt ... ok test_pack_query_params_none (falcon.tests.test_utils.TestFalconUtils) falcon.tests.test_utils.TestFalconUtils.test_pack_query_params_none ... ok test_pack_query_params_one (falcon.tests.test_utils.TestFalconUtils) falcon.tests.test_utils.TestFalconUtils.test_pack_query_params_one ... ok test_pack_query_params_several (falcon.tests.test_utils.TestFalconUtils) falcon.tests.test_utils.TestFalconUtils.test_pack_query_params_several ... ok test_percent_escape (falcon.tests.test_utils.TestFalconUtils) falcon.tests.test_utils.TestFalconUtils.test_percent_escape ... ok test_pep3333 (falcon.tests.test_wsgi.TestWsgi) falcon.tests.test_wsgi.TestWsgi.test_pep3333 ... ok test_srmock (falcon.tests.test_wsgi.TestWsgi) falcon.tests.test_wsgi.TestWsgi.test_srmock ... ok test_responder_logged_bytestring (falcon.tests.test_wsgi_errors.TestWSGIError) falcon.tests.test_wsgi_errors.TestWSGIError.test_responder_logged_bytestring ... ok test_responder_logged_unicode (falcon.tests.test_wsgi_errors.TestWSGIError) falcon.tests.test_wsgi_errors.TestWSGIError.test_responder_logged_unicode ... ok ---------------------------------------------------------------------- Ran 142 tests in 1.440s OK + pushd /builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20 ~/build/BUILD/python3-python-falcon-0.1.7-1.fc20 ~/build/BUILD/falcon-0.1.7 + /usr/bin/python3 setup.py test running test running egg_info writing top-level names to falcon.egg-info/top_level.txt writing dependency_links to falcon.egg-info/dependency_links.txt writing requirements to falcon.egg-info/requires.txt writing falcon.egg-info/PKG-INFO writing entry points to falcon.egg-info/entry_points.txt reading manifest file 'falcon.egg-info/SOURCES.txt' writing manifest file 'falcon.egg-info/SOURCES.txt' running build_ext skipping 'falcon/api.c' Cython extension (up-to-date) building 'falcon.api' extension gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.3m -c falcon/api.c -o build/temp.linux-armv7l-3.3/falcon/api.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-3.3/falcon/api.o -L/usr/lib -lpython3.3m -o /builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/api.cpython-33m.so skipping 'falcon/api_helpers.c' Cython extension (up-to-date) building 'falcon.api_helpers' extension gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.3m -c falcon/api_helpers.c -o build/temp.linux-armv7l-3.3/falcon/api_helpers.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-3.3/falcon/api_helpers.o -L/usr/lib -lpython3.3m -o /builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/api_helpers.cpython-33m.so skipping 'falcon/request.c' Cython extension (up-to-date) building 'falcon.request' extension gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.3m -c falcon/request.c -o build/temp.linux-armv7l-3.3/falcon/request.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-3.3/falcon/request.o -L/usr/lib -lpython3.3m -o /builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/request.cpython-33m.so skipping 'falcon/request_helpers.c' Cython extension (up-to-date) building 'falcon.request_helpers' extension gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.3m -c falcon/request_helpers.c -o build/temp.linux-armv7l-3.3/falcon/request_helpers.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-3.3/falcon/request_helpers.o -L/usr/lib -lpython3.3m -o /builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/request_helpers.cpython-33m.so skipping 'falcon/response.c' Cython extension (up-to-date) building 'falcon.response' extension gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.3m -c falcon/response.c -o build/temp.linux-armv7l-3.3/falcon/response.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-3.3/falcon/response.o -L/usr/lib -lpython3.3m -o /builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/response.cpython-33m.so skipping 'falcon/response_helpers.c' Cython extension (up-to-date) building 'falcon.response_helpers' extension gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.3m -c falcon/response_helpers.c -o build/temp.linux-armv7l-3.3/falcon/response_helpers.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-3.3/falcon/response_helpers.o -L/usr/lib -lpython3.3m -o /builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/response_helpers.cpython-33m.so skipping 'falcon/responders.c' Cython extension (up-to-date) building 'falcon.responders' extension gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.3m -c falcon/responders.c -o build/temp.linux-armv7l-3.3/falcon/responders.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-3.3/falcon/responders.o -L/usr/lib -lpython3.3m -o /builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/responders.cpython-33m.so skipping 'falcon/http_error.c' Cython extension (up-to-date) building 'falcon.http_error' extension gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.3m -c falcon/http_error.c -o build/temp.linux-armv7l-3.3/falcon/http_error.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-3.3/falcon/http_error.o -L/usr/lib -lpython3.3m -o /builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/http_error.cpython-33m.so skipping 'falcon/exceptions.c' Cython extension (up-to-date) building 'falcon.exceptions' extension gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.3m -c falcon/exceptions.c -o build/temp.linux-armv7l-3.3/falcon/exceptions.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-armv7l-3.3/falcon/exceptions.o -L/usr/lib -lpython3.3m -o /builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/exceptions.cpython-33m.so /usr/lib/python3.3/site-packages/nose/config.py:262: RuntimeWarning: Option 'with-coverage' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python3.3/site-packages/nose/config.py:262: RuntimeWarning: Option 'cover-min-percentage' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python3.3/site-packages/nose/config.py:262: RuntimeWarning: Option 'cover-package' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python3.3/site-packages/nose/config.py:262: RuntimeWarning: Option 'cover-html' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python3.3/site-packages/nose/config.py:262: RuntimeWarning: Option 'cover-html-dir' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python3.3/site-packages/nose/config.py:262: RuntimeWarning: Option 'cover-erase' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python3.3/site-packages/nose/config.py:262: RuntimeWarning: Option 'cover-inclusive' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) /usr/lib/python3.3/site-packages/nose/config.py:262: RuntimeWarning: Option 'cover-branches' in config file 'setup.cfg' ignored: excluded by runtime environment warn(msg, RuntimeWarning) test_customized_options (falcon.tests.test_after_hooks.TestHooks) falcon.tests.test_after_hooks.TestHooks.test_customized_options ... ok test_global_hook (falcon.tests.test_after_hooks.TestHooks) falcon.tests.test_after_hooks.TestHooks.test_global_hook ... ok test_multiple_global_hook (falcon.tests.test_after_hooks.TestHooks) falcon.tests.test_after_hooks.TestHooks.test_multiple_global_hook ... ok test_output_validator (falcon.tests.test_after_hooks.TestHooks) falcon.tests.test_after_hooks.TestHooks.test_output_validator ... ok test_serializer (falcon.tests.test_after_hooks.TestHooks) falcon.tests.test_after_hooks.TestHooks.test_serializer ... ok test_wrapped_resource (falcon.tests.test_after_hooks.TestHooks) falcon.tests.test_after_hooks.TestHooks.test_wrapped_resource ... ok test_field_validator (falcon.tests.test_before_hooks.TestHooks) falcon.tests.test_before_hooks.TestHooks.test_field_validator ... ok test_global_hook (falcon.tests.test_before_hooks.TestHooks) falcon.tests.test_before_hooks.TestHooks.test_global_hook ... ok test_input_validator (falcon.tests.test_before_hooks.TestHooks) falcon.tests.test_before_hooks.TestHooks.test_input_validator ... ok test_multiple_global_hook (falcon.tests.test_before_hooks.TestHooks) falcon.tests.test_before_hooks.TestHooks.test_multiple_global_hook ... ok test_param_validator (falcon.tests.test_before_hooks.TestHooks) falcon.tests.test_before_hooks.TestHooks.test_param_validator ... ok test_parser (falcon.tests.test_before_hooks.TestHooks) falcon.tests.test_before_hooks.TestHooks.test_parser ... ok test_wrapped_resource (falcon.tests.test_before_hooks.TestHooks) falcon.tests.test_before_hooks.TestHooks.test_wrapped_resource ... ok test_content_length (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_content_length ... ok test_custom_content_type (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_custom_content_type ... ok test_custom_media_type (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_custom_media_type ... ok test_default_media_type (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_default_media_type ... ok test_default_value (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_default_value ... ok test_host_fallback (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_host_fallback ... ok test_host_fallback_port8000 (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_host_fallback_port8000 ... ok test_no_body_on_100 (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_no_body_on_100 ... ok test_no_body_on_101 (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_no_body_on_101 ... ok test_no_body_on_204 (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_no_body_on_204 ... ok test_no_body_on_304 (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_no_body_on_304 ... ok test_no_content_type (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_no_content_type ... ok test_passthrough_req_headers (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_passthrough_req_headers ... ok test_passthrough_resp_headers (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_passthrough_resp_headers ... ok test_prefer_host_header (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_prefer_host_header ... ok test_required_header (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_required_header ... ok test_response_header_helpers_on_get (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_response_header_helpers_on_get ... ok test_response_header_helpers_on_head (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_response_header_helpers_on_head ... ok test_unicode_location_headers (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_unicode_location_headers ... ok test_vary_header (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_vary_header ... ok test_vary_headers (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_vary_headers ... ok test_vary_headers_tuple (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_vary_headers_tuple ... ok test_vary_star (falcon.tests.test_headers.TestHeaders) falcon.tests.test_headers.TestHeaders.test_vary_star ... ok test_body (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_body ... ok test_body_bytes (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_body_bytes ... ok test_data (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_data ... ok test_empty_route (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_empty_route ... ok test_env_headers_list_of_tuples (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_env_headers_list_of_tuples ... ok test_no_body_on_head (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_no_body_on_head ... ok test_route_negative (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_route_negative ... ok test_status_not_set (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_status_not_set ... ok test_stream_chunked (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_stream_chunked ... ok test_stream_known_len (falcon.tests.test_hello.TestHelloWorld) falcon.tests.test_hello.TestHelloWorld.test_stream_known_len ... ok test_bogus_method (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_bogus_method ... ok test_default_on_options (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_default_on_options ... ok test_get (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_get ... ok test_get_not_allowed (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_get_not_allowed ... 2013-10-04 01:37:53 [FALCON] [ERROR] GET /things => A responder method could not be found with the correct arguments. ok test_method_not_allowed_with_param (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_method_not_allowed_with_param ... ok test_methods_not_allowed_complex (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_methods_not_allowed_complex ... ok test_methods_not_allowed_simple (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_methods_not_allowed_simple ... ok test_misc (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_misc ... ok test_post (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_post ... ok test_post_not_allowed (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_post_not_allowed ... 2013-10-04 01:37:53 [FALCON] [ERROR] POST /things/42/stuff/57 => A responder method could not be found with the correct arguments. ok test_type_error (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_type_error ... 2013-10-04 01:37:53 [FALCON] [ERROR] GET /faulty => A responder method could not be found with the correct arguments. ok test_unexpected_type_error (falcon.tests.test_http_method_routing.TestHttpMethodRouting) falcon.tests.test_http_method_routing.TestHttpMethodRouting.test_unexpected_type_error ... ok test_401 (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_401 ... ok test_401_schemaless (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_401_schemaless ... ok test_404 (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_404 ... ok test_405 (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_405 ... ok test_411 (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_411 ... ok test_416_custom_media_type (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_416_custom_media_type ... ok test_416_default_media_type (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_416_default_media_type ... ok test_503 (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_503 ... ok test_base_class (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_base_class ... ok test_client_does_not_accept_anything (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_client_does_not_accept_anything ... ok test_client_does_not_accept_json (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_client_does_not_accept_json ... ok test_epic_fail (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_epic_fail ... ok test_forbidden (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_forbidden ... ok test_misc (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_misc ... ok test_no_description (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_no_description ... ok test_unicode (falcon.tests.test_httperror.TestHTTPError) falcon.tests.test_httperror.TestHTTPError.test_unicode ... ok test_allowed_names (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_allowed_names ... ok test_blank (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_blank ... ok test_boolean (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_boolean ... ok test_int (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_int ... ok test_int_neg (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_int_neg ... ok test_list_transformer (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_list_transformer ... ok test_list_type (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_list_type ... ok test_none (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_none ... ok test_required (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_required ... ok test_simple (falcon.tests.test_query_params.TestQueryParams) falcon.tests.test_query_params.TestQueryParams.test_simple ... ok test_attribute_headers (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_attribute_headers ... ok test_bogus_content_length_nan (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_bogus_content_length_nan ... ok test_bogus_content_length_neg (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_bogus_content_length_neg ... ok test_client_accepts (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_client_accepts ... ok test_client_accepts_props (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_client_accepts_props ... ok test_client_prefers (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_client_prefers ... ok test_content_length (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_content_length ... ok test_content_length_method (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_content_length_method ... ok test_content_type_method (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_content_type_method ... ok test_date (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_date ... ok test_date_invalid (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_date_invalid ... ok test_empty (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_empty ... ok test_empty_path (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_empty_path ... ok test_method (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_method ... ok test_missing_attribute_header (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_missing_attribute_header ... ok test_missing_qs (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_missing_qs ... ok test_range (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_range ... ok test_range_invalid (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_range_invalid ... ok test_reconstruct_url (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_reconstruct_url ... ok test_relative_uri (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_relative_uri ... ok test_uri (falcon.tests.test_req_vars.TestReqVars) falcon.tests.test_req_vars.TestReqVars.test_uri ... ok test_body_stream_wrapper (falcon.tests.test_request_body.TestRequestBody) falcon.tests.test_request_body.TestRequestBody.test_body_stream_wrapper ... ok test_empty_body (falcon.tests.test_request_body.TestRequestBody) falcon.tests.test_request_body.TestRequestBody.test_empty_body ... ok test_read_body (falcon.tests.test_request_body.TestRequestBody) falcon.tests.test_request_body.TestRequestBody.test_read_body ... ok test_read_socket_body (falcon.tests.test_request_body.TestRequestBody) falcon.tests.test_request_body.TestRequestBody.test_read_socket_body ... /usr/lib/python3.3/site-packages/urllib3/connectionpool.py:239: DeprecationWarning: the 'strict' argument isn't supported anymore; http.client now always assumes HTTP/1.x compliant servers. strict=self.strict) ok test_tiny_body (falcon.tests.test_request_body.TestRequestBody) falcon.tests.test_request_body.TestRequestBody.test_tiny_body ... ok test_tiny_body_overflow (falcon.tests.test_request_body.TestRequestBody) falcon.tests.test_request_body.TestRequestBody.test_tiny_body_overflow ... ok test_append_body (falcon.tests.test_response_body.TestResponseBody) falcon.tests.test_response_body.TestResponseBody.test_append_body ... ok test_class_after_wrapper_type_not_callable (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_class_after_wrapper_type_not_callable ... 2013-10-04 01:37:55 [FALCON] [ERROR] GET /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 124, in do_after_all responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 124, in do_after_all responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/tests/test_type_error.py", line 62, in on_get return silly() TypeError: 'bool' object is not callable ok test_class_before_wrapper_type_not_callable (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_class_before_wrapper_type_not_callable ... 2013-10-04 01:37:55 [FALCON] [ERROR] GET /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 70, in do_before_all responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 70, in do_before_all responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/tests/test_type_error.py", line 51, in on_get return silly() TypeError: 'bool' object is not callable ok test_class_mixed_wrapper_type_not_callable (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_class_mixed_wrapper_type_not_callable ... 2013-10-04 01:37:55 [FALCON] [ERROR] GET /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 70, in do_before_all responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 124, in do_after_all responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/tests/test_type_error.py", line 73, in on_get return silly() TypeError: 'bool' object is not callable ok test_double_wrapped_not_enough_init_args (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_double_wrapped_not_enough_init_args ... 2013-10-04 01:37:55 [FALCON] [ERROR] POST /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/tests/test_type_error.py", line 34, in on_post Thinger() TypeError: __init__() missing 1 required positional argument: 'number' ok test_local_wrapped_not_enough_init_args (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_local_wrapped_not_enough_init_args ... 2013-10-04 01:37:55 [FALCON] [ERROR] POST /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/tests/test_type_error.py", line 34, in on_post Thinger() TypeError: __init__() missing 1 required positional argument: 'number' 2013-10-04 01:37:55 [FALCON] [ERROR] DELETE /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 88, in do_before_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 88, in do_before_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/tests/test_type_error.py", line 40, in on_delete Thinger() TypeError: __init__() missing 1 required positional argument: 'number' ok test_not_callable (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_not_callable ... 2013-10-04 01:37:55 [FALCON] [ERROR] GET /typeerror => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/tests/test_type_error.py", line 20, in on_get return silly() TypeError: 'bool' object is not callable ok test_not_enough_init_args (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_not_enough_init_args ... 2013-10-04 01:37:55 [FALCON] [ERROR] HEAD /typeerror => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/tests/test_type_error.py", line 24, in on_head Thinger() TypeError: __init__() missing 1 required positional argument: 'number' ok test_responder_incorrect_argspec (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_responder_incorrect_argspec ... 2013-10-04 01:37:55 [FALCON] [ERROR] PUT /typeerror => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) TypeError: on_put() takes 2 positional arguments but 3 were given ok test_triple_wrapped_not_enough_init_args (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_triple_wrapped_not_enough_init_args ... 2013-10-04 01:37:55 [FALCON] [ERROR] POST /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/tests/test_type_error.py", line 34, in on_post Thinger() TypeError: __init__() missing 1 required positional argument: 'number' ok test_wrapped_after_not_enough_init_args (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_wrapped_after_not_enough_init_args ... 2013-10-04 01:37:55 [FALCON] [ERROR] POST /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "api_helpers.py", line 281, in falcon.api_helpers._wrap_with_after.do_after (falcon/api_helpers.c:3588) File "api_helpers.py", line 281, in falcon.api_helpers._wrap_with_after.do_after (falcon/api_helpers.c:3588) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/tests/test_type_error.py", line 34, in on_post Thinger() TypeError: __init__() missing 1 required positional argument: 'number' ok test_wrapped_not_enough_init_args (falcon.tests.test_type_error.TestTypeError) falcon.tests.test_type_error.TestTypeError.test_wrapped_not_enough_init_args ... 2013-10-04 01:37:55 [FALCON] [ERROR] POST /123/thingy => A responder method (on_*) raised TypeError. Traceback (most recent call last): File "api.py", line 86, in falcon.api.API.__call__ (falcon/api.c:1550) File "api_helpers.py", line 262, in falcon.api_helpers._wrap_with_before.do_before (falcon/api_helpers.c:3277) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/hooks.py", line 142, in do_after_one responder(self, req, resp, **kwargs) File "/builddir/build/BUILD/python3-python-falcon-0.1.7-1.fc20/falcon/tests/test_type_error.py", line 34, in on_post Thinger() TypeError: __init__() missing 1 required positional argument: 'number' ok test_empty_path_component (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_empty_path_component ... ok test_multiple (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_multiple ... ok test_no_vars (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_no_vars ... ok test_not_str (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_not_str ... ok test_relative_path (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_relative_path ... ok test_root_path (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_root_path ... ok test_single (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_single ... ok test_single_trailing_slash (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_single_trailing_slash ... ok test_special_chars (falcon.tests.test_uri_templates.TestUriTemplates) falcon.tests.test_uri_templates.TestUriTemplates.test_special_chars ... ok test_dt_to_http (falcon.tests.test_utils.TestFalconUtils) falcon.tests.test_utils.TestFalconUtils.test_dt_to_http ... ok test_http_date_to_dt (falcon.tests.test_utils.TestFalconUtils) falcon.tests.test_utils.TestFalconUtils.test_http_date_to_dt ... ok test_pack_query_params_none (falcon.tests.test_utils.TestFalconUtils) falcon.tests.test_utils.TestFalconUtils.test_pack_query_params_none ... ok test_pack_query_params_one (falcon.tests.test_utils.TestFalconUtils) falcon.tests.test_utils.TestFalconUtils.test_pack_query_params_one ... ok test_pack_query_params_several (falcon.tests.test_utils.TestFalconUtils) falcon.tests.test_utils.TestFalconUtils.test_pack_query_params_several ... ok test_percent_escape (falcon.tests.test_utils.TestFalconUtils) falcon.tests.test_utils.TestFalconUtils.test_percent_escape ... ok test_pep3333 (falcon.tests.test_wsgi.TestWsgi) falcon.tests.test_wsgi.TestWsgi.test_pep3333 ... ok test_srmock (falcon.tests.test_wsgi.TestWsgi) falcon.tests.test_wsgi.TestWsgi.test_srmock ... ok test_responder_logged_bytestring (falcon.tests.test_wsgi_errors.TestWSGIError) falcon.tests.test_wsgi_errors.TestWSGIError.test_responder_logged_bytestring ... ok test_responder_logged_unicode (falcon.tests.test_wsgi_errors.TestWSGIError) falcon.tests.test_wsgi_errors.TestWSGIError.test_responder_logged_unicode ... SKIP: Test only applies to Python 2 ---------------------------------------------------------------------- Ran 142 tests in 1.522s OK (skipped=1) + popd ~/build/BUILD/falcon-0.1.7 + exit 0 Processing files: python-falcon-0.1.7-1.fc20.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.uFuVW7 + umask 022 + cd /builddir/build/BUILD + cd falcon-0.1.7 + DOCDIR=/builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/share/doc/python-falcon + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/share/doc/python-falcon + cp -pr AUTHORS /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/share/doc/python-falcon + cp -pr CHANGES.md /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/share/doc/python-falcon + cp -pr LICENSE /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/share/doc/python-falcon + cp -pr NOTES.md /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/share/doc/python-falcon + cp -pr README.rst /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/share/doc/python-falcon + exit 0 Provides: python-falcon = 0.1.7-1.fc20 python-falcon(armv7hl-32) = 0.1.7-1.fc20 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-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libpthread.so.0 libpython2.7.so.1.0 python(abi) = 2.7 rtld(GNU_HASH) Processing files: python3-falcon-0.1.7-1.fc20.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eX8ip0 + umask 022 + cd /builddir/build/BUILD + cd falcon-0.1.7 + DOCDIR=/builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/share/doc/python3-falcon + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/share/doc/python3-falcon + cp -pr AUTHORS /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/share/doc/python3-falcon + cp -pr CHANGES.md /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/share/doc/python3-falcon + cp -pr LICENSE /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/share/doc/python3-falcon + cp -pr NOTES.md /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/share/doc/python3-falcon + cp -pr README.rst /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm/usr/share/doc/python3-falcon + exit 0 Provides: python3-falcon = 0.1.7-1.fc20 python3-falcon(armv7hl-32) = 0.1.7-1.fc20 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-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libpthread.so.0 libpython3.3m.so.1.0 python(abi) = 3.3 rtld(GNU_HASH) Processing files: python-falcon-debuginfo-0.1.7-1.fc20.armv7hl Provides: python-falcon-debuginfo = 0.1.7-1.fc20 python-falcon-debuginfo(armv7hl-32) = 0.1.7-1.fc20 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.1.7-1.fc20.arm warning: Could not canonicalize hostname: arm02-builder19.arm.fedoraproject.org Wrote: /builddir/build/RPMS/python-falcon-0.1.7-1.fc20.armv7hl.rpm Wrote: /builddir/build/RPMS/python3-falcon-0.1.7-1.fc20.armv7hl.rpm Wrote: /builddir/build/RPMS/python-falcon-debuginfo-0.1.7-1.fc20.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.wuYwsA + umask 022 + cd /builddir/build/BUILD + cd falcon-0.1.7 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-falcon-0.1.7-1.fc20.arm + exit 0 Child return code was: 0 LEAVE do -->