[Debian-astro-maintainers] Bug#1067257: astroml: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13
Lucas Nussbaum
lucas at debian.org
Wed Mar 20 20:41:32 GMT 2024
Source: astroml
Version: 1.0.2-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20240319 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules build
> dh build --with python3 --buildsystem=pybuild
> dh_update_autotools_config -O--buildsystem=pybuild
> dh_autoreconf -O--buildsystem=pybuild
> dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:305: python3.12 setup.py config
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
>
> ********************************************************************************
> The license_file parameter is deprecated, use license_files instead.
>
> This deprecation is overdue, please update your project and remove deprecated
> calls to avoid build errors in the future.
>
> See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
> ********************************************************************************
>
> !!
> parsed = self.parsers.get(option_name, lambda x: x)(value)
> running config
> I: pybuild base:305: python3.11 setup.py config
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
>
> ********************************************************************************
> The license_file parameter is deprecated, use license_files instead.
>
> This deprecation is overdue, please update your project and remove deprecated
> calls to avoid build errors in the future.
>
> See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
> ********************************************************************************
>
> !!
> parsed = self.parsers.get(option_name, lambda x: x)(value)
> running config
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:305: /usr/bin/python3.12 setup.py build
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
>
> ********************************************************************************
> The license_file parameter is deprecated, use license_files instead.
>
> This deprecation is overdue, please update your project and remove deprecated
> calls to avoid build errors in the future.
>
> See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
> ********************************************************************************
>
> !!
> parsed = self.parsers.get(option_name, lambda x: x)(value)
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML
> copying astroML/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML
> copying astroML/crossmatch.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML
> copying astroML/resample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML
> copying astroML/correlation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML
> copying astroML/sum_of_norms.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML
> copying astroML/filters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML
> copying astroML/decorators.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML
> copying astroML/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML
> copying astroML/lumfunc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML
> copying astroML/cosmology.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML
> copying astroML/fourier.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/tests
> copying astroML/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/tests
> copying astroML/tests/test_lumfunc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/tests
> copying astroML/tests/test_resample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/tests
> copying astroML/tests/test_fourier.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/tests
> copying astroML/tests/test_correlation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/tests
> copying astroML/tests/test_filters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/density_estimation
> copying astroML/density_estimation/density_estimation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/density_estimation
> copying astroML/density_estimation/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/density_estimation
> copying astroML/density_estimation/bayesian_blocks.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/density_estimation
> copying astroML/density_estimation/gauss_mixture.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/density_estimation
> copying astroML/density_estimation/histtools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/density_estimation
> copying astroML/density_estimation/empirical.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/density_estimation
> copying astroML/density_estimation/xdeconv.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/density_estimation
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/utils
> copying astroML/utils/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/utils
> copying astroML/utils/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/utils
> copying astroML/utils/exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/utils
> copying astroML/utils/decorators.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/utils
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/sdss_galaxy_colors.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/nasa_atlas.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/generated.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/LIGO_bigdog.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/rrlyrae_templates.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/kelly2007test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/sdss_corrected_spectra.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/sdss_specgals.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/rrlyrae_mags.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/sdss_filters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/hogg2010test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/sdss_galaxy_images.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/wmap_temperatures.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/imaging_sample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/moving_objects.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/dr7_quasar.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/sdss_spectrum.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/LINEAR_sample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/sdss_sspp.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> copying astroML/datasets/sdss_S82standards.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/clustering
> copying astroML/clustering/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/clustering
> copying astroML/clustering/mst_clustering.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/clustering
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/time_series
> copying astroML/time_series/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/time_series
> copying astroML/time_series/periodogram.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/time_series
> copying astroML/time_series/generate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/time_series
> copying astroML/time_series/ACF.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/time_series
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/dimensionality
> copying astroML/dimensionality/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/dimensionality
> copying astroML/dimensionality/iterative_pca.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/dimensionality
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/stats
> copying astroML/stats/_binned_statistic.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/stats
> copying astroML/stats/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/stats
> copying astroML/stats/_point_statistics.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/stats
> copying astroML/stats/random.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/stats
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/classification
> copying astroML/classification/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/classification
> copying astroML/classification/gmm_bayes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/classification
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/linear_model
> copying astroML/linear_model/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/linear_model
> copying astroML/linear_model/linear_regression_errors.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/linear_model
> copying astroML/linear_model/kernel_regression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/linear_model
> copying astroML/linear_model/linear_regression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/linear_model
> copying astroML/linear_model/TLS.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/linear_model
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/plotting
> copying astroML/plotting/mcmc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/plotting
> copying astroML/plotting/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/plotting
> copying astroML/plotting/tools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/plotting
> copying astroML/plotting/ellipse.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/plotting
> copying astroML/plotting/multiaxes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/plotting
> copying astroML/plotting/hist_tools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/plotting
> copying astroML/plotting/settings.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/plotting
> copying astroML/plotting/scatter_contour.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/plotting
> copying astroML/plotting/regression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/plotting
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/density_estimation/tests
> copying astroML/density_estimation/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/density_estimation/tests
> copying astroML/density_estimation/tests/test_xdeconv.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/density_estimation/tests
> copying astroML/density_estimation/tests/test_density.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/density_estimation/tests
> copying astroML/density_estimation/tests/test_hist_binwidth.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/density_estimation/tests
> copying astroML/density_estimation/tests/test_bayesian_blocks.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/density_estimation/tests
> copying astroML/density_estimation/tests/test_empirical.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/density_estimation/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/utils/tests
> copying astroML/utils/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/utils/tests
> copying astroML/utils/tests/test_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/utils/tests
> copying astroML/utils/tests/test_pickle_results.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/utils/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets/tests
> copying astroML/datasets/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets/tests
> copying astroML/datasets/tests/test_datasets.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets/tools
> copying astroML/datasets/tools/sdss_fits.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets/tools
> copying astroML/datasets/tools/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets/tools
> copying astroML/datasets/tools/sql_query.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets/tools
> copying astroML/datasets/tools/cas_query.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets/tools
> copying astroML/datasets/tools/download.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets/tools
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/clustering/tests
> copying astroML/clustering/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/clustering/tests
> copying astroML/clustering/tests/test_MST_clustering.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/clustering/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/time_series/tests
> copying astroML/time_series/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/time_series/tests
> copying astroML/time_series/tests/test_periodogram.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/time_series/tests
> copying astroML/time_series/tests/test_generate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/time_series/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/dimensionality/tests
> copying astroML/dimensionality/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/dimensionality/tests
> copying astroML/dimensionality/tests/test_iterative_PCA.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/dimensionality/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/stats/tests
> copying astroML/stats/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/stats/tests
> copying astroML/stats/tests/test_stats.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/stats/tests
> copying astroML/stats/tests/test_binned_statistic.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/stats/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/classification/tests
> copying astroML/classification/tests/test_gmm_bayes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/classification/tests
> copying astroML/classification/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/classification/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/linear_model/tests
> copying astroML/linear_model/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/linear_model/tests
> copying astroML/linear_model/tests/test_kernel_regression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/linear_model/tests
> copying astroML/linear_model/tests/test_linear_regression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/linear_model/tests
> copying astroML/linear_model/tests/test_TLS.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/linear_model/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/plotting/tests
> copying astroML/plotting/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/plotting/tests
> copying astroML/plotting/tests/test_devectorize.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/plotting/tests
> I: pybuild base:305: /usr/bin/python3 setup.py build
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
>
> ********************************************************************************
> The license_file parameter is deprecated, use license_files instead.
>
> This deprecation is overdue, please update your project and remove deprecated
> calls to avoid build errors in the future.
>
> See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
> ********************************************************************************
>
> !!
> parsed = self.parsers.get(option_name, lambda x: x)(value)
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML
> copying astroML/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML
> copying astroML/crossmatch.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML
> copying astroML/resample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML
> copying astroML/correlation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML
> copying astroML/sum_of_norms.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML
> copying astroML/filters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML
> copying astroML/decorators.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML
> copying astroML/conftest.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML
> copying astroML/lumfunc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML
> copying astroML/cosmology.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML
> copying astroML/fourier.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/tests
> copying astroML/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/tests
> copying astroML/tests/test_lumfunc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/tests
> copying astroML/tests/test_resample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/tests
> copying astroML/tests/test_fourier.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/tests
> copying astroML/tests/test_correlation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/tests
> copying astroML/tests/test_filters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/density_estimation
> copying astroML/density_estimation/density_estimation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/density_estimation
> copying astroML/density_estimation/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/density_estimation
> copying astroML/density_estimation/bayesian_blocks.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/density_estimation
> copying astroML/density_estimation/gauss_mixture.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/density_estimation
> copying astroML/density_estimation/histtools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/density_estimation
> copying astroML/density_estimation/empirical.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/density_estimation
> copying astroML/density_estimation/xdeconv.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/density_estimation
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/utils
> copying astroML/utils/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/utils
> copying astroML/utils/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/utils
> copying astroML/utils/exceptions.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/utils
> copying astroML/utils/decorators.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/utils
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/sdss_galaxy_colors.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/nasa_atlas.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/generated.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/LIGO_bigdog.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/rrlyrae_templates.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/kelly2007test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/sdss_corrected_spectra.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/sdss_specgals.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/rrlyrae_mags.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/sdss_filters.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/hogg2010test.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/sdss_galaxy_images.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/wmap_temperatures.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/imaging_sample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/moving_objects.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/dr7_quasar.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/sdss_spectrum.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/LINEAR_sample.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/sdss_sspp.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> copying astroML/datasets/sdss_S82standards.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/clustering
> copying astroML/clustering/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/clustering
> copying astroML/clustering/mst_clustering.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/clustering
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/time_series
> copying astroML/time_series/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/time_series
> copying astroML/time_series/periodogram.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/time_series
> copying astroML/time_series/generate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/time_series
> copying astroML/time_series/ACF.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/time_series
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/dimensionality
> copying astroML/dimensionality/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/dimensionality
> copying astroML/dimensionality/iterative_pca.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/dimensionality
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/stats
> copying astroML/stats/_binned_statistic.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/stats
> copying astroML/stats/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/stats
> copying astroML/stats/_point_statistics.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/stats
> copying astroML/stats/random.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/stats
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/classification
> copying astroML/classification/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/classification
> copying astroML/classification/gmm_bayes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/classification
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/linear_model
> copying astroML/linear_model/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/linear_model
> copying astroML/linear_model/linear_regression_errors.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/linear_model
> copying astroML/linear_model/kernel_regression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/linear_model
> copying astroML/linear_model/linear_regression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/linear_model
> copying astroML/linear_model/TLS.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/linear_model
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/plotting
> copying astroML/plotting/mcmc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/plotting
> copying astroML/plotting/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/plotting
> copying astroML/plotting/tools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/plotting
> copying astroML/plotting/ellipse.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/plotting
> copying astroML/plotting/multiaxes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/plotting
> copying astroML/plotting/hist_tools.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/plotting
> copying astroML/plotting/settings.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/plotting
> copying astroML/plotting/scatter_contour.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/plotting
> copying astroML/plotting/regression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/plotting
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/density_estimation/tests
> copying astroML/density_estimation/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/density_estimation/tests
> copying astroML/density_estimation/tests/test_xdeconv.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/density_estimation/tests
> copying astroML/density_estimation/tests/test_density.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/density_estimation/tests
> copying astroML/density_estimation/tests/test_hist_binwidth.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/density_estimation/tests
> copying astroML/density_estimation/tests/test_bayesian_blocks.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/density_estimation/tests
> copying astroML/density_estimation/tests/test_empirical.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/density_estimation/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/utils/tests
> copying astroML/utils/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/utils/tests
> copying astroML/utils/tests/test_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/utils/tests
> copying astroML/utils/tests/test_pickle_results.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/utils/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets/tests
> copying astroML/datasets/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets/tests
> copying astroML/datasets/tests/test_datasets.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets/tools
> copying astroML/datasets/tools/sdss_fits.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets/tools
> copying astroML/datasets/tools/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets/tools
> copying astroML/datasets/tools/sql_query.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets/tools
> copying astroML/datasets/tools/cas_query.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets/tools
> copying astroML/datasets/tools/download.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets/tools
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/clustering/tests
> copying astroML/clustering/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/clustering/tests
> copying astroML/clustering/tests/test_MST_clustering.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/clustering/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/time_series/tests
> copying astroML/time_series/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/time_series/tests
> copying astroML/time_series/tests/test_periodogram.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/time_series/tests
> copying astroML/time_series/tests/test_generate.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/time_series/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/dimensionality/tests
> copying astroML/dimensionality/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/dimensionality/tests
> copying astroML/dimensionality/tests/test_iterative_PCA.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/dimensionality/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/stats/tests
> copying astroML/stats/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/stats/tests
> copying astroML/stats/tests/test_stats.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/stats/tests
> copying astroML/stats/tests/test_binned_statistic.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/stats/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/classification/tests
> copying astroML/classification/tests/test_gmm_bayes.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/classification/tests
> copying astroML/classification/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/classification/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/linear_model/tests
> copying astroML/linear_model/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/linear_model/tests
> copying astroML/linear_model/tests/test_kernel_regression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/linear_model/tests
> copying astroML/linear_model/tests/test_linear_regression.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/linear_model/tests
> copying astroML/linear_model/tests/test_TLS.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/linear_model/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/plotting/tests
> copying astroML/plotting/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/plotting/tests
> copying astroML/plotting/tests/test_devectorize.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/plotting/tests
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:305: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build; python3.12 -m pytest
> ============================= test session starts ==============================
> platform linux -- Python 3.12.2, pytest-8.1.1, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: setup.cfg
> plugins: cov-4.1.0, remotedata-0.4.1, filter-subpackage-0.2.0, astropy-header-0.2.2, astropy-0.11.0, hypothesis-6.99.9, doctestplus-1.2.1, arraydiff-0.6.1, mock-3.12.0
> collected 212 items / 2 errors
>
> ==================================== ERRORS ====================================
> _ ERROR collecting .pybuild/cpython3_3.12_astroml/build/astroML/tests/test_resample.py _
> astroML/tests/test_resample.py:2: in <module>
> from numpy.testing import assert_allclose, run_module_suite
> E ImportError: cannot import name 'run_module_suite' from 'numpy.testing' (/usr/lib/python3/dist-packages/numpy/testing/__init__.py)
> _ ERROR collecting .pybuild/cpython3_3.12_astroml/build/astroML/tests/test_resample.py _
> ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/tests/test_resample.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> astroML/tests/test_resample.py:2: in <module>
> from numpy.testing import assert_allclose, run_module_suite
> E ImportError: cannot import name 'run_module_suite' from 'numpy.testing' (/usr/lib/python3/dist-packages/numpy/testing/__init__.py)
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1439
> /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1439: PytestConfigWarning: Unknown config option: testspaths
>
> self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
>
> astroML/datasets/tools/sdss_fits.py:9
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets/tools/sdss_fits.py:9: DeprecationWarning: Please use `gaussian_filter1d` from the `scipy.ndimage` namespace, the `scipy.ndimage.filters` namespace is deprecated.
> from scipy.ndimage.filters import gaussian_filter1d, uniform_filter1d
>
> astroML/datasets/tools/sdss_fits.py:9
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/datasets/tools/sdss_fits.py:9: DeprecationWarning: Please use `uniform_filter1d` from the `scipy.ndimage` namespace, the `scipy.ndimage.filters` namespace is deprecated.
> from scipy.ndimage.filters import gaussian_filter1d, uniform_filter1d
>
> astroML/decorators.py:7
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/decorators.py:7: AstroMLDeprecationWarning: 'decorators' has been moved to 'astroML.utils' and will be removed from the main namespace in the future.
> warnings.warn("'decorators' has been moved to 'astroML.utils' and will be "
>
> astroML/linear_model/linear_regression_errors.py:10
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build/astroML/linear_model/linear_regression_errors.py:10: UserWarning: LinearRegressionwithErrors requires PyMC3 to be installed
> warnings.warn('LinearRegressionwithErrors requires PyMC3 to be installed')
>
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
> /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
> EPOCH = datetime.datetime.utcfromtimestamp(0)
>
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info ============================
> ERROR astroML/tests/test_resample.py - ImportError: cannot import name 'run_m...
> ERROR astroML/tests/test_resample.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
> ======================== 6 warnings, 2 errors in 2.34s =========================
> E: pybuild pybuild:389: test: plugin distutils failed with: exit code=2: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_astroml/build; python3.12 -m pytest
> I: pybuild base:305: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build; python3.11 -m pytest
> ============================= test session starts ==============================
> platform linux -- Python 3.11.8, pytest-8.1.1, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: setup.cfg
> plugins: cov-4.1.0, remotedata-0.4.1, filter-subpackage-0.2.0, astropy-header-0.2.2, astropy-0.11.0, hypothesis-6.99.9, doctestplus-1.2.1, arraydiff-0.6.1, mock-3.12.0
> collected 212 items / 2 errors
>
> ==================================== ERRORS ====================================
> _ ERROR collecting .pybuild/cpython3_3.11_astroml/build/astroML/tests/test_resample.py _
> astroML/tests/test_resample.py:2: in <module>
> from numpy.testing import assert_allclose, run_module_suite
> E ImportError: cannot import name 'run_module_suite' from 'numpy.testing' (/usr/lib/python3/dist-packages/numpy/testing/__init__.py)
> _ ERROR collecting .pybuild/cpython3_3.11_astroml/build/astroML/tests/test_resample.py _
> ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/tests/test_resample.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> astroML/tests/test_resample.py:2: in <module>
> from numpy.testing import assert_allclose, run_module_suite
> E ImportError: cannot import name 'run_module_suite' from 'numpy.testing' (/usr/lib/python3/dist-packages/numpy/testing/__init__.py)
> =============================== warnings summary ===============================
> ../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1439
> /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1439: PytestConfigWarning: Unknown config option: testspaths
>
> self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
>
> astroML/datasets/tools/sdss_fits.py:9
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets/tools/sdss_fits.py:9: DeprecationWarning: Please use `gaussian_filter1d` from the `scipy.ndimage` namespace, the `scipy.ndimage.filters` namespace is deprecated.
> from scipy.ndimage.filters import gaussian_filter1d, uniform_filter1d
>
> astroML/datasets/tools/sdss_fits.py:9
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/datasets/tools/sdss_fits.py:9: DeprecationWarning: Please use `uniform_filter1d` from the `scipy.ndimage` namespace, the `scipy.ndimage.filters` namespace is deprecated.
> from scipy.ndimage.filters import gaussian_filter1d, uniform_filter1d
>
> astroML/decorators.py:7
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/decorators.py:7: AstroMLDeprecationWarning: 'decorators' has been moved to 'astroML.utils' and will be removed from the main namespace in the future.
> warnings.warn("'decorators' has been moved to 'astroML.utils' and will be "
>
> astroML/linear_model/linear_regression_errors.py:10
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build/astroML/linear_model/linear_regression_errors.py:10: UserWarning: LinearRegressionwithErrors requires PyMC3 to be installed
> warnings.warn('LinearRegressionwithErrors requires PyMC3 to be installed')
>
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info ============================
> ERROR astroML/tests/test_resample.py - ImportError: cannot import name 'run_m...
> ERROR astroML/tests/test_resample.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
> ======================== 5 warnings, 2 errors in 2.30s =========================
> E: pybuild pybuild:389: test: plugin distutils failed with: exit code=2: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astroml/build; python3.11 -m pytest
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2024/03/19/astroml_1.0.2-3_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240319&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
More information about the Debian-astro-maintainers
mailing list