* bug#29776: [core-updates] gawk fails test suite on armhf
@ 2017-12-19 23:34 Mark H Weaver
2017-12-20 14:30 ` Marius Bakke
0 siblings, 1 reply; 4+ messages in thread
From: Mark H Weaver @ 2017-12-19 23:34 UTC (permalink / raw)
To: 29776
On core-updates, 'gawk' fails to build on armhf:
https://hydra.gnu.org/build/2392045
Here's the tail of the build log:
--8<---------------cut here---------------start------------->8---
make[2]: Entering directory '/tmp/guix-build-gawk-4.1.4.drv-0/gawk-4.1.4/test'
1 TESTS FAILED
make[2]: *** [Makefile:4128: pass-fail] Error 1
make[2]: Leaving directory '/tmp/guix-build-gawk-4.1.4.drv-0/gawk-4.1.4/test'
make[2]: Entering directory '/tmp/guix-build-gawk-4.1.4.drv-0/gawk-4.1.4/test'
for i in _* ; \
do \
if [ "$i" != "_*" ]; then \
echo ============== $i ============= ; \
base=`echo $i | sed 's/^_//'` ; \
if [ -r ${base}.ok ]; then \
diff -c ${base}.ok $i ; \
else \
diff -c "."/${base}.ok $i ; \
fi ; \
fi ; \
done
============== _pty1 =============
*** pty1.ok 2014-01-20 19:53:01.000000000 +0000
--- _pty1 2017-12-19 09:34:25.516824947 +0000
***************
*** 1,2 ****
! 123
! x is abc
--- 1,4 ----
! sh: /dev/tty: No such device or address
! sh: /dev/tty: No such device or address
! x is
! x is
make[2]: *** [Makefile:4137: diffout] Error 1
make[2]: Leaving directory '/tmp/guix-build-gawk-4.1.4.drv-0/gawk-4.1.4/test'
make[1]: *** [Makefile:1651: check] Error 1
make[1]: Leaving directory '/tmp/guix-build-gawk-4.1.4.drv-0/gawk-4.1.4/test'
make: *** [Makefile:742: check-recursive] Error 1
phase `check' failed after 49.9 seconds
builder for `/gnu/store/9f8adlrb6y8f1q0zfzk49x05ly4r6lp4-gawk-4.1.4.drv' failed with exit code 1
@ build-failed /gnu/store/9f8adlrb6y8f1q0zfzk49x05ly4r6lp4-gawk-4.1.4.drv - 1 builder for `/gnu/store/9f8adlrb6y8f1q0zfzk49x05ly4r6lp4-gawk-4.1.4.drv' failed with exit code 1
--8<---------------cut here---------------end--------------->8---
Mark
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#29776: [core-updates] gawk fails test suite on armhf
2017-12-19 23:34 bug#29776: [core-updates] gawk fails test suite on armhf Mark H Weaver
@ 2017-12-20 14:30 ` Marius Bakke
2017-12-20 17:34 ` Ludovic Courtès
2017-12-20 22:53 ` Mark H Weaver
0 siblings, 2 replies; 4+ messages in thread
From: Marius Bakke @ 2017-12-20 14:30 UTC (permalink / raw)
To: Mark H Weaver, 29776
[-- Attachment #1: Type: text/plain, Size: 358 bytes --]
Mark H Weaver <mhw@netris.org> writes:
> On core-updates, 'gawk' fails to build on armhf:
>
> https://hydra.gnu.org/build/2392045
I tried restarting this (again), and it succeeded:
https://hydra.gnu.org/build/2392045
Maybe there's something specific to hydra-slave3, which had failed three
times in a row? The successful build came from hydra-slave1.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#29776: [core-updates] gawk fails test suite on armhf
2017-12-20 14:30 ` Marius Bakke
@ 2017-12-20 17:34 ` Ludovic Courtès
2017-12-20 22:53 ` Mark H Weaver
1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2017-12-20 17:34 UTC (permalink / raw)
To: Marius Bakke; +Cc: 29776
Marius Bakke <mbakke@fastmail.com> skribis:
> Mark H Weaver <mhw@netris.org> writes:
>
>> On core-updates, 'gawk' fails to build on armhf:
>>
>> https://hydra.gnu.org/build/2392045
>
> I tried restarting this (again), and it succeeded:
It built it successfully the first time on my Olimex A20.
I’ll try --check to see if it fails.
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#29776: [core-updates] gawk fails test suite on armhf
2017-12-20 14:30 ` Marius Bakke
2017-12-20 17:34 ` Ludovic Courtès
@ 2017-12-20 22:53 ` Mark H Weaver
1 sibling, 0 replies; 4+ messages in thread
From: Mark H Weaver @ 2017-12-20 22:53 UTC (permalink / raw)
To: Marius Bakke; +Cc: 29776-done
Marius Bakke <mbakke@fastmail.com> writes:
> Mark H Weaver <mhw@netris.org> writes:
>
>> On core-updates, 'gawk' fails to build on armhf:
>>
>> https://hydra.gnu.org/build/2392045
>
> I tried restarting this (again), and it succeeded:
>
> https://hydra.gnu.org/build/2392045
>
> Maybe there's something specific to hydra-slave3, which had failed three
> times in a row? The successful build came from hydra-slave1.
You're right. hydra-slave3's kernel was in a bad state, with lots of
errors in the 'dmesg' output about unaligned accesses. I rebooted it.
I'm closing this bug now.
Thanks!
Mark
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-12-20 22:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-19 23:34 bug#29776: [core-updates] gawk fails test suite on armhf Mark H Weaver
2017-12-20 14:30 ` Marius Bakke
2017-12-20 17:34 ` Ludovic Courtès
2017-12-20 22:53 ` Mark H Weaver
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.