Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-alerta.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682516923.602188/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 aarch64 --nodeps /builddir/build/SPECS/python-alerta.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: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-alerta-8.5.2-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-alerta.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682516923.602188/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 aarch64 --nodeps /builddir/build/SPECS/python-alerta.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: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-alerta-8.5.2-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-alerta.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1682516923.602188/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 aarch64 --nodeps /builddir/build/SPECS/python-alerta.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: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8kvhMd + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf alerta-8.5.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/alerta-8.5.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd alerta-8.5.2 + /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.qiqxWS + umask 022 + cd /builddir/build/BUILD + cd alerta-8.5.2 + 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 -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:487: UserWarning: Normalizing '8.5.2 ' to '8.5.2' warnings.warn(tmpl.format(**locals())) running build running build_py creating build creating build/lib creating build/lib/alertaclient copying alertaclient/utils.py -> build/lib/alertaclient copying alertaclient/version.py -> build/lib/alertaclient copying alertaclient/__init__.py -> build/lib/alertaclient copying alertaclient/__main__.py -> build/lib/alertaclient copying alertaclient/config.py -> build/lib/alertaclient copying alertaclient/top.py -> build/lib/alertaclient copying alertaclient/api.py -> build/lib/alertaclient copying alertaclient/cli.py -> build/lib/alertaclient copying alertaclient/exceptions.py -> build/lib/alertaclient creating build/lib/alertaclient/commands copying alertaclient/commands/cmd_shelve.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_blackouts.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_unshelve.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_note.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_send.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_heartbeats.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_me.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_token.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_group.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_watch.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_config.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_login.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_uptime.py -> build/lib/alertaclient/commands copying alertaclient/commands/__init__.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_perm.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_heartbeat.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_alerts.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_status.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_action.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_notes.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_scopes.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_blackout.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_help.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_version.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_delete.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_logout.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_top.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_groups.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_whoami.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_customers.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_users.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_signup.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_unack.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_housekeeping.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_customer.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_perms.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_user.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_close.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_revoke.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_raw.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_key.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_ack.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_tag.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_query.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_history.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_keys.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_untag.py -> build/lib/alertaclient/commands copying alertaclient/commands/cmd_update.py -> build/lib/alertaclient/commands creating build/lib/alertaclient/models copying alertaclient/models/blackout.py -> build/lib/alertaclient/models copying alertaclient/models/__init__.py -> build/lib/alertaclient/models copying alertaclient/models/key.py -> build/lib/alertaclient/models copying alertaclient/models/permission.py -> build/lib/alertaclient/models copying alertaclient/models/note.py -> build/lib/alertaclient/models copying alertaclient/models/customer.py -> build/lib/alertaclient/models copying alertaclient/models/enums.py -> build/lib/alertaclient/models copying alertaclient/models/history.py -> build/lib/alertaclient/models copying alertaclient/models/alert.py -> build/lib/alertaclient/models copying alertaclient/models/group.py -> build/lib/alertaclient/models copying alertaclient/models/heartbeat.py -> build/lib/alertaclient/models copying alertaclient/models/user.py -> build/lib/alertaclient/models creating build/lib/alertaclient/auth copying alertaclient/auth/utils.py -> build/lib/alertaclient/auth copying alertaclient/auth/token.py -> build/lib/alertaclient/auth copying alertaclient/auth/oidc.py -> build/lib/alertaclient/auth copying alertaclient/auth/__init__.py -> build/lib/alertaclient/auth copying alertaclient/auth/google.py -> build/lib/alertaclient/auth copying alertaclient/auth/github.py -> build/lib/alertaclient/auth copying alertaclient/auth/azure.py -> build/lib/alertaclient/auth copying alertaclient/auth/hmac.py -> build/lib/alertaclient/auth copying alertaclient/auth/gitlab.py -> build/lib/alertaclient/auth running egg_info writing alerta.egg-info/PKG-INFO writing dependency_links to alerta.egg-info/dependency_links.txt writing entry points to alerta.egg-info/entry_points.txt writing requirements to alerta.egg-info/requires.txt writing top-level names to alerta.egg-info/top_level.txt reading manifest file 'alerta.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'NOTICE' writing manifest file 'alerta.egg-info/SOURCES.txt' + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.KZN71D + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64 + cd alerta-8.5.2 + 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 -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-alerta-8.5.2-1.aarch64 /usr/lib/python3.9/site-packages/setuptools/dist.py:487: UserWarning: Normalizing '8.5.2 ' to '8.5.2' warnings.warn(tmpl.format(**locals())) running install /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( running install_lib creating /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr creating /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient copying build/lib/alertaclient/utils.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient copying build/lib/alertaclient/version.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient creating /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_shelve.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_blackouts.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_unshelve.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_note.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_send.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_heartbeats.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_me.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_token.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_group.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_watch.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_config.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_login.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_uptime.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/__init__.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_perm.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_heartbeat.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_alerts.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_status.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_action.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_notes.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_scopes.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_blackout.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_help.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_version.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_delete.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_logout.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_top.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_groups.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_whoami.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_customers.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_users.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_signup.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_unack.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_housekeeping.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_customer.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_perms.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_user.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_close.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_revoke.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_raw.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_key.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_ack.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_tag.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_query.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_history.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_keys.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_untag.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/commands/cmd_update.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands copying build/lib/alertaclient/__init__.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient copying build/lib/alertaclient/__main__.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient copying build/lib/alertaclient/config.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient creating /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models copying build/lib/alertaclient/models/blackout.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models copying build/lib/alertaclient/models/__init__.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models copying build/lib/alertaclient/models/key.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models copying build/lib/alertaclient/models/permission.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models copying build/lib/alertaclient/models/note.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models copying build/lib/alertaclient/models/customer.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models copying build/lib/alertaclient/models/enums.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models copying build/lib/alertaclient/models/history.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models copying build/lib/alertaclient/models/alert.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models copying build/lib/alertaclient/models/group.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models copying build/lib/alertaclient/models/heartbeat.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models copying build/lib/alertaclient/models/user.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models copying build/lib/alertaclient/top.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient copying build/lib/alertaclient/api.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient copying build/lib/alertaclient/cli.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient copying build/lib/alertaclient/exceptions.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient creating /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth copying build/lib/alertaclient/auth/utils.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth copying build/lib/alertaclient/auth/token.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth copying build/lib/alertaclient/auth/oidc.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth copying build/lib/alertaclient/auth/__init__.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth copying build/lib/alertaclient/auth/google.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth copying build/lib/alertaclient/auth/github.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth copying build/lib/alertaclient/auth/azure.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth copying build/lib/alertaclient/auth/hmac.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth copying build/lib/alertaclient/auth/gitlab.py -> /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_shelve.py to cmd_shelve.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_blackouts.py to cmd_blackouts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_unshelve.py to cmd_unshelve.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_note.py to cmd_note.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_send.py to cmd_send.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_heartbeats.py to cmd_heartbeats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_me.py to cmd_me.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_token.py to cmd_token.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_group.py to cmd_group.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_watch.py to cmd_watch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_config.py to cmd_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_login.py to cmd_login.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_uptime.py to cmd_uptime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_perm.py to cmd_perm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_heartbeat.py to cmd_heartbeat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_alerts.py to cmd_alerts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_status.py to cmd_status.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_action.py to cmd_action.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_notes.py to cmd_notes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_scopes.py to cmd_scopes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_blackout.py to cmd_blackout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_help.py to cmd_help.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_version.py to cmd_version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_delete.py to cmd_delete.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_logout.py to cmd_logout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_top.py to cmd_top.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_groups.py to cmd_groups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_whoami.py to cmd_whoami.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_customers.py to cmd_customers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_users.py to cmd_users.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_signup.py to cmd_signup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_unack.py to cmd_unack.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_housekeeping.py to cmd_housekeeping.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_customer.py to cmd_customer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_perms.py to cmd_perms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_user.py to cmd_user.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_close.py to cmd_close.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_revoke.py to cmd_revoke.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_raw.py to cmd_raw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_key.py to cmd_key.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_ack.py to cmd_ack.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_tag.py to cmd_tag.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_query.py to cmd_query.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_history.py to cmd_history.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_keys.py to cmd_keys.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_untag.py to cmd_untag.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/commands/cmd_update.py to cmd_update.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models/blackout.py to blackout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models/key.py to key.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models/permission.py to permission.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models/note.py to note.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models/customer.py to customer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models/enums.py to enums.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models/history.py to history.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models/alert.py to alert.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models/group.py to group.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models/heartbeat.py to heartbeat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/models/user.py to user.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/top.py to top.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/api.py to api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/cli.py to cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth/token.py to token.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth/oidc.py to oidc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth/google.py to google.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth/github.py to github.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth/azure.py to azure.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth/hmac.py to hmac.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alertaclient/auth/gitlab.py to gitlab.cpython-39.pyc writing byte-compilation script '/tmp/tmpqsy0vja6.py' /usr/bin/python3 /tmp/tmpqsy0vja6.py removing /tmp/tmpqsy0vja6.py running install_egg_info running egg_info writing alerta.egg-info/PKG-INFO writing dependency_links to alerta.egg-info/dependency_links.txt writing entry points to alerta.egg-info/entry_points.txt writing requirements to alerta.egg-info/requires.txt writing top-level names to alerta.egg-info/top_level.txt reading manifest file 'alerta.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'NOTICE' writing manifest file 'alerta.egg-info/SOURCES.txt' Copying alerta.egg-info to /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/lib/python3.9/site-packages/alerta-8.5.2-py3.9.egg-info running install_scripts Installing alerta script to /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64//usr/share/doc/python-alerta + '[' -d doc ']' ~/build/BUILDROOT/python-alerta-8.5.2-1.aarch64 ~/build/BUILD/alerta-8.5.2 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64 + '[' -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 ']' ~/build/BUILD/alerta-8.5.2 + popd + mv /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 8.5.2-1 --unique-debug-suffix -8.5.2-1.aarch64 --unique-debug-src-base python-alerta-8.5.2-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/alerta-8.5.2 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-alerta-8.5.2-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-alerta-8.5.2-1.noarch Provides: python-alerta python3-alerta = 8.5.2-1 python3.9dist(alerta) = 8.5.2 python3dist(alerta) = 8.5.2 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: /usr/bin/python3 python(abi) = 3.9 python3.9dist(click) python3.9dist(pytz) python3.9dist(requests) python3.9dist(requests-hawk) python3.9dist(setuptools) python3.9dist(tabulate) Processing files: python-alerta-help-8.5.2-1.noarch warning: Empty %files file /builddir/build/BUILD/alerta-8.5.2/doclist.lst Provides: python-alerta-help = 8.5.2-1 python3-alerta-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-alerta-8.5.2-1.aarch64 Wrote: /builddir/build/RPMS/python-alerta-help-8.5.2-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-alerta-8.5.2-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.v3aDaE + umask 022 + cd /builddir/build/BUILD + cd alerta-8.5.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-alerta-8.5.2-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0