bug#33410: Offloaded builds can get stuck indefinitely due to network issues

2018-11-16 Thread Mark H Weaver
I just discovered that 4 out of 5 armhf build slots on Hydra have been stuck for 24 hours, apparently after the network connections to the build slaves were lost, possibly due to a temporary network outage. I've seen this kind of thing happen periodically since we switched to using guile-ssh for o

bug#33409: guile-ssh build fail when run guix pull

2018-11-16 Thread Feng Shu
``` Some deprecated features have been used. Set the environment variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program to get more information. Set it to "no" to suppress this message. make[1]: Leaving directory '/tmp/guix-build-guile-ssh-0.11.3.drv-0/guile-ssh-0.11.3/tests' make

bug#33404: failure behavior for "guix package --upgrade"

2018-11-16 Thread Ludovic Courtès
Hello, Reed Campbell Meyerson skribis: > I am experiencing some strange behavior when upgrading packages. After a > substitution fails, the upgrade will fail at the same point every time > until I upgrade that point on its own, and then it will proceed until it > potentially fails at a different

bug#33407: Cuirass is dropping the SQLite error message when rethrowing

2018-11-16 Thread Björn Höfling
On Fri, 16 Nov 2018 21:51:49 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Hello, > > Björn Höfling skribis: > > > is this a bug or by intention? > > > > In src/cuirass/database.scm, in the db-add-* procedures, we have a > > catch-clause like this: > > > > (with-db-critical-section db > > (ca

bug#33407: Cuirass is dropping the SQLite error message when rethrowing

2018-11-16 Thread Ludovic Courtès
Hello, Björn Höfling skribis: > is this a bug or by intention? > > In src/cuirass/database.scm, in the db-add-* procedures, we have a > catch-clause like this: > > (with-db-critical-section db > (catch 'sqlite-error > (lambda () > ) > (lambda (key who code message . rest) >

bug#33030: Crash in progress-bar

2018-11-16 Thread Ludovic Courtès
Hello, Ricardo Wurmus skribis: > I’ve just got the very same error: > > downloading from > https://berlin.guixsd.org/nar/gzip/iql35g1g5q9dkap5splc7f9ggskr31vl-NamesList.txt... > Backtrace: > In guix/scripts/package.scm: >913:10 19 (_) > In guix/status.scm: > 600:4 18 (call-with-status-r

bug#33407: Cuirass is dropping the SQLite error message when rethrowing

2018-11-16 Thread Björn Höfling
Hi, is this a bug or by intention? In src/cuirass/database.scm, in the db-add-* procedures, we have a catch-clause like this: (with-db-critical-section db (catch 'sqlite-error (lambda () ) (lambda (key who code message . rest) ;; If we get a unique-constraint-failed error

bug#33260: [Shepherd] ERROR: In procedure stat: No such file or directory: "/run/user/30011/shepherd

2018-11-16 Thread Ludovic Courtès
Danny Milosavljevic skribis: >> It is kind of documented under the '--socket' option of Shepherd: >> >> https://www.gnu.org/software/shepherd/manual/shepherd.html > > Shouldn't it be: > > Receive further commands on the socket special file file. If this option is > not specified, localstatedir/

bug#33260: [Shepherd] ERROR: In procedure stat: No such file or directory: "/run/user/30011/shepherd

2018-11-16 Thread Danny Milosavljevic
> It is kind of documented under the '--socket' option of Shepherd: > > https://www.gnu.org/software/shepherd/manual/shepherd.html Shouldn't it be: Receive further commands on the socket special file file. If this option is not specified, localstatedir/run/shepherd/socket is taken when running