Your message dated Mon, 08 Nov 2021 13:48:28 +0000
with message-id <[email protected]>
and subject line Bug#998591: fixed in bdebstrap 0.3.0-1
has caused the Debian Bug report #998591,
regarding bdebstrap: FTBFS: dh_auto_test: error: pybuild --test -i 
python{version} -p 3.9 returned exit code 13
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.)


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

Hi,

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


Relevant part (hopefully):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package bdebstrap
> dpkg-buildpackage: info: source version 0.2.0-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Benjamin Drung <[email protected]>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean --buildsystem pybuild --with python3
>    dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:232: python3.9 setup.py clean 
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build' (and everything under 
> it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.9' does not exist -- can't clean it
>    dh_autoreconf_clean -O--buildsystem=pybuild
>    dh_clean -O--buildsystem=pybuild
>  dpkg-source -b .
> dpkg-source: warning: cannot import key in 
> bdebstrap-0.2.0/debian/upstream/signing-key.asc since GnuPG is not installed
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building bdebstrap using existing 
> ./bdebstrap_0.2.0.orig.tar.xz
> dpkg-source: info: building bdebstrap using existing 
> ./bdebstrap_0.2.0.orig.tar.xz.asc
> gpgv: Signature made Tue Jun  8 13:30:13 2021 UTC
> gpgv:                using RSA key E7FAB70B3950275E6DA30975DD8CD5A5DE8C7E7A
> gpgv: Can't check signature: No public key
> dpkg-source: warning: failed to verify signature on 
> ./bdebstrap_0.2.0.orig.tar.xz.asc
> dpkg-source: info: building bdebstrap in bdebstrap_0.2.0-1.debian.tar.xz
> dpkg-source: info: building bdebstrap in bdebstrap_0.2.0-1.dsc
>  debian/rules binary
> dh binary --buildsystem pybuild --with python3
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:232: python3.9 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:232: /usr/bin/python3 setup.py build 
> running build
> running doc
> running command: pandoc -s -t man bdebstrap.1.md -o bdebstrap.1
> running build_scripts
> creating build
> creating build/scripts-3.9
> copying and adjusting bdebstrap -> build/scripts-3.9
> changing mode of build/scripts-3.9/bdebstrap from 644 to 755
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:232: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build; 
> python3.9 -m unittest discover -v -s /<<PKGBUILDDIR>>
> test_black (tests.test_black.BlackTestCase)
> Test: Run black code formatter on Python source code. ... Running following 
> command:
> black --check --diff -l 99 /<<PKGBUILDDIR>>/bdebstrap tests 
> /<<PKGBUILDDIR>>/setup.py
> ok
> test_debug (tests.test_config.TestArguments)
> Test --debug argument parsing. ... ok
> test_empty_args (tests.test_config.TestArguments)
> Test setting arguments to empty strings. ... 
> /usr/lib/python3.9/unittest/case.py:1132: DeprecationWarning: 
> assertDictContainsSubset is deprecated
>   warnings.warn('assertDictContainsSubset is deprecated',
> ok
> test_malformed_env (tests.test_config.TestArguments)
> Test malformed --env parameter (missing equal sign). ... usage: python3.9 -m 
> unittest [-h] [-c CONFIG] [-n NAME] [-e ENV] [-s]
>                              [-b OUTPUT_BASE_DIR] [-o OUTPUT] [-q] [-v]
>                              [--debug] [-f] [-t TMPDIR]
>                              [--variant 
> {extract,custom,essential,apt,required,minbase,buildd,important,debootstrap,-,standard}]
>                              [--mode 
> {auto,sudo,root,unshare,fakeroot,fakechroot,proot,chrootless}]
>                              [--aptopt APTOPT] [--keyring KEYRING]
>                              [--dpkgopt DPKGOPT] [--hostname HOSTNAME]
>                              [--install-recommends] [--packages PACKAGES]
>                              [--components COMPONENTS]
>                              [--architectures ARCHITECTURES]
>                              [--setup-hook COMMAND] [--essential-hook COMMAND]
>                              [--customize-hook COMMAND]
>                              [--cleanup-hook COMMAND] [--suite SUITE]
>                              [--target TARGET] [--mirrors MIRRORS]
>                              [suite] [target] [mirrors ...]
> python3.9 -m unittest: error: Failed to parse --env 'invalid'. It needs to be 
> in the format KEY=value.
> ok
> test_mirrors_with_spaces (tests.test_config.TestArguments)
> Test --mirrors with leading/trailing spaces. ... ok
> test_no_args (tests.test_config.TestArguments)
> Test calling bdebstrap without arguments. ... ok
> test_optional_args (tests.test_config.TestArguments)
> Test optional arguments (which also have positional ones). ... ok
> test_parse_env (tests.test_config.TestArguments)
> Test parsing --env parameters. ... ok
> test_positional_args (tests.test_config.TestArguments)
> Test positional arguments (overwriting optional ones). ... ok
> test_split (tests.test_config.TestArguments)
> Test splitting comma and space separated values. ... ok
> test_add_command_line_arguments (tests.test_config.TestConfig)
> Test Config.add_command_line_arguments(). ... ok
> test_check_example (tests.test_config.TestConfig)
> Test example unstable.yaml file. ... ok
> test_commented_packages (tests.test_config.TestConfig)
> Test commented-packages.yaml file. ... ok
> test_config_and_arguments (tests.test_config.TestConfig)
> Test Config.add_command_line_arguments() with config file and arguments. ... 
> ok
> test_env_items (tests.test_config.TestConfig)
> Test environment variables for example unstable.yaml. ... ok
> test_loading (tests.test_config.TestConfig)
> Test loading a YAML configuration file. ... ok
> test_source_date_epoch (tests.test_config.TestConfig)
> Test getting and setting SOURCE_DATE_EPOCH. ... ok
> test_wrong_element_type (tests.test_config.TestConfig)
> Test error message for wrong list element type. ... ok
> test_merge_lists (tests.test_config.TestDictMerge)
> Test merging nested dicts. ... ok
> test_merge_nested_dicts (tests.test_config.TestDictMerge)
> Test merging nested dicts. ... ok
> test_flake8 (tests.test_flake8.Flake8TestCase)
> Test: Run flake8 on Python source code. ... Running following command:
> /usr/bin/python3.9 -m flake8 --max-line-length=99 /<<PKGBUILDDIR>>/bdebstrap 
> tests /<<PKGBUILDDIR>>/setup.py
> ok
> test_clamp (tests.test_helper.TestClampMtime)
> Test clamping the modification time. ... ok
> test_no_source_date_epoch (tests.test_helper.TestClampMtime)
> Test doing nothing if SOURCE_DATE_EPOCH is not set. ... ok
> test_not_clamping (tests.test_helper.TestClampMtime)
> Test not clamping the modification time. ... ok
> test_hours (tests.test_helper.TestDuration)
> Test calling duration_str(7397.447488069534). ... ok
> test_minutes (tests.test_helper.TestDuration)
> Test calling duration_str(421.88086652755737). ... ok
> test_seconds (tests.test_helper.TestDuration)
> Test calling duration_str(3.606104612350464). ... ok
> test_customize_hook (tests.test_helper.TestEscapeCmd)
> Test calling escape_cmd on mmdebstrap customize hook. ... ok
> test_escape (tests.test_helper.TestEscapeCmd)
> Test calling escape_cmd(["dpkg-query", r"-f=${Package}        ${Version} ... 
> ok
> test_simple (tests.test_helper.TestEscapeCmd)
> Test calling escape_cmd(["free"]). ... ok
> test_spaces (tests.test_helper.TestEscapeCmd)
> Test calling escape_cmd(["scp", "source", "a space"]). ... ok
> test_reproducible (tests.test_integration.TestIntegration)
> Test building Debian unstable reproducible. ... skipped 'Needs Internet 
> access. Set environment variable USE_INTERNET to run it.'
> test_isort (tests.test_isort.IsortTestCase)
> Test: Run isort on Python source code. ... Running following command:
> isort --check-only --diff -l 99 /<<PKGBUILDDIR>>/bdebstrap tests 
> /<<PKGBUILDDIR>>/setup.py
> ok
> test_debian_example (tests.test_main.TestMain)
> Test Debian unstable example. ... ok
> test_empty_target (tests.test_main.TestMain)
> Test keeping target empty. ... ok
> test_failed_mmdebstrap (tests.test_main.TestMain)
> Test failure of mmdebstrap call. ... ok
> test_minus_target (tests.test_main.TestMain)
> Test --target=-. ... ok
> test_clamp_mtime (tests.test_mmdebstrap.TestMmdebstrap)
> Test clamping mtime of output files/directories. ... ok
> test_clamp_mtime_permission (tests.test_mmdebstrap.TestMmdebstrap)
> Test permission error when clamping mtime of output files/directories. ... ok
> test_debian_example (tests.test_mmdebstrap.TestMmdebstrap)
> Test Mmdebstrap with Debian unstable config. ... ok
> test_dry_run (tests.test_mmdebstrap.TestMmdebstrap)
> Test Mmdebstrap with dry run set. ... ok
> test_extra_opts (tests.test_mmdebstrap.TestMmdebstrap)
> Test Mmdebstrap with extra options. ... ok
> test_hooks (tests.test_mmdebstrap.TestMmdebstrap)
> Test Mmdebstrap with custom hooks. ... ok
> test_log_level_debug (tests.test_mmdebstrap.TestMmdebstrap)
> Test Mmdebstrap with log level debug. ... ok
> test_log_level_error (tests.test_mmdebstrap.TestMmdebstrap)
> Test Mmdebstrap with log level error. ... ok
> test_log_level_info (tests.test_mmdebstrap.TestMmdebstrap)
> Test Mmdebstrap with log level info. ... ok
> test_log_level_warning (tests.test_mmdebstrap.TestMmdebstrap)
> Test Mmdebstrap with log level warning. ... ok
> test_pylint (tests.test_pylint.PylintTestCase)
> Test: Run pylint on Python source code. ... Running following command:
> /usr/bin/python3.9 -m pylint --rcfile=/<<PKGBUILDDIR>>/tests/pylint.conf -- 
> /<<PKGBUILDDIR>>/bdebstrap tests /<<PKGBUILDDIR>>/setup.py
> FAIL
> 
> ======================================================================
> FAIL: test_pylint (tests.test_pylint.PylintTestCase)
> Test: Run pylint on Python source code.
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_pylint.py", line 76, in test_pylint
>     self.fail("\n".join(msgs))
> AssertionError: pylint found issues:
> ************* Module bdebstrap
> /<<PKGBUILDDIR>>/bdebstrap.py:83:23: C0209: Formatting a regular string which 
> could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:85:23: C0209: Formatting a regular string which 
> could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:87:20: C0209: Formatting a regular string which 
> could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:89:20: C0209: Formatting a regular string which 
> could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:91:20: C0209: Formatting a regular string which 
> could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:94:23: C0209: Formatting a regular string which 
> could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:96:23: C0209: Formatting a regular string which 
> could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:98:23: C0209: Formatting a regular string which 
> could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:100:20: C0209: Formatting a regular string 
> which could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:101:19: C0209: Formatting a regular string 
> which could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:103:20: C0209: Formatting a regular string 
> which could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:105:20: C0209: Formatting a regular string 
> which could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:108:20: C0209: Formatting a regular string 
> which could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:113:16: C0209: Formatting a regular string 
> which could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:118:12: C0209: Formatting a regular string 
> which could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:121:19: C0209: Formatting a regular string 
> which could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:122:19: C0209: Formatting a regular string 
> which could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:166:15: C0209: Formatting a regular string 
> which could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:168:15: C0209: Formatting a regular string 
> which could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:171:11: C0209: Formatting a regular string 
> which could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:444:16: C0209: Formatting a regular string 
> which could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:619:24: C0209: Formatting a regular string 
> which could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:627:32: C0209: Formatting a regular string 
> which could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/bdebstrap.py:640:17: W1514: Using open without explicitly 
> specifying an encoding (unspecified-encoding)
> /<<PKGBUILDDIR>>/bdebstrap.py:686:17: W1514: Using open without explicitly 
> specifying an encoding (unspecified-encoding)
> ************* Module tests.test_black
> tests/test_black.py:36:29: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_black.py:43:22: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_black.py:45:22: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_black.py:37:18: R1732: Consider using 'with' for 
> resource-allocating operations (consider-using-with)
> ************* Module tests.test_main
> tests/test_main.py:30:8: C0209: Formatting a regular string which could be a 
> f-string (consider-using-f-string)
> tests/test_main.py:31:8: C0209: Formatting a regular string which could be a 
> f-string (consider-using-f-string)
> tests/test_main.py:33:8: C0209: Formatting a regular string which could be a 
> f-string (consider-using-f-string)
> tests/test_main.py:34:8: C0209: Formatting a regular string which could be a 
> f-string (consider-using-f-string)
> ************* Module tests.test_pylint
> tests/test_pylint.py:42:29: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_pylint.py:64:20: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_pylint.py:69:28: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_pylint.py:72:20: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_pylint.py:43:18: R1732: Consider using 'with' for 
> resource-allocating operations (consider-using-with)
> ************* Module tests.test_isort
> tests/test_isort.py:36:29: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_isort.py:43:22: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_isort.py:37:18: R1732: Consider using 'with' for 
> resource-allocating operations (consider-using-with)
> ************* Module tests.test_flake8
> tests/test_flake8.py:36:29: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_flake8.py:46:20: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_flake8.py:51:28: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_flake8.py:54:20: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_flake8.py:37:18: R1732: Consider using 'with' for 
> resource-allocating operations (consider-using-with)
> ************* Module setup
> /<<PKGBUILDDIR>>/setup.py:46:26: C0209: Formatting a regular string which 
> could be a f-string (consider-using-f-string)
> /<<PKGBUILDDIR>>/setup.py:64:30: C0209: Formatting a regular string which 
> could be a f-string (consider-using-f-string)
> 
> ----------------------------------------------------------------------
> Ran 48 tests in 6.913s
> 
> FAILED (failures=1, skipped=1)
> E: pybuild pybuild:354: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build; python3.9 -m unittest discover 
> -v -s /<<PKGBUILDDIR>>
> dh_auto_test: error: pybuild --test -i python{version} -p 3.9 returned exit 
> code 13


The full build log is available from:
http://qa-logs.debian.net/2021/11/04/bdebstrap_0.2.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: bdebstrap
Source-Version: 0.3.0-1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
bdebstrap, 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.
Benjamin Drung <[email protected]> (supplier of updated bdebstrap 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: Mon, 08 Nov 2021 14:17:45 +0100
Source: bdebstrap
Built-For-Profiles: noudeb
Architecture: source
Version: 0.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Benjamin Drung <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 998591
Changes:
 bdebstrap (0.3.0-1) unstable; urgency=medium
 .
   * New upstream release:
     - Fix issues found by pylint 2.11.1 (Closes: #998591)
Checksums-Sha1:
 19a705d9ebc0d3f8972ddc1f5effd7fbf48d46e8 2387 bdebstrap_0.3.0-1.dsc
 a15599d674f2d2e26420d78f421e23596712d87f 22032 bdebstrap_0.3.0.orig.tar.xz
 b3f2349926f3d832c3a6210029dabb4224c1795d 833 bdebstrap_0.3.0.orig.tar.xz.asc
 f6e93ef77ad0ae9bfcb1da1a6f608abc6f45db34 10176 bdebstrap_0.3.0-1.debian.tar.xz
 1ffc805d436e7d2a11dab8c046eb8fe17a4cce21 8755 
bdebstrap_0.3.0-1_source.buildinfo
Checksums-Sha256:
 348913df4003cebaa4d5cd5e312bc05ad5b78bde66867fb822f59d80f19cb748 2387 
bdebstrap_0.3.0-1.dsc
 bec001878986c62e700ba065f0fa1c7353aa343a1b11895a1acd0befc5dca924 22032 
bdebstrap_0.3.0.orig.tar.xz
 37c3adace0eb7cfdcb73db4a26ffa9bef4681bb93477df61931bba14686d7d23 833 
bdebstrap_0.3.0.orig.tar.xz.asc
 c1f74f00238ff27f9253a9dde162d83c196720a460d6dd8be68f0d603aed70f9 10176 
bdebstrap_0.3.0-1.debian.tar.xz
 e5f299b73fafc9285008504f23738c7ccc3b16e0010a91d82cce0d3fe8dfe5af 8755 
bdebstrap_0.3.0-1_source.buildinfo
Files:
 62d6649aa78de3d0149457cac3c8b7c1 2387 admin optional bdebstrap_0.3.0-1.dsc
 1278327a48a8f9946f0501978254fece 22032 admin optional 
bdebstrap_0.3.0.orig.tar.xz
 9fb25ac5a40b7cb5efb1ce836f3f8afd 833 admin optional 
bdebstrap_0.3.0.orig.tar.xz.asc
 e4e90722ee7836df565f6b5af0b787e3 10176 admin optional 
bdebstrap_0.3.0-1.debian.tar.xz
 b2e52f7d405669bad2646a0aca8a04c8 8755 admin optional 
bdebstrap_0.3.0-1_source.buildinfo

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

iQIzBAEBCgAdFiEE5/q3CzlQJ15towl13YzVpd6MfnoFAmGJI+YACgkQ3YzVpd6M
fnrVCRAApN319s6BdsdOLEOHG8TUStpl2UvUhqTLIdJ28ON67MCPOhfBd2O14y8f
H2oseQ0wQAGaaeOZVMIsG+RrS26fOSV/cM+4FvWcJJRODpjnj/cMqfabUJpOeeeD
pnyIh5geX+DzDpAWXj3NxnuQz0gY1A1GNAUCkByAr6SXIBZTr3R9XOEfpTS+m/SI
B/qaN7U4gTQgwd16eGq0d8/6En4O3ZCPM7KPhKGKZ+9zkIa+BHMS+uymiq/VjFDi
Dfd/FFUjfLMpqcqtTWYO6THJBi7e91c5FaK786kfXmEUlVVrkFY+oki4MVFj1n7z
nx21y592wyA0DSkiSzHdCL1Wb65C7cy803WaK+nVHoszBV9IZvZ5+jvsKR2Qxg5N
ARDcwfyTd7q4XBfP41cPBXRZS9A2vE2a1aKPF7gH/FaRa3f5qccmhUgtmf0GnedW
ZwlFu9kBVMAmyq99aTZwxujSqAbSGrq+Q1QzCKBljJ7qsu+vW33U3H7rQKCbmhqz
ye0XtRMY7G/Z6IjQc0HtPRIiVyPBFntT5Neu4D+vv7SKen27DJ/16pDSKI45/EXF
xRCX85Ry48UNFKEY8QirMqHgBM7jqgavECfF8Z/l2VxpgM4jQjs/y8Xyxe7GH2Fi
/mRQIQmpBL+0AT6XGGx4qY8lmKZByWuWaJguMgAkAh8DL+a/HqQ=
=nfQJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to