Yes, sorry for too short a snippet:

PASS: gapplication 1 /gapplication/no-dbus
PASS: gapplication 2 /gapplication/no-appid
PASS: gapplication 3 /gapplication/properties
PASS: gapplication 4 /gapplication/app-id
ERROR: gapplication - missing test plan
ERROR: gapplication - exited with status 139 (terminated by signal 11?)
SKIP: gdbus-auth
PASS: gdbus-bz627724 1 /gdbus/bz627724
PASS: gdbus-close-pending 1 /gdbus/close-pending
PASS: gdbus-close-pending 2 /gdbus/unref-pending

and finally:

============================================================================
Testsuite summary for glib 2.44.0
============================================================================
# TOTAL: 673
# PASS:  632
# SKIP:  39
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 2


by the way, I had to 

touch doc/guix-environment.1

which was missing.

Thanks,
Alex

On Wed, Jun 3, 2015 at 3:24 AM, Ludovic Courtès <ludo@gnu.org> wrote:
Alexander Vorobiev <alexander.vorobiev@gmail.com> skribis:

> At first I saw the exact same error in this list:
>
> http://lists.gnu.org/archive/html/bug-guix/2014-12/msg00002.html

Oh.

> I then pulled again, rebooted the VM just in case, reinstalled guix, and

It’s not necessary to reinstall Guix, it shouldn’t make any difference.

> now I am seeing an error similar to the second error from that email:
>
> ERROR: gapplication - missing test plan
> ERROR: gapplication - exited with status 139 (terminated by signal 11?)
>
> That email had status 136 and signal 6.

Could you paste more context from the build log, so we can see which
test is failing?  (Use ‘guix build --log-file glib’ to access the log.)

Ludo’.