From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 30 07:55:54 2022 Received: (at 56005) by debbugs.gnu.org; 30 Jun 2022 11:55:54 +0000 Received: from localhost ([127.0.0.1]:33246 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) 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 ) 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 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: 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.0 (-) --=-191QoWy6l7Pzg2kPE3OP Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Maxime Devos schreef op do 30-06-2022 om 13:51 [+0200]: > > substitute: 348:26 8 (process-query # _ #:cache > urls _ #:acl _) > > substitute: In guix/substitutes.scm: > > substitute: 365:27 7 (lookup-narinfos/diverse _ _ # 7f22cf4534a0 =E2=80=A6> =E2=80=A6) > > 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 # _ #:cache- urls _ #:acl _) substitute: In guix/substitutes.scm: substitute: 365:27 7 (lookup-narinfos/diverse _ _ # =E2=80=A6) 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. --=-191QoWy6l7Pzg2kPE3OP Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYr2PRhccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7pFWAP99W2HrasHQLq1TNyEyRKozdZDA M2+1nIAoH3okKAq0sAEAsQWwEzvQMk1I56HmkfSozxceQwNF0L4801hLZMT50w4= =aUtt -----END PGP SIGNATURE----- --=-191QoWy6l7Pzg2kPE3OP--