Your message dated Fri, 14 Nov 2025 18:00:12 +0000
with message-id <[email protected]>
and subject line Bug#1090766: fixed in fenics-basix 0.10.0.post0-1exp1
has caused the Debian Bug report #1090766,
regarding fenics-basix: autopkgtests time out on armel with multiple supported 
Python versions
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.)


-- 
1090766: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090766
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: fenics-basix
Version: 0.9.0-2
Severity: important
Tags: patch

https://ci.debian.net/packages/f/fenics-basix/testing/armel/ shows that
this package's autopkgtests consistently time out on armel when there
are multiple Python versions, since of course that essentially doubles
the run-time of the tests.  I notice this code in
debian/tests/run-tests:

  # riscv64 times out when running tests, so skip the slowest of them
  if [ "x$DEB_HOST_ARCH" = "xriscv64" ]; then
      # run verbose to monitor failing tests
      VERBOSE_TESTS="-v"
      SKIP_TEST_LIST=(${SKIP_TEST_LIST[@]} test_dof_transformations.py 
test_interpolation_between_elements.py)
  fi

Could you please extend that to armel?  Patch follows.

diff --git a/debian/tests/run-tests b/debian/tests/run-tests
index daef04b..6ee4ed2 100755
--- a/debian/tests/run-tests
+++ b/debian/tests/run-tests
@@ -9,12 +9,14 @@ declare -a SKIP_TEST_LIST
 # skip numba tests due to limited availability
 SKIP_TEST_LIST=(numba)
 
-# riscv64 times out when running tests, so skip the slowest of them
-if [ "x$DEB_HOST_ARCH" = "xriscv64" ]; then
-    # run verbose to monitor failing tests
-    VERBOSE_TESTS="-v"
-    SKIP_TEST_LIST=(${SKIP_TEST_LIST[@]} test_dof_transformations.py 
test_interpolation_between_elements.py)
-fi
+# armel and riscv64 time out when running tests, so skip the slowest of them
+case $DEB_HOST_ARCH in
+    armel|riscv64)
+        # run verbose to monitor failing tests
+        VERBOSE_TESTS="-v"
+        SKIP_TEST_LIST=(${SKIP_TEST_LIST[@]} test_dof_transformations.py 
test_interpolation_between_elements.py)
+        ;;
+esac
 
 echo "skipping tests with SKIP_TEST_LIST=${SKIP_TEST_LIST[@]}"
 

Thanks,

-- 
Colin Watson (he/him)                              [[email protected]]

--- End Message ---
--- Begin Message ---
Source: fenics-basix
Source-Version: 0.10.0.post0-1exp1
Done: Drew Parsons <[email protected]>

We believe that the bug you reported is fixed in the latest version of
fenics-basix, 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 fenics-basix 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: Wed, 12 Nov 2025 11:00:49 +0100
Source: fenics-basix
Binary: basix-doc libbasix-dev libbasix0.10 libbasix0.10-dbgsym python3-basix
Architecture: source all amd64
Version: 0.10.0.post0-1exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Drew Parsons <[email protected]>
Description:
 basix-doc  - Finite Element Basis Function Definition Runtime Library (docs)
 libbasix-dev - Finite Element Basis Function Definition Runtime Library 
