Re: KDE Gear projects with failing CI (master) (7 May 2024)

2024-05-08 Thread Ben Cooksley
On Wed, May 8, 2024 at 10:03 AM Albert Astals Cid  wrote:

> Please work on fixing them, otherwise i will remove the failing CI jobs on
> their 4th failing week, it is very important that CI is passing for
> multiple
> reasons.
>
>
> Bad news: 1 repository is still failing and 3 new ones started failing
>
>
> tokodon - 3rd week
>  * https://invent.kde.org/network/tokodon/-/pipelines/682294
>   * suse_tumbleweed_qt67 fails
>

This looks to be a broken test that is relying on the
selenium-webdriver-at-spi scaffolding (that i've warned against previously)
and crashing for reasons not quite known.
It is unlikely you will see this on a developer system as the CI system
compiles everything in Debug mode (which means asserts are enabled) while
developer systems won't have them enabled (due to using RelWithDebInfo).

Probably best to just disable that test.


>
> kdenlive - NEW
>  * https://invent.kde.org/multimedia/kdenlive/-/pipelines/682483
>   * craft_windows_qt6_x86_64 fails to compile kdenlivesettingsdialog.cpp
>

>
> dolphin - NEW
>  * https://invent.kde.org/system/dolphin/-/pipelines/682230
>   * craft_windows_qt6_x86_64 fails without any discernible error
>
>
> kdeconnect-kde - NEW
>  * https://invent.kde.org/network/kdeconnect-kde/-/pipelines/682282
>   * craft_windows_qt6_x86_64 fails without any discernible error
>
>
> Cheers,
>   Albert
>

Cheers,
Ben


Re: KDE Gear projects with failing CI (master) (7 May 2024)

2024-05-08 Thread Ingo Klöcker
On Mittwoch, 8. Mai 2024 00:03:34 CEST Albert Astals Cid wrote:
> dolphin - NEW
>  * https://invent.kde.org/system/dolphin/-/pipelines/682230
>   * craft_windows_qt6_x86_64 fails without any discernible error
> 
> 
> kdeconnect-kde - NEW
>  * https://invent.kde.org/network/kdeconnect-kde/-/pipelines/682282
>   * craft_windows_qt6_x86_64 fails without any discernible error

In both cases the last line logged under 'Executing "step_script" stage of the 
job script' is
```
Signing with custom command
```
and the error is
```
ERROR: Job failed: script timeout context: context deadline exceeded
```

This means both jobs timed out while waiting for the signer. The usual reason 
for the timeout is that unfortunately the windows signer stopped working once 
more. Maybe because the VM rebooted. Improving this is on Ben's long to do 
list.

Re-runs of both jobs have now succeeded (after I restarted the signing 
service).

Regards,
Ingo


signature.asc
Description: This is a digitally signed message part.


KDE Gear projects with failing CI (master) (7 May 2024)

2024-05-07 Thread Albert Astals Cid
Please work on fixing them, otherwise i will remove the failing CI jobs on 
their 4th failing week, it is very important that CI is passing for multiple 
reasons.


Bad news: 1 repository is still failing and 3 new ones started failing


tokodon - 3rd week
 * https://invent.kde.org/network/tokodon/-/pipelines/682294
  * suse_tumbleweed_qt67 fails


kdenlive - NEW
 * https://invent.kde.org/multimedia/kdenlive/-/pipelines/682483
  * craft_windows_qt6_x86_64 fails to compile kdenlivesettingsdialog.cpp


dolphin - NEW
 * https://invent.kde.org/system/dolphin/-/pipelines/682230
  * craft_windows_qt6_x86_64 fails without any discernible error


kdeconnect-kde - NEW
 * https://invent.kde.org/network/kdeconnect-kde/-/pipelines/682282
  * craft_windows_qt6_x86_64 fails without any discernible error


Cheers,
  Albert