Mock Version: 1.4.19 Mock Version: 1.4.19 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-dbfread.spec'], chrootPath='/var/lib/mock/f32-build-17667549-1275593/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-dbfread.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: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1570060800 Wrote: /builddir/build/SRPMS/python-dbfread-2.0.7-13.git300b2d7.fc32.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-dbfread.spec'], chrootPath='/var/lib/mock/f32-build-17667549-1275593/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-dbfread.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: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1570060800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.UgHoMp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dbfread-300b2d7d907388cc3578d3fa4472e0419ccd34b9 + /usr/bin/gzip -dc /builddir/build/SOURCES/dbfread-300b2d7d907388cc3578d3fa4472e0419ccd34b9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dbfread-300b2d7d907388cc3578d3fa4472e0419ccd34b9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i '1{\@^#!/usr/bin/env python@d}' examples/custom_field_type.py examples/dbfinfo.py examples/namedtuples.py examples/pandas_dataframe.py examples/print_csv.py examples/print_invalid_values.py examples/record_objects.py examples/using_dataset.py examples/files/make_example_files.py examples/dbf2sqlite + chmod -x examples/custom_field_type.py examples/dbfinfo.py examples/namedtuples.py examples/pandas_dataframe.py examples/print_csv.py examples/print_invalid_values.py examples/record_objects.py examples/using_dataset.py examples/files/make_example_files.py examples/dbf2sqlite Patch #0 (33.patch): + echo 'Patch #0 (33.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file dbfread/test_read_and_length.py patching file setup.cfg + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.14YGmo + umask 022 + cd /builddir/build/BUILD + cd dbfread-300b2d7d907388cc3578d3fa4472e0419ccd34b9 + 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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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' Warning: 'classifiers' should be a list, got type 'tuple' running build running build_py creating build creating build/lib creating build/lib/dbfread copying dbfread/dbversions.py -> build/lib/dbfread copying dbfread/test_invalid_value.py -> build/lib/dbfread copying dbfread/dbf.py -> build/lib/dbfread copying dbfread/codepages.py -> build/lib/dbfread copying dbfread/__init__.py -> build/lib/dbfread copying dbfread/memo.py -> build/lib/dbfread copying dbfread/deprecated_dbf.py -> build/lib/dbfread copying dbfread/ifiles.py -> build/lib/dbfread copying dbfread/test_read_and_length.py -> build/lib/dbfread copying dbfread/test_field_parser.py -> build/lib/dbfread copying dbfread/exceptions.py -> build/lib/dbfread copying dbfread/field_parser.py -> build/lib/dbfread copying dbfread/test_ifiles.py -> build/lib/dbfread copying dbfread/version.py -> build/lib/dbfread copying dbfread/struct_parser.py -> build/lib/dbfread copying dbfread/test_memo.py -> build/lib/dbfread running egg_info creating dbfread.egg-info writing dbfread.egg-info/PKG-INFO writing dependency_links to dbfread.egg-info/dependency_links.txt writing top-level names to dbfread.egg-info/top_level.txt writing manifest file 'dbfread.egg-info/SOURCES.txt' reading manifest file 'dbfread.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'dbfread.egg-info/SOURCES.txt' + pushd docs + make html SPHINXBUILD=sphinx-build-3.8 ~/build/BUILD/dbfread-300b2d7d907388cc3578d3fa4472e0419ccd34b9/docs ~/build/BUILD/dbfread-300b2d7d907388cc3578d3fa4472e0419ccd34b9 sphinx-build-3.8 -b html -d _build/doctrees . _build/html Running Sphinx v2.1.2 making output directory... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 11 source files that are out of date updating environment: 11 added, 0 changed, 0 removed reading sources... [ 9%] acknowledgements reading sources... [ 18%] api_changes reading sources... [ 27%] changes reading sources... [ 36%] dbf_objects reading sources... [ 45%] exporting_data reading sources... [ 54%] field_types reading sources... [ 63%] index reading sources... [ 72%] installing reading sources... [ 81%] introduction reading sources... [ 90%] license reading sources... [100%] resources looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 9%] acknowledgements writing output... [ 18%] api_changes writing output... [ 27%] changes writing output... [ 36%] dbf_objects writing output... [ 45%] exporting_data writing output... [ 54%] field_types writing output... [ 63%] index writing output... [ 72%] installing writing output... [ 81%] introduction writing output... [ 90%] license writing output... [100%] resources generating indices... genindex writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. The HTML pages are in _build/html. Build finished. The HTML pages are in _build/html. + rm -f _build/html/.buildinfo ~/build/BUILD/dbfread-300b2d7d907388cc3578d3fa4472e0419ccd34b9 + popd + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.GjTSJp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch ++ dirname /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch + cd dbfread-300b2d7d907388cc3578d3fa4472e0419ccd34b9 + 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 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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-dbfread-2.0.7-13.git300b2d7.fc32.noarch Warning: 'classifiers' should be a list, got type 'tuple' running install running install_lib creating /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr creating /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib creating /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8 creating /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages creating /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread copying build/lib/dbfread/dbversions.py -> /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread copying build/lib/dbfread/test_invalid_value.py -> /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread copying build/lib/dbfread/dbf.py -> /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread copying build/lib/dbfread/codepages.py -> /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread copying build/lib/dbfread/__init__.py -> /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread copying build/lib/dbfread/memo.py -> /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread copying build/lib/dbfread/deprecated_dbf.py -> /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread copying build/lib/dbfread/ifiles.py -> /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread copying build/lib/dbfread/test_read_and_length.py -> /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread copying build/lib/dbfread/test_field_parser.py -> /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread copying build/lib/dbfread/exceptions.py -> /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread copying build/lib/dbfread/field_parser.py -> /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread copying build/lib/dbfread/test_ifiles.py -> /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread copying build/lib/dbfread/version.py -> /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread copying build/lib/dbfread/struct_parser.py -> /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread copying build/lib/dbfread/test_memo.py -> /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread byte-compiling /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread/dbversions.py to dbversions.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread/test_invalid_value.py to test_invalid_value.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread/dbf.py to dbf.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread/codepages.py to codepages.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread/memo.py to memo.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread/deprecated_dbf.py to deprecated_dbf.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread/ifiles.py to ifiles.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread/test_read_and_length.py to test_read_and_length.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread/test_field_parser.py to test_field_parser.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread/exceptions.py to exceptions.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread/field_parser.py to field_parser.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread/test_ifiles.py to test_ifiles.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread/version.py to version.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread/struct_parser.py to struct_parser.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread/test_memo.py to test_memo.cpython-38.pyc writing byte-compilation script '/tmp/tmp404pk246.py' /usr/bin/python3 /tmp/tmp404pk246.py removing /tmp/tmp404pk246.py running install_egg_info running egg_info writing dbfread.egg-info/PKG-INFO writing dependency_links to dbfread.egg-info/dependency_links.txt writing top-level names to dbfread.egg-info/top_level.txt reading manifest file 'dbfread.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'dbfread.egg-info/SOURCES.txt' Copying dbfread.egg-info to /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/python3.8/site-packages/dbfread-2.0.7-py3.8.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 2.0.7-13.git300b2d7.fc32 --unique-debug-suffix -2.0.7-13.git300b2d7.fc32.noarch --unique-debug-src-base python-dbfread-2.0.7-13.git300b2d7.fc32.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/dbfread-300b2d7d907388cc3578d3fa4472e0419ccd34b9 find: 'debug': No such file or directory + /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/redhat/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/lib/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.lD0wxo + umask 022 + cd /builddir/build/BUILD + cd dbfread-300b2d7d907388cc3578d3fa4472e0419ccd34b9 + pytest-3.8 ============================= test session starts ============================== platform linux -- Python 3.8.0rc1, pytest-4.6.5, py-1.8.0, pluggy-0.12.0 rootdir: /builddir/build/BUILD/dbfread-300b2d7d907388cc3578d3fa4472e0419ccd34b9, inifile: setup.cfg collected 18 items dbfread/test_field_parser.py ............. [ 72%] dbfread/test_invalid_value.py .. [ 83%] dbfread/test_memo.py . [ 88%] dbfread/test_read_and_length.py .. [100%] ========================== 18 passed in 0.18 seconds =========================== + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-dbfread-2.0.7-13.git300b2d7.fc32.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.X07Jvn + umask 022 + cd /builddir/build/BUILD + cd dbfread-300b2d7d907388cc3578d3fa4472e0419ccd34b9 + DOCDIR=/builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/share/doc/python3-dbfread + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/share/doc/python3-dbfread + cp -pr README.rst /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/share/doc/python3-dbfread + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.JV62Vp + umask 022 + cd /builddir/build/BUILD + cd dbfread-300b2d7d907388cc3578d3fa4472e0419ccd34b9 + LICENSEDIR=/builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/share/licenses/python3-dbfread + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/share/licenses/python3-dbfread + cp -pr LICENSE /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/share/licenses/python3-dbfread + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-dbfread = 2.0.7-13.git300b2d7.fc32 python3-dbfread = 2.0.7-13.git300b2d7.fc32 python3.8dist(dbfread) = 2.0.7 python3dist(dbfread) = 2.0.7 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: python(abi) = 3.8 Obsoletes: python-dbfread < 2.0.7-13.git300b2d7.fc32 Processing files: python-dbfread-doc-2.0.7-13.git300b2d7.fc32.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PYKtMp + umask 022 + cd /builddir/build/BUILD + cd dbfread-300b2d7d907388cc3578d3fa4472e0419ccd34b9 + DOCDIR=/builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/share/doc/python-dbfread-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/share/doc/python-dbfread-doc + cp -pr README.rst /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/share/doc/python-dbfread-doc + cp -pr docs/_build/ /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/share/doc/python-dbfread-doc + cp -pr examples /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/share/doc/python-dbfread-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.u87e0q + umask 022 + cd /builddir/build/BUILD + cd dbfread-300b2d7d907388cc3578d3fa4472e0419ccd34b9 + LICENSEDIR=/builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/share/licenses/python-dbfread-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/share/licenses/python-dbfread-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch/usr/share/licenses/python-dbfread-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-dbfread-doc = 2.0.7-13.git300b2d7.fc32 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-dbfread-2.0.7-13.git300b2d7.fc32.noarch Wrote: /builddir/build/RPMS/python3-dbfread-2.0.7-13.git300b2d7.fc32.noarch.rpm Wrote: /builddir/build/RPMS/python-dbfread-doc-2.0.7-13.git300b2d7.fc32.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8IJ3br + umask 022 + cd /builddir/build/BUILD + cd dbfread-300b2d7d907388cc3578d3fa4472e0419ccd34b9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-dbfread-2.0.7-13.git300b2d7.fc32.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0