Your message dated Tue, 22 Oct 2024 17:02:35 +0000
with message-id <[email protected]>
and subject line Bug#1081931: Removed package(s) from unstable
has caused the Debian Bug report #1027462,
regarding multiplex: autopkgtest failure on s390x: AssertionError:
AssertionError: assert ['12'] == ['1', '2']assert ['12'] == ['1', '2']
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.)
--
1027462: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027462
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: multiplex
Version: 0.6.0-1
Severity: serious
User: [email protected]
Usertags: fails-always
Dear maintainer(s),
You recently added an autopkgtest to your package multiplex, great.
However, it fails. Currently this failure is blocking the migration to
testing [1]. Can you please investigate the situation and fix it?
I copied some of the output at the bottom of this report. I'd like to
remark that s390x is our only big-endian release architecture, maybe
that's related here?
More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation
Paul
[1] https://qa.debian.org/excuses.php?package=multiplex
https://ci.debian.net/data/autopkgtest/testing/s390x/m/multiplex/29540144/log.gz
=================================== FAILURES
===================================
___________________________ test_async_stream_reader
___________________________
async def test_async_stream_reader():
p = await asyncio.subprocess.create_subprocess_shell(
cmd="printf 1; sleep 0.01; printf 2",
stdout=asyncio.subprocess.PIPE,
)
iterator = await to_iterator(p.stdout)
assert iterator.title == "StreamReader"
assert iterator.inner_type == "stream_reader"
await assert_aiter(iterator.iterator, ["1", "2"])
tests/test_iterator.py:121: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
source = <async_generator object stream_reader_generator at 0x3ffa3fbe940>
values = ['1', '2'], exception = None
async def assert_aiter(source, values, exception=None):
"""Check the results of a stream using a streamcontext."""
results = []
exception_type = type(exception) if exception else ()
try:
async with streamcontext(source) as streamer:
async for item in streamer:
results.append(item)
except exception_type as exc:
assert compare_exceptions(exc, exception)
else:
assert exception is None
assert results == values
E AssertionError: assert ['12'] == ['1', '2']
E At index 0 diff: '12' != '1'
E Right contains one more item: '2'
E Use -v to get more diff
/usr/lib/python3/dist-packages/aiostream/test_utils.py:48: AssertionError
=============================== warnings summary
===============================
tests/test_iterator.py::test_async_generator_input
/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:380:
DeprecationWarning: There is no current event loop
old_loop = policy.get_event_loop()
tests/test_multiplex.py::test_exports
tests/test_multiplex.py:12: PytestWarning: The test <Function
test_exports> is marked with '@pytest.mark.asyncio' but it is not an
async function. Please remove asyncio marker. If the test is not marked
explicitly, check for global markers applied via 'pytestmark'.
def test_exports():
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info
============================
FAILED tests/test_iterator.py::test_async_stream_reader -
AssertionError: ass...
============= 1 failed, 47 passed, 1 skipped, 2 warnings in 0.42s
==============
E: pybuild pybuild:386: test: plugin autopkgtest failed with: exit
code=1: cd /tmp/autopkgtest-lxc._5q8_u_d/downtmp/autopkgtest_tmp/build;
python3.10 -m pytest tests
make: *** [/tmp/6hcGjG9vf4/run:4: pybuild-autopkgtest] Error 13
pybuild-autopkgtest: error: /tmp/6hcGjG9vf4/run pybuild-autopkgtest
returned exit code 2
autopkgtest [04:46:44]: test pybuild-autopkgtest
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Version: 0.6.0-1+rm
Dear submitter,
as the package multiplex has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1081931
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---