Your message dated Wed, 01 Oct 2025 12:05:49 +0000
with message-id <[email protected]>
and subject line Bug#1115134: fixed in python-ewoksppf 1.3.0-1
has caused the Debian Bug report #1115134,
regarding python-ewoksppf: FTBFS: E       assert 'Execution fa...ndlerTest.py!' 
== "Task 'Python... Test' failed"
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.)


-- 
1115134: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1115134
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-ewoksppf
Version: 1.2.0-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

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 could not 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-ewoksppf, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

[... snipped ...]

        succeeded = "task1", "task2", "task3"
        assert result["_ppfdict"]["succeeded"] == succeeded
        assert "WorkflowExceptionInstance" not in result["_ppfdict"]
    
        inputs = [
            {"name": "succeeded", "value": tuple()},
            {"name": "raise_on_names", "value": ("task3",)},
        ]
        result = execute_graph(workflow(), inputs=inputs, raise_on_error=False)
        succeeded = "task1", "task2", "subtask1", "subtask2", "subtask3"
        assert result["_ppfdict"]["succeeded"] == succeeded
        errorMessage = str(result["_ppfdict"]["WorkflowExceptionInstance"])
>       assert errorMessage == "Task 'task3' failed"
E       assert 'Execution fa...n name: task3' == "Task 'task3' failed"
E         
E         - Task 'task3' failed
E         + Execution failed for ewoks task 'task3' (id: 'task3', task: 
'ewoksppf.tests.test_ppf_workflow24.task3'): raise on name: task3

ewoksppf/tests/test_ppf_workflow24.py:175: AssertionError
------------------------------ Captured log call -------------------------------
ERROR    pypushflow:PythonActor.py:197 [workflow] [<EwoksPythonActor> task3] 
Error in python actor 'task3'!
 Not running down stream actors ['Stop']
 Exception:Execution failed for ewoks task 'task3' (id: 'task3', task: 
'ewoksppf.tests.test_ppf_workflow24.task3'): raise on name: task3
concurrent.futures.process._RemoteTraceback: 
"""
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/ewokscore/task.py", line 612, in execute
    self.run()
    ~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/ewokscore/ppftasks.py", line 36, in run
    result = method(**method_kwargs)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow24.py",
 line 21, in task3
    return myfunc(name="task3", **kw)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow24.py",
 line 7, in myfunc
    raise RuntimeError(f"raise on name: {name}")
RuntimeError: raise on name: task3

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3.13/concurrent/futures/process.py", line 254, in 
_process_worker
    r = call_item.fn(*call_item.args, **call_item.kwargs)
  File 
"/usr/lib/python3/dist-packages/pypushflow/concurrent/interrupt/process.py", 
line 14, in task_main
    return fn(*args, **kwargs)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ewoksppf/ppfrunscript.py", line 
29, in run
    task.execute()
    ~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/ewokscore/task.py", line 620, in execute
    self._raise_task_error(
    ~~~~~~~~~~~~~~~~~~~~~~^
        "Execution failed", str(e), RuntimeError, cause=e
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/ewokscore/task.py", line 573, in 
_raise_task_error
    raise exc_class(err_msg) from cause
RuntimeError: Execution failed for ewoks task 'task3' (id: 'task3', task: 
'ewoksppf.tests.test_ppf_workflow24.task3'): raise on name: task3
"""

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pypushflow/concurrent/process.py", line 
78, in cb
    result = future.result()
  File "/usr/lib/python3.13/concurrent/futures/_base.py", line 449, in result
    return self.__get_result()
           ~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/concurrent/futures/_base.py", line 401, in 
__get_result
    raise self._exception
RuntimeError: Execution failed for ewoks task 'task3' (id: 'task3', task: 
'ewoksppf.tests.test_ppf_workflow24.task3'): raise on name: task3
________________________________ test_workflow2 ________________________________

ppf_log_config = None
tmpdir = local('/tmp/pytest-of-buildd/pytest-0/test_workflow21')

    def test_workflow2(ppf_log_config, tmpdir):
        varinfo = {"root_uri": str(tmpdir)}
        graph, expected = workflow2()
        result = execute_graph(graph, varinfo=varinfo, raise_on_error=False)
        assert_execute_graph_default_result(graph, result, expected, 
varinfo=varinfo)
        err_msg = "Task 'Python Error Handler Test' failed"
