Guix cannot update again and again

  • Open
  • quality assurance status badge
Details
3 participants
  • Dr. Arne Babenhauserheide
  • zimoun
  • znavko
Owner
unassigned
Submitted by
znavko
Severity
normal
Z
Z
znavko wrote on 12 Jan 2021 19:18
(name . bug-guix)(address . bug-guix@gnu.org)
89b1e8c2d57e47358d8412adc1550e67@disroot.org
Hello! I make update under root normally.
But normal user cannot finish updates for several times during these 3 weeks.
Sometimes process stops on downloading one file,sometimes another.
I can remember when I had bad connection I restarted updates again and again and finally got my profile updated.
Is it a problem with my network or Guix servers, or guix code?

$ guix pull && guix package -u
...
building /gnu/store/7ingg9zn1jv0gy4lv93bj4xl1rg12s4p-gvfs-1.40.1.drv...
building /gnu/store/96wkbqpdv3b5wppma08x4xi8ps7ql82n-audacity-2.4.2.drv...
building /gnu/store/xlvl0iymrcgnl9ng8vp53ibc0rmzl4qw-pcmanfm-1.3.1.drv...
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0%guix substitute: error: TLS error in procedure 'read_from_session_record_port': Error in the pull function.
guix package: error: unexpected end-of-file

~$ guix describe
Generation 8 Jan 12 2021 20:05:21 (current)
guix bb4e674
branch: master
commit: bb4e67415eb6d9871ee1b50b0a01e08c19f4809a
Attachment: file
D
D
Dr. Arne Babenhauserheide wrote on 12 Jan 2021 20:39
(address . znavko@disroot.org)
871reqaqsb.fsf@web.de
znavko--- via Bug reports for GNU Guix <bug-guix@gnu.org> writes:

Toggle quote (14 lines)
> Hello! I make update under root normally.
> But normal user cannot finish updates for several times during these 3 weeks.
> Sometimes process stops on downloading one file,sometimes another.
> I can remember when I had bad connection I restarted updates again and again and finally got my profile updated.
> Is it a problem with my network or Guix servers, or guix code?
>
> $ guix pull && guix package -u
> ...
> building /gnu/store/7ingg9zn1jv0gy4lv93bj4xl1rg12s4p-gvfs-1.40.1.drv...
> building /gnu/store/96wkbqpdv3b5wppma08x4xi8ps7ql82n-audacity-2.4.2.drv...
> building /gnu/store/xlvl0iymrcgnl9ng8vp53ibc0rmzl4qw-pcmanfm-1.3.1.drv...
> substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0%guix substitute: error: TLS error in procedure 'read_from_session_record_port': Error in the pull function.
> guix package: error: unexpected end-of-file

This example is in guix pull, it looks like either a network error or an
error in your local encryption stack.

If other examples are in guix package -u, you can add -k (--keep), then
previous good builds will be kept and won’t have to be rebuilt on the
next try.

However I have been in configurations that for some reasons did not
work. This helped me out of that:

guix pull && guix package -I | cut -f 1,3 | sed 's/\t/:/' | xargs guix install -k

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

iQJEBAEBCAAuFiEE801qEjXQSQPNItXAE++NRSQDw+sFAl/9+uQQHGFybmVfYmFi
QHdlYi5kZQAKCRAT741FJAPD68A/D/wPNt5t7zNv9VKJ+sa+HQ8x180RFSLsRYX1
YwdjtAUTTBLrQF11y7EoEApEGXNoOLuqKeqenuOhoVgNjrvdixbGUfRhNO8gpY/x
feMT+Ch0kFC8QkRc0f/71xrrGOs6oJcj6LYrwaqqBbuq2HvCV9s6OzcrTFwGncSA
nW5pIZdXkxZ2wn/M9SKKZCUsHRabHbqnLE70YFfBCmcvgRTQ5hs8xDByMLFMk4+b
dE3qAFEh+Tiezu+R69Bq1v8McGRc0FkJSsQa4/o/2O8GWoIopoSeaiBAmfCUN7Dx
KUPuq+UyHrx3oGgSAhI7US9IVEMuS1lPit1+rMfuNyXXntXuv/rCJWUyzXwHRxip
CZzdSL2SYHrbJ+uLSvAlsUFrX8TqsAsgcNvyXklFY/5+/FXMmk0ODgVFvw855Ym0
O6RhPGhXKLDvu1FwyUTNaLACYTM923vUOZoxFhoqwcFx5ZLvBHClwJOcNDpbmy//
xyT3UkfA88BiTtPMg7uswPclEK5bQL5Ql/14j0sy0AFFa2nVfZ51cXYFH1dW2FTd
jRtng2yKe5uWrXFHuS8jCW0mUxlrLzrFAAQvBp3zgDr8eGHUHMMOb10kH6KowU4o
mJ7iQ8G3Bh5QJ8cDK8evSB9j2sB6ae3+qydfH58glHpQSyughC2zcw3PjKuxQpOF
3/XEgdd8NIjEBAEBCAAuFiEE3Si95tmHXKvOSosd3M8NswvBBUgFAl/9+ucQHGFy
bmVfYmFiQHdlYi5kZQAKCRDczw2zC8EFSHdqA/4yvld2L7zElqD3vrNCSklWAWS6
AMdi/KIL2HjHY9lcn7r1TvIpyJ/WVXH8hY/Vg944aZZfRU9Dok5ir9xh+SOjPt7A
eUB3lfTM9zNFAtka4dVzaZAf0Tlzt2bKg8hsVSFoQcsAhfdvkqwWhRn65Re9BJsP
aW+vO1GOKKJ7IVFgXA==
=ExOg
-----END PGP SIGNATURE-----

Z
Z
zimoun wrote on 10 Jun 2021 13:30
control message for bug #45822
(address . control@debbugs.gnu.org)
864ke6j6sx.fsf@gmail.com
tags 45822 + moreinfo
quit
?