Your message dated Mon, 10 Dec 2018 14:44:12 +0000
with message-id <e1gwmn6-0007xg...@fasolo.debian.org>
and subject line Bug#911708: fixed in astroml 0.3-8
has caused the Debian Bug report #911708,
regarding scikit-learn breaks astroml autopkgtest: ImportError: cannot import 
name 'GMM'
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 ow...@bugs.debian.org
immediately.)


-- 
911708: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911708
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: scikit-learn, astroml
Control: found -1 scikit-learn/0.20.0+dfsg-1
Control: found -1 astroml/0.3-7
X-Debbugs-CC: debian...@lists.debian.org
User: debian...@lists.debian.org
Usertags: breaks needs-update

Dear maintainers,

With a recent upload of scikit-learn the autopkgtest of astroml fails in
testing when that autopkgtest is run with the binary packages of
scikit-learn from unstable. It passes when run with only packages from
testing. In tabular form:
                       pass            fail
scikit-learn           from testing    0.20.0+dfsg-1
astroml                from testing    0.3-7
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is contributing to the delay of the migration
of scikit-learn to testing [1]. Due to the nature of this issue, I filed
this bug report against both packages. Can you please investigate the
situation and reassign the bug to the right package? If needed, please
change the bug's severity.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=scikit-learn

https://ci.debian.net/data/autopkgtest/testing/amd64/a/astroml/1196880/log.gz

autopkgtest [04:37:20]: test command2: [-----------------------
/usr/lib/python3/dist-packages/astroML/time_series/periodogram.py:8:
UserWarning: Using slow version of lomb_scargle. Install astroML_addons
to use an optimized version
  warnings.warn("Using slow version of lomb_scargle. Install
astroML_addons "
EEEE/usr/lib/python3/dist-packages/astroML/dimensionality/iterative_pca.py:136:
RuntimeWarning: invalid value encountered in true_divide
  ratio_i = X[i][notM[i]] / X_recons[i][notM[i]]
.E../usr/lib/python3/dist-packages/astroML/stats/_binned_statistic.py:323:
RuntimeWarning: invalid value encountered in true_divide
  result[a] /= flatcount
/usr/lib/python3/dist-packages/numpy/core/fromnumeric.py:2957:
RuntimeWarning: Mean of empty slice.
  out=out, **kwargs)
/usr/lib/python3/dist-packages/numpy/core/_methods.py:80:
RuntimeWarning: invalid value encountered in double_scalars
  ret = ret.dtype.type(ret / rcount)
..........................................................................................................................................................................................
======================================================================
ERROR: Failure: ImportError (cannot import name 'GMM')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
    raise self.exc_val.with_traceback(self.tb)
  File "/usr/lib/python3/dist-packages/nose/loader.py", line 417, in
loadTestsFromName
    addr.filename, addr.module)
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in
importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in
importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/usr/lib/python3.6/imp.py", line 245, in load_module
    return load_package(name, filename)
  File "/usr/lib/python3.6/imp.py", line 217, in load_package
    return _load(spec)
  File "<frozen importlib._bootstrap>", line 684, in _load
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in
_call_with_frames_removed
  File
"/usr/lib/python3/dist-packages/astroML/classification/__init__.py",
line 1, in <module>
    from .gmm_bayes import GMMBayes
  File
"/usr/lib/python3/dist-packages/astroML/classification/gmm_bayes.py",
line 8, in <module>
    from sklearn.mixture import GMM
ImportError: cannot import name 'GMM'

======================================================================
ERROR: Failure: ImportError (cannot import name 'GMM')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
    raise self.exc_val.with_traceback(self.tb)
  File "/usr/lib/python3/dist-packages/nose/loader.py", line 417, in
loadTestsFromName
    addr.filename, addr.module)
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in
importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in
importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/usr/lib/python3.6/imp.py", line 245, in load_module
    return load_package(name, filename)
  File "/usr/lib/python3.6/imp.py", line 217, in load_package
    return _load(spec)
  File "<frozen importlib._bootstrap>", line 684, in _load
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in
_call_with_frames_removed
  File "/usr/lib/python3/dist-packages/astroML/clustering/__init__.py",
line 1, in <module>
    from .mst_clustering import HierarchicalClustering, get_graph_segments
  File
"/usr/lib/python3/dist-packages/astroML/clustering/mst_clustering.py",
line 8, in <module>
    from sklearn.mixture import GMM
ImportError: cannot import name 'GMM'

======================================================================
ERROR: Failure: ImportError (cannot import name 'GMM')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
    raise self.exc_val.with_traceback(self.tb)
  File "/usr/lib/python3/dist-packages/nose/loader.py", line 417, in
loadTestsFromName
    addr.filename, addr.module)
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in
importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in
importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/usr/lib/python3.6/imp.py", line 245, in load_module
    return load_package(name, filename)
  File "/usr/lib/python3.6/imp.py", line 217, in load_package
    return _load(spec)
  File "<frozen importlib._bootstrap>", line 684, in _load
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in
_call_with_frames_removed
  File "/usr/lib/python3/dist-packages/astroML/datasets/__init__.py",
line 21, in <module>
    from .generated import generate_mu_z
  File "/usr/lib/python3/dist-packages/astroML/datasets/generated.py",
line 3, in <module>
    from ..density_estimation import FunctionDistribution
  File
"/usr/lib/python3/dist-packages/astroML/density_estimation/__init__.py",
line 2, in <module>
    from .xdeconv import XDGMM
  File
"/usr/lib/python3/dist-packages/astroML/density_estimation/xdeconv.py",
line 17, in <module>
    from sklearn.mixture import GMM
