all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#42902: texlive substitute TLS error: decoding the received packet
@ 2020-08-17 12:23 Dr. Arne Babenhauserheide
  2021-05-05 21:27 ` Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: Dr. Arne Babenhauserheide @ 2020-08-17 12:23 UTC (permalink / raw)
  To: 42902

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

Hi,

I cannot update or re-install texlive:

$ LANG=C guix install texlive
The following package will be upgraded:
   texlive (dependencies or package changed)

The following derivation will be built:
   /gnu/store/a9ndmp1c8bqaz9s7h6x3k7f4l7qawq7n-texlive-texmf-20190410.drv
2845.8 MB will be downloaded
downloading from https://ci.guix.gnu.org/nar/lzip/z4xvgiliw5baf1pr4z03c7n2hw3bm5x5-texlive-texmf-20190410 ...
 texlive-texmf-20190410  2.61GiB                                                                                            3.3MiB/s 00:02 [                  ]   0.2%guix substitute: error: TLS error in procedure 'read_from_session_record_port': Error decoding the received TLS packet.
substitution of /gnu/store/z4xvgiliw5baf1pr4z03c7n2hw3bm5x5-texlive-texmf-20190410 failed
guix install: error: some substitutes for the outputs of derivation `/gnu/store/v5arvb6lqg86gc2lsnmyfi1bj74yzx7f-texlive-20190410.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein
ohne es zu merken

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

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

* bug#42902: texlive substitute TLS error: decoding the received packet
  2020-08-17 12:23 bug#42902: texlive substitute TLS error: decoding the received packet Dr. Arne Babenhauserheide
@ 2021-05-05 21:27 ` Maxim Cournoyer
  2022-01-13 19:03   ` Thiago Jung Bauermann via Bug reports for GNU Guix
  2022-01-13 20:47   ` bug#48903: " Thiago Jung Bauermann via Bug reports for GNU Guix
  0 siblings, 2 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2021-05-05 21:27 UTC (permalink / raw)
  To: Dr. Arne Babenhauserheide; +Cc: 42902

Hi!

"Dr. Arne Babenhauserheide" <arne_bab@web.de> writes:

> Hi,
>
> I cannot update or re-install texlive:
>
> $ LANG=C guix install texlive
> The following package will be upgraded:
>    texlive (dependencies or package changed)
>
> The following derivation will be built:
>    /gnu/store/a9ndmp1c8bqaz9s7h6x3k7f4l7qawq7n-texlive-texmf-20190410.drv
> 2845.8 MB will be downloaded
> downloading from https://ci.guix.gnu.org/nar/lzip/z4xvgiliw5baf1pr4z03c7n2hw3bm5x5-texlive-texmf-20190410 ...
>  texlive-texmf-20190410  2.61GiB                                                                                            3.3MiB/s 00:02 [                  ]   0.2%guix substitute: error: TLS error in procedure 'read_from_session_record_port': Error decoding the received TLS packet.
> substitution of /gnu/store/z4xvgiliw5baf1pr4z03c7n2hw3bm5x5-texlive-texmf-20190410 failed
> guix install: error: some substitutes for the outputs of derivation `/gnu/store/v5arvb6lqg86gc2lsnmyfi1bj74yzx7f-texlive-20190410.drv' failed (usually happens due to networking issues); try `--fallback' to build derivation from source
>
> Best wishes,
> Arne

I've just encountered that error message, trying to update my profile:

guix substitute: error: TLS error in procedure 'read_from_session_record_port': Error decoding the received TLS packet.
substitution of /gnu/store/jxzydj6zvpxfxfgv66010sa7dsnqci76-adwaita-icon-theme-3.34.3 failed
guix package: error: corrupt input while restoring archive from socket

The daemon in use is this:
/gnu/store/rsya5hkyq3fixl2r36lq2g892jadq1fc-guix-1.2.0-21.4dff6ec/bin/guix-daemon.
My system was updated a bit more than a week ago.

Maxim




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

