Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-cleo.spec'], chrootPath='/var/lib/mock/f31-build-18438260-1315513/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-cleo.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=1575763200 Wrote: /builddir/build/SRPMS/python-cleo-0.7.6-1.fc31.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-cleo.spec'], chrootPath='/var/lib/mock/f31-build-18438260-1315513/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-cleo.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=1575763200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Tqn09f + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cleo-0.7.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/cleo-0.7.6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cleo-0.7.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jRh07e + umask 022 + cd /builddir/build/BUILD + cd cleo-0.7.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/cleo copying cleo/__init__.py -> build/lib/cleo copying cleo/_compat.py -> build/lib/cleo copying cleo/application.py -> build/lib/cleo copying cleo/helpers.py -> build/lib/cleo copying cleo/parser.py -> build/lib/cleo creating build/lib/cleo/commands copying cleo/commands/__init__.py -> build/lib/cleo/commands copying cleo/commands/base_command.py -> build/lib/cleo/commands copying cleo/commands/command.py -> build/lib/cleo/commands copying cleo/commands/completions_command.py -> build/lib/cleo/commands creating build/lib/cleo/commands/completions copying cleo/commands/completions/__init__.py -> build/lib/cleo/commands/completions copying cleo/commands/completions/templates.py -> build/lib/cleo/commands/completions creating build/lib/cleo/config copying cleo/config/__init__.py -> build/lib/cleo/config copying cleo/config/application_config.py -> build/lib/cleo/config creating build/lib/cleo/io copying cleo/io/__init__.py -> build/lib/cleo/io copying cleo/io/buffered_io.py -> build/lib/cleo/io copying cleo/io/console_io.py -> build/lib/cleo/io copying cleo/io/io_mixin.py -> build/lib/cleo/io creating build/lib/cleo/testers copying cleo/testers/__init__.py -> build/lib/cleo/testers copying cleo/testers/application_tester.py -> build/lib/cleo/testers copying cleo/testers/command_tester.py -> build/lib/cleo/testers + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4VTyEf + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch ++ dirname /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch + cd cleo-0.7.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-cleo-0.7.6-1.fc31.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr creating /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib creating /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7 creating /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages creating /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo copying build/lib/cleo/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo copying build/lib/cleo/_compat.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo copying build/lib/cleo/application.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo copying build/lib/cleo/helpers.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo copying build/lib/cleo/parser.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo creating /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/commands copying build/lib/cleo/commands/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/commands copying build/lib/cleo/commands/base_command.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/commands copying build/lib/cleo/commands/command.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/commands copying build/lib/cleo/commands/completions_command.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/commands creating /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/commands/completions copying build/lib/cleo/commands/completions/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/commands/completions copying build/lib/cleo/commands/completions/templates.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/commands/completions creating /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/config copying build/lib/cleo/config/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/config copying build/lib/cleo/config/application_config.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/config creating /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/io copying build/lib/cleo/io/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/io copying build/lib/cleo/io/buffered_io.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/io copying build/lib/cleo/io/console_io.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/io copying build/lib/cleo/io/io_mixin.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/io creating /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/testers copying build/lib/cleo/testers/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/testers copying build/lib/cleo/testers/application_tester.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/testers copying build/lib/cleo/testers/command_tester.py -> /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/testers byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/_compat.py to _compat.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/application.py to application.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/helpers.py to helpers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/parser.py to parser.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/commands/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/commands/base_command.py to base_command.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/commands/command.py to command.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/commands/completions_command.py to completions_command.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/commands/completions/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/commands/completions/templates.py to templates.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/config/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/config/application_config.py to application_config.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/io/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/io/buffered_io.py to buffered_io.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/io/console_io.py to console_io.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/io/io_mixin.py to io_mixin.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/testers/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/testers/application_tester.py to application_tester.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo/testers/command_tester.py to command_tester.cpython-37.pyc writing byte-compilation script '/tmp/tmpfz06vbky.py' /usr/bin/python3 /tmp/tmpfz06vbky.py removing /tmp/tmpfz06vbky.py running install_egg_info running egg_info creating cleo.egg-info writing cleo.egg-info/PKG-INFO writing dependency_links to cleo.egg-info/dependency_links.txt writing requirements to cleo.egg-info/requires.txt writing top-level names to cleo.egg-info/top_level.txt writing manifest file 'cleo.egg-info/SOURCES.txt' reading manifest file 'cleo.egg-info/SOURCES.txt' writing manifest file 'cleo.egg-info/SOURCES.txt' Copying cleo.egg-info to /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7/site-packages/cleo-0.7.6-py3.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 0.7.6-1.fc31 --unique-debug-suffix -0.7.6-1.fc31.noarch --unique-debug-src-base python-cleo-0.7.6-1.fc31.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/cleo-0.7.6 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-cleo-0.7.6-1.fc31.noarch/usr/lib/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-cleo-0.7.6-1.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.unr3uj + umask 022 + cd /builddir/build/BUILD + cd cleo-0.7.6 + DOCDIR=/builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/share/doc/python3-cleo + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/share/doc/python3-cleo + cp -pr README.rst /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/share/doc/python3-cleo + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.BPUnuj + umask 022 + cd /builddir/build/BUILD + cd cleo-0.7.6 + LICENSEDIR=/builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/share/licenses/python3-cleo + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/share/licenses/python3-cleo + cp -pr LICENSE /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch/usr/share/licenses/python3-cleo + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-cleo = 0.7.6-1.fc31 python3-cleo = 0.7.6-1.fc31 python3.7dist(cleo) = 0.7.6 python3dist(cleo) = 0.7.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 python3.7dist(clikit) >= 0.4 python3.7dist(clikit) < 0.5 Obsoletes: python-cleo < 0.7.6-1.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch Wrote: /builddir/build/RPMS/python3-cleo-0.7.6-1.fc31.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NpfcZf + umask 022 + cd /builddir/build/BUILD + cd cleo-0.7.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-cleo-0.7.6-1.fc31.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0