Your message dated Fri, 08 Nov 2024 12:22:10 +0000
with message-id <[email protected]>
and subject line Bug#1086334: fixed in kooha 2.3.0-4
has caused the Debian Bug report #1086334,
regarding kooha: FTBFS on riscv64 due to testsuite timeout
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.)


-- 
1086334: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086334
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: kooha
Version: 2.3.0-3
Severity: important
Tags: ftbfs patch
X-Debbugs-Cc: [email protected]
User: [email protected]
Usertags: riscv64

Dear maintainer,

kooha fails to build from source on riscv64 due to a testsuite timeout:

| Summary of Failures:
| 
| 3/3 cargo-test       TIMEOUT        600.13s   killed by signal 15 SIGTERM
| 
| Ok:                 2   
| Expected Fail:      0   
| Fail:               0   
| Unexpected Pass:    0   
| Skipped:            0   
| Timeout:            1   
| dh_auto_test: error: cd obj-riscv64-linux-gnu && 
DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 MESON_TESTTHREADS=4 meson test 
--timeout-multiplier 2 returned exit code 1
| make[1]: *** [debian/rules:30: override_dh_auto_test] Error 25
| make[1]: Leaving directory '/<<PKGBUILDDIR>>'
| make: *** [debian/rules:14: binary-arch] Error 2
| dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit 
status 2
| 
--------------------------------------------------------------------------------
| Build finished at 2024-10-13T15:42:06Z

The full build log is available there:
https://buildd.debian.org/status/fetch.php?pkg=kooha&arch=riscv64&ver=2.3.0-3&stamp=1728834139&raw=0

It appears that the test timeout is too short for the riscv64 build daemons.
Increasing the timeout multiplier from 2 to 3, like in the patch below, allows
the testsuite to pass.

--- kooha-2.3.0/debian/rules
+++ kooha-2.3.0/debian/rules
@@ -27,4 +27,4 @@
 
 # Give the tests more time on slow arches
 override_dh_auto_test:
-       dh_auto_test -- --timeout-multiplier 2
+       dh_auto_test -- --timeout-multiplier 3


Regards
Aurelien

--- End Message ---
--- Begin Message ---
Source: kooha
Source-Version: 2.3.0-4
Done: Matthias Geiger <[email protected]>

We believe that the bug you reported is fixed in the latest version of
kooha, 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.
Matthias Geiger <[email protected]> (supplier of updated kooha 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: SHA256

Format: 1.8
Date: Fri, 08 Nov 2024 11:51:57 +0100
Source: kooha
Architecture: source
Version: 2.3.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<[email protected]>
Changed-By: Matthias Geiger <[email protected]>
Closes: 1086334
Changes:
 kooha (2.3.0-4) unstable; urgency=medium
 .
   * d/rules: Increase test timeout (Closes: #1086334)
     (thanks to Aurelien Jarno)
Checksums-Sha1:
 b29c5341ac660c1caa07fcbca1a12f7264932f85 2447 kooha_2.3.0-4.dsc
 2cf23fe2a0b8800c57f1341330f06fc9c3b1812d 6336 kooha_2.3.0-4.debian.tar.xz
 5018ff7df80ce481651aa7cea2bccb12ecc0720f 38689 kooha_2.3.0-4_amd64.buildinfo
Checksums-Sha256:
 174ce5a51eb91972d40cbd65a6082ba802403bce81a7aeecaad770628a6bfba0 2447 
kooha_2.3.0-4.dsc
 c2033311370dbb7b45652c684c2f3afc05d0fd4615f6d786864520c711b2ad06 6336 
kooha_2.3.0-4.debian.tar.xz
 a40aea5fc0a770adfcfbc3ed45c2ae29b871a283ac5dc38b5806d101f4bce7dc 38689 
kooha_2.3.0-4_amd64.buildinfo
Files:
 cd03dd0ccd6f22dc812a91db274384d6 2447 misc optional kooha_2.3.0-4.dsc
 ba62c90a3dde80dba06e085b51c0fe35 6336 misc optional kooha_2.3.0-4.debian.tar.xz
 faf9e6c47c0d723690ce23ec8a80a9ff 38689 misc optional 
kooha_2.3.0-4_amd64.buildinfo

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

iIsEARYIADMWIQQUWTv/Sl6/b+DpcW7svtu2B7myvgUCZy358xUcd2VyZGFoaWFz
QGRlYmlhbi5vcmcACgkQ7L7btge5sr5oGQD+PY0q+2jSSWpLxOUV6papeKg6zRFW
cdx17wxii/GzkBIBAMQOR3pKa2yafdhcrAnpgXs+karuxcEXl6ZuiuKin0sF
=fsA4
-----END PGP SIGNATURE-----

Attachment: pgpZ90U9TTCQQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to