[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73664] [PATCH] gnu: libtorrent-rasterbar: Work around hang in test_
From: |
Maxim Cournoyer |
Subject: |
[bug#73664] [PATCH] gnu: libtorrent-rasterbar: Work around hang in test_ssl. |
Date: |
Tue, 17 Dec 2024 14:08:22 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hello!
Tomas Volf <~@wolfsden.cz> writes:
> test_ssl does sometimes hang (at least when executed under faketime). It is
> somewhat unlikely to happen, and (on my machine) required a build with
> --rounds=32 to reproduce it.
Also worth adding on top of my previous reply, when trying this out, I
got a failure:
--8<---------------cut here---------------start------------->8---
[...]
MALICIOUS PEER TEST: valid-certificate valid-SNI-hash invalid-bittorrent-hash
port: 35161
set_password_callback
use_certificate_file "../ssl/peer_certificate.pem"
use_private_key_file "../ssl/peer_private_key.pem"
use_tmp_dh_file "../ssl/dhparams.pem"
connecting 127.0.0.1:35161
SNI: e300afcc0aa67a459ec14862a4d0bf930060167a
SSL handshake
bittorrent handshake
00:00:00.010: ses1: [log] *** peer SSL handshake done [ ip: 127.0.0.1:44976
ec: certificate verify failed (SSL routines) socket: SSL/TCP ]
read bittorrent handshake
00:00:00.010: ses1: [peer_error] - peer [ 127.0.0.1:44976 client: Unknown ]
peer error [ssl_handshake] [asio.ssl]: certificate verify failed (SSL routines)
--- peer_errors: 6 ssl_disconnects: 6
failed to read bittorrent handshake: sslv3 alert bad certificate (SSL routines)
0% tests passed, 1 tests failed out of 1
Total Test time (real) = 405.71 sec
The following tests FAILED:
75 - test_ssl (Failed)
Errors while running CTest
error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "faketime" arguments: ("2022-10-24" "ctest"
"-R" "^test_ssl$" "-j" "1" "--timeout" "240" "--repeat" "until-pass:5"
"--output-on-failure") exit-status: 8 term-signal: #f stop-signal: #f>
phase `check' failed after 1154.0 seconds
command "faketime" "2022-10-24" "ctest" "-R" "^test_ssl$" "-j" "1" "--timeout"
"240" "--repeat" "until-pass:5" "--output-on-failure" failed with status 8
build process 18 exited with status 256
builder for
`/gnu/store/hkji5nzsa32jngg7kii9bg9ch9kdvs84-libtorrent-rasterbar-2.0.10.drv'
failed with exit code 1
build of
/gnu/store/hkji5nzsa32jngg7kii9bg9ch9kdvs84-libtorrent-rasterbar-2.0.10.drv
failed
View build log at
'/var/log/guix/drvs/hk/ji5nzsa32jngg7kii9bg9ch9kdvs84-libtorrent-rasterbar-2.0.10.drv'.
--8<---------------cut here---------------end--------------->8---
--
Thanks,
Maxim