[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1011322: waypipe: ftbfs on riscv64 (Timeout: 2)



Package: waypipe
Version: 0.8.2-3
Severity: normal
Tags: ftbfs, patch
User: debian-riscv@lists.debian.org
Usertags: riscv64

Dear Maintainer,

The waypipe package has a ftbfs issue on riscv64 arch:

```
Summary of Failures:

7/8 How well buffers are replicated                TIMEOUT        40.09s   killed by signal 15 SIGTERM
8/8 Whether diff operations successfully roundtrip TIMEOUT        60.12s   killed by signal 15 SIGTERM


Ok:                 6   
Expected Fail:      0   
Fail:               0   
Unexpected Pass:    0   
Skipped:            0   
Timeout:            2   
dh_auto_test: error: cd obj-riscv64-linux-gnu && LC_ALL=C.UTF-8 MESON_TESTTHREADS=4 meson test returned exit code 2
make: *** [debian/rules:8: binary-arch] Error 25
dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit status 2

```
The full buildd log is here:

https://buildd.debian.org/status/fetch.php?pkg=waypipe&arch=riscv64&ver=0.8.2-3&stamp=1650239386&raw=0

The attached patch is simple to disable tests like mips do that.

If you need me to do more test, please let me know.

BR,
Bo
diff -Nru waypipe-0.8.2/debian/rules waypipe-0.8.2/debian/rules
--- waypipe-0.8.2/debian/rules	2021-12-01 15:39:26.000000000 +0000
+++ waypipe-0.8.2/debian/rules	2021-12-01 15:39:26.000000000 +0000
@@ -16,7 +16,7 @@
 	dh_auto_configure -- -Dwith_avx2=false -Dwith_avx512f=false -Dwith_neon_opts=false -Dwith_sse3=false
 endif
 
-ifneq (, $(filter $(DEB_HOST_ARCH),mipsel mips64el))
+ifneq (, $(filter $(DEB_HOST_ARCH),mipsel mips64el riscv64))
 override_dh_auto_test:
 	@echo "Skipping tests on $(DEB_HOST_ARCH)."
 endif

Reply to: