Re: KDE Gear projects with failing CI (master) (12 March 2024)

2024-03-15 Thread Volker Krause
On Mittwoch, 13. März 2024 10:19:32 CET Ben Cooksley wrote:
> On Wed, Mar 13, 2024 at 12:12 PM Albert Astals Cid  wrote:
> > mimetreeparser - NEW
> > 
> >  * https://invent.kde.org/pim/mimetreeparser/-/pipelines/628865
> >  
> >   * core-cryptohelpertest fails
> 
> Don't understand how that could fail out of the blue...

I don't think it did, it rather looks like it never worked. https://
invent.kde.org/pim/mimetreeparser/-/commit/
12952b4f2ddb2d9743dfc7784caa349bf1a870ed introduced the broken test very 
recently.

Regards,
Volker

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


Re: KDE Gear projects with failing CI (master) (12 March 2024)

2024-03-13 Thread Ben Cooksley
On Wed, Mar 13, 2024 at 12:12 PM 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.
>
> Good news: 6 repositories got fixed
>
> Bad news: 2 repository still failing and 7 new repositories failing this
> week
>
>
> filelight - 2nd week
>  * https://invent.kde.org/utilities/filelight/-/pipelines/628855
>   * craft fails
>
>
> klickety - 2nd week
>  * https://invent.kde.org/games/klickety/-/pipelines/628858
>   * appstreamtest fails


Hm, I thought I had fixed all the Appstream failures.

Anyway, this is fixed now.


>
>
>
> kalgebra - NEW
>  * https://invent.kde.org/education/kalgebra/-/pipelines/628851
>   * flatpak fails, needs libplasma
>
>
> kig - NEW
>  * https://invent.kde.org/education/kig/-/pipelines/628852
>   * craft fails
>
>
> kdenlive - NEW
>  * https://invent.kde.org/multimedia/kdenlive/-/pipelines/628926
>   * Qt6 code fails to compile
>
>
> akregator - NEW
>  * https://invent.kde.org/pim/akregator/-/pipelines/628861
>   * appstreamtest fails


Fixed as well. No idea how this passed last week given nothing has changed
here?


>
>
>
> neochat - NEW
>  * https://invent.kde.org/network/neochat/-/pipelines/628957
>   * craft fails
>

Likely caused by libtiff being present on the system when the cache was
built, but not being marked as a dependency of QtWebEngine.
Craft folks, will adding libtiff as a dependency of QtWebEngine without
bumping the patch version cause any issues? (that should fix this)


>
>
> mimetreeparser - NEW
>  * https://invent.kde.org/pim/mimetreeparser/-/pipelines/628865
>   * core-cryptohelpertest fails
>
>
Don't understand how that could fail out of the blue...


>
>
> francis - NEW
>  * https://invent.kde.org/utilities/francis/-/pipelines/628866
>   * reuse fails
>

Fixed by Carl in
https://invent.kde.org/utilities/francis/-/commit/a3749a7f74ed2bdffeb3b4bc17835ae7ccd6fa64


>
>
> Cheers,
>   Albert
>
>
>
Cheers,
Ben


Re: KDE Gear projects with failing CI (master) (12 March 2024)

2024-03-13 Thread Julius Künzel
13.03.2024 08:40:20 Ingo Klöcker :

