Your message dated Tue, 21 Oct 2025 13:34:41 +0000
with message-id <[email protected]>
and subject line Bug#1117751: fixed in kas 5.0-1
has caused the Debian Bug report #1117751,
regarding kas: FTBFS: E               kas.kasusererror.CommandExecError: 
Command "ssh-agent -s" failed with error 255
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.)


-- 
1117751: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117751
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:kas
Version: 4.8.2-1
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:kas, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild --with bash-completion
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --with python3 --buildsystem=pybuild --with bash-completion
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make -C docs man
make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
Generate kas-container usage documentation

[... snipped ...]

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/kas.py:198: in kas
    plugin.run(args)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/plugins/checkout.py:62: 
in run
    macro.run(ctx, args.skip)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/libcmds.py:116: in run
    if _run_single(cmd[0]) and cmd[1]:
       ^^^^^^^^^^^^^^^^^^^
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/libcmds.py:110: in 
_run_single
    command.execute(ctx)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/libcmds.py:402: in execute
    ssh_setup_agent()
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/libkas.py:395: in 
ssh_setup_agent
    (_, output) = run_cmd(['ssh-agent', '-s'], env=env,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

cmd = ['ssh-agent', '-s']
cwd = 
'/tmp/pytest-of-sbuild/pytest-0/test_ssh_agent_setup_noenv_0/test_ssh_agent_setup'
env = {'LANG': 'en_US.UTF-8', 'LANGUAGE': 'en_US:en', 'LC_ALL': 'en_US.UTF-8', 
'http_proxy': 'http://127.0.0.1:9/', ...}
fail = True, capture_stderr = False

    def run_cmd(cmd, cwd, env=None, fail=True, capture_stderr=False):
        """
            Runs a command synchronously.
        """
        env = env or get_context().environ
        cmdstr = ' '.join(cmd)
        logging.debug('%s$ %s', cwd, cmdstr)
    
        try:
            ret = subprocess_run(cmd, env=env, cwd=cwd, stdout=PIPE, 
stderr=PIPE)
            if ret.returncode and fail:
>               raise CommandExecError(cmd, ret.returncode)
E               kas.kasusererror.CommandExecError: Command "ssh-agent -s" 
failed with error 255

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/libkas.py:196: 
CommandExecError
----------------------------- Captured stdout call -----------------------------
Generating public/private ecdsa key pair.
Your identification has been saved in 
/tmp/pytest-of-sbuild/pytest-0/test_ssh_agent_setup_noenv_0/id_ecdsa_test
Your public key has been saved in 
/tmp/pytest-of-sbuild/pytest-0/test_ssh_agent_setup_noenv_0/id_ecdsa_test.pub
The key fingerprint is:
SHA256:5yIEMuT2S0UUyfUr2r5xP7IkIJHkiIfFeW8GcLGaZYI sbuild@sbuild
The key's randomart image is:
+---[ECDSA 256]---+
| .+o++++.        |
| Bo=o+o  .       |
|E O.Oo.   .      |
| o X ++    .     |
|  o +oo S o      |
|   . + + +       |
|    . o = +      |
|       o *...    |
|        o..o..   |
+----[SHA256]-----+
----------------------------- Captured stderr call -----------------------------
2025-10-10 13:33:28 - INFO     - __main__.py 4.8.2 started
2025-10-10 13:33:28 - INFO     - __main__.py 4.8.2 started
2025-10-10 13:33:28 - ERROR    - Command "ssh-agent -s" failed with error 255
2025-10-10 13:33:28 - ERROR    - Command "ssh-agent -s" failed with error 255
------------------------------ Captured log call -------------------------------
INFO     root:kas.py:184 __main__.py 4.8.2 started
INFO     root:repos.py:306 Using 
/tmp/pytest-of-sbuild/pytest-0/test_ssh_agent_setup_noenv_0/test_ssh_agent_setup
 as root for repository this
INFO     root:shell.py:116 To start the default build, run: bitbake -c build 
core-image-minimal
__________________________ test_ssh_agent_setup[work] __________________________

monkeykas = <_pytest.monkeypatch.MonkeyPatch object at 0x7f0988a98ad0>
tmpdir = local('/tmp/pytest-of-sbuild/pytest-0/test_ssh_agent_setup_work_0')
capsys = <_pytest.capture.CaptureFixture object at 0x7f0988a65bf0>

    @pytest.mark.dirsfromenv
    def test_ssh_agent_setup(monkeykas, tmpdir, capsys):
        conf_dir = str(tmpdir / 'test_ssh_agent_setup')
        shutil.copytree('tests/test_environment_variables', conf_dir)
        monkeykas.chdir(conf_dir)
    
        SSH_AUTH_SOCK = '/tmp/ssh-KLTafE/agent.64708'
    
        with monkeykas.context() as mp:
            envfile = tmpdir / 'env'
            mp.setenv('SSH_AUTH_SOCK', SSH_AUTH_SOCK)
            kas.kas(['shell', '-c', f'env > {envfile}', 'test.yml'])
            env = _get_env_from_file(envfile)
            assert env['SSH_AUTH_SOCK'] == SSH_AUTH_SOCK
    
        with monkeykas.context() as mp:
            mp.setenv('SSH_AUTH_SOCK', SSH_AUTH_SOCK)
            mp.setenv('SSH_PRIVATE_KEY', 'id_rsa')
            with pytest.raises(ArgsCombinationError):
                kas.kas(['checkout', 'test.yml'])
    
        privkey_file = f'{tmpdir}/id_ecdsa_test'
        genkey_cmd = ['ssh-keygen', '-f', privkey_file, '-N', '', '-t', 'ecdsa']
        subprocess.check_call(genkey_cmd)
        # ensure we also get the info messages
        log = kas.logging.getLogger()
        log.setLevel(kas.logging.INFO)
        # flush the captured output
        capsys.readouterr()
        with monkeykas.context() as mp:
            mp.setenv('SSH_PRIVATE_KEY_FILE', privkey_file)
>           kas.kas(['checkout', 'test.yml'])

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/tests/test_environment_variables.py:94:
 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/kas.py:198: in kas
    plugin.run(args)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/plugins/checkout.py:62: 
in run
    macro.run(ctx, args.skip)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/libcmds.py:116: in run
    if _run_single(cmd[0]) and cmd[1]:
       ^^^^^^^^^^^^^^^^^^^
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/libcmds.py:110: in 
_run_single
    command.execute(ctx)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/libcmds.py:402: in execute
    ssh_setup_agent()
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/libkas.py:395: in 
ssh_setup_agent
    (_, output) = run_cmd(['ssh-agent', '-s'], env=env,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

cmd = ['ssh-agent', '-s']
cwd = 
'/tmp/pytest-of-sbuild/pytest-0/test_ssh_agent_setup_work_0/test_ssh_agent_setup'
env = {'LANG': 'en_US.UTF-8', 'LANGUAGE': 'en_US:en', 'LC_ALL': 'en_US.UTF-8', 
'http_proxy': 'http://127.0.0.1:9/', ...}
fail = True, capture_stderr = False

    def run_cmd(cmd, cwd, env=None, fail=True, capture_stderr=False):
        """
            Runs a command synchronously.
        """
        env = env or get_context().environ
        cmdstr = ' '.join(cmd)
        logging.debug('%s$ %s', cwd, cmdstr)
    
        try:
            ret = subprocess_run(cmd, env=env, cwd=cwd, stdout=PIPE, 
stderr=PIPE)
            if ret.returncode and fail:
>               raise CommandExecError(cmd, ret.returncode)
E               kas.kasusererror.CommandExecError: Command "ssh-agent -s" 
failed with error 255

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/libkas.py:196: 
CommandExecError
----------------------------- Captured stdout call -----------------------------
Generating public/private ecdsa key pair.
Your identification has been saved in 
/tmp/pytest-of-sbuild/pytest-0/test_ssh_agent_setup_work_0/id_ecdsa_test
Your public key has been saved in 
/tmp/pytest-of-sbuild/pytest-0/test_ssh_agent_setup_work_0/id_ecdsa_test.pub
The key fingerprint is:
SHA256:gWrcKnduhpQ5GwuME0ph7VtI4H2iSgrU1r5Yyk9AQmg sbuild@sbuild
The key's randomart image is:
+---[ECDSA 256]---+
|.oo              |
|+Eoo.  .         |
|o++*.o. .        |
|o.=+++   .       |
|+* .*=. S        |
|O +o@..          |
|o..*oO.          |
|   o*oo          |
|     +.          |
+----[SHA256]-----+
----------------------------- Captured stderr call -----------------------------
2025-10-10 13:33:28 - INFO     - __main__.py 4.8.2 started
2025-10-10 13:33:28 - INFO     - __main__.py 4.8.2 started
2025-10-10 13:33:28 - ERROR    - Command "ssh-agent -s" failed with error 255
2025-10-10 13:33:28 - ERROR    - Command "ssh-agent -s" failed with error 255
------------------------------ Captured log call -------------------------------
INFO     root:kas.py:184 __main__.py 4.8.2 started
INFO     root:repos.py:306 Using 
/tmp/pytest-of-sbuild/pytest-0/test_ssh_agent_setup_work_0/test_ssh_agent_setup 
as root for repository this
INFO     root:shell.py:116 To start the default build, run: bitbake -c build 
core-image-minimal
_______________________ test_ssh_agent_setup[workbuild] ________________________

monkeykas = <_pytest.monkeypatch.MonkeyPatch object at 0x7f098853a4d0>
tmpdir = local('/tmp/pytest-of-sbuild/pytest-0/test_ssh_agent_setup_workbuild0')
capsys = <_pytest.capture.CaptureFixture object at 0x7f0988552f90>

    @pytest.mark.dirsfromenv
    def test_ssh_agent_setup(monkeykas, tmpdir, capsys):
        conf_dir = str(tmpdir / 'test_ssh_agent_setup')
        shutil.copytree('tests/test_environment_variables', conf_dir)
        monkeykas.chdir(conf_dir)
    
        SSH_AUTH_SOCK = '/tmp/ssh-KLTafE/agent.64708'
    
        with monkeykas.context() as mp:
            envfile = tmpdir / 'env'
            mp.setenv('SSH_AUTH_SOCK', SSH_AUTH_SOCK)
            kas.kas(['shell', '-c', f'env > {envfile}', 'test.yml'])
            env = _get_env_from_file(envfile)
            assert env['SSH_AUTH_SOCK'] == SSH_AUTH_SOCK
    
        with monkeykas.context() as mp:
            mp.setenv('SSH_AUTH_SOCK', SSH_AUTH_SOCK)
            mp.setenv('SSH_PRIVATE_KEY', 'id_rsa')
            with pytest.raises(ArgsCombinationError):
                kas.kas(['checkout', 'test.yml'])
    
        privkey_file = f'{tmpdir}/id_ecdsa_test'
        genkey_cmd = ['ssh-keygen', '-f', privkey_file, '-N', '', '-t', 'ecdsa']
        subprocess.check_call(genkey_cmd)
        # ensure we also get the info messages
        log = kas.logging.getLogger()
        log.setLevel(kas.logging.INFO)
        # flush the captured output
        capsys.readouterr()
        with monkeykas.context() as mp:
            mp.setenv('SSH_PRIVATE_KEY_FILE', privkey_file)
>           kas.kas(['checkout', 'test.yml'])

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/tests/test_environment_variables.py:94:
 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/kas.py:198: in kas
    plugin.run(args)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/plugins/checkout.py:62: 
in run
    macro.run(ctx, args.skip)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/libcmds.py:116: in run
    if _run_single(cmd[0]) and cmd[1]:
       ^^^^^^^^^^^^^^^^^^^
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/libcmds.py:110: in 
_run_single
    command.execute(ctx)
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/libcmds.py:402: in execute
    ssh_setup_agent()
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/libkas.py:395: in 
ssh_setup_agent
    (_, output) = run_cmd(['ssh-agent', '-s'], env=env,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

cmd = ['ssh-agent', '-s']
cwd = 
'/tmp/pytest-of-sbuild/pytest-0/test_ssh_agent_setup_workbuild0/test_ssh_agent_setup'
env = {'LANG': 'en_US.UTF-8', 'LANGUAGE': 'en_US:en', 'LC_ALL': 'en_US.UTF-8', 
'http_proxy': 'http://127.0.0.1:9/', ...}
fail = True, capture_stderr = False

    def run_cmd(cmd, cwd, env=None, fail=True, capture_stderr=False):
        """
            Runs a command synchronously.
        """
        env = env or get_context().environ
        cmdstr = ' '.join(cmd)
        logging.debug('%s$ %s', cwd, cmdstr)
    
        try:
            ret = subprocess_run(cmd, env=env, cwd=cwd, stdout=PIPE, 
stderr=PIPE)
            if ret.returncode and fail:
>               raise CommandExecError(cmd, ret.returncode)
E               kas.kasusererror.CommandExecError: Command "ssh-agent -s" 
failed with error 255

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build/kas/libkas.py:196: 
CommandExecError
----------------------------- Captured stdout call -----------------------------
Generating public/private ecdsa key pair.
Your identification has been saved in 
/tmp/pytest-of-sbuild/pytest-0/test_ssh_agent_setup_workbuild0/id_ecdsa_test
Your public key has been saved in 
/tmp/pytest-of-sbuild/pytest-0/test_ssh_agent_setup_workbuild0/id_ecdsa_test.pub
The key fingerprint is:
SHA256:Zz/XOn+q81VFfs9/oNQlZqXtdOnFz+ySCVw8TSArsWU sbuild@sbuild
The key's randomart image is:
+---[ECDSA 256]---+
|          . E ..+|
|           = + X.|
|          o . O.%|
|           o =.XB|
|        S o + o.O|
|         o o o *o|
|            + = *|
|            .o.+o|
|            .+++o|
+----[SHA256]-----+
----------------------------- Captured stderr call -----------------------------
2025-10-10 13:33:29 - INFO     - __main__.py 4.8.2 started
2025-10-10 13:33:29 - INFO     - __main__.py 4.8.2 started
2025-10-10 13:33:29 - ERROR    - Command "ssh-agent -s" failed with error 255
2025-10-10 13:33:29 - ERROR    - Command "ssh-agent -s" failed with error 255
------------------------------ Captured log call -------------------------------
INFO     root:kas.py:184 __main__.py 4.8.2 started
INFO     root:repos.py:306 Using 
/tmp/pytest-of-sbuild/pytest-0/test_ssh_agent_setup_workbuild0/test_ssh_agent_setup
 as root for repository this
INFO     root:shell.py:116 To start the default build, run: bitbake -c build 
core-image-minimal
=========================== short test summary info ============================
FAILED tests/test_environment_variables.py::test_ssh_agent_setup[noenv] - kas...
FAILED tests/test_environment_variables.py::test_ssh_agent_setup[work] - kas....
FAILED tests/test_environment_variables.py::test_ssh_agent_setup[workbuild]
================= 3 failed, 51 passed, 53 deselected in 24.39s =================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kas/build; python3.13 -m pytest -m "not 
online" -k "not test_menu" -v
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: kas
Source-Version: 5.0-1
Done: Felix Moessbauer <[email protected]>

We believe that the bug you reported is fixed in the latest version of
kas, 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.
Felix Moessbauer <[email protected]> (supplier of updated kas 
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: Tue, 21 Oct 2025 14:47:14 +0200
Source: kas
Architecture: source
Version: 5.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Felix Moessbauer <[email protected]>
Closes: 1117751
Changes:
 kas (5.0-1) unstable; urgency=medium
 .
   * New upstream version 5.0
   * kas: introduce buildtools support
   * kas: Allow branch override
   * kas: Dump output of init-build-env scripts at debug log-level
   * kas: fail on fetch errors, rather than warn and continue
   * kas: only fetch repos on update if commit is not pinned
   * kas: call sudo only once in ISAR mode of clean plugin
   * kas: avoid redundant diff output of filename
   * kas: print commit log on lock update
   * kas-container: Provide images based on both Debian 12 and 13
   * kas-container: allow to select specific image distribution
   * kas-container: add support for KAS_BUILDTOOLS_DIR
   * kas-container: add partial support for run0
   * debian: add missing and new manpages
   * debian: disable ssh-agent test (Closes: #1117751)
Checksums-Sha1:
 3b7690ddfa7d89956fe80b96c44d8fdafccee623 2286 kas_5.0-1.dsc
 de3071f4d794ee5c43a525b94539eff10e6d04dc 113528 kas_5.0.orig.tar.xz
 f432476e90f43548d99e2d53025fd17422019bbc 9344 kas_5.0-1.debian.tar.xz
 da30bfc5c9f6b202bc45775c93f449cf01605817 9970 kas_5.0-1_amd64.buildinfo
Checksums-Sha256:
 71afad43c0532e93a515466c3c81214c60133a43deb54aebc08e24974e77f267 2286 
kas_5.0-1.dsc
 e4bdd5ff5436a2037a84f7ea89e91260b97cbef751d8c8235a9cb67c8db65bc1 113528 
kas_5.0.orig.tar.xz
 6dab9a56a2ca735cdb07ff66b4268fd17fa7239a77c2486c3af9dc2ce12c83df 9344 
kas_5.0-1.debian.tar.xz
 0501c12d18f787f302cdaab8143374a68373b9cf0bb4a7f50a781435165a5be7 9970 
kas_5.0-1_amd64.buildinfo
Files:
 8a69589b3547017de8b491c01433ab37 2286 devel optional kas_5.0-1.dsc
 11dbfe7910b638394b6c14e31c2e159d 113528 devel optional kas_5.0.orig.tar.xz
 0414f78e567067192026af7d9abfe0eb 9344 devel optional kas_5.0-1.debian.tar.xz
 4e68b99827a6ed03ccad427619ce94c9 9970 devel optional kas_5.0-1_amd64.buildinfo

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

iQJRBAEBCgA7FiEEr3P271pTz+MEVp9Q5kijEfZ6UPwFAmj3hSAdHGZlbGl4Lm1v
ZXNzYmF1ZXJAc2llbWVucy5jb20ACgkQ5kijEfZ6UPweohAAhc9vGnBBMWJ/pN18
IfO5m1XA8zpWeZzAM6TDfqLcVrYgk1CLyqiwIHC6rOaw4x1RMtJv9ktWvREucThH
RHEuP0ZdOfDohvrQCA49zqthkX9EW4dma7mKW3J51VutLaGbdmH6RC0Y0TINdvyt
2paPVotUJqkazU998GJCeY6XxxmvBTs6yBF7M14yuKMVFUilQYhQ+qfYdmXucbnY
6IQBVWOwArMlE891QCrq4KmQuCRUCw+ek6mknuXmF8JkoVzoC0MAJIjpiQfUuyW4
9WulJqW5w8JcI2q+REX8qQm+1G7uco5W/AIkyg4J0/zkFd5E6Kztcg8EyN5kxVGt
zK7JNXBAWZ0LD+RjZoatGug81xsSwVuROV54C4rlSz0DmSiZcdclJ1+W2WCmZGa2
cm0c9wNNOHivdKtblqWLyyXdCy+0GkoRgbD0fMRPVhNdYapQvoxPlDHUrSedfTm1
5v0vKQDlieSfsWcKNF63nfLigZkRmCQX7iaSrUpFscYDBHGAgrgA5U9tGyPkufYP
AjuDzZf2ZZdUTM3k72U5TrjQjE0EcQi+UmWWZ7RqCp7pxNdJ6F/LFVFUMjfJ9DiJ
s0tQsmWyO1fLJPJ9KFF1/QqFfJfw6+cxN/UX/E6AtSDneYGdpVZW5u3QV0xkUuBB
eeuLqAzBmDAvgqTCW5hBXYhrDj8=
=pBV5
-----END PGP SIGNATURE-----

Attachment: pgpQNiyPEsucc.pgp
Description: PGP signature


--- End Message ---

Reply via email to