ImportError: cannot import name 'GMM'

======================================================================
ERROR: Failure: ImportError (cannot import name 'GMM')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
    raise self.exc_val.with_traceback(self.tb)
  File "/usr/lib/python3/dist-packages/nose/loader.py", line 417, in
loadTestsFromName
    addr.filename, addr.module)
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in
importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in
importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/usr/lib/python3.6/imp.py", line 245, in load_module
    return load_package(name, filename)
  File "/usr/lib/python3.6/imp.py", line 217, in load_package
    return _load(spec)
  File "<frozen importlib._bootstrap>", line 684, in _load
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in
_call_with_frames_removed
  File
"/usr/lib/python3/dist-packages/astroML/density_estimation/__init__.py",
line 2, in <module>
    from .xdeconv import XDGMM
  File
"/usr/lib/python3/dist-packages/astroML/density_estimation/xdeconv.py",
line 17, in <module>
    from sklearn.mixture import GMM
ImportError: cannot import name 'GMM'

======================================================================
ERROR: Failure: ImportError (cannot import name 'GMM')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
    raise self.exc_val.with_traceback(self.tb)
  File "/usr/lib/python3/dist-packages/nose/loader.py", line 417, in
loadTestsFromName
    addr.filename, addr.module)
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in
importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in
importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/usr/lib/python3.6/imp.py", line 245, in load_module
    return load_package(name, filename)
  File "/usr/lib/python3.6/imp.py", line 217, in load_package
    return _load(spec)
  File "<frozen importlib._bootstrap>", line 684, in _load
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in
_call_with_frames_removed
  File "/usr/lib/python3/dist-packages/astroML/plotting/__init__.py",
line 1, in <module>
    from .hist_tools import hist
  File "/usr/lib/python3/dist-packages/astroML/plotting/hist_tools.py",
line 5, in <module>
    from astroML.density_estimation import\
  File
"/usr/lib/python3/dist-packages/astroML/density_estimation/__init__.py",
line 2, in <module>
    from .xdeconv import XDGMM
  File
"/usr/lib/python3/dist-packages/astroML/density_estimation/xdeconv.py",
line 17, in <module>
    from sklearn.mixture import GMM
ImportError: cannot import name 'GMM'

----------------------------------------------------------------------
Ran 194 tests in 0.880s

FAILED (errors=5)
autopkgtest [04:37:23]: test command2: -----------------------]

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: astroml
Source-Version: 0.3-8

We believe that the bug you reported is fixed in the latest version of
astroml, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 911...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated astroml package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 10 Dec 2018 15:23:20 +0100
Source: astroml
Binary: python3-astroml
Architecture: source
Version: 0.3-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team 
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Description:
 python3-astroml - Python 3 Machine Learning library for astronomy
Closes: 911708
Changes:
 astroml (0.3-8) unstable; urgency=medium
 .
   * Update VCS fields to use salsa.d.o
   * Remove Python 2 package
   * GMM to GaussianMixture (Closes: #911708)
   * Push Standards-Version to 4.2.1. No changes required
Checksums-Sha1:
 d4cde7a20222bc5a1284b63dd450ff2da55f5b7b 2113 astroml_0.3-8.dsc
 25f2a3e6bd78dd461574595caf68f1af7ccf7dad 6576 astroml_0.3-8.debian.tar.xz
Checksums-Sha256:
 cd1a26dd7870588409695b5f5af2440fb9226ff75a58a1d7bb878e061e0573f0 2113 
astroml_0.3-8.dsc
 b158bcabe68cc34c490717aefd54965a8d4e0af31596838b1edb5ecb3d2b9bff 6576 
astroml_0.3-8.debian.tar.xz
Files:
 ed9a7a0d668c48ec40d5b20b0db2d5fb 2113 python optional astroml_0.3-8.dsc
 ec93b9128ab9da03cb69409c696bf4cd 6576 python optional 
astroml_0.3-8.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAlwOd1MACgkQcRWv0HcQ
3PcUHw//daX4XWIPucgi8cCDDy75knRtKUEuhvl1FlHf7UNIhdZdSfggur16jGPO
dxGLpLUdDlCE6liO62D2DeYL1+mU5StXx94VljUKAiLP+YUGbLHkYfqKhGx9cDqQ
NgAYln0RWy3clhwZpNj8VXWpwwr9+aQr17z9rcViv60TCwFiqMdVEhuMJyk1MkhZ
E2kWytAuxqXMDAXJjWIS+3TabpQT3qn2/9D/LCRbUa112LwjcJKYStfqAhUHsMzM
/hjuHp5rIlyC0+2OYutFr+C+kIsNONMu2hoGelUXys6nrA/2GUUhXeZEznVPOx3V
OQmRTw+/2nH+DrsvP3gJeLoMmp1dtXYuF9OyusJYy5jOcZOzcOSJt/WMQsRd/jwh
470qlcvA6PI4zNB8gOlcfPmyBPXRTCx0hU+EToZ0w4s0I5P/IcyPtLiAMWLg7P4Q
TOESpddVUWqtZnva8+egwpgT9QHsoXtc2M/n9oC632X76rcBXD9OpWOyy/f3osGo
Qu3VXobNjw1indxQx/Gl2pQxxXrNmfUEwgjLg8Iwib0/7LrHpiYKDtvwZElR4uBg
cITMboxgmB7OCIMxtIFqiR94UPGRPuhRN9H8MZPNEIFNslzDwZoVoA65GsNY/x63
Rfq7EUcMJJM7+9ZucGLBULu7B16jS5Cjt4cZFwRYTPI6BZ9ExOo=
=dI0z
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to