> On Mittwoch, 13. März 2024 00:12:17 CET 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.
>> 
>> Good news: 6 repositories got fixed
>> 
>> Bad news: 2 repository still failing and 7 new repositories failing this
>> week
>> 
>> 
>> filelight - 2nd week
>> * https://invent.kde.org/utilities/filelight/-/pipelines/628855
>>   * craft fails
> 
> One of the two macOS builds fails. No idea what the problem is because "Job's
> log exceeded limit of 4194304 bytes. Job execution will continue but no more
> output will be collected."
> 
>> kig - NEW
>> * https://invent.kde.org/education/kig/-/pipelines/628852
>>   * craft fails
> 
> Both macOS builds failed.
> 
> arm64: packaging failed, but there's not error message and no Craft logs for
> the packaging.
> 
> x86-64: signing failed with
> ERROR macappsigner Error: Processing task '20240312T191325-education-
> kig_1647658' failed with ReadError('unexpected end of data').
> reported by tarfile
> 
> I checked the tar file manually:
> tar: Unexpected EOF in archive
> tar: Error is not recoverable: exiting now
> 
> Maybe the file wasn't closed/flushed before it was uploaded?
> 
>> neochat - NEW
>> * https://invent.kde.org/network/neochat/-/pipelines/628957
>>   * craft fails
> 
> In this case the AppImage failed:
> Deploying dependencies for ELF file 
> /builds/network/neochat/linux-64-gcc/build/
> kde/applications/neochat/archive/usr/lib/libQt6WebEngineCore.so.6.6.2
> ERROR: Could not find dependency: libtiff.so.5
> ERROR: Failed to deploy dependencies for existing files
> 
> tiff isn't mentioned anywhere else in the log. Looks like a missing dependency
> on tiff, but I don't know in which Craft blueprint.
> 
> Regards,
> Ingo
For filelight and kig: The logs for craft packaging are in the log named after 
the package ie. filelight.log in this case. It failed at signing because the 
codesign verification failed. Some binaries couldn't be signed.
I added an executable filter for both and redriggered the arm builds last night 
before going to sleep. (For kig it failed again because I missed the return 
super()... hence Craft considered it failed but without a log. This is fixed 
meanwhile too.

Kdenlive Qt6 failure is fixed too.


Re: KDE Gear projects with failing CI (master) (12 March 2024)

2024-03-13 Thread Ingo Klöcker
On Mittwoch, 13. März 2024 08:39:11 CET Ingo Klöcker wrote:
> On Mittwoch, 13. März 2024 00:12:17 CET 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.
> > 
> > Good news: 6 repositories got fixed
> > 
> > Bad news: 2 repository still failing and 7 new repositories failing this
> > week
> > 
> > 
> > filelight - 2nd week
> > 
> >  * https://invent.kde.org/utilities/filelight/-/pipelines/628855
> >  
> >   * craft fails
> 
> One of the two macOS builds fails. No idea what the problem is because
> "Job's log exceeded limit of 4194304 bytes. Job execution will continue but
> no more output will be collected."

I reran the job and it passed now. I saw that Justin has added an explicit 
list of executables to include to the Craft blueprint. No idea if this helped.

Regards,
Ingo


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


Re: KDE Gear projects with failing CI (master) (12 March 2024)

2024-03-13 Thread Ingo Klöcker
On Mittwoch, 13. März 2024 00:12:17 CET 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.
> 
> Good news: 6 repositories got fixed
> 
> Bad news: 2 repository still failing and 7 new repositories failing this
> week
> 
> 
> filelight - 2nd week
>  * https://invent.kde.org/utilities/filelight/-/pipelines/628855
>   * craft fails

One of the two macOS builds fails. No idea what the problem is because "Job's 
log exceeded limit of 4194304 bytes. Job execution will continue but no more 
output will be collected."

> kig - NEW
>  * https://invent.kde.org/education/kig/-/pipelines/628852
>   * craft fails

Both macOS builds failed.

arm64: packaging failed, but there's not error message and no Craft logs for 
the packaging.

x86-64: signing failed with
ERROR macappsigner Error: Processing task '20240312T191325-education-
kig_1647658' failed with ReadError('unexpected end of data').
reported by tarfile

I checked the tar file manually:
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

Maybe the file wasn't closed/flushed before it was uploaded?

> neochat - NEW
>  * https://invent.kde.org/network/neochat/-/pipelines/628957
>   * craft fails

In this case the AppImage failed:
Deploying dependencies for ELF file /builds/network/neochat/linux-64-gcc/build/
kde/applications/neochat/archive/usr/lib/libQt6WebEngineCore.so.6.6.2
ERROR: Could not find dependency: libtiff.so.5
ERROR: Failed to deploy dependencies for existing files

tiff isn't mentioned anywhere else in the log. Looks like a missing dependency 
on tiff, but I don't know in which Craft blueprint.

Regards,
Ingo


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


Re: KDE Gear projects with failing CI (master) (12 March 2024)

2024-03-12 Thread Justin Zobel

On 13/3/24 09:42, Albert Astals Cid wrote:

kalgebra - NEW
  * https://invent.kde.org/education/kalgebra/-/pipelines/628851
   * flatpak fails, needs libplasma

Fixed with https://invent.kde.org/education/kalgebra/-/merge_requests/43


KDE Gear projects with failing CI (master) (12 March 2024)

2024-03-12 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.

Good news: 6 repositories got fixed

Bad news: 2 repository still failing and 7 new repositories failing this week 


filelight - 2nd week
 * https://invent.kde.org/utilities/filelight/-/pipelines/628855
  * craft fails


klickety - 2nd week
 * https://invent.kde.org/games/klickety/-/pipelines/628858
  * appstreamtest fails 


kalgebra - NEW
 * https://invent.kde.org/education/kalgebra/-/pipelines/628851
  * flatpak fails, needs libplasma


kig - NEW
 * https://invent.kde.org/education/kig/-/pipelines/628852
  * craft fails


kdenlive - NEW
 * https://invent.kde.org/multimedia/kdenlive/-/pipelines/628926
  * Qt6 code fails to compile


akregator - NEW
 * https://invent.kde.org/pim/akregator/-/pipelines/628861
  * appstreamtest fails 


neochat - NEW
 * https://invent.kde.org/network/neochat/-/pipelines/628957
  * craft fails


mimetreeparser - NEW
 * https://invent.kde.org/pim/mimetreeparser/-/pipelines/628865
  * core-cryptohelpertest fails  



francis - NEW
 * https://invent.kde.org/utilities/francis/-/pipelines/628866
  * reuse fails


Cheers,
  Albert