Mock Version: 1.4.15 Mock Version: 1.4.15 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/python-fastavro.spec'], chrootPath='/var/lib/mock/f30-build-16404590-1174546/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/python-fastavro.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/python-fastavro-0.21.24-1.fc30.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/python-fastavro.spec'], chrootPath='/var/lib/mock/f30-build-16404590-1174546/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/python-fastavro.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sxt5Mx + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf fastavro-0.21.24 + /usr/bin/gzip -dc /builddir/build/SOURCES/fastavro-0.21.24.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd fastavro-0.21.24 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf '*.egg-info' + sed -i /tests_require=/d setup.py + find fastavro/ -name '*.c' -print -delete + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CU0dfR + umask 022 + cd /builddir/build/BUILD + cd fastavro-0.21.24 + export FASTAVRO_USE_CYTHON=1 + FASTAVRO_USE_CYTHON=1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-ppc64le-3.7 creating build/lib.linux-ppc64le-3.7/fastavro copying fastavro/_timezone.py -> build/lib.linux-ppc64le-3.7/fastavro copying fastavro/_schema_common.py -> build/lib.linux-ppc64le-3.7/fastavro copying fastavro/six.py -> build/lib.linux-ppc64le-3.7/fastavro copying fastavro/schema.py -> build/lib.linux-ppc64le-3.7/fastavro copying fastavro/__main__.py -> build/lib.linux-ppc64le-3.7/fastavro copying fastavro/_validation_py.py -> build/lib.linux-ppc64le-3.7/fastavro copying fastavro/__init__.py -> build/lib.linux-ppc64le-3.7/fastavro copying fastavro/_validate_common.py -> build/lib.linux-ppc64le-3.7/fastavro copying fastavro/validation.py -> build/lib.linux-ppc64le-3.7/fastavro copying fastavro/_schema_py.py -> build/lib.linux-ppc64le-3.7/fastavro copying fastavro/_read_py.py -> build/lib.linux-ppc64le-3.7/fastavro copying fastavro/read.py -> build/lib.linux-ppc64le-3.7/fastavro copying fastavro/const.py -> build/lib.linux-ppc64le-3.7/fastavro copying fastavro/_read_common.py -> build/lib.linux-ppc64le-3.7/fastavro copying fastavro/_write_py.py -> build/lib.linux-ppc64le-3.7/fastavro copying fastavro/write.py -> build/lib.linux-ppc64le-3.7/fastavro running build_ext cythoning fastavro/_read.pyx to fastavro/_read.c building 'fastavro._read' extension creating build/temp.linux-ppc64le-3.7 creating build/temp.linux-ppc64le-3.7/fastavro gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c fastavro/_read.c -o build/temp.linux-ppc64le-3.7/fastavro/_read.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64le-3.7/fastavro/_read.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-ppc64le-3.7/fastavro/_read.cpython-37m-ppc64le-linux-gnu.so cythoning fastavro/_schema.pyx to fastavro/_schema.c building 'fastavro._schema' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c fastavro/_schema.c -o build/temp.linux-ppc64le-3.7/fastavro/_schema.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64le-3.7/fastavro/_schema.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-ppc64le-3.7/fastavro/_schema.cpython-37m-ppc64le-linux-gnu.so cythoning fastavro/_six.pyx to fastavro/_six.c building 'fastavro._six' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c fastavro/_six.c -o build/temp.linux-ppc64le-3.7/fastavro/_six.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64le-3.7/fastavro/_six.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-ppc64le-3.7/fastavro/_six.cpython-37m-ppc64le-linux-gnu.so cythoning fastavro/_write.pyx to fastavro/_write.c building 'fastavro._write' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c fastavro/_write.c -o build/temp.linux-ppc64le-3.7/fastavro/_write.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64le-3.7/fastavro/_write.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-ppc64le-3.7/fastavro/_write.cpython-37m-ppc64le-linux-gnu.so cythoning fastavro/_validation.pyx to fastavro/_validation.c building 'fastavro._validation' extension gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c fastavro/_validation.c -o build/temp.linux-ppc64le-3.7/fastavro/_validation.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-ppc64le-3.7/fastavro/_validation.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-ppc64le-3.7/fastavro/_validation.cpython-37m-ppc64le-linux-gnu.so + pushd docs ~/build/BUILD/fastavro-0.21.24/docs ~/build/BUILD/fastavro-0.21.24 + PYTHONPATH=../ + make html man sphinx-build -b html -d _build/doctrees . _build/html Running Sphinx v1.8.4 making output directory... building [mo]: targets for 0 po files that are out of date building [html]: targets for 6 source files that are out of date updating environment: 6 added, 0 changed, 0 removed reading sources... [ 16%] command_line_script reading sources... [ 33%] index reading sources... [ 50%] reader reading sources... [ 66%] schema reading sources... [ 83%] validation reading sources... [100%] writer looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 16%] command_line_script writing output... [ 33%] index writing output... [ 50%] reader writing output... [ 66%] schema writing output... [ 83%] validation writing output... [100%] writer generating indices... genindex writing additional pages... search BUILDSTDERR: copying static files... WARNING: html_static_path entry '/builddir/build/BUILD/fastavro-0.21.24/docs/_static' does not exist done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 1 warning. The HTML pages are in _build/html. Build finished. The HTML pages are in _build/html. sphinx-build -b man -d _build/doctrees . _build/man Running Sphinx v1.8.4 making output directory... loading pickled environment... done building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: 0 added, 0 changed, 0 removed looking for now-outdated files... none found writing... fastavro.1 { reader writer schema validation command_line_script } build succeeded. The manual pages are in _build/man. Build finished. The manual pages are in _build/man. + pushd _build/html ~/build/BUILD/fastavro-0.21.24/docs/_build/html ~/build/BUILD/fastavro-0.21.24/docs ~/build/BUILD/fastavro-0.21.24 + rm .buildinfo -f + sed -i 's/\r$//' objects.inv + iconv -f iso8859-1 -t utf-8 objects.inv + mv -fv objects.inv.conv objects.inv renamed 'objects.inv.conv' -> 'objects.inv' + popd ~/build/BUILD/fastavro-0.21.24/docs ~/build/BUILD/fastavro-0.21.24 + popd ~/build/BUILD/fastavro-0.21.24 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WLQzeO + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le + cd fastavro-0.21.24 + export FASTAVRO_USE_CYTHON=1 + FASTAVRO_USE_CYTHON=1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le running install running install_lib creating /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr creating /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64 creating /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/_timezone.py -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/_schema_common.py -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/six.py -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/schema.py -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/_six.cpython-37m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/__main__.py -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/_read.cpython-37m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/_validation_py.py -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/__init__.py -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/_validate_common.py -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/_validation.cpython-37m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/validation.py -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/_schema_py.py -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/_write.cpython-37m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/_read_py.py -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/read.py -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/const.py -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/_read_common.py -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/_write_py.py -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/write.py -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro copying build/lib.linux-ppc64le-3.7/fastavro/_schema.cpython-37m-ppc64le-linux-gnu.so -> /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_timezone.py to _timezone.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_schema_common.py to _schema_common.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/six.py to six.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/schema.py to schema.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/__main__.py to __main__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_validation_py.py to _validation_py.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_validate_common.py to _validate_common.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/validation.py to validation.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_schema_py.py to _schema_py.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_read_py.py to _read_py.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/read.py to read.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/const.py to const.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_read_common.py to _read_common.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_write_py.py to _write_py.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/write.py to write.cpython-37.pyc writing byte-compilation script '/tmp/tmpjtwrp41t.py' /usr/bin/python3 /tmp/tmpjtwrp41t.py removing /tmp/tmpjtwrp41t.py running install_egg_info running egg_info creating fastavro.egg-info writing fastavro.egg-info/PKG-INFO writing dependency_links to fastavro.egg-info/dependency_links.txt writing entry points to fastavro.egg-info/entry_points.txt writing requirements to fastavro.egg-info/requires.txt writing top-level names to fastavro.egg-info/top_level.txt writing manifest file 'fastavro.egg-info/SOURCES.txt' reading manifest file 'fastavro.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: warning: no files found matching '*' under directory 'conda.recipe' writing manifest file 'fastavro.egg-info/SOURCES.txt' Copying fastavro.egg-info to /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro-0.21.24-py3.7.egg-info running install_scripts Installing fastavro script to /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/bin + install -v -p -D -m 0644 docs/_build/man/fastavro.1 /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/share/man/man1/fastavro.1 install: creating directory '/builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/share' install: creating directory '/builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/share/man' install: creating directory '/builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/share/man/man1' 'docs/_build/man/fastavro.1' -> '/builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/share/man/man1/fastavro.1' + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.21.24-1.fc30 --unique-debug-suffix -0.21.24-1.fc30.ppc64le --unique-debug-src-base python-fastavro-0.21.24-1.fc30.ppc64le --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/fastavro-0.21.24 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_read.cpython-37m-ppc64le-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_six.cpython-37m-ppc64le-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_validation.cpython-37m-ppc64le-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_write.cpython-37m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_six.cpython-37m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_validation.cpython-37m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_write.cpython-37m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_read.cpython-37m-ppc64le-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_schema.cpython-37m-ppc64le-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7/site-packages/fastavro/_schema.cpython-37m-ppc64le-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 5 CRC32s, 0 CRC32s did match. BUILDSTDERR: 5978 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /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 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.4QVl1R + umask 022 + cd /builddir/build/BUILD + cd fastavro-0.21.24 + exit 0 Processing files: python3-fastavro-0.21.24-1.fc30.ppc64le Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.PCxjOV + umask 022 + cd /builddir/build/BUILD + cd fastavro-0.21.24 + LICENSEDIR=/builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/share/licenses/python3-fastavro + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/share/licenses/python3-fastavro + cp -pr NOTICE.txt /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/share/licenses/python3-fastavro + exit 0 Provides: python3-fastavro = 0.21.24-1.fc30 python3-fastavro(ppc-64) = 0.21.24-1.fc30 python3.7dist(fastavro) = 0.21.24 python3dist(fastavro) = 0.21.24 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpython3.7m.so.1.0()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Processing files: python-fastavro-doc-0.21.24-1.fc30.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vpSsD0 + umask 022 + cd /builddir/build/BUILD + cd fastavro-0.21.24 + DOCDIR=/builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/share/doc/python-fastavro-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/share/doc/python-fastavro-doc + cp -pr README.md /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/share/doc/python-fastavro-doc + cp -pr docs/_build/html /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/share/doc/python-fastavro-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Wmvnt5 + umask 022 + cd /builddir/build/BUILD + cd fastavro-0.21.24 + LICENSEDIR=/builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/share/licenses/python-fastavro-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/share/licenses/python-fastavro-doc + cp -pr NOTICE.txt /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le/usr/share/licenses/python-fastavro-doc + exit 0 Provides: python-fastavro-doc = 0.21.24-1.fc30 python-fastavro-doc(ppc-64) = 0.21.24-1.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-fastavro-debugsource-0.21.24-1.fc30.ppc64le Provides: python-fastavro-debugsource = 0.21.24-1.fc30 python-fastavro-debugsource(ppc-64) = 0.21.24-1.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-fastavro-debuginfo-0.21.24-1.fc30.ppc64le Provides: debuginfo(build-id) = 10112eb0286663b8f7073ebaed5492b55725bccc debuginfo(build-id) = 2e2cb70c2eb50d3c92a362028dd4c03e17eceb07 debuginfo(build-id) = 4cd2350e0e7e864dedb0c566bc4c96d4c41a7fa5 debuginfo(build-id) = 5a930e4e7b5f426d3562e466162d47a3b1055676 debuginfo(build-id) = 8162024e1f8ab7e7314f5d331be399dde5166598 python3-fastavro-debuginfo = 0.21.24-1.fc30 python3-fastavro-debuginfo(ppc-64) = 0.21.24-1.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-fastavro-debugsource(ppc-64) = 0.21.24-1.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le Wrote: /builddir/build/RPMS/python3-fastavro-0.21.24-1.fc30.ppc64le.rpm Wrote: /builddir/build/RPMS/python-fastavro-doc-0.21.24-1.fc30.ppc64le.rpm Wrote: /builddir/build/RPMS/python-fastavro-debugsource-0.21.24-1.fc30.ppc64le.rpm Wrote: /builddir/build/RPMS/python3-fastavro-debuginfo-0.21.24-1.fc30.ppc64le.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NOtUHd + umask 022 + cd /builddir/build/BUILD + cd fastavro-0.21.24 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-fastavro-0.21.24-1.fc30.ppc64le + exit 0 Child return code was: 0