Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-infracheck.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683365311.332115/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-infracheck.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-infracheck-2.1.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 x86_64 --nodeps /builddir/build/SPECS/python-infracheck.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683365311.332115/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-infracheck.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-infracheck-2.1.2-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-infracheck.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683365311.332115/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-infracheck.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.oCFBnU + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf infracheck-2.1.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/infracheck-2.1.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd infracheck-2.1.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.VrAImW + umask 022 + cd /builddir/build/BUILD + cd infracheck-2.1.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 -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 'description-content-type' will not be supported in future versions. Please use the underscore name 'description_content_type' 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 'description-content-type' will not be supported in future versions. Please use the underscore name 'description_content_type' 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/infracheck creating build/lib/infracheck/checks copying infracheck/checks/__init__.py -> build/lib/infracheck/checks copying infracheck/checks/smtp_credentials_check.py -> build/lib/infracheck/checks creating build/lib/infracheck/infracheck creating build/lib/infracheck/infracheck/checklib copying infracheck/infracheck/checklib/__init__.py -> build/lib/infracheck/infracheck/checklib copying infracheck/infracheck/checklib/ssh.py -> build/lib/infracheck/infracheck/checklib copying infracheck/infracheck/checklib/loadavg.py -> build/lib/infracheck/infracheck/checklib copying infracheck/infracheck/checklib/postgres.py -> build/lib/infracheck/infracheck/checklib copying infracheck/__init__.py -> build/lib/infracheck copying infracheck/__main__.py -> build/lib/infracheck copying infracheck/infracheck/__init__.py -> build/lib/infracheck/infracheck copying infracheck/infracheck/config.py -> build/lib/infracheck/infracheck copying infracheck/infracheck/repository.py -> build/lib/infracheck/infracheck copying infracheck/infracheck/exceptions.py -> build/lib/infracheck/infracheck copying infracheck/infracheck/http.py -> build/lib/infracheck/infracheck copying infracheck/infracheck/model.py -> build/lib/infracheck/infracheck copying infracheck/infracheck/runner.py -> build/lib/infracheck/infracheck copying infracheck/infracheck/scheduler.py -> build/lib/infracheck/infracheck copying infracheck/infracheck/bin.py -> build/lib/infracheck/infracheck copying infracheck/infracheck/rkd_support.py -> build/lib/infracheck/infracheck copying infracheck/infracheck/controller.py -> build/lib/infracheck/infracheck copying infracheck/infracheck/versioning.py -> build/lib/infracheck/infracheck running egg_info writing infracheck.egg-info/PKG-INFO writing dependency_links to infracheck.egg-info/dependency_links.txt writing entry points to infracheck.egg-info/entry_points.txt writing requirements to infracheck.egg-info/requires.txt writing top-level names to infracheck.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt copying infracheck/checks/dir-present -> build/lib/infracheck/checks copying infracheck/checks/disk-space -> build/lib/infracheck/checks copying infracheck/checks/docker-container-log -> build/lib/infracheck/checks copying infracheck/checks/docker-health -> build/lib/infracheck/checks copying infracheck/checks/domain-expiration -> build/lib/infracheck/checks copying infracheck/checks/false -> build/lib/infracheck/checks copying infracheck/checks/file-present -> build/lib/infracheck/checks copying infracheck/checks/free-ram -> build/lib/infracheck/checks copying infracheck/checks/http -> build/lib/infracheck/checks copying infracheck/checks/influxdb-query -> build/lib/infracheck/checks copying infracheck/checks/load-average -> build/lib/infracheck/checks copying infracheck/checks/load-average-auto -> build/lib/infracheck/checks copying infracheck/checks/ovh-expiration -> build/lib/infracheck/checks copying infracheck/checks/port-open -> build/lib/infracheck/checks copying infracheck/checks/postgres -> build/lib/infracheck/checks copying infracheck/checks/postgres-primary-streaming-status -> build/lib/infracheck/checks copying infracheck/checks/postgres-replica-status -> build/lib/infracheck/checks copying infracheck/checks/printr -> build/lib/infracheck/checks copying infracheck/checks/reminder -> build/lib/infracheck/checks copying infracheck/checks/replication-running -> build/lib/infracheck/checks copying infracheck/checks/ssh-command -> build/lib/infracheck/checks copying infracheck/checks/ssh-files-checksum -> build/lib/infracheck/checks copying infracheck/checks/ssh-fingerprint -> build/lib/infracheck/checks copying infracheck/checks/swap-usage-max-percent -> build/lib/infracheck/checks copying infracheck/checks/tls -> build/lib/infracheck/checks copying infracheck/checks/tls-docker-network -> build/lib/infracheck/checks copying infracheck/checks/true -> build/lib/infracheck/checks copying infracheck/functional-test.sh -> build/lib/infracheck creating build/lib/infracheck/checks-tests copying infracheck/checks-tests/disk-space-test.sh -> build/lib/infracheck/checks-tests copying infracheck/checks-tests/free-ram-test.sh -> build/lib/infracheck/checks-tests copying infracheck/checks-tests/http-test.sh -> build/lib/infracheck/checks-tests copying infracheck/checks-tests/load-average-auto-test.sh -> build/lib/infracheck/checks-tests copying infracheck/checks-tests/load-average-test.sh -> build/lib/infracheck/checks-tests copying infracheck/checks-tests/reminder-test.sh -> build/lib/infracheck/checks-tests copying infracheck/checks-tests/swap-usage-max-percent-test.sh -> build/lib/infracheck/checks-tests creating build/lib/infracheck/configured copying infracheck/configured/.gitkeep -> build/lib/infracheck/configured creating build/lib/infracheck/template copying infracheck/template/data-dir-present.json -> build/lib/infracheck/template copying infracheck/template/disk-space.json -> build/lib/infracheck/template copying infracheck/template/docker-health.json -> build/lib/infracheck/template copying infracheck/template/file-present.json -> build/lib/infracheck/template copying infracheck/template/http-without_expects.json -> build/lib/infracheck/template copying infracheck/template/http.json -> build/lib/infracheck/template copying infracheck/template/port-open.json -> build/lib/infracheck/template + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ULrFR8 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64 + cd infracheck-2.1.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 -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-infracheck-2.1.2-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 'description-content-type' will not be supported in future versions. Please use the underscore name 'description_content_type' 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 'description-content-type' will not be supported in future versions. Please use the underscore name 'description_content_type' 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-infracheck-2.1.2-1.x86_64/usr creating /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck creating /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck copying build/lib/infracheck/infracheck/__init__.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck copying build/lib/infracheck/infracheck/config.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck copying build/lib/infracheck/infracheck/repository.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck copying build/lib/infracheck/infracheck/exceptions.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck copying build/lib/infracheck/infracheck/http.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck copying build/lib/infracheck/infracheck/model.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck copying build/lib/infracheck/infracheck/runner.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck copying build/lib/infracheck/infracheck/scheduler.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck copying build/lib/infracheck/infracheck/bin.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck copying build/lib/infracheck/infracheck/rkd_support.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck copying build/lib/infracheck/infracheck/controller.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck copying build/lib/infracheck/infracheck/versioning.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck creating /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/checklib copying build/lib/infracheck/infracheck/checklib/__init__.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/checklib copying build/lib/infracheck/infracheck/checklib/ssh.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/checklib copying build/lib/infracheck/infracheck/checklib/loadavg.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/checklib copying build/lib/infracheck/infracheck/checklib/postgres.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/checklib copying build/lib/infracheck/__init__.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck copying build/lib/infracheck/__main__.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck creating /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/template copying build/lib/infracheck/template/file-present.json -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/template copying build/lib/infracheck/template/data-dir-present.json -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/template copying build/lib/infracheck/template/disk-space.json -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/template copying build/lib/infracheck/template/port-open.json -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/template copying build/lib/infracheck/template/http-without_expects.json -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/template copying build/lib/infracheck/template/docker-health.json -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/template copying build/lib/infracheck/template/http.json -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/template copying build/lib/infracheck/functional-test.sh -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck creating /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/configured copying build/lib/infracheck/configured/.gitkeep -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/configured creating /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks-tests copying build/lib/infracheck/checks-tests/disk-space-test.sh -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks-tests copying build/lib/infracheck/checks-tests/load-average-auto-test.sh -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks-tests copying build/lib/infracheck/checks-tests/reminder-test.sh -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks-tests copying build/lib/infracheck/checks-tests/free-ram-test.sh -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks-tests copying build/lib/infracheck/checks-tests/http-test.sh -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks-tests copying build/lib/infracheck/checks-tests/swap-usage-max-percent-test.sh -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks-tests copying build/lib/infracheck/checks-tests/load-average-test.sh -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks-tests creating /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/swap-usage-max-percent -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/__init__.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/port-open -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/smtp_credentials_check.py -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/influxdb-query -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/docker-health -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/ssh-command -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/true -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/postgres-primary-streaming-status -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/ovh-expiration -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/tls-docker-network -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/replication-running -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/file-present -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/http -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/ssh-files-checksum -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/load-average -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/postgres -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/postgres-replica-status -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/dir-present -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/reminder -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/docker-container-log -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/disk-space -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/load-average-auto -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/printr -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/free-ram -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/domain-expiration -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/tls -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/false -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks copying build/lib/infracheck/checks/ssh-fingerprint -> /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/repository.py to repository.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/http.py to http.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/model.py to model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/runner.py to runner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/scheduler.py to scheduler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/bin.py to bin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/rkd_support.py to rkd_support.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/controller.py to controller.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/versioning.py to versioning.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/checklib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/checklib/ssh.py to ssh.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/checklib/loadavg.py to loadavg.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/infracheck/checklib/postgres.py to postgres.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck/checks/smtp_credentials_check.py to smtp_credentials_check.cpython-39.pyc writing byte-compilation script '/tmp/tmpi7oduzas.py' /usr/bin/python3 /tmp/tmpi7oduzas.py removing /tmp/tmpi7oduzas.py running install_egg_info running egg_info writing infracheck.egg-info/PKG-INFO writing dependency_links to infracheck.egg-info/dependency_links.txt writing entry points to infracheck.egg-info/entry_points.txt writing requirements to infracheck.egg-info/requires.txt writing top-level names to infracheck.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt Copying infracheck.egg-info to /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/lib/python3.9/site-packages/infracheck-2.1.2-py3.9.egg-info running install_scripts Installing infracheck script to /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64//usr/share/doc/python-infracheck + '[' -d doc ']' + '[' -d docs ']' + cp -arf docs /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64//usr/share/doc/python-infracheck + '[' -d example ']' + cp -arf example /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64//usr/share/doc/python-infracheck + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64 ~/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64 ~/build/BUILD/infracheck-2.1.2 + '[' -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/infracheck-2.1.2 + mv /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 2.1.2-1 --unique-debug-suffix -2.1.2-1.x86_64 --unique-debug-src-base python-infracheck-2.1.2-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/infracheck-2.1.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-infracheck-2.1.2-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-infracheck-2.1.2-1.noarch Provides: python-infracheck python3-infracheck = 2.1.2-1 python3.9dist(infracheck) = 2.1.2 python3dist(infracheck) = 2.1.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: /bin/bash /usr/bin/env /usr/bin/python3 python(abi) = 3.9 python3.9dist(croniter) >= 1.0.13 python3.9dist(croniter) < 1.1 python3.9dist(docker) >= 5 python3.9dist(influxdb) >= 5.3.1 python3.9dist(influxdb) < 6 python3.9dist(msgpack) >= 1 python3.9dist(msgpack) < 2 python3.9dist(ovh) >= 0.5 python3.9dist(ovh) < 0.6 python3.9dist(psutil) >= 5.7.2 python3.9dist(psutil) < 6 python3.9dist(psycopg2-binary) >= 2.8.4 python3.9dist(psycopg2-binary) < 3 python3.9dist(python-dateutil) >= 2.8.1 python3.9dist(python-dateutil) < 3 python3.9dist(pytz) >= 2019.3 python3.9dist(rkd) >= 2.3.3 python3.9dist(rkd) < 3 python3.9dist(rkd-python) >= 2.3.3 python3.9dist(rkd-python) < 3 python3.9dist(setuptools) python3.9dist(six) >= 1.15 python3.9dist(six) < 2 python3.9dist(tornado) >= 5.1.1 python3.9dist(tornado) < 6 python3.9dist(whois) >= 0.9.13 python3.9dist(whois) < 1 Processing files: python-infracheck-help-2.1.2-1.noarch warning: Empty %files file /builddir/build/BUILD/infracheck-2.1.2/doclist.lst Provides: python-infracheck-help = 2.1.2-1 python3-infracheck-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-infracheck-2.1.2-1.x86_64 Wrote: /builddir/build/RPMS/python-infracheck-help-2.1.2-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-infracheck-2.1.2-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.P4fgVv + umask 022 + cd /builddir/build/BUILD + cd infracheck-2.1.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-infracheck-2.1.2-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0