Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-firestore.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681847140.438500/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-firestore.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-firestore-0.0.8-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-firestore.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681847140.438500/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-firestore.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-firestore-0.0.8-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-firestore.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1681847140.438500/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-firestore.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.W3vTSh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf firestore-0.0.8 + /usr/bin/gzip -dc /builddir/build/SOURCES/firestore-0.0.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd firestore-0.0.8 + /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.DvUnBc + umask 022 + cd /builddir/build/BUILD + cd firestore-0.0.8 + 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' /usr/lib64/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'dependencies' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_firestore_imports.py -> build/lib/tests creating build/lib/firestore copying firestore/__init__.py -> build/lib/firestore copying firestore/exceptions.py -> build/lib/firestore copying firestore/validators.py -> build/lib/firestore creating build/lib/tests/db copying tests/db/__init__.py -> build/lib/tests/db copying tests/db/connection_test.py -> build/lib/tests/db copying tests/db/resultset_test.py -> build/lib/tests/db copying tests/db/connector_test.py -> build/lib/tests/db creating build/lib/tests/containers copying tests/containers/__init__.py -> build/lib/tests/containers copying tests/containers/collection_test.py -> build/lib/tests/containers copying tests/containers/schema_test.py -> build/lib/tests/containers creating build/lib/tests/datatypes copying tests/datatypes/__init__.py -> build/lib/tests/datatypes copying tests/datatypes/timestamp_test.py -> build/lib/tests/datatypes copying tests/datatypes/geopoint_test.py -> build/lib/tests/datatypes copying tests/datatypes/number_test.py -> build/lib/tests/datatypes copying tests/datatypes/collection_test.py -> build/lib/tests/datatypes copying tests/datatypes/map_test.py -> build/lib/tests/datatypes copying tests/datatypes/boolean_test.py -> build/lib/tests/datatypes copying tests/datatypes/base_test.py -> build/lib/tests/datatypes copying tests/datatypes/datatype_test.py -> build/lib/tests/datatypes copying tests/datatypes/string_test.py -> build/lib/tests/datatypes copying tests/datatypes/array_test.py -> build/lib/tests/datatypes copying tests/datatypes/reference_test.py -> build/lib/tests/datatypes copying tests/datatypes/special_array_test.py -> build/lib/tests/datatypes creating build/lib/firestore/errors copying firestore/errors/__init__.py -> build/lib/firestore/errors creating build/lib/firestore/db copying firestore/db/__init__.py -> build/lib/firestore/db copying firestore/db/cache.py -> build/lib/firestore/db copying firestore/db/connector.py -> build/lib/firestore/db copying firestore/db/connection.py -> build/lib/firestore/db copying firestore/db/syncdb.py -> build/lib/firestore/db creating build/lib/firestore/containers copying firestore/containers/__init__.py -> build/lib/firestore/containers copying firestore/containers/document.py -> build/lib/firestore/containers copying firestore/containers/collection.py -> build/lib/firestore/containers creating build/lib/firestore/utils copying firestore/utils/__init__.py -> build/lib/firestore/utils copying firestore/utils/array.py -> build/lib/firestore/utils creating build/lib/firestore/async copying firestore/async/__init__.py -> build/lib/firestore/async creating build/lib/firestore/datatypes copying firestore/datatypes/__init__.py -> build/lib/firestore/datatypes copying firestore/datatypes/boolean.py -> build/lib/firestore/datatypes copying firestore/datatypes/string.py -> build/lib/firestore/datatypes copying firestore/datatypes/geopoint.py -> build/lib/firestore/datatypes copying firestore/datatypes/byte.py -> build/lib/firestore/datatypes copying firestore/datatypes/constants.py -> build/lib/firestore/datatypes copying firestore/datatypes/null.py -> build/lib/firestore/datatypes copying firestore/datatypes/timestamp.py -> build/lib/firestore/datatypes copying firestore/datatypes/base.py -> build/lib/firestore/datatypes copying firestore/datatypes/number.py -> build/lib/firestore/datatypes copying firestore/datatypes/_special_array.py -> build/lib/firestore/datatypes copying firestore/datatypes/map.py -> build/lib/firestore/datatypes copying firestore/datatypes/float.py -> build/lib/firestore/datatypes copying firestore/datatypes/reference.py -> build/lib/firestore/datatypes copying firestore/datatypes/datatype.py -> build/lib/firestore/datatypes copying firestore/datatypes/array.py -> build/lib/firestore/datatypes copying firestore/datatypes/integer.py -> build/lib/firestore/datatypes running egg_info writing firestore.egg-info/PKG-INFO writing dependency_links to firestore.egg-info/dependency_links.txt writing requirements to firestore.egg-info/requires.txt writing top-level names to firestore.egg-info/top_level.txt reading manifest file 'firestore.egg-info/SOURCES.txt' writing manifest file 'firestore.egg-info/SOURCES.txt' + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.w1vSHX + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64 + cd firestore-0.0.8 + 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-firestore-0.0.8-1.x86_64 /usr/lib64/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'dependencies' warnings.warn(msg) 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-firestore-0.0.8-1.x86_64/usr creating /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/__init__.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/db copying build/lib/tests/db/__init__.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/db copying build/lib/tests/db/connection_test.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/db copying build/lib/tests/db/resultset_test.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/db copying build/lib/tests/db/connector_test.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/db creating /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/containers copying build/lib/tests/containers/__init__.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/containers copying build/lib/tests/containers/collection_test.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/containers copying build/lib/tests/containers/schema_test.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/containers creating /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes copying build/lib/tests/datatypes/__init__.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes copying build/lib/tests/datatypes/timestamp_test.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes copying build/lib/tests/datatypes/geopoint_test.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes copying build/lib/tests/datatypes/number_test.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes copying build/lib/tests/datatypes/collection_test.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes copying build/lib/tests/datatypes/map_test.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes copying build/lib/tests/datatypes/boolean_test.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes copying build/lib/tests/datatypes/base_test.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes copying build/lib/tests/datatypes/datatype_test.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes copying build/lib/tests/datatypes/string_test.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes copying build/lib/tests/datatypes/array_test.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes copying build/lib/tests/datatypes/reference_test.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes copying build/lib/tests/datatypes/special_array_test.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes copying build/lib/tests/test_firestore_imports.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore copying build/lib/firestore/__init__.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore creating /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/errors copying build/lib/firestore/errors/__init__.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/errors copying build/lib/firestore/exceptions.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore creating /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/db copying build/lib/firestore/db/__init__.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/db copying build/lib/firestore/db/cache.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/db copying build/lib/firestore/db/connector.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/db copying build/lib/firestore/db/connection.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/db copying build/lib/firestore/db/syncdb.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/db copying build/lib/firestore/validators.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore creating /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/containers copying build/lib/firestore/containers/__init__.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/containers copying build/lib/firestore/containers/document.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/containers copying build/lib/firestore/containers/collection.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/containers creating /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/utils copying build/lib/firestore/utils/__init__.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/utils copying build/lib/firestore/utils/array.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/utils creating /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/async copying build/lib/firestore/async/__init__.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/async creating /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes copying build/lib/firestore/datatypes/__init__.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes copying build/lib/firestore/datatypes/boolean.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes copying build/lib/firestore/datatypes/string.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes copying build/lib/firestore/datatypes/geopoint.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes copying build/lib/firestore/datatypes/byte.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes copying build/lib/firestore/datatypes/constants.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes copying build/lib/firestore/datatypes/null.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes copying build/lib/firestore/datatypes/timestamp.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes copying build/lib/firestore/datatypes/base.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes copying build/lib/firestore/datatypes/number.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes copying build/lib/firestore/datatypes/_special_array.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes copying build/lib/firestore/datatypes/map.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes copying build/lib/firestore/datatypes/float.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes copying build/lib/firestore/datatypes/reference.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes copying build/lib/firestore/datatypes/datatype.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes copying build/lib/firestore/datatypes/array.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes copying build/lib/firestore/datatypes/integer.py -> /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/db/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/db/connection_test.py to connection_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/db/resultset_test.py to resultset_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/db/connector_test.py to connector_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/containers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/containers/collection_test.py to collection_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/containers/schema_test.py to schema_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes/timestamp_test.py to timestamp_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes/geopoint_test.py to geopoint_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes/number_test.py to number_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes/collection_test.py to collection_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes/map_test.py to map_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes/boolean_test.py to boolean_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes/base_test.py to base_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes/datatype_test.py to datatype_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes/string_test.py to string_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes/array_test.py to array_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes/reference_test.py to reference_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/datatypes/special_array_test.py to special_array_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/tests/test_firestore_imports.py to test_firestore_imports.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/errors/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/db/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/db/cache.py to cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/db/connector.py to connector.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/db/connection.py to connection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/db/syncdb.py to syncdb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/validators.py to validators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/containers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/containers/document.py to document.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/containers/collection.py to collection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/utils/array.py to array.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/async/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes/boolean.py to boolean.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes/string.py to string.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes/geopoint.py to geopoint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes/byte.py to byte.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes/null.py to null.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes/timestamp.py to timestamp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes/number.py to number.cpython-39.pyc /usr/lib/python3.9/site-packages/firestore/datatypes/number.py:44: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/firestore/datatypes/number.py:54: SyntaxWarning: "is" with a literal. Did you mean "=="? byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes/_special_array.py to _special_array.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes/map.py to map.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes/float.py to float.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes/reference.py to reference.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes/datatype.py to datatype.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes/array.py to array.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore/datatypes/integer.py to integer.cpython-39.pyc writing byte-compilation script '/tmp/tmpyr940tku.py' /usr/bin/python3 /tmp/tmpyr940tku.py /usr/lib/python3.9/site-packages/firestore/datatypes/number.py:44: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/firestore/datatypes/number.py:54: SyntaxWarning: "is" with a literal. Did you mean "=="? removing /tmp/tmpyr940tku.py running install_egg_info running egg_info writing firestore.egg-info/PKG-INFO writing dependency_links to firestore.egg-info/dependency_links.txt writing requirements to firestore.egg-info/requires.txt writing top-level names to firestore.egg-info/top_level.txt reading manifest file 'firestore.egg-info/SOURCES.txt' writing manifest file 'firestore.egg-info/SOURCES.txt' Copying firestore.egg-info to /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/usr/lib/python3.9/site-packages/firestore-0.0.8-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64//usr/share/doc/python-firestore + '[' -d doc ']' ~/build/BUILDROOT/python-firestore-0.0.8-1.x86_64 ~/build/BUILD/firestore-0.0.8 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-firestore-0.0.8-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/firestore-0.0.8 + mv /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.0.8-1 --unique-debug-suffix -0.0.8-1.x86_64 --unique-debug-src-base python-firestore-0.0.8-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/firestore-0.0.8 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-firestore-0.0.8-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 /usr/lib/python3.9/site-packages/firestore/datatypes/number.py:44: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/firestore/datatypes/number.py:54: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/firestore/datatypes/number.py:44: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.9/site-packages/firestore/datatypes/number.py:54: SyntaxWarning: "is" with a literal. Did you mean "=="? + /usr/lib/rpm/brp-python-hardlink Processing files: python3-firestore-0.0.8-1.noarch Provides: python-firestore python3-firestore = 0.0.8-1 python3.9dist(firestore) = 0.0.8 python3dist(firestore) = 0.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(firebase-admin) python3.9dist(iso8601) Processing files: python-firestore-help-0.0.8-1.noarch warning: Empty %files file /builddir/build/BUILD/firestore-0.0.8/doclist.lst Provides: python-firestore-help = 0.0.8-1 python3-firestore-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-firestore-0.0.8-1.x86_64 Wrote: /builddir/build/RPMS/python-firestore-help-0.0.8-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-firestore-0.0.8-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Rju7v1 + umask 022 + cd /builddir/build/BUILD + cd firestore-0.0.8 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-firestore-0.0.8-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0