Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-fastavro.spec'], chrootPath='/var/lib/mock/f33-build-137176-41978/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': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --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': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580601600 Wrote: /builddir/build/SRPMS/python-fastavro-0.22.9-1.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-fastavro.spec'], chrootPath='/var/lib/mock/f33-build-137176-41978/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': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --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': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580601600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5e6FMf + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf fastavro-0.22.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/fastavro-0.22.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd fastavro-0.22.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf fastavro.egg-info + sed -i /tests_require=/d setup.py + find fastavro/ -name '*.c' -print -delete fastavro/_logical_writers.c fastavro/_write.c fastavro/_validation.c fastavro/_schema.c fastavro/_read.c fastavro/_six.c + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vHV2Yb + umask 022 + cd /builddir/build/BUILD + cd fastavro-0.22.9 + 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 -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-riscv64-3.8 creating build/lib.linux-riscv64-3.8/fastavro copying fastavro/_timezone.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/write.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/_schema_common.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/validation.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/json_write.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/schema.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/_schema_py.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/_validation_py.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/_read_py.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/_read_common.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/_write_py.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/__main__.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/read.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/logical_writers.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/__init__.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/_logical_writers_py.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/json_read.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/const.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/_validate_common.py -> build/lib.linux-riscv64-3.8/fastavro copying fastavro/six.py -> build/lib.linux-riscv64-3.8/fastavro creating build/lib.linux-riscv64-3.8/fastavro/io copying fastavro/io/binary_encoder.py -> build/lib.linux-riscv64-3.8/fastavro/io copying fastavro/io/json_decoder.py -> build/lib.linux-riscv64-3.8/fastavro/io copying fastavro/io/binary_decoder.py -> build/lib.linux-riscv64-3.8/fastavro/io copying fastavro/io/parser.py -> build/lib.linux-riscv64-3.8/fastavro/io copying fastavro/io/symbols.py -> build/lib.linux-riscv64-3.8/fastavro/io copying fastavro/io/json_encoder.py -> build/lib.linux-riscv64-3.8/fastavro/io copying fastavro/io/__init__.py -> build/lib.linux-riscv64-3.8/fastavro/io running build_ext cythoning fastavro/_read.pyx to fastavro/_read.c cythoning fastavro/_schema.pyx to fastavro/_schema.c cythoning fastavro/_six.pyx to fastavro/_six.c cythoning fastavro/_write.pyx to fastavro/_write.c cythoning fastavro/_validation.pyx to fastavro/_validation.c cythoning fastavro/_logical_writers.pyx to fastavro/_logical_writers.c building 'fastavro._read' extension creating build/temp.linux-riscv64-3.8 creating build/temp.linux-riscv64-3.8/fastavro gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -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 -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 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.8 -c fastavro/_read.c -o build/temp.linux-riscv64-3.8/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 -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 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/fastavro/_read.o -L/usr/lib64 -o build/lib.linux-riscv64-3.8/fastavro/_read.cpython-38-riscv64-linux-gnu.so building 'fastavro._schema' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -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 -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 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.8 -c fastavro/_schema.c -o build/temp.linux-riscv64-3.8/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 -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 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/fastavro/_schema.o -L/usr/lib64 -o build/lib.linux-riscv64-3.8/fastavro/_schema.cpython-38-riscv64-linux-gnu.so building 'fastavro._six' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -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 -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 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.8 -c fastavro/_six.c -o build/temp.linux-riscv64-3.8/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 -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 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/fastavro/_six.o -L/usr/lib64 -o build/lib.linux-riscv64-3.8/fastavro/_six.cpython-38-riscv64-linux-gnu.so building 'fastavro._write' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -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 -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 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.8 -c fastavro/_write.c -o build/temp.linux-riscv64-3.8/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 -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 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/fastavro/_write.o -L/usr/lib64 -o build/lib.linux-riscv64-3.8/fastavro/_write.cpython-38-riscv64-linux-gnu.so building 'fastavro._validation' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -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 -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 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.8 -c fastavro/_validation.c -o build/temp.linux-riscv64-3.8/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 -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 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/fastavro/_validation.o -L/usr/lib64 -o build/lib.linux-riscv64-3.8/fastavro/_validation.cpython-38-riscv64-linux-gnu.so building 'fastavro._logical_writers' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -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 -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 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.8 -c fastavro/_logical_writers.c -o build/temp.linux-riscv64-3.8/fastavro/_logical_writers.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -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 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.8/fastavro/_logical_writers.o -L/usr/lib64 -o build/lib.linux-riscv64-3.8/fastavro/_logical_writers.cpython-38-riscv64-linux-gnu.so + pushd docs ~/build/BUILD/fastavro-0.22.9/docs ~/build/BUILD/fastavro-0.22.9 + PYTHONPATH=../ + make html man sphinx-build -b html -d _build/doctrees . _build/html Running Sphinx v2.2.2 making output directory... done WARNING: html_static_path entry '_static' does not exist building [mo]: targets for 0 po files that are out of date building [html]: targets for 8 source files that are out of date updating environment: [new config] 8 added, 0 changed, 0 removed reading sources... [ 12%] command_line_script reading sources... [ 25%] index reading sources... [ 37%] json_reader reading sources... [ 50%] json_writer reading sources... [ 62%] reader reading sources... [ 75%] schema reading sources... [ 87%] validation reading sources... [100%] writer looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 12%] command_line_script writing output... [ 25%] index writing output... [ 37%] json_reader writing output... [ 50%] json_writer writing output... [ 62%] reader writing output... [ 75%] schema writing output... [ 87%] validation writing output... [100%] writer generating indices... genindexdone writing additional pages... searchdone copying static files... ... 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 v2.2.2 making output directory... done WARNING: html_static_path entry '_static' does not exist 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 json_reader json_writer schema validation command_line_script } done build succeeded, 1 warning. The manual pages are in _build/man. Build finished. The manual pages are in _build/man. + pushd _build/html ~/build/BUILD/fastavro-0.22.9/docs/_build/html ~/build/BUILD/fastavro-0.22.9/docs ~/build/BUILD/fastavro-0.22.9 + 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.22.9/docs ~/build/BUILD/fastavro-0.22.9 ~/build/BUILD/fastavro-0.22.9 + popd + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.TUYPJc + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64 + cd fastavro-0.22.9 + 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 -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.22.9-1.fc33.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr creating /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8 creating /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages creating /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/_timezone.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/_read.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/write.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/_schema.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/_schema_common.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/validation.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/json_write.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/schema.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/_six.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/_schema_py.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/_validation_py.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/_validation.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/_read_py.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/_read_common.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/_logical_writers.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/_write_py.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/__main__.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/read.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/logical_writers.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/__init__.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/_logical_writers_py.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/json_read.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/const.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/_validate_common.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro creating /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/io copying build/lib.linux-riscv64-3.8/fastavro/io/binary_encoder.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/io copying build/lib.linux-riscv64-3.8/fastavro/io/json_decoder.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/io copying build/lib.linux-riscv64-3.8/fastavro/io/binary_decoder.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/io copying build/lib.linux-riscv64-3.8/fastavro/io/parser.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/io copying build/lib.linux-riscv64-3.8/fastavro/io/symbols.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/io copying build/lib.linux-riscv64-3.8/fastavro/io/json_encoder.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/io copying build/lib.linux-riscv64-3.8/fastavro/io/__init__.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/io copying build/lib.linux-riscv64-3.8/fastavro/_write.cpython-38-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro copying build/lib.linux-riscv64-3.8/fastavro/six.py -> /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_timezone.py to _timezone.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/write.py to write.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_schema_common.py to _schema_common.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/validation.py to validation.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/json_write.py to json_write.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/schema.py to schema.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_schema_py.py to _schema_py.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_validation_py.py to _validation_py.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_read_py.py to _read_py.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_read_common.py to _read_common.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_write_py.py to _write_py.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/__main__.py to __main__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/read.py to read.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/logical_writers.py to logical_writers.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_logical_writers_py.py to _logical_writers_py.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/json_read.py to json_read.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/const.py to const.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_validate_common.py to _validate_common.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/io/binary_encoder.py to binary_encoder.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/io/json_decoder.py to json_decoder.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/io/binary_decoder.py to binary_decoder.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/io/parser.py to parser.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/io/symbols.py to symbols.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/io/json_encoder.py to json_encoder.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/io/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/six.py to six.cpython-38.pyc writing byte-compilation script '/tmp/tmp6agambtq.py' /usr/bin/python3 /tmp/tmp6agambtq.py removing /tmp/tmp6agambtq.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' 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.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro-0.22.9-py3.8.egg-info running install_scripts Installing fastavro script to /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/bin + rm -rfv /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/bin/__pycache__ + install -v -p -D -m 0644 docs/_build/man/fastavro.1 /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/share/man/man1/fastavro.1 install: creating directory '/builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/share' install: creating directory '/builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/share/man' install: creating directory '/builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/share/man/man1' 'docs/_build/man/fastavro.1' -> '/builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/share/man/man1/fastavro.1' + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.22.9-1.fc33 --unique-debug-suffix -0.22.9-1.fc33.riscv64 --unique-debug-src-base python-fastavro-0.22.9-1.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/fastavro-0.22.9 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_logical_writers.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_read.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_six.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_schema.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_six.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_logical_writers.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_schema.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_read.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_validation.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_validation.cpython-38-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_write.cpython-38-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8/site-packages/fastavro/_write.cpython-38-riscv64-linux-gnu.so original debug info size: 5484kB, size after compression: 5332kB /usr/lib/rpm/sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. 6642 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/lib64/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ZacIIc + umask 022 + cd /builddir/build/BUILD + cd fastavro-0.22.9 + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-fastavro-0.22.9-1.fc33.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.d9Wu7a + umask 022 + cd /builddir/build/BUILD + cd fastavro-0.22.9 + LICENSEDIR=/builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/share/licenses/python3-fastavro + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/share/licenses/python3-fastavro + cp -pr NOTICE.txt /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/share/licenses/python3-fastavro + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-fastavro = 0.22.9-1.fc33 python3-fastavro = 0.22.9-1.fc33 python3-fastavro(riscv-64) = 0.22.9-1.fc33 python3.8dist(fastavro) = 0.22.9 python38-fastavro = 0.22.9-1.fc33 python3dist(fastavro) = 0.22.9 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 ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) python(abi) = 3.8 python3.8dist(setuptools) rtld(GNU_HASH) Obsoletes: python-fastavro < 0.22.9-1.fc33 Processing files: python-fastavro-doc-0.22.9-1.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.e1RJRb + umask 022 + cd /builddir/build/BUILD + cd fastavro-0.22.9 + DOCDIR=/builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/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.22.9-1.fc33.riscv64/usr/share/doc/python-fastavro-doc + cp -pr README.md /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/share/doc/python-fastavro-doc + cp -pr docs/_build/html /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/share/doc/python-fastavro-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.yyQr7a + umask 022 + cd /builddir/build/BUILD + cd fastavro-0.22.9 + LICENSEDIR=/builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/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.22.9-1.fc33.riscv64/usr/share/licenses/python-fastavro-doc + cp -pr NOTICE.txt /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64/usr/share/licenses/python-fastavro-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-fastavro-doc = 0.22.9-1.fc33 python-fastavro-doc(riscv-64) = 0.22.9-1.fc33 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.22.9-1.fc33.riscv64 Provides: python-fastavro-debugsource = 0.22.9-1.fc33 python-fastavro-debugsource(riscv-64) = 0.22.9-1.fc33 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.22.9-1.fc33.riscv64 Provides: debuginfo(build-id) = 2ac7999c8686b5db37d85f3e318422fd284ccfdc debuginfo(build-id) = 4f3cb9665a35c38c124372b839d51380fdf870c8 debuginfo(build-id) = 63113a3f3747b3a97a1e85b52cf230b92e57cc36 debuginfo(build-id) = 6d2484d38a50b4bc5918028b2824df0f03b44a8e debuginfo(build-id) = 750f64237b0a55e253e540caf1f1614877b67990 debuginfo(build-id) = df74db034d6f271b6dd366b4a619ecda2338a053 python3-fastavro-debuginfo = 0.22.9-1.fc33 python3-fastavro-debuginfo(riscv-64) = 0.22.9-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-fastavro-debugsource(riscv-64) = 0.22.9-1.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64 Wrote: /builddir/build/RPMS/python3-fastavro-0.22.9-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python-fastavro-debugsource-0.22.9-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python-fastavro-doc-0.22.9-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python3-fastavro-debuginfo-0.22.9-1.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.uXkOcb + umask 022 + cd /builddir/build/BUILD + cd fastavro-0.22.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-fastavro-0.22.9-1.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0