Your message dated Fri, 31 May 2024 15:19:16 +0000
with message-id <[email protected]>
and subject line Bug#1071722: fixed in adios4dolfinx 0.8.1.post0-2
has caused the Debian Bug report #1071722,
regarding adios4dolfinx: FTBFS: failing tests
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.)


-- 
1071722: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071722
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:adios4dolfinx
Version: 0.8.1.post0-1
Severity: serious
Tags: ftbfs

Dear maintainer:

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

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --with python3 --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.12 with "build" 
module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation --wheel 
--outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_adios4dolfinx
* Building wheel...
running bdist_wheel
running build
running build_py
creating build
creating build/lib

[... snipped ...]

    return loop.run_sync(lambda: asyncio.ensure_future(coro))
/usr/lib/python3/dist-packages/tornado/ioloop.py:539: in run_sync
    return future_cell[0].result()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Cluster(cluster_id='1716545123-wyql', profile='default', 
controller=<running>, engine_sets=['1716545124'])>
n = 2, activate = False

    async def start_and_connect(self, n=None, activate=False):
        """Single call to start a cluster and connect a client
If `activate` is given, a blocking DirectView on all engines will be created
        and activated, registering `%px` magics for use in IPython
Example:: rc = await Cluster(engines="mpi").start_and_connect(n=8, activate=True) %px print("hello, world!") Equivalent to:: await self.start_cluster(n)
            client = await self.connect_client()
            await client.wait_for_engines(n, block=False)
.. versionadded:: 7.1 .. versionadded:: 8.1 activate argument.
        """
        if n is None:
            n = self.n
        await self.start_cluster(n=n)
        client = await self.connect_client()
if n is None:
            # number of engines to wait for
            # if not specified, derive current value from EngineSets
            n = sum(engine_set.n for engine_set in self.engines.values())
if n:
          await asyncio.wrap_future(
                client.wait_for_engines(n, block=False, 
timeout=self.engine_timeout)
            )
E           ipyparallel.error.EngineError: Engine set stopped: {'exit_code': 1, 
'pid': 68323, 'identifier': 'ipengine-1716545123-wyql-1716545124-64152'}

/usr/lib/python3/dist-packages/ipyparallel/cluster/cluster.py:759: EngineError
___ ERROR at setup of test_read_write_3D_vector_non_simplex[4-NCF-True-True] ___

    @pytest.fixture(scope="module")
    def cluster():
        cluster = ipp.Cluster(engine_launcher_class="mpi", n=2)
      rc = cluster.start_and_connect_sync()

tests/conftest.py:15:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3/dist-packages/ipyparallel/_async.py:73: in _synchronize
    return _asyncio_run(async_f(*args, **kwargs))
/usr/lib/python3/dist-packages/ipyparallel/_async.py:19: in _asyncio_run
    return loop.run_sync(lambda: asyncio.ensure_future(coro))
/usr/lib/python3/dist-packages/tornado/ioloop.py:539: in run_sync
    return future_cell[0].result()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Cluster(cluster_id='1716545123-wyql', profile='default', 
controller=<running>, engine_sets=['1716545124'])>
n = 2, activate = False

    async def start_and_connect(self, n=None, activate=False):
        """Single call to start a cluster and connect a client
If `activate` is given, a blocking DirectView on all engines will be created
        and activated, registering `%px` magics for use in IPython
Example:: rc = await Cluster(engines="mpi").start_and_connect(n=8, activate=True) %px print("hello, world!") Equivalent to:: await self.start_cluster(n)
            client = await self.connect_client()
            await client.wait_for_engines(n, block=False)
.. versionadded:: 7.1 .. versionadded:: 8.1 activate argument.
        """
        if n is None:
            n = self.n
        await self.start_cluster(n=n)
        client = await self.connect_client()
if n is None:
            # number of engines to wait for
            # if not specified, derive current value from EngineSets
            n = sum(engine_set.n for engine_set in self.engines.values())
if n:
          await asyncio.wrap_future(
                client.wait_for_engines(n, block=False, 
timeout=self.engine_timeout)
            )
