Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-mando.spec'], chrootPath='/var/lib/mock/875630-fedora-rawhide-x86_64-1553904883.538618/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=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock']unshare_net=FalseprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '8bc5819410ce4059ab755275d623fc54', '-D', '/var/lib/mock/875630-fedora-rawhide-x86_64-1553904883.538618/root', '-a', '--capability=cap_ipc_lock', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-mando.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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-mando-0.6.4-1.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-mando.spec'], chrootPath='/var/lib/mock/875630-fedora-rawhide-x86_64-1553904883.538618/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=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock']unshare_net=FalseprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'c6f544ebec7c467f98eb0e9ee6b49946', '-D', '/var/lib/mock/875630-fedora-rawhide-x86_64-1553904883.538618/root', '-a', '--capability=cap_ipc_lock', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-mando.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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gdcxjz + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf mando-0.6.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/mando-0.6.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd mando-0.6.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf mando.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.o1wq99 + umask 022 + cd /builddir/build/BUILD + cd mando-0.6.4 + 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' running build running build_py creating build creating build/lib creating build/lib/mando copying mando/core.py -> build/lib/mando copying mando/rst_text_formatter.py -> build/lib/mando copying mando/__init__.py -> build/lib/mando copying mando/utils.py -> build/lib/mando creating build/lib/mando/tests copying mando/tests/test_numpy.py -> build/lib/mando/tests copying mando/tests/run.py -> build/lib/mando/tests copying mando/tests/capture.py -> build/lib/mando/tests copying mando/tests/__init__.py -> build/lib/mando/tests copying mando/tests/test_utils.py -> build/lib/mando/tests copying mando/tests/test_core.py -> build/lib/mando/tests copying mando/tests/test_google.py -> build/lib/mando/tests copying mando/tests/test_unicode_docstring_on_py2.py -> build/lib/mando/tests creating build/lib/mando/napoleon copying mando/napoleon/pycompat.py -> build/lib/mando/napoleon copying mando/napoleon/docstring.py -> build/lib/mando/napoleon copying mando/napoleon/iterators.py -> build/lib/mando/napoleon copying mando/napoleon/__init__.py -> build/lib/mando/napoleon + PYTHONPATH=/builddir/build/BUILD/mando-0.6.4 + sphinx-build-3 docs html Running Sphinx v2.0.0b1 making output directory... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 2 source files that are out of date updating environment: 2 added, 0 changed, 0 removed reading sources... [ 50%] index reading sources... [100%] usage looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 50%] index writing output... [100%] usage generating indices... genindex writing additional pages... search BUILDSTDERR: copying static files... WARNING: html_static_path entry '/builddir/build/BUILD/mando-0.6.4/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 html. + rm -rf html/.doctrees html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.e3kbMQ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64 + cd mando-0.6.4 + 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-mando-0.6.4-1.fc31.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr creating /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7 creating /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages creating /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando creating /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/napoleon copying build/lib/mando/napoleon/__init__.py -> /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/napoleon copying build/lib/mando/napoleon/iterators.py -> /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/napoleon copying build/lib/mando/napoleon/docstring.py -> /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/napoleon copying build/lib/mando/napoleon/pycompat.py -> /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/napoleon creating /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/tests copying build/lib/mando/tests/test_unicode_docstring_on_py2.py -> /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/tests copying build/lib/mando/tests/test_google.py -> /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/tests copying build/lib/mando/tests/test_core.py -> /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/tests copying build/lib/mando/tests/test_utils.py -> /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/tests copying build/lib/mando/tests/__init__.py -> /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/tests copying build/lib/mando/tests/capture.py -> /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/tests copying build/lib/mando/tests/run.py -> /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/tests copying build/lib/mando/tests/test_numpy.py -> /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/tests copying build/lib/mando/utils.py -> /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando copying build/lib/mando/__init__.py -> /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando copying build/lib/mando/rst_text_formatter.py -> /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando copying build/lib/mando/core.py -> /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando byte-compiling /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/napoleon/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/napoleon/iterators.py to iterators.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/napoleon/docstring.py to docstring.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/napoleon/pycompat.py to pycompat.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/tests/test_unicode_docstring_on_py2.py to test_unicode_docstring_on_py2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/tests/test_google.py to test_google.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/tests/test_core.py to test_core.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/tests/test_utils.py to test_utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/tests/capture.py to capture.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/tests/run.py to run.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/tests/test_numpy.py to test_numpy.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/rst_text_formatter.py to rst_text_formatter.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando/core.py to core.cpython-37.pyc writing byte-compilation script '/tmp/tmp628nfncv.py' /usr/bin/python3 /tmp/tmp628nfncv.py removing /tmp/tmp628nfncv.py running install_egg_info running egg_info creating mando.egg-info writing mando.egg-info/PKG-INFO writing dependency_links to mando.egg-info/dependency_links.txt writing requirements to mando.egg-info/requires.txt writing top-level names to mando.egg-info/top_level.txt writing manifest file 'mando.egg-info/SOURCES.txt' reading manifest file 'mando.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'mando.egg-info/SOURCES.txt' Copying mando.egg-info to /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/python3.7/site-packages/mando-0.6.4-py3.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.6.4-1.fc31 --unique-debug-suffix -0.6.4-1.fc31.x86_64 --unique-debug-src-base python-mando-0.6.4-1.fc31.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/mando-0.6.4 BUILDSTDERR: 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/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/lib/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.QaaSwA + umask 022 + cd /builddir/build/BUILD + cd mando-0.6.4 + /usr/bin/python3 setup.py test running test running egg_info writing mando.egg-info/PKG-INFO writing dependency_links to mando.egg-info/dependency_links.txt writing requirements to mando.egg-info/requires.txt writing top-level names to mando.egg-info/top_level.txt reading manifest file 'mando.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'mando.egg-info/SOURCES.txt' running build_ext BUILDSTDERR: test_py2_unicode_literals (mando.tests.test_unicode_docstring_on_py2.Test_unicode_docstring_on_py2) ... ok BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 1 test in 0.001s BUILDSTDERR: OK + exit 0 Processing files: python3-mando-0.6.4-1.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.enC3Sl + umask 022 + cd /builddir/build/BUILD + cd mando-0.6.4 + DOCDIR=/builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/share/doc/python3-mando + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/share/doc/python3-mando + cp -pr README.rst /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/share/doc/python3-mando + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.aLOzg7 + umask 022 + cd /builddir/build/BUILD + cd mando-0.6.4 + LICENSEDIR=/builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/share/licenses/python3-mando + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/share/licenses/python3-mando + cp -pr LICENSE /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/share/licenses/python3-mando + exit 0 Provides: python3-mando = 0.6.4-1.fc31 python3.7dist(mando) = 0.6.4 python3dist(mando) = 0.6.4 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.7 python3.7dist(six) Processing files: python-mando-doc-0.6.4-1.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qxVG4V Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.UOZqUK + umask 022 + cd /builddir/build/BUILD + cd mando-0.6.4 + DOCDIR=/builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/share/doc/python-mando-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/share/doc/python-mando-doc + cp -pr html /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/share/doc/python-mando-doc + exit 0 + umask 022 + cd /builddir/build/BUILD + cd mando-0.6.4 + LICENSEDIR=/builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/share/licenses/python-mando-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/share/licenses/python-mando-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64/usr/share/licenses/python-mando-doc + exit 0 Provides: python-mando-doc = 0.6.4-1.fc31 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-mando-0.6.4-1.fc31.x86_64 Wrote: /builddir/build/RPMS/python3-mando-0.6.4-1.fc31.noarch.rpm Wrote: /builddir/build/RPMS/python-mando-doc-0.6.4-1.fc31.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2mUKLA + umask 022 + cd /builddir/build/BUILD + cd mando-0.6.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-mando-0.6.4-1.fc31.x86_64 + exit 0 Child return code was: 0