[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CI test failures
|
From: |
Bruno Haible |
|
Subject: |
Re: CI test failures |
|
Date: |
Fri, 19 Mar 2021 11:09:04 +0100 |
|
User-agent: |
KMail/5.1.3 (Linux/4.4.0-203-generic; KDE/5.18.0; x86_64; ; ) |
Hi José,
> > The CI reports 2 "unexpected" test failures today:
> >
> > Running /builds/gnu-poke/ci-distcheck/poke/testsuite/poke.cmd/cmd.exp ...
> > FAIL: poke.cmd/save-1.pk execution test
> > FAIL: poke.cmd/save-2.pk execution test
>
> make distcheck works in both master and maint/poke-1 for me.
> What are the contents of poke.log?
Setting LD_LIBRARY_PATH to :
Execution timeout is: 300
spawn [open ...]
0x23U
PASS: poke.cmd/maps-alien-1.pk execution test
PASS: poke.cmd/maps-alien-1.pk output pattern test
UNSUPPORTED: poke.cmd/nbd-1.pk
PASS: poke.cmd/save-1.pk (test for excess errors)
Setting LD_LIBRARY_PATH to :
Execution timeout is: 300
spawn [open ...]
*** invalid open call: O_CREAT or O_TMPFILE without mode ***:
/builds/gnu-poke/ci-distcheck/poke/poke/.libs/poke terminated
./save-1: line 2: 11493 Aborted (core dumped)
/builds/gnu-poke/ci-distcheck/poke/testsuite/../poke/poke -q --quiet
--no-hserver --color=no -q -l
/builds/gnu-poke/ci-distcheck/poke/testsuite/poke.cmd/save-1.pk -c " .set obase
16 " -c " .file foo.data " -c " save :from 0#B :size 4#B :file \"bar.data\" "
-c " .file bar.data " -c " byte[4] @ 0#B " -c " iosize (get_ios) "
FAIL: poke.cmd/save-1.pk execution test
PASS: poke.cmd/save-2.pk (test for excess errors)
Setting LD_LIBRARY_PATH to :
Execution timeout is: 300
spawn [open ...]
*** invalid open call: O_CREAT or O_TMPFILE without mode ***:
/builds/gnu-poke/ci-distcheck/poke/poke/.libs/poke terminated
./save-2: line 2: 11509 Aborted (core dumped)
/builds/gnu-poke/ci-distcheck/poke/testsuite/../poke/poke -q --quiet
--no-hserver --color=no -q -l
/builds/gnu-poke/ci-distcheck/poke/testsuite/poke.cmd/save-2.pk -c " .set obase
16 " -c " .file foo.data " -c " save :from 2#B :size 4#B :file \"bar.data\" "
-c " .file bar.data " -c " byte[4] @ 0#B " -c " iosize (get_ios) "
FAIL: poke.cmd/save-2.pk execution test
It looks like Egeyar fixed this meanwhile, in
https://git.savannah.gnu.org/gitweb/?p=poke.git;a=commitdiff;h=a448fe7120d735d7b79567805b10c35f367b0ca9
Bruno