E           ipyparallel.error.EngineError: Engine set stopped: {'exit_code': 1, 
'pid': 68323, 'identifier': 'ipengine-1716545123-wyql-1716545124-64152'}

/usr/lib/python3/dist-packages/ipyparallel/cluster/cluster.py:759: EngineError
__ ERROR at setup of test_read_write_3D_vector_non_simplex[4-NCF-True-False] ___

    @pytest.fixture(scope="module")
    def cluster():
        cluster = ipp.Cluster(engine_launcher_class="mpi", n=2)
      rc = cluster.start_and_connect_sync()

tests/conftest.py:15:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3/dist-packages/ipyparallel/_async.py:73: in _synchronize
    return _asyncio_run(async_f(*args, **kwargs))
/usr/lib/python3/dist-packages/ipyparallel/_async.py:19: in _asyncio_run
    return loop.run_sync(lambda: asyncio.ensure_future(coro))
/usr/lib/python3/dist-packages/tornado/ioloop.py:539: in run_sync
    return future_cell[0].result()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Cluster(cluster_id='1716545123-wyql', profile='default', 
controller=<running>, engine_sets=['1716545124'])>
n = 2, activate = False

    async def start_and_connect(self, n=None, activate=False):
        """Single call to start a cluster and connect a client
If `activate` is given, a blocking DirectView on all engines will be created
        and activated, registering `%px` magics for use in IPython
Example:: rc = await Cluster(engines="mpi").start_and_connect(n=8, activate=True) %px print("hello, world!") Equivalent to:: await self.start_cluster(n)
            client = await self.connect_client()
            await client.wait_for_engines(n, block=False)
.. versionadded:: 7.1 .. versionadded:: 8.1 activate argument.
        """
        if n is None:
            n = self.n
        await self.start_cluster(n=n)
        client = await self.connect_client()
if n is None:
            # number of engines to wait for
            # if not specified, derive current value from EngineSets
            n = sum(engine_set.n for engine_set in self.engines.values())
if n:
          await asyncio.wrap_future(
                client.wait_for_engines(n, block=False, 
timeout=self.engine_timeout)
            )
E           ipyparallel.error.EngineError: Engine set stopped: {'exit_code': 1, 
'pid': 68323, 'identifier': 'ipengine-1716545123-wyql-1716545124-64152'}

/usr/lib/python3/dist-packages/ipyparallel/cluster/cluster.py:759: EngineError
__ ERROR at setup of test_read_write_3D_vector_non_simplex[4-NCF-False-True] ___

    @pytest.fixture(scope="module")
    def cluster():
        cluster = ipp.Cluster(engine_launcher_class="mpi", n=2)
      rc = cluster.start_and_connect_sync()

tests/conftest.py:15:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3/dist-packages/ipyparallel/_async.py:73: in _synchronize
    return _asyncio_run(async_f(*args, **kwargs))
/usr/lib/python3/dist-packages/ipyparallel/_async.py:19: in _asyncio_run
    return loop.run_sync(lambda: asyncio.ensure_future(coro))
/usr/lib/python3/dist-packages/tornado/ioloop.py:539: in run_sync
    return future_cell[0].result()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Cluster(cluster_id='1716545123-wyql', profile='default', 
controller=<running>, engine_sets=['1716545124'])>
n = 2, activate = False

    async def start_and_connect(self, n=None, activate=False):
        """Single call to start a cluster and connect a client
If `activate` is given, a blocking DirectView on all engines will be created
        and activated, registering `%px` magics for use in IPython
Example:: rc = await Cluster(engines="mpi").start_and_connect(n=8, activate=True) %px print("hello, world!") Equivalent to:: await self.start_cluster(n)
            client = await self.connect_client()
            await client.wait_for_engines(n, block=False)
.. versionadded:: 7.1 .. versionadded:: 8.1 activate argument.
        """
        if n is None:
            n = self.n
        await self.start_cluster(n=n)
        client = await self.connect_client()
