Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-bahub.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1683386826.551289/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-bahub.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-bahub-2.0.6-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-bahub.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1683386826.551289/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-bahub.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-bahub-2.0.6-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-bahub.spec'], chrootPath='/var/lib/mock/openeuler-22.03-aarch64-1683386826.551289/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-bahub.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.z704d7 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf bahub-2.0.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/bahub-2.0.6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd bahub-2.0.6 + /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.bHanLP + umask 022 + cd /builddir/build/BUILD + cd bahub-2.0.6 + 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: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 '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 '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/bahub copying bahub/__init__.py -> build/lib/bahub creating build/lib/bahub/bahubapp copying bahub/bahubapp/__init__.py -> build/lib/bahub/bahubapp copying bahub/bahubapp/result.py -> build/lib/bahub/bahubapp copying bahub/bahubapp/exceptions.py -> build/lib/bahub/bahubapp copying bahub/bahubapp/app.py -> build/lib/bahub/bahubapp creating build/lib/bahub/bahubapp/controller copying bahub/bahubapp/controller/list.py -> build/lib/bahub/bahubapp/controller copying bahub/bahubapp/controller/__init__.py -> build/lib/bahub/bahubapp/controller copying bahub/bahubapp/controller/restore.py -> build/lib/bahub/bahubapp/controller copying bahub/bahubapp/controller/snapshot.py -> build/lib/bahub/bahubapp/controller copying bahub/bahubapp/controller/backup.py -> build/lib/bahub/bahubapp/controller copying bahub/bahubapp/controller/recover.py -> build/lib/bahub/bahubapp/controller creating build/lib/bahub/bahubapp/mapping copying bahub/bahubapp/mapping/__init__.py -> build/lib/bahub/bahubapp/mapping copying bahub/bahubapp/mapping/definitions.py -> build/lib/bahub/bahubapp/mapping copying bahub/bahubapp/mapping/handlers.py -> build/lib/bahub/bahubapp/mapping creating build/lib/bahub/bahubapp/handler copying bahub/bahubapp/handler/dockeroutputbackup.py -> build/lib/bahub/bahubapp/handler copying bahub/bahubapp/handler/__init__.py -> build/lib/bahub/bahubapp/handler copying bahub/bahubapp/handler/dockervolumebackup.py -> build/lib/bahub/bahubapp/handler copying bahub/bahubapp/handler/mysqlbackup.py -> build/lib/bahub/bahubapp/handler copying bahub/bahubapp/handler/localfilebackup.py -> build/lib/bahub/bahubapp/handler copying bahub/bahubapp/handler/abstractdocker.py -> build/lib/bahub/bahubapp/handler copying bahub/bahubapp/handler/commandoutputbackup.py -> build/lib/bahub/bahubapp/handler creating build/lib/bahub/bahubapp/entity copying bahub/bahubapp/entity/definition.py -> build/lib/bahub/bahubapp/entity copying bahub/bahubapp/entity/encryption.py -> build/lib/bahub/bahubapp/entity copying bahub/bahubapp/entity/recovery.py -> build/lib/bahub/bahubapp/entity copying bahub/bahubapp/entity/__init__.py -> build/lib/bahub/bahubapp/entity copying bahub/bahubapp/entity/access.py -> build/lib/bahub/bahubapp/entity creating build/lib/bahub/bahubapp/service copying bahub/bahubapp/service/__init__.py -> build/lib/bahub/bahubapp/service copying bahub/bahubapp/service/client.py -> build/lib/bahub/bahubapp/service copying bahub/bahubapp/service/pipefactory.py -> build/lib/bahub/bahubapp/service copying bahub/bahubapp/service/logger.py -> build/lib/bahub/bahubapp/service copying bahub/bahubapp/service/notifier.py -> build/lib/bahub/bahubapp/service copying bahub/bahubapp/service/errorhandler.py -> build/lib/bahub/bahubapp/service copying bahub/bahubapp/service/configurationfactory.py -> build/lib/bahub/bahubapp/service running egg_info writing bahub.egg-info/PKG-INFO writing dependency_links to bahub.egg-info/dependency_links.txt writing entry points to bahub.egg-info/entry_points.txt deleting bahub.egg-info/requires.txt writing top-level names to bahub.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JGZxgO + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64 + cd bahub-2.0.6 + 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-bahub-2.0.6-1.aarch64 /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 '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 '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-bahub-2.0.6-1.aarch64/usr creating /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub copying build/lib/bahub/__init__.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub creating /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp creating /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/controller copying build/lib/bahub/bahubapp/controller/list.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/controller copying build/lib/bahub/bahubapp/controller/__init__.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/controller copying build/lib/bahub/bahubapp/controller/restore.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/controller copying build/lib/bahub/bahubapp/controller/snapshot.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/controller copying build/lib/bahub/bahubapp/controller/backup.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/controller copying build/lib/bahub/bahubapp/controller/recover.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/controller copying build/lib/bahub/bahubapp/__init__.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp creating /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/mapping copying build/lib/bahub/bahubapp/mapping/__init__.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/mapping copying build/lib/bahub/bahubapp/mapping/definitions.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/mapping copying build/lib/bahub/bahubapp/mapping/handlers.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/mapping creating /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/service copying build/lib/bahub/bahubapp/service/__init__.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/service copying build/lib/bahub/bahubapp/service/client.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/service copying build/lib/bahub/bahubapp/service/pipefactory.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/service copying build/lib/bahub/bahubapp/service/logger.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/service copying build/lib/bahub/bahubapp/service/notifier.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/service copying build/lib/bahub/bahubapp/service/errorhandler.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/service copying build/lib/bahub/bahubapp/service/configurationfactory.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/service copying build/lib/bahub/bahubapp/result.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp creating /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/handler copying build/lib/bahub/bahubapp/handler/dockeroutputbackup.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/handler copying build/lib/bahub/bahubapp/handler/__init__.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/handler copying build/lib/bahub/bahubapp/handler/dockervolumebackup.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/handler copying build/lib/bahub/bahubapp/handler/mysqlbackup.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/handler copying build/lib/bahub/bahubapp/handler/localfilebackup.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/handler copying build/lib/bahub/bahubapp/handler/abstractdocker.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/handler copying build/lib/bahub/bahubapp/handler/commandoutputbackup.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/handler copying build/lib/bahub/bahubapp/exceptions.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp copying build/lib/bahub/bahubapp/app.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp creating /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/entity copying build/lib/bahub/bahubapp/entity/definition.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/entity copying build/lib/bahub/bahubapp/entity/encryption.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/entity copying build/lib/bahub/bahubapp/entity/recovery.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/entity copying build/lib/bahub/bahubapp/entity/__init__.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/entity copying build/lib/bahub/bahubapp/entity/access.py -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/entity byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/controller/list.py to list.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/controller/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/controller/restore.py to restore.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/controller/snapshot.py to snapshot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/controller/backup.py to backup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/controller/recover.py to recover.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/mapping/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/mapping/definitions.py to definitions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/mapping/handlers.py to handlers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/service/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/service/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/service/pipefactory.py to pipefactory.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/service/logger.py to logger.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/service/notifier.py to notifier.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/service/errorhandler.py to errorhandler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/service/configurationfactory.py to configurationfactory.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/result.py to result.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/handler/dockeroutputbackup.py to dockeroutputbackup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/handler/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/handler/dockervolumebackup.py to dockervolumebackup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/handler/mysqlbackup.py to mysqlbackup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/handler/localfilebackup.py to localfilebackup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/handler/abstractdocker.py to abstractdocker.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/handler/commandoutputbackup.py to commandoutputbackup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/app.py to app.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/entity/definition.py to definition.cpython-39.pyc /usr/lib/python3.9/site-packages/bahub/bahubapp/entity/definition.py:287: SyntaxWarning: "is" with a literal. Did you mean "=="? byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/entity/encryption.py to encryption.cpython-39.pyc /usr/lib/python3.9/site-packages/bahub/bahubapp/entity/encryption.py:43: SyntaxWarning: "is not" with a literal. Did you mean "!="? byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/entity/recovery.py to recovery.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/entity/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub/bahubapp/entity/access.py to access.cpython-39.pyc writing byte-compilation script '/tmp/tmpu_w9tcvs.py' /usr/bin/python3 /tmp/tmpu_w9tcvs.py /usr/lib/python3.9/site-packages/bahub/bahubapp/entity/definition.py:287: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/bahub/bahubapp/entity/encryption.py:43: SyntaxWarning: "is not" with a literal. Did you mean "!="? removing /tmp/tmpu_w9tcvs.py running install_data creating /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/local creating /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/local/etc creating /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/local/etc/bahub copying ./configuration.yaml.dist -> /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/local/etc/bahub/ running install_egg_info running egg_info writing bahub.egg-info/PKG-INFO writing dependency_links to bahub.egg-info/dependency_links.txt writing entry points to bahub.egg-info/entry_points.txt writing top-level names to bahub.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt Copying bahub.egg-info to /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/lib/python3.9/site-packages/bahub-2.0.6-py3.9.egg-info running install_scripts Installing bahub script to /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64//usr/share/doc/python-bahub + '[' -d doc ']' ~/build/BUILDROOT/python-bahub-2.0.6-1.aarch64 ~/build/BUILD/bahub-2.0.6 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-bahub-2.0.6-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 ']' + popd ~/build/BUILD/bahub-2.0.6 + mv /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-bahub-2.0.6-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 2.0.6-1 --unique-debug-suffix -2.0.6-1.aarch64 --unique-debug-src-base python-bahub-2.0.6-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/bahub-2.0.6 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-bahub-2.0.6-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 /usr/lib/python3.9/site-packages/bahub/bahubapp/entity/definition.py:287: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/bahub/bahubapp/entity/encryption.py:43: SyntaxWarning: "is not" with a literal. Did you mean "!="? /usr/lib/python3.9/site-packages/bahub/bahubapp/entity/definition.py:287: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/bahub/bahubapp/entity/encryption.py:43: SyntaxWarning: "is not" with a literal. Did you mean "!="? + /usr/lib/rpm/brp-python-hardlink Processing files: python3-bahub-2.0.6-1.noarch Provides: python-bahub python3-bahub = 2.0.6-1 python3.9dist(bahub) = 2.0.6 python3dist(bahub) = 2.0.6 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.9 python3.9dist(setuptools) Processing files: python-bahub-help-2.0.6-1.noarch warning: Empty %files file /builddir/build/BUILD/bahub-2.0.6/doclist.lst Provides: python-bahub-help = 2.0.6-1 python3-bahub-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-bahub-2.0.6-1.aarch64 error: Installed (but unpackaged) file(s) found: /usr/local/etc/bahub/configuration.yaml.dist Empty %files file /builddir/build/BUILD/bahub-2.0.6/doclist.lst Installed (but unpackaged) file(s) found: /usr/local/etc/bahub/configuration.yaml.dist RPM build errors: Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-bahub.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-bahub.spec