Just a quick note before I get a chance to look at this closer, in case anyone else wants to take a stab at it. It's one thing that the color output format changed in a way that the test program does not know how to parse it. That's easy to fix.
It's more worrying that the reported average color stays at "srgb(98.0209%,98.0209%,98.0209%)" for 40 attempts. This means that either the screen color isn't in fact changing (i.e. the game is broken) or that the way the average color is calculated by imagemagick has changed in a way which makes it unusable :-/ wt., 28 lip 2020 o 16:36 Adrian Bunk <b...@debian.org> napisaĆ(a): > Source: bambam > Version: 1.0.1+dfsg-1 > Severity: serious > Tags: bullseye sid > > https://ci.debian.net/packages/b/bambam/unstable/amd64/ > > Test success with imagemagick < 8:6.9.11.24+dfsg-1: > ... > On attempt 5 the average screen color was too close to white: 233,230,235. > On attempt 6 the average screen color was too close to white: 225,223,231. > On attempt 7 the average screen color was too close to white: 223,220,226. > ... > > Test failure with imagemagick 8:6.9.11.24+dfsg-1: > ... > On attempt 37 the average screen color was > srgb(98.0209%,98.0209%,98.0209%). > On attempt 38 the average screen color was > srgb(98.0209%,98.0209%,98.0209%). > On attempt 39 the average screen color was > srgb(98.0209%,98.0209%,98.0209%). > Traceback (most recent call last): > File "./debian/tests/smoke-meat", line 101, in <module> > main() > File "./debian/tests/smoke-meat", line 24, in main > await_startup() > File "./debian/tests/smoke-meat", line 45, in await_startup > raise Exception('Failed to see bambam start after %d attempts.' % > attempt_count) > Exception: Failed to see bambam start after 40 attempts. > > > I suspect the output of convert changed that is parsed in > > https://sources.debian.org/src/bambam/1.0.1+dfsg-1/debian/tests/smoke-meat/#L83 >