Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/python-hug.spec'], timeout=172800env={'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash'}nspawn_args=[]user='mockbuild'gid=425printOutput=Falseshell=Falselogger=chrootPath='/var/lib/mock/f26-build-8760306-758209/root'uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/python-hug.spec'] with env {'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash'} and shell False Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/python-hug-2.3.0-1.fc26.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/python-hug.spec'], timeout=172800env={'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash'}nspawn_args=[]user='mockbuild'gid=425printOutput=Falseshell=Falselogger=chrootPath='/var/lib/mock/f26-build-8760306-758209/root'uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/python-hug.spec'] with env {'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash'} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7zz6YR + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf hug-2.3.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/hug-2.3.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd hug-2.3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf hug.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.smeYLw + umask 022 + cd /builddir/build/BUILD + cd hug-2.3.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' Python detected LC_CTYPE=C: LC_CTYPE & LANG coerced to C.UTF-8 (set another locale or PYTHONCOERCECLOCALE=0 to disable this locale coercion behavior). running build running build_py creating build creating build/lib.linux-ppc64le-3.6 creating build/lib.linux-ppc64le-3.6/hug copying hug/middleware.py -> build/lib.linux-ppc64le-3.6/hug copying hug/decorators.py -> build/lib.linux-ppc64le-3.6/hug copying hug/_version.py -> build/lib.linux-ppc64le-3.6/hug copying hug/format.py -> build/lib.linux-ppc64le-3.6/hug copying hug/transform.py -> build/lib.linux-ppc64le-3.6/hug copying hug/_async.py -> build/lib.linux-ppc64le-3.6/hug copying hug/_empty.py -> build/lib.linux-ppc64le-3.6/hug copying hug/types.py -> build/lib.linux-ppc64le-3.6/hug copying hug/routing.py -> build/lib.linux-ppc64le-3.6/hug copying hug/api.py -> build/lib.linux-ppc64le-3.6/hug copying hug/__init__.py -> build/lib.linux-ppc64le-3.6/hug copying hug/input_format.py -> build/lib.linux-ppc64le-3.6/hug copying hug/test.py -> build/lib.linux-ppc64le-3.6/hug copying hug/directives.py -> build/lib.linux-ppc64le-3.6/hug copying hug/output_format.py -> build/lib.linux-ppc64le-3.6/hug copying hug/validate.py -> build/lib.linux-ppc64le-3.6/hug copying hug/authentication.py -> build/lib.linux-ppc64le-3.6/hug copying hug/redirect.py -> build/lib.linux-ppc64le-3.6/hug copying hug/exceptions.py -> build/lib.linux-ppc64le-3.6/hug copying hug/defaults.py -> build/lib.linux-ppc64le-3.6/hug copying hug/development_runner.py -> build/lib.linux-ppc64le-3.6/hug copying hug/interface.py -> build/lib.linux-ppc64le-3.6/hug copying hug/store.py -> build/lib.linux-ppc64le-3.6/hug copying hug/route.py -> build/lib.linux-ppc64le-3.6/hug copying hug/use.py -> build/lib.linux-ppc64le-3.6/hug copying hug/introspect.py -> build/lib.linux-ppc64le-3.6/hug running build_ext cythoning hug/middleware.py to hug/middleware.c building 'hug.middleware' extension creating build/temp.linux-ppc64le-3.6 creating build/temp.linux-ppc64le-3.6/hug gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/middleware.c -o build/temp.linux-ppc64le-3.6/hug/middleware.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/middleware.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/middleware.cpython-36m-ppc64le-linux-gnu.so cythoning hug/decorators.py to hug/decorators.c building 'hug.decorators' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/decorators.c -o build/temp.linux-ppc64le-3.6/hug/decorators.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/decorators.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/decorators.cpython-36m-ppc64le-linux-gnu.so cythoning hug/_version.py to hug/_version.c building 'hug._version' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/_version.c -o build/temp.linux-ppc64le-3.6/hug/_version.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/_version.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/_version.cpython-36m-ppc64le-linux-gnu.so cythoning hug/format.py to hug/format.c building 'hug.format' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/format.c -o build/temp.linux-ppc64le-3.6/hug/format.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/format.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/format.cpython-36m-ppc64le-linux-gnu.so cythoning hug/transform.py to hug/transform.c building 'hug.transform' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/transform.c -o build/temp.linux-ppc64le-3.6/hug/transform.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/transform.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/transform.cpython-36m-ppc64le-linux-gnu.so cythoning hug/_async.py to hug/_async.c building 'hug._async' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/_async.c -o build/temp.linux-ppc64le-3.6/hug/_async.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/_async.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/_async.cpython-36m-ppc64le-linux-gnu.so cythoning hug/_empty.py to hug/_empty.c building 'hug._empty' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/_empty.c -o build/temp.linux-ppc64le-3.6/hug/_empty.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/_empty.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/_empty.cpython-36m-ppc64le-linux-gnu.so cythoning hug/types.py to hug/types.c building 'hug.types' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/types.c -o build/temp.linux-ppc64le-3.6/hug/types.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/types.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/types.cpython-36m-ppc64le-linux-gnu.so cythoning hug/routing.py to hug/routing.c building 'hug.routing' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/routing.c -o build/temp.linux-ppc64le-3.6/hug/routing.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/routing.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/routing.cpython-36m-ppc64le-linux-gnu.so cythoning hug/api.py to hug/api.c building 'hug.api' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/api.c -o build/temp.linux-ppc64le-3.6/hug/api.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/api.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/api.cpython-36m-ppc64le-linux-gnu.so cythoning hug/input_format.py to hug/input_format.c building 'hug.input_format' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/input_format.c -o build/temp.linux-ppc64le-3.6/hug/input_format.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/input_format.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/input_format.cpython-36m-ppc64le-linux-gnu.so cythoning hug/test.py to hug/test.c building 'hug.test' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/test.c -o build/temp.linux-ppc64le-3.6/hug/test.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/test.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/test.cpython-36m-ppc64le-linux-gnu.so cythoning hug/directives.py to hug/directives.c building 'hug.directives' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/directives.c -o build/temp.linux-ppc64le-3.6/hug/directives.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/directives.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/directives.cpython-36m-ppc64le-linux-gnu.so cythoning hug/output_format.py to hug/output_format.c building 'hug.output_format' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/output_format.c -o build/temp.linux-ppc64le-3.6/hug/output_format.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/output_format.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/output_format.cpython-36m-ppc64le-linux-gnu.so cythoning hug/validate.py to hug/validate.c building 'hug.validate' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/validate.c -o build/temp.linux-ppc64le-3.6/hug/validate.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/validate.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/validate.cpython-36m-ppc64le-linux-gnu.so cythoning hug/authentication.py to hug/authentication.c building 'hug.authentication' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/authentication.c -o build/temp.linux-ppc64le-3.6/hug/authentication.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/authentication.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/authentication.cpython-36m-ppc64le-linux-gnu.so cythoning hug/redirect.py to hug/redirect.c building 'hug.redirect' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/redirect.c -o build/temp.linux-ppc64le-3.6/hug/redirect.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/redirect.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/redirect.cpython-36m-ppc64le-linux-gnu.so cythoning hug/exceptions.py to hug/exceptions.c building 'hug.exceptions' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/exceptions.c -o build/temp.linux-ppc64le-3.6/hug/exceptions.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/exceptions.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/exceptions.cpython-36m-ppc64le-linux-gnu.so cythoning hug/defaults.py to hug/defaults.c building 'hug.defaults' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/defaults.c -o build/temp.linux-ppc64le-3.6/hug/defaults.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/defaults.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/defaults.cpython-36m-ppc64le-linux-gnu.so cythoning hug/development_runner.py to hug/development_runner.c building 'hug.development_runner' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/development_runner.c -o build/temp.linux-ppc64le-3.6/hug/development_runner.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/development_runner.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/development_runner.cpython-36m-ppc64le-linux-gnu.so cythoning hug/interface.py to hug/interface.c building 'hug.interface' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/interface.c -o build/temp.linux-ppc64le-3.6/hug/interface.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/interface.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/interface.cpython-36m-ppc64le-linux-gnu.so cythoning hug/store.py to hug/store.c building 'hug.store' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/store.c -o build/temp.linux-ppc64le-3.6/hug/store.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/store.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/store.cpython-36m-ppc64le-linux-gnu.so cythoning hug/route.py to hug/route.c building 'hug.route' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/route.c -o build/temp.linux-ppc64le-3.6/hug/route.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/route.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/route.cpython-36m-ppc64le-linux-gnu.so cythoning hug/use.py to hug/use.c building 'hug.use' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/use.c -o build/temp.linux-ppc64le-3.6/hug/use.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/use.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/use.cpython-36m-ppc64le-linux-gnu.so cythoning hug/introspect.py to hug/introspect.c building 'hug.introspect' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -fPIC -I/usr/include/python3.6m -c hug/introspect.c -o build/temp.linux-ppc64le-3.6/hug/introspect.o gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 build/temp.linux-ppc64le-3.6/hug/introspect.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-ppc64le-3.6/hug/introspect.cpython-36m-ppc64le-linux-gnu.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.B8qSx5 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le ++ dirname /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le + cd hug-2.3.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le Python detected LC_CTYPE=C: LC_CTYPE & LANG coerced to C.UTF-8 (set another locale or PYTHONCOERCECLOCALE=0 to disable this locale coercion behavior). running install running install_lib creating /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr creating /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64 creating /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages creating /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/use.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/middleware.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/_async.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/directives.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/decorators.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/_version.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/test.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/format.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/transform.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/_async.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/development_runner.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/_empty.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/types.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/interface.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/redirect.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/routing.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/transform.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/api.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/exceptions.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/__init__.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/input_format.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/test.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/decorators.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/directives.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/output_format.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/introspect.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/validate.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/authentication.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/redirect.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/store.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/routing.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/input_format.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/exceptions.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/_version.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/api.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/output_format.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/middleware.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/defaults.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/authentication.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/development_runner.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/format.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/interface.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/defaults.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/route.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/store.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/types.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/route.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/use.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/introspect.py -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/_empty.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug copying build/lib.linux-ppc64le-3.6/hug/validate.cpython-36m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/middleware.py to middleware.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/decorators.py to decorators.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/_version.py to _version.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/format.py to format.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/transform.py to transform.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/_async.py to _async.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/_empty.py to _empty.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/types.py to types.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/routing.py to routing.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/input_format.py to input_format.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/test.py to test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/directives.py to directives.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/output_format.py to output_format.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/validate.py to validate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/authentication.py to authentication.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/redirect.py to redirect.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/defaults.py to defaults.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/development_runner.py to development_runner.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/interface.py to interface.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/store.py to store.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/route.py to route.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/use.py to use.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/introspect.py to introspect.cpython-36.pyc writing byte-compilation script '/tmp/tmppp1tc5q1.py' /usr/bin/python3 /tmp/tmppp1tc5q1.py removing /tmp/tmppp1tc5q1.py running install_egg_info running egg_info creating hug.egg-info writing hug.egg-info/PKG-INFO writing dependency_links to hug.egg-info/dependency_links.txt writing entry points to hug.egg-info/entry_points.txt writing requirements to hug.egg-info/requires.txt writing top-level names to hug.egg-info/top_level.txt writing manifest file 'hug.egg-info/SOURCES.txt' reading manifest file 'hug.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'hug.egg-info/SOURCES.txt' Copying hug.egg-info to /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug-2.3.0-py3.6.egg-info running install_scripts Installing hug script to /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/bin + /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/hug-2.3.0 extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/use.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/_async.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/directives.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/test.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/development_runner.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/interface.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/redirect.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/transform.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/exceptions.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/decorators.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/introspect.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/store.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/routing.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/input_format.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/_version.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/api.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/output_format.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/middleware.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/authentication.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/format.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/defaults.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/route.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/types.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/_empty.cpython-36m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6/site-packages/hug/validate.cpython-36m-ppc64le-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 25 CRC32s, 0 CRC32s did match. 20251 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib64/python3.6 using /usr/bin/python3.6 Python detected LC_CTYPE=C: LC_CTYPE & LANG coerced to C.UTF-8 (set another locale or PYTHONCOERCECLOCALE=0 to disable this locale coercion behavior). Python detected LC_CTYPE=C: LC_CTYPE & LANG coerced to C.UTF-8 (set another locale or PYTHONCOERCECLOCALE=0 to disable this locale coercion behavior). Bytecompiling .py files below /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/lib/debug/usr/lib64/python3.6 using /usr/bin/python3.6 Python detected LC_CTYPE=C: LC_CTYPE & LANG coerced to C.UTF-8 (set another locale or PYTHONCOERCECLOCALE=0 to disable this locale coercion behavior). Python detected LC_CTYPE=C: LC_CTYPE & LANG coerced to C.UTF-8 (set another locale or PYTHONCOERCECLOCALE=0 to disable this locale coercion behavior). + /usr/lib/rpm/brp-python-hardlink Processing files: python3-hug-2.3.0-1.fc26.ppc64le Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.tbBGHI + umask 022 + cd /builddir/build/BUILD + cd hug-2.3.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/share/licenses/python3-hug + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/share/licenses/python3-hug + cp -pr LICENSE /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le/usr/share/licenses/python3-hug + exit 0 Provides: python3-hug = 2.3.0-1.fc26 python3-hug(ppc-64) = 2.3.0-1.fc26 python3.6dist(hug) = 2.3.0 python3dist(hug) = 2.3.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpython3.6m.so.1.0()(64bit) python(abi) = 3.6 rtld(GNU_HASH) Processing files: python-hug-debuginfo-2.3.0-1.fc26.ppc64le Provides: python-hug-debuginfo = 2.3.0-1.fc26 python-hug-debuginfo(ppc-64) = 2.3.0-1.fc26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le Wrote: /builddir/build/RPMS/python3-hug-2.3.0-1.fc26.ppc64le.rpm Wrote: /builddir/build/RPMS/python-hug-debuginfo-2.3.0-1.fc26.ppc64le.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Pf7iNq + umask 022 + cd /builddir/build/BUILD + cd hug-2.3.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-hug-2.3.0-1.fc26.ppc64le + exit 0 Child return code was: 0