Your message dated Fri, 24 Oct 2025 14:38:21 +0000
with message-id <[email protected]>
and subject line Bug#1117424: fixed in python-os-testr 3.0.0-5
has caused the Debian Bug report #1117424,
regarding python-os-testr: FTBFS: FAIL:
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_return_code_normal_run
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.)
--
1117424: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117424
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-os-testr
Version: 3.0.0-4
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202510/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:python-os-testr, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh clean --buildsystem=pybuild --with python3,sphinxdoc
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
rm -rf build .stestr *.egg-info
find . -iname '*.pyc' -delete
for i in $(find . -type d -iname __pycache__) ; do rm -rf $i ; done
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
debian/rules binary
[... snipped ...]
copying build/lib/os_testr/subunit_trace.py ->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr/__init__.py
to __init__.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr/tests/__init__.py
to __init__.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr/tests/files/__init__.py
to __init__.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr/tests/base.py
to base.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr/tests/utils/__init__.py
to __init__.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr/tests/utils/test_colorizer.py
to test_colorizer.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr/tests/test_subunit2html.py
to test_subunit2html.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr/tests/test_subunit_trace.py
to test_subunit_trace.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr/utils/__init__.py
to __init__.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr/utils/colorizer.py
to colorizer.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr/subunit2html.py
to subunit2html.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr/generate_subunit.py
to generate_subunit.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr/subunit_trace.py
to subunit_trace.cpython-313.pyc
running install_egg_info
Copying os_testr.egg-info to
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr-3.0.0.egg-info
Skipping SOURCES.txt
running install_scripts
Installing generate-subunit script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
Installing subunit-trace script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
Installing subunit2html script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
+ pwd
+ rm -rf /<<PKGBUILDDIR>>/debian/python*/usr/lib/python*/dist-packages/*.pth
+ pwd
+ rm -rf /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python*/dist-packages/*.pth
export PATH=$PATH:/<<PKGBUILDDIR>>/debian/tmp/usr/bin ; pkgos-dh_auto_test
--no-py2
+ PKGOS_TEST_PARALLEL=yes
+ PKGOS_TEST_SERIAL=no
+ PYTHONS=disabled
+ PYTHON3S=disabled
+ TEST_PARALLEL_OPT=--parallel
+ TEST_SERIAL_OPT=
+ echo WARNING: --no-py2 is deprecated, and always on.
WARNING: --no-py2 is deprecated, and always on.
+ shift
+ py3versions -vr
+ PYTHON3S=3.13
+ [ yes = no ]
+ [ no = yes ]
+ [ 3.13 = disabled ]
+ echo 3.13
+ cut -d. -f1
+ PYMAJOR=3
+ echo ===> Testing with python (python3)
===> Testing with python (python3)
+ pwd
+ [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
+ [ -z ]
+ pwd
+ echo Implicitly adding
PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
Implicitly adding
PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
+ pwd
+ export PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
+ [ -e .stestr.conf ]
+ [ -x /usr/bin/python3-stestr ]
+ STESTR=stestr
+ rm -rf .stestr
+ PYTHON=python3.13 stestr run --parallel --subunit
+ subunit2pyunit
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_get_durating_1
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_get_durating_1 ... ok
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_get_durating_2
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_get_durating_2 ... ok
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_get_durating_3
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_get_durating_3 ... ok
os_testr.tests.test_subunit2html.TestSubunit2html.test_class_parsing_1_RemotedTestCase
os_testr.tests.test_subunit2html.TestSubunit2html.test_class_parsing_1_RemotedTestCase
... ok
os_testr.tests.test_subunit2html.TestSubunit2html.test_class_parsing_2_PlaceHolder
os_testr.tests.test_subunit2html.TestSubunit2html.test_class_parsing_2_PlaceHolder
... ok
os_testr.tests.test_subunit2html.TestSubunit2html.test_generate_report_with_no_ascii_characters_1_RemotedTestCase
os_testr.tests.test_subunit2html.TestSubunit2html.test_generate_report_with_no_ascii_characters_1_RemotedTestCase
... ok
os_testr.tests.test_subunit2html.TestSubunit2html.test_generate_report_with_no_ascii_characters_2_PlaceHolder
os_testr.tests.test_subunit2html.TestSubunit2html.test_generate_report_with_no_ascii_characters_2_PlaceHolder
... ok
os_testr.tests.test_subunit2html.TestSubunit2html.test_result_sorting_1_RemotedTestCase
os_testr.tests.test_subunit2html.TestSubunit2html.test_result_sorting_1_RemotedTestCase
... ok
os_testr.tests.test_subunit2html.TestSubunit2html.test_result_sorting_2_PlaceHolder
os_testr.tests.test_subunit2html.TestSubunit2html.test_result_sorting_2_PlaceHolder
... ok
os_testr.tests.utils.test_colorizer.TestAnsiColorizer.test_supported_error_1_None
os_testr.tests.utils.test_colorizer.TestAnsiColorizer.test_supported_error_1_None
... ok
os_testr.tests.utils.test_colorizer.TestAnsiColorizer.test_supported_error_2_foo
os_testr.tests.utils.test_colorizer.TestAnsiColorizer.test_supported_error_2_foo
... ok
os_testr.tests.utils.test_colorizer.TestAnsiColorizer.test_supported_false
os_testr.tests.utils.test_colorizer.TestAnsiColorizer.test_supported_false ...
ok
os_testr.tests.utils.test_colorizer.TestAnsiColorizer.test_write_string_invalid_color_1___foo___None_
os_testr.tests.utils.test_colorizer.TestAnsiColorizer.test_write_string_invalid_color_1___foo___None_
... ok
os_testr.tests.utils.test_colorizer.TestAnsiColorizer.test_write_string_invalid_color_2___foo____invalid_color__
os_testr.tests.utils.test_colorizer.TestAnsiColorizer.test_write_string_invalid_color_2___foo____invalid_color__
... ok
os_testr.tests.utils.test_colorizer.TestAnsiColorizer.test_write_string_valid_color_1___foo____red____31__
os_testr.tests.utils.test_colorizer.TestAnsiColorizer.test_write_string_valid_color_1___foo____red____31__
... ok
os_testr.tests.utils.test_colorizer.TestAnsiColorizer.test_write_string_valid_color_2___foo____blue____34__
os_testr.tests.utils.test_colorizer.TestAnsiColorizer.test_write_string_valid_color_2___foo____blue____34__
... ok
example.path.to.test1.method (subunit.RemotedTestCase)
example.path.to.test1.method
example.path.to.test2.method (subunit.RemotedTestCase)
example.path.to.test4.method (subunit.RemotedTestCase)
example.path.to.test6.method (subunit.RemotedTestCase)
example.path.to.test2.method
example.path.to.test4.method
example.path.to.test6.method
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/debian/tmp/usr/bin/subunit-trace", line 10, in <module>
sys.exit(main())
~~~~^^
File
"/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr/subunit_trace.py",
line 396, in main
exit(trace(sys.stdin, sys.stdout, args.print_failures, args.failonly,
~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
args.enable_diff, args.abbreviate, args.color, args.post_fails,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
args.no_summary))
^^^^^^^^^^^^^^^^
File
"/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr/subunit_trace.py",
line 367, in trace
cat = subunit.test_results.CatFiles(stdout)
^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'subunit' has no attribute 'test_results'. Did you mean:
'testresult'?
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_return_code_all_skips
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_return_code_all_skips
... ok
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/debian/tmp/usr/bin/subunit-trace", line 10, in <module>
sys.exit(main())
~~~~^^
File
"/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr/subunit_trace.py",
line 396, in main
exit(trace(sys.stdin, sys.stdout, args.print_failures, args.failonly,
~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
args.enable_diff, args.abbreviate, args.color, args.post_fails,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
args.no_summary))
^^^^^^^^^^^^^^^^
File
"/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/os_testr/subunit_trace.py",
line 367, in trace
cat = subunit.test_results.CatFiles(stdout)
^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'subunit' has no attribute 'test_results'. Did you mean:
'testresult'?
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_return_code_normal_run
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_return_code_normal_run
... FAIL
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_run_time_1
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_run_time_1 ... ok
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_run_time_2
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_run_time_2 ... ok
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_run_time_3
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_run_time_3 ... ok
os_testr.tests.utils.test_colorizer.TestNullColorizer.test_supported_always_true_1_None
os_testr.tests.utils.test_colorizer.TestNullColorizer.test_supported_always_true_1_None
... ok
os_testr.tests.utils.test_colorizer.TestNullColorizer.test_supported_always_true_2_foo
os_testr.tests.utils.test_colorizer.TestNullColorizer.test_supported_always_true_2_foo
... ok
os_testr.tests.utils.test_colorizer.TestNullColorizer.test_supported_always_true_3
os_testr.tests.utils.test_colorizer.TestNullColorizer.test_supported_always_true_3
... ok
os_testr.tests.utils.test_colorizer.TestNullColorizer.test_write_none_exception_1__None___red__
os_testr.tests.utils.test_colorizer.TestNullColorizer.test_write_none_exception_1__None___red__
... ok
os_testr.tests.utils.test_colorizer.TestNullColorizer.test_write_none_exception_2__None__None_
os_testr.tests.utils.test_colorizer.TestNullColorizer.test_write_none_exception_2__None__None_
... ok
os_testr.tests.utils.test_colorizer.TestNullColorizer.test_write_string_ignore_color_1___foo____red__
os_testr.tests.utils.test_colorizer.TestNullColorizer.test_write_string_ignore_color_1___foo____red__
... ok
os_testr.tests.utils.test_colorizer.TestNullColorizer.test_write_string_ignore_color_2___foo____bar__
os_testr.tests.utils.test_colorizer.TestNullColorizer.test_write_string_ignore_color_2___foo____bar__
... ok
======================================================================
FAIL:
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_return_code_normal_run
os_testr.tests.test_subunit_trace.TestSubunitTrace.test_return_code_normal_run
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/os_testr/tests/test_subunit_trace.py", line 84, in
test_return_code_normal_run
self.assertEqual(0, p.returncode)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in
assertEqual
self.assertThat(observed, matcher, message)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in
assertThat
raise mismatch_error
testtools.matchers._impl.MismatchError: 0 != 1
----------------------------------------------------------------------
Ran 28 tests in 0.532s
FAILED (failures=1)
+ echo ======> STESTR TEST SUITE FAILED FOR python3.13: displaying pip3 freeze
output...
======> STESTR TEST SUITE FAILED FOR python3.13: displaying pip3 freeze
output...
+ [ -x /usr/bin/pip3 ]
+ pip3 freeze
WARNING: The directory '/sbuild-nonexistent/.cache/pip' or its parent directory
is not owned or is not writable by the current user. The cache has been
disabled. Check the permissions and owner of that directory. If executing pip
with sudo, you should use sudo's -H flag.
alabaster==0.7.16
autocommand==2.2.2
autopage==0.4.0
babel==2.17.0
bcrypt==4.3.0
blinker==1.9.0
CacheControl==0.14.3
cairocffi==1.7.1
CairoSVG==2.8.2
certifi==2025.1.31
cffi==2.0.0
chardet==5.2.0
charset-normalizer==3.4.3
cliff==4.11.0
cmd2==2.5.11+ds
coverage==7.8.2
cryptography==44.0.2
cssselect2==0.8.0
ddt==1.7.2
debtcollector==3.0.0
decorator==5.2.1
defusedxml==0.7.1
deprecation==2.1.0
docutils==0.21.2
dogpile.cache==1.3.3
dulwich==0.24.2
fixtures==4.2.5
flake8==7.1.1
hacking==4.1.0
idna==3.10
imagesize==1.4.1
inflect==7.5.0
iso8601==2.1.0
jaraco.context==6.0.1
jaraco.functools==4.1.0
jaraco.text==4.0.0
Jinja2==3.1.6
jmespath==1.0.1
jsonpatch==1.32
jsonpointer==2.4
keystoneauth1==5.12.0
lxml==6.0.2
Mako==1.3.10.dev0
MarkupSafe==3.0.2
mccabe==0.7.0
more-itertools==10.8.0
msgpack==1.0.3
oauthlib==3.3.1
openstackdocstheme==3.2.0
openstacksdk==4.7.1
os-client-config==2.3.0
os-service-types==1.8.0
os-testr==3.0.0
oslotest==5.0.1
packaging==25.0
pbr==7.0.1
pillow==11.3.0
platformdirs==4.4.0
ply==3.11
prettytable==3.16.0
psutil==7.1.0
pycodestyle==2.12.1
pycparser==2.23
pyflakes==3.2.0
Pygments==2.18.0
PyJWT==2.10.1
pyperclip==1.11.0
python-subunit==1.4.4
PyYAML==6.0.2
requests==2.32.5
requestsexceptions==1.4.0
roman==5.1
roman-numerals-py==3.1.0
setuptools==78.1.1
six==1.17.0
snowballstemmer==3.0.1
Sphinx==8.2.3
sphinxcontrib-svg2pdfconverter==1.3.0
stestr==4.2.0
stevedore==5.5.0
testscenarios==0.5.0
testtools==2.7.2
tinycss2==1.4.0
tomlkit==0.13.2
typeguard==4.4.4
typing_extensions==4.15.0
urllib3==2.5.0
voluptuous==0.15.2
wcwidth==0.2.13
webencodings==0.5.1
wheel==0.46.1
wrapt==1.17.3
xcffib==1.5.0
zipp==3.23.0
+ exit 1
make[1]: *** [debian/rules:22: override_dh_auto_install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: python-os-testr
Source-Version: 3.0.0-5
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-os-testr, 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.
Thomas Goirand <[email protected]> (supplier of updated python-os-testr 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: Fri, 24 Oct 2025 16:01:06 +0200
Source: python-os-testr
Architecture: source
Version: 3.0.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1117424
Changes:
python-os-testr (3.0.0-5) unstable; urgency=medium
.
* Add fix-compat-with-subunit.patch (Closes: #1117424).
Checksums-Sha1:
568249a0fd53233453231bf138fdd9c77d0b2a7d 2523 python-os-testr_3.0.0-5.dsc
7ab0a341e58f6edd292924d59e7a97749d66e0eb 5476
python-os-testr_3.0.0-5.debian.tar.xz
f0ae2e7ee2bb18f45260d2f924cea1515eaf2389 15832
python-os-testr_3.0.0-5_amd64.buildinfo
Checksums-Sha256:
2fe7c128a745bade2889548da93aa3da3d9679ea80ccfaa64fbae6a2a07100e1 2523
python-os-testr_3.0.0-5.dsc
10597fe9310fe5c8126cd670a05eaafa085a5d34806349fb698ba8b0c65fb849 5476
python-os-testr_3.0.0-5.debian.tar.xz
5c53850f535bb951f8ddfff97b61d923b8242054a10c52c4eb32db24f350294a 15832
python-os-testr_3.0.0-5_amd64.buildinfo
Files:
8303a19698467dfdde67ee45568e36ba 2523 python optional
python-os-testr_3.0.0-5.dsc
2715b550e51ae8ee53704069a23b5393 5476 python optional
python-os-testr_3.0.0-5.debian.tar.xz
7622f37d1961182818ce683c55e560fe 15832 python optional
python-os-testr_3.0.0-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmj7iScACgkQ1BatFaxr
Q/5NMxAAoaL7dDYI6gmoEzfpFTCDeYYKgTT8nTfKIHmyqd+/aK+N2NmMfJkiNjj5
RePHBvMYBK9w7mGo8kpf9w4HChWU3fE3BUQiaNuKlBukVoZTwkOlO4v/UAHm56Lf
oKCGjY1fs+VCSi/HH0HoKvx9/6tIhLZb3QG2SbI4rs9ZZipRwfUE0zzDfwYIk9n1
ZZ2C3vA7EjSq17JE5V5GrU2WM7Q1yyUhTTzCyv2AJHvop+/aVD/3Eb/iEETawj/O
L7hpN441lPnbW/kzam/3Vxle7eRDE4aFK1aW7LR7SpAFt4cbV6wkkZfCLPFp3Z/X
Gp7dhqYJS8XllpoB1NVPJMGWU5dlkTABpuRTHZ7SyYik14dnAsXRcqboJKCZAUpI
/Hbv4PvoY6xJUdeXTmglybrCXwZFDJcCVW+AGh46Flij4RHpwx95QIbP90YNk3B3
JGFurqh2Ucd1YPJmanPdVy9Cs1im1UDT11hus0CvZ5/ETx9c0D1KTBHKpgYjG/26
CHoJcAO//LNQ5sFxNjURQPvCW1FTIcNd4+3+XlhQurQPmkJXB/6vpsEPxVDJtuh6
JO0sUn7BrIV7QRK2OM3+Q4FRdods6xzzMUnaRJX4ByFsAN3toX8n8oLdjs5Rpilf
tRkdjbPFS7/vYIfk0+RIGZeTEt81nkeSaxaIR8YIo19su9XI6sk=
=VBGS
-----END PGP SIGNATURE-----
pgpenxLKidCxR.pgp
Description: PGP signature
--- End Message ---