Report forwarded
to bug-guix@gnu.org: bug#56005; Package guix.
(Thu, 16 Jun 2022 02:59:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Thiago Jung Bauermann <bauermann@kolabnow.com>:
New bug report received and forwarded. Copy sent to bug-guix@gnu.org.
(Thu, 16 Jun 2022 02:59:02 GMT) (full text, mbox, link).
retitle 56006 "write_wait_fd: unimplemented" during downloading substitutes
thanks
Thiago Jung Bauermann via Bug reports for GNU Guix schreef op wo 15-06-
2022 om 23:40 [-0300]:
> I had a quick look at ‘fetch-narinfos’ but I couldn't figure out what
> could be calling into this unimplemented function ‘write_wait_fd’…
Untested hypothesis: maybe writing to the TLS-wrapped port constructed
in (guix build download) blocked, so Guile's port code ran
'write_wait_fd', which was not set for the TLS port (in the GnuTLS
library)? Alternatively: maybe 'make-custom-binary-input/output-port'
in (guix build download) was used incorrectly?
Greetings,
Maxime.
Changed bug title to 'during substitution: write_wait_fd: unimplemented' from 'exception while downloading substitutes'
Request was from Maxime Devos <maximedevos@telenet.be>
to control@debbugs.gnu.org.
(Thu, 30 Jun 2022 11:48:01 GMT) (full text, mbox, link).
Information forwarded
to bug-guix@gnu.org: bug#56005; Package guix.
(Thu, 30 Jun 2022 11:50:02 GMT) (full text, mbox, link).
To: "56005@debbugs.gnu.org" <56005@debbugs.gnu.org>
Subject: In procedure write_wait_fd: unimplemented
Date: Thu, 30 Jun 2022 11:48:56 +0000
i'm also seeing this every once in a while.
some speculation: my router has QoS set up that limits the upstream, so that i avoid triggering my ISP's rate limiter, because it sends ping into the ballpark of seconds.
maybe because of this config i'm seeing this more regularly than others?
- attila
Information forwarded
to bug-guix@gnu.org: bug#56005; Package guix.
(Thu, 30 Jun 2022 11:53:01 GMT) (full text, mbox, link).
Maxime Devos schreef op do 30-06-2022 om 13:55 [+0200]:
>
> the backtrace was truncated, is that 'catch' was used instead of
> 'with-exception-handler' + #:unwind? #true
Correction: #:unwind? #false.
Merged 560055631956320.
Request was from Maxime Devos <maxime.devos@student.kuleuven.be>
to control@debbugs.gnu.org.
(Fri, 01 Jul 2022 14:23:02 GMT) (full text, mbox, link).
Severity set to 'important' from 'normal'
Request was from Ludovic Courtès <ludo@gnu.org>
to control@debbugs.gnu.org.
(Sun, 03 Jul 2022 20:57:01 GMT) (full text, mbox, link).
bug closed, send any further explanations to
56319@debbugs.gnu.org and Jacob Hrbek <kreyren@rixotstudio.cz>
Request was from Maxim Cournoyer <maxim.cournoyer@gmail.com>
to control@debbugs.gnu.org.
(Wed, 13 Jul 2022 12:48:01 GMT) (full text, mbox, link).
Information forwarded
to bug-guix@gnu.org: bug#56005; Package guix.
(Sat, 16 Jul 2022 03:39:01 GMT) (full text, mbox, link).
Subject: Re: bug#56005: during substitution: write_wait_fd: unimplemented
Date: Sat, 16 Jul 2022 00:34:56 -0300
Hello,
This bug was closed, but I couldn't find what was the resolution of the
problem. Could someone please clarify, for my own education and also so
that it gets documented in the bug report?
--
Thanks
Thiago
Information forwarded
to bug-guix@gnu.org: bug#56005; Package guix.
(Tue, 19 Jul 2022 19:51:01 GMT) (full text, mbox, link).
reopen 56005
thanks
(not sure if this works because I haven't set up plain-text instead of
HTML yet ...)
On 16-07-2022 05:34, Thiago Jung Bauermann wrote:
> Hello,
>
> This bug was closed, but I couldn't find what was the resolution of the
> problem. Could someone please clarify, for my own education and also so
> that it gets documented in the bug report?
No reason was given at all for closing (normally it says "solved in
commit ..." or "cannot reproduce" or such ...) , so I'd assume that the
wrong bug number was targetted? Tentatively reopening ...
Greetings,
Maxime.
Did not alter fixed versions and reopened.
Request was from Debbugs Internal Request <help-debbugs@gnu.org>
to internal_control@debbugs.gnu.org.
(Tue, 19 Jul 2022 19:51:02 GMT) (full text, mbox, link).
Information forwarded
to bug-guix@gnu.org: bug#56005; Package guix.
(Thu, 04 Aug 2022 14:48:02 GMT) (full text, mbox, link).
Subject: Re: [bug#56867] [PATCH] download: Do not wrap TLS port on GnuTLS >=
3.7.7.
Date: Thu, 04 Aug 2022 11:46:47 -0300
Hello Ludo,
I don't have any comment/insight on what you're doing in general, except
about one of your points below:
Ludovic Courtès <ludo@gnu.org> writes:
> First, I noticed that GnuTLS doesn’t implement ‘write_wait_fd’, only
> ‘read_wait_fd’ (not sure how problematic that is):
>
> scheme@(guile-user)> ,use(web client)
> scheme@(guile-user)> (define p (open-socket-for-uri "https://guix.gnu.org"))
> scheme@(guile-user)> ((@@ (ice-9 suspendable-ports) wait-for-writable) p)
> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> In procedure write_wait_fd: unimplemented
>
> Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue.
> scheme@(guile-user) [1]> ,q
> scheme@(guile-user)> ,use(gnutls)
> scheme@(guile-user)> (gnutls-version)
> $1 = "3.7.7"
> scheme@(guile-user)> ((@@ (ice-9 suspendable-ports) wait-for-readable) p)
> $2 = 1
This occasionally causes problems when fetching substitutes, as can be
seen in bug #56005 (during substitution: write_wait_fd: unimplemented).
--
Thanks
Thiago
Information forwarded
to bug-guix@gnu.org: bug#56005; Package guix.
(Thu, 04 Aug 2022 16:20:02 GMT) (full text, mbox, link).
Subject: Re: [bug#56867] [PATCH] download: Do not wrap TLS port on GnuTLS >=
3.7.7.
Date: Thu, 04 Aug 2022 18:19:37 +0200
Hi,
Thiago Jung Bauermann <bauermann@kolabnow.com> skribis:
> Ludovic Courtès <ludo@gnu.org> writes:
>
>> First, I noticed that GnuTLS doesn’t implement ‘write_wait_fd’, only
>> ‘read_wait_fd’ (not sure how problematic that is):
>>
>> scheme@(guile-user)> ,use(web client)
>> scheme@(guile-user)> (define p (open-socket-for-uri "https://guix.gnu.org"))
>> scheme@(guile-user)> ((@@ (ice-9 suspendable-ports) wait-for-writable) p)
>> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
>> In procedure write_wait_fd: unimplemented
>>
>> Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue.
>> scheme@(guile-user) [1]> ,q
>> scheme@(guile-user)> ,use(gnutls)
>> scheme@(guile-user)> (gnutls-version)
>> $1 = "3.7.7"
>> scheme@(guile-user)> ((@@ (ice-9 suspendable-ports) wait-for-readable) p)
>> $2 = 1
>
> This occasionally causes problems when fetching substitutes, as can be
> seen in bug #56005 (during substitution: write_wait_fd: unimplemented).
Oh, I have not seen it but it’s weird: (guix scripts substitute) doesn’t
use O_NONBLOCK sockets, so I don’t get how it can hit that. Needs
investigation…
Thanks,
Ludo’.
Added indication that bug 56005 blocks57983
Request was from Mathieu Othacehe <mathieu@meije.mail-host-address-is-not-set>
to control@debbugs.gnu.org.
(Thu, 22 Sep 2022 14:37:02 GMT) (full text, mbox, link).
Changed bug title to '"write_wait_fd: unimplemented" error from 'guix substitute'' from 'during substitution: write_wait_fd: unimplemented'
Request was from Ludovic Courtès <ludo@gnu.org>
to control@debbugs.gnu.org.
(Mon, 14 Nov 2022 16:35:01 GMT) (full text, mbox, link).
Information forwarded
to bug-guix@gnu.org: bug#56005; Package guix.
(Sun, 23 Apr 2023 22:29:02 GMT) (full text, mbox, link).
Can we please do a workaround for this until it is fixed? I can't
leave my machines while they're updating and have to keep babying
them, which is a massive waste of my time.
Specific suggestion, this flag:
--fallback fall back to building when the substituter fails
This "unimplemented" error is a substituter failure, so if it fails it
should fall back to building the package, no? Instead the entire
command fails and the upgrade is aborted.
Information forwarded
to bug-guix@gnu.org: bug#56005; Package guix.
(Wed, 03 May 2023 20:20:02 GMT) (full text, mbox, link).
Cc: ncdehnel@gmail.com, 56005@debbugs.gnu.org, 61642@debbugs.gnu.org,
Simon Tournier <zimon.toutoune@gmail.com>
Subject: Re: bug#61642: intermittent write_wait_fd error when updating
Date: Wed, 03 May 2023 22:19:17 +0200
Christopher Baines <mail@cbaines.net> skribis:
> Simon Tournier <zimon.toutoune@gmail.com> writes:
>
>> Hi,
>>
>> On Mon, 20 Feb 2023 at 11:46, Christopher Baines <mail@cbaines.net> wrote:
>>
>>> It's not, since it relates to code in the (guix substitutes) module.
>>
>> Do you mean that if "https://substitutes.nonguix.org" is incorrectly
>> configured, then the code in (guix substitutes) should handle the
>> error instead of crash with a backtrace?
>
> No, but to answer your question, yes.
>
> I don't think this is a server side code/configuration issue. Also see
> this older bug for the same issue https://issues.guix.gnu.org/56005
The Guile-GnuTLS change you submitted in
<https://gitlab.com/gnutls/guile/-/merge_requests/10> may well fix this
issue.
We have yet to put out a new Guile-GnuTLS release, but we should keep an
eye on it.
Ludo’.
Merged 560055631956320.
Request was from Ludovic Courtès <ludo@gnu.org>
to control@debbugs.gnu.org.
(Tue, 23 May 2023 12:42:02 GMT) (full text, mbox, link).
Merged 560055631956320.
Request was from Maxim Cournoyer <maxim.cournoyer@gmail.com>
to control@debbugs.gnu.org.
(Tue, 29 Aug 2023 20:28:02 GMT) (full text, mbox, link).
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/.