tags 881864 confirmed help
thanks

Adrian Bunk wrote...

> https://buildd.debian.org/status/package.php?p=luksmeta&suite=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

Attachment: signature.asc
Description: Digital signature

Reply via email to