Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-pydbrepo.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686536268.328249/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-pydbrepo.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-pydbrepo-0.8.0-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-pydbrepo.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686536268.328249/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-pydbrepo.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-pydbrepo-0.8.0-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-pydbrepo.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686536268.328249/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-pydbrepo.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.969x21 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pydbrepo-0.8.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/pydbrepo-0.8.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pydbrepo-0.8.0 + /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.TyJgTJ + umask 022 + cd /builddir/build/BUILD + cd pydbrepo-0.8.0 + 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/pydbrepo copying pydbrepo/__init__.py -> build/lib/pydbrepo creating build/lib/pydbrepo/decorators copying pydbrepo/decorators/entities.py -> build/lib/pydbrepo/decorators copying pydbrepo/decorators/__init__.py -> build/lib/pydbrepo/decorators creating build/lib/pydbrepo/descriptors copying pydbrepo/descriptors/field.py -> build/lib/pydbrepo/descriptors copying pydbrepo/descriptors/__init__.py -> build/lib/pydbrepo/descriptors creating build/lib/pydbrepo/drivers copying pydbrepo/drivers/mongo.py -> build/lib/pydbrepo/drivers copying pydbrepo/drivers/sqlite.py -> build/lib/pydbrepo/drivers copying pydbrepo/drivers/qldb.py -> build/lib/pydbrepo/drivers copying pydbrepo/drivers/mysql.py -> build/lib/pydbrepo/drivers copying pydbrepo/drivers/driver.py -> build/lib/pydbrepo/drivers copying pydbrepo/drivers/postgres.py -> build/lib/pydbrepo/drivers copying pydbrepo/drivers/__init__.py -> build/lib/pydbrepo/drivers creating build/lib/pydbrepo/entity copying pydbrepo/entity/entity.py -> build/lib/pydbrepo/entity copying pydbrepo/entity/enum_entity.py -> build/lib/pydbrepo/entity copying pydbrepo/entity/__init__.py -> build/lib/pydbrepo/entity creating build/lib/pydbrepo/errors copying pydbrepo/errors/config.py -> build/lib/pydbrepo/errors copying pydbrepo/errors/serialization.py -> build/lib/pydbrepo/errors copying pydbrepo/errors/queries.py -> build/lib/pydbrepo/errors copying pydbrepo/errors/fields.py -> build/lib/pydbrepo/errors copying pydbrepo/errors/__init__.py -> build/lib/pydbrepo/errors creating build/lib/pydbrepo/helpers copying pydbrepo/helpers/__init__.py -> build/lib/pydbrepo/helpers creating build/lib/pydbrepo/helpers/common copying pydbrepo/helpers/common/common.py -> build/lib/pydbrepo/helpers/common copying pydbrepo/helpers/common/__init__.py -> build/lib/pydbrepo/helpers/common creating build/lib/pydbrepo/helpers/mongo copying pydbrepo/helpers/mongo/mongo.py -> build/lib/pydbrepo/helpers/mongo copying pydbrepo/helpers/mongo/__init__.py -> build/lib/pydbrepo/helpers/mongo creating build/lib/pydbrepo/helpers/mysql copying pydbrepo/helpers/mysql/mysql.py -> build/lib/pydbrepo/helpers/mysql copying pydbrepo/helpers/mysql/__init__.py -> build/lib/pydbrepo/helpers/mysql creating build/lib/pydbrepo/helpers/sql copying pydbrepo/helpers/sql/sql.py -> build/lib/pydbrepo/helpers/sql copying pydbrepo/helpers/sql/__init__.py -> build/lib/pydbrepo/helpers/sql creating build/lib/pydbrepo/helpers/sqlite copying pydbrepo/helpers/sqlite/sqlite.py -> build/lib/pydbrepo/helpers/sqlite copying pydbrepo/helpers/sqlite/__init__.py -> build/lib/pydbrepo/helpers/sqlite creating build/lib/pydbrepo/repository copying pydbrepo/repository/repository.py -> build/lib/pydbrepo/repository copying pydbrepo/repository/qldb_repository.py -> build/lib/pydbrepo/repository copying pydbrepo/repository/mongo_repository.py -> build/lib/pydbrepo/repository copying pydbrepo/repository/mysql_repository.py -> build/lib/pydbrepo/repository copying pydbrepo/repository/postgres_repository.py -> build/lib/pydbrepo/repository copying pydbrepo/repository/sqlite_repository.py -> build/lib/pydbrepo/repository copying pydbrepo/repository/__init__.py -> build/lib/pydbrepo/repository + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yuyD34 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64 + cd pydbrepo-0.8.0 + 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-pydbrepo-0.8.0-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-pydbrepo-0.8.0-1.aarch64/usr creating /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo creating /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/repository copying build/lib/pydbrepo/repository/repository.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/repository copying build/lib/pydbrepo/repository/qldb_repository.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/repository copying build/lib/pydbrepo/repository/mongo_repository.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/repository copying build/lib/pydbrepo/repository/mysql_repository.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/repository copying build/lib/pydbrepo/repository/postgres_repository.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/repository copying build/lib/pydbrepo/repository/sqlite_repository.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/repository copying build/lib/pydbrepo/repository/__init__.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/repository creating /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/descriptors copying build/lib/pydbrepo/descriptors/field.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/descriptors copying build/lib/pydbrepo/descriptors/__init__.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/descriptors creating /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/decorators copying build/lib/pydbrepo/decorators/entities.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/decorators copying build/lib/pydbrepo/decorators/__init__.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/decorators creating /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/errors copying build/lib/pydbrepo/errors/config.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/errors copying build/lib/pydbrepo/errors/serialization.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/errors copying build/lib/pydbrepo/errors/queries.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/errors copying build/lib/pydbrepo/errors/fields.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/errors copying build/lib/pydbrepo/errors/__init__.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/errors creating /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/entity copying build/lib/pydbrepo/entity/entity.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/entity copying build/lib/pydbrepo/entity/enum_entity.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/entity copying build/lib/pydbrepo/entity/__init__.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/entity creating /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/drivers copying build/lib/pydbrepo/drivers/mongo.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/drivers copying build/lib/pydbrepo/drivers/sqlite.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/drivers copying build/lib/pydbrepo/drivers/qldb.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/drivers copying build/lib/pydbrepo/drivers/mysql.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/drivers copying build/lib/pydbrepo/drivers/driver.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/drivers copying build/lib/pydbrepo/drivers/postgres.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/drivers copying build/lib/pydbrepo/drivers/__init__.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/drivers creating /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers creating /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/common copying build/lib/pydbrepo/helpers/common/common.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/common copying build/lib/pydbrepo/helpers/common/__init__.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/common creating /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/sqlite copying build/lib/pydbrepo/helpers/sqlite/sqlite.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/sqlite copying build/lib/pydbrepo/helpers/sqlite/__init__.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/sqlite creating /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/mongo copying build/lib/pydbrepo/helpers/mongo/mongo.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/mongo copying build/lib/pydbrepo/helpers/mongo/__init__.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/mongo creating /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/mysql copying build/lib/pydbrepo/helpers/mysql/mysql.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/mysql copying build/lib/pydbrepo/helpers/mysql/__init__.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/mysql copying build/lib/pydbrepo/helpers/__init__.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers creating /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/sql copying build/lib/pydbrepo/helpers/sql/sql.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/sql copying build/lib/pydbrepo/helpers/sql/__init__.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/sql copying build/lib/pydbrepo/__init__.py -> /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/repository/repository.py to repository.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/repository/qldb_repository.py to qldb_repository.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/repository/mongo_repository.py to mongo_repository.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/repository/mysql_repository.py to mysql_repository.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/repository/postgres_repository.py to postgres_repository.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/repository/sqlite_repository.py to sqlite_repository.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/repository/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/descriptors/field.py to field.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/descriptors/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/decorators/entities.py to entities.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/decorators/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/errors/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/errors/serialization.py to serialization.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/errors/queries.py to queries.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/errors/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/errors/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/entity/entity.py to entity.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/entity/enum_entity.py to enum_entity.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/entity/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/drivers/mongo.py to mongo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/drivers/sqlite.py to sqlite.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/drivers/qldb.py to qldb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/drivers/mysql.py to mysql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/drivers/driver.py to driver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/drivers/postgres.py to postgres.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/drivers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/common/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/common/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/sqlite/sqlite.py to sqlite.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/sqlite/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/mongo/mongo.py to mongo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/mongo/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/mysql/mysql.py to mysql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/mysql/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/sql/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/helpers/sql/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmpx_w7v9ku.py' /usr/bin/python3 /tmp/tmpx_w7v9ku.py removing /tmp/tmpx_w7v9ku.py running install_egg_info running egg_info creating pydbrepo.egg-info writing pydbrepo.egg-info/PKG-INFO writing dependency_links to pydbrepo.egg-info/dependency_links.txt writing requirements to pydbrepo.egg-info/requires.txt writing top-level names to pydbrepo.egg-info/top_level.txt writing manifest file 'pydbrepo.egg-info/SOURCES.txt' reading manifest file 'pydbrepo.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'pydbrepo.egg-info/SOURCES.txt' Copying pydbrepo.egg-info to /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9/site-packages/pydbrepo-0.8.0-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64//usr/share/doc/python-pydbrepo + '[' -d doc ']' ~/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64 ~/build/BUILD/pydbrepo-0.8.0 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '"/%h/%f"\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/pydbrepo-0.8.0 + mv /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.8.0-1 --unique-debug-suffix -0.8.0-1.aarch64 --unique-debug-src-base python-pydbrepo-0.8.0-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/pydbrepo-0.8.0 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-pydbrepo-0.8.0-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-pydbrepo-0.8.0-1.noarch Provides: python-pydbrepo python3-pydbrepo = 0.8.0-1 python3.9dist(pydbrepo) = 0.8 python3dist(pydbrepo) = 0.8 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: python(abi) = 3.9 python3.9dist(pypika) >= 0.48.7 python3.9dist(pypika) < 0.49 python3.9dist(python-dateutil) >= 2.8.2 python3.9dist(python-dateutil) < 3 Processing files: python-pydbrepo-help-0.8.0-1.noarch warning: Empty %files file /builddir/build/BUILD/pydbrepo-0.8.0/doclist.lst Provides: python-pydbrepo-help = 0.8.0-1 python3-pydbrepo-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-pydbrepo-0.8.0-1.aarch64 Wrote: /builddir/build/RPMS/python-pydbrepo-help-0.8.0-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-pydbrepo-0.8.0-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.FKEPTF + umask 022 + cd /builddir/build/BUILD + cd pydbrepo-0.8.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pydbrepo-0.8.0-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0