Bug#881864: luksmeta FTBFS: test failures

2017-11-15 Thread Christoph Biedl
tags 881864 confirmed help
thanks

Adrian Bunk wrote...

> https://buildd.debian.org/status/package.php?p=luksmeta=sid

> FAIL: test-lm-assumptions
> FAIL: test-lm-init
> FAIL: test-lm-one
> FAIL: test-lm-two
> FAIL: test-lm-big
> FAIL: test-luksmeta

Weird. While I always test-build on at least two different architectures
on plain Debian schroots before uploading, appearently there is something
different on the release architecture buildds.

Failing is test.c around line 151:

| r = crypt_format(cd, CRYPT_LUKS1, "aes", "xts-plain64",
|  NULL, NULL, 32, NULL);
| if (r < 0)
| error(EXIT_FAILURE, -r, "%s:%d", __FILE__, __LINE__);

which fails with "test.c:151: Input/output error"

According to strace (seen on amdahl 4.9.0-4-arm64):
| socket(AF_ALG, SOCK_SEQPACKET, 0) = -1 EAFNOSUPPORT (Address family not 
supported by protocol)
while I get
| socket(AF_ALG, SOCK_SEQPACKET, 0) = 5
on my private boxes.

Also confusing, this is in libcryptsetup. For the moment, I can only
wild-guess about what's happening here.

Christoph


signature.asc
Description: Digital signature


Processed: Re: Bug#881864: luksmeta FTBFS: test failures

2017-11-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 881864 confirmed help
Bug #881864 [src:luksmeta] luksmeta FTBFS: test failures
Added tag(s) help and confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
881864: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881864
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#881864: luksmeta FTBFS: test failures

2017-11-15 Thread Adrian Bunk
Source: luksmeta
Version: 8-2
Severity: serious

https://buildd.debian.org/status/package.php?p=luksmeta=sid

...
/usr/bin/make  check-TESTS
make[3]: Entering directory '/<>'
make[4]: Entering directory '/<>'
PASS: test-crc32c
FAIL: test-lm-assumptions
FAIL: test-lm-init
FAIL: test-lm-one
FAIL: test-lm-two
FAIL: test-lm-big
FAIL: test-luksmeta

Testsuite summary for luksmeta 8

# TOTAL: 7
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  6
# XPASS: 0
# ERROR: 0

See ./test-suite.log

Makefile:995: recipe for target 'test-suite.log' failed
make[4]: *** [test-suite.log] Error 1