>       assert str(result["WorkflowExceptionInstance"]) == err_msg
E       assert 'Execution fa...ndlerTest.py!' == "Task 'Python... Test' failed"
E         
E         - Task 'Python Error Handler Test' failed
E         + Execution failed for ewoks task 'Python Error Handler Test' (id: 
'Python Error Handler Test', task: 
'ewoksppf.tests.test_ppf_actors.pythonErrorHandlerTest.run'): Runtime error in 
pythonErrorHandlerTest.py!

tests/test_ppf_workflow2.py:35: AssertionError
------------------------------ Captured log call -------------------------------
ERROR    pypushflow:PythonActor.py:197 [workflow2] [<EwoksPythonActor> Python 
Error Handler Test] Error in python actor 'Python Error Handler Test'!
 Not running down stream actors ['Stop']
 Exception:Execution failed for ewoks task 'Python Error Handler Test' (id: 
'Python Error Handler Test', task: 
'ewoksppf.tests.test_ppf_actors.pythonErrorHandlerTest.run'): Runtime error in 
pythonErrorHandlerTest.py!
concurrent.futures.process._RemoteTraceback: 
"""
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/ewokscore/task.py", line 612, in execute
    self.run()
    ~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/ewokscore/ppftasks.py", line 36, in run
    result = method(**method_kwargs)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_actors/pythonErrorHandlerTest.py",
 line 4, in run
    raise RuntimeError("Runtime error in pythonErrorHandlerTest.py!")
RuntimeError: Runtime error in pythonErrorHandlerTest.py!

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3.13/concurrent/futures/process.py", line 254, in 
_process_worker
    r = call_item.fn(*call_item.args, **call_item.kwargs)
  File 
"/usr/lib/python3/dist-packages/pypushflow/concurrent/interrupt/process.py", 
line 14, in task_main
    return fn(*args, **kwargs)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ewoksppf/ppfrunscript.py", line 
29, in run
    task.execute()
    ~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/ewokscore/task.py", line 620, in execute
    self._raise_task_error(
    ~~~~~~~~~~~~~~~~~~~~~~^
        "Execution failed", str(e), RuntimeError, cause=e
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/ewokscore/task.py", line 573, in 
_raise_task_error
    raise exc_class(err_msg) from cause
RuntimeError: Execution failed for ewoks task 'Python Error Handler Test' (id: 
'Python Error Handler Test', task: 
'ewoksppf.tests.test_ppf_actors.pythonErrorHandlerTest.run'): Runtime error in 
pythonErrorHandlerTest.py!
"""

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pypushflow/concurrent/process.py", line 
78, in cb
    result = future.result()
  File "/usr/lib/python3.13/concurrent/futures/_base.py", line 449, in result
    return self.__get_result()
           ~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/concurrent/futures/_base.py", line 401, in 
__get_result
    raise self._exception
RuntimeError: Execution failed for ewoks task 'Python Error Handler Test' (id: 
'Python Error Handler Test', task: 
'ewoksppf.tests.test_ppf_actors.pythonErrorHandlerTest.run'): Runtime error in 
pythonErrorHandlerTest.py!
_____________________________ test_ppf_workflow24 ______________________________

ppf_log_config = None

    def test_ppf_workflow24(ppf_log_config):
        """test default error handlers"""
    
        inputs = [
            {"name": "succeeded", "value": tuple()},
            {"name": "raise_on_names", "value": tuple()},
        ]
        result = execute_graph(workflow(), inputs=inputs, raise_on_error=False)
        succeeded = "task1", "task2", "task3"
        assert result["_ppfdict"]["succeeded"] == succeeded
        assert "WorkflowExceptionInstance" not in result["_ppfdict"]
    
        inputs = [
            {"name": "succeeded", "value": tuple()},
            {"name": "raise_on_names", "value": ("task3",)},
        ]
        result = execute_graph(workflow(), inputs=inputs, raise_on_error=False)
        succeeded = "task1", "task2", "subtask1", "subtask2", "subtask3"
        assert result["_ppfdict"]["succeeded"] == succeeded
        errorMessage = str(result["_ppfdict"]["WorkflowExceptionInstance"])
