From unknown Sat Jun 14 03:56:41 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#54322] [PATCH 10/10] gnu: Fix sbcl-assoc-utils tests Resent-From: Aurora Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 09 Mar 2022 20:29:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 54322 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54322@debbugs.gnu.org Cc: Aurora X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164685772431348 (code B ref -1); Wed, 09 Mar 2022 20:29:08 +0000 Received: (at submit) by debbugs.gnu.org; 9 Mar 2022 20:28:44 +0000 Received: from localhost ([127.0.0.1]:60811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nS2vL-00089Y-Ks for submit@debbugs.gnu.org; Wed, 09 Mar 2022 15:28:43 -0500 Received: from lists.gnu.org ([209.51.188.17]:52684) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nS2vI-00089B-Ga for submit@debbugs.gnu.org; Wed, 09 Mar 2022 15:28:40 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33978) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nS2vI-0006Pf-BY for guix-patches@gnu.org; Wed, 09 Mar 2022 15:28:40 -0500 Received: from knopi.disroot.org ([178.21.23.139]:45128) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nS2vG-00084H-ND for guix-patches@gnu.org; Wed, 09 Mar 2022 15:28:40 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id A3FC640060; Wed, 9 Mar 2022 21:28:37 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8SMTP id Lq_CsXw50Q8m; Wed, 9 Mar 2022 21:28:36 +0100 (CET) From: Aurora DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1646857715; bh=9UCsH3LIY0/8qPDVvFzeoqciBkHACj92JsFNYGFWKqA=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=hT8YfUX95Oho/AJJKGzmRsLd6hWiiYDwVFTFUtj6fapi/AAU+3OWJcv1U0zr28BuY bLrvwBGbqfqU/y0rHxNjNJjhjqSvICWJzrineVAZARfUzmds+r6JDJA4cxghKgaQfM Gc5/wyt+n8ruUWV8FYwLkmuXhaPA2gyX9YVDodb3AAPWHuNm7JIeuZntCm0d832z3R bJIislyQxgHPLwEG5hScDABOx0X2YNhtpmFw7po3c57DzhKUkirbD/cXz2p7FJEldn 8+Xe9nTME41UUTqXingBkLSbfnMbro1+GMGLnXN6hwecca6jfax8Dcm7+K6zKr/Sdk e7lihlUm8m/KA== Date: Wed, 9 Mar 2022 20:27:49 +0000 Message-Id: <20220309202749.2196-11-rind38@disroot.org> In-Reply-To: <20220309202749.2196-1-rind38@disroot.org> References: <20220309202749.2196-1-rind38@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=rind38@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) --- gnu/packages/lisp-xyz.scm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 6ff7606..8c27339 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -17255,15 +17255,7 @@ computing and event based message handling.") (base32 "1yac1v7zmdxj0p6rvwrrhyqvy7yjfhmqbchkwqhhr89gpjvvaick")))) (build-system asdf-build-system/sbcl) (arguments - ;; All test cases pass, but tests successfully fail at the end: - ;; - ;; Summary: - ;; All 1 file passed. - ;; Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread - ;; #: - ;; Component ASSOC-UTILS-ASD::ASSOC-UTILS-TEST not found, required by - ;; # - `(#:tests? #f)) + '(#:asd-systems '("assoc-utils-test" "assoc-utils"))) (native-inputs (list sbcl-prove)) (home-page "https://github.com/fukamachi/assoc-utils") -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 10 01:57:55 2022 Received: (at control) by debbugs.gnu.org; 10 Mar 2022 06:57:55 +0000 Received: from localhost ([127.0.0.1]:33042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSCkF-0004S3-B8 for submit@debbugs.gnu.org; Thu, 10 Mar 2022 01:57:55 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:19214) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSCkD-0004Rt-KE for control@debbugs.gnu.org; Thu, 10 Mar 2022 01:57:54 -0500 Received: from lprikler-laptop.ist.intra (gw.ist.tugraz.at [129.27.202.101]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4KDfyc2Hzlz3xWr for ; Thu, 10 Mar 2022 07:57:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1646895464; bh=SLrNiIbniujID2txT45lz38cFX8tCSXOvonuH+VZBw4=; h=Subject:From:To:Date; b=kwD1HsDM3mUVz+rIIX5u3Rk0wtAdJpPZjTIXvgM5evB6CDycdiOUZOaTL5TInP6Lm Y3Mkg7polwAu+aQxA/8QELYC6zTLc90oSDK4hlme8mbvBUR0MUBLe3o0FDRwp2BmO9 n4kE/yzjatPhZ5R7yNHzgkMpMIWiMYRNh8YE2sFk= Message-ID: <111d686dcfe260872f177f5ce2d2bc9d5c063f28.camel@ist.tugraz.at> Subject: From: Liliana Marie Prikler To: control@debbugs.gnu.org Date: Thu, 10 Mar 2022 07:57:43 +0100 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TUG-Backscatter-control: waObeELIUl4ypBWmcn/8wQ X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: 1.4 (+) 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: merge 54312 54313 54314 54315 54316 54317 54318 54319 54320 54321 54322 thanks Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [129.27.2.202 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [129.27.2.202 listed in wl.mailspike.net] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 2.0 BLANK_SUBJECT Subject is present but empty -0.0 T_SCC_BODY_TEXT_LINE No description available. 1.7 BODY_EMPTY No body text in message 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.4 (/) merge 54312 54313 54314 54315 54316 54317 54318 54319 54320 54321 54322 thanks