GNU bug report logs -
#67552
libtorrent-rasterbar tests fail [with patch]
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67552 in the body.
You can then email your comments to 67552 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67552
; Package
guix-patches
.
(Thu, 30 Nov 2023 20:52:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Dr. Arne Babenhauserheide" <arne_bab <at> web.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 30 Nov 2023 20:52:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Attached is a patch to disable the failing tests, so I can build
libtorrent-rasterbar locally.
[0001-libtorrent-rasterbar-disable-locally-failing-tests.patch (text/x-patch, inline)]
From 1adbe26fefadd282d6d54ce9d03c0b2f1ae2d90b Mon Sep 17 00:00:00 2001
Message-ID: <1adbe26fefadd282d6d54ce9d03c0b2f1ae2d90b.1701376316.git.arne_bab <at> web.de>
From: Arne Babenhauserheide <arne_bab <at> web.de>
Date: Thu, 30 Nov 2023 20:52:12 +0100
Subject: [PATCH] libtorrent-rasterbar: disable locally failing tests
* gnu/packages/bittorrent.scm(libtorrent-rasterbar): disable the failing tests
"test_fast_extension" "test_privacy" "test_resolve_links" "test_lsd"
Change-Id: I7273bfb62e5d648fcfdc41586c1dd231236d965c
---
gnu/packages/bittorrent.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 6f75a92cff..6597c74fd7 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -442,7 +442,8 @@ (define-public libtorrent-rasterbar
(lambda* (#:key tests? parallel-tests? #:allow-other-keys)
(let ((disabled-tests
;; test_upnp requires a non-localhost IPv4 interface.
- '("test_upnp")))
+ '("test_upnp" "test_fast_extension" "test_privacy"
+ "test_resolve_links" "test_lsd")))
(when tests?
;; test_ssl relies on bundled TLS certificates with a fixed
;; expiry date. To ensure succesful builds in the future,
base-commit: 2b782f67266b42bb40015bd23ce2443be2f9b01f
--
2.41.0
[Message part 3 (text/plain, inline)]
Best wishes,
Arne
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67552
; Package
guix-patches
.
(Thu, 30 Nov 2023 22:32:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:
> On 2023-11-30 21:51:00 +0100, Dr. Arne Babenhauserheide wrote:
>> Attached is a patch to disable the failing tests, so I can build
>> libtorrent-rasterbar locally.
>>
>
> I have an actual patch fixing the tests (and updating to newer version) in the
> works, will send it today once I figure out how (there are many steps in the
> manual).
Very cool! Then please do *not* apply my patch!
I’m looking forward to having an updated backend to qBittorrent :-)
Thank you for taking it up — and digging deeper to the actual issue than
I did!
Best wishes,
Arne
--
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67552
; Package
guix-patches
.
(Fri, 01 Dec 2023 01:35:02 GMT)
Full text and
rfc822 format available.
Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 2023-11-30 21:51:00 +0100, Dr. Arne Babenhauserheide wrote:
> Attached is a patch to disable the failing tests, so I can build
> libtorrent-rasterbar locally.
>
I have an actual patch fixing the tests (and updating to newer version) in the
works, will send it today once I figure out how (there are many steps in the
manual).
So not sure if applying this makes sense (I don't want to handle the conflict :)
).
> From 1adbe26fefadd282d6d54ce9d03c0b2f1ae2d90b Mon Sep 17 00:00:00 2001
> Message-ID: <1adbe26fefadd282d6d54ce9d03c0b2f1ae2d90b.1701376316.git.arne_bab <at> web.de>
> From: Arne Babenhauserheide <arne_bab <at> web.de>
> Date: Thu, 30 Nov 2023 20:52:12 +0100
> Subject: [PATCH] libtorrent-rasterbar: disable locally failing tests
>
> * gnu/packages/bittorrent.scm(libtorrent-rasterbar): disable the failing tests
> "test_fast_extension" "test_privacy" "test_resolve_links" "test_lsd"
>
> Change-Id: I7273bfb62e5d648fcfdc41586c1dd231236d965c
> ---
> gnu/packages/bittorrent.scm | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
> index 6f75a92cff..6597c74fd7 100644
> --- a/gnu/packages/bittorrent.scm
> +++ b/gnu/packages/bittorrent.scm
> @@ -442,7 +442,8 @@ (define-public libtorrent-rasterbar
> (lambda* (#:key tests? parallel-tests? #:allow-other-keys)
> (let ((disabled-tests
> ;; test_upnp requires a non-localhost IPv4 interface.
> - '("test_upnp")))
> + '("test_upnp" "test_fast_extension" "test_privacy"
> + "test_resolve_links" "test_lsd")))
> (when tests?
> ;; test_ssl relies on bundled TLS certificates with a fixed
> ;; expiry date. To ensure succesful builds in the future,
>
> base-commit: 2b782f67266b42bb40015bd23ce2443be2f9b01f
> --
> 2.41.0
>
>
> Best wishes,
> Arne
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67552
; Package
guix-patches
.
(Fri, 01 Dec 2023 01:35:05 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67552
; Package
guix-patches
.
(Fri, 01 Dec 2023 14:02:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 67552 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
I submitted my patch set as https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67557.
For some reason it seems it takes while to get through, not sure what the
problem is, but once it shows up, feel free to test it out.
Tomas
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67552
; Package
guix-patches
.
(Tue, 05 Dec 2023 18:58:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 67552 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I hope this will be fixed soon.
"guix system reconfigure" is basically unusable for me right now since
it just hangs at the check phase of libtorrent-rasterbar.
[OpenPGP_0x6AD8A2FE6B5CD0DC.asc (application/pgp-keys, attachment)]
[OpenPGP_signature.asc (application/pgp-signature, attachment)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67552
; Package
guix-patches
.
(Thu, 07 Dec 2023 09:02:01 GMT)
Full text and
rfc822 format available.
Message #23 received at 67552 <at> debbugs.gnu.org (full text, mbox):
Hi!
Tomas Volf <~@wolfsden.cz> skribis:
> I submitted my patch set as https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67557.
> For some reason it seems it takes while to get through, not sure what the
> problem is, but once it shows up, feel free to test it out.
I applied Tomas’ update from <https://issues.guix.gnu.org/67557> and
everything built fine on my x86_64 machine, but test fails at ci.guix.
From <https://ci.guix.gnu.org/build/2804230/log>:
--8<---------------cut here---------------start------------->8---
100% tests passed, 0 tests failed out of 104
Total Test time (real) = 759.05 sec
Test project /tmp/guix-build-libtorrent-rasterbar-2.0.9.drv-0/build
Start 75: test_ssl
1/1 Test #75: test_ssl .........................***Timeout 600.11 sec
test: /tmp/guix-build-libtorrent-rasterbar-2.0.9.drv-0/build/test/test_ssl
cwd_prefix = "/tmp/guix-build-libtorrent-rasterbar-2.0.9.drv-0/build/test/test_tmp_7352_"
0% tests passed, 1 tests failed out of 1
Total Test time (real) = 600.11 sec
The following tests FAILED:
75 - test_ssl (Timeout)
Errors while running CTest
--8<---------------cut here---------------end--------------->8---
I don’t think Arne’s patch addresses this, right?
Let me know what you think should be done.
Cheers,
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67552
; Package
guix-patches
.
(Thu, 07 Dec 2023 15:12:02 GMT)
Full text and
rfc822 format available.
Message #26 received at 67552 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello ^_^
On 2023-12-07 10:01:25 +0100, Ludovic Courtès wrote:
> I applied Tomas’ update from <https://issues.guix.gnu.org/67557> and
> everything built fine on my x86_64 machine, but test fails at ci.guix.
> From <https://ci.guix.gnu.org/build/2804230/log>:
>
> --8<---------------cut here---------------start------------->8---
> 100% tests passed, 0 tests failed out of 104
>
> Total Test time (real) = 759.05 sec
> Test project /tmp/guix-build-libtorrent-rasterbar-2.0.9.drv-0/build
> Start 75: test_ssl
> 1/1 Test #75: test_ssl .........................***Timeout 600.11 sec
> test: /tmp/guix-build-libtorrent-rasterbar-2.0.9.drv-0/build/test/test_ssl
> cwd_prefix = "/tmp/guix-build-libtorrent-rasterbar-2.0.9.drv-0/build/test/test_tmp_7352_"
>
>
> 0% tests passed, 1 tests failed out of 1
>
> Total Test time (real) = 600.11 sec
>
> The following tests FAILED:
> 75 - test_ssl (Timeout)
> Errors while running CTest
> --8<---------------cut here---------------end--------------->8---
>
> I don’t think Arne’s patch addresses this, right?
Correct, it does not.
>
> Let me know what you think should be done.
Good question. For the time being I would suggest applying the attached patch
to work around the immediate issue, it would be nice to have the substitute
available in ci as well (for some reason the build succeeded in bordeaux).
$ guix weather libtorrent-rasterbar
computing 1 package derivations for x86_64-linux...
looking for 1 store items on https://ci.guix.gnu.org...
https://ci.guix.gnu.org ⛈
0.0% substitutes available (0 out of 1)
unknown substitute sizes
0.0 MiB on disk (uncompressed)
0.233 seconds per request (0.2 seconds in total)
4.3 requests per second
0.0% (0 out of 1) of the missing items are queued
at least 1000 queued builds
aarch64-linux: 998 (99.8%)
armhf-linux: 2 (.2%)
build rate: 15.54 builds per hour
powerpc64le-linux: 3.67 builds per hour
x86_64-linux: 6.47 builds per hour
i686-linux: 3.93 builds per hour
aarch64-linux: 1.65 builds per hour
looking for 1 store items on https://bordeaux.guix.gnu.org...
https://bordeaux.guix.gnu.org ☀
100.0% substitutes available (1 out of 1)
2.4 MiB of nars (compressed)
12.2 MiB on disk (uncompressed)
0.233 seconds per request (0.2 seconds in total)
4.3 requests per second
(continuous integration information unavailable)
And I will look into getting the test working (starting with just removing the
timeout) and send a separate patch re-enabling it once I have a solution.
Does that sound reasonable?
Have a nice day,
Tomas
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
[0001-gnu-libtorrent-rasterbar-Disable-test_ssl-test.patch (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67552
; Package
guix-patches
.
(Thu, 14 Dec 2023 18:15:02 GMT)
Full text and
rfc822 format available.
Message #29 received at 67552 <at> debbugs.gnu.org (full text, mbox):
Hi,
Tomas Volf <~@wolfsden.cz> skribis:
> On 2023-12-07 10:01:25 +0100, Ludovic Courtès wrote:
[...]
>> 1/1 Test #75: test_ssl .........................***Timeout 600.11 sec
[...]
> And I will look into getting the test working (starting with just removing the
> timeout) and send a separate patch re-enabling it once I have a solution.
>
> Does that sound reasonable?
It does!
> From 5e4c31518aba62b2cca7c346bcc56cfa9a4d10d0 Mon Sep 17 00:00:00 2001
> Message-ID: <5e4c31518aba62b2cca7c346bcc56cfa9a4d10d0.1701961719.git.~@wolfsden.cz>
> From: Tomas Volf <~@wolfsden.cz>
> Date: Thu, 7 Dec 2023 16:02:15 +0100
> Subject: [PATCH] gnu: libtorrent-rasterbar: Disable test_ssl test.
>
> It times out in the ci.guix.gnu.org, so this commit disables it. It will be
> re-enabled once solution is found.
>
> * gnu/packages/bittorrent.scm
> (libtorrent-rasterbar)[arguments]<#:phases>['check]: Disable test_ssl test.
>
> Change-Id: Ib396fd8a1786e14baad72ae892bdd0fd3fe7a180
Applied, thanks!
Ludo’.
bug closed, send any further explanations to
67552 <at> debbugs.gnu.org and "Dr. Arne Babenhauserheide" <arne_bab <at> web.de>
Request was from
Steve George <steve <at> futurile.net>
to
control <at> debbugs.gnu.org
.
(Thu, 31 Oct 2024 14:39:01 GMT)
Full text and
rfc822 format available.
Message sent on
to
"Dr. Arne Babenhauserheide" <arne_bab <at> web.de>
:
bug#67552.
(Thu, 31 Oct 2024 14:39:02 GMT)
Full text and
rfc822 format available.
Message #34 received at 67552-submitter <at> debbugs.gnu.org (full text, mbox):
close 67552
thanks
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 29 Nov 2024 12:24:19 GMT)
Full text and
rfc822 format available.
This bug report was last modified 104 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.