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-cleo.spec'], chrootPath='/var/lib/mock/f32-build-17667238-1275577/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=1570060800 Wrote: /builddir/build/SRPMS/python-cleo-0.6.8-3.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-cleo.spec'], chrootPath='/var/lib/mock/f32-build-17667238-1275577/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=1570060800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.14Kvnz + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cleo-0.6.8 + /usr/bin/gzip -dc /builddir/build/SOURCES/cleo-0.6.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cleo-0.6.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/00-cleo-setup-setuptools.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1sP39C + umask 022 + cd /builddir/build/BUILD + cd cleo-0.6.8 + 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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -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/_compat.py -> build/lib/cleo copying cleo/terminal.py -> build/lib/cleo copying cleo/__init__.py -> build/lib/cleo copying cleo/parser.py -> build/lib/cleo copying cleo/application.py -> build/lib/cleo creating build/lib/cleo/commands copying cleo/commands/help_command.py -> build/lib/cleo/commands copying cleo/commands/completions_command.py -> build/lib/cleo/commands copying cleo/commands/list_command.py -> build/lib/cleo/commands copying cleo/commands/__init__.py -> build/lib/cleo/commands copying cleo/commands/command.py -> build/lib/cleo/commands copying cleo/commands/base_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/descriptors copying cleo/descriptors/json_descriptor.py -> build/lib/cleo/descriptors copying cleo/descriptors/application_description.py -> build/lib/cleo/descriptors copying cleo/descriptors/__init__.py -> build/lib/cleo/descriptors copying cleo/descriptors/descriptor.py -> build/lib/cleo/descriptors copying cleo/descriptors/text_descriptor.py -> build/lib/cleo/descriptors copying cleo/descriptors/markdown_descriptor.py -> build/lib/cleo/descriptors creating build/lib/cleo/exceptions copying cleo/exceptions/exception.py -> build/lib/cleo/exceptions copying cleo/exceptions/input.py -> build/lib/cleo/exceptions copying cleo/exceptions/__init__.py -> build/lib/cleo/exceptions copying cleo/exceptions/command.py -> build/lib/cleo/exceptions creating build/lib/cleo/formatters copying cleo/formatters/formatter.py -> build/lib/cleo/formatters copying cleo/formatters/__init__.py -> build/lib/cleo/formatters creating build/lib/cleo/helpers copying cleo/helpers/progress_helper.py -> build/lib/cleo/helpers copying cleo/helpers/formatter_helper.py -> build/lib/cleo/helpers copying cleo/helpers/question_helper.py -> build/lib/cleo/helpers copying cleo/helpers/progress_bar.py -> build/lib/cleo/helpers copying cleo/helpers/table_helper.py -> build/lib/cleo/helpers copying cleo/helpers/descriptor_helper.py -> build/lib/cleo/helpers copying cleo/helpers/helper_set.py -> build/lib/cleo/helpers copying cleo/helpers/table.py -> build/lib/cleo/helpers copying cleo/helpers/__init__.py -> build/lib/cleo/helpers copying cleo/helpers/table_separator.py -> build/lib/cleo/helpers copying cleo/helpers/table_cell.py -> build/lib/cleo/helpers copying cleo/helpers/helper.py -> build/lib/cleo/helpers copying cleo/helpers/table_style.py -> build/lib/cleo/helpers copying cleo/helpers/progress_indicator.py -> build/lib/cleo/helpers creating build/lib/cleo/inputs copying cleo/inputs/list_input.py -> build/lib/cleo/inputs copying cleo/inputs/argv_input.py -> build/lib/cleo/inputs copying cleo/inputs/input_definition.py -> build/lib/cleo/inputs copying cleo/inputs/input.py -> build/lib/cleo/inputs copying cleo/inputs/input_argument.py -> build/lib/cleo/inputs copying cleo/inputs/api.py -> build/lib/cleo/inputs copying cleo/inputs/__init__.py -> build/lib/cleo/inputs copying cleo/inputs/input_option.py -> build/lib/cleo/inputs creating build/lib/cleo/outputs copying cleo/outputs/output.py -> build/lib/cleo/outputs copying cleo/outputs/stream_output.py -> build/lib/cleo/outputs copying cleo/outputs/console_output.py -> build/lib/cleo/outputs copying cleo/outputs/__init__.py -> build/lib/cleo/outputs copying cleo/outputs/buffered_output.py -> build/lib/cleo/outputs copying cleo/outputs/null_output.py -> build/lib/cleo/outputs creating build/lib/cleo/questions copying cleo/questions/choice_question.py -> build/lib/cleo/questions copying cleo/questions/question.py -> build/lib/cleo/questions copying cleo/questions/__init__.py -> build/lib/cleo/questions copying cleo/questions/confirmation_question.py -> build/lib/cleo/questions creating build/lib/cleo/styles copying cleo/styles/output_style.py -> build/lib/cleo/styles copying cleo/styles/cleo_style.py -> build/lib/cleo/styles copying cleo/styles/__init__.py -> build/lib/cleo/styles creating build/lib/cleo/testers copying cleo/testers/application_tester.py -> build/lib/cleo/testers copying cleo/testers/command_tester.py -> build/lib/cleo/testers copying cleo/testers/__init__.py -> build/lib/cleo/testers creating build/lib/cleo/validators copying cleo/validators/__init__.py -> build/lib/cleo/validators + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yF4eez + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch ++ dirname /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch + cd cleo-0.6.8 + 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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -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.6.8-3.fc32.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr creating /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib creating /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8 creating /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages creating /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo copying build/lib/cleo/_compat.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo creating /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/styles copying build/lib/cleo/styles/output_style.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/styles copying build/lib/cleo/styles/cleo_style.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/styles copying build/lib/cleo/styles/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/styles creating /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/testers copying build/lib/cleo/testers/application_tester.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/testers copying build/lib/cleo/testers/command_tester.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/testers copying build/lib/cleo/testers/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/testers creating /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/formatters copying build/lib/cleo/formatters/formatter.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/formatters copying build/lib/cleo/formatters/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/formatters creating /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/descriptors copying build/lib/cleo/descriptors/json_descriptor.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/descriptors copying build/lib/cleo/descriptors/application_description.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/descriptors copying build/lib/cleo/descriptors/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/descriptors copying build/lib/cleo/descriptors/descriptor.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/descriptors copying build/lib/cleo/descriptors/text_descriptor.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/descriptors copying build/lib/cleo/descriptors/markdown_descriptor.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/descriptors creating /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands copying build/lib/cleo/commands/help_command.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands copying build/lib/cleo/commands/completions_command.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands copying build/lib/cleo/commands/list_command.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands copying build/lib/cleo/commands/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands copying build/lib/cleo/commands/command.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands creating /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands/completions copying build/lib/cleo/commands/completions/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands/completions copying build/lib/cleo/commands/completions/templates.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands/completions copying build/lib/cleo/commands/base_command.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands creating /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/validators copying build/lib/cleo/validators/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/validators creating /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/outputs copying build/lib/cleo/outputs/output.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/outputs copying build/lib/cleo/outputs/stream_output.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/outputs copying build/lib/cleo/outputs/console_output.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/outputs copying build/lib/cleo/outputs/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/outputs copying build/lib/cleo/outputs/buffered_output.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/outputs copying build/lib/cleo/outputs/null_output.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/outputs copying build/lib/cleo/terminal.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo copying build/lib/cleo/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo copying build/lib/cleo/parser.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo copying build/lib/cleo/application.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo creating /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/inputs copying build/lib/cleo/inputs/list_input.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/inputs copying build/lib/cleo/inputs/argv_input.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/inputs copying build/lib/cleo/inputs/input_definition.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/inputs copying build/lib/cleo/inputs/input.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/inputs copying build/lib/cleo/inputs/input_argument.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/inputs copying build/lib/cleo/inputs/api.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/inputs copying build/lib/cleo/inputs/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/inputs copying build/lib/cleo/inputs/input_option.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/inputs creating /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/exceptions copying build/lib/cleo/exceptions/exception.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/exceptions copying build/lib/cleo/exceptions/input.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/exceptions copying build/lib/cleo/exceptions/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/exceptions copying build/lib/cleo/exceptions/command.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/exceptions creating /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/questions copying build/lib/cleo/questions/choice_question.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/questions copying build/lib/cleo/questions/question.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/questions copying build/lib/cleo/questions/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/questions copying build/lib/cleo/questions/confirmation_question.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/questions creating /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers copying build/lib/cleo/helpers/progress_helper.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers copying build/lib/cleo/helpers/formatter_helper.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers copying build/lib/cleo/helpers/question_helper.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers copying build/lib/cleo/helpers/progress_bar.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers copying build/lib/cleo/helpers/table_helper.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers copying build/lib/cleo/helpers/descriptor_helper.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers copying build/lib/cleo/helpers/helper_set.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers copying build/lib/cleo/helpers/table.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers copying build/lib/cleo/helpers/__init__.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers copying build/lib/cleo/helpers/table_separator.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers copying build/lib/cleo/helpers/table_cell.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers copying build/lib/cleo/helpers/helper.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers copying build/lib/cleo/helpers/table_style.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers copying build/lib/cleo/helpers/progress_indicator.py -> /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/_compat.py to _compat.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/styles/output_style.py to output_style.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/styles/cleo_style.py to cleo_style.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/styles/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/testers/application_tester.py to application_tester.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/testers/command_tester.py to command_tester.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/testers/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/formatters/formatter.py to formatter.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/formatters/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/descriptors/json_descriptor.py to json_descriptor.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/descriptors/application_description.py to application_description.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/descriptors/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/descriptors/descriptor.py to descriptor.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/descriptors/text_descriptor.py to text_descriptor.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/descriptors/markdown_descriptor.py to markdown_descriptor.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands/help_command.py to help_command.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands/completions_command.py to completions_command.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands/list_command.py to list_command.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands/command.py to command.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands/completions/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands/completions/templates.py to templates.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/commands/base_command.py to base_command.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/validators/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/outputs/output.py to output.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/outputs/stream_output.py to stream_output.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/outputs/console_output.py to console_output.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/outputs/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/outputs/buffered_output.py to buffered_output.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/outputs/null_output.py to null_output.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/terminal.py to terminal.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/parser.py to parser.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/application.py to application.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/inputs/list_input.py to list_input.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/inputs/argv_input.py to argv_input.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/inputs/input_definition.py to input_definition.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/inputs/input.py to input.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/inputs/input_argument.py to input_argument.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/inputs/api.py to api.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/inputs/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/inputs/input_option.py to input_option.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/exceptions/exception.py to exception.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/exceptions/input.py to input.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/exceptions/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/exceptions/command.py to command.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/questions/choice_question.py to choice_question.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/questions/question.py to question.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/questions/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/questions/confirmation_question.py to confirmation_question.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers/progress_helper.py to progress_helper.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers/formatter_helper.py to formatter_helper.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers/question_helper.py to question_helper.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers/progress_bar.py to progress_bar.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers/table_helper.py to table_helper.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers/descriptor_helper.py to descriptor_helper.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers/helper_set.py to helper_set.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers/table.py to table.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers/table_separator.py to table_separator.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers/table_cell.py to table_cell.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers/helper.py to helper.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers/table_style.py to table_style.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo/helpers/progress_indicator.py to progress_indicator.cpython-38.pyc writing byte-compilation script '/tmp/tmpwubqkhj1.py' /usr/bin/python3 /tmp/tmpwubqkhj1.py removing /tmp/tmpwubqkhj1.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.6.8-3.fc32.noarch/usr/lib/python3.8/site-packages/cleo-0.6.8-py3.8.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j48 --strict-build-id -m -i --build-id-seed 0.6.8-3.fc32 --unique-debug-suffix -0.6.8-3.fc32.noarch --unique-debug-src-base python-cleo-0.6.8-3.fc32.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/cleo-0.6.8 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.6.8-3.fc32.noarch/usr/lib/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-cleo-0.6.8-3.fc32.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tpBn7C + umask 022 + cd /builddir/build/BUILD + cd cleo-0.6.8 + DOCDIR=/builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.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.6.8-3.fc32.noarch/usr/share/doc/python3-cleo + cp -pr README.rst /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/share/doc/python3-cleo + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.U4oN4y + umask 022 + cd /builddir/build/BUILD + cd cleo-0.6.8 + LICENSEDIR=/builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.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.6.8-3.fc32.noarch/usr/share/licenses/python3-cleo + cp -pr LICENSE /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch/usr/share/licenses/python3-cleo + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-cleo = 0.6.8-3.fc32 python3-cleo = 0.6.8-3.fc32 python3.8dist(cleo) = 0.6.8 python3dist(cleo) = 0.6.8 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 python3.8dist(pastel) >= 0.1 python3.8dist(pastel) < 0.2 python3.8dist(pylev) >= 1.3 python3.8dist(pylev) < 2 Obsoletes: python-cleo < 0.6.8-3.fc32 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch Wrote: /builddir/build/RPMS/python3-cleo-0.6.8-3.fc32.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.3ViBZy + umask 022 + cd /builddir/build/BUILD + cd cleo-0.6.8 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-cleo-0.6.8-3.fc32.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0