• Bug#1067257: astroml: FTBFS: dh_auto_test: error: pybuild --test --test

    From Lucas Nussbaum@21:1/5 to All on Wed Mar 20 22:10:02 2024
    Source: astroml
    Version: 1.0.2-3
    Severity: serious
    Justification: FTBFS
    Tags: trixie sid ftbfs
    User: lucas@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

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Sun Mar 24 18:00:01 2024
    This is a multi-part message in MIME format...

    Your message dated Sun, 24 Mar 2024 16:49:16 +0000
    with message-id <E1roR24-009532-08@fasolo.debian.org>
    and subject line Bug#1067257: fixed in astroml 1.0.2-4
    has caused the Debian Bug report #1067257,
    regarding astroml: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13
    to be marked as done.

    This means that you claim that the problem has been dealt with.
    If this is not the case it is now your responsibility to reopen the
    Bug report if necessary, and/or fix the problem forthwith.

    (NB: If you are a system administrator and have no idea what this
    message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org
    immediately.)


    --
    1067257: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067257
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    Received: (at submit) by bugs.debian.org; 20 Mar 2024 21:06:13 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
    (2021-04-09) on buxtehude.debian.org
    X-Spam-Level:
    X-Spam-Status: No, score=-105.6 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH,
    DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,
    SPF_HELO_NONE,SPF_NONE,T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY,
    USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST,WEIRD_PORT
    autolearn=ham autolearn_force=no
    version=3.4.6-bugs.debian.org_2005_01_02
    X-Spam-Bayes: score:0.0000 Tokens: new, 188; hammy, 150; neutral, 406; spammy,
    0. spammytokens: hammytokens:0.000-+--python3,
    0.000-+--Hx-spam-relays-external:sk:stravin, 0.000-+--H*RT:sk:stravin,
    0.000-+--Hx-spam-relays-external:311, 0.000-+--H*RT:311
    Return-path: <lucas@debian.org>
    Received: from stravinsky.debian.org ([