[Bug 2024207] Re: s390x autopkgtest regression of libflame vs glibc in Jammy

Simon Chopin 2024207 at bugs.launchpad.net
Fri Jun 16 15:08:40 UTC 2023


** Changed in: glibc (Ubuntu Jammy)
     Assignee: (unassigned) => Simon Chopin (schopin)

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to glibc in Ubuntu.
https://bugs.launchpad.net/bugs/2024207

Title:
  s390x autopkgtest regression of libflame vs glibc in Jammy

Status in glibc package in Ubuntu:
  Fix Released
Status in glibc source package in Jammy:
  Triaged

Bug description:
  The libflame autopgktests on Jammy are now failing on s390x against
  glibc 2.35-0ubuntu3.2.

  It's triggering a timeout in the numpy-with-libflame test suite. To
  reproduce, you need python3-numpy, libflame1 and libflame-dev install.

  The issue seems to be in
  numpy/f2py/tests/test_compile_function.py::test_f2py_init_compile. To
  be able to investigate this, I had to change /usr/lib/python3/dist-
  packages/numpy/_pytesttester.py, line 183:

  -           pytest_args += ["-m", label]
  +           pytest_args += ["-k", label]

  and then I used the following Python script to reproduce:

  #!/usr/bin/python3

  import numpy as np
  np.test("full", verbose=3, extra_argv=['numpy/f2py/tests/test_compile_function.py::test_f2py_init_compile'])

  I haven't managed to go further yet, except that I know that the bug
  doesn't seem to trigger if running under strace.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/2024207/+subscriptions




More information about the foundations-bugs mailing list