Debian Bug report logs - #1027462
multiplex: autopkgtest failure on s390x: AssertionError: AssertionError: assert ['12'] == ['1', '2']assert ['12'] == ['1', '2']

version graph

Package: src:multiplex; Maintainer for src:multiplex is Debian Python Team <[email protected]>;

Reported by: Paul Gevers <[email protected]>

Date: Sat, 31 Dec 2022 22:03:01 UTC

Severity: serious

Found in version multiplex/0.6.0-1

Fixed in version 0.6.0-1+rm

Done: Debian FTP Masters <[email protected]>

Reply or subscribe to this bug.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to [email protected], Debian Python Team <[email protected]>:
Bug#1027462; Package src:multiplex. (Sat, 31 Dec 2022 22:03:03 GMT) (full text, mbox, link).


Acknowledgement sent to Paul Gevers <[email protected]>:
New Bug report received and forwarded. Copy sent to Debian Python Team <[email protected]>. (Sat, 31 Dec 2022 22:03:03 GMT) (full text, mbox, link).


Message #5 received at [email protected] (full text, mbox, reply):

From: Paul Gevers <[email protected]>
To: [email protected]
Subject: multiplex: autopkgtest failure on s390x: AssertionError: AssertionError: assert ['12'] == ['1', '2']assert ['12'] == ['1', '2']
Date: Sat, 31 Dec 2022 23:00:42 +0100
[Message part 1 (text/plain, inline)]
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 (application/pgp-signature, attachment)]

Added indication that bug 1027462 blocks 1031644 Request was from Paul Gevers <[email protected]> to [email protected]. (Sun, 19 Feb 2023 18:42:07 GMT) (full text, mbox, link).


Reply sent to Debian FTP Masters <[email protected]>:
You have taken responsibility. (Tue, 22 Oct 2024 17:06:04 GMT) (full text, mbox, link).


Notification sent to Paul Gevers <[email protected]>:
Bug acknowledged by developer. (Tue, 22 Oct 2024 17:06:04 GMT) (full text, mbox, link).


Message #12 received at [email protected] (full text, mbox, reply):

From: Debian FTP Masters <[email protected]>
To: [email protected],[email protected],
Cc: [email protected]
Subject: Bug#1081931: Removed package(s) from unstable
Date: Tue, 22 Oct 2024 17:02:35 +0000
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)



Send a report that this bug log contains spam.


Debian bug tracking system administrator <[email protected]>. Last modified: Mon Nov 11 14:35:02 2024; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.