Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-django-salesforce.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683310431.193758/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-salesforce.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-salesforce-4.1-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-salesforce.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683310431.193758/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-salesforce.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-salesforce-4.1-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-salesforce.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683310431.193758/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-salesforce.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.4MzHZR + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf django-salesforce-4.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/django-salesforce-4.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd django-salesforce-4.1 + /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.2kdrIc + umask 022 + cd /builddir/build/BUILD + cd django-salesforce-4.1 + 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/salesforce copying salesforce/utils.py -> build/lib/salesforce copying salesforce/__init__.py -> build/lib/salesforce copying salesforce/fields.py -> build/lib/salesforce copying salesforce/models.py -> build/lib/salesforce copying salesforce/auth.py -> build/lib/salesforce copying salesforce/admin.py -> build/lib/salesforce copying salesforce/models_template.py -> build/lib/salesforce copying salesforce/defaults.py -> build/lib/salesforce copying salesforce/models_extend.py -> build/lib/salesforce copying salesforce/apps.py -> build/lib/salesforce copying salesforce/router.py -> build/lib/salesforce creating build/lib/salesforce/tests copying salesforce/tests/test_basic.py -> build/lib/salesforce/tests copying salesforce/tests/test_auth.py -> build/lib/salesforce/tests copying salesforce/tests/test_utils.py -> build/lib/salesforce/tests copying salesforce/tests/test_unit.py -> build/lib/salesforce/tests copying salesforce/tests/__init__.py -> build/lib/salesforce/tests copying salesforce/tests/test_browser.py -> build/lib/salesforce/tests copying salesforce/tests/test_bulk.py -> build/lib/salesforce/tests copying salesforce/tests/test_indep.py -> build/lib/salesforce/tests copying salesforce/tests/test_integration.py -> build/lib/salesforce/tests copying salesforce/tests/test_doc_tests.py -> build/lib/salesforce/tests creating build/lib/salesforce/backend copying salesforce/backend/validation.py -> build/lib/salesforce/backend copying salesforce/backend/models_lookups.py -> build/lib/salesforce/backend copying salesforce/backend/compiler.py -> build/lib/salesforce/backend copying salesforce/backend/utils.py -> build/lib/salesforce/backend copying salesforce/backend/base.py -> build/lib/salesforce/backend copying salesforce/backend/__init__.py -> build/lib/salesforce/backend copying salesforce/backend/manager.py -> build/lib/salesforce/backend copying salesforce/backend/test_helpers.py -> build/lib/salesforce/backend copying salesforce/backend/indep.py -> build/lib/salesforce/backend copying salesforce/backend/features.py -> build/lib/salesforce/backend copying salesforce/backend/introspection.py -> build/lib/salesforce/backend copying salesforce/backend/schema.py -> build/lib/salesforce/backend copying salesforce/backend/models_sql_query.py -> build/lib/salesforce/backend copying salesforce/backend/client.py -> build/lib/salesforce/backend copying salesforce/backend/operations.py -> build/lib/salesforce/backend copying salesforce/backend/query.py -> build/lib/salesforce/backend copying salesforce/backend/creation.py -> build/lib/salesforce/backend creating build/lib/salesforce/dbapi copying salesforce/dbapi/common.py -> build/lib/salesforce/dbapi copying salesforce/dbapi/__init__.py -> build/lib/salesforce/dbapi copying salesforce/dbapi/test_helpers.py -> build/lib/salesforce/dbapi copying salesforce/dbapi/driver.py -> build/lib/salesforce/dbapi copying salesforce/dbapi/exceptions.py -> build/lib/salesforce/dbapi copying salesforce/dbapi/subselect.py -> build/lib/salesforce/dbapi creating build/lib/salesforce/testrunner copying salesforce/testrunner/__init__.py -> build/lib/salesforce/testrunner copying salesforce/testrunner/settings.py -> build/lib/salesforce/testrunner copying salesforce/testrunner/urls.py -> build/lib/salesforce/testrunner creating build/lib/salesforce/management copying salesforce/management/__init__.py -> build/lib/salesforce/management creating build/lib/salesforce/tests/unit_tests copying salesforce/tests/unit_tests/test_qparser.py -> build/lib/salesforce/tests/unit_tests copying salesforce/tests/unit_tests/__init__.py -> build/lib/salesforce/tests/unit_tests creating build/lib/salesforce/testrunner/example copying salesforce/testrunner/example/__init__.py -> build/lib/salesforce/testrunner/example copying salesforce/testrunner/example/models.py -> build/lib/salesforce/testrunner/example copying salesforce/testrunner/example/tests.py -> build/lib/salesforce/testrunner/example copying salesforce/testrunner/example/universal_admin.py -> build/lib/salesforce/testrunner/example copying salesforce/testrunner/example/admin.py -> build/lib/salesforce/testrunner/example copying salesforce/testrunner/example/models_template.py -> build/lib/salesforce/testrunner/example copying salesforce/testrunner/example/forms.py -> build/lib/salesforce/testrunner/example copying salesforce/testrunner/example/urls.py -> build/lib/salesforce/testrunner/example copying salesforce/testrunner/example/views.py -> build/lib/salesforce/testrunner/example creating build/lib/salesforce/management/commands copying salesforce/management/commands/__init__.py -> build/lib/salesforce/management/commands copying salesforce/management/commands/inspectdb.py -> build/lib/salesforce/management/commands running egg_info writing django_salesforce.egg-info/PKG-INFO writing dependency_links to django_salesforce.egg-info/dependency_links.txt writing requirements to django_salesforce.egg-info/requires.txt writing top-level names to django_salesforce.egg-info/top_level.txt reading manifest file 'django_salesforce.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching 'salesforce/testrunner/local_settings.py' adding license file 'LICENSE.md' adding license file 'AUTHORS.md' writing manifest file 'django_salesforce.egg-info/SOURCES.txt' copying salesforce/testrunner/local_settings.py.sample -> build/lib/salesforce/testrunner copying salesforce/testrunner/test_patch.diff -> build/lib/salesforce/testrunner creating build/lib/salesforce/testrunner/example/templates copying salesforce/testrunner/example/templates/list-accounts.html -> build/lib/salesforce/testrunner/example/templates copying salesforce/testrunner/example/templates/search-accounts.html -> build/lib/salesforce/testrunner/example/templates + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VfxI1X + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64 + cd django-salesforce-4.1 + 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-salesforce-4.1-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-salesforce-4.1-1.x86_64/usr creating /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce creating /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests copying build/lib/salesforce/tests/test_basic.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests copying build/lib/salesforce/tests/test_auth.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests copying build/lib/salesforce/tests/test_utils.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests creating /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests/unit_tests copying build/lib/salesforce/tests/unit_tests/test_qparser.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests/unit_tests copying build/lib/salesforce/tests/unit_tests/__init__.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests/unit_tests copying build/lib/salesforce/tests/test_unit.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests copying build/lib/salesforce/tests/__init__.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests copying build/lib/salesforce/tests/test_browser.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests copying build/lib/salesforce/tests/test_bulk.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests copying build/lib/salesforce/tests/test_indep.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests copying build/lib/salesforce/tests/test_integration.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests copying build/lib/salesforce/tests/test_doc_tests.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests copying build/lib/salesforce/utils.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce copying build/lib/salesforce/__init__.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce copying build/lib/salesforce/fields.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce creating /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/backend/validation.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/backend/models_lookups.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/backend/compiler.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/backend/utils.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/backend/base.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/backend/__init__.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/backend/manager.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/backend/test_helpers.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/backend/indep.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/backend/features.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/backend/introspection.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/backend/schema.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/backend/models_sql_query.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/backend/client.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/backend/operations.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/backend/query.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/backend/creation.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend copying build/lib/salesforce/models.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce copying build/lib/salesforce/auth.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce copying build/lib/salesforce/admin.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce copying build/lib/salesforce/models_template.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce copying build/lib/salesforce/defaults.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce creating /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/dbapi copying build/lib/salesforce/dbapi/common.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/dbapi copying build/lib/salesforce/dbapi/__init__.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/dbapi copying build/lib/salesforce/dbapi/test_helpers.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/dbapi copying build/lib/salesforce/dbapi/driver.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/dbapi copying build/lib/salesforce/dbapi/exceptions.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/dbapi copying build/lib/salesforce/dbapi/subselect.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/dbapi creating /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner copying build/lib/salesforce/testrunner/__init__.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner copying build/lib/salesforce/testrunner/local_settings.py.sample -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner creating /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example copying build/lib/salesforce/testrunner/example/__init__.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example creating /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example/templates copying build/lib/salesforce/testrunner/example/templates/search-accounts.html -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example/templates copying build/lib/salesforce/testrunner/example/templates/list-accounts.html -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example/templates copying build/lib/salesforce/testrunner/example/models.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example copying build/lib/salesforce/testrunner/example/tests.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example copying build/lib/salesforce/testrunner/example/universal_admin.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example copying build/lib/salesforce/testrunner/example/admin.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example copying build/lib/salesforce/testrunner/example/models_template.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example copying build/lib/salesforce/testrunner/example/forms.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example copying build/lib/salesforce/testrunner/example/urls.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example copying build/lib/salesforce/testrunner/example/views.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example copying build/lib/salesforce/testrunner/settings.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner copying build/lib/salesforce/testrunner/test_patch.diff -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner copying build/lib/salesforce/testrunner/urls.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner copying build/lib/salesforce/models_extend.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce copying build/lib/salesforce/apps.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce creating /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/management copying build/lib/salesforce/management/__init__.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/management creating /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/management/commands copying build/lib/salesforce/management/commands/__init__.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/management/commands copying build/lib/salesforce/management/commands/inspectdb.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/management/commands copying build/lib/salesforce/router.py -> /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests/test_basic.py to test_basic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests/test_auth.py to test_auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests/unit_tests/test_qparser.py to test_qparser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests/unit_tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests/test_unit.py to test_unit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests/test_browser.py to test_browser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests/test_bulk.py to test_bulk.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests/test_indep.py to test_indep.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests/test_integration.py to test_integration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/tests/test_doc_tests.py to test_doc_tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend/validation.py to validation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend/models_lookups.py to models_lookups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend/compiler.py to compiler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend/manager.py to manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend/test_helpers.py to test_helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend/indep.py to indep.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend/features.py to features.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend/introspection.py to introspection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend/models_sql_query.py to models_sql_query.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend/operations.py to operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend/query.py to query.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/backend/creation.py to creation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/auth.py to auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/admin.py to admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/models_template.py to models_template.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/defaults.py to defaults.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/dbapi/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/dbapi/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/dbapi/test_helpers.py to test_helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/dbapi/driver.py to driver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/dbapi/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/dbapi/subselect.py to subselect.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example/tests.py to tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example/universal_admin.py to universal_admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example/admin.py to admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example/models_template.py to models_template.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example/forms.py to forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/example/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/settings.py to settings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/testrunner/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/models_extend.py to models_extend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/management/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/management/commands/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/management/commands/inspectdb.py to inspectdb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/salesforce/router.py to router.cpython-39.pyc writing byte-compilation script '/tmp/tmp5q4z21pn.py' /usr/bin/python3 /tmp/tmp5q4z21pn.py removing /tmp/tmp5q4z21pn.py running install_egg_info running egg_info writing django_salesforce.egg-info/PKG-INFO writing dependency_links to django_salesforce.egg-info/dependency_links.txt writing requirements to django_salesforce.egg-info/requires.txt writing top-level names to django_salesforce.egg-info/top_level.txt reading manifest file 'django_salesforce.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching 'salesforce/testrunner/local_settings.py' adding license file 'LICENSE.md' adding license file 'AUTHORS.md' writing manifest file 'django_salesforce.egg-info/SOURCES.txt' Copying django_salesforce.egg-info to /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/usr/lib/python3.9/site-packages/django_salesforce-4.1-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64//usr/share/doc/python-django-salesforce + '[' -d doc ']' + '[' -d docs ']' + cp -arf docs /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64//usr/share/doc/python-django-salesforce + '[' -d example ']' ~/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64 ~/build/BUILD/django-salesforce-4.1 + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-django-salesforce-4.1-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-salesforce-4.1 + mv /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 4.1-1 --unique-debug-suffix -4.1-1.x86_64 --unique-debug-src-base python-django-salesforce-4.1-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/django-salesforce-4.1 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-salesforce-4.1-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-django-salesforce-4.1-1.noarch Provides: python-django-salesforce python3-django-salesforce = 4.1-1 python3.9dist(django-salesforce) = 4.1 python3dist(django-salesforce) = 4.1 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(pytz) >= 2012c python3.9dist(requests) >= 2.4 Processing files: python-django-salesforce-help-4.1-1.noarch warning: Empty %files file /builddir/build/BUILD/django-salesforce-4.1/doclist.lst Provides: python-django-salesforce-help = 4.1-1 python3-django-salesforce-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-django-salesforce-4.1-1.x86_64 Wrote: /builddir/build/RPMS/python-django-salesforce-help-4.1-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-django-salesforce-4.1-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5DC6cS + umask 022 + cd /builddir/build/BUILD + cd django-salesforce-4.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-django-salesforce-4.1-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0