From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sBXcOtfK2F9RRAAA0tVLHw (envelope-from ) for ; Tue, 15 Dec 2020 14:40:23 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id yLrDNtfK2F+fQQAAbx9fmQ (envelope-from ) for ; Tue, 15 Dec 2020 14:40:23 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id ABB629403CB for ; Tue, 15 Dec 2020 14:40:23 +0000 (UTC) Received: from localhost ([::1]:42632 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kpBV0-0003S2-Bz for larch@yhetil.org; Tue, 15 Dec 2020 09:40:22 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:40214) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kpBUg-00033N-Th for guix-patches@gnu.org; Tue, 15 Dec 2020 09:40:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44450) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kpBUg-0007ph-IN for guix-patches@gnu.org; Tue, 15 Dec 2020 09:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kpBUg-00009V-ES for guix-patches@gnu.org; Tue, 15 Dec 2020 09:40:02 -0500 Subject: bug#45112: [PATCH] gnu: maven-wagon-http: Disable a failing test. Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 15 Dec 2020 14:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 45112 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Michael Rohleder Mail-Followup-To: 45112@debbugs.gnu.org, julien@lepiller.eu, mike@rohleder.de Received: via spool by 45112-done@debbugs.gnu.org id=D45112.1608043160509 (code D ref 45112); Tue, 15 Dec 2020 14:40:02 +0000 Received: (at 45112-done) by debbugs.gnu.org; 15 Dec 2020 14:39:20 +0000 Received: from localhost ([127.0.0.1]:55996 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpBTz-000088-RM for submit@debbugs.gnu.org; Tue, 15 Dec 2020 09:39:20 -0500 Received: from lepiller.eu ([89.234.186.109]:57430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpBTx-00007z-E7 for 45112-done@debbugs.gnu.org; Tue, 15 Dec 2020 09:39:18 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 8bde99b7; Tue, 15 Dec 2020 14:39:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=Vie6BtNpwjXT QncIauIa6y5Gj8dmPg3oTm0hS4qgctQ=; b=Oc+VfMlA9Vdn3A/dMd4scd/t8DKo +gdi0+SKwOaofMAwU7Ly10s/CvuGPflz4XArz3634ef8NnJSmQQEwXmOi433ZpFo 3IB4iQwOwV/S0x6w5/WbJtGcccZ2QdpCM3t0o/ngFGFJDWoN57JXVeXiwb2cbOQm vPiVLzewQjTp1l6JNMlDNJcbwjaGN9FHZbH/sn10AGI8cyk8oHB7EhI1b2M2MGLV 4b9tSfQy5s94PTzE68bufGLusDHsfiEDIMF1yKvW9MGFv55tvofT1uEzVvP75G76 +hjnJG11llBG9deXP1QIJyGJ8I7RkTue5Ul9cs3kHTkPGmc6OlZHi6RMow== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id bfaa8e42 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Tue, 15 Dec 2020 14:39:09 +0000 (UTC) Date: Tue, 15 Dec 2020 15:39:04 +0100 From: Julien Lepiller Message-ID: <20201215153904.4de6377b@tachikoma.lepiller.eu> In-Reply-To: <877dpse1z7.fsf@rohleder.de> References: <20201208034711.21554-1-mike@rohleder.de> <14F6EEA9-AA51-4E4C-A74E-8BCEDE1FE589@lepiller.eu> <877dpse1z7.fsf@rohleder.de> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 45112-done@debbugs.gnu.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.21 Authentication-Results: aspmx1.migadu.com; dkim=fail (headers rsa verify failed) header.d=lepiller.eu header.s=dkim header.b=Oc+VfMlA; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: ABB629403CB X-Spam-Score: -1.21 X-Migadu-Scanner: scn0.migadu.com X-TUID: At654YOmoUPA Le Tue, 08 Dec 2020 16:45:00 +0100, Michael Rohleder a =C3=A9crit : > Julien Lepiller writes: > > The test passes here, though after a long time=E2=80=A6 What kind of sy= stem > > are you using? Do you really get a timeout, or are you simply > > impatient? :) =20 >=20 > Yes, I really get a (reproducable) timeout: Pushed as 1962c6b286e36b8d5165a4992710f3132adb04c4. Thank you, and sorry for the delay!