Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-gcloud-connectors.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686566632.862240/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-django-gcloud-connectors.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-django-gcloud-connectors-0.3.7-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-django-gcloud-connectors.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686566632.862240/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-django-gcloud-connectors.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-django-gcloud-connectors-0.3.7-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-django-gcloud-connectors.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1686566632.862240/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-django-gcloud-connectors.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.6slizK + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf django-gcloud-connectors-0.3.7 + /usr/bin/gzip -dc /builddir/build/SOURCES/django-gcloud-connectors-0.3.7.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd django-gcloud-connectors-0.3.7 + /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.yx9d3P + umask 022 + cd /builddir/build/BUILD + cd django-gcloud-connectors-0.3.7 + 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' running build running build_py creating build creating build/lib creating build/lib/gcloudc copying gcloudc/__init__.py -> build/lib/gcloudc copying gcloudc/utils.py -> build/lib/gcloudc copying gcloudc/context_decorator.py -> build/lib/gcloudc creating build/lib/gcloudc/core copying gcloudc/core/__init__.py -> build/lib/gcloudc/core copying gcloudc/core/validators.py -> build/lib/gcloudc/core creating build/lib/gcloudc/tests copying gcloudc/tests/test_atomic.py -> build/lib/gcloudc/tests copying gcloudc/tests/test_collation_field.py -> build/lib/gcloudc/tests copying gcloudc/tests/test_computed_field.py -> build/lib/gcloudc/tests copying gcloudc/tests/models.py -> build/lib/gcloudc/tests copying gcloudc/tests/test_connector.py -> build/lib/gcloudc/tests copying gcloudc/tests/test_delete.py -> build/lib/gcloudc/tests copying gcloudc/tests/test_related_fields.py -> build/lib/gcloudc/tests copying gcloudc/tests/test_iterable_fields.py -> build/lib/gcloudc/tests copying gcloudc/tests/test_cloud_datastore_runner.py -> build/lib/gcloudc/tests copying gcloudc/tests/__init__.py -> build/lib/gcloudc/tests copying gcloudc/tests/test_json_field.py -> build/lib/gcloudc/tests copying gcloudc/tests/test_transaction_hooks.py -> build/lib/gcloudc/tests copying gcloudc/tests/test_query_by_keys.py -> build/lib/gcloudc/tests copying gcloudc/tests/test_django_interactions.py -> build/lib/gcloudc/tests copying gcloudc/tests/test_unique_constraints.py -> build/lib/gcloudc/tests copying gcloudc/tests/test_operations.py -> build/lib/gcloudc/tests copying gcloudc/tests/test_db_fields.py -> build/lib/gcloudc/tests copying gcloudc/tests/test_async_multi_query.py -> build/lib/gcloudc/tests copying gcloudc/tests/test_excluding_pks.py -> build/lib/gcloudc/tests copying gcloudc/tests/test_query_transform.py -> build/lib/gcloudc/tests creating build/lib/gcloudc/forms copying gcloudc/forms/__init__.py -> build/lib/gcloudc/forms copying gcloudc/forms/fields.py -> build/lib/gcloudc/forms creating build/lib/gcloudc/commands copying gcloudc/commands/__init__.py -> build/lib/gcloudc/commands creating build/lib/gcloudc/db copying gcloudc/db/__init__.py -> build/lib/gcloudc/db copying gcloudc/db/decorators.py -> build/lib/gcloudc/db copying gcloudc/db/transaction.py -> build/lib/gcloudc/db creating build/lib/gcloudc/commands/management copying gcloudc/commands/management/__init__.py -> build/lib/gcloudc/commands/management creating build/lib/gcloudc/commands/management/commands copying gcloudc/commands/management/commands/test.py -> build/lib/gcloudc/commands/management/commands copying gcloudc/commands/management/commands/__init__.py -> build/lib/gcloudc/commands/management/commands copying gcloudc/commands/management/commands/runserver.py -> build/lib/gcloudc/commands/management/commands copying gcloudc/commands/management/commands/shell.py -> build/lib/gcloudc/commands/management/commands creating build/lib/gcloudc/db/models copying gcloudc/db/models/__init__.py -> build/lib/gcloudc/db/models creating build/lib/gcloudc/db/backends copying gcloudc/db/backends/__init__.py -> build/lib/gcloudc/db/backends creating build/lib/gcloudc/db/models/fields copying gcloudc/db/models/fields/iterable.py -> build/lib/gcloudc/db/models/fields copying gcloudc/db/models/fields/computed.py -> build/lib/gcloudc/db/models/fields copying gcloudc/db/models/fields/charfields.py -> build/lib/gcloudc/db/models/fields copying gcloudc/db/models/fields/__init__.py -> build/lib/gcloudc/db/models/fields copying gcloudc/db/models/fields/related.py -> build/lib/gcloudc/db/models/fields copying gcloudc/db/models/fields/json.py -> build/lib/gcloudc/db/models/fields creating build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/formatting.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/query_utils.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/caching.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/expressions.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/schema.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/meta_queries.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/unique_utils.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/compiler.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/commands.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/context.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/base.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/__init__.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/query.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/utils.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/dbapi.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/transaction.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/constraints.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/indexing.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/unique_mixins.py -> build/lib/gcloudc/db/backends/datastore copying gcloudc/db/backends/datastore/dnf.py -> build/lib/gcloudc/db/backends/datastore creating build/lib/gcloudc/db/backends/datastore/parsers copying gcloudc/db/backends/datastore/parsers/base.py -> build/lib/gcloudc/db/backends/datastore/parsers copying gcloudc/db/backends/datastore/parsers/version_18.py -> build/lib/gcloudc/db/backends/datastore/parsers copying gcloudc/db/backends/datastore/parsers/__init__.py -> build/lib/gcloudc/db/backends/datastore/parsers copying gcloudc/db/backends/datastore/parsers/version_19.py -> build/lib/gcloudc/db/backends/datastore/parsers running egg_info writing django_gcloud_connectors.egg-info/PKG-INFO writing dependency_links to django_gcloud_connectors.egg-info/dependency_links.txt writing requirements to django_gcloud_connectors.egg-info/requires.txt writing top-level names to django_gcloud_connectors.egg-info/top_level.txt reading manifest file 'django_gcloud_connectors.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'LICENSE.md' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'django_gcloud_connectors.egg-info/SOURCES.txt' copying gcloudc/db/models/fields/allkeys-5.2.0.zip -> build/lib/gcloudc/db/models/fields + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.A0P0ej + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64 + cd django-gcloud-connectors-0.3.7 + 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-django-gcloud-connectors-0.3.7-1.x86_64 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-django-gcloud-connectors-0.3.7-1.x86_64/usr creating /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc creating /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/core copying build/lib/gcloudc/core/__init__.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/core copying build/lib/gcloudc/core/validators.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/core creating /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_atomic.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_collation_field.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_computed_field.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/models.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_connector.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_delete.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_related_fields.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_iterable_fields.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_cloud_datastore_runner.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/__init__.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_json_field.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_transaction_hooks.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_query_by_keys.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_django_interactions.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_unique_constraints.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_operations.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_db_fields.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_async_multi_query.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_excluding_pks.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests copying build/lib/gcloudc/tests/test_query_transform.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests creating /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/forms copying build/lib/gcloudc/forms/__init__.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/forms copying build/lib/gcloudc/forms/fields.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/forms creating /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/commands copying build/lib/gcloudc/commands/__init__.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/commands creating /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/commands/management creating /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/commands/management/commands copying build/lib/gcloudc/commands/management/commands/test.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/commands/management/commands copying build/lib/gcloudc/commands/management/commands/__init__.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/commands/management/commands copying build/lib/gcloudc/commands/management/commands/runserver.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/commands/management/commands copying build/lib/gcloudc/commands/management/commands/shell.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/commands/management/commands copying build/lib/gcloudc/commands/management/__init__.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/commands/management creating /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db creating /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/models copying build/lib/gcloudc/db/models/__init__.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/models creating /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/models/fields copying build/lib/gcloudc/db/models/fields/iterable.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/models/fields copying build/lib/gcloudc/db/models/fields/computed.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/models/fields copying build/lib/gcloudc/db/models/fields/charfields.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/models/fields copying build/lib/gcloudc/db/models/fields/__init__.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/models/fields copying build/lib/gcloudc/db/models/fields/related.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/models/fields copying build/lib/gcloudc/db/models/fields/json.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/models/fields copying build/lib/gcloudc/db/models/fields/allkeys-5.2.0.zip -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/models/fields creating /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends copying build/lib/gcloudc/db/backends/__init__.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends creating /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/formatting.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/query_utils.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore creating /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/parsers copying build/lib/gcloudc/db/backends/datastore/parsers/base.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/parsers copying build/lib/gcloudc/db/backends/datastore/parsers/version_18.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/parsers copying build/lib/gcloudc/db/backends/datastore/parsers/__init__.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/parsers copying build/lib/gcloudc/db/backends/datastore/parsers/version_19.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/parsers copying build/lib/gcloudc/db/backends/datastore/caching.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/expressions.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/schema.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/meta_queries.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/unique_utils.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/compiler.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/commands.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/context.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/base.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/__init__.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/query.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/utils.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/dbapi.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/transaction.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/constraints.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/indexing.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/unique_mixins.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/backends/datastore/dnf.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore copying build/lib/gcloudc/db/__init__.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db copying build/lib/gcloudc/db/decorators.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db copying build/lib/gcloudc/db/transaction.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db copying build/lib/gcloudc/__init__.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc copying build/lib/gcloudc/utils.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc copying build/lib/gcloudc/context_decorator.py -> /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/core/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/core/validators.py to validators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_atomic.py to test_atomic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_collation_field.py to test_collation_field.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_computed_field.py to test_computed_field.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_connector.py to test_connector.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_delete.py to test_delete.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_related_fields.py to test_related_fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_iterable_fields.py to test_iterable_fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_cloud_datastore_runner.py to test_cloud_datastore_runner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_json_field.py to test_json_field.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_transaction_hooks.py to test_transaction_hooks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_query_by_keys.py to test_query_by_keys.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_django_interactions.py to test_django_interactions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_unique_constraints.py to test_unique_constraints.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_operations.py to test_operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_db_fields.py to test_db_fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_async_multi_query.py to test_async_multi_query.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_excluding_pks.py to test_excluding_pks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/tests/test_query_transform.py to test_query_transform.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/forms/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/forms/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/commands/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/commands/management/commands/test.py to test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/commands/management/commands/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/commands/management/commands/runserver.py to runserver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/commands/management/commands/shell.py to shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/commands/management/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/models/fields/iterable.py to iterable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/models/fields/computed.py to computed.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/models/fields/charfields.py to charfields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/models/fields/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/models/fields/related.py to related.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/models/fields/json.py to json.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/formatting.py to formatting.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/query_utils.py to query_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/parsers/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/parsers/version_18.py to version_18.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/parsers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/parsers/version_19.py to version_19.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/caching.py to caching.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/expressions.py to expressions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/meta_queries.py to meta_queries.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/unique_utils.py to unique_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/compiler.py to compiler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/commands.py to commands.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/context.py to context.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/query.py to query.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/dbapi.py to dbapi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/transaction.py to transaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/constraints.py to constraints.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/indexing.py to indexing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/unique_mixins.py to unique_mixins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/backends/datastore/dnf.py to dnf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/decorators.py to decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/db/transaction.py to transaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/gcloudc/context_decorator.py to context_decorator.cpython-39.pyc writing byte-compilation script '/tmp/tmpn7m8z6kg.py' /usr/bin/python3 /tmp/tmpn7m8z6kg.py removing /tmp/tmpn7m8z6kg.py running install_egg_info running egg_info writing django_gcloud_connectors.egg-info/PKG-INFO writing dependency_links to django_gcloud_connectors.egg-info/dependency_links.txt writing requirements to django_gcloud_connectors.egg-info/requires.txt writing top-level names to django_gcloud_connectors.egg-info/top_level.txt reading manifest file 'django_gcloud_connectors.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'LICENSE.md' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' adding license file 'LICENSE' writing manifest file 'django_gcloud_connectors.egg-info/SOURCES.txt' Copying django_gcloud_connectors.egg-info to /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9/site-packages/django_gcloud_connectors-0.3.6-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64//usr/share/doc/python-django-gcloud-connectors + '[' -d doc ']' ~/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64 ~/build/BUILD/django-gcloud-connectors-0.3.7 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64 + '[' -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/django-gcloud-connectors-0.3.7 + mv /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-django-gcloud-connectors-0.3.7-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.3.7-1 --unique-debug-suffix -0.3.7-1.x86_64 --unique-debug-src-base python-django-gcloud-connectors-0.3.7-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/django-gcloud-connectors-0.3.7 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-django-gcloud-connectors-0.3.7-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-django-gcloud-connectors-0.3.7-1.noarch error: Illegal char '*' (0x2a) in: 3.3.* Provides: python-django-gcloud-connectors python3-django-gcloud-connectors = 0.3.7-1 python3.9dist(django-gcloud-connectors) = 0.3.6 python3dist(django-gcloud-connectors) = 0.3.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: python(abi) = 3.9 python3.9dist(django) >= 2 python3.9dist(google-cloud-datastore) >= 1.15.3 python3.9dist(pyuca) = 1.2 python3.9dist(pyyaml) >= 5.3.1 python3.9dist(pyyaml) < 6 python3.9dist(sleuth-mock) = 0.1 RPM build errors: Illegal char '*' (0x2a) in: 3.3.* Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-django-gcloud-connectors.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.9/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 x86_64 --nodeps /builddir/build/SPECS/python-django-gcloud-connectors.spec