From unknown Thu Jul 10 15:18:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35126] [PATCH] gnu: rust: Enable parallel tests starting with 1.26. Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 03 Apr 2019 17:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 35126 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 35126@debbugs.gnu.org Cc: Danny Milosavljevic X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.155431086420186 (code B ref -1); Wed, 03 Apr 2019 17:02:02 +0000 Received: (at submit) by debbugs.gnu.org; 3 Apr 2019 17:01:04 +0000 Received: from localhost ([127.0.0.1]:43159 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBjG4-0005FW-GE for submit@debbugs.gnu.org; Wed, 03 Apr 2019 13:01:04 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52841) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBjG2-0005Eo-Jf for submit@debbugs.gnu.org; Wed, 03 Apr 2019 13:01:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:40772) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hBjFw-00042O-Ss for submit@debbugs.gnu.org; Wed, 03 Apr 2019 13:00:57 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBjFt-0000Oa-Jv for guix-patches@gnu.org; Wed, 03 Apr 2019 13:00:56 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_05,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBjFs-0003u2-BG for guix-patches@gnu.org; Wed, 03 Apr 2019 13:00:53 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:36008) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hBjFs-0003rk-2W for guix-patches@gnu.org; Wed, 03 Apr 2019 13:00:52 -0400 Received: from dayas.3.home (77.116.237.44.wireless.dyn.drei.com [77.116.237.44]) by dd26836.kasserver.com (Postfix) with ESMTPSA id D2D0C336043E; Wed, 3 Apr 2019 19:00:50 +0200 (CEST) From: Danny Milosavljevic Date: Wed, 3 Apr 2019 19:00:44 +0200 Message-Id: <20190403170044.21420-1-dannym@scratchpost.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Tags: patch Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 85.13.145.193 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/rust.scm (rust-1.26)[arguments]<#:phases>[check]: Enable parallel tests. --- gnu/packages/rust.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index 63426a12fc..23b28cce23 100644 --- a/gnu/packages/rust.scm +++ b/gnu/packages/rust.scm @@ -724,6 +724,11 @@ jemalloc =3D \"" jemalloc "/lib/libjemalloc_pic.a" "= \" `(modify-phases ,phases ;; binaryen was replaced with LLD project from LLVM (delete 'dont-build-native) + (replace 'check + (lambda* _ + ;; Enable parallel execution. + (invoke "./x.py" (string-append "-j" (number->string (p= arallel-job-count))) "test" "-vv") + (invoke "./x.py" (string-append "-j" (number->string (p= arallel-job-count))) "test" "src/tools/cargo"))) (replace 'remove-unsupported-tests (lambda* _ ;; Our ld-wrapper cannot process non-UTF8 bytes in LIBR= ARY_PATH. From unknown Thu Jul 10 15:18:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35126] [PATCH] gnu: rust: Enable parallel tests starting with 1.26. Resent-From: Ivan Petkov Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 04 Apr 2019 00:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35126 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Danny Milosavljevic Cc: 35126@debbugs.gnu.org Received: via spool by 35126-submit@debbugs.gnu.org id=B35126.155433916717375 (code B ref 35126); Thu, 04 Apr 2019 00:53:02 +0000 Received: (at 35126) by debbugs.gnu.org; 4 Apr 2019 00:52:47 +0000 Received: from localhost ([127.0.0.1]:43473 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBqcZ-0004WB-Hc for submit@debbugs.gnu.org; Wed, 03 Apr 2019 20:52:47 -0400 Received: from mail-pl1-f175.google.com ([209.85.214.175]:45220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBqcY-0004Vw-4Z for 35126@debbugs.gnu.org; Wed, 03 Apr 2019 20:52:46 -0400 Received: by mail-pl1-f175.google.com with SMTP id bf11so244450plb.12 for <35126@debbugs.gnu.org>; Wed, 03 Apr 2019 17:52:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=eEYoCrXwa2KwbctDpGHq2vSTW1cH/QFglbt0+Tx35DA=; b=buRbq4muawMBfDnUCCE3NjejtDF/0lLYK8D6tS9FmDMHWCPiONb/smPs1tNqtFZ3O8 TH0bjzWGsPUswa1n1G0yPdNk6ekOGCPUyeZYLLSv4sbusoMceDsRisRoRyhdIEVtw1tN yPJX203SlXFnCz9DRynoJOQI7HSaf62W/JB1mRbq3fYZ7coxF6fGN7QR/PyTPmpXj4aY +6niI8ZV0tclG0gStK1Td0ygI7FFsjzJVgbQJKfdVsXrcFSKNDOB36TrFx/euyj/1cnM QwQkVAuvPRztRXGQLCvasfUqCcmDhRZx36jXBVx+9kVIh93A3vWFozQaJY/oCer7YMra cAng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=eEYoCrXwa2KwbctDpGHq2vSTW1cH/QFglbt0+Tx35DA=; b=fTDAraDAZ9DCb5X+FPyifbqLaaoE6GbPHEh06wkj5wmIf5KWQ0HbrM6UExpDF9p7oe rMvByRtlEAMGoBFDxOByCFEVw15ddOrqFU+QRR/n0osEeLOAu3H4gXpZYKfkl+AK/tPl neU04Bzfki76Do2QCo2fqajVgSEBcss86YQdFBg3E0SiHJGM/fzvwzhYI9bPBENZK4fM GKxkfDldouwGq8rvNdi0arLr+MDfMFh42t1R2vTelK52ujTvZlPqQ+DLq12PeV12CQGh IL4yxOZp0WpG/bJRr6v+HwIARzZBRk8IALJtR/2M7Wp3ILv2ZwF8Bb31h7FZc9CZLHML 5wWw== X-Gm-Message-State: APjAAAWvo6XB2902UGyz/iiOh8L/JaE57J3pl4Oc++NYMG6y3roQMV+x DQN35ex/RaHR/ivCNKntsGw= X-Google-Smtp-Source: APXvYqyw8MM73yiLj01L7vm/Z238hIH7/ssw56Eq1dYkQS3l+ugedOV3KaTMg6tluruw3ltFH1jKng== X-Received: by 2002:a17:902:8606:: with SMTP id f6mr3253919plo.151.1554339160314; Wed, 03 Apr 2019 17:52:40 -0700 (PDT) Received: from ?IPv6:2601:602:9a00:1784:5d78:953b:75b0:54c9? ([2601:602:9a00:1784:5d78:953b:75b0:54c9]) by smtp.gmail.com with ESMTPSA id c189sm25936478pfg.24.2019.04.03.17.52.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Apr 2019 17:52:39 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) From: Ivan Petkov In-Reply-To: <20190403170044.21420-1-dannym@scratchpost.org> Date: Wed, 3 Apr 2019 17:52:35 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20190403170044.21420-1-dannym@scratchpost.org> X-Mailer: Apple Mail (2.3445.9.1) X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Functionally, it looks good to me (and should speed up all subsequent = builds)! Just curious, any reason why we=E2=80=99re doing this starting 1.26 and = not earlier? =E2=80=94Ivan= From unknown Thu Jul 10 15:18:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35126] [PATCH] gnu: rust: Enable parallel tests starting with 1.26. Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 04 Apr 2019 18:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35126 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ivan Petkov Cc: 35126@debbugs.gnu.org Received: via spool by 35126-submit@debbugs.gnu.org id=B35126.155440259228276 (code B ref 35126); Thu, 04 Apr 2019 18:30:02 +0000 Received: (at 35126) by debbugs.gnu.org; 4 Apr 2019 18:29:52 +0000 Received: from localhost ([127.0.0.1]:44672 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hC77X-0007M0-Uw for submit@debbugs.gnu.org; Thu, 04 Apr 2019 14:29:52 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:44268) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hC77V-0007Lr-L3 for 35126@debbugs.gnu.org; Thu, 04 Apr 2019 14:29:50 -0400 Received: from localhost (77.116.185.182.wireless.dyn.drei.com [77.116.185.182]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 490F533611D6; Thu, 4 Apr 2019 20:29:47 +0200 (CEST) Date: Thu, 4 Apr 2019 20:29:38 +0200 From: Danny Milosavljevic Message-ID: <20190404202929.7b932d3b@scratchpost.org> In-Reply-To: References: <20190403170044.21420-1-dannym@scratchpost.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/9ODT0B1B4XHXl9EvgOVbMND"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --Sig_/9ODT0B1B4XHXl9EvgOVbMND Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Ivan, On Wed, 3 Apr 2019 17:52:35 -0700 Ivan Petkov wrote: > Functionally, it looks good to me (and should speed up all subsequent bui= lds)! >=20 > Just curious, any reason why we=E2=80=99re doing this starting 1.26 and n= ot earlier? There have been problems with it in very old Rust builds which is why it was disabled in the first place. Icecat uses Rust 1.24 - I selfishly don't want to change that one because I use it ;) And I'm not sure when (in which version) they fixed the parallel tests (if they fixed them, that is). So I'm kinda starting in the middle... (I'm now up to and excluding rust 1.30.1 with enabled parallel tests with -= j4) (rust 1.30.1 is still building for a few rounds) --Sig_/9ODT0B1B4XHXl9EvgOVbMND Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlymTRIACgkQ5xo1VCww uqV10gf/Xr2Qv/JDYfg+ve/HWAYsxHM97AVLHOdSc+9hCdzAbBWhsecXI879hU73 zS3voQMFskplfKiwY7EY0fZK/KTV5UZOrtnLxf9aNGZl0nF1XTRqT4AZol+I2zAi smyjv6vy1piHJbp71dnZA3Ji97T3GtLnNFzr2UC0rDb1yAwStUf5AyMXWxE15XQl wn8VzChbcFnSfmWZsv/nN4MbGo0l/N6ZEUxtKinj6RJyk2DN7v5XE3YB9GGJTdJP GNSREScE7/zDDD+Mjr6rumPoojtiw8wDDXpyYkTUsPWYJ9U0OfFHtl5VQcB7l/jL tfR6Rxi3FIey5fkL0xpx1r54klzmBA== =UYQy -----END PGP SIGNATURE----- --Sig_/9ODT0B1B4XHXl9EvgOVbMND-- From unknown Thu Jul 10 15:18:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35126] [PATCH] gnu: rust: Enable parallel tests starting with 1.26. Resent-From: Ivan Petkov Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 04 Apr 2019 22:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35126 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Danny Milosavljevic Cc: 35126@debbugs.gnu.org Received: via spool by 35126-submit@debbugs.gnu.org id=B35126.155441520817265 (code B ref 35126); Thu, 04 Apr 2019 22:01:02 +0000 Received: (at 35126) by debbugs.gnu.org; 4 Apr 2019 22:00:08 +0000 Received: from localhost ([127.0.0.1]:44768 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCAP1-0004UG-Iz for submit@debbugs.gnu.org; Thu, 04 Apr 2019 18:00:07 -0400 Received: from mail-pg1-f174.google.com ([209.85.215.174]:45353) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCAOz-0004TD-9l for 35126@debbugs.gnu.org; Thu, 04 Apr 2019 18:00:05 -0400 Received: by mail-pg1-f174.google.com with SMTP id y3so1881324pgk.12 for <35126@debbugs.gnu.org>; Thu, 04 Apr 2019 15:00:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=meS9QemZmT4btXp4g0+AbP3k18Imsq19FLjQMHSlLfw=; b=HfnGMFOtp1G80rxSoROmiTzcJpQGSkQ7jkxWcdBe4vWWv/HYIE0lJTx3qi2UlAquOY j3/HL6YCI2Fum4E1MdWqAypJC++Q+cmncRFPSHtwP8e7Vb0SmYSEOREb33LCrt3tBVsN 1Db9gTJWUVtl0N0KDYFetwjTgUE+0rHSfruWC6FEfLzkuFIfMeCjtvEcI/9wCDTfxMf9 z3z08t7NwwjWG54spkC/TApIInuIwwcEw2pOJVaZvl55pqoe+pJwbEh9/5HP85zn3Gdq +5/cjqsR2TvzZYzjUnWYPflJ6plkE0QDINZdDu7K2U0/vztahpGVXoo1jo2OzpsvZyK+ EZHw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=meS9QemZmT4btXp4g0+AbP3k18Imsq19FLjQMHSlLfw=; b=Efh3oCYdKhzqICLKPLoRoogJd4QIop1jabMHkmhZwSEDRLXTC4vonS6rcYeWh4GyG4 v8yuVACtSSgZfBarEAvx2oGj8WqnflZx7GZKiuGTU3G8R15cGPkISX27g52nmwS9az0/ hhIl/+Dgki1sKvJM3HMAYHQBr5OygpaF5JNVjcr1K8mYGD0kdFwmlY3G++7gi5zyHA0p V7W+vuzucyQq5irm41mBYy+g7NAj/ZqENmO4FOtOrRLNbDu3Kmkq230OTH7ksyGjpCwz ZNIMtlmjTBsLa4pEVZp791aS4I9oso5AVGPs4fR6EWdLCmmw6F2hupmcKiQQ0JsHFYL1 R7yA== X-Gm-Message-State: APjAAAXZS0Mt9T07VopfI7As3W00/3rDMimIWslb4a6lNetNFVwwayI+ 2+u7jJtUzAdKRMp8jvUhgCM= X-Google-Smtp-Source: APXvYqx46/T7cIptX9zISv87082w1+Z+3IxweNJG6O/q3OaH/Vr2yw3D8iIGfVzORSpbMqbRwuDTUg== X-Received: by 2002:a62:e215:: with SMTP id a21mr7110345pfi.30.1554415199027; Thu, 04 Apr 2019 14:59:59 -0700 (PDT) Received: from ?IPv6:2601:602:9a00:1784:cc9c:b96b:d35:64ff? ([2601:602:9a00:1784:cc9c:b96b:d35:64ff]) by smtp.gmail.com with ESMTPSA id n5sm24640688pgp.80.2019.04.04.14.59.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Apr 2019 14:59:58 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) From: Ivan Petkov In-Reply-To: <20190404202929.7b932d3b@scratchpost.org> Date: Thu, 4 Apr 2019 14:59:53 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20190403170044.21420-1-dannym@scratchpost.org> <20190404202929.7b932d3b@scratchpost.org> X-Mailer: Apple Mail (2.3445.9.1) X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Danny, > On Apr 4, 2019, at 11:29 AM, Danny Milosavljevic = wrote: >=20 > There have been problems with it in very old Rust builds which is why = it was > disabled in the first place. >=20 > Icecat uses Rust 1.24 - I selfishly don't want to change that one = because I > use it ;) Can=E2=80=99t say that I fault you there, I really hate having to = rebootstrap the entire rust chain ;) > And I'm not sure when (in which version) they fixed the parallel tests = (if > they fixed them, that is). >=20 > So I'm kinda starting in the middle... We can always try moving it up to earlier versions as necessary, so = I=E2=80=99m fine with landing this as long as all the later tests build fine! =E2=80=94Ivan= From unknown Thu Jul 10 15:18:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35126] [PATCH] gnu: rust: Enable parallel tests starting with 1.26. Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 05 Apr 2019 14:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35126 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ivan Petkov Cc: 35126@debbugs.gnu.org Received: via spool by 35126-submit@debbugs.gnu.org id=B35126.155447347926774 (code B ref 35126); Fri, 05 Apr 2019 14:12:02 +0000 Received: (at 35126) by debbugs.gnu.org; 5 Apr 2019 14:11:19 +0000 Received: from localhost ([127.0.0.1]:46153 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCPYs-0006xm-VP for submit@debbugs.gnu.org; Fri, 05 Apr 2019 10:11:19 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:56562) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCPYr-0006xd-H5 for 35126@debbugs.gnu.org; Fri, 05 Apr 2019 10:11:18 -0400 Received: from localhost (77.116.185.182.wireless.dyn.drei.com [77.116.185.182]) by dd26836.kasserver.com (Postfix) with ESMTPSA id BDF2E336297C; Fri, 5 Apr 2019 16:11:15 +0200 (CEST) Date: Fri, 5 Apr 2019 16:11:07 +0200 From: Danny Milosavljevic Message-ID: <20190405161107.18d254ce@scratchpost.org> In-Reply-To: <20190404202929.7b932d3b@scratchpost.org> References: <20190403170044.21420-1-dannym@scratchpost.org> <20190404202929.7b932d3b@scratchpost.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/fUG8Y/=dHEQXRB87TNZP7EF"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --Sig_/fUG8Y/=dHEQXRB87TNZP7EF Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable All tests of all Rust >=3D 1.26 just successfully completed--with parallel = tests. Should we limit the number of parallel jobs? I think at least armhf is goi= ng to be very overloaded otherwise. To which value? --Sig_/fUG8Y/=dHEQXRB87TNZP7EF Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlynYfsACgkQ5xo1VCww uqXLKQf/aI0uFnMFBJxRv4dfVGiK4o6AJzZFBuF21AhWWWcycrkUJWKkI3Np6kOn qcotueMiqC7xOY8BGmOaQAMetail5lAHtX8YRckLFOdIJ/NlyumySDYVRF2fSJYE U46lq8tNrdGb3iw41lLzWaDAL0gPdX4/P8FRqyP9WdvdojWQYGrpmvZm1P9xvA4n qyXKBeWXXyO7n4NKNTokZhyR3E918iXnEnWuIjTRc70mDklZ56XcxfT/oc1slEfK z75K/L6LYQh/qqgb340nQuBAiSqek+GoDzivUFLWu215EDIQyWcgwy0mtQhVH1Ky KvlewKM6M6D5fabDfHMpxTGyc0HBaw== =NdDY -----END PGP SIGNATURE----- --Sig_/fUG8Y/=dHEQXRB87TNZP7EF-- From unknown Thu Jul 10 15:18:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35126] [PATCH] gnu: rust: Enable parallel tests starting with 1.26. Resent-From: Ivan Petkov Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 05 Apr 2019 15:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35126 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Danny Milosavljevic Cc: 35126@debbugs.gnu.org Received: via spool by 35126-submit@debbugs.gnu.org id=B35126.15544786229873 (code B ref 35126); Fri, 05 Apr 2019 15:38:02 +0000 Received: (at 35126) by debbugs.gnu.org; 5 Apr 2019 15:37:02 +0000 Received: from localhost ([127.0.0.1]:46204 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCQtp-0002Z1-Ky for submit@debbugs.gnu.org; Fri, 05 Apr 2019 11:37:01 -0400 Received: from mail-pg1-f177.google.com ([209.85.215.177]:44369) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCQtl-0002Ye-I9 for 35126@debbugs.gnu.org; Fri, 05 Apr 2019 11:36:58 -0400 Received: by mail-pg1-f177.google.com with SMTP id i2so3256509pgj.11 for <35126@debbugs.gnu.org>; Fri, 05 Apr 2019 08:36:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=84z8ABokLKDIMgs+NIQ0/DutAShlS2qDXloU6RuCRr4=; b=QSmJh2AkKtJicWWGhYDvLYUsoTzdTWrobZKW3ealqJ7d90XEEvCpGYI3N37My0irpb 4MB3emOSW8N1g4i3IPP/cX1DSRYQELixNEmd2UWEuUsCh45/qXSwU4y/xyZLH8lHN2Ou Ouwt/bZh8cUu2WDgnWxQ6CxsQWfHh+WaRImrVkA/KHVzeTPNdoSyAk7z5t+3/QuUQMH3 8Q2ENqEevjL8vOM81IH/JewgQVHom7t7QyZdAXgaGfF1DxmPLrMhN1UVZnZ693KFYjuW 436Nv950f2lgN9VhvId5zFhBB9CicuOqIYhMyTx/HgRoHX/YHi61ZPyh4oOHLw2tK6Ll CXPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=84z8ABokLKDIMgs+NIQ0/DutAShlS2qDXloU6RuCRr4=; b=tVBKLV3owpEaomEJXknb4nPVlRpaKMzgGYqApmaSB5icd5oYjQTz5qFeZltgyoqJ+a XzvwxVO4doGu1VQL9nEoE9TgiDct+TF2+k0+BXpX3VFLo1hN44pmaNbvS7nJdlJkI2+v SLgvtX2e7mEp5rnvduPVWr45UOerFmDunr/TkxjtThcBKFkbI03uWonCoeZjDltoggXA J73/LJTX1qfV/YMOcYe3t9+okasXqc9Fm8S5ES5nHeJvt/4jc3TdchNKbQjK5cjW4WyH crTdUiCX5GUe+P5jTgA2ZNnOWeGlInE547RAwjzYKZbBcSb2BptRSfdNKhZicMC/PCfV wMwA== X-Gm-Message-State: APjAAAXtXpbUx6awtSBgcmXEs+uB8kU7G+iSvzzQ+xt0/Sx0hgWCvJj2 cB8O9fjeBXMISHpJVR23KMY= X-Google-Smtp-Source: APXvYqxq5/gqVXMrSVWqc/bcgfPJXpiE5UMIvvlK7vW1ejSOjUbI9ry8ol1/YQJm+SzE1s4xALiItg== X-Received: by 2002:a63:3281:: with SMTP id y123mr6026065pgy.272.1554478611175; Fri, 05 Apr 2019 08:36:51 -0700 (PDT) Received: from ?IPv6:2601:602:9a00:1784:dce6:1e7f:2b33:ff92? ([2601:602:9a00:1784:dce6:1e7f:2b33:ff92]) by smtp.gmail.com with ESMTPSA id j6sm29456449pfe.107.2019.04.05.08.36.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Apr 2019 08:36:48 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) From: Ivan Petkov In-Reply-To: <20190405161107.18d254ce@scratchpost.org> Date: Fri, 5 Apr 2019 08:36:44 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <0957487E-757F-438D-995E-3118F9AB6C92@gmail.com> References: <20190403170044.21420-1-dannym@scratchpost.org> <20190404202929.7b932d3b@scratchpost.org> <20190405161107.18d254ce@scratchpost.org> X-Mailer: Apple Mail (2.3445.9.1) X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Danny, > On Apr 5, 2019, at 7:11 AM, Danny Milosavljevic = wrote: >=20 > Should we limit the number of parallel jobs? I think at least armhf = is going > to be very overloaded otherwise. To which value? Do the armhf builders define that they have fewer cores available? If not, we could cap the max jobs to 2, although it would be nice to = potentially use as many cores as are available for non-armhf builds. =E2=80=94Ivan= From unknown Thu Jul 10 15:18:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35126] [PATCH] gnu: rust: Enable parallel tests starting with 1.26. Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 06 Apr 2019 10:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35126 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ivan Petkov Cc: 35126@debbugs.gnu.org Received: via spool by 35126-submit@debbugs.gnu.org id=B35126.15545477021544 (code B ref 35126); Sat, 06 Apr 2019 10:49:02 +0000 Received: (at 35126) by debbugs.gnu.org; 6 Apr 2019 10:48:22 +0000 Received: from localhost ([127.0.0.1]:46611 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCis2-0000Op-4p for submit@debbugs.gnu.org; Sat, 06 Apr 2019 06:48:22 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:47184) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCirz-0000Og-5T for 35126@debbugs.gnu.org; Sat, 06 Apr 2019 06:48:19 -0400 Received: from localhost (178.113.210.35.wireless.dyn.drei.com [178.113.210.35]) by dd26836.kasserver.com (Postfix) with ESMTPSA id E311033611D6; Sat, 6 Apr 2019 12:48:17 +0200 (CEST) Date: Sat, 6 Apr 2019 12:48:15 +0200 From: Danny Milosavljevic Message-ID: <20190406124815.0d448082@scratchpost.org> In-Reply-To: <0957487E-757F-438D-995E-3118F9AB6C92@gmail.com> References: <20190403170044.21420-1-dannym@scratchpost.org> <20190404202929.7b932d3b@scratchpost.org> <20190405161107.18d254ce@scratchpost.org> <0957487E-757F-438D-995E-3118F9AB6C92@gmail.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/=sWl.xHnkRX_dwh1x=/zLQ6"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --Sig_/=sWl.xHnkRX_dwh1x=/zLQ6 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 5 Apr 2019 08:36:44 -0700 Ivan Petkov wrote: > Hi Danny, >=20 > > On Apr 5, 2019, at 7:11 AM, Danny Milosavljevic wrote: > >=20 > > Should we limit the number of parallel jobs? I think at least armhf is= going > > to be very overloaded otherwise. To which value? =20 >=20 > Do the armhf builders define that they have fewer cores available? >=20 > If not, we could cap the max jobs to 2, although it would be nice to pote= ntially > use as many cores as are available for non-armhf builds. I think the problem is RAM usage. Arm machines have little RAM and will ch= oke if too many memory-expensive things run in parallel. --Sig_/=sWl.xHnkRX_dwh1x=/zLQ6 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlyog+8ACgkQ5xo1VCww uqWSxAgAiAaa+KtXlcz7lwBxRyHiIjUUw6dN1PCEy5rppJkTGtyoqPW90tWl1/5p fRnkvh25EwSbp5b0O4b/AnFPGm/t5PFcXcjJajIRlkQNHFCsNxAg5rFHi8FDZoh4 b8BMwAhLXouV6Gse/lI4YOXeenOPrmiXr4L2bN48RokMc0mWdp612hxSwdjAfCPr vz2Zs6ddZgj6JqmPt2c8AhWWkmVMM3E9FG8ROfjDZJwK8YGyf1USRF4aaSilCcM8 PvdC3BcqY/phKtpsYEtUtrP3MZDrYiqirbIgr+IVUfVdInxUd5t1Xmdp6osV0API 6K4uKXtiaSeBgDWRbWtbCMrX4rXXMw== =oZhw -----END PGP SIGNATURE----- --Sig_/=sWl.xHnkRX_dwh1x=/zLQ6-- From unknown Thu Jul 10 15:18:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35126] [PATCH] gnu: rust: Enable parallel tests starting with 1.26. Resent-From: Ivan Petkov Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 06 Apr 2019 16:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35126 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Danny Milosavljevic Cc: 35126@debbugs.gnu.org Received: via spool by 35126-submit@debbugs.gnu.org id=B35126.155456696831297 (code B ref 35126); Sat, 06 Apr 2019 16:10:02 +0000 Received: (at 35126) by debbugs.gnu.org; 6 Apr 2019 16:09:28 +0000 Received: from localhost ([127.0.0.1]:47414 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCnsl-00088i-Lb for submit@debbugs.gnu.org; Sat, 06 Apr 2019 12:09:27 -0400 Received: from mail-pf1-f193.google.com ([209.85.210.193]:33706) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCnsj-00088T-Ku for 35126@debbugs.gnu.org; Sat, 06 Apr 2019 12:09:26 -0400 Received: by mail-pf1-f193.google.com with SMTP id h5so388804pfo.0 for <35126@debbugs.gnu.org>; Sat, 06 Apr 2019 09:09:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=rSBiaB8tLixztcUIzydo4FxWdApQ6dC71z9daT1a878=; b=n9W1IwCCnTQW6b94IgcIhr/TUqEzXFck4nWBFxB85p5gmvXAGPEl6TZh5HZ4BHRvGg 4Vm571fJBvwOULDc6OnfLYHvqR1Np3ILQYDabq0YxdWUYB4Q3IIP78uXCSV/mA/XxCxl nkph1sVdd7pKYQaAZ+zUTK5r3dRPasrAtfYk7u0Ly+iJDmXTLnGqdOQ11aoKC7B9fCpt uflveu3AQ117LcLYD27tof5IlxQ+ylqm+u+MmhRUwEUWk88H3yVg4o7TA0QGuBgSGnMC eLLt8TE5fVqpcmgZLADLwb0vtYc2agY+fo+G18vKXfqMm6gN53FGLhvv7RUbv44cOp+U pOiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=rSBiaB8tLixztcUIzydo4FxWdApQ6dC71z9daT1a878=; b=tytGzD3SsKbs+O+IbaOzr0uNECFKPkPSF19YpMN/+zTWpL/cpOMQjDa2ACcsjKq3Hs lMftSLqGkcW9aFw7HbNc+mu5o3DkdcsXKtDRZW5FAkMWNUwwVim8WSaRYlI55/3wo/xn ckblFiwgZ3ArGwqfy5Zes5zbtPeuCcFKadQgi8fZZ/nWilPJNRFtkx3Pr46MxSHcAjyp qjDo6Q3tckkx7e/YrJ5hTugCP2GHQW0f4BxwnuNJAzyeaxaek0p+Qn/9VIbAzoKYukyh BwjsRGOOfvWwi9Kblmyd1EgYGwBcSAapP662SkKz4ctZP/h9jN+pEVS0F7kPn/hUoatX 1iyQ== X-Gm-Message-State: APjAAAUFKHk/WJBnlh06F6Zk2WG/JVHZBMiNcCz4skBwsyZq4O5CLevp +OTa0Cx3gQkIEtgcPVwgxr8= X-Google-Smtp-Source: APXvYqxvzZuJwfJokhgLMA5kTm5MWZ25wDRRPPuy31djVjke162VaIfdDMzoGwyW3eZMeDz9RZQaYg== X-Received: by 2002:a65:5049:: with SMTP id k9mr18931364pgo.229.1554566959823; Sat, 06 Apr 2019 09:09:19 -0700 (PDT) Received: from ?IPv6:2601:602:9a00:1784:25c5:82ed:a22:9ca0? ([2601:602:9a00:1784:25c5:82ed:a22:9ca0]) by smtp.gmail.com with ESMTPSA id r87sm41580005pfa.71.2019.04.06.09.09.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 06 Apr 2019 09:09:18 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) From: Ivan Petkov In-Reply-To: <20190406124815.0d448082@scratchpost.org> Date: Sat, 6 Apr 2019 09:09:13 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <90EB17C1-533B-4E1A-8709-990CF41D6E82@gmail.com> References: <20190403170044.21420-1-dannym@scratchpost.org> <20190404202929.7b932d3b@scratchpost.org> <20190405161107.18d254ce@scratchpost.org> <0957487E-757F-438D-995E-3118F9AB6C92@gmail.com> <20190406124815.0d448082@scratchpost.org> X-Mailer: Apple Mail (2.3445.9.1) X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > On Apr 6, 2019, at 3:48 AM, Danny Milosavljevic = wrote: >=20 > On Fri, 5 Apr 2019 08:36:44 -0700 > Ivan Petkov wrote: >=20 >> Hi Danny, >>=20 >>> On Apr 5, 2019, at 7:11 AM, Danny Milosavljevic = wrote: >>>=20 >>> Should we limit the number of parallel jobs? I think at least armhf = is going >>> to be very overloaded otherwise. To which value? =20 >>=20 >> Do the armhf builders define that they have fewer cores available? >>=20 >> If not, we could cap the max jobs to 2, although it would be nice to = potentially >> use as many cores as are available for non-armhf builds. >=20 > I think the problem is RAM usage. Arm machines have little RAM and = will choke > if too many memory-expensive things run in parallel. I=E2=80=99d anticipate that building rustc itself would be the most = memory intense operation, I think most of the individual tests aren=E2=80=99t anywhere nearly as = big=E2=80=A6 =E2=80=94Ivan= From unknown Thu Jul 10 15:18:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35126] [PATCH] gnu: rust: Enable parallel tests starting with 1.26. Resent-From: Ivan Petkov Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 08 Apr 2019 01:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35126 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Danny Milosavljevic Cc: 35126@debbugs.gnu.org Received: via spool by 35126-submit@debbugs.gnu.org id=B35126.155468782325281 (code B ref 35126); Mon, 08 Apr 2019 01:44:02 +0000 Received: (at 35126) by debbugs.gnu.org; 8 Apr 2019 01:43:43 +0000 Received: from localhost ([127.0.0.1]:48875 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hDJK3-0006Zh-3x for submit@debbugs.gnu.org; Sun, 07 Apr 2019 21:43:43 -0400 Received: from mail-pl1-f175.google.com ([209.85.214.175]:44996) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hDJK0-0006ZS-QF for 35126@debbugs.gnu.org; Sun, 07 Apr 2019 21:43:41 -0400 Received: by mail-pl1-f175.google.com with SMTP id g12so6330389pll.11 for <35126@debbugs.gnu.org>; Sun, 07 Apr 2019 18:43:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=w5sUlZgDA7Tlfi5Y2NquNDzKUhpIs5NApNueRAZUSr4=; b=Kaz1FUBXm9CDfwIULZHEnzeqeekZwMXh6pOq9ooie70DdUC4IvppVOaqBI2yAD16zz P1H8W14v6k3rYUBIosxbgztZUytFe0FhU1DtSdM39PxxzrXtyLTczFxUYilTFO3Xv4mI gm7nnddokDQMMf0LdLuxDIJcH1j5O1R9w+dL7Xk2oYan77DHmsl7dfeXhN3QhQI8DlKc CyD9k+vM0dmx6fsKhSJfyQtJjp5DiWXT+xxuFznXmE9EnOK6UAV6UBvjZDGV5c+cDmS4 a4SizQ8ynBoupNIMQJR8POVD1sbuOufj++y+/Kh1+X7dO5ZA8rQqscXEAHEero4PwVuW g5Gg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=w5sUlZgDA7Tlfi5Y2NquNDzKUhpIs5NApNueRAZUSr4=; b=cTzzz0NzH+1WMHj1xXAz6Lj+SVc+Z5XxLnRIGdyCr46DUNnEJv7aZJ3WdzM0zmHkRz WebdBVB9JAqjRNOpWnxcLS+6/5eS8pXAX/2JsH8ruN9XIYw0Yahs1jAlCu69MhpTKYev y73F9B2fcZbQ4WtwJlu5XgRQDQKH4rcUFEp+puPP5KZaYBOmO2n9aUN1OhzwgEJMyejw fDMq1kIB/43MIfF/+kbFmeglfAE3XiYB85j8SHwomEtMyvzK88zrk6+54Sx0EL1TAOWa alTDYWRqiEsPOXxd9avmDQCQQBPIgG7EcTibWIHm/WdhhNMTYj2jWExh/yfnbmcKBhbZ sxlQ== X-Gm-Message-State: APjAAAWRtnJ1AqWL47vAXdWZdFFVsIeRUwtGwUdahzxdpyqMuBlCPNRS +NXIufZPMHEOA/qJwwdDGlY= X-Google-Smtp-Source: APXvYqwXxXGroquSGjgaIdb+W4xzgQoST8EV6NdpMU3GDA9jSL6wLIGZI8tntHaqp9b0WkEdbIepWw== X-Received: by 2002:a17:902:586:: with SMTP id f6mr27470999plf.68.1554687814632; Sun, 07 Apr 2019 18:43:34 -0700 (PDT) Received: from ?IPv6:2601:602:9a00:1784:bd43:7463:8609:5367? ([2601:602:9a00:1784:bd43:7463:8609:5367]) by smtp.gmail.com with ESMTPSA id i79sm59122384pfj.28.2019.04.07.18.43.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 07 Apr 2019 18:43:34 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) From: Ivan Petkov In-Reply-To: <90EB17C1-533B-4E1A-8709-990CF41D6E82@gmail.com> Date: Sun, 7 Apr 2019 18:43:32 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20190403170044.21420-1-dannym@scratchpost.org> <20190404202929.7b932d3b@scratchpost.org> <20190405161107.18d254ce@scratchpost.org> <0957487E-757F-438D-995E-3118F9AB6C92@gmail.com> <20190406124815.0d448082@scratchpost.org> <90EB17C1-533B-4E1A-8709-990CF41D6E82@gmail.com> X-Mailer: Apple Mail (2.3445.9.1) X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Danny, When it=E2=80=99s time to merge this in, would you mind also changing = the `generate-checksums` procedure in (guix build cargo-utils) to omit the `src-name` parameter (as mentioned in #35155)? If we=E2=80=99re going to be having the CI bootstrap almost the whole = rustc chain for this change, we might as well combine them together and build all at once! Thanks, =E2=80=94Ivan= From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 11 18:27:42 2019 Received: (at control) by debbugs.gnu.org; 11 Apr 2019 22:27:42 +0000 Received: from localhost ([127.0.0.1]:55271 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEiAY-00078x-2D for submit@debbugs.gnu.org; Thu, 11 Apr 2019 18:27:42 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:40796) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEiAW-00078n-NA for control@debbugs.gnu.org; Thu, 11 Apr 2019 18:27:41 -0400 Received: from localhost (77.117.177.161.wireless.dyn.drei.com [77.117.177.161]) by dd26836.kasserver.com (Postfix) with ESMTPSA id E517E33629C5 for ; Fri, 12 Apr 2019 00:27:38 +0200 (CEST) Date: Fri, 12 Apr 2019 00:27:35 +0200 From: Danny Milosavljevic To: Message-ID: <20190412002735.2903634e@scratchpost.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/us22POPwGyq0K5rtFyuLGDC"; protocol="application/pgp-signature" X-Spam-Score: 3.8 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 35126 Content analysis details: (3.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [85.13.145.193 listed in list.dnswl.org] 0.0 TVD_SPACE_RATIO No description available. 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 2.5 TVD_SPACE_RATIO_MINFP Space ratio X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) --Sig_/us22POPwGyq0K5rtFyuLGDC Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable close 35126 --Sig_/us22POPwGyq0K5rtFyuLGDC Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlyvv1cACgkQ5xo1VCww uqWPcQgAhXR7xe5RS38JG/u4N9B+DI1R/UV80CMxEeWDj5k7mzynm9/O8rDyjyEX BshN8GLM/owZqadmn1DjjOninBUbEHAQhf4hoeVujBIjW7xWqTMgPgcCbNk+ediD qJ+MMS771I6QDMZQW35mn9hO1qsTINEqSuYLB1JVXPJIIP1IwkAbPkToz81inC2j A6KgalE272ioyySlIMzbWD4YcO04gr05qnRkHVW+9V/pjBvnDflbXvZv3fWFhAxg BOjz0RUrZOcMoXqfuYOW/jWuFakpWnOCZG4Xs8hLnrZxk/C+0Ppi69au9U3L4qWA UNDZWS7l0xg0DKu75/h9L4QKitfckg== =UUIg -----END PGP SIGNATURE----- --Sig_/us22POPwGyq0K5rtFyuLGDC--