Source: dqlite
Version: 1.6.0-2
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/logs.php?pkg=dqlite&arch=mips64el

...
lib_buffer/init/n_pages                                     [ ERROR ]
Error: test/unit/lib/test_buffer.c:73: assertion failed: f->buffer.page_size == 
4096 (16384 == 4096)
Error: child killed by signal 6 (Aborted)
...
gateway/query/large                                         [ ERROR ]
Error: test/unit/test_gateway.c:1023: assertion failed: f->response.eof == 
0xeeeeeeeeeeeeeeee (1 == 17216961135462248174)
Error: child killed by signal 6 (Aborted)
gateway/query/params                                        [ OK    ] [ 
0.00119151 / 0.00119169 CPU ]
gateway/query/interrupt                                     [ ERROR ]
Error: test/unit/test_gateway.c:1113: assertion failed: f->response.eof == 
0xeeeeeeeeeeeeeeee (1 == 17216961135462248174)
Error: child killed by signal 6 (Aborted)
...


4kB page size is not supported in the kernel for the hardware used by
mipsel-manda-0{4,5}, these kernels provided by src:linux also for our
users have 16 kB page size.

ppd64el buildd has a kernel with 64 kB page size.

Since Canonical is upstream, I'll mention that such assumptions are
also a problem with the 64k page size kernel images they provide as
an alternative for arm64.

src/lib/buffer.c does sysconf(_SC_PAGESIZE) so this might be a test-only
problem. In this case please ignore test failures since they are currently
failing on some architectures depending on which buildd builds it
(and mipsel-manda-0{4,5} are the first new ones for mips*el that should
 at some point replace all older ones).

Reply via email to