From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0nsx-0006XS-CE for guix-patches@gnu.org; Mon, 04 Mar 2019 08:44:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0nsw-0004yr-GI for guix-patches@gnu.org; Mon, 04 Mar 2019 08:44:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45692) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0nsw-0004yV-Az for guix-patches@gnu.org; Mon, 04 Mar 2019 08:44:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h0nsw-0003dR-2r for guix-patches@gnu.org; Mon, 04 Mar 2019 08:44:02 -0500 Subject: [bug#33436] [PATCH] gnu: Add python-warcio. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <4f8816d0-8b47-7299-f31b-a2fa0f592d2d@riseup.net> <87in0qu3xp.fsf@gnu.org> <87zhs78un9.fsf@gnu.org> Date: Mon, 04 Mar 2019 14:43:33 +0100 In-Reply-To: (swedebugia's message of "Sun, 24 Feb 2019 03:01:29 +0100") Message-ID: <878sxusqka.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: swedebugia Cc: "33436@debbugs.gnu.org" <33436@debbugs.gnu.org> Hello swedebugia, swedebugia skribis: > On 2019-01-11 09:29, Ludovic Court=C3=A8s wrote: [...] >>>> + (arguments >>>> + ;; FIXME: Some tests require network access. 150 out of 1354 fail >>>> + '(#:tests? #f)) >>> >>> Could you investigate a bit further? What do the test logs show? [...] > Here comes the log from the build. > > I see a lot of "OSError: [Errno 9] Bad file descriptor" and a few > "FileNotFoundError" > > Should I report upstream? Yes, please. Perhaps you need to investigate a little bit beforehand (see ) so you can provide them with just the information they need to reproduce and understand the problem. Thanks! Ludo=E2=80=99.