* bug#42902: texlive substitute TLS error: decoding the received packet
  2021-05-05 21:27 ` Maxim Cournoyer
@ 2022-01-13 19:03   ` Thiago Jung Bauermann via Bug reports for GNU Guix
  2022-01-13 20:47   ` bug#48903: " Thiago Jung Bauermann via Bug reports for GNU Guix
  1 sibling, 0 replies; 4+ messages in thread
From: Thiago Jung Bauermann via Bug reports for GNU Guix @ 2022-01-13 19:03 UTC (permalink / raw)
  To: 42902
  Cc: 48903, Dr. Arne Babenhauserheide, Maxime Devos,
	Ludovic Courtès, Maxim Cournoyer

Hello,

I’m sending this email to two bugs because they are both about the same
problem. Bug 48903 (which is currently closed) has fairly intense attempts
at debugging what is going on, but unfortunately without arriving at an
answer.

This problem is also affecting Cuirass builds. This powerpc64le-linux build:

https://ci.guix.gnu.org/build/70/details

failed because of the intermitent TLS error:

--8<---------------cut here---------------start------------->8---
guix substitute: error: TLS error in procedure 'read_from_session_record_port': Error decoding the received TLS packet.
fetching path `/gnu/store/fkkfffvwrj103zs5cf6d8bf9as46ywhc-python-minimal-3.5.9' (empty status: '')
@ substituter-failed /gnu/store/fkkfffvwrj103zs5cf6d8bf9as46ywhc-python-minimal-3.5.9  fetching path `/gnu/store/fkkfffvwrj103zs5cf6d8bf9as46ywhc-python-minimal-3.5.9' (empty status: '')
--8<---------------cut here---------------end--------------->8---

The daemon in this case is:

/gnu/store/ny30pxjzv866m3w0v1vfbzdbqi17k8wn-guix-daemon-1.3.0-21.e427593/bin/guix-daemon

From this Guix version

--8<---------------cut here---------------start------------->8---
guixp9: sudo -i guix describe
Generation 11   Jan 11 2022 02:07:42    (current)
  guix 83abdc8
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 83abdc8371d90b6d4591a69fae5585a2a99c1627
--8<---------------cut here---------------end--------------->8---

Not sure if this is related, but during that build Guix noticed that the substitute server is slow:

--8<---------------cut here---------------start------------->8---
Downloading https://ci.guix.gnu.org/nar/lzip/fkkfffvwrj103zs5cf6d8bf9as46ywhc-python-minimal-3.5.9...
guix substitute: warning: while fetching https://ci.guix.gnu.org/nar/lzip/fkkfffvwrj103zs5cf6d8bf9as46ywhc-python-minimal-3.5.9: server is somewhat slow
guix substitute: warning: try `--no-substitutes' if the problem persists
--8<---------------cut here---------------end--------------->8---

There’s bug 46942 which is specifically about ci.guix.gnu.org being slow,
and the bug reporter there also hits this same TLS error, so there’s
probably at least some correlation between this problem and the network
being slow.

-- 
Thanks,
Thiago






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

* bug#48903: bug#42902: texlive substitute TLS error: decoding the received packet
  2021-05-05 21:27 ` Maxim Cournoyer
  2022-01-13 19:03   ` Thiago Jung Bauermann via Bug reports for GNU Guix
@ 2022-01-13 20:47   ` Thiago Jung Bauermann via Bug reports for GNU Guix
  1 sibling, 0 replies; 4+ messages in thread
From: Thiago Jung Bauermann via Bug reports for GNU Guix @ 2022-01-13 20:47 UTC (permalink / raw)
  To: 48903

Hello,

[ Sending again to 48903 (and excluding everyone else from the recipients)
  because this bug was archived and thus the original message bounced. ]

I’m sending this email to two bugs because they are both about the same
problem. Bug 48903 (which is currently closed) has fairly intense attempts
at debugging what is going on, but unfortunately without arriving at an
answer.

This problem is also affecting Cuirass builds. This powerpc64le-linux build:

https://ci.guix.gnu.org/build/70/details

failed because of the intermitent TLS error:

--8<---------------cut here---------------start------------->8---
guix substitute: error: TLS error in procedure 'read_from_session_record_port': Error decoding the received TLS packet.
fetching path `/gnu/store/fkkfffvwrj103zs5cf6d8bf9as46ywhc-python-minimal-3.5.9' (empty status: '')
@ substituter-failed /gnu/store/fkkfffvwrj103zs5cf6d8bf9as46ywhc-python-minimal-3.5.9  fetching path `/gnu/store/fkkfffvwrj103zs5cf6d8bf9as46ywhc-python-minimal-3.5.9' (empty status: '')
--8<---------------cut here---------------end--------------->8---

The daemon in this case is:

/gnu/store/ny30pxjzv866m3w0v1vfbzdbqi17k8wn-guix-daemon-1.3.0-21.e427593/bin/guix-daemon

From this Guix version

--8<---------------cut here---------------start------------->8---
guixp9: sudo -i guix describe
Generation 11   Jan 11 2022 02:07:42    (current)
  guix 83abdc8
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 83abdc8371d90b6d4591a69fae5585a2a99c1627
--8<---------------cut here---------------end--------------->8---

Not sure if this is related, but during that build Guix noticed that the substitute server is slow:

--8<---------------cut here---------------start------------->8---
Downloading https://ci.guix.gnu.org/nar/lzip/fkkfffvwrj103zs5cf6d8bf9as46ywhc-python-minimal-3.5.9...
guix substitute: warning: while fetching https://ci.guix.gnu.org/nar/lzip/fkkfffvwrj103zs5cf6d8bf9as46ywhc-python-minimal-3.5.9: server is somewhat slow
guix substitute: warning: try `--no-substitutes' if the problem persists
--8<---------------cut here---------------end--------------->8---

There’s bug 46942 which is specifically about ci.guix.gnu.org being slow,
and the bug reporter there also hits this same TLS error, so there’s
probably at least some correlation between this problem and the network
being slow.

-- 
Thanks,
Thiago







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

end of thread, other threads:[~2022-01-13 20:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-17 12:23 bug#42902: texlive substitute TLS error: decoding the received packet Dr. Arne Babenhauserheide
2021-05-05 21:27 ` Maxim Cournoyer
2022-01-13 19:03   ` Thiago Jung Bauermann via Bug reports for GNU Guix
2022-01-13 20:47   ` bug#48903: " Thiago Jung Bauermann via Bug reports for GNU Guix

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.