>       assert errorMessage == "Task 'task3' failed"
E       assert 'Execution fa...n name: task3' == "Task 'task3' failed"
E         
E         - Task 'task3' failed
E         + Execution failed for ewoks task 'task3' (id: 'task3', task: 
'tests.test_ppf_workflow24.task3'): raise on name: task3

tests/test_ppf_workflow24.py:175: AssertionError
------------------------------ Captured log call -------------------------------
ERROR    pypushflow:PythonActor.py:197 [workflow] [<EwoksPythonActor> task3] 
Error in python actor 'task3'!
 Not running down stream actors ['Stop']
 Exception:Execution failed for ewoks task 'task3' (id: 'task3', task: 
'tests.test_ppf_workflow24.task3'): raise on name: task3
concurrent.futures.process._RemoteTraceback: 
"""
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/ewokscore/task.py", line 612, in execute
    self.run()
    ~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/ewokscore/ppftasks.py", line 36, in run
    result = method(**method_kwargs)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_ppf_workflow24.py", 
line 21, in task3
    return myfunc(name="task3", **kw)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_ppf_workflow24.py", 
line 7, in myfunc
    raise RuntimeError(f"raise on name: {name}")
RuntimeError: raise on name: task3

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3.13/concurrent/futures/process.py", line 254, in 
_process_worker
    r = call_item.fn(*call_item.args, **call_item.kwargs)
  File 
"/usr/lib/python3/dist-packages/pypushflow/concurrent/interrupt/process.py", 
line 14, in task_main
    return fn(*args, **kwargs)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/ewoksppf/ppfrunscript.py", line 
29, in run
    task.execute()
    ~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/ewokscore/task.py", line 620, in execute
    self._raise_task_error(
    ~~~~~~~~~~~~~~~~~~~~~~^
        "Execution failed", str(e), RuntimeError, cause=e
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/ewokscore/task.py", line 573, in 
_raise_task_error
    raise exc_class(err_msg) from cause
RuntimeError: Execution failed for ewoks task 'task3' (id: 'task3', task: 
'tests.test_ppf_workflow24.task3'): raise on name: task3
"""

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pypushflow/concurrent/process.py", line 
78, in cb
    result = future.result()
  File "/usr/lib/python3.13/concurrent/futures/_base.py", line 449, in result
    return self.__get_result()
           ~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/concurrent/futures/_base.py", line 401, in 
__get_result
    raise self._exception
RuntimeError: Execution failed for ewoks task 'task3' (id: 'task3', task: 
'tests.test_ppf_workflow24.task3'): raise on name: task3
=============================== warnings summary ===============================
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_examples.py: 102 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_end.py: 8 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow10.py: 34 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow11.py: 9 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow12.py: 5 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow13.py: 9 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow14.py: 7 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow15.py: 9 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow16.py: 9 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow17.py: 8 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow18.py: 5 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow19.py: 8 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow20.py: 2 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow21.py: 24 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow22.py: 6 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow24.py: 7 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow3.py: 2 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow6.py: 5 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow7.py: 2 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow8.py: 2 warnings
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_ppf_workflow9.py: 1 warning
.pybuild/cpython3_3.13/build/ewoksppf/tests/test_workflow_events.py: 3 warnings
.pybuild/cpython3_3.13/build/tests/test_examples.py: 102 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_end.py: 8 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow10.py: 34 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow11.py: 9 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow12.py: 5 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow13.py: 9 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow14.py: 7 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow15.py: 9 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow16.py: 9 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow17.py: 8 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow18.py: 5 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow19.py: 8 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow20.py: 2 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow21.py: 24 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow22.py: 6 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow24.py: 7 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow3.py: 2 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow6.py: 5 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow7.py: 2 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow8.py: 2 warnings
.pybuild/cpython3_3.13/build/tests/test_ppf_workflow9.py: 1 warning
.pybuild/cpython3_3.13/build/tests/test_workflow_events.py: 3 warnings
  /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: 
