When trying to run `guix pull` I got an error.

I had previously started `guix pull` but cancelled it so I could install IceCat more quickly, but then my laptop died in the middle of `guix install icecat`. It was after powering on after that power loss that I ran `guix pull` and got this error.

After the error, I ran `guix pull` again and this time it succeeded. The log for this one was too long to fit in my virtual terminal, but I have attached a partial log in case that's helpful. Maybe it was just a random error and not actually a bug, but the message said to send an email so I decided to report it anyway.

Let me know if there's anything else I should do to help.
jacobk@jacobk-K55A:~$ guix pull
Updating channel 'guix' from Git repository at 
'https://git.savannah.gnu.org/git/guix.git'...
Authenticating channel 'guix', commits 9edb3f6 to df799a6 (4 new commits)...
Building from this channel:
  guix      https://git.savannah.gnu.org/git/guix.git   df799a6
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
building 
/gnu/store/f20in53sqrxchxi83hkav0aifs60w45v-compute-guix-derivation.drv...
Computing Guix derivation for 'x86_64-linux'... \Backtrace:
          14 (primitive-load 
"/gnu/store/9hvkk03lwg9qakwm2ilcs4ykqfd4dq3h-compute-guix-derivation")
In ice-9/eval.scm:
    155:9 13 (_ _)
    159:9 12 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-u?> ?) ?) ?) 
?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?))
In ice-9/boot-9.scm:
    152:2 11 (with-fluid* _ _ _)
    152:2 10 (with-fluid* _ _ _)
