Your message dated Tue, 08 Mar 2022 22:23:40 -0800 with message-id <d56d2c32d1355e09ded0a984016d8bfa875fc081.ca...@ghic.org> and subject line Re: Bug#987816 marked as pending in dask.distributed has caused the Debian Bug report #987816, regarding dask.distributed: FTBFS due to a build-time test failure 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.) -- 987816: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987816 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: dask.distributed Version: 2021.01.0+ds.1-2 Severity: important Tags: ftbfs User: de...@lists.apertis.org Usertags: apertis-ftbfs X-Debbugs-Cc: de...@lists.apertis.org Dear Maintainer, While rebuilding your package for Apertis, I found that it fails to build because a few of the build-time tests fail. I rebuilt the package in Debian and received the same result. ______________________________ test_process_time _______________________________ def test_process_time(): start = metrics.process_time() run_for(0.05) dt = metrics.process_time() - start > assert 0.03 <= dt <= 0.2 E assert 0.03 <= 0.02570413899999835 distributed/tests/test_metrics.py:27: AssertionError _______________________________ test_thread_time _______________________________ def test_thread_time(): start = metrics.thread_time() run_for(0.05) dt = metrics.thread_time() - start > assert 0.03 <= dt <= 0.2 E assert 0.03 <= 0.027913339999997788 distributed/tests/test_metrics.py:48: AssertionError … Please find the full bug report in the attachment. -- Cheers, Andrej
dask.distributed_amd64-2021-04-30T08:46:30Z.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---> > I tested with this version 2021.01.0+ds.1-2.1 > (https://packages.debian.org/source/stable/dask.distributed) and it > fails with the error, > > distributed/tests/test_core.py::test_server_listen FAILED > > Do we need to raise a different bug report for this ? I think that's a different bug. This bug was initially reported for a function that looked like it was doing some timing test. and upstream "fixed" it by increasing the time. dask.distributed 2022.01.0 in unstable and it seems to be passing tests in ci.debian.net for most architectures. Diane
--- End Message ---