This process (pid=13297) is multi-threaded, use of fork() may lead to deadlocks 
in the child.
    self.pid = os.fork()

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED ewoksppf/tests/test_ppf_workflow2.py::test_workflow2 - assert 'Executi...
FAILED ewoksppf/tests/test_ppf_workflow24.py::test_ppf_workflow24 - assert 'E...
FAILED tests/test_ppf_workflow2.py::test_workflow2 - assert 'Execution fa...n...
FAILED tests/test_ppf_workflow24.py::test_ppf_workflow24 - assert 'Execution ...
============ 4 failed, 98 passed, 8 skipped, 534 warnings in 7.79s =============
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest 
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-ewoksppf
Source-Version: 1.3.0-1
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-ewoksppf, 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.
Colin Watson <[email protected]> (supplier of updated python-ewoksppf 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: Wed, 01 Oct 2025 12:37:48 +0100
Source: python-ewoksppf
Architecture: source
Version: 1.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1115134
Changes:
 python-ewoksppf (1.3.0-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release:
     - ewokscore task error message changed (closes: #1115134).
   * Explicitly build-depend on python3-setuptools.
Checksums-Sha1:
 088cb6039158aa9cc4a8ac976048c83d4542bff2 2410 python-ewoksppf_1.3.0-1.dsc
 cfe9cab7ebd77e99e334283de3e21c12b99b3848 18212 
python-ewoksppf_1.3.0.orig.tar.xz
 8ae5e6348775ea94ed03d19fd40da00fba1646cc 2196 
python-ewoksppf_1.3.0-1.debian.tar.xz
Checksums-Sha256:
 c3e7b64902c8a1cff08f305edbfe604e45b6841ff82b68a4e932e21b00f6d0a9 2410 
python-ewoksppf_1.3.0-1.dsc
 7193f837a37381fb2736e046eb136b95f9c0e11602dba5e115c749a913255829 18212 
python-ewoksppf_1.3.0.orig.tar.xz
 dc0cb655bcbdd040bc4a2d5943087e60e1c2df4080689cd0654b3485993d5373 2196 
python-ewoksppf_1.3.0-1.debian.tar.xz
Files:
 ac023caf7dbb2f195c5a7b3a6a490258 2410 python optional 
python-ewoksppf_1.3.0-1.dsc
 1fb2c21929170f8afc90dafb650335e7 18212 python optional 
python-ewoksppf_1.3.0.orig.tar.xz
 e1f93a7d4f96ab618db2d294e40615b7 2196 python optional 
python-ewoksppf_1.3.0-1.debian.tar.xz

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

iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmjdE5QACgkQOTWH2X2G
UAsVthAAo5Sguit4J83a3K1TaHi3EaKxRfR5R3CCklneLeata3In+hgz0WJ3abYt
UuSqqbnPSvpkuwcZYyMqgzdWyKN+3DYqO46a4yALG9bOyq2vpehSpjTv0xm9nkZD
tzgqnF5R/R8Dgct7sLUIMj9bEGkf66A4vQNUbIn7h+e1FPhHTxq5H/iU8Q/TBsN3
lY41pQRAKe3klK+gufLUcpu5cH8LQWqAJarooKw8kCPhskGnw7HeS6M81I2l+ZPo
5U5N/sveJmQO5pr6eDi2sAfHqoNStov9Ra76ovSZaIejvldVVCTGRp7s3efl/DZc
7ayqz0ceORfWh4iZYIM5VexmM4rN2heUU4f98CdsmdwiZB82FGMRwgwmMsGuRkMj
LEPKhDe3ZPPzT4bIFy7aRKxe2wY2S21cCk+1JTNFmyLKs0hMALlsjwJbvpHWEpX7
DcawcZDneojqEiv6tYS4HkHlSfV+L+OJZW+39kH53t4xwjJbIB0DdwEMlHDKuWcq
Fwb0JkVbdNzt7827UKrX4urqCJsoZumKx9wd1vcw0Jg0aHN7FAO0M8WCvlCuwrHi
rlrccauJGa+3bL6c5aDKLoD6/CPPWuytk9H1BMrpXa/wbcEVsRUjvbFkapKGkPf2
nIc8VRam8mfrB1bC9lpaDaGzAS6OmgBMqrAFnjXGc5Z1Pr30eew=
=muC7
-----END PGP SIGNATURE-----

Attachment: pgpRKjyMmYnu8.pgp
Description: PGP signature


--- End Message ---

Reply via email to