if n is None:
            # number of engines to wait for
            # if not specified, derive current value from EngineSets
            n = sum(engine_set.n for engine_set in self.engines.values())
if n:
          await asyncio.wrap_future(
                client.wait_for_engines(n, block=False, 
timeout=self.engine_timeout)
            )
E           ipyparallel.error.EngineError: Engine set stopped: {'exit_code': 1, 
'pid': 68323, 'identifier': 'ipengine-1716545123-wyql-1716545124-64152'}

/usr/lib/python3/dist-packages/ipyparallel/cluster/cluster.py:759: EngineError
__ ERROR at setup of test_read_write_3D_vector_non_simplex[4-NCF-False-False] __

    @pytest.fixture(scope="module")
    def cluster():
        cluster = ipp.Cluster(engine_launcher_class="mpi", n=2)
      rc = cluster.start_and_connect_sync()

tests/conftest.py:15:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3/dist-packages/ipyparallel/_async.py:73: in _synchronize
    return _asyncio_run(async_f(*args, **kwargs))
/usr/lib/python3/dist-packages/ipyparallel/_async.py:19: in _asyncio_run
    return loop.run_sync(lambda: asyncio.ensure_future(coro))
/usr/lib/python3/dist-packages/tornado/ioloop.py:539: in run_sync
    return future_cell[0].result()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <Cluster(cluster_id='1716545123-wyql', profile='default', 
controller=<running>, engine_sets=['1716545124'])>
n = 2, activate = False

    async def start_and_connect(self, n=None, activate=False):
        """Single call to start a cluster and connect a client
If `activate` is given, a blocking DirectView on all engines will be created
        and activated, registering `%px` magics for use in IPython
Example:: rc = await Cluster(engines="mpi").start_and_connect(n=8, activate=True) %px print("hello, world!") Equivalent to:: await self.start_cluster(n)
            client = await self.connect_client()
            await client.wait_for_engines(n, block=False)
.. versionadded:: 7.1 .. versionadded:: 8.1 activate argument.
        """
        if n is None:
            n = self.n
        await self.start_cluster(n=n)
        client = await self.connect_client()
if n is None:
            # number of engines to wait for
            # if not specified, derive current value from EngineSets
            n = sum(engine_set.n for engine_set in self.engines.values())
if n:
          await asyncio.wrap_future(
                client.wait_for_engines(n, block=False, 
timeout=self.engine_timeout)
            )
E           ipyparallel.error.EngineError: Engine set stopped: {'exit_code': 1, 
'pid': 68323, 'identifier': 'ipengine-1716545123-wyql-1716545124-64152'}

