Re: CI fails for KGeoTag

2024-05-22 Thread Albert Astals Cid
El dimecres, 22 de maig del 2024, a les 21:30:16 (CEST), Tobias Leupold va 
escriure:
> Hi all :-)
> 
> Currently, CI fails for KGeoTag on the systems that are added automatically
> (not on the ones added manually), cf.
> 
> https://invent.kde.org/graphics/kgeotag/-/jobs/1842186
> https://invent.kde.org/graphics/kgeotag/-/jobs/1842188
> 
> It's something about a missing dependency:
> 
> raise Exception(f"Package {identifier} was not found in branch
> {branch}") ...
> raise Exception("Unable to locate requested dependency in the registry:
> {} (branch: {})".format( identifier, branch ))
> ...
> Exception: Package marble was not found in branch release/23.08
> 
> I didn't change anything in the CI config. Apparently, I missed some change,
> didn't update a config file or such?
> 
> Could somebody give me a hand about this? Thanks a lot in advance!

Fixed with 
https://invent.kde.org/sysadmin/repo-metadata/-/commit/850a57f5015d197437d5f8ce58f350d0e6f4b27e

When your .kde-ci.yml file says
  'education/marble': '@stable'
it goes to that file to figure out which branch to use and the one from marble 
was outdated.

Cheers,
  Albert

> 
> Cheers, Tobias






CI fails for KGeoTag

2024-05-22 Thread Tobias Leupold
Hi all :-)

Currently, CI fails for KGeoTag on the systems that are added automatically 
(not on the ones added manually), cf.

https://invent.kde.org/graphics/kgeotag/-/jobs/1842186
https://invent.kde.org/graphics/kgeotag/-/jobs/1842188

It's something about a missing dependency:

raise Exception(f"Package {identifier} was not found in branch {branch}")
...
raise Exception("Unable to locate requested dependency in the registry: {}
(branch: {})".format( identifier, branch ))
...
Exception: Package marble was not found in branch release/23.08

I didn't change anything in the CI config. Apparently, I missed some change, 
didn't update a config file or such?

Could somebody give me a hand about this? Thanks a lot in advance!

Cheers, Tobias




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

2024-05-22 Thread Ben Cooksley
On Wed, May 22, 2024 at 9:24 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.
>
> Good news: 8 repositories fixed
>
> Bad news: 6 new repositories started failing
>
>
> kio-gdrive - NEW
>  * https://invent.kde.org/network/kio-gdrive/-/pipelines/693840
>   * Qt 5.15 is unbuildable because needs libkgapi and we don't have a Qt5
> CI
> build of libkgapi anymore. This is REAL BAD.
>

Looks like kio-gdrive needs to drop the support it has for Qt 5?
Can't really see another path forward as libkgapi has no support for Qt 5
anymore.

This is alas one of those very difficult to solve issues, especially when
semi-leaf projects like libkgapi are used more widely.


>
>
> massif-visualizer - NEW
>  * https://invent.kde.org/sdk/massif-visualizer/-/pipelines/693832
>   * appstreamtest fails because https://apps.kde.org/massif-visualizer
> doesn't
> exist
>
>
> baloo-widgets - NEW
>  * https://invent.kde.org/libraries/baloo-widgets/-/pipelines/693837
>   * filemetadataitemcounttest failed in Linux Qt 6.7
>
>
> tokodon - NEW
>  * https://invent.kde.org/network/tokodon/-/pipelines/693844
>   * TimelineTest failed in Linux Qt 6.7
>
>
> okular - NEW
>  * https://invent.kde.org/graphics/okular/-/pipelines/693821
>   * craft mac and windows failed, possibly in codesign?
>
>
> kdenlive - NEW
>  * https://invent.kde.org/multimedia/kdenlive/-/pipelines/693822
>   * craft windows failed, possibly in codesign?
>   * craft mac has been stuck for hours, builder down?
>
>
>
> Cheers,
>   Albert
>

Cheers,
Ben


Re: KDE Gear projects with failing CI (release/24.05) (21 May 2024)

2024-05-22 Thread Ingo Klöcker
On Dienstag, 21. Mai 2024 23:31:32 CEST Albert Astals Cid wrote:
> kate - NEW
>  * https://invent.kde.org/utilities/kate/-/pipelines/693848
>   * craft windows time ran out, did it try to compile the whole world?
>   * craft mac has been stuck for hours, builder down?
> 
> 
> dolphin - NEW
>  * https://invent.kde.org/system/dolphin/-/pipelines/693849
>   * craft windows time ran out, did it try to compile the whole world?
> 
> 
> okular - NEW
>  * https://invent.kde.org/graphics/okular/-/pipelines/693860
>   * craft windows failed, possibly in codesign?

The Windows job timed out while publishing the build artifacts. I think the 
problem is that all of Qt 6.7.1 was built (because the version was just bumped 
and the caches are not yet updated) and that just took to long in sum:
*** Craft all succeeded: libs/qt6/qtbase after 10min 49s ***
*** Craft all succeeded: libs/qt6/qtdeclarative after 13min 4s ***

It's ironic that Hannah wrote in the Craft chat as comment on the bump to Qt 
6.7.1:
"this should be fine even if it will disrupt master for a couple of h"
I immediately thought: "I hope that Albert doesn't starts the CI builds now."
:-)

The poor mac builder is probably dying because it has to compile Qt over and 
over again.

Regards,
Ingo

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


Re: KDE Review Request: KRDP

2024-05-22 Thread Akseli Lahtinen
Hi, the review period is over for KRDP and we'd like to officially include 
KRDP in 6.1. 

Here's the review request issue https://invent.kde.org/plasma/krdp/-/issues/17

Thanks!
- Akseli Lahtinen

On Thursday 2 May 2024 13:27:20 GMT+3 Akseli Lahtinen wrote:
> Hi!
> 
> Arjen Hiemstra and me have been working on a RDP server called KRDP.
> This allows remote desktop connections over RDP protocol. Arjen
> did the heavy lifting with the streaming side and the actual protocol side.
> 
> https://invent.kde.org/plasma/krdp
> 
> I have done the KCM side of things, which is a system settings menu where
> one can toggle the server on and off and change various other settings like
> quality of the stream and such.
> 
> You can test it with for example Remmina client, more info here:
> https://invent.kde.org/plasma/krdp#known-working-and-not-working-clients
> 
> Here is the review request issue:
> https://invent.kde.org/plasma/krdp/-/issues/17
> 
> I'd like to get some reviews in and so on so we can get this in good shape.
> :)
> 
> Thank you!
> - Akseli Lahtinen
> 
> PS. My first review request, do tell me if I missed something!
> I followed this documentation for it
> https://develop.kde.org/docs/getting-started/add-project/#kde-review






