Your message dated Wed, 24 Jan 2024 21:57:48 +0000
with message-id <e1rslfk-000hka...@fasolo.debian.org>
and subject line Bug#1058172: fixed in unattended-upgrades 2.9.1+nmu4
has caused the Debian Bug report #1058172,
regarding unattended-upgrades: FTBFS: AssertionError: 1 != 0
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.)


-- 
1058172: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058172
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: unattended-upgrades
Version: 2.9.1+nmu3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[4]: Entering directory '/<<PKGBUILDDIR>>/test/packages/equivs.KVxAVp'
> dh binary
>    dh_update_autotools_config
>    dh_autoreconf
>    create-stamp debian/debhelper-build-stamp
>    dh_prep
>    dh_auto_install --destdir=debian/test-package/
>    dh_install
>    dh_installdocs
>    dh_installchangelogs
>    dh_perl
>    dh_link
>    dh_strip_nondeterminism
>    dh_compress
>    dh_fixperms
>    dh_missing
>    dh_installdeb
>    dh_gencontrol
>    dh_md5sums
>    dh_builddeb
> dpkg-deb: building package 'test-package' in '../test-package_1.3_all.deb'.
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/test/packages/equivs.KVxAVp'
>  dpkg-genbuildinfo --build=binary -O../test-package_1.3_amd64.buildinfo
>  dpkg-genchanges --build=binary -O../test-package_1.3_amd64.changes
> dpkg-genchanges: info: binary-only upload (no source code included)
>  dpkg-source --after-build .
> dpkg-buildpackage: info: binary-only upload (no source included)
> 
> The package has been created.
> Attention, the package has been created in the current directory,
> not in ".." as indicated by the message above!
>  Conffiles:
> dpkg-deb -I test-package_1.3_all.deb conffiles
> /etc/configuration-file/configuration-file
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/test/packages'
> set -e; \
> find . -name 'test_*.py' | \
> while read file; do \
>     if [ -x $file ]; then \
>       echo "Running $file with python3"; \
>       python3 $file 2>&1; \
>       echo "Running $file with python3-coverage"; \
>       python3 -m coverage run -a $file 2>&1; \
>     fi \
> done
> Running ./test_unavailable_candidate.py with python3
> .
> ----------------------------------------------------------------------
> Ran 1 test in 0.001s
> 
> OK
> Running ./test_unavailable_candidate.py with python3-coverage
> .
> ----------------------------------------------------------------------
> Ran 1 test in 0.003s
> 
> OK
> Running ./test_mail.py with python3
> ...........................
> ----------------------------------------------------------------------
> Ran 27 tests in 0.088s
> 
> OK
> Running ./test_mail.py with python3-coverage
> ...........................
> ----------------------------------------------------------------------
> Ran 27 tests in 0.111s
> 
> OK
> Running ./test_conffile.py with python3
> DEBUG:root:check_conffile_prompt(./packages/conf-test-package_1.1.deb)
> DEBUG:root:found pkg: test-package
> DEBUG:root:conffile line: /etc/configuration-file 
> 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:conffile /etc/configuration-file in missing on the system
> DEBUG:root:current md5: 
> DEBUG:root:pkg_md5sum: c1d49253da76b8d6b7662b751e8d6229
> .DEBUG:root:check_conffile_prompt(./packages/conf-test-package_1.0.deb)
> DEBUG:root:found pkg: test-package
> DEBUG:root:conffile line: /etc/configuration-file 
> 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:current md5: 02120e4b518535095795491c556dbc0b
> DEBUG:root:pkg_md5sum: 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:conffile line: /etc/configuration-file2 
> 404d877bbd67dc2412ba80d7c92d6bc7
> DEBUG:root:/etc/configuration-file2 not in package conffiles 
> {'/etc/configuration-file'}
> .DEBUG:root:check_conffile_prompt(./packages/conf-test-package-no-conffiles-anymore_2.deb)
> DEBUG:root:found pkg: test-package
> DEBUG:root:No conffiles in deb 
> ./packages/conf-test-package-no-conffiles-anymore_2.deb (There is no member 
> named 'conffiles')
> .DEBUG:root:check_conffile_prompt(./packages/test-package_1.3_all.deb)
> DEBUG:root:found pkg: test-package
> DEBUG:root:conffile line: /etc/configuration-file 
> 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:current md5: 02120e4b518535095795491c556dbc0b
> DEBUG:root:pkg_md5sum: 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:conffile line: /etc/configuration-file2 
> 404d877bbd67dc2412ba80d7c92d6bc7
> DEBUG:root:/etc/configuration-file2 not in package conffiles 
> {'/etc/configuration-file/configuration-file'}
> DEBUG:root:check_conffile_prompt(./packages/test-package-2_1.3_all.deb)
> DEBUG:root:found pkg: test-package-2
> DEBUG:root:conffile line: /etc/foo/foo 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:current md5: 02120e4b518535095795491c556dbc0b
> DEBUG:root:pkg_md5sum: 26b99d59ac8f5ecd3375107755ee8527
> .DEBUG:root:check_conffile_prompt(./packages/conf-test-package_1.1.deb)
> DEBUG:root:found pkg: test-package
> DEBUG:root:conffile line: /etc/configuration-file 
> 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:current md5: 02120e4b518535095795491c556dbc0b
> DEBUG:root:pkg_md5sum: c1d49253da76b8d6b7662b751e8d6229
> .DEBUG:root:check_conffile_prompt(./packages/conf-test-package-new-conffile_1.deb)
> DEBUG:root:found pkg: test-package-new-conffile
> .DEBUG:root:check_conffile_prompt(./packages/multiple-conffiles_2_all.deb)
> DEBUG:root:found pkg: multiple-conffiles
> DEBUG:root:conffile line: /etc/configuration-file1 
> cb9a458f0fdc96e10b4d23923f16e3a0
> DEBUG:root:current md5: cb9a458f0fdc96e10b4d23923f16e3a0
> DEBUG:root:conffile line: /etc/configuration-file2 
> 8bf10a884dcfe6a8c3e57039e14d2b92
> DEBUG:root:current md5: 404d877bbd67dc2412ba80d7c92d6bc7
> DEBUG:root:pkg_md5sum: 7383fed9a71055c8b78d74c8166fd290
> .DEBUG:root:check_conffile_prompt(./packages/test-package_1.2_all.deb)
> DEBUG:root:found pkg: test-package
> DEBUG:root:conffile line: /etc/configuration-file 
> 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:current md5: 02120e4b518535095795491c556dbc0b
> DEBUG:root:pkg_md5sum: 029bbf588d9e33ac0539191e34beca05
> DEBUG:root:check_conffile_prompt(./packages/test-package-2_1.2_all.deb)
> DEBUG:root:found pkg: test-package-2
> DEBUG:root:conffile line: /etc/foo/foo 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:current md5: 02120e4b518535095795491c556dbc0b
> DEBUG:root:pkg_md5sum: 029bbf588d9e33ac0539191e34beca05
> .DEBUG:root:check_conffile_prompt(./packages/conf-test-package-257-conffiles_1.deb)
> DEBUG:root:found pkg: test-package
> DEBUG:root:conffile line: /etc/configuration-file 
> 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:current md5: 02120e4b518535095795491c556dbc0b
> DEBUG:root:pkg_md5sum: 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:conffile line: /etc/configuration-file2 
> 404d877bbd67dc2412ba80d7c92d6bc7
> DEBUG:root:current md5: 404d877bbd67dc2412ba80d7c92d6bc7
> DEBUG:root:conffile /etc/configuration-file3 in missing on the system
> .DEBUG:root:check_conffile_prompt(./packages/conf-test-xz_1.0_all.deb)
> DEBUG:root:found pkg: test-package
> DEBUG:root:conffile line: /etc/configuration-file 
> 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:current md5: 02120e4b518535095795491c556dbc0b
> DEBUG:root:pkg_md5sum: 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:conffile line: /etc/configuration-file2 
> 404d877bbd67dc2412ba80d7c92d6bc7
> DEBUG:root:/etc/configuration-file2 not in package conffiles 
> {'/etc/configuration-file'}
> ....
> ----------------------------------------------------------------------
> Ran 13 tests in 0.042s
> 
> OK
> Running ./test_conffile.py with python3-coverage
> DEBUG:root:check_conffile_prompt(./packages/conf-test-package_1.1.deb)
> DEBUG:root:found pkg: test-package
> DEBUG:root:conffile line: /etc/configuration-file 
> 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:conffile /etc/configuration-file in missing on the system
> DEBUG:root:current md5: 
> DEBUG:root:pkg_md5sum: c1d49253da76b8d6b7662b751e8d6229
> .DEBUG:root:check_conffile_prompt(./packages/conf-test-package_1.0.deb)
> DEBUG:root:found pkg: test-package
> DEBUG:root:conffile line: /etc/configuration-file 
> 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:current md5: 02120e4b518535095795491c556dbc0b
> DEBUG:root:pkg_md5sum: 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:conffile line: /etc/configuration-file2 
> 404d877bbd67dc2412ba80d7c92d6bc7
> DEBUG:root:/etc/configuration-file2 not in package conffiles 
> {'/etc/configuration-file'}
> .DEBUG:root:check_conffile_prompt(./packages/conf-test-package-no-conffiles-anymore_2.deb)
> DEBUG:root:found pkg: test-package
> DEBUG:root:No conffiles in deb 
> ./packages/conf-test-package-no-conffiles-anymore_2.deb (There is no member 
> named 'conffiles')
> .DEBUG:root:check_conffile_prompt(./packages/test-package_1.3_all.deb)
> DEBUG:root:found pkg: test-package
> DEBUG:root:conffile line: /etc/configuration-file 
> 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:current md5: 02120e4b518535095795491c556dbc0b
> DEBUG:root:pkg_md5sum: 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:conffile line: /etc/configuration-file2 
> 404d877bbd67dc2412ba80d7c92d6bc7
> DEBUG:root:/etc/configuration-file2 not in package conffiles 
> {'/etc/configuration-file/configuration-file'}
> DEBUG:root:check_conffile_prompt(./packages/test-package-2_1.3_all.deb)
> DEBUG:root:found pkg: test-package-2
> DEBUG:root:conffile line: /etc/foo/foo 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:current md5: 02120e4b518535095795491c556dbc0b
> DEBUG:root:pkg_md5sum: 26b99d59ac8f5ecd3375107755ee8527
> .DEBUG:root:check_conffile_prompt(./packages/conf-test-package_1.1.deb)
> DEBUG:root:found pkg: test-package
> DEBUG:root:conffile line: /etc/configuration-file 
> 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:current md5: 02120e4b518535095795491c556dbc0b
> DEBUG:root:pkg_md5sum: c1d49253da76b8d6b7662b751e8d6229
> .DEBUG:root:check_conffile_prompt(./packages/conf-test-package-new-conffile_1.deb)
> DEBUG:root:found pkg: test-package-new-conffile
> .DEBUG:root:check_conffile_prompt(./packages/multiple-conffiles_2_all.deb)
> DEBUG:root:found pkg: multiple-conffiles
> DEBUG:root:conffile line: /etc/configuration-file1 
> cb9a458f0fdc96e10b4d23923f16e3a0
> DEBUG:root:current md5: cb9a458f0fdc96e10b4d23923f16e3a0
> DEBUG:root:conffile line: /etc/configuration-file2 
> 8bf10a884dcfe6a8c3e57039e14d2b92
> DEBUG:root:current md5: 404d877bbd67dc2412ba80d7c92d6bc7
> DEBUG:root:pkg_md5sum: 7383fed9a71055c8b78d74c8166fd290
> .DEBUG:root:check_conffile_prompt(./packages/test-package_1.2_all.deb)
> DEBUG:root:found pkg: test-package
> DEBUG:root:conffile line: /etc/configuration-file 
> 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:current md5: 02120e4b518535095795491c556dbc0b
> DEBUG:root:pkg_md5sum: 029bbf588d9e33ac0539191e34beca05
> DEBUG:root:check_conffile_prompt(./packages/test-package-2_1.2_all.deb)
> DEBUG:root:found pkg: test-package-2
> DEBUG:root:conffile line: /etc/foo/foo 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:current md5: 02120e4b518535095795491c556dbc0b
> DEBUG:root:pkg_md5sum: 029bbf588d9e33ac0539191e34beca05
> .DEBUG:root:check_conffile_prompt(./packages/conf-test-package-257-conffiles_1.deb)
> DEBUG:root:found pkg: test-package
> DEBUG:root:conffile line: /etc/configuration-file 
> 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:current md5: 02120e4b518535095795491c556dbc0b
> DEBUG:root:pkg_md5sum: 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:conffile line: /etc/configuration-file2 
> 404d877bbd67dc2412ba80d7c92d6bc7
> DEBUG:root:current md5: 404d877bbd67dc2412ba80d7c92d6bc7
> DEBUG:root:conffile /etc/configuration-file3 in missing on the system
> .DEBUG:root:check_conffile_prompt(./packages/conf-test-xz_1.0_all.deb)
> DEBUG:root:found pkg: test-package
> DEBUG:root:conffile line: /etc/configuration-file 
> 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:current md5: 02120e4b518535095795491c556dbc0b
> DEBUG:root:pkg_md5sum: 26b99d59ac8f5ecd3375107755ee8527
> DEBUG:root:conffile line: /etc/configuration-file2 
> 404d877bbd67dc2412ba80d7c92d6bc7
> DEBUG:root:/etc/configuration-file2 not in package conffiles 
> {'/etc/configuration-file'}
> ....
> ----------------------------------------------------------------------
> Ran 13 tests in 0.045s
> 
> OK
> Running ./test_patch_days.py with python3
> ...
> ----------------------------------------------------------------------
> Ran 3 tests in 0.002s
> 
> OK
> Running ./test_patch_days.py with python3-coverage
> ...
> ----------------------------------------------------------------------
> Ran 3 tests in 0.003s
> 
> OK
> Running ./test_blacklisted_wrong_origin.py with python3
> DEBUG:root:Checking: postgresql ([<Mock id='139671100893968'>])
> .
> ----------------------------------------------------------------------
> Ran 1 test in 0.002s
> 
> OK
> Running ./test_blacklisted_wrong_origin.py with python3-coverage
> DEBUG:root:Checking: postgresql ([<Mock id='139815844693008'>])
> .
> ----------------------------------------------------------------------
> Ran 1 test in 0.008s
> 
> OK
> Running ./test_reboot.py with python3
> ...WARNING:root:Found ./reboot-required, rebooting
> WARNING:root:Shutdown msg: some shutdown msg
> .WARNING:root:Found ./reboot-required, rebooting
> WARNING:root:Shutdown msg: some shutdown msg
> .WARNING:root:Found ./reboot-required, rebooting
> WARNING:root:Shutdown msg: some shutdown msg
> .WARNING:root:Found ./reboot-required, but not rebooting because {'user'} is 
> logged in.
> .
> ----------------------------------------------------------------------
> Ran 7 tests in 0.007s
> 
> OK
> Running ./test_reboot.py with python3-coverage
> ...WARNING:root:Found ./reboot-required, rebooting
> WARNING:root:Shutdown msg: some shutdown msg
> .WARNING:root:Found ./reboot-required, rebooting
> WARNING:root:Shutdown msg: some shutdown msg
> .WARNING:root:Found ./reboot-required, rebooting
> WARNING:root:Shutdown msg: some shutdown msg
> .WARNING:root:Found ./reboot-required, but not rebooting because {'user'} is 
> logged in.
> .
> ----------------------------------------------------------------------
> Ran 7 tests in 0.008s
> 
> OK
> Running ./test_substitute.py with python3
> ..
> ----------------------------------------------------------------------
> Ran 2 tests in 0.000s
> 
> OK
> Running ./test_substitute.py with python3-coverage
> ..
> ----------------------------------------------------------------------
> Ran 2 tests in 0.001s
> 
> OK
> Running ./test_pep8.py with python3
> .
> ----------------------------------------------------------------------
> Ran 1 test in 0.766s
> 
> OK
> Running ./test_pep8.py with python3-coverage
> .
> ----------------------------------------------------------------------
> Ran 1 test in 0.762s
> 
> OK
> Running ./test_motd.py with python3
> .
> ----------------------------------------------------------------------
> Ran 1 test in 0.001s
> 
> OK
> Running ./test_motd.py with python3-coverage
> .
> ----------------------------------------------------------------------
> Ran 1 test in 0.001s
> 
> OK
> Running ./test_pep484.py with python3
> s
> ----------------------------------------------------------------------
> Ran 1 test in 0.000s
> 
> OK (skipped=1)
> Running ./test_pep484.py with python3-coverage
> s
> ----------------------------------------------------------------------
> Ran 1 test in 0.000s
> 
> OK (skipped=1)
> Running ./test_log_install_progress.py with python3
> .
> ----------------------------------------------------------------------
> Ran 1 test in 0.001s
> 
> OK
> Running ./test_log_install_progress.py with python3-coverage
> .
> ----------------------------------------------------------------------
> Ran 1 test in 0.002s
> 
> OK
> Running ./test_rewind.py with python3
> INFO:root:Allowed origins are: o=Ubuntu,a=lucid-security
> INFO:root:Initial blacklist: ant-doc
> INFO:root:Initial whitelist (not strict): 
> DEBUG:root:Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.rewind/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=894 ID:0> 
> with -32768 pin
> DEBUG:root:Applying pinning: PkgFilePin(id=0, priority=-32768)
> DEBUG:root:Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.rewind/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=894 ID:0>
> DEBUG:root:Applying pinning: PkgPin(pkg='/^ant-doc/', priority=-32768)
> DEBUG:root:APT::VersionedKernelPackages is not set
> DEBUG:root:adjusting candidate version: test-package=2.0
> DEBUG:root:adjusting candidate version: test2-package=2.0
> DEBUG:root:falling back to adjusting test2-package's dependencies
> DEBUG:root:falling back to adjusting z-package's dependencies
> DEBUG:root:sanity check failed for: set() : no package is selected to be 
> upgraded or installed
> .
> ----------------------------------------------------------------------
> Ran 1 test in 0.048s
> 
> OK
> Running ./test_rewind.py with python3-coverage
> INFO:root:Allowed origins are: o=Ubuntu,a=lucid-security
> INFO:root:Initial blacklist: ant-doc
> INFO:root:Initial whitelist (not strict): 
> DEBUG:root:Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.rewind/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=894 ID:0> 
> with -32768 pin
> DEBUG:root:Applying pinning: PkgFilePin(id=0, priority=-32768)
> DEBUG:root:Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.rewind/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=894 ID:0>
> DEBUG:root:Applying pinning: PkgPin(pkg='/^ant-doc/', priority=-32768)
> DEBUG:root:APT::VersionedKernelPackages is not set
> DEBUG:root:adjusting candidate version: test-package=2.0
> DEBUG:root:adjusting candidate version: test2-package=2.0
> DEBUG:root:falling back to adjusting test2-package's dependencies
> DEBUG:root:falling back to adjusting z-package's dependencies
> DEBUG:root:sanity check failed for: set() : no package is selected to be 
> upgraded or installed
> .
> ----------------------------------------------------------------------
> Ran 1 test in 0.045s
> 
> OK
> Running ./test_remove_unused.py with python3
> Starting unattended upgrades script
> Allowed origins are: o=Ubuntu,a=lucid-security
> Initial blacklist: 
> Initial whitelist (not strict): 
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> APT::VersionedKernelPackages is not set
> Checking: test-package ([<Origin component:'main' archive:'lucid-security' 
> origin:'Ubuntu' label:'Ubuntu' site:'archive.ubuntu.com' isTrusted:True>])
> pkgs that look like they should be upgraded: test-package
> 
> Fetched 0 B in 0s (0 B/s)                                                     
>   
> fetch.run() result: 0
> <apt_pkg.AcquireItem object:Status: 2 Complete: 1 Local: 1 IsTrusted: 1 
> FileSize: 624 
> DestFile:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/cache/apt/archives/test-package_2.0_all.deb'
>  DescURI: 'http://archive.ubuntu.com/ubuntu/test-package_2.0_all.deb' ID:0 
> ErrorText: ''>
> check_conffile_prompt(/<<PKGBUILDDIR>>/test/root.unused-deps/var/cache/apt/archives/test-package_2.0_all.deb)
> found pkg: test-package
> conffile /etc/configuration-file in missing on the system
> Packages blacklist due to conffile prompts: []
> Packages that will be upgraded: test-package
> Writing dpkg log to 
> ./root.unused-deps/var/log/unattended-upgrades/unattended-upgrades-dpkg.log
> applying set ['test-package']
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> left to upgrade set()
> All upgrades installed
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1538: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=10 mode='w' encoding='UTF-8'>
>   pkg_install_success = upgrade_in_minimal_steps(
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1538: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=8 mode='r' encoding='UTF-8'>
>   pkg_install_success = upgrade_in_minimal_steps(
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> marking any-old-unused-modules for removal
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=10 mode='w' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=8 mode='r' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> marking linux-image-4.05.0-1021-kvm for removal
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=10 mode='w' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=8 mode='r' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> marking test-package-dependency for removal
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=10 mode='w' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=8 mode='r' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> marking old-unused-dependency for removal
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=10 mode='w' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=8 mode='r' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> Packages that were successfully auto-removed: any-old-unused-modules 
> linux-image-4.05.0-1021-kvm old-unused-dependency test-package-dependency
> Packages that are kept back: 
> InstCount=0 DelCount=0 BrokenCount=0
> Extracting content from 
> ./root.unused-deps/var/log/unattended-upgrades/unattended-upgrades-dpkg.log 
> since 2023-12-11 21:47:20
> .Starting unattended upgrades script
> Allowed origins are: o=Ubuntu,a=lucid-security
> Initial blacklist: 
> Initial whitelist (not strict): 
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> Using 
> (^linux-image-[1-9][0-9]*\.[0-9]+\.[0-9]+-[0-9]+(-.+)?$|^.*-modules-[1-9][0-9]*\.[0-9]+\.[0-9]+-[0-9]+(-.+)?$|^linux-headers-[1-9][0-9]*\.[0-9]+\.[0-9]+-[0-9]+(-.+)?$)
>  regexp to find kernel packages
> Using 
> (^linux-image-6\.1\.0\-13\-cloud\-amd64$|^linux-image-6\.1\.0\-13$|^.*-modules-6\.1\.0\-13\-cloud\-amd64$|^.*-modules-6\.1\.0\-13$|^linux-headers-6\.1\.0\-13\-cloud\-amd64$|^linux-headers-6\.1\.0\-13$)
>  regexp to find running kernel packages
> Checking: test-package ([<Origin component:'main' archive:'lucid-security' 
> origin:'Ubuntu' label:'Ubuntu' site:'archive.ubuntu.com' isTrusted:True>])
> pkgs that look like they should be upgraded: test-package
> 
> Fetched 0 B in 0s (0 B/s)                                                     
>   
> fetch.run() result: 0
> <apt_pkg.AcquireItem object:Status: 2 Complete: 1 Local: 1 IsTrusted: 1 
> FileSize: 624 
> DestFile:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/cache/apt/archives/test-package_2.0_all.deb'
>  DescURI: 'http://archive.ubuntu.com/ubuntu/test-package_2.0_all.deb' ID:0 
> ErrorText: ''>
> check_conffile_prompt(/<<PKGBUILDDIR>>/test/root.unused-deps/var/cache/apt/archives/test-package_2.0_all.deb)
> found pkg: test-package
> conffile /etc/configuration-file in missing on the system
> Packages blacklist due to conffile prompts: []
> Removing unused kernel packages: linux-image-4.05.0-1021-kvm
> marking linux-image-4.05.0-1021-kvm for removal
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=11 mode='w' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=8 mode='r' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> Packages that were successfully auto-removed: linux-image-4.05.0-1021-kvm
> Packages that are kept back: 
> Packages that will be upgraded: test-package
> Writing dpkg log to 
> ./root.unused-deps/var/log/unattended-upgrades/unattended-upgrades-dpkg.log
> applying set ['test-package']
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> left to upgrade set()
> All upgrades installed
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1538: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=11 mode='w' encoding='UTF-8'>
>   pkg_install_success = upgrade_in_minimal_steps(
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1538: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=8 mode='r' encoding='UTF-8'>
>   pkg_install_success = upgrade_in_minimal_steps(
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> marking test-package-dependency for removal
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=11 mode='w' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=8 mode='r' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> Packages that were successfully auto-removed: test-package-dependency
> Packages that are kept back: 
> InstCount=0 DelCount=0 BrokenCount=0
> Extracting content from 
> ./root.unused-deps/var/log/unattended-upgrades/unattended-upgrades-dpkg.log 
> since 2023-12-11 21:47:22
> .Allowed origins are: o=Ubuntu,a=lucid-security, o=Ubuntu,a=lucid-security
> Initial blacklist: 
> Initial whitelist (not strict): 
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> Using 
> (^linux-image-[1-9][0-9]*\.[0-9]+\.[0-9]+-[0-9]+(-.+)?$|^.*-modules-[1-9][0-9]*\.[0-9]+\.[0-9]+-[0-9]+(-.+)?$|^linux-headers-[1-9][0-9]*\.[0-9]+\.[0-9]+-[0-9]+(-.+)?$)
>  regexp to find kernel packages
> Using 
> (^linux-image-6\.1\.0\-13\-cloud\-amd64$|^linux-image-6\.1\.0\-13$|^.*-modules-6\.1\.0\-13\-cloud\-amd64$|^.*-modules-6\.1\.0\-13$|^linux-headers-6\.1\.0\-13\-cloud\-amd64$|^linux-headers-6\.1\.0\-13$)
>  regexp to find running kernel packages
> {'any-old-unused-modules', 'linux-image-4.05.0-1021-kvm', 
> 'old-unused-dependency'}
> Keeping auto-removable test-package-dependency package(s) because it would 
> also remove the following packages which should be kept in this step: 
> old-unused-dependency
> The following packages are marked for installation or upgrade which is not 
> allowed when performing autoremovals: forbidden-dependency
> .
> ----------------------------------------------------------------------
> Ran 3 tests in 3.585s
> 
> OK
> Running ./test_remove_unused.py with python3-coverage
> Starting unattended upgrades script
> Allowed origins are: o=Ubuntu,a=lucid-security
> Initial blacklist: 
> Initial whitelist (not strict): 
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> APT::VersionedKernelPackages is not set
> Checking: test-package ([<Origin component:'main' archive:'lucid-security' 
> origin:'Ubuntu' label:'Ubuntu' site:'archive.ubuntu.com' isTrusted:True>])
> pkgs that look like they should be upgraded: test-package
> 
> Fetched 0 B in 0s (0 B/s)                                                     
>   
> fetch.run() result: 0
> <apt_pkg.AcquireItem object:Status: 2 Complete: 1 Local: 1 IsTrusted: 1 
> FileSize: 624 
> DestFile:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/cache/apt/archives/test-package_2.0_all.deb'
>  DescURI: 'http://archive.ubuntu.com/ubuntu/test-package_2.0_all.deb' ID:0 
> ErrorText: ''>
> check_conffile_prompt(/<<PKGBUILDDIR>>/test/root.unused-deps/var/cache/apt/archives/test-package_2.0_all.deb)
> found pkg: test-package
> conffile /etc/configuration-file in missing on the system
> Packages blacklist due to conffile prompts: []
> Packages that will be upgraded: test-package
> Writing dpkg log to 
> ./root.unused-deps/var/log/unattended-upgrades/unattended-upgrades-dpkg.log
> applying set ['test-package']
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> left to upgrade set()
> All upgrades installed
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1538: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=10 mode='w' encoding='UTF-8'>
>   pkg_install_success = upgrade_in_minimal_steps(
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1538: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=8 mode='r' encoding='UTF-8'>
>   pkg_install_success = upgrade_in_minimal_steps(
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> marking linux-image-4.05.0-1021-kvm for removal
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=10 mode='w' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=8 mode='r' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> marking any-old-unused-modules for removal
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=10 mode='w' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=8 mode='r' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> marking old-unused-dependency for removal
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=10 mode='w' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=8 mode='r' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> marking test-package-dependency for removal
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=10 mode='w' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=8 mode='r' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> Packages that were successfully auto-removed: any-old-unused-modules 
> linux-image-4.05.0-1021-kvm old-unused-dependency test-package-dependency
> Packages that are kept back: 
> InstCount=0 DelCount=0 BrokenCount=0
> Extracting content from 
> ./root.unused-deps/var/log/unattended-upgrades/unattended-upgrades-dpkg.log 
> since 2023-12-11 21:47:24
> .Starting unattended upgrades script
> Allowed origins are: o=Ubuntu,a=lucid-security
> Initial blacklist: 
> Initial whitelist (not strict): 
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> Using 
> (^linux-image-[1-9][0-9]*\.[0-9]+\.[0-9]+-[0-9]+(-.+)?$|^.*-modules-[1-9][0-9]*\.[0-9]+\.[0-9]+-[0-9]+(-.+)?$|^linux-headers-[1-9][0-9]*\.[0-9]+\.[0-9]+-[0-9]+(-.+)?$)
>  regexp to find kernel packages
> Using 
> (^linux-image-6\.1\.0\-13\-cloud\-amd64$|^linux-image-6\.1\.0\-13$|^.*-modules-6\.1\.0\-13\-cloud\-amd64$|^.*-modules-6\.1\.0\-13$|^linux-headers-6\.1\.0\-13\-cloud\-amd64$|^linux-headers-6\.1\.0\-13$)
>  regexp to find running kernel packages
> Checking: test-package ([<Origin component:'main' archive:'lucid-security' 
> origin:'Ubuntu' label:'Ubuntu' site:'archive.ubuntu.com' isTrusted:True>])
> pkgs that look like they should be upgraded: test-package
> 
> Fetched 0 B in 0s (0 B/s)                                                     
>   
> fetch.run() result: 0
> <apt_pkg.AcquireItem object:Status: 2 Complete: 1 Local: 1 IsTrusted: 1 
> FileSize: 624 
> DestFile:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/cache/apt/archives/test-package_2.0_all.deb'
>  DescURI: 'http://archive.ubuntu.com/ubuntu/test-package_2.0_all.deb' ID:0 
> ErrorText: ''>
> check_conffile_prompt(/<<PKGBUILDDIR>>/test/root.unused-deps/var/cache/apt/archives/test-package_2.0_all.deb)
> found pkg: test-package
> conffile /etc/configuration-file in missing on the system
> Packages blacklist due to conffile prompts: []
> Removing unused kernel packages: linux-image-4.05.0-1021-kvm
> marking linux-image-4.05.0-1021-kvm for removal
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=10 mode='w' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=8 mode='r' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> Packages that were successfully auto-removed: linux-image-4.05.0-1021-kvm
> Packages that are kept back: 
> Packages that will be upgraded: test-package
> Writing dpkg log to 
> ./root.unused-deps/var/log/unattended-upgrades/unattended-upgrades-dpkg.log
> applying set ['test-package']
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> left to upgrade set()
> All upgrades installed
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1538: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=10 mode='w' encoding='UTF-8'>
>   pkg_install_success = upgrade_in_minimal_steps(
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1538: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=8 mode='r' encoding='UTF-8'>
>   pkg_install_success = upgrade_in_minimal_steps(
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> marking test-package-dependency for removal
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=10 mode='w' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /<<PKGBUILDDIR>>/test/unattended_upgrade.py:1883: ResourceWarning: unclosed 
> file <_io.TextIOWrapper name=8 mode='r' encoding='UTF-8'>
>   res, error = cache_commit(cache, logfile_dpkg, verbose)
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> Packages that were successfully auto-removed: test-package-dependency
> Packages that are kept back: 
> InstCount=0 DelCount=0 BrokenCount=0
> Extracting content from 
> ./root.unused-deps/var/log/unattended-upgrades/unattended-upgrades-dpkg.log 
> since 2023-12-11 21:47:26
> .Allowed origins are: o=Ubuntu,a=lucid-security, o=Ubuntu,a=lucid-security
> Initial blacklist: 
> Initial whitelist (not strict): 
> Marking not allowed <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0> 
> with -32768 pin
> Applying pinning: PkgFilePin(id=0, priority=-32768)
> Applying pin -32768 to package_file: <apt_pkg.PackageFile object: 
> filename:'/<<PKGBUILDDIR>>/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-updates_main_binary-amd64_Packages'
>   a=lucid-updates,c=main,v=10.04,o=Ubuntu,l=Ubuntu arch='amd64' 
> site='archive.ubuntu.com' IndexType='Debian Package Index' Size=106 ID:0>
> Using 
> (^linux-image-[1-9][0-9]*\.[0-9]+\.[0-9]+-[0-9]+(-.+)?$|^.*-modules-[1-9][0-9]*\.[0-9]+\.[0-9]+-[0-9]+(-.+)?$|^linux-headers-[1-9][0-9]*\.[0-9]+\.[0-9]+-[0-9]+(-.+)?$)
>  regexp to find kernel packages
> Using 
> (^linux-image-6\.1\.0\-13\-cloud\-amd64$|^linux-image-6\.1\.0\-13$|^.*-modules-6\.1\.0\-13\-cloud\-amd64$|^.*-modules-6\.1\.0\-13$|^linux-headers-6\.1\.0\-13\-cloud\-amd64$|^linux-headers-6\.1\.0\-13$)
>  regexp to find running kernel packages
> {'linux-image-4.05.0-1021-kvm', 'any-old-unused-modules', 
> 'old-unused-dependency'}
> Keeping auto-removable test-package-dependency package(s) because it would 
> also remove the following packages which should be kept in this step: 
> old-unused-dependency
> The following packages are marked for installation or upgrade which is not 
> allowed when performing autoremovals: forbidden-dependency
> .
> ----------------------------------------------------------------------
> Ran 3 tests in 3.705s
> 
> OK
> Running ./test_pyflakes.py with python3
> /<<PKGBUILDDIR>>/test/./../test/test_regression.py:19:1: 'typing.List' 
> imported but unused
> /<<PKGBUILDDIR>>/test/./../test/test_origin_pattern.py:18:1: 'typing.List' 
> imported but unused
> F
> ======================================================================
> FAIL: test_pyflakes_clean (__main__.TestPyflakesClean.test_pyflakes_clean)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/test/./test_pyflakes.py", line 16, in 
> test_pyflakes_clean
>     self.assertEqual(subprocess.call(["pyflakes3", ] + targets), 0)
> AssertionError: 1 != 0
> 
> ----------------------------------------------------------------------
> Ran 1 test in 0.452s
> 
> FAILED (failures=1)
> make[2]: *** [Makefile:9: check] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/unattended-upgrades_2.9.1+nmu3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&fusertaguser=lu...@debian.org&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: unattended-upgrades
Source-Version: 2.9.1+nmu4
Done: Stefano Rivera <stefa...@debian.org>

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

Debian distribution maintenance software
pp.
Stefano Rivera <stefa...@debian.org> (supplier of updated unattended-upgrades 
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: Mon, 22 Jan 2024 16:11:59 -0400
Source: unattended-upgrades
Architecture: source
Version: 2.9.1+nmu4
Distribution: unstable
Urgency: medium
Maintainer: Michael Vogt <m...@debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 1058172
Changes:
 unattended-upgrades (2.9.1+nmu4) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Don't run pyflakes, it dropped support for type comments.
     (Closes: #1058172)
Checksums-Sha1:
 c4d8259655fbd922a2f7d260450adb06d7eb8041 1308 
unattended-upgrades_2.9.1+nmu4.dsc
 9a43bb51a977f727bbc4ee9d49a64647ac6aec16 125412 
unattended-upgrades_2.9.1+nmu4.tar.xz
 13a12736fb9e791c49bff78f3b5db19faf32d4c3 6418 
unattended-upgrades_2.9.1+nmu4_source.buildinfo
Checksums-Sha256:
 6ceff03a04e288c1ee4e8994057e809f840fbe3ab5838bb129bf2c027a2dc3c2 1308 
unattended-upgrades_2.9.1+nmu4.dsc
 5c90b6fd48c548fbb761d24c7653d32c12248c4ef6d276599e48b716efd85a86 125412 
unattended-upgrades_2.9.1+nmu4.tar.xz
 233e13ec44e5614d1dbb26df2b2dc14ec6a6d0e06291ddd5c29ae1714b1bc5b6 6418 
unattended-upgrades_2.9.1+nmu4_source.buildinfo
Files:
 881026407a0782ba6000b8e81aaa997b 1308 admin optional 
unattended-upgrades_2.9.1+nmu4.dsc
 2ccbf2db182662505a10b4119caefb67 125412 admin optional 
unattended-upgrades_2.9.1+nmu4.tar.xz
 4f18e4a733411878557b1d83c9a0e815 6418 admin optional 
unattended-upgrades_2.9.1+nmu4_source.buildinfo

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

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCZa7YNxQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2L2PAQC0kYLiUyBLaDk8AD88ZqHFpXcntATE
b9Lf/vNpWvy/DgEA3p3IUMSNg9JKv9M1FPUaOk6djapEmxKZ4pYCAZcKFQ8=
=+HjE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to