GNU bug report logs - #76217
[PATCH] gnu: rust-ci-info-0.3: Disable parallel tests.

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Wed, 12 Feb 2025 03:42:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Efraim Flashner <efraim <at> flashner.co.il>
To: iyzsong <at> envs.net
Cc: 76217 <at> debbugs.gnu.org, 宋文武 <iyzsong <at> member.fsf.org>, Divya Ranjan Pattanaik <divya <at> subvertising.org>
Subject: [bug#76217] [PATCH] gnu: rust-ci-info-0.3: Disable parallel tests.
Date: Thu, 13 Feb 2025 10:45:41 +0200
[Message part 1 (text/plain, inline)]
I personally haven't seen this issue when building rust-ci-info <at> 0.3, but
if it fixes the build for you then go ahead and push it to master.

On Wed, Feb 12, 2025 at 11:45:20AM +0800, iyzsong <at> envs.net wrote:
> From: 宋文武 <iyzsong <at> member.fsf.org>
> 
> * gnu/packages/crates-io.scm (rust-ci-info-0.3) [arguments]:
> Set #:parallel-tests?.
> 
> Change-Id: I08157a173fc809bd7ed5f98a36b545cef287ea43
> ---
>  gnu/packages/crates-io.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
> index 9bbc8a93b3..40653af13a 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -12339,7 +12339,8 @@ (define-public rust-ci-info-0.3
>           "00pr17g6q6i752acrkycg0hkq3lm0p634anm41g3m6lqg8q83s75"))))
>      (build-system cargo-build-system)
>      (arguments
> -     `(#:cargo-test-flags
> +     `(#:parallel-tests? #f             ;fails otherwise
> +       #:cargo-test-flags
>         '("--release" "--"
>           "--skip=ci::ci_test::get_bamboo"
>           "--skip=ci::ci_test::get_taskcluster_runid"
> 
> base-commit: d59a13b6401e7494d8d5c9c9f66df3318451be79
> -- 
> 2.48.1
> 
> 
> 

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 157 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.