Re: KDE Review Request: KRDP

2024-05-22 Thread Akseli Lahtinen
Hi, the review period is over for KRDP and we'd like to officially include 
KRDP in 6.1. 

Here's the review request issue https://invent.kde.org/plasma/krdp/-/issues/17

Thanks!
- Akseli Lahtinen

On Thursday 2 May 2024 13:27:20 GMT+3 Akseli Lahtinen wrote:
> Hi!
> 
> Arjen Hiemstra and me have been working on a RDP server called KRDP.
> This allows remote desktop connections over RDP protocol. Arjen
> did the heavy lifting with the streaming side and the actual protocol side.
> 
> https://invent.kde.org/plasma/krdp
> 
> I have done the KCM side of things, which is a system settings menu where
> one can toggle the server on and off and change various other settings like
> quality of the stream and such.
> 
> You can test it with for example Remmina client, more info here:
> https://invent.kde.org/plasma/krdp#known-working-and-not-working-clients
> 
> Here is the review request issue:
> https://invent.kde.org/plasma/krdp/-/issues/17
> 
> I'd like to get some reviews in and so on so we can get this in good shape.
> :)
> 
> Thank you!
> - Akseli Lahtinen
> 
> PS. My first review request, do tell me if I missed something!
> I followed this documentation for it
> https://develop.kde.org/docs/getting-started/add-project/#kde-review