unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38350: Building libsignal-protocol-c on armv7l fails while test phase
@ 2019-11-23 18:25 Tobias Diekershoff
  2020-01-26 23:26 ` Marius Bakke
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Diekershoff @ 2019-11-23 18:25 UTC (permalink / raw)
  To: 38350

Dear GUIX,

I'm trying to install the profanity XMPP client on my RaspberryPi (armv7l) which fails during testing the build of libsignal-protocol-c-2.3.2.

> The following tests FAILED:
>           1 - test_curve25519 (Failed)
>           9 - test_simultaneous_initiate (Failed)
>          11 - test_group_cipher (Failed)
> Errors while running CTest

The results of the failed tests are the following:

Test 1
------

>       Start  1: test_curve25519
>  1/13 Test  #1: test_curve25519 ..................***Failed    6.50 sec
> Running suite(s): curve25519
> [ERROR] Invalid signature
> [line repeated som 160 times or so]
> [ERROR] Invalid signature
> 87%: Checks: 8, Failures: 0, Errors: 1
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_curve25519.c:30:P:case:test_internal:0: Passed
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_curve25519.c:122:P:case:test_curve25519_agreement:0: Passed
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_curve25519.c:176:P:case:test_curve25519_generate_public:0: Passed
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_curve25519.c:231:P:case:test_curve25519_random_agreements:0: Passed
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_curve25519.c:320:P:case:test_curve25519_signature:0: Passed
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_curve25519.c:358:P:case:test_curve25519_large_signatures:0: Passed
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_curve25519.c:412:E:case:test_unique_signatures:0: (after this point) Test timeout expired
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_curve25519.c:470:P:case:test_unique_signature_vector:0: Passed

Test 9
------

>       Start  9: test_simultaneous_initiate
>  9/13 Test  #9: test_simultaneous_initiate .......***Failed   10.84 sec
> Running suite(s): simultaneous_initiate
> [NOTICE] Bad MAC
> [WARNING] Message mac not verified
> [INFO] We've already setup a session for this V3 message, letting bundled message fall through...
> [NOTICE] Bad MAC
> [WARNING] Message mac not verified
> Simultaneous initiate tests, iteration: 0
> [NOTICE] Bad MAC
> [WARNING] Message mac not verified
> [NOTICE] Bad MAC
> [WARNING] Message mac not verified
[Block from "Simultaneous" on repeated for 49 iterations]
[The sequence is repeated once]
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_simultaneous_initiate.c:247:P:case:test_basic_simultaneous_initiate:0: Passed
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_simultaneous_initiate.c:420:P:case:test_lost_simultaneous_initiate:0: Passed
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_simultaneous_initiate.c:601:P:case:test_simultaneous_initiate_lost_message:0: Passed
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_simultaneous_initiate.c:860:P:case:test_simultaneous_initiate_repeated_messages:0: Passed
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_simultaneous_initiate.c:1041:E:case:test_repeated_simultaneous_initiate_repeated_messages:0: (after this point) Test timeout expired
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_simultaneous_initiate.c:1317:E:case:test_repeated_simultaneous_initiate_lost_message_repeated_messages:0: (after this point) Test timeout expired

Test 11
-------

>       Start 11: test_group_cipher
> 11/13 Test #11: test_group_cipher ................***Failed    9.45 sec
> Running suite(s): group_cipher
> [WARNING] No sender key for: nihilist history reading group::+14150001111::1
> [WARNING] Received message with old counter: 1, 0
> [ERROR] No key state in record!
> 77%: Checks: 9, Failures: 0, Errors: 2
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_group_cipher.c:106:P:case:test_no
> _session:0: Passed
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_group_cipher.c:184:P:case:test_basic_encrypt_decrypt:0: Passed
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_group_cipher.c:308:P:case:test_basic_ratchet:0: Passed
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_group_cipher.c:415:P:case:test_late_join:0: Passed
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_group_cipher.c:515:P:case:test_out_of_order:0: Passed
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_group_cipher.c:560:P:case:test_encrypt_no_session:0: Passed
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_group_cipher.c:616:E:case:test_too_far_in_future:0: (after this point) Test timeout expired
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_group_cipher.c:694:E:case:test_message_key_limit:0: (after this point) Test timeout expired
> /tmp/guix-build-libsignal-protocol-c-2.3.2.drv-0/libsignal-protocol-c-2.3.2/tests/test_group_cipher.c:782:P:case:test_invalid_signature_key:0: Passed


Please let me know what other information you need.

Thanks!
  Tobias

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#38350: Building libsignal-protocol-c on armv7l fails while test phase
  2019-11-23 18:25 bug#38350: Building libsignal-protocol-c on armv7l fails while test phase Tobias Diekershoff
@ 2020-01-26 23:26 ` Marius Bakke
  2020-01-27  6:04   ` Tobias Diekershoff
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2020-01-26 23:26 UTC (permalink / raw)
  To: Tobias Diekershoff, 38350-done

[-- Attachment #1: Type: text/plain, Size: 507 bytes --]

Tobias Diekershoff <tobias.diekershoff@gmx.net> writes:

> Dear GUIX,
>
> I'm trying to install the profanity XMPP client on my RaspberryPi (armv7l) which fails during testing the build of libsignal-protocol-c-2.3.2.
>
>> The following tests FAILED:
>>           1 - test_curve25519 (Failed)
>>           9 - test_simultaneous_initiate (Failed)
>>          11 - test_group_cipher (Failed)
>> Errors while running CTest

This appears to be fixed now:

https://ci.guix.gnu.org/build/2097019/details

Closing!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#38350: Building libsignal-protocol-c on armv7l fails while test phase
  2020-01-26 23:26 ` Marius Bakke
@ 2020-01-27  6:04   ` Tobias Diekershoff
  0 siblings, 0 replies; 3+ messages in thread
From: Tobias Diekershoff @ 2020-01-27  6:04 UTC (permalink / raw)
  To: 38350

On Mon, 27 Jan 2020 00:26:09 +0100
Marius Bakke <mbakke@fastmail.com> wrote:

> This appears to be fixed now:

Thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-27 12:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-23 18:25 bug#38350: Building libsignal-protocol-c on armv7l fails while test phase Tobias Diekershoff
2020-01-26 23:26 ` Marius Bakke
2020-01-27  6:04   ` Tobias Diekershoff

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).