Mock Version: 3.0 Mock Version: 3.0 Mock Version: 3.0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-simplevisor.spec'], chrootPath='/var/lib/mock/f37-build-side-32-misc-devel-261455-14361/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=864000uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-simplevisor.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1658448000 Wrote: /builddir/build/SRPMS/python-simplevisor-1.3-4.fc37.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-simplevisor.spec'], chrootPath='/var/lib/mock/f37-build-side-32-misc-devel-261455-14361/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=864000uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-simplevisor.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1658448000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.JCXrEM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf simplevisor-1.3 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/simplevisor-1.3.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd simplevisor-1.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -name '*.py' + xargs sed -i '1s|^#!python|#!/usr/bin/python3|' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9tkKk9 + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd simplevisor-1.3 + /usr/bin/python3 setup.py build /builddir/build/BUILD/simplevisor-1.3/setup.py:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup, Command running build running build_py creating build creating build/lib creating build/lib/simplevisor copying simplevisor/service.py -> build/lib/simplevisor copying simplevisor/strategies.py -> build/lib/simplevisor copying simplevisor/errors.py -> build/lib/simplevisor copying simplevisor/supervisor.py -> build/lib/simplevisor copying simplevisor/__init__.py -> build/lib/simplevisor copying simplevisor/Simplevisor.py -> build/lib/simplevisor creating build/lib/simplevisor/mtb copying simplevisor/mtb/file.py -> build/lib/simplevisor/mtb copying simplevisor/mtb/test.py -> build/lib/simplevisor/mtb copying simplevisor/mtb/prnt.py -> build/lib/simplevisor/mtb copying simplevisor/mtb/validation.py -> build/lib/simplevisor/mtb copying simplevisor/mtb/modules.py -> build/lib/simplevisor/mtb copying simplevisor/mtb/proc.py -> build/lib/simplevisor/mtb copying simplevisor/mtb/string.py -> build/lib/simplevisor/mtb copying simplevisor/mtb/conf.py -> build/lib/simplevisor/mtb copying simplevisor/mtb/pid.py -> build/lib/simplevisor/mtb copying simplevisor/mtb/__init__.py -> build/lib/simplevisor/mtb copying simplevisor/mtb/log.py -> build/lib/simplevisor/mtb running build_scripts creating build/scripts-3.11 copying and adjusting bin/simplevisor -> build/scripts-3.11 copying bin/simplevisor-control -> build/scripts-3.11 copying bin/simplevisor-loop -> build/scripts-3.11 changing mode of build/scripts-3.11/simplevisor from 644 to 755 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1ANsuM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch ++ dirname /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd simplevisor-1.3 + rm -fr /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch + /usr/bin/python3 setup.py install --with-data-files --skip-build --root /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch /builddir/build/BUILD/simplevisor-1.3/setup.py:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup, Command running install running install_lib creating /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch creating /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr creating /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib creating /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11 creating /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages creating /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor copying build/lib/simplevisor/service.py -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor copying build/lib/simplevisor/strategies.py -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor copying build/lib/simplevisor/errors.py -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor copying build/lib/simplevisor/supervisor.py -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor creating /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb copying build/lib/simplevisor/mtb/file.py -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb copying build/lib/simplevisor/mtb/test.py -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb copying build/lib/simplevisor/mtb/prnt.py -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb copying build/lib/simplevisor/mtb/validation.py -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb copying build/lib/simplevisor/mtb/modules.py -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb copying build/lib/simplevisor/mtb/proc.py -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb copying build/lib/simplevisor/mtb/string.py -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb copying build/lib/simplevisor/mtb/conf.py -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb copying build/lib/simplevisor/mtb/pid.py -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb copying build/lib/simplevisor/mtb/__init__.py -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb copying build/lib/simplevisor/mtb/log.py -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb copying build/lib/simplevisor/__init__.py -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor copying build/lib/simplevisor/Simplevisor.py -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor byte-compiling /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/service.py to service.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/strategies.py to strategies.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/errors.py to errors.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/supervisor.py to supervisor.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb/file.py to file.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb/test.py to test.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb/prnt.py to prnt.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb/validation.py to validation.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb/modules.py to modules.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb/proc.py to proc.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb/string.py to string.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb/conf.py to conf.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb/pid.py to pid.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/mtb/log.py to log.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor/Simplevisor.py to Simplevisor.cpython-311.pyc writing byte-compilation script '/tmp/tmp7r61gvu1.py' /usr/bin/python3 -Wignore:The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives:DeprecationWarning /tmp/tmp7r61gvu1.py removing /tmp/tmp7r61gvu1.py running install_scripts creating /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/bin copying build/scripts-3.11/simplevisor-control -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/bin copying build/scripts-3.11/simplevisor-loop -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/bin copying build/scripts-3.11/simplevisor -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/bin changing mode of /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/bin/simplevisor-control to 755 changing mode of /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/bin/simplevisor-loop to 755 changing mode of /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/bin/simplevisor to 755 running install_data creating /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/share creating /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/share/man creating /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/share/man/man1 copying man/simplevisor.1 -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/share/man/man1 copying man/simplevisor-control.1 -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/share/man/man1 copying man/simplevisor-loop.1 -> /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/share/man/man1 running install_egg_info Writing /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11/site-packages/simplevisor-1.3-py3.11.egg-info + install -D -m 644 man/simplevisor.1 /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/share/man/man1/simplevisor.1 + install -D -m 644 man/simplevisor-control.1 /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/share/man/man1/simplevisor-control.1 + install -D -m 644 man/simplevisor-loop.1 /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/share/man/man1/simplevisor-loop.1 + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.3-4.fc37 --unique-debug-suffix -1.3-4.fc37.noarch --unique-debug-src-base python-simplevisor-1.3-4.fc37.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/simplevisor-1.3 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/simplevisor-control from /bin/sh to #!/usr/bin/sh + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-simplevisor-1.3-4.fc37.noarch/usr/lib/python3.11 using python3.11 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.K8zfwd + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd simplevisor-1.3 + /usr/bin/python3 setup.py test /builddir/build/BUILD/simplevisor-1.3/setup.py:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup, Command running test ..F..... running Simplevisor init test ...Simplevisor init ok running supervisor creation test ...supervisor init ok running supervisor start-kill-supervise test testing one_for_one strategy running supervisor start-supervise-stop test testing one_for_one strategy check supervise output: True ['sup1: OK, as expected', ['svc1: OK, running, as expected', 'sup2: OK, as expected', ['svc3: OK, running, as expected'], 'svc2: OK, not running, as expected']] check stop output: False ['sup1: WARNING, not expected', ['svc1: WARNING, not running, not expected', 'sup2: WARNING, not expected', ['svc3: WARNING, not running, not expected'], 'svc2: OK, not running, as expected']] testing rest_for_one strategy check supervise output: True ['sup1: OK, as expected', ['svc1: OK, running, as expected', 'sup2: OK, as expected', ['svc3: OK, running, as expected'], 'svc2: OK, not running, as expected']] check stop output: False ['sup1: WARNING, not expected', ['svc1: WARNING, not running, not expected', 'sup2: WARNING, not expected', ['svc3: WARNING, not running, not expected'], 'svc2: OK, not running, as expected']] testing one_for_all strategy check supervise output: True ['sup1: OK, as expected', ['svc1: OK, running, as expected', 'sup2: OK, as expected', ['svc3: OK, running, as expected'], 'svc2: OK, not running, as expected']] check stop output: False ['sup1: WARNING, not expected', ['svc1: WARNING, not running, not expected', 'sup2: WARNING, not expected', ['svc3: WARNING, not running, not expected'], 'svc2: OK, not running, as expected']] ...supervisor start ok running service creation tests ...service creation ok running service daemon option test ...service daemon option ok running service start failure expected ...service start failure expected ok running service start - stop tests ...service start-stop ok ====================================================================== FAIL: test_start_kill_supervise (test.supervisor_test.SupervisorTest.test_start_kill_supervise) Test supervisor start - kill - supervise. ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/simplevisor-1.3/test/supervisor_test.py", line 174, in test_start_kill_supervise self.assertTrue(sup1.check()[0]) AssertionError: False is not true ---------------------------------------------------------------------- Ran 8 tests in 452.469s FAILED (failures=1) error: Bad exit status from /var/tmp/rpm-tmp.K8zfwd (%check) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.K8zfwd (%check) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.10/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-simplevisor.spec