Your message dated Sat, 29 Sep 2018 10:19:13 +0000
with message-id <[email protected]>
and subject line Bug#903519: fixed in backblaze-b2 1.3.6-1
has caused the Debian Bug report #903519,
regarding backblaze-b2 FTBFS with Python 3.7 as supported version
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.)


-- 
903519: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903519
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: backblaze-b2
Version: 1.1.0-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/backblaze-b2.html

...
I: pybuild base:217: python3.7 setup.py nosetests
...
======================================================================
ERROR: test_file_exclusions_inclusions_with_delete 
(test.test_sync.TestExclusions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/backblaze-b2-1.1.0/test/test_sync.py", line 382, in 
test_file_exclusions_inclusions_with_delete
    self._check_folder_sync(expected_actions, fakeargs)
  File "/build/1st/backblaze-b2-1.1.0/test/test_sync.py", line 350, in 
_check_folder_sync
    make_folder_sync_actions(local_folder, b2_folder, fakeargs, TODAY, 
self.reporter)
  File "/build/1st/backblaze-b2-1.1.0/b2/sync/sync.py", line 149, in 
make_folder_sync_actions
    sync_type, source_file, dest_file, source_folder, dest_folder, args, 
now_millis
  File "/build/1st/backblaze-b2-1.1.0/b2/sync/sync.py", line 106, in 
make_file_sync_actions
    for action in policy.get_all_actions():
  File "/build/1st/backblaze-b2-1.1.0/b2/sync/policy.py", line 129, in 
get_all_actions
    for action in self._get_hide_delete_actions():
  File "/build/1st/backblaze-b2-1.1.0/b2/sync/policy.py", line 187, in 
_get_hide_delete_actions
    self._source_file, self._dest_file, self._dest_folder, self._transferred
RuntimeError: generator raised StopIteration
-------------------- >> begin captured logging << --------------------
root: DEBUG: _filter_folder() exclusions for FakeFolder(local, /dir/) are 
[re.compile('b\\.txt')]
root: DEBUG: _filter_folder() inclusions for FakeFolder(local, /dir/) are 
[re.compile('.*\\.incl')]
root: DEBUG: determined that File(a.txt, [FileVersion('/dir/a.txt', 'a.txt', 
100, 'upload')]) is not present on destination
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_file_exclusions_with_delete (test.test_sync.TestExclusions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/backblaze-b2-1.1.0/test/test_sync.py", line 366, in 
test_file_exclusions_with_delete
    self._check_folder_sync(expected_actions, FakeArgs(delete=True, 
excludeRegex=["b\\.txt"]))
  File "/build/1st/backblaze-b2-1.1.0/test/test_sync.py", line 350, in 
_check_folder_sync
    make_folder_sync_actions(local_folder, b2_folder, fakeargs, TODAY, 
self.reporter)
  File "/build/1st/backblaze-b2-1.1.0/b2/sync/sync.py", line 149, in 
make_folder_sync_actions
    sync_type, source_file, dest_file, source_folder, dest_folder, args, 
now_millis
  File "/build/1st/backblaze-b2-1.1.0/b2/sync/sync.py", line 106, in 
make_file_sync_actions
    for action in policy.get_all_actions():
  File "/build/1st/backblaze-b2-1.1.0/b2/sync/policy.py", line 129, in 
get_all_actions
    for action in self._get_hide_delete_actions():
  File "/build/1st/backblaze-b2-1.1.0/b2/sync/policy.py", line 187, in 
_get_hide_delete_actions
    self._source_file, self._dest_file, self._dest_folder, self._transferred
RuntimeError: generator raised StopIteration
-------------------- >> begin captured logging << --------------------
root: DEBUG: _filter_folder() exclusions for FakeFolder(local, /dir/) are 
[re.compile('b\\.txt')]
root: DEBUG: _filter_folder() inclusions for FakeFolder(local, /dir/) are []
root: DEBUG: determined that File(a.txt, [FileVersion('/dir/a.txt', 'a.txt', 
100, 'upload')]) is not present on destination
--------------------- >> end captured logging << ---------------------

WARNING: Unable to print unicode.  Encoding for stdout is: '<MagicMock 
name='mock.encoding' id='140067521702824'>'
Trying to print: ('Using http://production.example.com',)

======================================================================
ERROR: test_dir_not_there_b2_delete (test.test_sync.TestMakeSyncActions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/backblaze-b2-1.1.0/test/test_sync.py", line 428, in 
test_dir_not_there_b2_delete
    self._check_local_to_b2(src_file, None, FakeArgs(delete=True), actions)
  File "/build/1st/backblaze-b2-1.1.0/test/test_sync.py", line 684, in 
_check_local_to_b2
    self._check_one_file('local', src_file, 'b2', dst_file, args, 
expected_actions)
  File "/build/1st/backblaze-b2-1.1.0/test/test_sync.py", line 699, in 
_check_one_file
    actions = list(make_folder_sync_actions(src_folder, dst_folder, args, 
TODAY, self.reporter))
  File "/build/1st/backblaze-b2-1.1.0/b2/sync/sync.py", line 149, in 
make_folder_sync_actions
    sync_type, source_file, dest_file, source_folder, dest_folder, args, 
now_millis
  File "/build/1st/backblaze-b2-1.1.0/b2/sync/sync.py", line 106, in 
make_file_sync_actions
    for action in policy.get_all_actions():
  File "/build/1st/backblaze-b2-1.1.0/b2/sync/policy.py", line 129, in 
get_all_actions
    for action in self._get_hide_delete_actions():
  File "/build/1st/backblaze-b2-1.1.0/b2/sync/policy.py", line 187, in 
_get_hide_delete_actions
    self._source_file, self._dest_file, self._dest_folder, self._transferred
RuntimeError: generator raised StopIteration
-------------------- >> begin captured logging << --------------------
root: DEBUG: _filter_folder() exclusions for FakeFolder(local, /dir/) are []
root: DEBUG: _filter_folder() inclusions for FakeFolder(local, /dir/) are []
root: DEBUG: determined that File(directory/a.txt, [FileVersion('id_d_100', 
'folder/directory/a.txt', 100, 'upload')]) is not present on destination
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_dir_not_there_b2_keepdays (test.test_sync.TestMakeSyncActions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/backblaze-b2-1.1.0/test/test_sync.py", line 423, in 
test_dir_not_there_b2_keepdays
    self._check_local_to_b2(src_file, None, FakeArgs(keepDays=1), actions)
  File "/build/1st/backblaze-b2-1.1.0/test/test_sync.py", line 684, in 
_check_local_to_b2
    self._check_one_file('local', src_file, 'b2', dst_file, args, 
expected_actions)
  File "/build/1st/backblaze-b2-1.1.0/test/test_sync.py", line 699, in 
_check_one_file
    actions = list(make_folder_sync_actions(src_folder, dst_folder, args, 
TODAY, self.reporter))
  File "/build/1st/backblaze-b2-1.1.0/b2/sync/sync.py", line 149, in 
make_folder_sync_actions
    sync_type, source_file, dest_file, source_folder, dest_folder, args, 
now_millis
  File "/build/1st/backblaze-b2-1.1.0/b2/sync/sync.py", line 106, in 
make_file_sync_actions
    for action in policy.get_all_actions():
  File "/build/1st/backblaze-b2-1.1.0/b2/sync/policy.py", line 129, in 
get_all_actions
    for action in self._get_hide_delete_actions():
  File "/build/1st/backblaze-b2-1.1.0/b2/sync/policy.py", line 202, in 
_get_hide_delete_actions
    self._keepDays, self._now_millis
RuntimeError: generator raised StopIteration
-------------------- >> begin captured logging << --------------------
root: DEBUG: _filter_folder() exclusions for FakeFolder(local, /dir/) are []
root: DEBUG: _filter_folder() inclusions for FakeFolder(local, /dir/) are []
root: DEBUG: determined that File(directory/a.txt, [FileVersion('id_d_100', 
'folder/directory/a.txt', 100, 'upload')]) is not present on destination
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
Ran 201 tests in 1.120s

FAILED (SKIP=1, errors=4)
E: pybuild pybuild:336: test: plugin custom failed with: exit code=1: python3.7 
setup.py nosetests
dh_auto_test: pybuild --test --test-nose -i python{version} -p "3.7 3.6" 
returned exit code 13
make[1]: *** [debian/rules:10: override_dh_auto_test] Error 25

--- End Message ---
--- Begin Message ---
Source: backblaze-b2
Source-Version: 1.3.6-1

We believe that the bug you reported is fixed in the latest version of
backblaze-b2, 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.
Ondřej Nový <[email protected]> (supplier of updated backblaze-b2 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: SHA512

Format: 1.8
Date: Sat, 29 Sep 2018 11:49:29 +0200
Source: backblaze-b2
Binary: backblaze-b2
Architecture: source
Version: 1.3.6-1
Distribution: unstable
Urgency: medium
Maintainer: Python Applications Packaging Team 
<[email protected]>
Changed-By: Ondřej Nový <[email protected]>
Description:
 backblaze-b2 - Command Line Tool for Backblaze B2
Closes: 903519
Changes:
 backblaze-b2 (1.3.6-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #903519)
   * d/control: Remove ancient X-Python3-Version field
   * Rebase patches
   * Bump standards version to 4.2.1 (no changes)
   * Bump debhelper compat level to 11
   * Add upstream metadata
Checksums-Sha1:
 4d611dde96537dac149c6ce1bec400e7a287785d 2425 backblaze-b2_1.3.6-1.dsc
 03d0a2bffca3501c787cd70744c1852ccc3624dd 133162 backblaze-b2_1.3.6.orig.tar.gz
 6ad499152ee71af7d9c04e574842c203b1ee0a67 80908 
backblaze-b2_1.3.6-1.debian.tar.xz
 9eb1307dbac8e517f7bf6c6e42dba394ac689257 7504 
backblaze-b2_1.3.6-1_amd64.buildinfo
Checksums-Sha256:
 5c48e1cef4de01eb047dd559bd636e9899175a6d409b2340bb9056191b3c4029 2425 
backblaze-b2_1.3.6-1.dsc
 077d5e9b186d4cb0be1fcbeb3b80e1788d8b941b0fcfbf2c7386b8c6a653740c 133162 
backblaze-b2_1.3.6.orig.tar.gz
 9f7338f6c89d7874d9abfb43bd4c2cdc0f5b8402415b5477c7ce66ccc684a6b2 80908 
backblaze-b2_1.3.6-1.debian.tar.xz
 cae0da1c2a654e0f71a94c075f97474bef8499716819ac1ad207fd6789509772 7504 
backblaze-b2_1.3.6-1_amd64.buildinfo
Files:
 32bff840e6dbb942ee744dbcfd1ffc81 2425 utils optional backblaze-b2_1.3.6-1.dsc
 1b15dd93947a80ad4d2cf36122bc10c8 133162 utils optional 
backblaze-b2_1.3.6.orig.tar.gz
 7a98944c0c17025baefa7a6e247c56b5 80908 utils optional 
backblaze-b2_1.3.6-1.debian.tar.xz
 23548b584cfa0722d6246eb1f0d1bd3e 7504 utils optional 
backblaze-b2_1.3.6-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEPZg8UuuFmAxGpWCQNXMSVZ0eBksFAluvS80ACgkQNXMSVZ0e
BksUrQ//WiogN/dGfTJR9CKH6vAIN6mILbBGJjBh8zAcG7o9+negOLXQfrVQYL9E
yuruzvyo2L4/GP6kRySSv4tk2mFQzJL/ODpi/g9MtzX/+ur84DbhJ+C6vjRs1Fi4
X994XvqUDVoIvVJD9NyDdQJZenxp2BiWxC3RghZEgHULE2ANb02oWdE/BFtRimML
r3ZBtMtSmZ5oQkxR7k8AL6i76/pYIN5c6JnhbYSITygsSIHp7MYw2tZAnZKMmzfq
MVvggjBj2T1yLXmyTfMDZC47cqdJI/OaPl7ruYARVrPVR6Mcc5+bN/Xf+lvlsWE9
n3r+ovbuYq3TUPVWP+vu+QLUuf7WgYCPV/bTm2Qgg19Nz0L4Iq1F73YUGHzDeZIP
f+Z/yxHiqzWGesFrV2osV6oqzmBgSj98/hSkaBZwkUsChDcrlrG3WlGKTJEgE+TI
q6+dgkloH1glgFCQaMdQ4736SGIc+nKOsInyiiUIaxHx88EnanU7ECTQZvs6PgF9
KBZFDieQfIM2/AFOW5EzvC7gIEX9NAVOtFlUiJ11oEfpZs1RqAOQxQALJyQREuQ7
m7rgga4G5KLbjlTNPbi7XoA88rBrcY5J7ZYW3MpWpvNbPYdQRLQhkjEsKzphlDme
VgjazI+YTyCk/pCipMqxXNSwos5XoYWRv2NfRoAJLnMqbWftDz8=
=gqb5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to