unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#61642: intermittent write_wait_fd error when updating
@ 2023-02-19 23:50 Nathan Dehnel
  2023-02-20 10:40 ` Simon Tournier
  0 siblings, 1 reply; 6+ messages in thread
From: Nathan Dehnel @ 2023-02-19 23:50 UTC (permalink / raw)
  To: 61642

guix v 636b771536b95d15a2fd68b468deeebac97d6bee

substitute: updating substitutes from
'https://substitutes.nonguix.org'...   0.0%Backtrace:
substitute: In ice-9/boot-9.scm:
substitute:   1752:10 17 (with-exception-handler _ _ #:unwind? _ # _)
substitute: In unknown file:
substitute:           16 (apply-smob/0 #<thunk 7fcb3af102a0>)
substitute: In ice-9/boot-9.scm:
substitute:     724:2 15 (call-with-prompt _ _ #<procedure
default-prompt-handle…>)
substitute: In ice-9/eval.scm:
substitute:     619:8 14 (_ #(#(#<directory (guile-user) 7fcb3af15c80>)))
substitute: In guix/ui.scm:
substitute:    2279:7 13 (run-guix . _)
substitute:   2242:10 12 (run-guix-command _ . _)
substitute: In ice-9/boot-9.scm:
substitute:   1752:10 11 (with-exception-handler _ _ #:unwind? _ # _)
substitute:   1752:10 10 (with-exception-handler _ _ #:unwind? _ # _)
substitute: In guix/scripts/substitute.scm:
substitute:    844:18  9 (_)
substitute:    348:26  8 (process-query #<output: file 4> _
#:cache-urls _ #:acl _)
substitute: In guix/substitutes.scm:
substitute:    382:27  7 (lookup-narinfos/diverse _ _ #<procedure
7fcb38ce3760 …> …)
substitute:    339:31  6 (lookup-narinfos
"https://substitutes.nonguix.org" _ # _ …)
substitute:    262:26  5 (fetch-narinfos _ _ #:open-connection _ # _)
substitute: In ice-9/boot-9.scm:
substitute:   1685:16  4 (raise-exception _ #:continuable? _)
substitute:   1685:16  3 (raise-exception _ #:continuable? _)
substitute:   1780:13  2 (_ #<&compound-exception components:
(#<&error> #<&orig…>)
substitute:   1685:16  1 (raise-exception _ #:continuable? _)
substitute:   1685:16  0 (raise-exception _ #:continuable? _)
substitute:
substitute: ice-9/boot-9.scm:1685:16: In procedure raise-exception:
substitute: In procedure write_wait_fd: unimplemented
guix upgrade: error:
`/gnu/store/263q5qr1dcs4j7vxqk10gilv5py06r49-guix-1.4.0-3.d5fece6/bin/guix
substitute' died unexpectedly




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#61642: intermittent write_wait_fd error when updating
  2023-02-19 23:50 bug#61642: intermittent write_wait_fd error when updating Nathan Dehnel
@ 2023-02-20 10:40 ` Simon Tournier
  2023-02-20 10:45   ` Christopher Baines
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Tournier @ 2023-02-20 10:40 UTC (permalink / raw)
  To: Nathan Dehnel, 61642

Hi,

On dim., 19 févr. 2023 at 17:50, Nathan Dehnel <ncdehnel@gmail.com> wrote:

> 'https://substitutes.nonguix.org'...   0.0%Backtrace:

[...]

> "https://substitutes.nonguix.org" _ # _ …)

The issue appears to be on the nonguix side, please report to them. 

Cheers,
simon




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#61642: intermittent write_wait_fd error when updating
  2023-02-20 10:40 ` Simon Tournier
@ 2023-02-20 10:45   ` Christopher Baines
  2023-02-20 10:54     ` Simon Tournier
  0 siblings, 1 reply; 6+ messages in thread
From: Christopher Baines @ 2023-02-20 10:45 UTC (permalink / raw)
  To: Simon Tournier; +Cc: ncdehnel, 61642

[-- Attachment #1: Type: text/plain, Size: 415 bytes --]


Simon Tournier <zimon.toutoune@gmail.com> writes:

> Hi,
>
> On dim., 19 févr. 2023 at 17:50, Nathan Dehnel <ncdehnel@gmail.com> wrote:
>
>> 'https://substitutes.nonguix.org'...   0.0%Backtrace:
>
> [...]
>
>> "https://substitutes.nonguix.org" _ # _ …)
>
> The issue appears to be on the nonguix side, please report to them.

It's not, since it relates to code in the (guix substitutes) module.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#61642: intermittent write_wait_fd error when updating
  2023-02-20 10:45   ` Christopher Baines
@ 2023-02-20 10:54     ` Simon Tournier
  2023-02-20 11:04       ` Christopher Baines
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Tournier @ 2023-02-20 10:54 UTC (permalink / raw)
  To: Christopher Baines; +Cc: ncdehnel, 61642

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?

Cheers,
simon




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#61642: intermittent write_wait_fd error when updating
  2023-02-20 10:54     ` Simon Tournier
@ 2023-02-20 11:04       ` Christopher Baines
  2023-05-03 20:19         ` bug#56005: " Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Christopher Baines @ 2023-02-20 11:04 UTC (permalink / raw)
  To: Simon Tournier; +Cc: ncdehnel, 61642

[-- Attachment #1: Type: text/plain, Size: 574 bytes --]


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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#56005: bug#61642: intermittent write_wait_fd error when updating
  2023-02-20 11:04       ` Christopher Baines
@ 2023-05-03 20:19         ` Ludovic Courtès
  0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2023-05-03 20:19 UTC (permalink / raw)
  To: Christopher Baines; +Cc: ncdehnel, 56005, 61642, Simon Tournier

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’.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-05-03 20:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-19 23:50 bug#61642: intermittent write_wait_fd error when updating Nathan Dehnel
2023-02-20 10:40 ` Simon Tournier
2023-02-20 10:45   ` Christopher Baines
2023-02-20 10:54     ` Simon Tournier
2023-02-20 11:04       ` Christopher Baines
2023-05-03 20:19         ` bug#56005: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).