D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/python-xarray-2022.11.0-2.mga9.src.rpm Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.uPrEVy + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf xarray-2022.11.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/xarray-2022.11.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd xarray-2022.11.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.MJrr71 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd xarray-2022.11.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/.pyproject-builddir + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' + TMPDIR=/home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/.pyproject-builddir + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/pyproject-wheeldir Processing /home/pterjan/rpmbuild/BUILD/xarray-2022.11.0 Preparing metadata (pyproject.toml): started Running command Preparing metadata (pyproject.toml) /usr/lib/python3.10/site-packages/setuptools_scm/git.py:295: UserWarning: git archive did not support describe output warnings.warn("git archive did not support describe output") running dist_info creating /home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/.pyproject-builddir/pip-modern-metadata-vx4pplkj/xarray.egg-info writing /home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/.pyproject-builddir/pip-modern-metadata-vx4pplkj/xarray.egg-info/PKG-INFO writing dependency_links to /home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/.pyproject-builddir/pip-modern-metadata-vx4pplkj/xarray.egg-info/dependency_links.txt writing requirements to /home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/.pyproject-builddir/pip-modern-metadata-vx4pplkj/xarray.egg-info/requires.txt writing top-level names to /home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/.pyproject-builddir/pip-modern-metadata-vx4pplkj/xarray.egg-info/top_level.txt writing manifest file '/home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/.pyproject-builddir/pip-modern-metadata-vx4pplkj/xarray.egg-info/SOURCES.txt' reading manifest file '/home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/.pyproject-builddir/pip-modern-metadata-vx4pplkj/xarray.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file '/home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/.pyproject-builddir/pip-modern-metadata-vx4pplkj/xarray.egg-info/SOURCES.txt' creating '/home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/.pyproject-builddir/pip-modern-metadata-vx4pplkj/xarray-2022.11.0.dist-info' adding license file "LICENSE" (matched pattern "LICEN[CS]E*") Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: xarray Building wheel for xarray (pyproject.toml): started Running command Building wheel for xarray (pyproject.toml) /usr/lib/python3.10/site-packages/setuptools_scm/git.py:295: UserWarning: git archive did not support describe output warnings.warn("git archive did not support describe output") running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/xarray copying xarray/convert.py -> build/lib/xarray copying xarray/__init__.py -> build/lib/xarray copying xarray/tutorial.py -> build/lib/xarray copying xarray/conventions.py -> build/lib/xarray copying xarray/testing.py -> build/lib/xarray creating build/lib/xarray/static copying xarray/static/__init__.py -> build/lib/xarray/static creating build/lib/xarray/tests copying xarray/tests/test_weighted.py -> build/lib/xarray/tests copying xarray/tests/test_plot.py -> build/lib/xarray/tests copying xarray/tests/test_ufuncs.py -> build/lib/xarray/tests copying xarray/tests/test_array_api.py -> build/lib/xarray/tests copying xarray/tests/test_formatting_html.py -> build/lib/xarray/tests copying xarray/tests/test_extensions.py -> build/lib/xarray/tests copying xarray/tests/test_sparse.py -> build/lib/xarray/tests copying xarray/tests/test_indexes.py -> build/lib/xarray/tests copying xarray/tests/test_tutorial.py -> build/lib/xarray/tests copying xarray/tests/test_accessor_dt.py -> build/lib/xarray/tests copying xarray/tests/test_units.py -> build/lib/xarray/tests copying xarray/tests/test_variable.py -> build/lib/xarray/tests copying xarray/tests/test_backends_file_manager.py -> build/lib/xarray/tests copying xarray/tests/test_dask.py -> build/lib/xarray/tests copying xarray/tests/test_nputils.py -> build/lib/xarray/tests copying xarray/tests/test_rolling.py -> build/lib/xarray/tests copying xarray/tests/test_backends_common.py -> build/lib/xarray/tests copying xarray/tests/test_dtypes.py -> build/lib/xarray/tests copying xarray/tests/test_cupy.py -> build/lib/xarray/tests copying xarray/tests/test_indexing.py -> build/lib/xarray/tests copying xarray/tests/test_dataarray.py -> build/lib/xarray/tests copying xarray/tests/test_groupby.py -> build/lib/xarray/tests copying xarray/tests/test_testing.py -> build/lib/xarray/tests copying xarray/tests/conftest.py -> build/lib/xarray/tests copying xarray/tests/test_calendar_ops.py -> build/lib/xarray/tests copying xarray/tests/test_interp.py -> build/lib/xarray/tests copying xarray/tests/test_cftime_offsets.py -> build/lib/xarray/tests copying xarray/tests/test_deprecation_helpers.py -> build/lib/xarray/tests copying xarray/tests/test_missing.py -> build/lib/xarray/tests copying xarray/tests/test_utils.py -> build/lib/xarray/tests copying xarray/tests/test_concat.py -> build/lib/xarray/tests copying xarray/tests/test_print_versions.py -> build/lib/xarray/tests copying xarray/tests/test_accessor_str.py -> build/lib/xarray/tests copying xarray/tests/test_backends_lru_cache.py -> build/lib/xarray/tests copying xarray/tests/test_coding.py -> build/lib/xarray/tests copying xarray/tests/test_duck_array_ops.py -> build/lib/xarray/tests copying xarray/tests/test_backends.py -> build/lib/xarray/tests copying xarray/tests/test_coding_times.py -> build/lib/xarray/tests copying xarray/tests/test_computation.py -> build/lib/xarray/tests copying xarray/tests/test_plugins.py -> build/lib/xarray/tests copying xarray/tests/test_merge.py -> build/lib/xarray/tests copying xarray/tests/test_coding_strings.py -> build/lib/xarray/tests copying xarray/tests/test_backends_api.py -> build/lib/xarray/tests copying xarray/tests/test_cftimeindex.py -> build/lib/xarray/tests copying xarray/tests/__init__.py -> build/lib/xarray/tests copying xarray/tests/test_conventions.py -> build/lib/xarray/tests copying xarray/tests/test_formatting.py -> build/lib/xarray/tests copying xarray/tests/test_backends_locks.py -> build/lib/xarray/tests copying xarray/tests/test_cftimeindex_resample.py -> build/lib/xarray/tests copying xarray/tests/test_coarsen.py -> build/lib/xarray/tests copying xarray/tests/test_distributed.py -> build/lib/xarray/tests copying xarray/tests/test_combine.py -> build/lib/xarray/tests copying xarray/tests/test_dataset.py -> build/lib/xarray/tests copying xarray/tests/test_options.py -> build/lib/xarray/tests creating build/lib/xarray/core copying xarray/core/alignment.py -> build/lib/xarray/core copying xarray/core/npcompat.py -> build/lib/xarray/core copying xarray/core/nputils.py -> build/lib/xarray/core copying xarray/core/pycompat.py -> build/lib/xarray/core copying xarray/core/options.py -> build/lib/xarray/core copying xarray/core/dask_array_ops.py -> build/lib/xarray/core copying xarray/core/variable.py -> build/lib/xarray/core copying xarray/core/computation.py -> build/lib/xarray/core copying xarray/core/dataset.py -> build/lib/xarray/core copying xarray/core/accessor_str.py -> build/lib/xarray/core copying xarray/core/resample.py -> build/lib/xarray/core copying xarray/core/types.py -> build/lib/xarray/core copying xarray/core/groupby.py -> build/lib/xarray/core copying xarray/core/ops.py -> build/lib/xarray/core copying xarray/core/common.py -> build/lib/xarray/core copying xarray/core/_aggregations.py -> build/lib/xarray/core copying xarray/core/resample_cftime.py -> build/lib/xarray/core copying xarray/core/weighted.py -> build/lib/xarray/core copying xarray/core/extensions.py -> build/lib/xarray/core copying xarray/core/combine.py -> build/lib/xarray/core copying xarray/core/_typed_ops.py -> build/lib/xarray/core copying xarray/core/coordinates.py -> build/lib/xarray/core copying xarray/core/pdcompat.py -> build/lib/xarray/core copying xarray/core/formatting_html.py -> build/lib/xarray/core copying xarray/core/accessor_dt.py -> build/lib/xarray/core copying xarray/core/parallel.py -> build/lib/xarray/core copying xarray/core/rolling_exp.py -> build/lib/xarray/core copying xarray/core/formatting.py -> build/lib/xarray/core copying xarray/core/concat.py -> build/lib/xarray/core copying xarray/core/duck_array_ops.py -> build/lib/xarray/core copying xarray/core/__init__.py -> build/lib/xarray/core copying xarray/core/merge.py -> build/lib/xarray/core copying xarray/core/rolling.py -> build/lib/xarray/core copying xarray/core/missing.py -> build/lib/xarray/core copying xarray/core/dataarray.py -> build/lib/xarray/core copying xarray/core/indexing.py -> build/lib/xarray/core copying xarray/core/indexes.py -> build/lib/xarray/core copying xarray/core/dtypes.py -> build/lib/xarray/core copying xarray/core/utils.py -> build/lib/xarray/core copying xarray/core/arithmetic.py -> build/lib/xarray/core copying xarray/core/nanops.py -> build/lib/xarray/core creating build/lib/xarray/backends copying xarray/backends/memory.py -> build/lib/xarray/backends copying xarray/backends/pynio_.py -> build/lib/xarray/backends copying xarray/backends/common.py -> build/lib/xarray/backends copying xarray/backends/netcdf3.py -> build/lib/xarray/backends copying xarray/backends/locks.py -> build/lib/xarray/backends copying xarray/backends/cfgrib_.py -> build/lib/xarray/backends copying xarray/backends/store.py -> build/lib/xarray/backends copying xarray/backends/h5netcdf_.py -> build/lib/xarray/backends copying xarray/backends/file_manager.py -> build/lib/xarray/backends copying xarray/backends/rasterio_.py -> build/lib/xarray/backends copying xarray/backends/netCDF4_.py -> build/lib/xarray/backends copying xarray/backends/__init__.py -> build/lib/xarray/backends copying xarray/backends/lru_cache.py -> build/lib/xarray/backends copying xarray/backends/api.py -> build/lib/xarray/backends copying xarray/backends/pseudonetcdf_.py -> build/lib/xarray/backends copying xarray/backends/zarr.py -> build/lib/xarray/backends copying xarray/backends/plugins.py -> build/lib/xarray/backends copying xarray/backends/pydap_.py -> build/lib/xarray/backends copying xarray/backends/scipy_.py -> build/lib/xarray/backends creating build/lib/xarray/coding copying xarray/coding/calendar_ops.py -> build/lib/xarray/coding copying xarray/coding/variables.py -> build/lib/xarray/coding copying xarray/coding/times.py -> build/lib/xarray/coding copying xarray/coding/cftimeindex.py -> build/lib/xarray/coding copying xarray/coding/frequencies.py -> build/lib/xarray/coding copying xarray/coding/cftime_offsets.py -> build/lib/xarray/coding copying xarray/coding/__init__.py -> build/lib/xarray/coding copying xarray/coding/strings.py -> build/lib/xarray/coding creating build/lib/xarray/plot copying xarray/plot/dataset_plot.py -> build/lib/xarray/plot copying xarray/plot/__init__.py -> build/lib/xarray/plot copying xarray/plot/facetgrid.py -> build/lib/xarray/plot copying xarray/plot/accessor.py -> build/lib/xarray/plot copying xarray/plot/utils.py -> build/lib/xarray/plot copying xarray/plot/dataarray_plot.py -> build/lib/xarray/plot creating build/lib/xarray/indexes copying xarray/indexes/__init__.py -> build/lib/xarray/indexes creating build/lib/xarray/util copying xarray/util/generate_ops.py -> build/lib/xarray/util copying xarray/util/print_versions.py -> build/lib/xarray/util copying xarray/util/__init__.py -> build/lib/xarray/util copying xarray/util/generate_aggregations.py -> build/lib/xarray/util copying xarray/util/deprecation_helpers.py -> build/lib/xarray/util creating build/lib/xarray/static/css copying xarray/static/css/__init__.py -> build/lib/xarray/static/css creating build/lib/xarray/static/html copying xarray/static/html/__init__.py -> build/lib/xarray/static/html running egg_info writing xarray.egg-info/PKG-INFO writing dependency_links to xarray.egg-info/dependency_links.txt writing requirements to xarray.egg-info/requires.txt writing top-level names to xarray.egg-info/top_level.txt reading manifest file 'xarray.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'xarray.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'xarray.tests.data' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'xarray.tests.data' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'xarray.tests.data' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'xarray.tests.data' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copying xarray/py.typed -> build/lib/xarray creating build/lib/xarray/tests/data copying xarray/tests/data/example.uamiv -> build/lib/xarray/tests/data copying xarray/tests/data/example_1.nc -> build/lib/xarray/tests/data copying xarray/tests/data/example.ict -> build/lib/xarray/tests/data copying xarray/tests/data/example.grib -> build/lib/xarray/tests/data copying xarray/tests/data/example_1.nc.gz -> build/lib/xarray/tests/data copying xarray/tests/data/bears.nc -> build/lib/xarray/tests/data copying xarray/static/css/style.css -> build/lib/xarray/static/css copying xarray/static/html/icons-svg-inline.html -> build/lib/xarray/static/html copying xarray/core/_typed_ops.pyi -> build/lib/xarray/core installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/xarray creating build/bdist.linux-x86_64/wheel/xarray/static creating build/bdist.linux-x86_64/wheel/xarray/static/css copying build/lib/xarray/static/css/style.css -> build/bdist.linux-x86_64/wheel/xarray/static/css copying build/lib/xarray/static/css/__init__.py -> build/bdist.linux-x86_64/wheel/xarray/static/css creating build/bdist.linux-x86_64/wheel/xarray/static/html copying build/lib/xarray/static/html/__init__.py -> build/bdist.linux-x86_64/wheel/xarray/static/html copying build/lib/xarray/static/html/icons-svg-inline.html -> build/bdist.linux-x86_64/wheel/xarray/static/html copying build/lib/xarray/static/__init__.py -> build/bdist.linux-x86_64/wheel/xarray/static creating build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_weighted.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_plot.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_ufuncs.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_array_api.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_formatting_html.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_extensions.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_sparse.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_indexes.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_tutorial.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_accessor_dt.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_units.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_variable.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_backends_file_manager.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_dask.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_nputils.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_rolling.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_backends_common.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_dtypes.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_cupy.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_indexing.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_dataarray.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_groupby.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_testing.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/conftest.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_calendar_ops.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_interp.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_cftime_offsets.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_deprecation_helpers.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_missing.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_utils.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_concat.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_print_versions.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_accessor_str.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_backends_lru_cache.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_coding.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_duck_array_ops.py -> build/bdist.linux-x86_64/wheel/xarray/tests creating build/bdist.linux-x86_64/wheel/xarray/tests/data copying build/lib/xarray/tests/data/example.uamiv -> build/bdist.linux-x86_64/wheel/xarray/tests/data copying build/lib/xarray/tests/data/example_1.nc -> build/bdist.linux-x86_64/wheel/xarray/tests/data copying build/lib/xarray/tests/data/example.ict -> build/bdist.linux-x86_64/wheel/xarray/tests/data copying build/lib/xarray/tests/data/example.grib -> build/bdist.linux-x86_64/wheel/xarray/tests/data copying build/lib/xarray/tests/data/example_1.nc.gz -> build/bdist.linux-x86_64/wheel/xarray/tests/data copying build/lib/xarray/tests/data/bears.nc -> build/bdist.linux-x86_64/wheel/xarray/tests/data copying build/lib/xarray/tests/test_backends.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_coding_times.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_computation.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_plugins.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_merge.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_coding_strings.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_backends_api.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_cftimeindex.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/__init__.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_conventions.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_formatting.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_backends_locks.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_cftimeindex_resample.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_coarsen.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_distributed.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_combine.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_dataset.py -> build/bdist.linux-x86_64/wheel/xarray/tests copying build/lib/xarray/tests/test_options.py -> build/bdist.linux-x86_64/wheel/xarray/tests creating build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/alignment.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/npcompat.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/nputils.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/pycompat.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/options.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/dask_array_ops.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/variable.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/computation.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/dataset.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/accessor_str.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/resample.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/types.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/groupby.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/ops.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/common.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/_aggregations.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/resample_cftime.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/weighted.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/extensions.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/combine.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/_typed_ops.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/coordinates.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/pdcompat.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/formatting_html.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/accessor_dt.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/parallel.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/rolling_exp.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/formatting.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/concat.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/_typed_ops.pyi -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/duck_array_ops.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/__init__.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/merge.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/rolling.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/missing.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/dataarray.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/indexing.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/indexes.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/dtypes.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/utils.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/arithmetic.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/core/nanops.py -> build/bdist.linux-x86_64/wheel/xarray/core copying build/lib/xarray/convert.py -> build/bdist.linux-x86_64/wheel/xarray creating build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/memory.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/pynio_.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/common.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/netcdf3.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/locks.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/cfgrib_.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/store.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/h5netcdf_.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/file_manager.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/rasterio_.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/netCDF4_.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/__init__.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/lru_cache.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/api.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/pseudonetcdf_.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/zarr.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/plugins.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/pydap_.py -> build/bdist.linux-x86_64/wheel/xarray/backends copying build/lib/xarray/backends/scipy_.py -> build/bdist.linux-x86_64/wheel/xarray/backends creating build/bdist.linux-x86_64/wheel/xarray/coding copying build/lib/xarray/coding/calendar_ops.py -> build/bdist.linux-x86_64/wheel/xarray/coding copying build/lib/xarray/coding/variables.py -> build/bdist.linux-x86_64/wheel/xarray/coding copying build/lib/xarray/coding/times.py -> build/bdist.linux-x86_64/wheel/xarray/coding copying build/lib/xarray/coding/cftimeindex.py -> build/bdist.linux-x86_64/wheel/xarray/coding copying build/lib/xarray/coding/frequencies.py -> build/bdist.linux-x86_64/wheel/xarray/coding copying build/lib/xarray/coding/cftime_offsets.py -> build/bdist.linux-x86_64/wheel/xarray/coding copying build/lib/xarray/coding/__init__.py -> build/bdist.linux-x86_64/wheel/xarray/coding copying build/lib/xarray/coding/strings.py -> build/bdist.linux-x86_64/wheel/xarray/coding copying build/lib/xarray/__init__.py -> build/bdist.linux-x86_64/wheel/xarray copying build/lib/xarray/tutorial.py -> build/bdist.linux-x86_64/wheel/xarray creating build/bdist.linux-x86_64/wheel/xarray/plot copying build/lib/xarray/plot/dataset_plot.py -> build/bdist.linux-x86_64/wheel/xarray/plot copying build/lib/xarray/plot/__init__.py -> build/bdist.linux-x86_64/wheel/xarray/plot copying build/lib/xarray/plot/facetgrid.py -> build/bdist.linux-x86_64/wheel/xarray/plot copying build/lib/xarray/plot/accessor.py -> build/bdist.linux-x86_64/wheel/xarray/plot copying build/lib/xarray/plot/utils.py -> build/bdist.linux-x86_64/wheel/xarray/plot copying build/lib/xarray/plot/dataarray_plot.py -> build/bdist.linux-x86_64/wheel/xarray/plot copying build/lib/xarray/conventions.py -> build/bdist.linux-x86_64/wheel/xarray creating build/bdist.linux-x86_64/wheel/xarray/indexes copying build/lib/xarray/indexes/__init__.py -> build/bdist.linux-x86_64/wheel/xarray/indexes copying build/lib/xarray/testing.py -> build/bdist.linux-x86_64/wheel/xarray copying build/lib/xarray/py.typed -> build/bdist.linux-x86_64/wheel/xarray creating build/bdist.linux-x86_64/wheel/xarray/util copying build/lib/xarray/util/generate_ops.py -> build/bdist.linux-x86_64/wheel/xarray/util copying build/lib/xarray/util/print_versions.py -> build/bdist.linux-x86_64/wheel/xarray/util copying build/lib/xarray/util/__init__.py -> build/bdist.linux-x86_64/wheel/xarray/util copying build/lib/xarray/util/generate_aggregations.py -> build/bdist.linux-x86_64/wheel/xarray/util copying build/lib/xarray/util/deprecation_helpers.py -> build/bdist.linux-x86_64/wheel/xarray/util running install_egg_info Copying xarray.egg-info to build/bdist.linux-x86_64/wheel/xarray-2022.11.0-py3.10.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-x86_64/wheel/xarray-2022.11.0.dist-info/WHEEL creating '/home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/.pyproject-builddir/pip-wheel-e3xkwwo3/tmp2nr2bn64/xarray-2022.11.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'xarray/__init__.py' adding 'xarray/conventions.py' adding 'xarray/convert.py' adding 'xarray/py.typed' adding 'xarray/testing.py' adding 'xarray/tutorial.py' adding 'xarray/backends/__init__.py' adding 'xarray/backends/api.py' adding 'xarray/backends/cfgrib_.py' adding 'xarray/backends/common.py' adding 'xarray/backends/file_manager.py' adding 'xarray/backends/h5netcdf_.py' adding 'xarray/backends/locks.py' adding 'xarray/backends/lru_cache.py' adding 'xarray/backends/memory.py' adding 'xarray/backends/netCDF4_.py' adding 'xarray/backends/netcdf3.py' adding 'xarray/backends/plugins.py' adding 'xarray/backends/pseudonetcdf_.py' adding 'xarray/backends/pydap_.py' adding 'xarray/backends/pynio_.py' adding 'xarray/backends/rasterio_.py' adding 'xarray/backends/scipy_.py' adding 'xarray/backends/store.py' adding 'xarray/backends/zarr.py' adding 'xarray/coding/__init__.py' adding 'xarray/coding/calendar_ops.py' adding 'xarray/coding/cftime_offsets.py' adding 'xarray/coding/cftimeindex.py' adding 'xarray/coding/frequencies.py' adding 'xarray/coding/strings.py' adding 'xarray/coding/times.py' adding 'xarray/coding/variables.py' adding 'xarray/core/__init__.py' adding 'xarray/core/_aggregations.py' adding 'xarray/core/_typed_ops.py' adding 'xarray/core/_typed_ops.pyi' adding 'xarray/core/accessor_dt.py' adding 'xarray/core/accessor_str.py' adding 'xarray/core/alignment.py' adding 'xarray/core/arithmetic.py' adding 'xarray/core/combine.py' adding 'xarray/core/common.py' adding 'xarray/core/computation.py' adding 'xarray/core/concat.py' adding 'xarray/core/coordinates.py' adding 'xarray/core/dask_array_ops.py' adding 'xarray/core/dataarray.py' adding 'xarray/core/dataset.py' adding 'xarray/core/dtypes.py' adding 'xarray/core/duck_array_ops.py' adding 'xarray/core/extensions.py' adding 'xarray/core/formatting.py' adding 'xarray/core/formatting_html.py' adding 'xarray/core/groupby.py' adding 'xarray/core/indexes.py' adding 'xarray/core/indexing.py' adding 'xarray/core/merge.py' adding 'xarray/core/missing.py' adding 'xarray/core/nanops.py' adding 'xarray/core/npcompat.py' adding 'xarray/core/nputils.py' adding 'xarray/core/ops.py' adding 'xarray/core/options.py' adding 'xarray/core/parallel.py' adding 'xarray/core/pdcompat.py' adding 'xarray/core/pycompat.py' adding 'xarray/core/resample.py' adding 'xarray/core/resample_cftime.py' adding 'xarray/core/rolling.py' adding 'xarray/core/rolling_exp.py' adding 'xarray/core/types.py' adding 'xarray/core/utils.py' adding 'xarray/core/variable.py' adding 'xarray/core/weighted.py' adding 'xarray/indexes/__init__.py' adding 'xarray/plot/__init__.py' adding 'xarray/plot/accessor.py' adding 'xarray/plot/dataarray_plot.py' adding 'xarray/plot/dataset_plot.py' adding 'xarray/plot/facetgrid.py' adding 'xarray/plot/utils.py' adding 'xarray/static/__init__.py' adding 'xarray/static/css/__init__.py' adding 'xarray/static/css/style.css' adding 'xarray/static/html/__init__.py' adding 'xarray/static/html/icons-svg-inline.html' adding 'xarray/tests/__init__.py' adding 'xarray/tests/conftest.py' adding 'xarray/tests/test_accessor_dt.py' adding 'xarray/tests/test_accessor_str.py' adding 'xarray/tests/test_array_api.py' adding 'xarray/tests/test_backends.py' adding 'xarray/tests/test_backends_api.py' adding 'xarray/tests/test_backends_common.py' adding 'xarray/tests/test_backends_file_manager.py' adding 'xarray/tests/test_backends_locks.py' adding 'xarray/tests/test_backends_lru_cache.py' adding 'xarray/tests/test_calendar_ops.py' adding 'xarray/tests/test_cftime_offsets.py' adding 'xarray/tests/test_cftimeindex.py' adding 'xarray/tests/test_cftimeindex_resample.py' adding 'xarray/tests/test_coarsen.py' adding 'xarray/tests/test_coding.py' adding 'xarray/tests/test_coding_strings.py' adding 'xarray/tests/test_coding_times.py' adding 'xarray/tests/test_combine.py' adding 'xarray/tests/test_computation.py' adding 'xarray/tests/test_concat.py' adding 'xarray/tests/test_conventions.py' adding 'xarray/tests/test_cupy.py' adding 'xarray/tests/test_dask.py' adding 'xarray/tests/test_dataarray.py' adding 'xarray/tests/test_dataset.py' adding 'xarray/tests/test_deprecation_helpers.py' adding 'xarray/tests/test_distributed.py' adding 'xarray/tests/test_dtypes.py' adding 'xarray/tests/test_duck_array_ops.py' adding 'xarray/tests/test_extensions.py' adding 'xarray/tests/test_formatting.py' adding 'xarray/tests/test_formatting_html.py' adding 'xarray/tests/test_groupby.py' adding 'xarray/tests/test_indexes.py' adding 'xarray/tests/test_indexing.py' adding 'xarray/tests/test_interp.py' adding 'xarray/tests/test_merge.py' adding 'xarray/tests/test_missing.py' adding 'xarray/tests/test_nputils.py' adding 'xarray/tests/test_options.py' adding 'xarray/tests/test_plot.py' adding 'xarray/tests/test_plugins.py' adding 'xarray/tests/test_print_versions.py' adding 'xarray/tests/test_rolling.py' adding 'xarray/tests/test_sparse.py' adding 'xarray/tests/test_testing.py' adding 'xarray/tests/test_tutorial.py' adding 'xarray/tests/test_ufuncs.py' adding 'xarray/tests/test_units.py' adding 'xarray/tests/test_utils.py' adding 'xarray/tests/test_variable.py' adding 'xarray/tests/test_weighted.py' adding 'xarray/tests/data/bears.nc' adding 'xarray/tests/data/example.grib' adding 'xarray/tests/data/example.ict' adding 'xarray/tests/data/example.uamiv' adding 'xarray/tests/data/example_1.nc' adding 'xarray/tests/data/example_1.nc.gz' adding 'xarray/util/__init__.py' adding 'xarray/util/deprecation_helpers.py' adding 'xarray/util/generate_aggregations.py' adding 'xarray/util/generate_ops.py' adding 'xarray/util/print_versions.py' adding 'xarray-2022.11.0.dist-info/LICENSE' adding 'xarray-2022.11.0.dist-info/METADATA' adding 'xarray-2022.11.0.dist-info/WHEEL' adding 'xarray-2022.11.0.dist-info/top_level.txt' adding 'xarray-2022.11.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Building wheel for xarray (pyproject.toml): finished with status 'done' Created wheel for xarray: filename=xarray-2022.11.0-py3-none-any.whl size=963748 sha256=555773a25eefffe8ada459023a6f318bccc8f0453d8004cd07af76510478e396 Stored in directory: /home/pterjan/.cache/pip/wheels/09/d8/32/72cb1902f6a7328cf5ef0ce7999ebbd0c551d23152de8ecfb6 Successfully built xarray + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.3JSNoN + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch ++ dirname /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch + cd xarray-2022.11.0 + '[' 1 -eq 1 ']' ++ ls /home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/pyproject-wheeldir/xarray-2022.11.0-py3-none-any.whl ++ xargs basename --multiple ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' + specifier=xarray==2022.11.0 + TMPDIR=/home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/.pyproject-builddir + /usr/bin/python3 -m pip install --root /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch --prefix /usr --no-deps --disable-pip-version-check --progress-bar off --verbose --ignore-installed --no-warn-script-location --no-index --no-cache-dir --find-links /home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/pyproject-wheeldir xarray==2022.11.0 Using pip 23.0.1 from /usr/lib/python3.10/site-packages/pip (python 3.10) Looking in links: /home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/pyproject-wheeldir Processing ./pyproject-wheeldir/xarray-2022.11.0-py3-none-any.whl Installing collected packages: xarray Successfully installed xarray-2022.11.0 + '[' -d /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/bin ']' + rm -f /home/pterjan/rpmbuild/BUILD/python-xarray-2022.11.0-2.mga9.noarch-pyproject-ghost-distinfo + site_dirs=() + '[' -d /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/lib/python3.10/site-packages ']' + site_dirs+=("/usr/lib/python3.10/site-packages") + '[' /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/lib64/python3.10/site-packages '!=' /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/lib/python3.10/site-packages ']' + '[' -d /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/lib64/python3.10/site-packages ']' + for site_dir in ${site_dirs[@]} + for distinfo in /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch$site_dir/*.dist-info + echo '%ghost /usr/lib/python3.10/site-packages/xarray-2022.11.0.dist-info' + sed -i s/pip/rpm/ /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/lib/python3.10/site-packages/xarray-2022.11.0.dist-info/INSTALLER + PYTHONPATH=/usr/lib/rpm/redhat + /usr/bin/python3 -B /usr/lib/rpm/redhat/pyproject_preprocess_record.py --buildroot /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch --record /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/lib/python3.10/site-packages/xarray-2022.11.0.dist-info/RECORD --output /home/pterjan/rpmbuild/BUILD/python-xarray-2022.11.0-2.mga9.noarch-pyproject-record + rm -fv /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/lib/python3.10/site-packages/xarray-2022.11.0.dist-info/RECORD removed '/home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/lib/python3.10/site-packages/xarray-2022.11.0.dist-info/RECORD' + rm -fv /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/lib/python3.10/site-packages/xarray-2022.11.0.dist-info/REQUESTED removed '/home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/lib/python3.10/site-packages/xarray-2022.11.0.dist-info/REQUESTED' ++ cut -f1 '-d ' ++ wc -l /home/pterjan/rpmbuild/BUILD/python-xarray-2022.11.0-2.mga9.noarch-pyproject-ghost-distinfo + lines=1 + '[' 1 -ne 1 ']' + /usr/bin/python3 /usr/lib/rpm/redhat/pyproject_save_files.py --output-files /home/pterjan/rpmbuild/BUILD/python-xarray-2022.11.0-2.mga9.noarch-pyproject-files --output-modules /home/pterjan/rpmbuild/BUILD/python-xarray-2022.11.0-2.mga9.noarch-pyproject-modules --buildroot /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch --sitelib /usr/lib/python3.10/site-packages --sitearch /usr/lib64/python3.10/site-packages --python-version 3.10 --pyproject-record /home/pterjan/rpmbuild/BUILD/python-xarray-2022.11.0-2.mga9.noarch-pyproject-record --prefix /usr xarray + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 2022.11.0-2.mga9 --unique-debug-suffix -2022.11.0-2.mga9.noarch --unique-debug-src-base python-xarray-2022.11.0-2.mga9.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/xarray-2022.11.0 + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/lib/python3.10 using python3.10 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.CzVPgP + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd xarray-2022.11.0 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' + PATH=/home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lib64/qt5/bin:/home/pterjan/.local/bin:/home/pterjan/bin + PYTHONPATH=/home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/lib64/python3.10/site-packages:/home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/lib/python3.10/site-packages + PYTHONDONTWRITEBYTECODE=1 + PYTEST_ADDOPTS=' --ignore=/home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/.pyproject-builddir' + /usr/bin/pytest ============================= test session starts ============================== platform linux -- Python 3.10.11, pytest-7.1.3, pluggy-1.0.0 rootdir: /home/pterjan/rpmbuild/BUILD/xarray-2022.11.0, configfile: setup.cfg, testpaths: xarray/tests, properties collected 10451 items / 10 skipped xarray/tests/test_accessor_dt.py .............................ssssssssss [ 0%] ssssssssssssssssssss............ssssssssssssssssssssssssssssssssssssssss [ 1%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 1%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 2%] sssssssssssssssssssssssssssss [ 2%] xarray/tests/test_accessor_str.py s..................................... [ 3%] ........................................................................ [ 3%] ........................................................................ [ 4%] ............................................. [ 4%] xarray/tests/test_array_api.py ......... [ 4%] xarray/tests/test_backends.py .sssssssssssssssssssssssssssssssssssssssss [ 5%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 6%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 6%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 7%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 8%] ssssssssssssssssssssssssssssssssssssssssss......xx......s.........X..... [ 8%] ..x.....s..............................s.........X.......x.....s........ [ 9%] ........ss......xx......s.........X.......x.....s...................ssss [ 10%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 10%] ssssssssssssssssssssssssssssssssssss.....xx......s.........X.......x.... [ 11%] .s....................ssssssssssssssssssssssssssssssssssssssssssssssssss [ 12%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 12%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 13%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 14%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 15%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 15%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 16%] ssssssssssssssssssssssssssssssssssssssssssssss..s............sssssssssss [ 17%] ssssssssssssssssssssss.............................sssssssssssssssss.sss [ 17%] sssss [ 17%] xarray/tests/test_backends_api.py s..sssssssssssssssssssss [ 18%] xarray/tests/test_backends_common.py . [ 18%] xarray/tests/test_backends_file_manager.py ............................. [ 18%] .. [ 18%] xarray/tests/test_backends_locks.py . [ 18%] xarray/tests/test_backends_lru_cache.py ........ [ 18%] xarray/tests/test_cftimeindex.py ..............sssssssssssssssssssssssss [ 18%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 19%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 20%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 20%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 21%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 22%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 22%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 23%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 24%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 25%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 25%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 26%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 27%] ssssssssssss [ 27%] xarray/tests/test_coarsen.py .s....ssss..sss............................ [ 27%] ..............................ssssssssssssssssssssssssssssssssssssssssss [ 28%] ssssssssssssss...s.......s.......s.......s......ssssssssssssssssssssssss [ 28%] ssssssss... [ 29%] xarray/tests/test_coding.py .....s................... [ 29%] xarray/tests/test_coding_strings.py ....s...............s.s [ 29%] xarray/tests/test_coding_times.py ssssssssssssssssssssssssssssssssssssss [ 29%] sssssssssssssssssssssssssssssssssssssssssssssss.ssssssssssssssssssssssss [ 30%] sssssssssssssssssssssssssssssssssssss..........ssssssssssssssssssssssss. [ 31%] ..............ssss..........sssssssssssssssssssssssssssssssssssss..sssss [ 31%] ..ssssssssss...sssssssssssssssssssssssssssssssssssssssssssssssssss...... [ 32%] .....................sssssssss.......................................... [ 33%] .......sssssssssssssssssssssssssssssssssssssssssssssssss.......sssssss.. [ 34%] .ss....sss.s [ 34%] xarray/tests/test_combine.py .......................................x... [ 34%] .........................................................ss. [ 35%] xarray/tests/test_computation.py ..........s............................ [ 35%] .....................................sssssss.sssss.s.sssssssssssssssssss [ 36%] sssssssssssssssss.............................................ssssssssss [ 36%] ssssssssssssssssss....................s...s.s....s.s.s.s.s.s.s.s.s.sssss [ 37%] ..s.s.s.s.s.s.s.s.s.s.s.s.s [ 37%] xarray/tests/test_concat.py ............................................ [ 38%] ...............s..................... [ 38%] xarray/tests/test_conventions.py ...ssssssssssssssssssssssssssssssssssss [ 39%] ssssssssssssssssssssssssssssssssssssss...s.. [ 39%] xarray/tests/test_dataarray.py ................s.s.............s........ [ 39%] .............................................................x.......... [ 40%] ......s................................................................. [ 41%] ..........................ss........sss..................xX............s [ 41%] .s...................................sssssss..........................ss [ 42%] ssss......ssssss..................................ssss....ssss.......... [ 43%] ..........ssss.s...sssssssssssss........s.....sssss.. [ 43%] xarray/tests/test_dataset.py ....................................ss..... [ 44%] ................................................................xX...... [ 44%] ....s..................................s................................ [ 45%] ................s....................................................... [ 46%] ...................................................ssssss...sss......... [ 46%] ...............s.s.s..s......ss......ss......s....sssss.. [ 47%] xarray/tests/test_deprecation_helpers.py .. [ 47%] xarray/tests/test_dtypes.py ........s............................... [ 47%] xarray/tests/test_duck_array_ops.py ....................ssss.........sss [ 48%] sssss........ssssssss........ssssssss......ssssssssss........ssssssss... [ 48%] .....ssssssss........ssssssss........ssssssss......ssssssssss........sss [ 49%] sssss........ssssssss........ssssssss........ssssssss......ssssssssss... [ 50%] .....ssssssss........ssssssss........ssssssss........ssssssss......sssss [ 50%] sssss........ssssssssssssssssss..........ssssssssssssssssssssssssssssss. [ 51%] .........ssssssssssssssssssssssssss..............sssssssssssssssssssssss [ 52%] sss..............sssssssssssssssssssssssssssssss.s.s.s.s.sssssssssssssss [ 53%] ssssssssssssssss.s.s.s.s.sssssssssssssssssssssssssss.s.s.s.s.s.s.sssssss [ 53%] ssssssssssssssssssss.s.s.s.s.s.s.ssssssssssssssssssss......sssssss...... [ 54%] ..ssssssss........ssssssss........ssssssss........ssssssss........ssssss [ 55%] ss........ssssssss........ssssssss........ssssssss........ssssssss...... [ 55%] ..ssssssss........ssssssss........ssssssss........ssssssss........ssssss [ 56%] ss........ssssssss........ssssssss........ssssssss........ssssssss...... [ 57%] ..ssssssss........ssssssss........ssssssss........ssssssss........ssssss [ 57%] ss........ssssssss....ssss....ssss.s.s.s.s.s.s......ssss....ssss....ssss [ 58%] ....sssss.sss.........s.s.s [ 58%] xarray/tests/test_extensions.py .... [ 58%] xarray/tests/test_formatting.py ...................s....s....... [ 59%] xarray/tests/test_formatting_html.py ..s............. [ 59%] xarray/tests/test_groupby.py ........................................... [ 59%] ..............ss........................................................ [ 60%] ........ss.............. [ 60%] xarray/tests/test_indexes.py ........................................... [ 61%] ..........................ss [ 61%] xarray/tests/test_indexing.py .......................................... [ 61%] ...................................................................s.... [ 62%] ..... [ 62%] xarray/tests/test_interp.py .....ssss...s.s...s.ss.s.............x.ssss. [ 62%] s.s..sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 63%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 64%] sssssssssssssssssssssssssssssssssssssssssssssssssssssss..... [ 64%] xarray/tests/test_merge.py ............................................. [ 65%] ........ [ 65%] xarray/tests/test_missing.py ..........................................s [ 65%] sss..s.sss..........sssssssssss....s.s.s.s.s.sx.. [ 66%] xarray/tests/test_nputils.py .. [ 66%] xarray/tests/test_options.py ............X...... [ 66%] xarray/tests/test_plot.py .............................................. [ 66%] .................................................................s...... [ 67%] .........................................s.............................. [ 68%] ................s.................................s.............s....... [ 68%] ......................s................................................. [ 69%] .ss.ssss..........................................................XX.... [ 70%] ........ssss............................................................ [ 70%] ...ssss............................... [ 71%] xarray/tests/test_plugins.py ........... [ 71%] xarray/tests/test_print_versions.py . [ 71%] xarray/tests/test_rolling.py ................ssssssssssssssss.ss.s.s.... [ 71%] ................................ssssssssssssssssssssssssss.............. [ 72%] ........................................................................ [ 73%] ........................................................................ [ 73%] ........................................................................ [ 74%] ..................................................................ssssss [ 75%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 76%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%] ssssssssssssssssssssssssssssssssss...................................... [ 78%] .......................................ssssssssssss..........sssssssssss [ 78%] ssssssssssssssssss.....s................................................ [ 79%] ........................................................................ [ 80%] ........................................................................ [ 80%] ............................................................ssssssssssss [ 81%] ssss.................................................................... [ 82%] ........................................................................ [ 82%] ........................................................................ [ 83%] ........................................................................ [ 84%] ....................ssssssssssssssssssssssssssssssssssssssssssssssssssss [ 84%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 88%] ssssssssssssssssssssssssssssssssssss................ssssssssssssssss.... [ 89%] ........xxssss [ 89%] xarray/tests/test_testing.py .....ss.ss.ss.ss.ss.ss..... [ 89%] xarray/tests/test_tutorial.py ss [ 89%] xarray/tests/test_ufuncs.py .......ss... [ 89%] xarray/tests/test_utils.py ......................s................. [ 90%] xarray/tests/test_variable.py ......................x................... [ 90%] .....................XX.X.....XX.X.....XX.X.....XX.X.....XX.X........... [ 91%] ........................................................................ [ 91%] ...................ssssssss....s....s.....s........sssssssssssssssssssss [ 92%] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 93%] sssssssssssssssssssssssssssssssssssssssssssss......................x.... [ 93%] .............................................sssssssssssssssssssssssssss [ 94%] ssssssssssssssssssssssssssss.....s.s........s...ssssssssss.........s.... [ 95%] ...s [ 95%] xarray/tests/test_weighted.py ......ssssssssss.......................... [ 95%] ...............................................................sssssssss [ 96%] sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss......... [ 97%] ........................................................................ [ 97%] ........................................................................ [ 98%] ........................................................................ [ 99%] ........................................................................ [ 99%] ................... [100%] =============================== warnings summary =============================== xarray/tests/test_dataset.py::TestDataset::test_assign_coords_existing_multiindex /home/pterjan/rpmbuild/BUILD/xarray-2022.11.0/xarray/core/common.py:609: FutureWarning: Updating MultiIndexed coordinate 'x' would corrupt indices for other variables: ['level_1', 'level_2']. This will raise an error in the future. Use `.drop_vars({'level_1', 'level_2', 'x'})` before assigning new coordinate values. data.coords.update(results) xarray/tests/test_print_versions.py::test_show_versions /usr/lib/python3.10/site-packages/_distutils_hack/__init__.py:33: UserWarning: Setuptools is replacing distutils. warnings.warn("Setuptools is replacing distutils.") xarray/tests/test_rolling.py: 64 warnings /usr/lib64/python3.10/site-packages/bottleneck/slow/move.py:168: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations idx = np.empty(a.shape, dtype=np.bool) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html = 5364 passed, 5053 skipped, 20 xfailed, 24 xpassed, 66 warnings in 210.58s (0:03:30) = + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-xarray-2022.11.0-2.mga9.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.kODvMD + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd xarray-2022.11.0 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/share/doc/python3-xarray + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/share/doc/python3-xarray + cp -pr README.md /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/share/doc/python3-xarray + cp -pr asv_bench/benchmarks/README_CI.md /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/share/doc/python3-xarray + cp -pr doc/README.rst /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/share/doc/python3-xarray + cp -pr doc/gallery/README.txt /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/share/doc/python3-xarray + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.oD2yZr + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd xarray-2022.11.0 + LICENSEDIR=/home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/share/licenses/python3-xarray + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/share/licenses/python3-xarray + cp -pr LICENSE /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/share/licenses/python3-xarray + cp -pr licenses/DASK_LICENSE /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/share/licenses/python3-xarray + cp -pr licenses/ICOMOON_LICENSE /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/share/licenses/python3-xarray + cp -pr licenses/NUMPY_LICENSE /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/share/licenses/python3-xarray + cp -pr licenses/PANDAS_LICENSE /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/share/licenses/python3-xarray + cp -pr licenses/SCIKIT_LEARN_LICENSE /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/share/licenses/python3-xarray + cp -pr licenses/SEABORN_LICENSE /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch/usr/share/licenses/python3-xarray + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-xarray = 2022.11.0-2.mga9 python3-xarray = 2022.11.0-2.mga9 python3.10-xarray = 2022.11.0-2.mga9 python3.10dist(xarray) = 2022.11 python3dist(xarray) = 2022.11 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.10 python3.10dist(numpy) >= 1.20 python3.10dist(packaging) >= 21 python3.10dist(pandas) >= 1.3 Obsoletes: python-xarray < 2022.11.0-2.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch Wrote: /home/pterjan/rpmbuild/RPMS/noarch/python3-xarray-2022.11.0-2.mga9.noarch.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.GlXsHG + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd xarray-2022.11.0 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-xarray-2022.11.0-2.mga9.noarch + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.QS8MfL + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf xarray-2022.11.0 xarray-2022.11.0.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!