(develop
 libbasix0.10 - Finite Element Basis Function Definition Runtime Library (Python
 python3-basix - Finite Element Basis Function Definition Runtime Library 
(Python
Closes: 1090766
Changes:
 fenics-basix (0.10.0.post0-1exp1) experimental; urgency=medium
 .
   * New upstream release. New ABI 0.10.
     - Depends: python3-ufl (>= 2025.2.0~)
   * debian/test: monitor and skip slowest tests on armel alongside
     riscv64. Thanks Colin Watson. Closes: #1090766
   * update debian/watch to Version 5 format for GitHub.
     Needed to catch .post0 releases.
Checksums-Sha1:
 21a7c98ca4a01e1fe154d5df5299c62f350b88dc 2967 
fenics-basix_0.10.0.post0-1exp1.dsc
 39a1d3c3e2106b97a917d7248173c43b7525cf48 649435 
fenics-basix_0.10.0.post0.orig.tar.gz
 4bc4dc9613557d7135e47e591a0354321fe101d7 10992 
fenics-basix_0.10.0.post0-1exp1.debian.tar.xz
 1793865079c9ce777f18195274d82cca683f0ddd 244860 
basix-doc_0.10.0.post0-1exp1_all.deb
 7a82591da4a7f13adf565ba0b5d00b37cdd9fa8a 15388 
fenics-basix_0.10.0.post0-1exp1_amd64.buildinfo
 f7d95047e36bc4e06625fadc31a82f368db40b9d 70184 
libbasix-dev_0.10.0.post0-1exp1_amd64.deb
 e459fffd59fa14a60737f2916bd42ca039cf83e5 8205352 
libbasix0.10-dbgsym_0.10.0.post0-1exp1_amd64.deb
 2c35fa2efd3e040e36f878b4f8b7fb92cbcbe613 442540 
libbasix0.10_0.10.0.post0-1exp1_amd64.deb
 041b08eb455c672f53349744549ba5620750ba5c 134816 
python3-basix_0.10.0.post0-1exp1_amd64.deb
Checksums-Sha256:
 66c43aa27221d5a7a898be167077d6d0e49e2107481e3121d8d9df11ae07df1a 2967 
fenics-basix_0.10.0.post0-1exp1.dsc
 5025916ba9c5b7b6186660573ce765576fb24c3a50f47b6093d06bef00330b2e 649435 
fenics-basix_0.10.0.post0.orig.tar.gz
 667f16e8821fa47a23f8e3bd0a7c520d56d52f394784862f3a6cce3aa1acd13f 10992 
fenics-basix_0.10.0.post0-1exp1.debian.tar.xz
 e397bb14595234cc5e997c3efc3ab8bd9382e1acd1fa4754b9b5371e3f71d7fc 244860 
basix-doc_0.10.0.post0-1exp1_all.deb
 3c928d09f70cb0fc5f93a50749c924b15f91edb8583d94e018130ca5ee349bb4 15388 
fenics-basix_0.10.0.post0-1exp1_amd64.buildinfo
 68998915d2dc12ea2df9d0dcd8209817683f1865f2110204e008db988f6e1637 70184 
libbasix-dev_0.10.0.post0-1exp1_amd64.deb
 76ab41613b4dc9d8c94bb681b0c6f6add333942c8db63c5849218876d52cb6da 8205352 
libbasix0.10-dbgsym_0.10.0.post0-1exp1_amd64.deb
 aa643fb6c5382748edf6242c3b467a48fc2e7dbfa4d19648e64dbea89ccb2131 442540 
libbasix0.10_0.10.0.post0-1exp1_amd64.deb
 719cf2640c4b4c757d778446e2b35430d8f136140754666d6e7a90dcfbf6b1e2 134816 
python3-basix_0.10.0.post0-1exp1_amd64.deb
Files:
 d2616e7dcc1181cb60ac9cee99839c6d 2967 python optional 
fenics-basix_0.10.0.post0-1exp1.dsc
 713fb3a6273a96880f2ddeee4e286100 649435 python optional 
fenics-basix_0.10.0.post0.orig.tar.gz
 57925bd468d777c2266185ee7896ab2b 10992 python optional 
fenics-basix_0.10.0.post0-1exp1.debian.tar.xz
 50af4f01fdad47b21c9ad479607f57b3 244860 doc optional 
basix-doc_0.10.0.post0-1exp1_all.deb
 ca93bc97980e99a1a0334ff162b52f8a 15388 python optional 
fenics-basix_0.10.0.post0-1exp1_amd64.buildinfo
 01b1a572498ee94a3120a7b80d48d18f 70184 python optional 
libbasix-dev_0.10.0.post0-1exp1_amd64.deb
 71ed30d33af2a0c17b0a3cb7a4a03420 8205352 debug optional 
libbasix0.10-dbgsym_0.10.0.post0-1exp1_amd64.deb
 53852db6ffd63bad802b66ca02e1770a 442540 python optional 
libbasix0.10_0.10.0.post0-1exp1_amd64.deb
 8f19de488e132962db8c0993975c82ac 134816 python optional 
python3-basix_0.10.0.post0-1exp1_amd64.deb

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

iQJIBAEBCgAyFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmkUYaUUHGRwYXJzb25z
QGRlYmlhbi5vcmcACgkQVz7x5L1aAfpjKA//TWx2o4CQVUx37eQ6QIgHxTWmWdf2
65cNq9xFqJe4H/dkQzjnTNoKHAPg/lNdz39Z/u42STvUZvXjOsfuhMyylQNIdDj1
kKa2lkcN1cCVPIDWzTgWS4O9wou67r6853PX2Z2v6lN7zvtIgl/MEzWnUAUP9BSb
zz/f57sLijQqqME63Ga6UuqVkkKGTlsWkZrV5iiTcAm2g1LGZbkpzW5cfGpMXlG9
Yb+Y/jj2+6e+lbGD7GM0kCt0d87oz7MTgTaaymtApC+GKONi0dnHAdSZ1Gq65s0X
PHQMXx+5cfe01zJFQQ3Qy+80oCyiKtGC8tQ6VtAmpGR8O7f4Vg5C6YEN1tUOouTk
eaVtAIPYQTKfyPZDyYcV//ikWuJoXK7JlzrQNShVKPN7l3HgRnSgiFRSljdyJtiG
1e6c7JHTrhPKBd0W1hc9O9RISxOglW0d8pd26n1tMv9Q+YypJd1o7G8foYFp7kqi
SXwIoUZqS8FJ4YRWyAgPLbFEU1B2lBEg7/y8/HwrGvY+0K1Z2PWKU12RA9oVqwWS
dIOltnnHv3Z4+lareNRa648PNhkE2keb4jNoka0g7+l1JPBvFQBYDtSQ17w4P6Xx
Rpz2EvnCeEEej0waX2F5/NJT4Coj+179RtcgFxRvDsy9VfRrmoYNH/RRGmbAVMol
jW0PPJja6EWDgVQ=
=f0n0
-----END PGP SIGNATURE-----

Attachment: pgpfBl4NVWPBX.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