Your message dated Mon, 14 Feb 2022 08:33:55 +0000
with message-id <[email protected]>
and subject line Bug#1005457: fixed in biomaj3-download 3.2.6-1
has caused the Debian Bug report #1005457,
regarding biomaj3-download: FTBFS: ValueError: Error while parsing stop 
condition: stop_after_attempt(3) doesn't yield a stop condition
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 [email protected]
immediately.)


-- 
1005457: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005457
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: biomaj3-download
Version: 3.2.4-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220212 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> nosetests3 -a !network
> EEEEEEEEEEEEEEE
> ======================================================================
> ERROR: test_local_download (biomaj_tests.TestBiomajLocalDownload)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 272, in 
> _set_retryer
>     s(tenacity.compat.make_retry_state(0, 0))
> AttributeError: module 'tenacity' has no attribute 'compat'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 274, in 
> _set_retryer
>     raise ValueError(stop_condition + " doesn't yield a stop condition")
> ValueError: stop_after_attempt(3) doesn't yield a stop condition
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/biomaj_tests.py", line 256, in 
> test_local_download
>     locald = LocalDownload(self.examples)
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/localcopy.py", line 24, in 
> __init__
>     DownloadInterface.__init__(self)
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 171, in 
> __init__
>     self._set_retryer(
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 276, in 
> _set_retryer
>     raise ValueError("Error while parsing stop condition: %s" % e)
> ValueError: Error while parsing stop condition: stop_after_attempt(3) doesn't 
> yield a stop condition
> 
> ======================================================================
> ERROR: Test download with hardlinks: we download a file from conf/ to 
> data_dir.
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 272, in 
> _set_retryer
>     s(tenacity.compat.make_retry_state(0, 0))
> AttributeError: module 'tenacity' has no attribute 'compat'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 274, in 
> _set_retryer
>     raise ValueError(stop_condition + " doesn't yield a stop condition")
> ValueError: stop_after_attempt(3) doesn't yield a stop condition
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/biomaj_tests.py", line 278, in 
> test_local_download_hardlinks
>     locald = LocalDownload(self.utils.test_dir, use_hardlinks=True)
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/localcopy.py", line 24, in 
> __init__
>     DownloadInterface.__init__(self)
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 171, in 
> __init__
>     self._set_retryer(
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 276, in 
> _set_retryer
>     raise ValueError("Error while parsing stop condition: %s" % e)
> ValueError: Error while parsing stop condition: stop_after_attempt(3) doesn't 
> yield a stop condition
> 
> ======================================================================
> ERROR: test_local_download_in_subdir (biomaj_tests.TestBiomajLocalDownload)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 272, in 
> _set_retryer
>     s(tenacity.compat.make_retry_state(0, 0))
> AttributeError: module 'tenacity' has no attribute 'compat'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 274, in 
> _set_retryer
>     raise ValueError(stop_condition + " doesn't yield a stop condition")
> ValueError: stop_after_attempt(3) doesn't yield a stop condition
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/biomaj_tests.py", line 264, in 
> test_local_download_in_subdir
>     locald = LocalDownload(self.curdir+'/')
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/localcopy.py", line 24, in 
> __init__
>     DownloadInterface.__init__(self)
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 171, in 
> __init__
>     self._set_retryer(
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 276, in 
> _set_retryer
>     raise ValueError("Error while parsing stop condition: %s" % e)
> ValueError: Error while parsing stop condition: stop_after_attempt(3) doesn't 
> yield a stop condition
> 
> ======================================================================
> ERROR: test_local_list (biomaj_tests.TestBiomajLocalDownload)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 272, in 
> _set_retryer
>     s(tenacity.compat.make_retry_state(0, 0))
> AttributeError: module 'tenacity' has no attribute 'compat'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 274, in 
> _set_retryer
>     raise ValueError(stop_condition + " doesn't yield a stop condition")
> ValueError: stop_after_attempt(3) doesn't yield a stop condition
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/biomaj_tests.py", line 240, in test_local_list
>     locald = LocalDownload(self.examples)
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/localcopy.py", line 24, in 
> __init__
>     DownloadInterface.__init__(self)
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 171, in 
> __init__
>     self._set_retryer(
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 276, in 
> _set_retryer
>     raise ValueError("Error while parsing stop condition: %s" % e)
> ValueError: Error while parsing stop condition: stop_after_attempt(3) doesn't 
> yield a stop condition
> 
> ======================================================================
> ERROR: test_local_list_error (biomaj_tests.TestBiomajLocalDownload)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 272, in 
> _set_retryer
>     s(tenacity.compat.make_retry_state(0, 0))
> AttributeError: module 'tenacity' has no attribute 'compat'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 274, in 
> _set_retryer
>     raise ValueError(stop_condition + " doesn't yield a stop condition")
> ValueError: stop_after_attempt(3) doesn't yield a stop condition
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/biomaj_tests.py", line 246, in 
> test_local_list_error
>     locald = LocalDownload("/tmp/foo/")
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/localcopy.py", line 24, in 
> __init__
>     DownloadInterface.__init__(self)
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 171, in 
> __init__
>     self._set_retryer(
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 276, in 
> _set_retryer
>     raise ValueError("Error while parsing stop condition: %s" % e)
> ValueError: Error while parsing stop condition: stop_after_attempt(3) doesn't 
> yield a stop condition
> 
> ======================================================================
> ERROR: test_rsync_download (biomaj_tests.TestBiomajRSYNCDownload)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 272, in 
> _set_retryer
>     s(tenacity.compat.make_retry_state(0, 0))
> AttributeError: module 'tenacity' has no attribute 'compat'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 274, in 
> _set_retryer
>     raise ValueError(stop_condition + " doesn't yield a stop condition")
> ValueError: stop_after_attempt(3) doesn't yield a stop condition
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/biomaj_tests.py", line 1061, in 
> test_rsync_download
>     rsyncd = RSYNCDownload(self.examples, "")
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/rsync.py", line 24, in 
> __init__
>     DownloadInterface.__init__(self)
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 171, in 
> __init__
>     self._set_retryer(
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 276, in 
> _set_retryer
>     raise ValueError("Error while parsing stop condition: %s" % e)
> ValueError: Error while parsing stop condition: stop_after_attempt(3) doesn't 
> yield a stop condition
> 
> ======================================================================
> ERROR: test_rsync_download_in_subdir (biomaj_tests.TestBiomajRSYNCDownload)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 272, in 
> _set_retryer
>     s(tenacity.compat.make_retry_state(0, 0))
> AttributeError: module 'tenacity' has no attribute 'compat'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 274, in 
> _set_retryer
>     raise ValueError(stop_condition + " doesn't yield a stop condition")
> ValueError: stop_after_attempt(3) doesn't yield a stop condition
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/biomaj_tests.py", line 1085, in 
> test_rsync_download_in_subdir
>     rsyncd = RSYNCDownload(self.curdir, "")
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/rsync.py", line 24, in 
> __init__
>     DownloadInterface.__init__(self)
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 171, in 
> __init__
>     self._set_retryer(
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 276, in 
> _set_retryer
>     raise ValueError("Error while parsing stop condition: %s" % e)
> ValueError: Error while parsing stop condition: stop_after_attempt(3) doesn't 
> yield a stop condition
> 
> ======================================================================
> ERROR: test_rsync_download_or_copy (biomaj_tests.TestBiomajRSYNCDownload)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 272, in 
> _set_retryer
>     s(tenacity.compat.make_retry_state(0, 0))
> AttributeError: module 'tenacity' has no attribute 'compat'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 274, in 
> _set_retryer
>     raise ValueError(stop_condition + " doesn't yield a stop condition")
> ValueError: stop_after_attempt(3) doesn't yield a stop condition
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/biomaj_tests.py", line 1077, in 
> test_rsync_download_or_copy
>     rsyncd = RSYNCDownload(self.examples, "")
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/rsync.py", line 24, in 
> __init__
>     DownloadInterface.__init__(self)
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 171, in 
> __init__
>     self._set_retryer(
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 276, in 
> _set_retryer
>     raise ValueError("Error while parsing stop condition: %s" % e)
> ValueError: Error while parsing stop condition: stop_after_attempt(3) doesn't 
> yield a stop condition
> 
> ======================================================================
> ERROR: Try to download fake files to test retry.
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 272, in 
> _set_retryer
>     s(tenacity.compat.make_retry_state(0, 0))
> AttributeError: module 'tenacity' has no attribute 'compat'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 274, in 
> _set_retryer
>     raise ValueError(stop_condition + " doesn't yield a stop condition")
> ValueError: stop_after_attempt(3) doesn't yield a stop condition
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/biomaj_tests.py", line 1107, in 
> test_rsync_download_retry
>     rsyncd = RSYNCDownload(self.utils.test_dir + '/', "")
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/rsync.py", line 24, in 
> __init__
>     DownloadInterface.__init__(self)
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 171, in 
> __init__
>     self._set_retryer(
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 276, in 
> _set_retryer
>     raise ValueError("Error while parsing stop condition: %s" % e)
> ValueError: Error while parsing stop condition: stop_after_attempt(3) doesn't 
> yield a stop condition
> 
> ======================================================================
> ERROR: Download the fake archive file with RSYNC but skip check.
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 272, in 
> _set_retryer
>     s(tenacity.compat.make_retry_state(0, 0))
> AttributeError: module 'tenacity' has no attribute 'compat'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 274, in 
> _set_retryer
>     raise ValueError(stop_condition + " doesn't yield a stop condition")
> ValueError: stop_after_attempt(3) doesn't yield a stop condition
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/biomaj_tests.py", line 1095, in 
> test_rsync_download_skip_check_uncompress
>     rsyncd = RSYNCDownload(self.utils.test_dir + '/', "")
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/rsync.py", line 24, in 
> __init__
>     DownloadInterface.__init__(self)
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 171, in 
> __init__
>     self._set_retryer(
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 276, in 
> _set_retryer
>     raise ValueError("Error while parsing stop condition: %s" % e)
> ValueError: Error while parsing stop condition: stop_after_attempt(3) doesn't 
> yield a stop condition
> 
> ======================================================================
> ERROR: test_rsync_general_download (biomaj_tests.TestBiomajRSYNCDownload)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 272, in 
> _set_retryer
>     s(tenacity.compat.make_retry_state(0, 0))
> AttributeError: module 'tenacity' has no attribute 'compat'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 274, in 
> _set_retryer
>     raise ValueError(stop_condition + " doesn't yield a stop condition")
> ValueError: stop_after_attempt(3) doesn't yield a stop condition
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/biomaj_tests.py", line 1070, in 
> test_rsync_general_download
>     rsyncd = RSYNCDownload(self.examples, "")
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/rsync.py", line 24, in 
> __init__
>     DownloadInterface.__init__(self)
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 171, in 
> __init__
>     self._set_retryer(
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 276, in 
> _set_retryer
>     raise ValueError("Error while parsing stop condition: %s" % e)
> ValueError: Error while parsing stop condition: stop_after_attempt(3) doesn't 
> yield a stop condition
> 
> ======================================================================
> ERROR: test_rsync_list (biomaj_tests.TestBiomajRSYNCDownload)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 272, in 
> _set_retryer
>     s(tenacity.compat.make_retry_state(0, 0))
> AttributeError: module 'tenacity' has no attribute 'compat'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 274, in 
> _set_retryer
>     raise ValueError(stop_condition + " doesn't yield a stop condition")
> ValueError: stop_after_attempt(3) doesn't yield a stop condition
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/biomaj_tests.py", line 1040, in test_rsync_list
>     rsyncd = RSYNCDownload(self.examples, "")
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/rsync.py", line 24, in 
> __init__
>     DownloadInterface.__init__(self)
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 171, in 
> __init__
>     self._set_retryer(
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 276, in 
> _set_retryer
>     raise ValueError("Error while parsing stop condition: %s" % e)
> ValueError: Error while parsing stop condition: stop_after_attempt(3) doesn't 
> yield a stop condition
> 
> ======================================================================
> ERROR: test_rsync_list_error (biomaj_tests.TestBiomajRSYNCDownload)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 272, in 
> _set_retryer
>     s(tenacity.compat.make_retry_state(0, 0))
> AttributeError: module 'tenacity' has no attribute 'compat'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 274, in 
> _set_retryer
>     raise ValueError(stop_condition + " doesn't yield a stop condition")
> ValueError: stop_after_attempt(3) doesn't yield a stop condition
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/biomaj_tests.py", line 1046, in 
> test_rsync_list_error
>     rsyncd = RSYNCDownload("/tmp/foo/", "")
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/rsync.py", line 24, in 
> __init__
>     DownloadInterface.__init__(self)
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 171, in 
> __init__
>     self._set_retryer(
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 276, in 
> _set_retryer
>     raise ValueError("Error while parsing stop condition: %s" % e)
> ValueError: Error while parsing stop condition: stop_after_attempt(3) doesn't 
> yield a stop condition
> 
> ======================================================================
> ERROR: test_rsync_match (biomaj_tests.TestBiomajRSYNCDownload)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 272, in 
> _set_retryer
>     s(tenacity.compat.make_retry_state(0, 0))
> AttributeError: module 'tenacity' has no attribute 'compat'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 274, in 
> _set_retryer
>     raise ValueError(stop_condition + " doesn't yield a stop condition")
> ValueError: stop_after_attempt(3) doesn't yield a stop condition
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/biomaj_tests.py", line 1055, in 
> test_rsync_match
>     rsyncd = RSYNCDownload(self.examples, "")
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/rsync.py", line 24, in 
> __init__
>     DownloadInterface.__init__(self)
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 171, in 
> __init__
>     self._set_retryer(
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 276, in 
> _set_retryer
>     raise ValueError("Error while parsing stop condition: %s" % e)
> ValueError: Error while parsing stop condition: stop_after_attempt(3) doesn't 
> yield a stop condition
> 
> ======================================================================
> ERROR: Test parsing of stop and wait conditions.
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 272, in 
> _set_retryer
>     s(tenacity.compat.make_retry_state(0, 0))
> AttributeError: module 'tenacity' has no attribute 'compat'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 274, in 
> _set_retryer
>     raise ValueError(stop_condition + " doesn't yield a stop condition")
> ValueError: stop_after_attempt(3) doesn't yield a stop condition
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/biomaj_tests.py", line 189, in 
> test_retry_parsing
>     downloader = DownloadInterface()
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 171, in 
> __init__
>     self._set_retryer(
>   File "/<<PKGBUILDDIR>>/biomaj_download/download/interface.py", line 276, in 
> _set_retryer
>     raise ValueError("Error while parsing stop condition: %s" % e)
> ValueError: Error while parsing stop condition: stop_after_attempt(3) doesn't 
> yield a stop condition
> 
> ----------------------------------------------------------------------
> Ran 15 tests in 0.128s
> 
> FAILED (errors=15)
> make[1]: *** [debian/rules:20: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/12/biomaj3-download_3.2.4-1_unstable.log

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 marking 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.

--- End Message ---
--- Begin Message ---
Source: biomaj3-download
Source-Version: 3.2.6-1
Done: Olivier Sallou <[email protected]>

We believe that the bug you reported is fixed in the latest version of
biomaj3-download, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Olivier Sallou <[email protected]> (supplier of updated biomaj3-download 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 14 Feb 2022 07:52:05 +0000
Source: biomaj3-download
Architecture: source
Version: 3.2.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Olivier Sallou <[email protected]>
Closes: 1005457
Changes:
 biomaj3-download (3.2.6-1) unstable; urgency=medium
 .
   * New upstream release, fixing tenacity breaking changes and minor fixes
     (Closes: #1005457).
Checksums-Sha1:
 751e52a26de036b35a0bb1632c1470e611b841b3 2552 biomaj3-download_3.2.6-1.dsc
 c27ac9671206c850540a11f16d28cbd6b099587d 53984 
biomaj3-download_3.2.6.orig.tar.xz
 d458a0c2e0ecf9c363ecef3f065e6883735e88b2 14048 
biomaj3-download_3.2.6-1.debian.tar.xz
 1564115c52fbc30e274892fdfaf53ca0136e6cef 8392 
biomaj3-download_3.2.6-1_source.buildinfo
Checksums-Sha256:
 6cbb82cf6cb552ea83fff3ce18fa497626a2640892c76ba445b7c8d24fc153aa 2552 
biomaj3-download_3.2.6-1.dsc
 d82bc03a56e89cd87f6002afd389c81ecfc25837642fe1fdffc9f94f8e94dc8d 53984 
biomaj3-download_3.2.6.orig.tar.xz
 61aa9602c9ac74843f741363fa593b3e96dcbc6181e0c13c65fe7229545e438d 14048 
biomaj3-download_3.2.6-1.debian.tar.xz
 5b4788be5d3e1ddf91238fae2159e6199a53bff2437da1cfb800a31ea9d3e1ca 8392 
biomaj3-download_3.2.6-1_source.buildinfo
Files:
 ffe6c4628201d1ed259720f43e956ff5 2552 python optional 
biomaj3-download_3.2.6-1.dsc
 3eb6cb63a08fc15ba1924ee2f26a4427 53984 python optional 
biomaj3-download_3.2.6.orig.tar.xz
 7bcdb151fb45dab6f5c76b61cebe46fa 14048 python optional 
biomaj3-download_3.2.6-1.debian.tar.xz
 a6514f36e64e1e0dfcdc6c46bc1b117a 8392 python optional 
biomaj3-download_3.2.6-1_source.buildinfo

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

iQJHBAEBCAAxFiEEX7Rvg9O5UgRjNdJteNxo2zJthDgFAmIKDdoTHG9zYWxsb3VA
ZGViaWFuLm9yZwAKCRB43GjbMm2EOOlLD/9jaXCtISU6Mi8joTROCTmBa1NOtxVn
mFErGZ83qT1vwspdY+XmAq/4DW45HQCF13Kt2LjQTqMnLCe11VYuVOt68YxkWPI9
TQDpVo0EbhZoSFsemSzG//LNuVU6n0YDLX9FQR5B4hr1K65yBuS033Rc0eXEO+JN
erQ3ZELARp3znZEioEmbhvsK4owOkgmVlVVq2DDjbUgFvPmlsTkAhRg6C+aPqts3
ylMnTHzVxHIE0BMGTkjL9n76fV7DcFjBwkck1ltWvOZfhn59O+L/4QXQtrAC2jul
vlMpBVnKpW7pafWbBZBWhndBKnV+x0OfGjKQw4MlIh5qrMuVFrwQQmq9ZpNx7pPj
Zig4X0kjwxI/o03YSf0u0zqGsZ1HxZ7/9CiHyMuGExOJBJatFYarvc8yk3ngh3HX
PQod0yt2qmTPtUBs1RnEgdtMLGc39GRd7Wgj6Rz5LZi/7X/GOZQMOsX/0jRznApd
VuGXj/CIvAetbAul3xJ+8Sv+ADFIG5ubT8+QNENz/LjDiHoFlSGM+X8OeimHKBzp
gbeTEbaWQK+afSxBXmMLYNSwYLQZ2W0xEi2nbB9IHJ3HGk0APnnGaF4zQDO0DlWe
jkln27OYe1Fg9h8+Y4vNy3nDrK/axpRVCjZb7kOuazvCUQGtKJr/1QXTTsEJ+5hr
GcM+etehTy6YRw==
=JUYE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to