Your message dated Sat, 26 Aug 2023 23:18:56 +0000
with message-id <e1qa2ys-00gtmk...@fasolo.debian.org>
and subject line Bug#1050526: fixed in dask 2023.8.0+dfsg-2
has caused the Debian Bug report #1050526,
regarding dask: autopkgtest regression on s390x
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.)


-- 
1050526: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050526
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dask
Version: 2023.8.0+dfsg-1
Severity: serious
User: debian...@lists.debian.org
Usertags: regression

Dear maintainer(s),

With a recent upload of dask the autopkgtest of dask fails in testing on s390x when that autopkgtest is run with the binary packages of dask from unstable. It passes when run with only packages from testing. In tabular form:

                       pass            fail
dask                   from testing    2023.8.0+dfsg-1
all others             from testing    from testing

I copied some of the output at the bottom of this report. I note that s390x is our only big endian release architecture.

Currently this regression is blocking the migration to testing [1]. Can you please investigate the situation and fix it?

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

Paul
PS: the tests on armhf and i386 architectures regressed too about 8 months ago on what seems to be an 32 bit arch test problem

[1] https://qa.debian.org/excuses.php?package=dask

https://ci.debian.net/data/autopkgtest/testing/s390x/d/dask/37104621/log.gz

700s =================================== FAILURES =================================== 700s ________________________ test_with_spec_integer_method _________________________
700s
700s     def test_with_spec_integer_method():
700s from dask.dataframe.io.demo import ColumnSpec, DatasetSpec, with_spec
700s
700s         spec = DatasetSpec(
700s             npartitions=1,
700s             nrecords=5,
700s             column_specs=[
700s                 ColumnSpec(prefix="pois", dtype=int, method="poisson"),
700s                 ColumnSpec(prefix="norm", dtype=int, method="normal"),
700s                 ColumnSpec(prefix="unif", dtype=int, method="uniform"),
700s ColumnSpec(prefix="binom", dtype=int, method="binomial", args=(100, 0.4)), 700s ColumnSpec(prefix="choice", dtype=int, method="choice", args=(10,)), 700s ColumnSpec(prefix="rand", dtype=int, random=True, low=0, high=10),
700s                 ColumnSpec(prefix="rand", dtype=int, random=True),
700s             ],
700s         )
700s         ddf = with_spec(spec, seed=42)
700s         res = ddf.compute()
700s >       assert res["pois1"].tolist() == [1002, 985, 947, 1003, 1017]
700s E assert [1021, 1006, 1024, 1030, 930] == [1002, 985, 947, 1003, 1017]
700s E         At index 0 diff: 1021 != 1002
700s E         Full diff:
700s E         - [1002, 985, 947, 1003, 1017]
700s E         + [1021, 1006, 1024, 1030, 930]
700s
700s /usr/lib/python3/dist-packages/dask/dataframe/io/tests/test_demo.py:338: AssertionError

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: dask
Source-Version: 2023.8.0+dfsg-2
Done: Diane Trout <di...@ghic.org>

We believe that the bug you reported is fixed in the latest version of
dask, 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 1050...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Diane Trout <di...@ghic.org> (supplier of updated dask 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: Fri, 25 Aug 2023 21:22:33 -0700
Source: dask
Architecture: source
Version: 2023.8.0+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Diane Trout <di...@ghic.org>
Closes: 1050526
Changes:
 dask (2023.8.0+dfsg-2) unstable; urgency=medium
 .
   * Add force-little-endian-random.patch to try and initialize random
     number generator on s380x the same as on x86_64 (Closes: #1050526)
   * Depend on dask-sphinx-theme 3.0.5-2 to avoid accidentally including
     googletagmanager in the documentation.
Checksums-Sha1:
 72a25acdeaf4bfdccd105c95db5dda402cb31b65 3127 dask_2023.8.0+dfsg-2.dsc
 d51d5725471181dc53de95bc0a907b3c596b719b 47040 
dask_2023.8.0+dfsg-2.debian.tar.xz
 90a94bd493b708384949d1ab11884b2da1858061 10961 
dask_2023.8.0+dfsg-2_amd64.buildinfo
Checksums-Sha256:
 c8bdbf6ae0877b94cf9d8de847dcd02aad96a0dee36080ded4921024a747135b 3127 
dask_2023.8.0+dfsg-2.dsc
 728208955351b365f963dd7f38e82ee93ca76effc05b49ff2706aaee484b6b54 47040 
dask_2023.8.0+dfsg-2.debian.tar.xz
 982a1a2d262d9a2558dbeea6f43e1e44697db8ca30f4a8dc4251f07d3fd739a1 10961 
dask_2023.8.0+dfsg-2_amd64.buildinfo
Files:
 f117fe4f3dd16a7ebcdb1fa727acf9ed 3127 python optional dask_2023.8.0+dfsg-2.dsc
 2093d67aefd9b7c49bd332f5031b07e2 47040 python optional 
dask_2023.8.0+dfsg-2.debian.tar.xz
 87db3a2a48c4cb89a105e5d7d619b727 10961 python optional 
dask_2023.8.0+dfsg-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEETQVcMeSBIEX5AQ11mQ04NnM013AFAmTqhV0ACgkQmQ04NnM0
13CwKg/7BQxODpnAFt9w6ebKaFncg6ZHXzaISnSoloNQdqVh6Hj42gzbcntrXT3/
tEn/UkxF5VpQj3X9X+NPLzBE/eZCgbHblea5j46CmzZgaPxV1+7o3AW2ZtwSwM5Z
+SAPlQZ0ZbGLI8oVizuJRwp2R6PWWimfL1w85b/q6DLnggJqEy/SAK9sVuaLNSdj
KodAf3Jx+fSAs5kue9VSywU9io4rZ2d3pNQ44KRZIqt2zptedxn4DUQ8MXV8m4Gi
p2yAkqU2/W+KnqJw6QT4rMojHuPNNstpNf1ecbVHwvurJUxtruRfKOUJIJ+5rGDX
WHL9e0DuXohgfioLkZ0NARe59mnufCSYGtvyTarBjg5G5Gmji8rSnohGIcUz/8mF
GLmEFpvI4G/ME6/umz0Sw1hdmibvXIStxts4y+lzDjIz1fnwzyHyO4WhT0vjTulq
TK2HzJdEWB63bzWiC5yzbZAAECmet4il2rztSa92/6eBYeVCw/RmIekoOLvlNLTD
k8npFERBswq3RWBhb+ymZf3BPEUrWPsg79frWz0ZkMbRQT2u4XQhrN2Xy3FYKLP4
3rd9In3Deu6Iiajkmur/2Ym01YfpImLS9ES6xQD8UEHDc1QRyoIQzgT+mWcDzUaG
BdPr6D6nzEMII5Nuw+Iv5/1fTt84mTeLpWs8LTj1kDG1ClwRtLA=
=H6Wa
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to