GNU bug report logs

#56005 "write_wait_fd: unimplemented" error from 'guix substitute'

PackageSource(s)Maintainer(s)
guix PTS Buildd Popcon
Full log

Message #19 received at 56005@debbugs.gnu.org (full text, mbox, reply):

Received: (at 56005) by debbugs.gnu.org; 30 Jun 2022 11:55:54 +0000
From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 30 07:55:54 2022
Received: from localhost ([127.0.0.1]:33246 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1o6sm1-00008j-T9
	for submit@debbugs.gnu.org; Thu, 30 Jun 2022 07:55:54 -0400
Received: from albert.telenet-ops.be ([195.130.137.90]:39324)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@telenet.be>) id 1o6slz-00008b-Rh
 for 56005@debbugs.gnu.org; Thu, 30 Jun 2022 07:55:52 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by albert.telenet-ops.be with bizsmtp
 id pPvq2700K4UW6Th06PvqWR; Thu, 30 Jun 2022 13:55:50 +0200
Message-ID: <97dc0c596de2b8463436cc9acb33daffe971ea7f.camel@telenet.be>
Subject: Re: during substitution: write_wait_fd: unimplemented
From: Maxime Devos <maximedevos@telenet.be>
To: 56005@debbugs.gnu.org
Date: Thu, 30 Jun 2022 13:55:50 +0200
In-Reply-To: <65897f5d969ca183b9505035bc60b8e047c1e582.camel@telenet.be>
References: <65897f5d969ca183b9505035bc60b8e047c1e582.camel@telenet.be>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-191QoWy6l7Pzg2kPE3OP"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1656590150; bh=8uISEn1ckfz+j9UvKeShdVcnAdY8iuKsIFjZ2NTKPwk=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=Nzg/h5nwIlY2ZAP5Sazy5SjC0UwYjYpD5kuJhmIz57XO4TJ+aJhYMObDgK+KiuDaq
 ulUULVqZG/18WwOBz+jrX3ZuDHymucNhvG4FORnsw0wA3OHyTY9nBeqZjmJ5rXNDEJ
 UFVyn+vQs3C9m7F4dMcQqCuwhbAYaF/kEY2IL3Bn8Dig+ehOWf3ILDeBk0gNg303F1
 aW8QaPVUJ4xsg5IE3HKynX/kBAzI6sDjBqVv8OBEDf3PojO+xXN75casL714J4nyx0
 CHTaXkL0oKk4B3j+l8sWd3Idl+zAGIjZ/f8j+FidtFoAFTcRG8aVNa6wK4f1iYihSm
 quNeRkJ9U2lmA==
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 56005
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -1.0 (-)
[Message part 1 (text/plain, inline)]
Maxime Devos schreef op do 30-06-2022 om 13:51 [+0200]:
> > substitute:    348:26  8 (process-query #<output: file 4> _ #:cache
> urls _ #:acl _)
> > substitute: In guix/substitutes.scm:
> > substitute:    365:27  7 (lookup-narinfos/diverse _ _ #<procedure
> 7f22cf4534a0 …> …)
> > substitute:    322:31  6 (lookup-narinfos "https://ci.guix.gnu.org"
> > _
> # _ # _)
> > substitute:    245:26  5 (fetch-narinfos _ _ #:open-connection _ #

This is at  the following ...

substitute:    348:26  8 (process-query #<output: file 4> _ #:cache-
urls _ #:acl _)
substitute: In guix/substitutes.scm:
substitute:    365:27  7 (lookup-narinfos/diverse _ _ #<procedure
7f22cf4534a0 …> …)
substitute:    322:31  6 (lookup-narinfos "https://ci.guix.gnu.org" _ #
_ # _)
substitute:    245:26  5 (fetch-narinfos _ _ #:open-connection _ # _)

line.  Looks like the error wasn't actually handled.  The reason that
the backtrace was truncated, is that 'catch' was used instead of
'with-exception-handler' + #:unwind? #true.  So to investigate the
error, it might be good to adjust 'call-with-connection-error-handling'
first.

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Sun Dec 22 15:30:38 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.