Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-funcparserlib.spec'], chrootPath='/var/lib/mock/874009-fedora-rawhide-x86_64-1553626905.909429/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', '--bind=/tmp/mock-resolv.3f79vlw5:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '6f8034f7c70e4d3bbcc2d6a1dea710ab', '-D', '/var/lib/mock/874009-fedora-rawhide-x86_64-1553626905.909429/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.3f79vlw5:/etc/resolv.conf', '--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-funcparserlib.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-funcparserlib-0.3.6-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-funcparserlib.spec'], chrootPath='/var/lib/mock/874009-fedora-rawhide-x86_64-1553626905.909429/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', '--bind=/tmp/mock-resolv.3f79vlw5:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '341c60f802d54375a9587894ebaa9217', '-D', '/var/lib/mock/874009-fedora-rawhide-x86_64-1553626905.909429/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.3f79vlw5:/etc/resolv.conf', '--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-funcparserlib.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.NZ2teT + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf funcparserlib-0.3.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/funcparserlib-0.3.6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd funcparserlib-0.3.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf funcparserlib.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zV0jrZ + umask 022 + cd /builddir/build/BUILD + cd funcparserlib-0.3.6 + 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/funcparserlib copying funcparserlib/util.py -> build/lib/funcparserlib copying funcparserlib/parser.py -> build/lib/funcparserlib copying funcparserlib/lexer.py -> build/lib/funcparserlib copying funcparserlib/__init__.py -> build/lib/funcparserlib creating build/lib/funcparserlib/tests copying funcparserlib/tests/test_parsing.py -> build/lib/funcparserlib/tests copying funcparserlib/tests/test_json.py -> build/lib/funcparserlib/tests copying funcparserlib/tests/test_dot.py -> build/lib/funcparserlib/tests copying funcparserlib/tests/json.py -> build/lib/funcparserlib/tests copying funcparserlib/tests/dot.py -> build/lib/funcparserlib/tests copying funcparserlib/tests/__init__.py -> build/lib/funcparserlib/tests Fixing build/lib/funcparserlib/util.py build/lib/funcparserlib/parser.py build/lib/funcparserlib/lexer.py build/lib/funcparserlib/__init__.py build/lib/funcparserlib/tests/test_parsing.py build/lib/funcparserlib/tests/test_json.py build/lib/funcparserlib/tests/test_dot.py build/lib/funcparserlib/tests/json.py build/lib/funcparserlib/tests/dot.py build/lib/funcparserlib/tests/__init__.py Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma Fixing build/lib/funcparserlib/util.py build/lib/funcparserlib/parser.py build/lib/funcparserlib/lexer.py build/lib/funcparserlib/__init__.py build/lib/funcparserlib/tests/test_parsing.py build/lib/funcparserlib/tests/test_json.py build/lib/funcparserlib/tests/test_dot.py build/lib/funcparserlib/tests/json.py build/lib/funcparserlib/tests/dot.py build/lib/funcparserlib/tests/__init__.py Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.zLBJza + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64 + cd funcparserlib-0.3.6 + 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-funcparserlib-0.3.6-1.fc31.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr creating /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7 creating /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages creating /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib creating /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib/tests copying build/lib/funcparserlib/tests/__init__.py -> /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib/tests copying build/lib/funcparserlib/tests/dot.py -> /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib/tests copying build/lib/funcparserlib/tests/json.py -> /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib/tests copying build/lib/funcparserlib/tests/test_dot.py -> /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib/tests copying build/lib/funcparserlib/tests/test_json.py -> /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib/tests copying build/lib/funcparserlib/tests/test_parsing.py -> /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib/tests copying build/lib/funcparserlib/__init__.py -> /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib copying build/lib/funcparserlib/lexer.py -> /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib copying build/lib/funcparserlib/parser.py -> /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib copying build/lib/funcparserlib/util.py -> /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib byte-compiling /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib/tests/dot.py to dot.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib/tests/json.py to json.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib/tests/test_dot.py to test_dot.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib/tests/test_json.py to test_json.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib/tests/test_parsing.py to test_parsing.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib/lexer.py to lexer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib/parser.py to parser.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib/util.py to util.cpython-37.pyc writing byte-compilation script '/tmp/tmpff7g_bec.py' /usr/bin/python3 /tmp/tmpff7g_bec.py removing /tmp/tmpff7g_bec.py running install_egg_info running egg_info creating funcparserlib.egg-info writing funcparserlib.egg-info/PKG-INFO writing dependency_links to funcparserlib.egg-info/dependency_links.txt writing top-level names to funcparserlib.egg-info/top_level.txt writing manifest file 'funcparserlib.egg-info/SOURCES.txt' reading manifest file 'funcparserlib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: warning: no files found matching 'requires.txt' writing manifest file 'funcparserlib.egg-info/SOURCES.txt' Copying funcparserlib.egg-info to /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/lib/python3.7/site-packages/funcparserlib-0.3.6-py3.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.3.6-1.fc31 --unique-debug-suffix -0.3.6-1.fc31.x86_64 --unique-debug-src-base python-funcparserlib-0.3.6-1.fc31.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/funcparserlib-0.3.6 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-funcparserlib-0.3.6-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.ZQcbjo + umask 022 + cd /builddir/build/BUILD + cd funcparserlib-0.3.6 + /usr/bin/python2 -m unittest discover funcparserlib.tests BUILDSTDERR: ........................ BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 24 tests in 0.026s BUILDSTDERR: OK + exit 0 Processing files: python3-funcparserlib-0.3.6-1.fc31.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.zPaymC + umask 022 + cd /builddir/build/BUILD + cd funcparserlib-0.3.6 + LICENSEDIR=/builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/share/licenses/python3-funcparserlib + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/share/licenses/python3-funcparserlib + cp -pr LICENSE /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64/usr/share/licenses/python3-funcparserlib + exit 0 Provides: python3-funcparserlib = 0.3.6-1.fc31 python3.7dist(funcparserlib) = 0.3.6 python3dist(funcparserlib) = 0.3.6 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 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64 Wrote: /builddir/build/RPMS/python3-funcparserlib-0.3.6-1.fc31.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.b3pnSS + umask 022 + cd /builddir/build/BUILD + cd funcparserlib-0.3.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-funcparserlib-0.3.6-1.fc31.x86_64 + exit 0 Child return code was: 0