/usr/lib/python3/dist-packages/ipyparallel/cluster/cluster.py:759: EngineError
=========================== short test summary info ============================
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh0-True-1-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh0-True-1-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh0-True-1-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh0-True-1-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh0-True-4-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh0-True-4-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh0-True-4-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh0-True-4-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh0-False-1-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh0-False-1-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh0-False-1-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh0-False-1-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh0-False-4-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh0-False-4-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh0-False-4-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh0-False-4-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh1-True-1-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh1-True-1-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh1-True-1-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh1-True-1-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh1-True-4-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh1-True-4-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh1-True-4-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh1-True-4-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh1-False-1-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh1-False-1-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh1-False-1-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh1-False-1-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh1-False-4-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh1-False-4-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh1-False-4-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh1-False-4-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh2-True-1-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh2-True-1-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh2-True-1-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh2-True-1-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh2-True-4-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh2-True-4-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh2-True-4-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh2-True-4-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh2-False-1-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh2-False-1-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh2-False-1-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh2-False-1-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh2-False-4-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh2-False-4-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh2-False-4-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh2-False-4-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh3-True-1-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh3-True-1-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh3-True-1-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh3-True-1-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh3-True-4-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh3-True-4-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh3-True-4-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh3-True-4-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh3-False-1-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh3-False-1-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh3-False-1-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh3-False-1-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh3-False-4-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh3-False-4-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh3-False-4-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_2D[create_2D_mesh3-False-4-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh0-True-1-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh0-True-1-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh0-True-1-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh0-True-1-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh0-True-4-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh0-True-4-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh0-True-4-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh0-True-4-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh0-False-1-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh0-False-1-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh0-False-1-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh0-False-1-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh0-False-4-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh0-False-4-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh0-False-4-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh0-False-4-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh1-True-1-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh1-True-1-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh1-True-1-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh1-True-1-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh1-True-4-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh1-True-4-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh1-True-4-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh1-True-4-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh1-False-1-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh1-False-1-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh1-False-1-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh1-False-1-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh1-False-4-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh1-False-4-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh1-False-4-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh1-False-4-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh2-True-1-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh2-True-1-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh2-True-1-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh2-True-1-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh2-True-4-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh2-True-4-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh2-True-4-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh2-True-4-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh2-False-1-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh2-False-1-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh2-False-1-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh2-False-1-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh2-False-4-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh2-False-4-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh2-False-4-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh2-False-4-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh3-True-1-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh3-True-1-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh3-True-1-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh3-True-1-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh3-True-4-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh3-True-4-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh3-True-4-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh3-True-4-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh3-False-1-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh3-False-1-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh3-False-1-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh3-False-1-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh3-False-4-Lagrange-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh3-False-4-Lagrange-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh3-False-4-DG-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_P_3D[create_3D_mesh3-False-4-DG-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_simplex[1-N1curl-True-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_simplex[1-N1curl-True-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_simplex[1-N1curl-False-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_simplex[1-N1curl-False-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_simplex[1-RT-True-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_simplex[1-RT-True-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_simplex[1-RT-False-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_simplex[1-RT-False-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_simplex[4-N1curl-True-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_simplex[4-N1curl-True-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_simplex[4-N1curl-False-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_simplex[4-N1curl-False-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_simplex[4-RT-True-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_simplex[4-RT-True-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_simplex[4-RT-False-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_simplex[4-RT-False-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_simplex[1-N1curl-True-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_simplex[1-N1curl-True-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_simplex[1-N1curl-False-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_simplex[1-N1curl-False-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_simplex[1-RT-True-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_simplex[1-RT-True-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_simplex[1-RT-False-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_simplex[1-RT-False-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_simplex[4-N1curl-True-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_simplex[4-N1curl-True-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_simplex[4-N1curl-False-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_simplex[4-N1curl-False-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_simplex[4-RT-True-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_simplex[4-RT-True-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_simplex[4-RT-False-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_simplex[4-RT-False-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_non_simplex[1-RTCF-True-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_non_simplex[1-RTCF-True-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_non_simplex[1-RTCF-False-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_non_simplex[1-RTCF-False-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_non_simplex[2-RTCF-True-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_non_simplex[2-RTCF-True-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_non_simplex[2-RTCF-False-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_non_simplex[2-RTCF-False-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_non_simplex[3-RTCF-True-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_non_simplex[3-RTCF-True-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_non_simplex[3-RTCF-False-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_2D_vector_non_simplex[3-RTCF-False-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_non_simplex[1-NCF-True-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_non_simplex[1-NCF-True-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_non_simplex[1-NCF-False-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_non_simplex[1-NCF-False-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_non_simplex[4-NCF-True-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_non_simplex[4-NCF-True-False]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_non_simplex[4-NCF-False-True]
ERROR 
tests/test_original_checkpoint.py::test_read_write_3D_vector_non_simplex[4-NCF-False-False]
============ 988 passed, 5 skipped, 180 errors in 63.83s (0:01:03) =============
Stopping cluster <Cluster(cluster_id='1716545123-wyql', profile='default', 
controller=<running>, engine_sets=['1716545124'])>
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_adios4dolfinx/build; python3.11 -m 
pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 
3.11" returned exit code 13
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

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

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large 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 affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: adios4dolfinx
Source-Version: 0.8.1.post0-2
Done: Drew Parsons <[email protected]>

We believe that the bug you reported is fixed in the latest version of
adios4dolfinx, 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.
Drew Parsons <[email protected]> (supplier of updated adios4dolfinx 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, 31 May 2024 16:24:12 +0200
Source: adios4dolfinx
Architecture: source
Version: 0.8.1.post0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Drew Parsons <[email protected]>
Closes: 1071722
Changes:
 adios4dolfinx (0.8.1.post0-2) unstable; urgency=medium
 .
   * set OMPI_MCA_rmaps_base_oversubscribe=true to allow 2-process
     tests to run on single CPU systems. Closes: #1071722.
Checksums-Sha1:
 5584e2dfac72f90f49822d225f4990ee3d47dad4 2567 adios4dolfinx_0.8.1.post0-2.dsc
 269088288fc5840dbe76b160860ea6b1b49c476d 4984 
adios4dolfinx_0.8.1.post0-2.debian.tar.xz
 7accb39d05235c2b42235cf53958d6ab533b1fc9 22862 
adios4dolfinx_0.8.1.post0-2_source.buildinfo
Checksums-Sha256:
 18bbcca01dec663b0dc272531e4c1332bfdbc7b4e54b77cb0a0eb813609aca2b 2567 
adios4dolfinx_0.8.1.post0-2.dsc
 2134023bc142a9d37a08ca37be91bbae52d2619b6c6bc618ca6ab59badc1e150 4984 
adios4dolfinx_0.8.1.post0-2.debian.tar.xz
 f4b4798fa230b7ba751d187fc3880309461e1ffa5254825b901859c24aaf30c5 22862 
adios4dolfinx_0.8.1.post0-2_source.buildinfo
Files:
 a58478b12153b0e4cfcaca8b4f3753a4 2567 science optional 
adios4dolfinx_0.8.1.post0-2.dsc
 3aa391962fc3d30c34d756c16f33e33d 4984 science optional 
adios4dolfinx_0.8.1.post0-2.debian.tar.xz
 7b8318622c7a888f2251cf084f53da8c 22862 science optional 
adios4dolfinx_0.8.1.post0-2_source.buildinfo

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

iQJIBAEBCgAyFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmZZ5V4UHGRwYXJzb25z
QGRlYmlhbi5vcmcACgkQVz7x5L1aAfoxgQ//e/EkVsj0ic0UnyOsSfVuO/v/gmwT
hy/c1g735rK2KXjBv0x8hKya6sx3m8cWO6jNLiFZu5iNm0WNID4zyKjZrWFdemIu
36wcJ5jFbCZfbx6s9f84MjRhw6qA1FofkJxDHjfpc2PYLsBUK2iGO7FXjYUJqwuw
ic8aCKZuya3ZXpJmYghuz4I/FP/XEt4p+1TaDpk/WkJMFQ6Y9L5HDX1NgjNipzrP
jj0C1T+dWy/l9H7iYqEn8eh+IRrAslZ5+XPLkIDQ4ht2ykU1uBkv1VOJaicaMJeQ
38H4eEKZDDZsmQT0vWVZOVWNCkSWkSER+Ly4gjDF8xXfRuqnePbPS/eqIYD4JSsG
b4lTpbi18XPNUCCxiVhftkzzbSMiKQGCjbWYuCooKTiip0eqzuJcV12PjOyZ6N7B
4B06C8yx/zHn9dEcAr2XIZ3r9VZHqsVNfWCBdIxmgg+O2zGSIRN+ildmDbz1hbvy
TlqEou60iXxz1LohlU+IjZ0ZXKZ2O071eXLLHzGjjdfJJGyJb1/PrNJZK2sYXPkJ
72x7O5F9S/aZjzHfaZlMVLgAU1Q3dh8tmC5tJD+aHUr1jEmCGz4/PiiWUTPORRsF
3xViqjqMBDasWFlUwR5mlbbY0mFuMjgcv/AZcS5AaBPknn5ryrO9/Eh7XClOzyV9
dRIYGs+GAt8SZQ0=
=hsRH
-----END PGP SIGNATURE-----

Attachment: pgpMbu4KVC9iU.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to