Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-wadebug.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686617158.752460/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-wadebug.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-wadebug-0.1.5-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-wadebug.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686617158.752460/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-wadebug.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-wadebug-0.1.5-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-wadebug.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686617158.752460/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-wadebug.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.5zprqq + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf wadebug-0.1.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/wadebug-0.1.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd wadebug-0.1.5 + /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.6K0xtO + umask 022 + cd /builddir/build/BUILD + cd wadebug-0.1.5 + 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' running build running build_py creating build creating build/lib creating build/lib/wadebug copying wadebug/analytics.py -> build/lib/wadebug copying wadebug/cli_param.py -> build/lib/wadebug copying wadebug/config.py -> build/lib/wadebug copying wadebug/cli_reusable_params.py -> build/lib/wadebug copying wadebug/__init__.py -> build/lib/wadebug copying wadebug/results.py -> build/lib/wadebug copying wadebug/exceptions.py -> build/lib/wadebug copying wadebug/cli.py -> build/lib/wadebug copying wadebug/ui.py -> build/lib/wadebug copying wadebug/cli_utils.py -> build/lib/wadebug creating build/lib/wadebug/tests copying wadebug/tests/test_crash_logs.py -> build/lib/wadebug/tests copying wadebug/tests/test_ui.py -> build/lib/wadebug/tests copying wadebug/tests/test_cli_utils.py -> build/lib/wadebug/tests copying wadebug/tests/__init__.py -> build/lib/wadebug/tests copying wadebug/tests/test_analytics.py -> build/lib/wadebug/tests copying wadebug/tests/conftest.py -> build/lib/wadebug/tests copying wadebug/tests/test_config.py -> build/lib/wadebug/tests copying wadebug/tests/test_cli.py -> build/lib/wadebug/tests creating build/lib/wadebug/wa_actions copying wadebug/wa_actions/mysql_utils.py -> build/lib/wadebug/wa_actions copying wadebug/wa_actions/test_wabiz_api.py -> build/lib/wadebug/wa_actions copying wadebug/wa_actions/curl_utils.py -> build/lib/wadebug/wa_actions copying wadebug/wa_actions/test_log_utils.py -> build/lib/wadebug/wa_actions copying wadebug/wa_actions/docker_utils.py -> build/lib/wadebug/wa_actions copying wadebug/wa_actions/__init__.py -> build/lib/wadebug/wa_actions copying wadebug/wa_actions/test_curl_utils.py -> build/lib/wadebug/wa_actions copying wadebug/wa_actions/test_network_utils.py -> build/lib/wadebug/wa_actions copying wadebug/wa_actions/wabiz_api.py -> build/lib/wadebug/wa_actions copying wadebug/wa_actions/test_mysql_utils.py -> build/lib/wadebug/wa_actions copying wadebug/wa_actions/base.py -> build/lib/wadebug/wa_actions copying wadebug/wa_actions/test_docker_utils.py -> build/lib/wadebug/wa_actions copying wadebug/wa_actions/network_utils.py -> build/lib/wadebug/wa_actions copying wadebug/wa_actions/log_utils.py -> build/lib/wadebug/wa_actions creating build/lib/wadebug/wa_actions/implementations copying wadebug/wa_actions/implementations/check_mysql_version.py -> build/lib/wadebug/wa_actions/implementations copying wadebug/wa_actions/implementations/check_webapp_port.py -> build/lib/wadebug/wa_actions/implementations copying wadebug/wa_actions/implementations/check_mysql_password.py -> build/lib/wadebug/wa_actions/implementations copying wadebug/wa_actions/implementations/__init__.py -> build/lib/wadebug/wa_actions/implementations copying wadebug/wa_actions/implementations/check_db_settings_exist.py -> build/lib/wadebug/wa_actions/implementations copying wadebug/wa_actions/implementations/check_containers.py -> build/lib/wadebug/wa_actions/implementations copying wadebug/wa_actions/implementations/check_webhook.py -> build/lib/wadebug/wa_actions/implementations copying wadebug/wa_actions/implementations/check_software_version.py -> build/lib/wadebug/wa_actions/implementations copying wadebug/wa_actions/implementations/check_network.py -> build/lib/wadebug/wa_actions/implementations copying wadebug/wa_actions/implementations/check_mysql_permissions.py -> build/lib/wadebug/wa_actions/implementations copying wadebug/wa_actions/implementations/check_mysql_connection.py -> build/lib/wadebug/wa_actions/implementations copying wadebug/wa_actions/implementations/dummy_action.py -> build/lib/wadebug/wa_actions/implementations creating build/lib/wadebug/wa_actions/common copying wadebug/wa_actions/common/__init__.py -> build/lib/wadebug/wa_actions/common copying wadebug/wa_actions/common/common_results.py -> build/lib/wadebug/wa_actions/common creating build/lib/wadebug/wa_actions/tests copying wadebug/wa_actions/tests/test_check_webapp_port.py -> build/lib/wadebug/wa_actions/tests copying wadebug/wa_actions/tests/test_check_network.py -> build/lib/wadebug/wa_actions/tests copying wadebug/wa_actions/tests/__init__.py -> build/lib/wadebug/wa_actions/tests copying wadebug/wa_actions/tests/test_check_mysql_permissions.py -> build/lib/wadebug/wa_actions/tests copying wadebug/wa_actions/tests/test_check_webhook.py -> build/lib/wadebug/wa_actions/tests copying wadebug/wa_actions/tests/test_actions_module.py -> build/lib/wadebug/wa_actions/tests copying wadebug/wa_actions/tests/test_check_mysql_connection.py -> build/lib/wadebug/wa_actions/tests running egg_info writing wadebug.egg-info/PKG-INFO writing dependency_links to wadebug.egg-info/dependency_links.txt writing entry points to wadebug.egg-info/entry_points.txt writing requirements to wadebug.egg-info/requires.txt writing top-level names to wadebug.egg-info/top_level.txt reading manifest file 'wadebug.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'wadebug.egg-info/SOURCES.txt' copying wadebug/wadebug.conf.yml.SAMPLE -> build/lib/wadebug + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WYMCdn + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64 + cd wadebug-0.1.5 + 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-wadebug-0.1.5-1.aarch64 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-wadebug-0.1.5-1.aarch64/usr creating /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug copying build/lib/wadebug/analytics.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug copying build/lib/wadebug/cli_param.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug copying build/lib/wadebug/config.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug copying build/lib/wadebug/cli_reusable_params.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug creating /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/tests copying build/lib/wadebug/tests/test_crash_logs.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/tests copying build/lib/wadebug/tests/test_ui.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/tests copying build/lib/wadebug/tests/test_cli_utils.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/tests copying build/lib/wadebug/tests/__init__.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/tests copying build/lib/wadebug/tests/test_analytics.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/tests copying build/lib/wadebug/tests/conftest.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/tests copying build/lib/wadebug/tests/test_config.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/tests copying build/lib/wadebug/tests/test_cli.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/tests copying build/lib/wadebug/__init__.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug copying build/lib/wadebug/wadebug.conf.yml.SAMPLE -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug copying build/lib/wadebug/results.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug copying build/lib/wadebug/exceptions.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug copying build/lib/wadebug/cli.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug copying build/lib/wadebug/ui.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug copying build/lib/wadebug/cli_utils.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug creating /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions copying build/lib/wadebug/wa_actions/mysql_utils.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions creating /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations copying build/lib/wadebug/wa_actions/implementations/check_mysql_version.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations copying build/lib/wadebug/wa_actions/implementations/check_webapp_port.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations copying build/lib/wadebug/wa_actions/implementations/check_mysql_password.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations copying build/lib/wadebug/wa_actions/implementations/__init__.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations copying build/lib/wadebug/wa_actions/implementations/check_db_settings_exist.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations copying build/lib/wadebug/wa_actions/implementations/check_containers.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations copying build/lib/wadebug/wa_actions/implementations/check_webhook.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations copying build/lib/wadebug/wa_actions/implementations/check_software_version.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations copying build/lib/wadebug/wa_actions/implementations/check_network.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations copying build/lib/wadebug/wa_actions/implementations/check_mysql_permissions.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations copying build/lib/wadebug/wa_actions/implementations/check_mysql_connection.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations copying build/lib/wadebug/wa_actions/implementations/dummy_action.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations copying build/lib/wadebug/wa_actions/test_wabiz_api.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions copying build/lib/wadebug/wa_actions/curl_utils.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions copying build/lib/wadebug/wa_actions/test_log_utils.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions creating /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/common copying build/lib/wadebug/wa_actions/common/__init__.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/common copying build/lib/wadebug/wa_actions/common/common_results.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/common creating /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/tests copying build/lib/wadebug/wa_actions/tests/test_check_webapp_port.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/tests copying build/lib/wadebug/wa_actions/tests/test_check_network.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/tests copying build/lib/wadebug/wa_actions/tests/__init__.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/tests copying build/lib/wadebug/wa_actions/tests/test_check_mysql_permissions.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/tests copying build/lib/wadebug/wa_actions/tests/test_check_webhook.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/tests copying build/lib/wadebug/wa_actions/tests/test_actions_module.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/tests copying build/lib/wadebug/wa_actions/tests/test_check_mysql_connection.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/tests copying build/lib/wadebug/wa_actions/docker_utils.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions copying build/lib/wadebug/wa_actions/__init__.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions copying build/lib/wadebug/wa_actions/test_curl_utils.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions copying build/lib/wadebug/wa_actions/test_network_utils.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions copying build/lib/wadebug/wa_actions/wabiz_api.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions copying build/lib/wadebug/wa_actions/test_mysql_utils.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions copying build/lib/wadebug/wa_actions/base.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions copying build/lib/wadebug/wa_actions/test_docker_utils.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions copying build/lib/wadebug/wa_actions/network_utils.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions copying build/lib/wadebug/wa_actions/log_utils.py -> /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/analytics.py to analytics.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/cli_param.py to cli_param.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/cli_reusable_params.py to cli_reusable_params.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/tests/test_crash_logs.py to test_crash_logs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/tests/test_ui.py to test_ui.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/tests/test_cli_utils.py to test_cli_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/tests/test_analytics.py to test_analytics.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/tests/conftest.py to conftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/tests/test_config.py to test_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/tests/test_cli.py to test_cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/results.py to results.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/cli.py to cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/ui.py to ui.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/cli_utils.py to cli_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/mysql_utils.py to mysql_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations/check_mysql_version.py to check_mysql_version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations/check_webapp_port.py to check_webapp_port.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations/check_mysql_password.py to check_mysql_password.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations/check_db_settings_exist.py to check_db_settings_exist.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations/check_containers.py to check_containers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations/check_webhook.py to check_webhook.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations/check_software_version.py to check_software_version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations/check_network.py to check_network.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations/check_mysql_permissions.py to check_mysql_permissions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations/check_mysql_connection.py to check_mysql_connection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/implementations/dummy_action.py to dummy_action.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/test_wabiz_api.py to test_wabiz_api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/curl_utils.py to curl_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/test_log_utils.py to test_log_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/common/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/common/common_results.py to common_results.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/tests/test_check_webapp_port.py to test_check_webapp_port.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/tests/test_check_network.py to test_check_network.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/tests/test_check_mysql_permissions.py to test_check_mysql_permissions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/tests/test_check_webhook.py to test_check_webhook.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/tests/test_actions_module.py to test_actions_module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/tests/test_check_mysql_connection.py to test_check_mysql_connection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/docker_utils.py to docker_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/test_curl_utils.py to test_curl_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/test_network_utils.py to test_network_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/wabiz_api.py to wabiz_api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/test_mysql_utils.py to test_mysql_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/test_docker_utils.py to test_docker_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/network_utils.py to network_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug/wa_actions/log_utils.py to log_utils.cpython-39.pyc writing byte-compilation script '/tmp/tmp6ngr50ct.py' /usr/bin/python3 /tmp/tmp6ngr50ct.py removing /tmp/tmp6ngr50ct.py running install_egg_info running egg_info writing wadebug.egg-info/PKG-INFO writing dependency_links to wadebug.egg-info/dependency_links.txt writing entry points to wadebug.egg-info/entry_points.txt writing requirements to wadebug.egg-info/requires.txt writing top-level names to wadebug.egg-info/top_level.txt reading manifest file 'wadebug.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'wadebug.egg-info/SOURCES.txt' Copying wadebug.egg-info to /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/lib/python3.9/site-packages/wadebug-0.1.5-py3.9.egg-info running install_scripts Installing wadebug script to /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64//usr/share/doc/python-wadebug + '[' -d doc ']' ~/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64 ~/build/BUILD/wadebug-0.1.5 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-wadebug-0.1.5-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/wadebug-0.1.5 + popd + mv /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.1.5-1 --unique-debug-suffix -0.1.5-1.aarch64 --unique-debug-src-base python-wadebug-0.1.5-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/wadebug-0.1.5 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-wadebug-0.1.5-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-wadebug-0.1.5-1.noarch Provides: python-wadebug python3-wadebug = 0.1.5-1 python3.9dist(wadebug) = 0.1.5 python3dist(wadebug) = 0.1.5 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(docker) python3.9dist(mock) python3.9dist(outdated) python3.9dist(pydash) python3.9dist(pymysql) python3.9dist(pytest) python3.9dist(pytest-cov) python3.9dist(pyyaml) python3.9dist(setuptools) python3.9dist(six) Processing files: python-wadebug-help-0.1.5-1.noarch warning: Empty %files file /builddir/build/BUILD/wadebug-0.1.5/doclist.lst Provides: python-wadebug-help = 0.1.5-1 python3-wadebug-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-wadebug-0.1.5-1.aarch64 Wrote: /builddir/build/RPMS/python-wadebug-help-0.1.5-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-wadebug-0.1.5-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pfMrVi + umask 022 + cd /builddir/build/BUILD + cd wadebug-0.1.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-wadebug-0.1.5-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0