Your message dated Sat, 06 Jul 2024 23:19:10 +0000
with message-id <[email protected]>
and subject line Bug#1074709: fixed in python-handy-archives 0.2.0-3
has caused the Debian Bug report #1074709,
regarding python-handy-archives: FTBFS: make[1]: *** [debian/rules:10:
override_dh_auto_test] Error 1
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.)
--
1074709: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074709
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-handy-archives
Version: 0.2.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240702 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> python3 -m pytest -v --ignore=tests/test_tarfile.py
> [1m============================= test session starts
> ==============================[0m
> platform linux -- Python 3.12.4, pytest-8.2.2, pluggy-1.5.0 --
> /usr/bin/python3
> cachedir: .pytest_cache
> Test session started at 00:07:47
> rootdir: /<<PKGBUILDDIR>>
> configfile: tox.ini
> plugins: timeout-2.3.1, datadir-1.4.1+ds, regressions-2.5.0+ds, cov-5.0.0
> timeout: 300.0s
> timeout method: signal
> timeout func_only: False
> [1mcollecting ... [0mcollected 213 items
>
> tests/test_custom_tarfile.py::test_extractfile [32mPASSED[0m[32m
> [ 0%][0m
> tests/test_custom_tarfile.py::test_read_text [32mPASSED[0m[32m
> [ 0%][0m
> tests/test_custom_tarfile.py::test_write_file [32mPASSED[0m[32m
> [ 1%][0m
> tests/test_custom_tarfile.py::test_read_bytes [32mPASSED[0m[32m
> [ 1%][0m
> tests/test_custom_tarfile.py::test_archive_regression [32mPASSED[0m[32m
> [ 2%][0m
> tests/test_custom_zipfile.py::test_encrypted [32mPASSED[0m[32m
> [ 2%][0m
> tests/test_custom_zipfile.py::test_extractfile [32mPASSED[0m[32m
> [ 3%][0m
> tests/test_custom_zipfile.py::test_read_text [32mPASSED[0m[32m
> [ 3%][0m
> tests/test_custom_zipfile.py::test_write_file [32mPASSED[0m[32m
> [ 4%][0m
> tests/test_custom_zipfile.py::test_write_file_arcname_none
> [32mPASSED[0m[32m [ 4%][0m
> tests/test_custom_zipfile.py::test_read_bytes [32mPASSED[0m[32m
> [ 5%][0m
> tests/test_custom_zipfile.py::test_archive_regression [32mPASSED[0m[32m
> [ 5%][0m
> tests/test_unpack_archive.py::TestArchives::test_register_archive_format
> [32mPASSED[0m[32m [ 6%][0m
> tests/test_unpack_archive.py::TestArchives::test_unpack_archive_bztar
> [31mFAILED[0m[31m [ 6%][0m
> tests/test_unpack_archive.py::TestArchives::test_unpack_archive_gztar
> [31mFAILED[0m[31m [ 7%][0m
> tests/test_unpack_archive.py::TestArchives::test_unpack_archive_tar
> [31mFAILED[0m[31m [ 7%][0m
> tests/test_unpack_archive.py::TestArchives::test_unpack_archive_xztar
> [31mFAILED[0m[31m [ 7%][0m
> tests/test_unpack_archive.py::TestArchives::test_unpack_archive_zip
> [32mPASSED[0m[31m [ 8%][0m
> tests/test_unpack_archive.py::TestArchives::test_unpack_registry
> [32mPASSED[0m[31m [ 8%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_basic
> [32mPASSED[0m[31m [ 9%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_open
> [32mPASSED[0m[31m [ 9%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_open_with_pathlike
> [32mPASSED[0m[31m [ 10%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_random_open
> [32mPASSED[0m[31m [ 10%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_read1
> [32mPASSED[0m[31m [ 11%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_read1_10
> [32mPASSED[0m[31m [ 11%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_readline_read
> [32mPASSED[0m[31m [ 12%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_readline
> [32mPASSED[0m[31m [ 12%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_readlines
> [32mPASSED[0m[31m [ 13%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_iterlines
> [32mPASSED[0m[31m [ 13%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_writestr_compression
> [32mPASSED[0m[31m [ 14%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_writestr_compresslevel
> [32mPASSED[0m[31m [ 14%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_read_return_size
> [32mPASSED[0m[31m [ 15%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_truncated_zipfile
> [32mPASSED[0m[31m [ 15%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_repr
> [32mPASSED[0m[31m [ 15%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_compresslevel_basic
> [32mPASSED[0m[31m [ 16%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_per_file_compresslevel
> [32mPASSED[0m[31m [ 16%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_writing_errors
> [32mPASSED[0m[31m [ 17%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_writestr_permissions
> [32mPASSED[0m[31m [ 17%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_absolute_arcnames
> [32mPASSED[0m[31m [ 18%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_append_to_zip_file
> [32mPASSED[0m[31m [ 18%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_append_to_non_zip_file
> [32mPASSED[0m[31m [ 19%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_read_concatenated_zip_file
> [32mPASSED[0m[31m [ 19%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_append_to_concatenated_zip_file
> [32mPASSED[0m[31m [ 20%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_ignores_newline_at_end
> [32mPASSED[0m[31m [ 20%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_ignores_stuff_appended_past_comments
> [32mPASSED[0m[31m [ 21%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_write_default_name
> [32mPASSED[0m[31m [ 21%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_io_on_closed_zipextfile
> [32mPASSED[0m[31m [ 22%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_write_to_readonly
> [32mPASSED[0m[31m [ 22%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_add_file_before_1980
> [32mPASSED[0m[31m [ 23%][0m
> tests/test_zipfile.py::TestStoredTestsWithSourceFile::test_add_file_after_2107
> [33mSKIPPED[0m[31m [ 23%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_basic
> [32mPASSED[0m[31m [ 23%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_open
> [32mPASSED[0m[31m [ 24%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_open_with_pathlike
> [32mPASSED[0m[31m [ 24%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_random_open
> [32mPASSED[0m[31m [ 25%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_read1
> [32mPASSED[0m[31m [ 25%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_read1_10
> [32mPASSED[0m[31m [ 26%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_readline_read
> [32mPASSED[0m[31m [ 26%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_readline
> [32mPASSED[0m[31m [ 27%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_readlines
> [32mPASSED[0m[31m [ 27%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_iterlines
> [32mPASSED[0m[31m [ 28%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_low_compression
> [32mPASSED[0m[31m [ 28%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_writestr_compression
> [32mPASSED[0m[31m [ 29%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_writestr_compresslevel
> [32mPASSED[0m[31m [ 29%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_read_return_size
> [32mPASSED[0m[31m [ 30%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_truncated_zipfile
> [32mPASSED[0m[31m [ 30%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_repr
> [32mPASSED[0m[31m [ 30%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_compresslevel_basic
> [32mPASSED[0m[31m [ 31%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_per_file_compresslevel
> [32mPASSED[0m[31m [ 31%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_writing_errors
> [32mPASSED[0m[31m [ 32%][0m
> tests/test_zipfile.py::TestDeflateTestsWithSourceFile::test_per_file_compression
> [32mPASSED[0m[31m [ 32%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_basic
> [32mPASSED[0m[31m [ 33%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_open
> [32mPASSED[0m[31m [ 33%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_open_with_pathlike
> [32mPASSED[0m[31m [ 34%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_random_open
> [32mPASSED[0m[31m [ 34%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_read1
> [32mPASSED[0m[31m [ 35%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_read1_10
> [32mPASSED[0m[31m [ 35%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_readline_read
> [32mPASSED[0m[31m [ 36%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_readline
> [32mPASSED[0m[31m [ 36%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_readlines
> [32mPASSED[0m[31m [ 37%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_iterlines
> [32mPASSED[0m[31m [ 37%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_low_compression
> [32mPASSED[0m[31m [ 38%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_writestr_compression
> [32mPASSED[0m[31m [ 38%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_writestr_compresslevel
> [32mPASSED[0m[31m [ 38%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_read_return_size
> [32mPASSED[0m[31m [ 39%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_truncated_zipfile
> [32mPASSED[0m[31m [ 39%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_repr
> [32mPASSED[0m[31m [ 40%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_compresslevel_basic
> [32mPASSED[0m[31m [ 40%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_per_file_compresslevel
> [32mPASSED[0m[31m [ 41%][0m
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_writing_errors
> [32mPASSED[0m[31m [ 41%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_basic
> [32mPASSED[0m[31m [ 42%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_open
> [32mPASSED[0m[31m [ 42%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_open_with_pathlike
> [32mPASSED[0m[31m [ 43%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_random_open
> [32mPASSED[0m[31m [ 43%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_read1
> [32mPASSED[0m[31m [ 44%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_read1_10
> [32mPASSED[0m[31m [ 44%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_readline_read
> [32mPASSED[0m[31m [ 45%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_readline
> [32mPASSED[0m[31m [ 45%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_readlines
> [32mPASSED[0m[31m [ 46%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_iterlines
> [32mPASSED[0m[31m [ 46%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_low_compression
> [32mPASSED[0m[31m [ 46%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_writestr_compression
> [32mPASSED[0m[31m [ 47%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_writestr_compresslevel
> [32mPASSED[0m[31m [ 47%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_read_return_size
> [32mPASSED[0m[31m [ 48%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_truncated_zipfile
> [32mPASSED[0m[31m [ 48%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_repr
> [32mPASSED[0m[31m [ 49%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_compresslevel_basic
> [32mPASSED[0m[31m [ 49%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_per_file_compresslevel
> [32mPASSED[0m[31m [ 50%][0m
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_writing_errors
> [32mPASSED[0m[31m [ 50%][0m
> tests/test_zipfile.py::TestStoredTestZip64InSmallFiles::test_basic
> [32mPASSED[0m[31m [ 51%][0m
> tests/test_zipfile.py::TestStoredTestZip64InSmallFiles::test_too_many_files
> [32mPASSED[0m[31m [ 51%][0m
> tests/test_zipfile.py::TestStoredTestZip64InSmallFiles::test_too_many_files_append
> [32mPASSED[0m[31m [ 52%][0m
> tests/test_zipfile.py::TestStoredTestZip64InSmallFiles::test_large_file_exception
> [32mPASSED[0m[31m [ 52%][0m
> tests/test_zipfile.py::TestStoredTestZip64InSmallFiles::test_absolute_arcnames
> [32mPASSED[0m[31m [ 53%][0m
> tests/test_zipfile.py::TestStoredTestZip64InSmallFiles::test_append
> [32mPASSED[0m[31m [ 53%][0m
> tests/test_zipfile.py::TestStoredTestZip64InSmallFiles::test_bad_zip64_extra
> [32mPASSED[0m[31m [ 53%][0m
> tests/test_zipfile.py::TestStoredTestZip64InSmallFiles::test_generated_valid_zip64_extra
> [32mPASSED[0m[31m [ 54%][0m
> tests/test_zipfile.py::TestDeflateTestZip64InSmallFiles::test_basic
> [32mPASSED[0m[31m [ 54%][0m
> tests/test_zipfile.py::TestDeflateTestZip64InSmallFiles::test_too_many_files
> [32mPASSED[0m[31m [ 55%][0m
> tests/test_zipfile.py::TestDeflateTestZip64InSmallFiles::test_too_many_files_append
> [32mPASSED[0m[31m [ 55%][0m
> tests/test_zipfile.py::TestBzip2TestZip64InSmallFiles::test_basic
> [32mPASSED[0m[31m [ 56%][0m
> tests/test_zipfile.py::TestBzip2TestZip64InSmallFiles::test_too_many_files
> [32mPASSED[0m[31m [ 56%][0m
> tests/test_zipfile.py::TestBzip2TestZip64InSmallFiles::test_too_many_files_append
> [32mPASSED[0m[31m [ 57%][0m
> tests/test_zipfile.py::TestLzmaTestZip64InSmallFiles::test_basic
> [32mPASSED[0m[31m [ 57%][0m
> tests/test_zipfile.py::TestLzmaTestZip64InSmallFiles::test_too_many_files
> [32mPASSED[0m[31m [ 58%][0m
> tests/test_zipfile.py::TestLzmaTestZip64InSmallFiles::test_too_many_files_append
> [32mPASSED[0m[31m [ 58%][0m
> tests/test_zipfile.py::TestStoredWriter::test_close_after_close
> [32mPASSED[0m[31m [ 59%][0m
> tests/test_zipfile.py::TestStoredWriter::test_write_after_close
> [32mPASSED[0m[31m [ 59%][0m
> tests/test_zipfile.py::TestDeflateWriter::test_close_after_close
> [32mPASSED[0m[31m [ 60%][0m
> tests/test_zipfile.py::TestDeflateWriter::test_write_after_close
> [32mPASSED[0m[31m [ 60%][0m
> tests/test_zipfile.py::TestBzip2Writer::test_close_after_close
> [32mPASSED[0m[31m [ 61%][0m
> tests/test_zipfile.py::TestBzip2Writer::test_write_after_close
> [32mPASSED[0m[31m [ 61%][0m
> tests/test_zipfile.py::TestLzmaWriter::test_close_after_close
> [32mPASSED[0m[31m [ 61%][0m
> tests/test_zipfile.py::TestLzmaWriter::test_write_after_close
> [32mPASSED[0m[31m [ 62%][0m
> tests/test_zipfile.py::TestExtract::test_extract [32mPASSED[0m[31m
> [ 62%][0m
> tests/test_zipfile.py::TestExtract::test_extract_with_target
> [32mPASSED[0m[31m [ 63%][0m
> tests/test_zipfile.py::TestExtract::test_extract_with_target_pathlike
> [32mPASSED[0m[31m [ 63%][0m
> tests/test_zipfile.py::TestExtract::test_extract_all [32mPASSED[0m[31m
> [ 64%][0m
> tests/test_zipfile.py::TestExtract::test_extract_all_with_target
> [32mPASSED[0m[31m [ 64%][0m
> tests/test_zipfile.py::TestExtract::test_extract_all_with_target_pathlike
> [32mPASSED[0m[31m [ 65%][0m
> tests/test_zipfile.py::TestExtract::test_sanitize_windows_name
> [32mPASSED[0m[31m [ 65%][0m
> tests/test_zipfile.py::TestExtract::test_extract_hackers_arcnames_common_cases
> [32mPASSED[0m[31m [ 66%][0m
> tests/test_zipfile.py::TestExtract::test_extract_hackers_arcnames_windows_only
> [33mSKIPPED[0m[31m [ 66%][0m
> tests/test_zipfile.py::TestExtract::test_extract_hackers_arcnames_posix_only
> [32mPASSED[0m[31m [ 67%][0m
> tests/test_zipfile.py::TestsOther::test_open_via_zip_info
> [32mPASSED[0m[31m [ 67%][0m
> tests/test_zipfile.py::TestsOther::test_writestr_extended_local_header_issue1202
> [32mPASSED[0m[31m [ 68%][0m
> tests/test_zipfile.py::TestsOther::test_close [32mPASSED[0m[31m
> [ 68%][0m
> tests/test_zipfile.py::TestsOther::test_close_on_exception
> [32mPASSED[0m[31m [ 69%][0m
> tests/test_zipfile.py::TestsOther::test_unsupported_version
> [32mPASSED[0m[31m [ 69%][0m
> tests/test_zipfile.py::TestsOther::test_read_unicode_filenames
> [33mSKIPPED[0m[31m [ 69%][0m
> tests/test_zipfile.py::TestsOther::test_write_unicode_filenames
> [32mPASSED[0m[31m [ 70%][0m
> tests/test_zipfile.py::TestsOther::test_read_after_write_unicode_filenames
> [32mPASSED[0m[31m [ 70%][0m
> tests/test_zipfile.py::TestsOther::test_exclusive_create_zip_file
> [32mPASSED[0m[31m [ 71%][0m
> tests/test_zipfile.py::TestsOther::test_create_non_existent_file_for_append
> [32mPASSED[0m[31m [ 71%][0m
> tests/test_zipfile.py::TestsOther::test_close_erroneous_file
> [32mPASSED[0m[31m [ 72%][0m
> tests/test_zipfile.py::TestsOther::test_is_zip_erroneous_file
> [32mPASSED[0m[31m [ 72%][0m
> tests/test_zipfile.py::TestsOther::test_damaged_zipfile [32mPASSED[0m[31m
> [ 73%][0m
> tests/test_zipfile.py::TestsOther::test_is_zip_valid_file
> [32mPASSED[0m[31m [ 73%][0m
> tests/test_zipfile.py::TestsOther::test_non_existent_file_raises_OSError
> [32mPASSED[0m[31m [ 74%][0m
> tests/test_zipfile.py::TestsOther::test_empty_file_raises_BadZipFile
> [32mPASSED[0m[31m [ 74%][0m
> tests/test_zipfile.py::TestsOther::test_closed_zip_raises_ValueError
> [32mPASSED[0m[31m [ 75%][0m
> tests/test_zipfile.py::TestsOther::test_bad_constructor_mode
> [32mPASSED[0m[31m [ 75%][0m
> tests/test_zipfile.py::TestsOther::test_bad_open_mode [32mPASSED[0m[31m
> [ 76%][0m
> tests/test_zipfile.py::TestsOther::test_read0 [32mPASSED[0m[31m
> [ 76%][0m
> tests/test_zipfile.py::TestsOther::test_open_non_existent_item
> [32mPASSED[0m[31m [ 76%][0m
> tests/test_zipfile.py::TestsOther::test_bad_compression_mode
> [32mPASSED[0m[31m [ 77%][0m
> tests/test_zipfile.py::TestsOther::test_unsupported_compression
> [32mPASSED[0m[31m [ 77%][0m
> tests/test_zipfile.py::TestsOther::test_null_byte_in_filename
> [32mPASSED[0m[31m [ 78%][0m
> tests/test_zipfile.py::TestsOther::test_comments [32mPASSED[0m[31m
> [ 78%][0m
> tests/test_zipfile.py::TestsOther::test_unicode_comment [32mPASSED[0m[31m
> [ 79%][0m
> tests/test_zipfile.py::TestsOther::test_change_comment_in_empty_archive
> [32mPASSED[0m[31m [ 79%][0m
> tests/test_zipfile.py::TestsOther::test_change_comment_in_nonempty_archive
> [32mPASSED[0m[31m [ 80%][0m
> tests/test_zipfile.py::TestsOther::test_empty_zipfile [32mPASSED[0m[31m
> [ 80%][0m
> tests/test_zipfile.py::TestsOther::test_open_empty_file [32mPASSED[0m[31m
> [ 81%][0m
> tests/test_zipfile.py::TestsOther::test_zipfile_with_short_extra_field
> [32mPASSED[0m[31m [ 81%][0m
> tests/test_zipfile.py::TestsOther::test_open_conflicting_handles
> [32mPASSED[0m[31m [ 82%][0m
> tests/test_zipfile.py::TestsOther::test_seek_tell [32mPASSED[0m[31m
> [ 82%][0m
> tests/test_zipfile.py::TestsOther::test_decompress_without_3rd_party_library
> [32mPASSED[0m[31m [ 83%][0m
> tests/test_zipfile.py::TestStoredBadCrc::test_testzip_with_bad_crc
> [32mPASSED[0m[31m [ 83%][0m
> tests/test_zipfile.py::TestStoredBadCrc::test_read_with_bad_crc
> [32mPASSED[0m[31m [ 84%][0m
> tests/test_zipfile.py::TestDeflateBadCrcTests::test_testzip_with_bad_crc
> [32mPASSED[0m[31m [ 84%][0m
> tests/test_zipfile.py::TestDeflateBadCrcTests::test_read_with_bad_crc
> [32mPASSED[0m[31m [ 84%][0m
> tests/test_zipfile.py::TestBzip2BadCrc::test_testzip_with_bad_crc
> [32mPASSED[0m[31m [ 85%][0m
> tests/test_zipfile.py::TestBzip2BadCrc::test_read_with_bad_crc
> [32mPASSED[0m[31m [ 85%][0m
> tests/test_zipfile.py::TestLzmaBadCrc::test_testzip_with_bad_crc
> [32mPASSED[0m[31m [ 86%][0m
> tests/test_zipfile.py::TestLzmaBadCrc::test_read_with_bad_crc
> [32mPASSED[0m[31m [ 86%][0m
> tests/test_zipfile.py::TestDecryption::test_no_password [32mPASSED[0m[31m
> [ 87%][0m
> tests/test_zipfile.py::TestDecryption::test_bad_password [32mPASSED[0m[31m
> [ 87%][0m
> tests/test_zipfile.py::TestDecryption::test_good_password
> [32mPASSED[0m[31m [ 88%][0m
> tests/test_zipfile.py::TestDecryption::test_unicode_password
> [32mPASSED[0m[31m [ 88%][0m
> tests/test_zipfile.py::TestDecryption::test_seek_tell [32mPASSED[0m[31m
> [ 89%][0m
> tests/test_zipfile.py::TestStoredTestsWithRandomBinaryFiles::test_read
> [32mPASSED[0m[31m [ 89%][0m
> tests/test_zipfile.py::TestStoredTestsWithRandomBinaryFiles::test_open
> [32mPASSED[0m[31m [ 90%][0m
> tests/test_zipfile.py::TestStoredTestsWithRandomBinaryFiles::test_random_open
> [32mPASSED[0m[31m [ 90%][0m
> tests/test_zipfile.py::TesteflateTestsWithRandomBinaryFiles::test_read
> [32mPASSED[0m[31m [ 91%][0m
> tests/test_zipfile.py::TesteflateTestsWithRandomBinaryFiles::test_open
> [32mPASSED[0m[31m [ 91%][0m
> tests/test_zipfile.py::TesteflateTestsWithRandomBinaryFiles::test_random_open
> [32mPASSED[0m[31m [ 92%][0m
> tests/test_zipfile.py::TestBzip2TestsWithRandomBinaryFiles::test_read
> [32mPASSED[0m[31m [ 92%][0m
> tests/test_zipfile.py::TestBzip2TestsWithRandomBinaryFiles::test_open
> [32mPASSED[0m[31m [ 92%][0m
> tests/test_zipfile.py::TestBzip2TestsWithRandomBinaryFiles::test_random_open
> [32mPASSED[0m[31m [ 93%][0m
> tests/test_zipfile.py::TestLzmaTestsWithRandomBinaryFiles::test_read
> [32mPASSED[0m[31m [ 93%][0m
> tests/test_zipfile.py::TestLzmaTestsWithRandomBinaryFiles::test_open
> [32mPASSED[0m[31m [ 94%][0m
> tests/test_zipfile.py::TestLzmaTestsWithRandomBinaryFiles::test_random_open
> [32mPASSED[0m[31m [ 94%][0m
> tests/test_zipfile.py::TestsWithMultipleOpens::test_same_file
> [32mPASSED[0m[31m [ 95%][0m
> tests/test_zipfile.py::TestsWithMultipleOpens::test_different_file
> [32mPASSED[0m[31m [ 95%][0m
> tests/test_zipfile.py::TestsWithMultipleOpens::test_interleaved
> [32mPASSED[0m[31m [ 96%][0m
> tests/test_zipfile.py::TestsWithMultipleOpens::test_read_after_close
> [32mPASSED[0m[31m [ 96%][0m
> tests/test_zipfile.py::TestsWithMultipleOpens::test_read_after_write
> [32mPASSED[0m[31m [ 97%][0m
> tests/test_zipfile.py::TestsWithMultipleOpens::test_write_after_read
> [32mPASSED[0m[31m [ 97%][0m
> tests/test_zipfile.py::TestsWithMultipleOpens::test_write_while_reading
> [32mPASSED[0m[31m [ 98%][0m
> tests/test_zipfile.py::TestWithDirectory::test_extract_dir [33mSKIPPED[0m
> (...)[31m [ 98%][0m
> tests/test_zipfile.py::TestWithDirectory::test_bug_6050 [33mSKIPPED[0m
> (unk...)[31m [ 99%][0m
> tests/test_zipfile.py::TestWithDirectory::test_write_dir [32mPASSED[0m[31m
> [ 99%][0m
> tests/test_zipfile.py::TestWithDirectory::test_writestr_dir
> [32mPASSED[0m[31m [100%][0m
>
> =================================== FAILURES
> ===================================
> [31m[1m____________________ TestArchives.test_unpack_archive_bztar
> ____________________[0m
>
> self = <tests.test_unpack_archive.TestArchives
> testMethod=test_unpack_archive_bztar>
>
> @requires_bz2()
> def test_unpack_archive_bztar(self):
> > self.check_unpack_archive("bztar")
>
> [1m[31mtests/test_unpack_archive.py[0m:139:
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _
> [1m[31mtests/test_unpack_archive.py[0m:87: in check_unpack_archive
> self.check_unpack_archive_with_converter(format, lambda path: path)
> [1m[31mtests/test_unpack_archive.py[0m:117: in
> check_unpack_archive_with_converter
> unpack_archive(converter(filename), converter(str(tmpdir2)))
> [1m[31mhandy_archives/__init__.py[0m:103: in unpack_archive
> shutil.unpack_archive(filename, extract_dir, format)
> [1m[31m/usr/lib/python3.12/shutil.py[0m:1351: in unpack_archive
> func(filename, extract_dir, **kwargs)
> [1m[31m/usr/lib/python3.12/shutil.py[0m:1272: in _unpack_tarfile
> tarobj.extractall(extract_dir, filter=filter)
> [1m[31m/usr/lib/python3.12/tarfile.py[0m:2256: in extractall
> filter_function = self._get_filter_function(filter)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _
>
> self = <tarfile.TarFile object at 0x7fea6004a2d0>, filter = None
>
> def _get_filter_function(self, filter):
> if filter is None:
> filter = self.extraction_filter
> if filter is None:
> > warnings.warn(
> 'Python 3.14 will, by default, filter extracted tar '
> + 'archives and reject files or modify their metadata. '
> + 'Use the filter argument to control this behavior.',
> DeprecationWarning, stacklevel=3)
> [1m[31mE DeprecationWarning: Python 3.14 will, by default,
> filter extracted tar archives and reject files or modify their metadata. Use
> the filter argument to control this behavior.[0m
>
> [1m[31m/usr/lib/python3.12/tarfile.py[0m:2221: DeprecationWarning
> [31m[1m____________________ TestArchives.test_unpack_archive_gztar
> ____________________[0m
>
> self = <tests.test_unpack_archive.TestArchives
> testMethod=test_unpack_archive_gztar>
>
> @requires_zlib()
> def test_unpack_archive_gztar(self):
> > self.check_unpack_archive("gztar")
>
> [1m[31mtests/test_unpack_archive.py[0m:135:
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _
> [1m[31mtests/test_unpack_archive.py[0m:87: in check_unpack_archive
> self.check_unpack_archive_with_converter(format, lambda path: path)
> [1m[31mtests/test_unpack_archive.py[0m:117: in
> check_unpack_archive_with_converter
> unpack_archive(converter(filename), converter(str(tmpdir2)))
> [1m[31mhandy_archives/__init__.py[0m:103: in unpack_archive
> shutil.unpack_archive(filename, extract_dir, format)
> [1m[31m/usr/lib/python3.12/shutil.py[0m:1351: in unpack_archive
> func(filename, extract_dir, **kwargs)
> [1m[31m/usr/lib/python3.12/shutil.py[0m:1272: in _unpack_tarfile
> tarobj.extractall(extract_dir, filter=filter)
> [1m[31m/usr/lib/python3.12/tarfile.py[0m:2256: in extractall
> filter_function = self._get_filter_function(filter)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _
>
> self = <tarfile.TarFile object at 0x7fea6004aa80>, filter = None
>
> def _get_filter_function(self, filter):
> if filter is None:
> filter = self.extraction_filter
> if filter is None:
> > warnings.warn(
> 'Python 3.14 will, by default, filter extracted tar '
> + 'archives and reject files or modify their metadata. '
> + 'Use the filter argument to control this behavior.',
> DeprecationWarning, stacklevel=3)
> [1m[31mE DeprecationWarning: Python 3.14 will, by default,
> filter extracted tar archives and reject files or modify their metadata. Use
> the filter argument to control this behavior.[0m
>
> [1m[31m/usr/lib/python3.12/tarfile.py[0m:2221: DeprecationWarning
> [31m[1m_____________________ TestArchives.test_unpack_archive_tar
> _____________________[0m
>
> self = <tests.test_unpack_archive.TestArchives
> testMethod=test_unpack_archive_tar>
>
> def test_unpack_archive_tar(self):
> > self.check_unpack_archive("tar")
>
> [1m[31mtests/test_unpack_archive.py[0m:131:
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _
> [1m[31mtests/test_unpack_archive.py[0m:87: in check_unpack_archive
> self.check_unpack_archive_with_converter(format, lambda path: path)
> [1m[31mtests/test_unpack_archive.py[0m:117: in
> check_unpack_archive_with_converter
> unpack_archive(converter(filename), converter(str(tmpdir2)))
> [1m[31mhandy_archives/__init__.py[0m:103: in unpack_archive
> shutil.unpack_archive(filename, extract_dir, format)
> [1m[31m/usr/lib/python3.12/shutil.py[0m:1351: in unpack_archive
> func(filename, extract_dir, **kwargs)
> [1m[31m/usr/lib/python3.12/shutil.py[0m:1272: in _unpack_tarfile
> tarobj.extractall(extract_dir, filter=filter)
> [1m[31m/usr/lib/python3.12/tarfile.py[0m:2256: in extractall
> filter_function = self._get_filter_function(filter)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _
>
> self = <tarfile.TarFile object at 0x7fea6004b680>, filter = None
>
> def _get_filter_function(self, filter):
> if filter is None:
> filter = self.extraction_filter
> if filter is None:
> > warnings.warn(
> 'Python 3.14 will, by default, filter extracted tar '
> + 'archives and reject files or modify their metadata. '
> + 'Use the filter argument to control this behavior.',
> DeprecationWarning, stacklevel=3)
> [1m[31mE DeprecationWarning: Python 3.14 will, by default,
> filter extracted tar archives and reject files or modify their metadata. Use
> the filter argument to control this behavior.[0m
>
> [1m[31m/usr/lib/python3.12/tarfile.py[0m:2221: DeprecationWarning
> [31m[1m____________________ TestArchives.test_unpack_archive_xztar
> ____________________[0m
>
> self = <tests.test_unpack_archive.TestArchives
> testMethod=test_unpack_archive_xztar>
>
> @requires_lzma()
> def test_unpack_archive_xztar(self):
> > self.check_unpack_archive("xztar")
>
> [1m[31mtests/test_unpack_archive.py[0m:143:
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _
> [1m[31mtests/test_unpack_archive.py[0m:87: in check_unpack_archive
> self.check_unpack_archive_with_converter(format, lambda path: path)
> [1m[31mtests/test_unpack_archive.py[0m:117: in
> check_unpack_archive_with_converter
> unpack_archive(converter(filename), converter(str(tmpdir2)))
> [1m[31mhandy_archives/__init__.py[0m:103: in unpack_archive
> shutil.unpack_archive(filename, extract_dir, format)
> [1m[31m/usr/lib/python3.12/shutil.py[0m:1351: in unpack_archive
> func(filename, extract_dir, **kwargs)
> [1m[31m/usr/lib/python3.12/shutil.py[0m:1272: in _unpack_tarfile
> tarobj.extractall(extract_dir, filter=filter)
> [1m[31m/usr/lib/python3.12/tarfile.py[0m:2256: in extractall
> filter_function = self._get_filter_function(filter)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _
>
> self = <tarfile.TarFile object at 0x7fea6004e1b0>, filter = None
>
> def _get_filter_function(self, filter):
> if filter is None:
> filter = self.extraction_filter
> if filter is None:
> > warnings.warn(
> 'Python 3.14 will, by default, filter extracted tar '
> + 'archives and reject files or modify their metadata. '
> + 'Use the filter argument to control this behavior.',
> DeprecationWarning, stacklevel=3)
> [1m[31mE DeprecationWarning: Python 3.14 will, by default,
> filter extracted tar archives and reject files or modify their metadata. Use
> the filter argument to control this behavior.[0m
>
> [1m[31m/usr/lib/python3.12/tarfile.py[0m:2221: DeprecationWarning
> ============================= slowest 25 durations
> =============================
> 0.22s call tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_basic
> 0.21s call
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_read1_10
> 0.21s call
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_readline_read
> 0.21s call
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_readlines
> 0.20s call
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_iterlines
> 0.20s call
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_readline
> 0.20s call tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_read1
> 0.20s call
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_random_open
> 0.19s call
> tests/test_zipfile.py::TestLzmaTestsWithRandomBinaryFiles::test_random_open
> 0.19s call
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_compresslevel_basic
> 0.18s call tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_open
> 0.18s call
> tests/test_zipfile.py::TestLzmaTestsWithRandomBinaryFiles::test_read
> 0.18s call
> tests/test_zipfile.py::TestLzmaTestsWithRandomBinaryFiles::test_open
> 0.14s call
> tests/test_zipfile.py::TestBzip2TestsWithRandomBinaryFiles::test_read
> 0.14s call
> tests/test_zipfile.py::TestBzip2TestsWithRandomBinaryFiles::test_open
> 0.11s call
> tests/test_zipfile.py::TestBzip2TestsWithRandomBinaryFiles::test_random_open
> 0.11s call
> tests/test_zipfile.py::TestLzmaTestZip64InSmallFiles::test_basic
> 0.10s call
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_compresslevel_basic
> 0.07s call tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_basic
> 0.06s call
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_open_with_pathlike
> 0.06s call
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_read1_10
> 0.06s call tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_open
> 0.06s call
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_writing_errors
> 0.05s call
> tests/test_zipfile.py::TestBzip2TestsWithSourceFile::test_readline_read
> 0.05s call
> tests/test_zipfile.py::TestLzmaTestsWithSourceFile::test_read_return_size
> [36m[1m=========================== short test summary info
> ============================[0m
> [31mFAILED[0m
> tests/test_unpack_archive.py::[1mTestArchives::test_unpack_archive_bztar[0m
> - DeprecationWarning: Python 3.14 will, by default, filter extracted tar
> arch...
> [31mFAILED[0m
> tests/test_unpack_archive.py::[1mTestArchives::test_unpack_archive_gztar[0m
> - DeprecationWarning: Python 3.14 will, by default, filter extracted tar
> arch...
> [31mFAILED[0m
> tests/test_unpack_archive.py::[1mTestArchives::test_unpack_archive_tar[0m -
> DeprecationWarning: Python 3.14 will, by default, filter extracted tar arch...
> [31mFAILED[0m
> tests/test_unpack_archive.py::[1mTestArchives::test_unpack_archive_xztar[0m
> - DeprecationWarning: Python 3.14 will, by default, filter extracted tar
> arch...
> [31m=================== [31m[1m4 failed[0m, [32m204 passed[0m, [33m5
> skipped[0m[31m in 6.02s[0m[31m ===================[0m
> make[1]: *** [debian/rules:10: override_dh_auto_test] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/07/02/python-handy-archives_0.2.0-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240702;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240702&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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 mark 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: python-handy-archives
Source-Version: 0.2.0-3
Done: Josenilson Ferreira da Silva <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-handy-archives, 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.
Josenilson Ferreira da Silva <[email protected]> (supplier of updated
python-handy-archives 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, 06 Jul 2024 19:40:26 -0300
Source: python-handy-archives
Architecture: source
Version: 0.2.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Josenilson Ferreira da Silva <[email protected]>
Closes: 1074709
Changes:
python-handy-archives (0.2.0-3) unstable; urgency=medium
.
* debian/rules: Skipping functions to fix build error (Closes: #1074709)
Checksums-Sha1:
e65f4005d4e89b4622f1aa09ead473d226a06a56 2423 python-handy-archives_0.2.0-3.dsc
d1449acaf380f4ec578dcd1edd96540baca2f11d 4256
python-handy-archives_0.2.0-3.debian.tar.xz
1c8e245867afe049bdc26a85b73658cfe829086e 9353
python-handy-archives_0.2.0-3_source.buildinfo
Checksums-Sha256:
56d1e3537ccc29da99319937c711e9cf0f78dc22d7aabde0b05d51324524cf36 2423
python-handy-archives_0.2.0-3.dsc
8fe003ab00e881d9928031586bfe33b08db9219fa4a560dd6b28f24a8fc387fa 4256
python-handy-archives_0.2.0-3.debian.tar.xz
7803aef88b2789e42f939d88a11c097aed74abd88db326ff7fa02f684e2b6601 9353
python-handy-archives_0.2.0-3_source.buildinfo
Files:
3e484548477f5f5fceaf191b53f428f4 2423 python optional
python-handy-archives_0.2.0-3.dsc
1a3f49764351da7bc9f2ef27b5d0cce5 4256 python optional
python-handy-archives_0.2.0-3.debian.tar.xz
b35b6aed3c34f18ab8c5429656953c41 9353 python optional
python-handy-archives_0.2.0-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEqBlNXRF+LQLfMNMNB6n1YjE0Rs0FAmaJy8EACgkQB6n1YjE0
Rs0Wxw//ex8t4xceHNMpthdPEEHD0mg5mlSEvPhDC8xjlE73zt/EkPK+IqjqSoOX
uw7SnUXlxbQDzAv0XadZYckbJHicMGSSJ7RUvZKVFlrUmiGmBsKqtWmcoy/hTkLb
zQHzO8YCOF1hdDMWa09H2Pg/vCbe7h+lEkMuCBEDQJOXDXImaKZy/Zo1IsbttIuO
SGgfm+bKp5yZBim300gBt9MVtM2POakpMbSu1EMPRh46reArP+/qiv32EbHCrruP
pOq6uFj4AcBNb37SxcF22dwSZPeGVd94BdQq0LfO9Onhf7ZrdbZXJAKI9ZX/pEAn
cISrwqtXj2zxNSpwFwa0OZr50LHHp6B6AqcDZmu04zUDyYvk0hKJ4Yzb1UPP4cNS
Mhe42Z4GK7IKV09gvBzykNUVBqO8AZ7+bFm0XeqbsbEgDqqiCpsQuZvdXorI2u1A
hygaZIUoa8S0Qn0+fj3e9yuITs3Vrifl44zDzGgE1WCU9P2o4zlFJ4wcHK8vDWfb
wK+40eUAeGSziOy8U57b1Tf6+jVbRpbNcF7QqZxER2ICNw0h4OrZUL4i0sXirea9
ceIa1htG1RYAldqEOjiJqeXeF3qIjE5acCoAftdoiCjGM2imyGBc2qiZX9Pc9xeO
yVsncKNlG9gdUpt7JM/cQfSFQCiDcKvF4077fMZX9FhMdcVIxes=
=IP5+
-----END PGP SIGNATURE-----
pgpQVoWJD5_s4.pgp
Description: PGP signature
--- End Message ---