CI first started failing when PR #402 by @TWiedemann was merged but only in the GAP devel job (so I suspect the root cause is not in that PR, but just exposed by it; instead I suspect a change in GAp master and/or one of the recent package updates is responsible). The error:
########> Diff in /tmp/gaproot/pkg/recog/tst/working/slow/verification.tst:37
# Input is:
for G in matGroupList do
testGroup(G);
od;
# Expected output:
# But found:
Error, ConvertToMatrixRep( <mat>, <q> ): not all entries of <mat> wr\
itten over <q>
########
Then when PR #467 was merged (which only happened after all its CI jobs passed!) all CI jobs started to fail. This looks like a bad interaction with PR #402 -- e.g. there may have been a hidden bug in PR #467 that was exposed; or some of the changes in PR #402 had unexpected and undesirable side effects. Dunno.
Afterwards also PR #469 was merged (it was on automerge, so it passed all its CI in isolation). For now I'll assume this PR is otherwise innocent, we'll see.
CI first started failing when PR #402 by @TWiedemann was merged but only in the GAP devel job (so I suspect the root cause is not in that PR, but just exposed by it; instead I suspect a change in GAp master and/or one of the recent package updates is responsible). The error:
Then when PR #467 was merged (which only happened after all its CI jobs passed!) all CI jobs started to fail. This looks like a bad interaction with PR #402 -- e.g. there may have been a hidden bug in PR #467 that was exposed; or some of the changes in PR #402 had unexpected and undesirable side effects. Dunno.
Afterwards also PR #469 was merged (it was on automerge, so it passed all its CI in isolation). For now I'll assume this PR is otherwise innocent, we'll see.