Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-gertty.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681472466.990484/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-gertty.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-gertty-1.6.0-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-gertty.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681472466.990484/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-gertty.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-gertty-1.6.0-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-gertty.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681472466.990484/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=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-gertty.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 /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DUWdjH + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gertty-1.6.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/gertty-1.6.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd gertty-1.6.0 + /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.FMkHWk + umask 022 + cd /builddir/build/BUILD + cd gertty-1.6.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer. warnings.warn( WARNING: The wheel package is not available. /usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:156: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead warnings.warn( running build running build_py creating build creating build/lib creating build/lib/gertty creating build/lib/gertty/view copying gertty/view/__init__.py -> build/lib/gertty/view copying gertty/view/diff.py -> build/lib/gertty/view copying gertty/view/change.py -> build/lib/gertty/view copying gertty/view/side_diff.py -> build/lib/gertty/view copying gertty/view/change_list.py -> build/lib/gertty/view copying gertty/view/project_list.py -> build/lib/gertty/view copying gertty/view/mouse_scroll_decorator.py -> build/lib/gertty/view copying gertty/view/unified_diff.py -> build/lib/gertty/view creating build/lib/gertty/search copying gertty/search/tokenizer.py -> build/lib/gertty/search copying gertty/search/__init__.py -> build/lib/gertty/search copying gertty/search/parser.py -> build/lib/gertty/search copying gertty/__init__.py -> build/lib/gertty copying gertty/requestsexceptions.py -> build/lib/gertty copying gertty/db.py -> build/lib/gertty copying gertty/mywid.py -> build/lib/gertty copying gertty/keymap.py -> build/lib/gertty copying gertty/palette.py -> build/lib/gertty copying gertty/version.py -> build/lib/gertty copying gertty/dbsupport.py -> build/lib/gertty copying gertty/sync.py -> build/lib/gertty copying gertty/app.py -> build/lib/gertty copying gertty/auth.py -> build/lib/gertty copying gertty/config.py -> build/lib/gertty copying gertty/commentlink.py -> build/lib/gertty copying gertty/gitrepo.py -> build/lib/gertty running egg_info writing gertty.egg-info/PKG-INFO writing dependency_links to gertty.egg-info/dependency_links.txt writing entry points to gertty.egg-info/entry_points.txt writing requirements to gertty.egg-info/requires.txt writing top-level names to gertty.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt copying gertty/alembic.ini -> build/lib/gertty creating build/lib/gertty/alembic copying gertty/alembic/README -> build/lib/gertty/alembic copying gertty/alembic/env.py -> build/lib/gertty/alembic copying gertty/alembic/script.py.mako -> build/lib/gertty/alembic creating build/lib/gertty/alembic/versions copying gertty/alembic/versions/1bb187bcd401_add_query_sync_table.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/1cdd4e2e74c_add_revision_indexes.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/254ac5fc3941_attach_comments_to_files.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/2a11dd14665_fix_account_table.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/312cd5a9f878_add_can_submit_column.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/3610c2543e07_add_conflicts_table.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/37a702b7f58e_add_last_seen_column_to_change.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/38104b4c1b84_added_project_updated_column.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/3cc7e3753dc3_add_hold.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/3d429503a29a_add_draft_fields.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/4388de50824a_add_topic_table.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/44402069e137_initial_schema.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/46b175bfa277_add_pending_actions.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/4a802b741d2f_add_starred.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/4cc9c46f9d8b_add_account_table.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/50344aecd1c2_add_files_table.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/56e48a4a064a_increase_status_field_width.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/725816dc500_add_fetch_ref_column.py -> build/lib/gertty/alembic/versions copying gertty/alembic/versions/7ef7dfa2ca3a_add_change_outdated.py -> build/lib/gertty/alembic/versions + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.B9611M + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64 + cd gertty-1.6.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64 /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer. warnings.warn( WARNING: The wheel package is not available. /usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:156: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead warnings.warn( /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead warnings.warn( running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr creating /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty copying build/lib/gertty/__init__.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty copying build/lib/gertty/requestsexceptions.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty copying build/lib/gertty/db.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty copying build/lib/gertty/mywid.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty copying build/lib/gertty/alembic.ini -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty copying build/lib/gertty/keymap.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty copying build/lib/gertty/palette.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty creating /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/view copying build/lib/gertty/view/__init__.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/view copying build/lib/gertty/view/diff.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/view copying build/lib/gertty/view/change.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/view copying build/lib/gertty/view/side_diff.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/view copying build/lib/gertty/view/change_list.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/view copying build/lib/gertty/view/project_list.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/view copying build/lib/gertty/view/mouse_scroll_decorator.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/view copying build/lib/gertty/view/unified_diff.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/view copying build/lib/gertty/version.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty copying build/lib/gertty/dbsupport.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty copying build/lib/gertty/sync.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty copying build/lib/gertty/app.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty copying build/lib/gertty/auth.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty copying build/lib/gertty/config.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty copying build/lib/gertty/commentlink.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty creating /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic copying build/lib/gertty/alembic/README -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic creating /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/56e48a4a064a_increase_status_field_width.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/4388de50824a_add_topic_table.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/3610c2543e07_add_conflicts_table.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/50344aecd1c2_add_files_table.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/1bb187bcd401_add_query_sync_table.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/46b175bfa277_add_pending_actions.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/312cd5a9f878_add_can_submit_column.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/1cdd4e2e74c_add_revision_indexes.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/254ac5fc3941_attach_comments_to_files.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/7ef7dfa2ca3a_add_change_outdated.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/3d429503a29a_add_draft_fields.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/38104b4c1b84_added_project_updated_column.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/4a802b741d2f_add_starred.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/3cc7e3753dc3_add_hold.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/37a702b7f58e_add_last_seen_column_to_change.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/44402069e137_initial_schema.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/4cc9c46f9d8b_add_account_table.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/2a11dd14665_fix_account_table.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/versions/725816dc500_add_fetch_ref_column.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions copying build/lib/gertty/alembic/env.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic copying build/lib/gertty/alembic/script.py.mako -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic copying build/lib/gertty/gitrepo.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty creating /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/search copying build/lib/gertty/search/tokenizer.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/search copying build/lib/gertty/search/__init__.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/search copying build/lib/gertty/search/parser.py -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/search byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/requestsexceptions.py to requestsexceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/db.py to db.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/mywid.py to mywid.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/keymap.py to keymap.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/palette.py to palette.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/view/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/view/diff.py to diff.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/view/change.py to change.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/view/side_diff.py to side_diff.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/view/change_list.py to change_list.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/view/project_list.py to project_list.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/view/mouse_scroll_decorator.py to mouse_scroll_decorator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/view/unified_diff.py to unified_diff.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/dbsupport.py to dbsupport.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/sync.py to sync.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/app.py to app.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/auth.py to auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/commentlink.py to commentlink.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/56e48a4a064a_increase_status_field_width.py to 56e48a4a064a_increase_status_field_width.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/4388de50824a_add_topic_table.py to 4388de50824a_add_topic_table.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/3610c2543e07_add_conflicts_table.py to 3610c2543e07_add_conflicts_table.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/50344aecd1c2_add_files_table.py to 50344aecd1c2_add_files_table.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/1bb187bcd401_add_query_sync_table.py to 1bb187bcd401_add_query_sync_table.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/46b175bfa277_add_pending_actions.py to 46b175bfa277_add_pending_actions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/312cd5a9f878_add_can_submit_column.py to 312cd5a9f878_add_can_submit_column.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/1cdd4e2e74c_add_revision_indexes.py to 1cdd4e2e74c_add_revision_indexes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/254ac5fc3941_attach_comments_to_files.py to 254ac5fc3941_attach_comments_to_files.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/7ef7dfa2ca3a_add_change_outdated.py to 7ef7dfa2ca3a_add_change_outdated.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/3d429503a29a_add_draft_fields.py to 3d429503a29a_add_draft_fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/38104b4c1b84_added_project_updated_column.py to 38104b4c1b84_added_project_updated_column.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/4a802b741d2f_add_starred.py to 4a802b741d2f_add_starred.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/3cc7e3753dc3_add_hold.py to 3cc7e3753dc3_add_hold.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/37a702b7f58e_add_last_seen_column_to_change.py to 37a702b7f58e_add_last_seen_column_to_change.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/44402069e137_initial_schema.py to 44402069e137_initial_schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/4cc9c46f9d8b_add_account_table.py to 4cc9c46f9d8b_add_account_table.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/2a11dd14665_fix_account_table.py to 2a11dd14665_fix_account_table.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/versions/725816dc500_add_fetch_ref_column.py to 725816dc500_add_fetch_ref_column.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/alembic/env.py to env.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/gitrepo.py to gitrepo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/search/tokenizer.py to tokenizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/search/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty/search/parser.py to parser.cpython-39.pyc writing byte-compilation script '/tmp/tmpd68n8zmm.py' /usr/bin/python3 /tmp/tmpd68n8zmm.py removing /tmp/tmpd68n8zmm.py running install_data creating /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/share creating /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/share/gertty creating /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/share/gertty/examples copying examples/reference-gertty.yaml -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/share/gertty/examples/ copying examples/rdo-gertty.yaml -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/share/gertty/examples/ copying examples/opendev-gertty.yaml -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/share/gertty/examples/ copying examples/googlesource-gertty.yaml -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/share/gertty/examples/ copying examples/minimal-gertty.yaml -> /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/share/gertty/examples/ running install_egg_info running egg_info writing gertty.egg-info/PKG-INFO writing dependency_links to gertty.egg-info/dependency_links.txt writing entry points to gertty.egg-info/entry_points.txt writing requirements to gertty.egg-info/requires.txt writing top-level names to gertty.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt Copying gertty.egg-info to /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9/site-packages/gertty-1.6.0-py3.9.egg-info running install_scripts Installing gertty script to /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64//usr/share/doc/python-gertty + '[' -d doc ']' + cp -arf doc /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64//usr/share/doc/python-gertty + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + cp -arf examples /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64//usr/share/doc/python-gertty + pushd /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64 ~/build/BUILDROOT/python-gertty-1.6.0-1.x86_64 ~/build/BUILD/gertty-1.6.0 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + find usr/bin -type f -printf '/%h/%f\n' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/gertty-1.6.0 + mv /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.6.0-1 --unique-debug-suffix -1.6.0-1.x86_64 --unique-debug-src-base python-gertty-1.6.0-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/gertty-1.6.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/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 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-gertty-1.6.0-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-gertty-1.6.0-1.noarch Provides: python-gertty python3-gertty = 1.6.0-1 python3.9dist(gertty) = 1.6 python3dist(gertty) = 1.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: (python3.9dist(urwid) < 1.3 or python3.9dist(urwid) >= 1.3.0) /usr/bin/python3 python(abi) = 3.9 python3.9dist(alembic) >= 0.6.4 python3.9dist(gitpython) >= 0.3.7 python3.9dist(ordereddict) python3.9dist(pbr) >= 0.11 python3.9dist(ply) >= 3.4 python3.9dist(python-dateutil) python3.9dist(pyyaml) >= 3.1 python3.9dist(requests) >= 2.5.3 python3.9dist(requests) < 3 python3.9dist(setuptools) python3.9dist(six) python3.9dist(sqlalchemy) >= 1.0.4 python3.9dist(urwid) >= 1.2.1 python3.9dist(voluptuous) >= 0.7 Processing files: python-gertty-help-1.6.0-1.noarch warning: Empty %files file /builddir/build/BUILD/gertty-1.6.0/doclist.lst Provides: python-gertty-help = 1.6.0-1 python3-gertty-doc 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-gertty-1.6.0-1.x86_64 error: Installed (but unpackaged) file(s) found: /usr/share/gertty/examples/googlesource-gertty.yaml /usr/share/gertty/examples/minimal-gertty.yaml /usr/share/gertty/examples/opendev-gertty.yaml /usr/share/gertty/examples/rdo-gertty.yaml /usr/share/gertty/examples/reference-gertty.yaml Empty %files file /builddir/build/BUILD/gertty-1.6.0/doclist.lst Installed (but unpackaged) file(s) found: /usr/share/gertty/examples/googlesource-gertty.yaml /usr/share/gertty/examples/minimal-gertty.yaml /usr/share/gertty/examples/opendev-gertty.yaml /usr/share/gertty/examples/rdo-gertty.yaml /usr/share/gertty/examples/reference-gertty.yaml RPM build errors: Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-gertty.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-gertty.spec