In guix/store.scm:
  2212:24  9 (run-with-store #<store-connection 256.100 7fbab6edf0a0> 
#<procedure 7fbaa011be10 at guix/self.scm:136?> ?)
   2040:8  8 (_ #<store-connection 256.100 7fbab6edf0a0>)
In guix/gexp.scm:
   300:22  7 (_ #<store-connection 256.100 7fbab6edf0a0>)
   1228:2  6 (_ #<store-connection 256.100 7fbab6edf0a0>)
   1095:2  5 (_ #<store-connection 256.100 7fbab6edf0a0>)
    936:4  4 (_ #<store-connection 256.100 7fbab6edf0a0>)
In guix/store.scm:
  2097:12  3 (_ #<store-connection 256.100 7fbab6edf0a0>)
   1434:5  2 (map/accumulate-builds #<store-connection 256.100 7fbab6edf0a0> 
#<procedure 7fbaa61989c0 at guix/store?> ?)
  1450:15  1 (_ #<store-connection 256.100 7fbab6edf0a0> 
("/gnu/store/3jld519qq13znrdmvg6ag2213mpbd396-guile-ava?" ?) ?)
  1450:15  0 (loop #f)

guix/store.scm:1450:15: In procedure loop:
ERROR:
  1. &store-protocol-error:
      message: "`/gnu/store/adg25ykma1my2s7587qaaxchwg7hbir4-guix-command 
substitute' died unexpectedly"
      status: 1
guix pull: error: You found a bug: the program 
'/gnu/store/9hvkk03lwg9qakwm2ilcs4ykqfd4dq3h-compute-guix-derivation'
failed to compute the derivation for Guix (version: 
"df799a61ef73451e587cb81942c7bfcbbade9e7e"; system: "x86_64-linux";
host version: "4cc26df9583069a5b3e9a8b56049f76bed2138e6"; pull-version: 1).
Please report the COMPLETE output above by email to <bug-guix@gnu.org>.

/ 'build' phaseild-log 256578 143
/Users/chet/src/bash/src/parse.y:6365:11: warning: assignment discards ?const? 
qualifier from pointer target type [-Wdiscarded-qualifiers]
\ 'build' phaseild-log 256578 445
./include/gettext.h:46:26: warning: return discards ?const? qualifier from 
pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
error.c:487:11: note: in expansion of macro ?_?
  487 |   return (_(cmd_error_table[code]));
      |           ^
\ 'build' phaseild-log 256578 161
jobs.c:1879:8: warning: assignment discards ?const? qualifier from pointer 
target type [-Wdiscarded-qualifiers]
 1879 |   temp = _("Done");
      |        ^
\ 'build' phaseild-log 256578 169
jobs.c:1892:10: warning: assignment discards ?const? qualifier from pointer 
target type [-Wdiscarded-qualifiers]
 1892 |     temp = _("Running");
      |          ^
\ 'build' phaseild-log 256578 14
rm -f subst.o
| 'build' phaseild-log 256578 243
mailcheck.c:439:19: warning: assignment discards ?const? qualifier from pointer 
target type [-Wdiscarded-qualifiers]
  439 |           message = mailfiles[i]->msg ? mailfiles[i]->msg : _("You have 
mail in $_");
      |                   ^
| 'build' phaseild-log 256578 19
rm -f mksignames.o
| 'build' phaseild-log 256578 206
trap.c:219:7: warning: assignment discards ?const? qualifier from pointer 
target type [-Wdiscarded-qualifiers]
  219 |   ret = (sig >= BASH_NSIG || sig < 0 || signal_names[sig] == NULL)
      |       ^
- 'build' phaseild-log 256578 574
./include/gettext.h:46:26: warning: passing argument 1 of ?test_syntax_error? 
discards ?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
test.c:147:22: note: in expansion of macro ?_?
  147 |   test_syntax_error (_("argument expected"), (char *)NULL);
      |                      ^
- 'build' phaselog 256578 120
In file included from bashintl.h:30,
                 from test.c:55:
test.c: In function ?integer_expected_error?:
| 'build' phase78 145
test.c:134:12: note: expected ?char *? but argument is of type ?const char *?
  134 |      char *format, *arg;
      |            ^~~~~~
| 'build' phaseild-log 256578 581
./include/gettext.h:46:26: warning: passing argument 1 of ?test_syntax_error? 
discards ?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
test.c:265:28: note: in expansion of macro ?_?
  265 |         test_syntax_error (_("`)' expected"), (char *)NULL);
      |                            ^
| 'build' phaselog 256578 658
In file included from bashintl.h:30,
                 from test.c:55:
./include/gettext.h:46:26: warning: passing argument 1 of ?test_syntax_error? 
discards ?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
test.c:267:28: note: in expansion of macro ?_?
  267 |         test_syntax_error (_("`)' expected, found %s"), argv[pos]);
      |                            ^
| 'build' phaselog 256578 113
In file included from bashintl.h:30,
                 from test.c:55:
test.c: In function ?binary_operator?:
- 'build' phase78 145
test.c:134:12: note: expected ?char *? but argument is of type ?const char *?
  134 |      char *format, *arg;
      |            ^~~~~~
- 'build' phaseild-log 256578 593
./include/gettext.h:46:26: warning: passing argument 1 of ?test_syntax_error? 
discards ?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
test.c:756:28: note: in expansion of macro ?_?
  756 |         test_syntax_error (_("%s: unary operator expected"), argv[pos]);
      |                            ^
| 'build' phase                 from test.c:55:
test.c: In function ?test_command?:
- 'build' phase78 145
test.c:134:12: note: expected ?char *? but argument is of type ?const char *?
  134 |      char *format, *arg;
      |            ^~~~~~
- 'build' phase78 145
test.c:134:12: note: expected ?char *? but argument is of type ?const char *?
  134 |      char *format, *arg;
      |            ^~~~~~
- 'build' phase78 145
test.c:134:12: note: expected ?char *? but argument is of type ?const char *?
  134 |      char *format, *arg;
      |            ^~~~~~
| 'build' phaseild-log 256578 203
locale.c:439:16: warning: assignment discards ?const? qualifier from pointer 
target type [-Wdiscarded-qualifiers]
  439 |     translated = dgettext (default_domain, string);
      |                ^
- 'build' phaseild-log 256578 198
redir.c:149:14: warning: assignment discards ?const? qualifier from pointer 
target type [-Wdiscarded-qualifiers]
  149 |     filename = _("file descriptor out of range");
      |              ^
- 'build' phaseild-log 256578 18
rm -f pcomplete.o
\ 'build' phaseild-log 256578 581
../include/gettext.h:46:26: warning: passing argument 2 of ?sh_erange? discards 
?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
../bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
./break.def:77:36: note: in expansion of macro ?_?
   77 |       sh_erange (list->word->word, _("loop count"));
      |                                    ^
/ 'build' phase256578 127
In file included from ../bashintl.h:30,
                 from ./break.def:43:
./break.def: In function ?continue_builtin?:
\ 'build' phase78 461
In file included from ../command.h:25,
                 from ../shell.h:27,
                 from ./break.def:45:
common.h:98:39: note: expected ?char *? but argument is of type ?const char *?
   98 | extern void sh_erange PARAMS((char *, char *));
      |                                       ^~~~~~
../include/stdc.h:33:28: note: in definition of macro ?PARAMS?
   33 | #    define PARAMS(protos) protos
      |                            ^~~~~~
| 'build' phaseild-log 256578 180
common.c:240:9: warning: assignment discards ?const? qualifier from pointer 
target type [-Wdiscarded-qualifiers]
  240 |     msg = _("invalid octal number");
      |         ^
| 'build' phaseild-log 256578 174
common.c:244:9: warning: assignment discards ?const? qualifier from pointer 
target type [-Wdiscarded-qualifiers]
  244 |     msg = _("invalid number");
      |         ^
/ 'build' phaseild-log 256578 227
./enable.def:492:11: warning: implicit declaration of function ?dlclose?; did 
you mean ?pclose?? [-Wimplicit-function-declaration]
  492 |   return (dlclose (handle));
      |           ^~~~~~~
      |           pclose
\ 'build' phaseild-log 256578 227
./enable.def:534:36: warning: implicit declaration of function ?dlsym? 
[-Wimplicit-function-declaration]
  534 |   unloadfunc = (sh_unload_func_t *)dlsym (handle, funcname);
      |                                    ^~~~~
\ 'build' phaselog 256578 15
rm -f enable.c
- 'build' phaseild-log 256578 582
../include/gettext.h:46:26: warning: passing argument 2 of ?sh_erange? discards 
?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
../bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
./fc.def:363:32: note: in expansion of macro ?_?
  363 |       sh_erange ((char *)NULL, _("history specification"));
      |                                ^
| 'build' phase256578 657
In file included from ../bashintl.h:30,
                 from ./fc.def:72:
../include/gettext.h:46:26: warning: passing argument 2 of ?sh_erange? discards 
?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
../bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
./fc.def:368:32: note: in expansion of macro ?_?
  368 |       sh_erange ((char *)NULL, _("history specification"));
      |                                ^
- 'build' phase256578 657
In file included from ../bashintl.h:30,
                 from ./fc.def:72:
../include/gettext.h:46:26: warning: passing argument 2 of ?sh_erange? discards 
?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
../bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
./fc.def:407:32: note: in expansion of macro ?_?
  407 |       sh_erange ((char *)NULL, _("history specification"));
      |                                ^
| 'build' phase256578 657
In file included from ../bashintl.h:30,
                 from ./fc.def:72:
../include/gettext.h:46:26: warning: passing argument 2 of ?sh_erange? discards 
?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
../bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
./fc.def:412:32: note: in expansion of macro ?_?
  412 |       sh_erange ((char *)NULL, _("history specification"));
      |                                ^
- 'build' phase256578 11
rm -f fc.c
\ 'build' phaseild-log 256578 216
./fg_bg.def:152:44: warning: passing argument 1 of ?sh_badjob? discards ?const? 
qualifier from pointer target type [-Wdiscarded-qualifiers]
  152 |         sh_badjob (list ? list->word->word : _("current"));
/ 'build' phase256578 14
rm -f fg_bg.c
| 'build' phaseild-log 256578 586
../include/gettext.h:46:26: warning: passing argument 2 of ?sh_erange? discards 
?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
../bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
./history.def:188:34: note: in expansion of macro ?_?
  188 |           sh_erange (delete_arg, _("history position"));
      |                                  ^
- 'build' phase256578 674
In file included from ../bashintl.h:30,
                 from ./history.def:75:
../include/gettext.h:46:26: warning: passing argument 2 of ?sh_erange? discards 
?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
../bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
./history.def:198:38: note: in expansion of macro ?_?
  198 |               sh_erange (delete_arg, _("history position"));
      |                                      ^
| 'build' phase256578 664
In file included from ../bashintl.h:30,
                 from ./history.def:75:
../include/gettext.h:46:26: warning: passing argument 2 of ?sh_erange? discards 
?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
../bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
./history.def:213:33: note: in expansion of macro ?_?
  213 |               sh_erange (range, _("history position"));
      |                                 ^
- 'build' phase256578 666
In file included from ../bashintl.h:30,
                 from ./history.def:75:
../include/gettext.h:46:26: warning: passing argument 2 of ?sh_erange? discards 
?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
../bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
./history.def:230:34: note: in expansion of macro ?_?
  230 |           sh_erange (delete_arg, _("history position"));
      |                                  ^
| 'build' phase256578 674
In file included from ../bashintl.h:30,
                 from ./history.def:75:
../include/gettext.h:46:26: warning: passing argument 2 of ?sh_erange? discards 
?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
../bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
./history.def:242:38: note: in expansion of macro ?_?
  242 |               sh_erange (delete_arg, _("history position"));
      |                                      ^
- 'build' phase256578 666
In file included from ../bashintl.h:30,
                 from ./history.def:75:
../include/gettext.h:46:26: warning: passing argument 2 of ?sh_erange? discards 
?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
../bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
./history.def:249:34: note: in expansion of macro ?_?
  249 |           sh_erange (delete_arg, _("history position"));
      |                                  ^
| 'build' phase256578 16
rm -f history.c
/ 'build' phaseild-log 256578 217
./jobs.def:284:46: warning: passing argument 1 of ?sh_badjob? discards ?const? 
qualifier from pointer target type [-Wdiscarded-qualifiers]
  284 |           sh_badjob (list ? list->word->word : _("current"));
\ 'build' phase256578 13
rm -f jobs.c
| 'build' phaseild-log 256578 171
./kill.def:274:7: warning: assignment discards ?const? qualifier from pointer 
target type [-Wdiscarded-qualifiers]
  274 |     x = _("Unknown error");
      |       ^
| 'build' phaseild-log 256578 563
../include/gettext.h:46:26: warning: passing argument 2 of ?sh_erange? discards 
?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
../bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
./pushd.def:526:21: note: in expansion of macro ?_?
  526 |     sh_erange (arg, _("directory stack index"));
      |                     ^
| 'build' phase256578 14
rm -f pushd.c
\ 'build' phaseild-log 256578 610
../include/gettext.h:46:26: warning: passing argument 2 of ?sh_erange? discards 
?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
../bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
./shift.def:72:50: note: in expansion of macro ?_?
   72 |       sh_erange (list ? list->word->word : NULL, _("shift count"));
      |                                                  ^
/ 'build' phase256578 692
In file included from ../bashintl.h:30,
                 from ./shift.def:33:
../include/gettext.h:46:26: warning: passing argument 2 of ?sh_erange? discards 
?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
../bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
./shift.def:79:52: note: in expansion of macro ?_?
   79 |         sh_erange (list ? list->word->word : NULL, _("shift count"));
      |                                                    ^
\ 'build' phase256578 14
rm -f shift.c
- 'build' phaseild-log 256578 552
../include/gettext.h:46:26: warning: passing argument 1 of ?sh_nojobs? discards 
?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
../bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
./suspend.def:102:18: note: in expansion of macro ?_?
  102 |       sh_nojobs (_("cannot suspend"));
      |                  ^
| 'build' phase256578 16
rm -f suspend.c
\ 'build' phaseild-log 256578 566
../include/gettext.h:46:26: warning: passing argument 2 of ?sh_erange? discards 
?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
../bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
./ulimit.def:481:30: note: in expansion of macro ?_?
  481 |           sh_erange (cmdarg, _("limit"));
      |                              ^
/ 'build' phase256578 15
rm -f ulimit.c
| 'build' phaseild-log 256578 600
../include/gettext.h:46:26: warning: passing argument 2 of ?sh_erange? discards 
?const? qualifier from pointer target type [-Wdiscarded-qualifiers]
   46 | # define gettext(Msgid) ((const char *) (Msgid))
      |                         ~^~~~~~~~~~~~~~~~~~~~~~~
../bashintl.h:36:25: note: in expansion of macro ?gettext?
   36 | #define _(msgid)        gettext(msgid)
      |                         ^~~~~~~
./umask.def:115:44: note: in expansion of macro ?_?
  115 |               sh_erange (list->word->word, _("octal number"));
      |                                            ^
- 'build' phase256578 14
rm -f umask.c
| 'build' phaseild-log 256578 192
random.c:93:8: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
   93 |   iv = (u_bits32_t)seedrand;            /* let the compiler truncate */
      |        ^
 guile-avahi-0.4.1  57KiB                                                       
                                            142.2MiB/s 00:00 
▕██████████████████▏ 100./%

substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   
0.0%guix substitute: warning: bordeaux.guix.gnu.org: connection failed: Network 
is unreachable
substitute: 
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%guix 
substitute: warning: ci.guix.gnu.org: connection failed: Connection timed out
substitute: 
The following derivations will be built:
  /gnu/store/cmhrd6764wn8b5ycd754s2a2050g8l0s-module-import-compiled.drv
  /gnu/store/sfwzylwgr1amvxqc34hz3cgwll27caay-module-import-compiled.drv
  /gnu/store/jfxj98k1g10rn384acpqmnw9jqas5sx4-guix-translated-texinfo.drv
  /gnu/store/g6r9vws3bl6dzwy3kspc2as91bxqmhqj-guix-manual.drv
  /gnu/store/7mdsrnpzw2nnxxwimw4amnjap1czr7ly-guix-core-source.drv
  /gnu/store/pix21vnzyrhfp1pycncp7ilj8hhgyb8j-guix-core.drv
  /gnu/store/b7qb7n6irx5fdmsa3drbm72r55fz09r0-guix-extra.drv
  /gnu/store/8184w6vxb89qxp6vd9gzmmdh1qrvmfzh-guix-extra-modules.drv
  /gnu/store/fss4wna8cfcyr3hq0w294zkq28injndl-config.scm.drv
  /gnu/store/zaagbqlx6smnri1zsrxhif42yrq9iad1-guix-config-source.drv
  /gnu/store/il39v4nlm0cd76m0pyfhisbh4a5qgxpg-guix-config.drv
  /gnu/store/8c7xf3bli979574inicslj0l6cd0zw83-guix-config-modules.drv
  /gnu/store/dfh8hz1yqa4pp2frkncdhzrngy7410r2-guix-packages-base.drv
  /gnu/store/g0ggjk0cmnj861gmxyync2g95zw3bi29-guix-cli-core.drv
  /gnu/store/ag2x2n0ad2wmc2ga6n6drlr906y872yx-guix-cli-core-modules.drv
  /gnu/store/843v9m9cl7cyyv0knp6rq1bnln4ldf41-guix-packages.drv
  /gnu/store/r2vnb326ys9m1sljwb157xwz7qfxal3a-guix-system.drv
  /gnu/store/pcgc5kgsw70wsgpijlkkaaz96sc71xa9-guix-home.drv
  /gnu/store/ilcspvjbpq9fwzi2h00c3pn9mpjj0169-guix-cli.drv
  /gnu/store/b19xl6zp2iil8xx1zl46m650583pjbgl-guix-cli-modules.drv
  /gnu/store/d11lybspq5mymag32qlpk17r9br18wc6-guix-core-modules.drv
  /gnu/store/id2fa0hjl4lpxrsm3ihap5zd3766sna2-guix-system-modules.drv
  /gnu/store/m91hyms33mpyn0n9gk40yjls74k9lblj-guix-home-modules.drv
  /gnu/store/rsllbqg7l60sr9zxp5rja3zq1rqnzw5v-guix-packages-base-modules.drv
  /gnu/store/bmfi5xcfmagwf9gz2gvfxjgg7isp8lk1-guix-system-tests.drv
  /gnu/store/rypl9ij44i9jq81xyi43sdgxdwcqk38r-guix-system-tests-modules.drv
  /gnu/store/slr426n5yhlvybchvh1lqhl6dckpx40r-guix-packages-modules.drv
  /gnu/store/lvp49xvcnm6cvainwdnl0rvmscxgqj4g-guix-df799a61e-modules.drv
  /gnu/store/1s0283760ra9q0xp74qv1p864vyj8f7m-guix-module-union.drv
  /gnu/store/paydnvn5ywr8wv94w57rr3vkxnchcc3s-guix-command.drv
  /gnu/store/gv9ji3jc5yp1hix65yakry3rgjy8f4an-guix-daemon.drv
  /gnu/store/fv1w6ar51b1s8f1di6likfiwmf9bsd36-guix-daemon.cil.drv
  /gnu/store/gyhi6v01jm8vnnr0xr43x3z42jyymqkh-guix-misc.drv
  /gnu/store/nk1q3x7mj8zvmcln2nhkikzb6a50cwrv-guix-df799a61e.drv
  /gnu/store/3inp2rjcc5vpqr3h2p6rz7gwch9sxjx3-profile.drv
  /gnu/store/8mlf5ns5n1rfabnpqi72gjrg94mnj2c4-inferior-script.scm.drv
  /gnu/store/5i7sgv1zhzv0k713p409m00h4cnyg464-profile.drv

substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
 guix-manual  5.8MiB                                                            
                                              592KiB/s 00:10 
▕██████████████████▏ 100.0%
 glib-2.82.1  3.5MiB                                                            
                                              209KiB/s 00:17 
▕██████████████████▏ 100.0%
 guix-cli  337KiB                                                               
                                              174KiB/s 00:02 
▕██████████████████▏ 100.0%
 avahi-0.8  348KiB                                                              
                                               98KiB/s 00:04 
▕██████████████████▏ 100.0%
 guix-cli-core  870KiB                                                          
                                              155KiB/s 00:06 
▕██████████████████▏ 100.0%
 guile-avahi-0.4.1  57KiB                                                       
                                              234KiB/s 00:00 
▕██████████████████▏ 100.0%
 guix-config  4KiB                                                              
                                              141KiB/s 00:00 
▕██████████████████▏ 100.0%
 guix-core  1.8MiB                                                              
                                              199KiB/s 00:09 
▕██████████████████▏ 100.0%
 guix-daemon-1.4.0-34.5058b40  262KiB                                           
                                              266KiB/s 00:01 
▕██████████████████▏ 100.0%
 guix-extra  3.0MiB                                                             
                                              166KiB/s 00:18 
▕██████████████████▏ 100.0%
 guix-daemon.cil  15KiB                                                         
                                              1.5MiB/s 00:00 
▕██████████████████▏ 100.0%
 guix-home  1.2MiB                                                              
                                              171KiB/s 00:07 
▕██████████████████▏ 100.0%
 guix-packages  1.7MiB                                                          
                                              180KiB/s 00:09 
▕██████████████████▏ 100.0%
 guix-packages-base  20.0MiB                                                    
                                              161KiB/s 02:08 
▕██████████████████▏ 100.0%
 guix-system  9.3MiB                                                            
                                              173KiB/s 00:55 
▕██████████████████▏ 100.0%
 guix-system-tests  922KiB                                                      
                                              152KiB/s 00:06 
▕██████████████████▏ 100.0%
building /gnu/store/fss4wna8cfcyr3hq0w294zkq28injndl-config.scm.drv...
building 
/gnu/store/ag2x2n0ad2wmc2ga6n6drlr906y872yx-guix-cli-core-modules.drv...
building /gnu/store/b19xl6zp2iil8xx1zl46m650583pjbgl-guix-cli-modules.drv...
building /gnu/store/zaagbqlx6smnri1zsrxhif42yrq9iad1-guix-config-source.drv...
building /gnu/store/7mdsrnpzw2nnxxwimw4amnjap1czr7ly-guix-core-source.drv...
building /gnu/store/8c7xf3bli979574inicslj0l6cd0zw83-guix-config-modules.drv...
building /gnu/store/d11lybspq5mymag32qlpk17r9br18wc6-guix-core-modules.drv...
building /gnu/store/8184w6vxb89qxp6vd9gzmmdh1qrvmfzh-guix-extra-modules.drv...
building /gnu/store/m91hyms33mpyn0n9gk40yjls74k9lblj-guix-home-modules.drv...
building /gnu/store/gyhi6v01jm8vnnr0xr43x3z42jyymqkh-guix-misc.drv...
building 
/gnu/store/rsllbqg7l60sr9zxp5rja3zq1rqnzw5v-guix-packages-base-modules.drv...
building 
/gnu/store/slr426n5yhlvybchvh1lqhl6dckpx40r-guix-packages-modules.drv...
building /gnu/store/id2fa0hjl4lpxrsm3ihap5zd3766sna2-guix-system-modules.drv...
building 
/gnu/store/rypl9ij44i9jq81xyi43sdgxdwcqk38r-guix-system-tests-modules.drv...
building 
/gnu/store/cmhrd6764wn8b5ycd754s2a2050g8l0s-module-import-compiled.drv...
building 
/gnu/store/lvp49xvcnm6cvainwdnl0rvmscxgqj4g-guix-df799a61e-modules.drv...
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
 guix-module-union  2KiB                                                        
                                               95KiB/s 00:00 
▕██████████████████▏ 100.0%
building /gnu/store/paydnvn5ywr8wv94w57rr3vkxnchcc3s-guix-command.drv...
building /gnu/store/gv9ji3jc5yp1hix65yakry3rgjy8f4an-guix-daemon.drv...
building /gnu/store/nk1q3x7mj8zvmcln2nhkikzb6a50cwrv-guix-df799a61e.drv...
building CA certificate bundle...
listing Emacs sub-directories...
building fonts directory...
building directory of Info manuals...
building profile with 1 package...
building /gnu/store/8mlf5ns5n1rfabnpqi72gjrg94mnj2c4-inferior-script.scm.drv...
building package cache...
building profile with 1 package...

News for channel 'guix'
  Incompatible upgrade of the Syncthing service
  Removable devices now mount under `/run/media/$USER' instead of `/media'
  Guix System switches to the Shepherd's system log


hint: Run `guix pull --news' to read all the news.

Attachment: OpenPGP_0x8EF548378E806320.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to