From unknown Sat Aug 09 13:14:39 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#32930 <32930@debbugs.gnu.org> To: bug#32930 <32930@debbugs.gnu.org> Subject: Status: Broken ASDF tests? Reply-To: bug#32930 <32930@debbugs.gnu.org> Date: Sat, 09 Aug 2025 20:14:39 +0000 retitle 32930 Broken ASDF tests? reassign 32930 guix submitter 32930 Pierre Neidhardt severity 32930 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 04 06:20:39 2018 Received: (at submit) by debbugs.gnu.org; 4 Oct 2018 10:20:39 +0000 Received: from localhost ([127.0.0.1]:36347 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g80kJ-00039e-8S for submit@debbugs.gnu.org; Thu, 04 Oct 2018 06:20:39 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34680) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g80kI-00039Q-8n for submit@debbugs.gnu.org; Thu, 04 Oct 2018 06:20:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g80kB-0004R4-6e for submit@debbugs.gnu.org; Thu, 04 Oct 2018 06:20:32 -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.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:55378) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g80kB-0004Qs-38 for submit@debbugs.gnu.org; Thu, 04 Oct 2018 06:20:31 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g80k7-0005qX-OI for bug-guix@gnu.org; Thu, 04 Oct 2018 06:20:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g80hj-0001LM-RD for bug-guix@gnu.org; Thu, 04 Oct 2018 06:18:03 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:56351) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g80hj-0001Ix-Ko for bug-guix@gnu.org; Thu, 04 Oct 2018 06:17:59 -0400 X-Originating-IP: 88.190.253.40 Received: from mimimi (unknown [88.190.253.40]) (Authenticated sender: mail@ambrevar.xyz) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 47EED20012; Thu, 4 Oct 2018 10:17:57 +0000 (UTC) User-agent: mu4e 1.0; emacs 26.1 From: Pierre Neidhardt To: bug-guix@gnu.org Subject: Broken ASDF tests? Date: Thu, 04 Oct 2018 12:17:56 +0200 Message-ID: <87in2im2wb.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: Andy Patterson 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: -6.0 (------) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable sbcl-split-sequence tests don't pass. The issue was reported upstream, but the author claims that the test-system function is wrong in many ways. https://github.com/sharplispers/split-sequence/issues/8 Andy, what do you think? =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlu16NQACgkQm9z0l6S7 zH8MkwgArq7cSE0M62WIUnX32t0QQdCOTRCY4bbjDO5iBVEPyX+4EtH2Aww+B8pB DBnOLZzgEnlzpM2sn4h4mmp6SZVT73fIwJKhro6NhnGGOtW9byVAP9H8Jb7GH7bL /BliJwV0VB8wuHH2VqcawO5rIF62UyInCX9ye/MHXeRGVGLE6DM0DYY0ZoCWBORb 85VGP+SP+RIk1kDhwbP6XOgihPHvfbh3OPKaDOy3NfvuI3wjTg07XUz4EMk4SrVW erl5XhRfOU3V+QgClm53gFjPvqptv3RlA4UFeNYFNuyLLeA1zrOzS+DN+N4ezcqi ncMSWNSBZLt906HR6DU6nrg9a3AqdA== =M0eh -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 07 04:27:04 2020 Received: (at 32930) by debbugs.gnu.org; 7 Apr 2020 08:27:04 +0000 Received: from localhost ([127.0.0.1]:49523 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jLjZX-0006bK-Ua for submit@debbugs.gnu.org; Tue, 07 Apr 2020 04:27:04 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:48049) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jLjZV-0006aZ-UT for 32930@debbugs.gnu.org; Tue, 07 Apr 2020 04:27:02 -0400 X-Originating-IP: 78.199.129.170 Received: from mimimi (moi44-1-78-199-129-170.fbx.proxad.net [78.199.129.170]) (Authenticated sender: mail@ambrevar.xyz) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 8CE72E0004; Tue, 7 Apr 2020 08:26:53 +0000 (UTC) From: Pierre Neidhardt To: 32930@debbugs.gnu.org Subject: Re: bug#32930: Broken ASDF tests? References: <87in2im2wb.fsf@ambrevar.xyz> Date: Tue, 07 Apr 2020 10:26:51 +0200 In-Reply-To: <87in2im2wb.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Thu, 04 Oct 2018 12:17:56 +0200") Message-ID: <87ftdfwvjo.fsf@ambrevar.xyz> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 1.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: Fixed in 92da05885c780fb92694f0d84ceda093b1b67db8. -- Pierre Neidhardt https://ambrevar.xyz/ Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.196 listed in wl.mailspike.net] 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.196 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 32930 Cc: Andy Patterson 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.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: Fixed in 92da05885c780fb92694f0d84ceda093b1b67db8. -- Pierre Neidhardt https://ambrevar.xyz/ Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.196 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.196 listed in wl.mailspike.net] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Fixed in 92da05885c780fb92694f0d84ceda093b1b67db8. =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl6MOUsACgkQm9z0l6S7 zH9clgf+NytuoHgrRwsOEvTgeY9UUDFXP7KMPhivr0Bi70vVdsmjt60jj4QdRoQz fl8ddLd+rv2YTRsV49GjlPZYKVLNBjkBhdYv9CIQ29v88NeMmANIWYQ7MVgv0N7E cFpXxRDoHxdW2QffwG/wnboKXWMfuAWMfGYzJBpbT3bNEQd6wpH0X5KN2uAc2wZB +DIA1klCm8YfGulfRLutq7B3uj2DDHSC2fq5VZTDOgj+QymijDputCFlLQ2tDBPr hoRTIlQDBsBqMuproo6nkD9w042n10u8Asqradhv5mZAPzC8OtdxVi8ODZPXDyXx 3wEKEUs8Uxsi2rofJDHsHZmVFQcrxA== =XEi0 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 07 04:27:17 2020 Received: (at control) by debbugs.gnu.org; 7 Apr 2020 08:27:17 +0000 Received: from localhost ([127.0.0.1]:49526 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jLjZl-0006cD-4X for submit@debbugs.gnu.org; Tue, 07 Apr 2020 04:27:17 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:52107) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jLjZj-0006bi-6j for control@debbugs.gnu.org; Tue, 07 Apr 2020 04:27:15 -0400 X-Originating-IP: 78.199.129.170 Received: from mimimi (moi44-1-78-199-129-170.fbx.proxad.net [78.199.129.170]) (Authenticated sender: mail@ambrevar.xyz) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 038BC60015 for ; Tue, 7 Apr 2020 08:27:03 +0000 (UTC) Date: Tue, 07 Apr 2020 10:27:02 +0200 Message-Id: <87eeszwvjd.fsf@ambrevar.xyz> To: control@debbugs.gnu.org From: Pierre Neidhardt Subject: control message for bug #32930 X-Spam-Score: -0.2 (/) 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: -1.2 (-) close 32930 quit From unknown Sat Aug 09 13:14:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 05 May 2020 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator