Bug#979480: mpi4py: autopkgtest failure on arm64, armhf and ppc64el

Graham Inggs ginggs at debian.org
Thu Jan 7 07:23:22 GMT 2021


Source: mpi4py
Version: 3.0.3-7
X-Debbugs-CC: debian-ci at lists.debian.org
Severity: serious
Tags: bullseye sid
User: debian-ci at lists.debian.org
Usertags: needs-update

Hi Maintainer

The autopkgtests of mpi4py have been failing since the upload of
openmpi 4.1.0-1 to unstable. I'm reporting this for arm64, armhf and
ppc64el, because amd64 and i386 fail in a different way due to
#979041.

I've copied what I hope is the relevant part of the log below.

I've also noticed that during the autopkgtest, there seem to be five
instances of pytest running in parallel and each test is run five
times.   Is this the correct way of testing this package?

autopkgtest [07:23:18]: test command1:
OMPI_MCA_rmaps_base_oversubscribe=yes mpiexec -n 5 pytest-3 --color=no
--verbose
autopkgtest [07:23:18]: test command1: [-----------------------
============================= test session starts ==============================
platform linux -- Python 3.9.1, pytest-4.6.11, py-1.9.0, pluggy-0.13.0
-- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /tmp/autopkgtest-lxc.llginr1y/downtmp/build.sWC/src, inifile:
setup.cfg, testpaths: test
collecting ... ============================= test session starts
==============================
platform linux -- Python 3.9.1, pytest-4.6.11, py-1.9.0, pluggy-0.13.0
-- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /tmp/autopkgtest-lxc.llginr1y/downtmp/build.sWC/src, inifile:
setup.cfg, testpaths: test
collecting ... ============================= test session starts
==============================
platform linux -- Python 3.9.1, pytest-4.6.11, py-1.9.0, pluggy-0.13.0
-- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /tmp/autopkgtest-lxc.llginr1y/downtmp/build.sWC/src, inifile:
setup.cfg, testpaths: test
collecting ... ============================= test session starts
==============================
platform linux -- Python 3.9.1, pytest-4.6.11, py-1.9.0, pluggy-0.13.0
-- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /tmp/autopkgtest-lxc.llginr1y/downtmp/build.sWC/src, inifile:
setup.cfg, testpaths: test
collecting ... ============================= test session starts
==============================
platform linux -- Python 3.9.1, pytest-4.6.11, py-1.9.0, pluggy-0.13.0
-- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /tmp/autopkgtest-lxc.llginr1y/downtmp/build.sWC/src, inifile:
setup.cfg, testpaths: test

Regards
Graham


=================================== FAILURES ===================================
_____________________________ TestGrequest.testAll _____________________________

self = <test_grequest.TestGrequest testMethod=testAll>

    def testAll(self):
        ctx = GReqCtx()
        greq = MPI.Grequest.Start(ctx.query, ctx.free, ctx.cancel)
>       self.assertFalse(greq.Test())
E       AssertionError: True is not false

test/test_grequest.py:30: AssertionError
____________________________ TestGrequest.testAll1 _____________________________


self = <test_grequest.TestGrequest testMethod=testAll1>

    def testAll1(self):
        ctx = GReqCtx()
        greq = MPI.Grequest.Start(ctx.query, None, None)
>       self.assertFalse(greq.Test())
E       AssertionError: True is not false

test/test_grequest.py:50: AssertionError

____________________________ TestGrequest.testAll2 _____________________________

self = <test_grequest.TestGrequest testMethod=testAll2>

    def testAll2(self):
        greq = MPI.Grequest.Start(None, None, None)
>       self.assertFalse(greq.Test())
E       AssertionError: True is not false

test/test_grequest.py:63: AssertionError

...

======= 3 failed, 1109 passed, 30 skipped, 1 warnings in 143.17 seconds ========



More information about the debian-science-maintainers mailing list