Re: CI Pipelines

Gilles Caulier <[email protected]> Sun, 18 Sep 2022 06:33:06 +0200
Newsgroups gmane.comp.kde.digikam.devel
Message-ID <CAHFG6sGW4YOz3A7sUN7ZDybcEgr=LM0Yn54qtFaZbxMROX9kyw@mail.gmail.com>
Hi,

As i can see the dysfunction come from ImageMagick backend called by
DMetadata parser.

Typically, we have more than one metadata parser as Exiv2, ffmpeg,
libraw, ExifTool, and Imagegic.
This last one is less robust than the previous one, and depending of
IM version installed on the CI computer, it can crash at run time.

The Q is why IM crash with test images on the CI.

Gilles

Le dim. 18 sept. 2022 à 00:04, Steven Robbins <[email protected]> a écrit :
>
> Hi,
>
> The linux build is failing so I thought I'd have a look to see what is wrong.
>
> I believe the last passing pipeline was six days ago: https://invent.kde.org/
> graphics/digikam/-/pipelines/230527
>
> Then  there are five "canceled" pipeline runs followed by a failure.  What
> causes a pipeline run to get cancelled?
>
> At present there are four failing tests.  The first is an assertion failure;
> but it passes on my system.
>
> Then there are three that trigger heap-use-after-free.  I  don't have the
> address sanitizer running so I've no clue about these.
>
> Any thoughts?
> -Steve