Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-pandera.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682186829.648537/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-pandera.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-pandera-0.14.5-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-pandera.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682186829.648537/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-pandera.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-pandera-0.14.5-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-pandera.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1682186829.648537/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-pandera.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.m6pLLZ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pandera-0.14.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/pandera-0.14.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pandera-0.14.5 + /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.kpFuuN + umask 022 + cd /builddir/build/BUILD + cd pandera-0.14.5 + 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/pandera copying pandera/errors.py -> build/lib/pandera copying pandera/error_handlers.py -> build/lib/pandera copying pandera/inspection_utils.py -> build/lib/pandera copying pandera/dtypes.py -> build/lib/pandera copying pandera/extensions.py -> build/lib/pandera copying pandera/__init__.py -> build/lib/pandera copying pandera/decorators.py -> build/lib/pandera copying pandera/external_config.py -> build/lib/pandera copying pandera/mypy.py -> build/lib/pandera copying pandera/system.py -> build/lib/pandera copying pandera/version.py -> build/lib/pandera creating build/lib/pandera/backends copying pandera/backends/__init__.py -> build/lib/pandera/backends creating build/lib/pandera/accessors copying pandera/accessors/modin_accessor.py -> build/lib/pandera/accessors copying pandera/accessors/__init__.py -> build/lib/pandera/accessors copying pandera/accessors/dask_accessor.py -> build/lib/pandera/accessors copying pandera/accessors/pyspark_accessor.py -> build/lib/pandera/accessors copying pandera/accessors/pandas_accessor.py -> build/lib/pandera/accessors creating build/lib/pandera/io copying pandera/io/__init__.py -> build/lib/pandera/io copying pandera/io/pandas_io.py -> build/lib/pandera/io creating build/lib/pandera/schema_inference copying pandera/schema_inference/__init__.py -> build/lib/pandera/schema_inference copying pandera/schema_inference/pandas.py -> build/lib/pandera/schema_inference creating build/lib/pandera/engines copying pandera/engines/engine.py -> build/lib/pandera/engines copying pandera/engines/numpy_engine.py -> build/lib/pandera/engines copying pandera/engines/pandas_engine.py -> build/lib/pandera/engines copying pandera/engines/utils.py -> build/lib/pandera/engines copying pandera/engines/__init__.py -> build/lib/pandera/engines copying pandera/engines/type_aliases.py -> build/lib/pandera/engines creating build/lib/pandera/api copying pandera/api/extensions.py -> build/lib/pandera/api copying pandera/api/checks.py -> build/lib/pandera/api copying pandera/api/__init__.py -> build/lib/pandera/api copying pandera/api/hypotheses.py -> build/lib/pandera/api creating build/lib/pandera/strategies copying pandera/strategies/__init__.py -> build/lib/pandera/strategies copying pandera/strategies/base_strategies.py -> build/lib/pandera/strategies copying pandera/strategies/pandas_strategies.py -> build/lib/pandera/strategies creating build/lib/pandera/schema_statistics copying pandera/schema_statistics/__init__.py -> build/lib/pandera/schema_statistics copying pandera/schema_statistics/pandas.py -> build/lib/pandera/schema_statistics creating build/lib/pandera/typing copying pandera/typing/formats.py -> build/lib/pandera/typing copying pandera/typing/common.py -> build/lib/pandera/typing copying pandera/typing/pyspark.py -> build/lib/pandera/typing copying pandera/typing/dask.py -> build/lib/pandera/typing copying pandera/typing/__init__.py -> build/lib/pandera/typing copying pandera/typing/modin.py -> build/lib/pandera/typing copying pandera/typing/pandas.py -> build/lib/pandera/typing copying pandera/typing/geopandas.py -> build/lib/pandera/typing copying pandera/typing/fastapi.py -> build/lib/pandera/typing creating build/lib/pandera/backends/pandas copying pandera/backends/pandas/builtin_checks.py -> build/lib/pandera/backends/pandas copying pandera/backends/pandas/array.py -> build/lib/pandera/backends/pandas copying pandera/backends/pandas/builtin_hypotheses.py -> build/lib/pandera/backends/pandas copying pandera/backends/pandas/container.py -> build/lib/pandera/backends/pandas copying pandera/backends/pandas/utils.py -> build/lib/pandera/backends/pandas copying pandera/backends/pandas/checks.py -> build/lib/pandera/backends/pandas copying pandera/backends/pandas/__init__.py -> build/lib/pandera/backends/pandas copying pandera/backends/pandas/hypotheses.py -> build/lib/pandera/backends/pandas copying pandera/backends/pandas/components.py -> build/lib/pandera/backends/pandas copying pandera/backends/pandas/error_formatters.py -> build/lib/pandera/backends/pandas copying pandera/backends/pandas/base.py -> build/lib/pandera/backends/pandas creating build/lib/pandera/backends/base copying pandera/backends/base/builtin_checks.py -> build/lib/pandera/backends/base copying pandera/backends/base/builtin_hypotheses.py -> build/lib/pandera/backends/base copying pandera/backends/base/__init__.py -> build/lib/pandera/backends/base creating build/lib/pandera/api/pandas copying pandera/api/pandas/model_config.py -> build/lib/pandera/api/pandas copying pandera/api/pandas/array.py -> build/lib/pandera/api/pandas copying pandera/api/pandas/container.py -> build/lib/pandera/api/pandas copying pandera/api/pandas/types.py -> build/lib/pandera/api/pandas copying pandera/api/pandas/model.py -> build/lib/pandera/api/pandas copying pandera/api/pandas/__init__.py -> build/lib/pandera/api/pandas copying pandera/api/pandas/model_components.py -> build/lib/pandera/api/pandas copying pandera/api/pandas/components.py -> build/lib/pandera/api/pandas creating build/lib/pandera/api/base copying pandera/api/base/model_config.py -> build/lib/pandera/api/base copying pandera/api/base/schema.py -> build/lib/pandera/api/base copying pandera/api/base/checks.py -> build/lib/pandera/api/base copying pandera/api/base/model.py -> build/lib/pandera/api/base copying pandera/api/base/__init__.py -> build/lib/pandera/api/base copying pandera/api/base/model_components.py -> build/lib/pandera/api/base copying pandera/py.typed -> build/lib/pandera + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9sZUGH + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64 + cd pandera-0.14.5 + 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-pandera-0.14.5-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-pandera-0.14.5-1.x86_64/usr creating /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera creating /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends creating /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas copying build/lib/pandera/backends/pandas/builtin_checks.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas copying build/lib/pandera/backends/pandas/array.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas copying build/lib/pandera/backends/pandas/builtin_hypotheses.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas copying build/lib/pandera/backends/pandas/container.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas copying build/lib/pandera/backends/pandas/utils.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas copying build/lib/pandera/backends/pandas/checks.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas copying build/lib/pandera/backends/pandas/__init__.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas copying build/lib/pandera/backends/pandas/hypotheses.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas copying build/lib/pandera/backends/pandas/components.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas copying build/lib/pandera/backends/pandas/error_formatters.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas copying build/lib/pandera/backends/pandas/base.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas copying build/lib/pandera/backends/__init__.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends creating /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/base copying build/lib/pandera/backends/base/builtin_checks.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/base copying build/lib/pandera/backends/base/builtin_hypotheses.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/base copying build/lib/pandera/backends/base/__init__.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/base creating /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/accessors copying build/lib/pandera/accessors/modin_accessor.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/accessors copying build/lib/pandera/accessors/__init__.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/accessors copying build/lib/pandera/accessors/dask_accessor.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/accessors copying build/lib/pandera/accessors/pyspark_accessor.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/accessors copying build/lib/pandera/accessors/pandas_accessor.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/accessors copying build/lib/pandera/errors.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera copying build/lib/pandera/error_handlers.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera creating /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/io copying build/lib/pandera/io/__init__.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/io copying build/lib/pandera/io/pandas_io.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/io copying build/lib/pandera/inspection_utils.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera copying build/lib/pandera/dtypes.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera copying build/lib/pandera/extensions.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera creating /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/schema_inference copying build/lib/pandera/schema_inference/__init__.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/schema_inference copying build/lib/pandera/schema_inference/pandas.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/schema_inference copying build/lib/pandera/__init__.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera copying build/lib/pandera/decorators.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera creating /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/engines copying build/lib/pandera/engines/engine.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/engines copying build/lib/pandera/engines/numpy_engine.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/engines copying build/lib/pandera/engines/pandas_engine.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/engines copying build/lib/pandera/engines/utils.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/engines copying build/lib/pandera/engines/__init__.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/engines copying build/lib/pandera/engines/type_aliases.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/engines copying build/lib/pandera/external_config.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera creating /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api creating /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/pandas copying build/lib/pandera/api/pandas/model_config.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/pandas copying build/lib/pandera/api/pandas/array.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/pandas copying build/lib/pandera/api/pandas/container.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/pandas copying build/lib/pandera/api/pandas/types.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/pandas copying build/lib/pandera/api/pandas/model.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/pandas copying build/lib/pandera/api/pandas/__init__.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/pandas copying build/lib/pandera/api/pandas/model_components.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/pandas copying build/lib/pandera/api/pandas/components.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/pandas copying build/lib/pandera/api/extensions.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api copying build/lib/pandera/api/checks.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api copying build/lib/pandera/api/__init__.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api copying build/lib/pandera/api/hypotheses.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api creating /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/base copying build/lib/pandera/api/base/model_config.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/base copying build/lib/pandera/api/base/schema.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/base copying build/lib/pandera/api/base/checks.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/base copying build/lib/pandera/api/base/model.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/base copying build/lib/pandera/api/base/__init__.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/base copying build/lib/pandera/api/base/model_components.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/base creating /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/strategies copying build/lib/pandera/strategies/__init__.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/strategies copying build/lib/pandera/strategies/base_strategies.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/strategies copying build/lib/pandera/strategies/pandas_strategies.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/strategies copying build/lib/pandera/mypy.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera copying build/lib/pandera/system.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera copying build/lib/pandera/version.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera creating /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/schema_statistics copying build/lib/pandera/schema_statistics/__init__.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/schema_statistics copying build/lib/pandera/schema_statistics/pandas.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/schema_statistics creating /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing copying build/lib/pandera/typing/formats.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing copying build/lib/pandera/typing/common.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing copying build/lib/pandera/typing/pyspark.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing copying build/lib/pandera/typing/dask.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing copying build/lib/pandera/typing/__init__.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing copying build/lib/pandera/typing/modin.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing copying build/lib/pandera/typing/pandas.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing copying build/lib/pandera/typing/geopandas.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing copying build/lib/pandera/typing/fastapi.py -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing copying build/lib/pandera/py.typed -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas/builtin_checks.py to builtin_checks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas/array.py to array.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas/builtin_hypotheses.py to builtin_hypotheses.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas/container.py to container.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas/checks.py to checks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas/hypotheses.py to hypotheses.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas/components.py to components.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas/error_formatters.py to error_formatters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/pandas/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/base/builtin_checks.py to builtin_checks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/base/builtin_hypotheses.py to builtin_hypotheses.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/backends/base/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/accessors/modin_accessor.py to modin_accessor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/accessors/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/accessors/dask_accessor.py to dask_accessor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/accessors/pyspark_accessor.py to pyspark_accessor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/accessors/pandas_accessor.py to pandas_accessor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/errors.py to errors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/error_handlers.py to error_handlers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/io/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/io/pandas_io.py to pandas_io.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/inspection_utils.py to inspection_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/dtypes.py to dtypes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/extensions.py to extensions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/schema_inference/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/schema_inference/pandas.py to pandas.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/decorators.py to decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/engines/engine.py to engine.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/engines/numpy_engine.py to numpy_engine.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/engines/pandas_engine.py to pandas_engine.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/engines/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/engines/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/engines/type_aliases.py to type_aliases.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/external_config.py to external_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/pandas/model_config.py to model_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/pandas/array.py to array.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/pandas/container.py to container.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/pandas/types.py to types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/pandas/model.py to model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/pandas/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/pandas/model_components.py to model_components.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/pandas/components.py to components.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/extensions.py to extensions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/checks.py to checks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/hypotheses.py to hypotheses.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/base/model_config.py to model_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/base/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/base/checks.py to checks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/base/model.py to model.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/base/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/api/base/model_components.py to model_components.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/strategies/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/strategies/base_strategies.py to base_strategies.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/strategies/pandas_strategies.py to pandas_strategies.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/mypy.py to mypy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/system.py to system.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/schema_statistics/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/schema_statistics/pandas.py to pandas.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing/pyspark.py to pyspark.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing/dask.py to dask.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing/modin.py to modin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing/pandas.py to pandas.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing/geopandas.py to geopandas.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera/typing/fastapi.py to fastapi.cpython-39.pyc writing byte-compilation script '/tmp/tmp2ghhrnzo.py' /usr/bin/python3 /tmp/tmp2ghhrnzo.py removing /tmp/tmp2ghhrnzo.py running install_data copying LICENSE.txt -> /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/ running install_egg_info running egg_info writing pandera.egg-info/PKG-INFO writing dependency_links to pandera.egg-info/dependency_links.txt writing requirements to pandera.egg-info/requires.txt writing top-level names to pandera.egg-info/top_level.txt reading manifest file 'pandera.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'pandera.egg-info/SOURCES.txt' Copying pandera.egg-info to /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/usr/lib/python3.9/site-packages/pandera-0.14.5-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64//usr/share/doc/python-pandera + '[' -d doc ']' ~/build/BUILDROOT/python-pandera-0.14.5-1.x86_64 ~/build/BUILD/pandera-0.14.5 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-pandera-0.14.5-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 ']' ~/build/BUILD/pandera-0.14.5 + popd + mv /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-pandera-0.14.5-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 0.14.5-1 --unique-debug-suffix -0.14.5-1.x86_64 --unique-debug-src-base python-pandera-0.14.5-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/pandera-0.14.5 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-pandera-0.14.5-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-pandera-0.14.5-1.noarch Provides: python-pandera python3-pandera = 0.14.5-1 python3.9dist(pandera) = 0.14.5 python3dist(pandera) = 0.14.5 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(multimethod) python3.9dist(numpy) >= 1.19 python3.9dist(packaging) >= 20 python3.9dist(pandas) >= 1.2 python3.9dist(pydantic) python3.9dist(typing-inspect) >= 0.6 python3.9dist(wrapt) Processing files: python-pandera-help-0.14.5-1.noarch warning: Empty %files file /builddir/build/BUILD/pandera-0.14.5/doclist.lst Provides: python-pandera-help = 0.14.5-1 python3-pandera-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-pandera-0.14.5-1.x86_64 error: Installed (but unpackaged) file(s) found: /usr/LICENSE.txt Empty %files file /builddir/build/BUILD/pandera-0.14.5/doclist.lst Installed (but unpackaged) file(s) found: /usr/LICENSE.txt RPM build errors: 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-pandera.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-pandera.spec