Re: Porting notes / deprecation docs

2021-07-12 Thread Friedrich W. H. Kossebau
Am Montag, 12. Juli 2021, 20:22:30 CEST schrieb Frederik Schwarzer:
> On 7/12/21 7:38 PM, Friedrich W. H. Kossebau wrote:
> > Now what is meant by "clickable links to replacements" exactly? Any
> > example
> > for what you have in mind?
> > (Just in case, Doxygen usually itself already generated automatic links to
> > the functions (just needs complete signature, incl. const), see also
> > https://www.doxygen.nl/manual/autolink.html
> > but then I would guess you know that)
> 
> Yes, that's what I meant. api.k.o does have clickable links (if done
> properly) but compiler warnings do not. That's why it would be good to
> keep the KF5 api docs.

Ah, so html pages on a server/local docs in QCH vs. compiler log, I see :)

((Old man blabla: decades ago one would have hoped we have more machine-
processable output from compilers in 2021, e.g. rich text. But then we also 
still do patches as plain text diffs, not AST diffs... oh well :) ))

> Any insight on how you kept the KDE 2-4 apidocs alive?

Mainly defending against admin wanting to clean up dead stuff and just wiping 
the current freak setup behind api.kde.org ;) (which is https://
invent.kde.org/websites/quality-kde-org)

Right now the kdelibs 2-4 docs are no longer regenerated (at the time when I 
got involved only the 4 one still was, but now also no longer is, and just is 
static files on the web server. I did some URL updates e.g. for trolltech.com-
>qt.io using mass regexp replacements on them).

IIRC main file of the generation is
https://invent.kde.org/websites/quality-kde-org/-/blob/master/apidox/src/
gendox.sh

But I dropped out when there were people talking about their progress in 
writing a replacement and put my hopes & bet on them. But seems life got in 
then it seems...

Cheers
Friedrich




Re: Porting notes / deprecation docs

2021-07-12 Thread Frederik Schwarzer




On 7/12/21 7:38 PM, Friedrich W. H. Kossebau wrote:

Some hopefully helpful quick comments from couch:

Am Montag, 12. Juli 2021, 19:14:17 CEST schrieb Frederik Schwarzer:

- If not documented separately, should existing deprecation messages
be improved? "no known users" might not be enough for the "unknown
users" in 3rd-party applications who get that message


Yes, ideally that should be backed up by some web page perhaps, informing
anyone how to get in touch with whom to make a user and their needs known, for
finding a solution.


- Is it possible/desirable to keep the latest KF5 API docs as it is
generated on api.k.o to have deprecation messages with clickable links
to replacements?


When doing my own little contributions to keep api.kde.org alive last year, I
also made sure to have the so far existing kdelibs 2-4 API still available,
see https://api.kde.org/history.php (reached via "Old KDE Versions" from
api.kde.org mainpage). The same hopefully can be done for KF5 (and other
libraries who would need versioned docs).

Now what is meant by "clickable links to replacements" exactly? Any example
for what you have in mind?
(Just in case, Doxygen usually itself already generated automatic links to the
functions (just needs complete signature, incl. const), see also
https://www.doxygen.nl/manual/autolink.html
but then I would guess you know that)


Yes, that's what I meant. api.k.o does have clickable links (if done 
properly) but compiler warnings do not. That's why it would be good to 
keep the KF5 api docs.


Any insight on how you kept the KDE 2-4 apidocs alive?

Cheers,
Frederik


KDE CI: Frameworks » kio » kf5-qt5 WindowsMSVCQt5.15 - Build # 714 - Fixed!

2021-07-12 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20WindowsMSVCQt5.15/714/
 Project:
kf5-qt5 WindowsMSVCQt5.15
 Date of build:
Mon, 12 Jul 2021 17:44:03 +
 Build duration:
2 min 3 sec and counting

Re: Porting notes / deprecation docs

2021-07-12 Thread Friedrich W. H. Kossebau
Some hopefully helpful quick comments from couch:

Am Montag, 12. Juli 2021, 19:14:17 CEST schrieb Frederik Schwarzer:
> - If not documented separately, should existing deprecation messages
>be improved? "no known users" might not be enough for the "unknown
>users" in 3rd-party applications who get that message

Yes, ideally that should be backed up by some web page perhaps, informing 
anyone how to get in touch with whom to make a user and their needs known, for 
finding a solution.

> - Is it possible/desirable to keep the latest KF5 API docs as it is
>generated on api.k.o to have deprecation messages with clickable links
>to replacements?

When doing my own little contributions to keep api.kde.org alive last year, I 
also made sure to have the so far existing kdelibs 2-4 API still available, 
see https://api.kde.org/history.php (reached via "Old KDE Versions" from 
api.kde.org mainpage). The same hopefully can be done for KF5 (and other 
libraries who would need versioned docs).

Now what is meant by "clickable links to replacements" exactly? Any example 
for what you have in mind?
(Just in case, Doxygen usually itself already generated automatic links to the 
functions (just needs complete signature, incl. const), see also
https://www.doxygen.nl/manual/autolink.html
but then I would guess you know that)

Cheers
Friedrich




Re: Porting notes / deprecation docs

2021-07-12 Thread Frederik Schwarzer

Hi,

so there has been a bit more discussion in today's KF6 weekly meeting 
about how to proceed with porting docs.


- Porting documentation needs an entry page pointing to the several
  resources like C++ deprecations, Qt6 porting guides, KF6 porting
  notes
- KF6 porting notes should follow a similar approach like Qt6 porting
  (first compile with the latest KF5 version, which will be part of
  distros for quite some time and get rid of all deprecation warnings
  and then make it compile against KF6)
- Might it be a good idea to document a selected set of API
  deprecations to have them in a readable format? Candidates are ones
  where it needs more that one or two lines of explanation
- If not documented separately, should existing deprecation messages
  be improved? "no known users" might not be enough for the "unknown
  users" in 3rd-party applications who get that message
- Is it possible/desirable to keep the latest KF5 API docs as it is
  generated on api.k.o to have deprecation messages with clickable links
  to replacements?

Opinions/additions?

Cheers,
Frederik

On 7/11/21 2:24 PM, Frederik Schwarzer wrote:

Hi,

On 7/10/21 11:54 PM, Friedrich W. H. Kossebau wrote:

Am Samstag, 10. Juli 2021, 22:47:58 CEST schrieb Frederik Schwarzer:

Hi,

On 7/10/21 7:38 PM, Friedrich W. H. Kossebau wrote:

Am Samstag, 10. Juli 2021, 18:00:13 CEST schrieb Frederik Schwarzer:

as mentioned earlier


Any pointers? :)


It was discussed in the weekly BBB meetings a few weeks ago.


I see. As contributor on occasions only myself, please refer to the 
respective
meeting notes some thankfully write, so one can read up on more 
background,
and such a planned task ideally would be backed up by a task board 
entry on
phabricator, so people can coordinate and track things about it in an 
async

manner.


https://mail.kde.org/pipermail/kde-frameworks-devel/2021-June/117653.html
Of course that out-of-context sentence at the end does not represent 
properly what has been said by people then. Some follow-up discussion 
lead to the "just grep it and put it somewhere first" approach.


What I take out of this now is that I need to be more phony about what I 
am planning on doing.




I would like to document classes/methods/etc that
are going to be deprecated during KF6 development.


Can you help confused-on-first-read people by explaining what 
"deprecated
during KF6 development" is referring to? Deprecated during KF5 
development
and no longer be available in KF6? Not yet deprecated due to no 
existing

replacement, but with replacement planned in KF6?


Everything that is marked deprecated when KF6 sees the light of day.


Okay. Not a good idea IMHO. There should be a single place of 
information, and
we have that already with the current KF5 API docs. I hope no-one 
plans to

just remove them from the website, though, Well, then there are also the
offline docs in QCH format as backup generated during the builds and 
packaged

by good distributions ;)


The idea is to have the APIs that are being deprecated now documented
when those APIs (and with it the API docs) are removed.
The audience is everyone who is starting the porting work when KF6 is
already there for some time.


Ideally that audience should get the recommendation to first port away 
from
deprecated API using the last released version of KF5 and Qt6. That 
way they
are able to do a big chunk of the work while being able to maintain a 
fully

working state of their software, without serious regressions. Once that
checkpoint is reached, then go for porting all those things which 
disappeared/

changed in KF6 & Qt6 without any preparations in KF5 & Qt5.

Remember that this is not just KF 5 -> 6, but also Qt 5 -> 6. And 
perhaps even
C++11 -> C++17. IMHO only those would recommend to port directly from 
one set
of APIs to an other one without any intermediate checkppints for the 
working
sate of the software who want to secure their job for a while, because 
it will
take ages to fix all the regressions introduced during the port. 
Unless the
company/community goes down in the meantime, because the ported 
software does

not get done.

BTW, even the Qt Company recommends that step-by-step approach, and they
surely do want to have their customers be successful in a short time 
;) ->

https://doc.qt.io/qt-6/portingguide.html

That is also why some of us invested so much of our time into properly 
tagging
API with deprecations warning macros and visibility guards, so porting 
can be
done step by step away from the old AP assisted by the compiler, 
always having

a working software. Because we have been through some porting in KDE and
learned our lessons, haven't we... ;)


Yes it is manual work. However, since the documentation does not remove
stuff that has been removed from the API, it's a thing of adding newer
deprecation markers, which seems manageable.


While perhaps it might be a nice thing to have a shortcut list of API 
that is
deprecated in KF5 times, as 

KF6 meeting notes 2021-07-12

2021-07-12 Thread Volker Krause
Hi,

apparently many people who voted for Monday 15:00 UTC as the new meeting time 
didn't get the memo yet that this is the new meeting time now ;-)

So here's mainly topics that we weren't able to discuss and that we then need 
to cover next week (unless they resolve themselves on the mailing list 
meanwhile):
* Raising the Qt minimum version to 5.15.2: https://mail.kde.org/pipermail/
kde-frameworks-devel/2021-July/118039.html
* STL use in KF implementation: https://invent.kde.org/frameworks/kio/-/
merge_requests/484
* Friedrich's alternative ECM branching proposal: https://mail.kde.org/
pipermail/kde-frameworks-devel/2021-July/117990.html
* Porting documentation: https://mail.kde.org/pipermail/kde-frameworks-devel/
2021-July/118034.html
- can we keep the kf5 api docs around somehow, or are just the compiler 
warnings good enough? 
- can we improve deprecation messages?
- add an entry point into kf6 porting to the documentation, containing 
pointers to all resources and a recommended porting strategy


Regards,
Volker

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


KDE CI: Frameworks » kio » kf5-qt5 SUSEQt5.15 - Build # 914 - Still Unstable!

2021-07-12 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20SUSEQt5.15/914/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Mon, 12 Jul 2021 14:44:53 +
 Build duration:
6 min 51 sec and counting
   BUILD ARTIFACTS
  acc/KF5KIO-5.85.0.xml
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 2 test(s), Passed: 58 test(s), Skipped: 0 test(s), Total: 60 test(s)Failed: projectroot.autotests.kiocore_kprotocolinfotestFailed: projectroot.autotests.kiofilewidgets_kurlnavigatortestName: projectroot.autotests Failed: 0 test(s), Passed: 6 test(s), Skipped: 0 test(s), Total: 6 test(s)Name: projectroot.src.ioslaves.trash Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot.src.kpasswdserver Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report68%
(25/37)68%
(291/425)68%
(291/425)58%
(38487/66833)41%
(21180/51115)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests94%
(59/63)94%
(59/63)90%
(10900/12164)45%
(6769/15177)autotests.http100%
(5/5)100%
(5/5)99%
(524/525)58%
(167/290)autotests.kcookiejar100%
(1/1)100%
(1/1)94%
(173/185)63%
(70/112)src100%
(1/1)100%
(1/1)89%
(8/9)71%
(10/14)src.core88%
(107/121)88%
(107/121)62%
(9391/15161)52%
(4655/8884)src.core.kssl100%
(1/1)100%
(1/1)39%
(34/87)50%
(3/6)src.filewidgets79%
(30/38)79%
(30/38)57%
(5174/9015)43%
(2197/5070)src.gui100%
(9/9)100%
(9/9)78%
(764/979)59%
(395/672)src.gui.systemd50%
(2/4)50%
(2/4)4%
(7/177)1%
(1/108)src.ioslaves.file100%
(7/7)100%
(7/7)57%
(792/1378)43%
(515/1190)src.ioslaves.file.kauth0%
(0/2)0%
(0/2)0%
(0/179)0%
(0/89)src.ioslaves.ftp100%
(2/2)100%
(2/2)49%
(672/1385)37%
(536/1434)src.ioslaves.help0%
(0/5)0%
(0/5)0%
(0/251)0%
(0/148)src.ioslaves.http88%
(7/8)88%
(7/8)43%
(1865/4341)37%
(1359/3719)src.ioslaves.http.kcookiejar40%
(2/5)40%
(2/5)49%
(661/1360)56%
(590/1055)src.ioslaves.remote100%
  

KDE CI: Frameworks » kio » kf5-qt5 FreeBSDQt5.15 - Build # 917 - Still Unstable!

2021-07-12 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20FreeBSDQt5.15/917/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 12 Jul 2021 14:42:21 +
 Build duration:
4 min 40 sec and counting
   JUnit Tests
  Name: projectroot Failed: 2 test(s), Passed: 57 test(s), Skipped: 0 test(s), Total: 59 test(s)Failed: projectroot.autotests.kiocore_kprotocolinfotestFailed: projectroot.autotests.kiofilewidgets_kurlnavigatortestName: projectroot.autotests Failed: 0 test(s), Passed: 6 test(s), Skipped: 0 test(s), Total: 6 test(s)Name: projectroot.src.ioslaves.trash Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot.src.kpasswdserver Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)

KDE CI: Frameworks » kio » kf5-qt5 SUSEQt5.15 - Build # 913 - Still Unstable!

2021-07-12 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20SUSEQt5.15/913/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Mon, 12 Jul 2021 14:35:39 +
 Build duration:
8 min 55 sec and counting
   BUILD ARTIFACTS
  acc/KF5KIO-5.85.0.xml
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 2 test(s), Passed: 58 test(s), Skipped: 0 test(s), Total: 60 test(s)Failed: projectroot.autotests.kiocore_kprotocolinfotestFailed: projectroot.autotests.kiofilewidgets_kurlnavigatortestName: projectroot.autotests Failed: 0 test(s), Passed: 6 test(s), Skipped: 0 test(s), Total: 6 test(s)Name: projectroot.src.ioslaves.trash Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot.src.kpasswdserver Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report68%
(25/37)68%
(291/425)68%
(291/425)58%
(38496/66834)41%
(21185/51115)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests94%
(59/63)94%
(59/63)90%
(10900/12164)45%
(6771/15177)autotests.http100%
(5/5)100%
(5/5)99%
(524/525)58%
(167/290)autotests.kcookiejar100%
(1/1)100%
(1/1)94%
(173/185)63%
(70/112)src100%
(1/1)100%
(1/1)89%
(8/9)71%
(10/14)src.core88%
(107/121)88%
(107/121)62%
(9400/15162)52%
(4659/8884)src.core.kssl100%
(1/1)100%
(1/1)39%
(34/87)50%
(3/6)src.filewidgets79%
(30/38)79%
(30/38)57%
(5174/9015)43%
(2197/5070)src.gui100%
(9/9)100%
(9/9)78%
(764/979)59%
(395/672)src.gui.systemd50%
(2/4)50%
(2/4)4%
(7/177)1%
(1/108)src.ioslaves.file100%
(7/7)100%
(7/7)57%
(792/1378)43%
(515/1190)src.ioslaves.file.kauth0%
(0/2)0%
(0/2)0%
(0/179)0%
(0/89)src.ioslaves.ftp100%
(2/2)100%
(2/2)49%
(672/1385)37%
(536/1434)src.ioslaves.help0%
(0/5)0%
(0/5)0%
(0/251)0%
(0/148)src.ioslaves.http88%
(7/8)88%
(7/8)43%
(1865/4341)37%
(1359/3719)src.ioslaves.http.kcookiejar40%
(2/5)40%
(2/5)49%
(661/1360)56%
(590/1055)src.ioslaves.remote100%
  

KDE CI: Frameworks » kio » kf5-qt5 FreeBSDQt5.15 - Build # 916 - Still Unstable!

2021-07-12 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20FreeBSDQt5.15/916/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 12 Jul 2021 14:35:35 +
 Build duration:
4 min 46 sec and counting
   JUnit Tests
  Name: projectroot Failed: 2 test(s), Passed: 57 test(s), Skipped: 0 test(s), Total: 59 test(s)Failed: projectroot.autotests.kiocore_kprotocolinfotestFailed: projectroot.autotests.kiofilewidgets_kurlnavigatortestName: projectroot.autotests Failed: 0 test(s), Passed: 6 test(s), Skipped: 0 test(s), Total: 6 test(s)Name: projectroot.src.ioslaves.trash Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot.src.kpasswdserver Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)

KDE CI: Frameworks » kio » kf5-qt5 WindowsMSVCQt5.15 - Build # 713 - Still Failing!

2021-07-12 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20WindowsMSVCQt5.15/713/
 Project:
kf5-qt5 WindowsMSVCQt5.15
 Date of build:
Mon, 12 Jul 2021 14:36:52 +
 Build duration:
1 min 14 sec and counting
   CONSOLE OUTPUT
  [...truncated 168 lines...][2021-07-12T14:38:02.299Z] PROCESSOR_LEVEL   = '23'[2021-07-12T14:38:02.299Z] PROCESSOR_REVISION= '0102'[2021-07-12T14:38:02.299Z] PROGRAMDATA   = 'C:\ProgramData'[2021-07-12T14:38:02.299Z] PROGRAMFILES  = 'C:\Program Files'[2021-07-12T14:38:02.299Z] PROGRAMFILES(X86) = 'C:\Program Files (x86)'[2021-07-12T14:38:02.299Z] PROGRAMW6432  = 'C:\Program Files'[2021-07-12T14:38:02.299Z] PROMPT= '$P$G'[2021-07-12T14:38:02.299Z] PSMODULEPATH  = '%ProgramFiles%\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules'[2021-07-12T14:38:02.299Z] PUBLIC= 'C:\Users\Public'[2021-07-12T14:38:02.299Z] RUN_ARTIFACTS_DISPLAY_URL = 'https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20WindowsMSVCQt5.15/713/display/redirect?page=artifacts'[2021-07-12T14:38:02.299Z] RUN_CHANGES_DISPLAY_URL   = 'https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20WindowsMSVCQt5.15/713/display/redirect?page=changes'[2021-07-12T14:38:02.299Z] RUN_DISPLAY_URL   = 'https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20WindowsMSVCQt5.15/713/display/redirect'[2021-07-12T14:38:02.299Z] RUN_TESTS_DISPLAY_URL = 'https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20WindowsMSVCQt5.15/713/display/redirect?page=tests'[2021-07-12T14:38:02.299Z] STAGE_NAME= 'Configuring Build'[2021-07-12T14:38:02.299Z] SYSTEMDRIVE   = 'C:'[2021-07-12T14:38:02.299Z] SYSTEMROOT= 'C:\WINDOWS'[2021-07-12T14:38:02.299Z] TEMP  = 'C:\Users\Jenkins\AppData\Local\Temp'[2021-07-12T14:38:02.299Z] TMP   = 'C:\Users\Jenkins\AppData\Local\Temp'[2021-07-12T14:38:02.299Z] UCRTVERSION   = '10.0.19041.0'[2021-07-12T14:38:02.299Z] UNIVERSALCRTSDKDIR= 'C:\Program Files (x86)\Windows Kits\10\'[2021-07-12T14:38:02.299Z] USERDOMAIN= 'DESKTOP-9TVNRIT'[2021-07-12T14:38:02.299Z] USERNAME  = 'Jenkins'[2021-07-12T14:38:02.299Z] USERPROFILE   = 'C:\Users\Jenkins'[2021-07-12T14:38:02.299Z] VCIDEINSTALLDIR   = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\VC\'[2021-07-12T14:38:02.299Z] VCINSTALLDIR  = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\'[2021-07-12T14:38:02.299Z] VCTOOLSINSTALLDIR = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.29.30037\'[2021-07-12T14:38:02.299Z] VCTOOLSREDISTDIR  = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Redist\MSVC\14.29.30036\'[2021-07-12T14:38:02.299Z] VCTOOLSVERSION= '14.29.30037'[2021-07-12T14:38:02.299Z] VISUALSTUDIOVERSION   = '16.0'[2021-07-12T14:38:02.299Z] VS160COMNTOOLS= 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\Tools\'[2021-07-12T14:38:02.299Z] VSCMD_ARG_APP_PLAT= 'Desktop'[2021-07-12T14:38:02.299Z] VSCMD_ARG_HOST_ARCH   = 'x64'[2021-07-12T14:38:02.299Z] VSCMD_ARG_TGT_ARCH= 'x64'[2021-07-12T14:38:02.299Z] VSCMD_VER = '16.10.2'[2021-07-12T14:38:02.299Z] VSINSTALLDIR  = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\'[2021-07-12T14:38:02.299Z] WINDIR= 'C:\WINDOWS'[2021-07-12T14:38:02.299Z] WINDOWSLIBPATH= 'C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0'[2021-07-12T14:38:02.299Z] WINDOWSSDKBINPATH = 'C:\Program Files (x86)\Windows Kits\10\bin\'[2021-07-12T14:38:02.299Z] WINDOWSSDKDIR = 'C:\Program Files (x86)\Windows Kits\10\'[2021-07-12T14:38:02.299Z] WINDOWSSDKLIBVERSION  = '10.0.19041.0\'[2021-07-12T14:38:02.299Z] WINDOWSSDKVERBINPATH  = 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\'[2021-07-12T14:38:02.299Z] WINDOWSSDKVERSION = '10.0.19041.0\'[2021-07-12T14:38:02.299Z] WORKSPACE = 'C:/CI/Job Build'[2021-07-12T14:38:02.299Z] WORKSPACE_TMP = 'C:/CI/Job Build@tmp'[2021-07-12T14:38:02.299Z] __DEVINIT_PATH= 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\Tools\devinit\devinit.exe'[2021-07-12T14:38:02.299Z] __DOTNET_ADD_64BIT= '1'[2021-07-12T14:38:02.299Z] __DOTNET_PREFERRED_BITNESS = '64'[2021-07-12T14:38:02.299Z] __VSCMD_PREINIT_PATH  = 'C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Python38\Scripts\;C:\Program 

KDE CI: Frameworks » kio » kf5-qt5 WindowsMSVCQt5.15 - Build # 712 - Failure!

2021-07-12 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20WindowsMSVCQt5.15/712/
 Project:
kf5-qt5 WindowsMSVCQt5.15
 Date of build:
Mon, 12 Jul 2021 14:35:39 +
 Build duration:
49 sec and counting
   CONSOLE OUTPUT
  [...truncated 168 lines...][2021-07-12T14:36:22.389Z] PROCESSOR_LEVEL   = '23'[2021-07-12T14:36:22.389Z] PROCESSOR_REVISION= '0102'[2021-07-12T14:36:22.389Z] PROGRAMDATA   = 'C:\ProgramData'[2021-07-12T14:36:22.389Z] PROGRAMFILES  = 'C:\Program Files'[2021-07-12T14:36:22.389Z] PROGRAMFILES(X86) = 'C:\Program Files (x86)'[2021-07-12T14:36:22.389Z] PROGRAMW6432  = 'C:\Program Files'[2021-07-12T14:36:22.389Z] PROMPT= '$P$G'[2021-07-12T14:36:22.389Z] PSMODULEPATH  = '%ProgramFiles%\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules'[2021-07-12T14:36:22.389Z] PUBLIC= 'C:\Users\Public'[2021-07-12T14:36:22.389Z] RUN_ARTIFACTS_DISPLAY_URL = 'https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20WindowsMSVCQt5.15/712/display/redirect?page=artifacts'[2021-07-12T14:36:22.389Z] RUN_CHANGES_DISPLAY_URL   = 'https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20WindowsMSVCQt5.15/712/display/redirect?page=changes'[2021-07-12T14:36:22.389Z] RUN_DISPLAY_URL   = 'https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20WindowsMSVCQt5.15/712/display/redirect'[2021-07-12T14:36:22.389Z] RUN_TESTS_DISPLAY_URL = 'https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20WindowsMSVCQt5.15/712/display/redirect?page=tests'[2021-07-12T14:36:22.389Z] STAGE_NAME= 'Configuring Build'[2021-07-12T14:36:22.389Z] SYSTEMDRIVE   = 'C:'[2021-07-12T14:36:22.389Z] SYSTEMROOT= 'C:\WINDOWS'[2021-07-12T14:36:22.389Z] TEMP  = 'C:\Users\Jenkins\AppData\Local\Temp'[2021-07-12T14:36:22.389Z] TMP   = 'C:\Users\Jenkins\AppData\Local\Temp'[2021-07-12T14:36:22.389Z] UCRTVERSION   = '10.0.19041.0'[2021-07-12T14:36:22.389Z] UNIVERSALCRTSDKDIR= 'C:\Program Files (x86)\Windows Kits\10\'[2021-07-12T14:36:22.389Z] USERDOMAIN= 'DESKTOP-9TVNRIT'[2021-07-12T14:36:22.389Z] USERNAME  = 'Jenkins'[2021-07-12T14:36:22.389Z] USERPROFILE   = 'C:\Users\Jenkins'[2021-07-12T14:36:22.389Z] VCIDEINSTALLDIR   = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\VC\'[2021-07-12T14:36:22.389Z] VCINSTALLDIR  = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\'[2021-07-12T14:36:22.390Z] VCTOOLSINSTALLDIR = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.29.30037\'[2021-07-12T14:36:22.390Z] VCTOOLSREDISTDIR  = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Redist\MSVC\14.29.30036\'[2021-07-12T14:36:22.390Z] VCTOOLSVERSION= '14.29.30037'[2021-07-12T14:36:22.390Z] VISUALSTUDIOVERSION   = '16.0'[2021-07-12T14:36:22.390Z] VS160COMNTOOLS= 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\Tools\'[2021-07-12T14:36:22.390Z] VSCMD_ARG_APP_PLAT= 'Desktop'[2021-07-12T14:36:22.390Z] VSCMD_ARG_HOST_ARCH   = 'x64'[2021-07-12T14:36:22.390Z] VSCMD_ARG_TGT_ARCH= 'x64'[2021-07-12T14:36:22.390Z] VSCMD_VER = '16.10.2'[2021-07-12T14:36:22.390Z] VSINSTALLDIR  = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\'[2021-07-12T14:36:22.390Z] WINDIR= 'C:\WINDOWS'[2021-07-12T14:36:22.390Z] WINDOWSLIBPATH= 'C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0'[2021-07-12T14:36:22.390Z] WINDOWSSDKBINPATH = 'C:\Program Files (x86)\Windows Kits\10\bin\'[2021-07-12T14:36:22.390Z] WINDOWSSDKDIR = 'C:\Program Files (x86)\Windows Kits\10\'[2021-07-12T14:36:22.390Z] WINDOWSSDKLIBVERSION  = '10.0.19041.0\'[2021-07-12T14:36:22.390Z] WINDOWSSDKVERBINPATH  = 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\'[2021-07-12T14:36:22.390Z] WINDOWSSDKVERSION = '10.0.19041.0\'[2021-07-12T14:36:22.390Z] WORKSPACE = 'C:/CI/Job Build'[2021-07-12T14:36:22.390Z] WORKSPACE_TMP = 'C:/CI/Job Build@tmp'[2021-07-12T14:36:22.390Z] __DEVINIT_PATH= 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\Tools\devinit\devinit.exe'[2021-07-12T14:36:22.390Z] __DOTNET_ADD_64BIT= '1'[2021-07-12T14:36:22.390Z] __DOTNET_PREFERRED_BITNESS = '64'[2021-07-12T14:36:22.390Z] __VSCMD_PREINIT_PATH  = 'C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Python38\Scripts\;C:\Program 

KDE CI: Frameworks » extra-cmake-modules » kf5-qt5 SUSEQt5.15 - Build # 239 - Fixed!

2021-07-12 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks/job/extra-cmake-modules/job/kf5-qt5%20SUSEQt5.15/239/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Mon, 12 Jul 2021 13:03:26 +
 Build duration:
3 min 48 sec and counting
   JUnit Tests
  Name: projectroot Failed: 0 test(s), Passed: 20 test(s), Skipped: 0 test(s), Total: 20 test(s)Name: projectroot.home.jenkins.workspace.Frameworks.extra-cmake-modules Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot.tests Failed: 0 test(s), Passed: 74 test(s), Skipped: 0 test(s), Total: 74 test(s)Name: projectroot.tests.ECMAddTests Failed: 0 test(s), Passed: 2 test(s), Skipped: 0 test(s), Total: 2 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  Cobertura Coverage Report

KDE CI: Frameworks » extra-cmake-modules » kf5-qt5 FreeBSDQt5.15 - Build # 210 - Fixed!

2021-07-12 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks/job/extra-cmake-modules/job/kf5-qt5%20FreeBSDQt5.15/210/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 12 Jul 2021 13:03:25 +
 Build duration:
3 min 2 sec and counting
   JUnit Tests
  Name: projectroot Failed: 0 test(s), Passed: 20 test(s), Skipped: 0 test(s), Total: 20 test(s)Name: projectroot.tests Failed: 0 test(s), Passed: 64 test(s), Skipped: 0 test(s), Total: 64 test(s)Name: projectroot.tests.ECMAddTests Failed: 0 test(s), Passed: 2 test(s), Skipped: 0 test(s), Total: 2 test(s)

KDE CI: Frameworks » solid » kf5-qt5 WindowsMSVCQt5.15 - Build # 92 - Still Failing!

2021-07-12 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks/job/solid/job/kf5-qt5%20WindowsMSVCQt5.15/92/
 Project:
kf5-qt5 WindowsMSVCQt5.15
 Date of build:
Mon, 12 Jul 2021 12:53:06 +
 Build duration:
12 sec and counting
   CONSOLE OUTPUT
  [...truncated 137 lines...][2021-07-12T12:53:15.741Z] PROCESSOR_ARCHITECTURE= 'AMD64'[2021-07-12T12:53:15.741Z] PROCESSOR_IDENTIFIER  = 'AMD64 Family 23 Model 1 Stepping 2, AuthenticAMD'[2021-07-12T12:53:15.741Z] PROCESSOR_LEVEL   = '23'[2021-07-12T12:53:15.741Z] PROCESSOR_REVISION= '0102'[2021-07-12T12:53:15.741Z] PROGRAMDATA   = 'C:\ProgramData'[2021-07-12T12:53:15.741Z] PROGRAMFILES  = 'C:\Program Files'[2021-07-12T12:53:15.741Z] PROGRAMFILES(X86) = 'C:\Program Files (x86)'[2021-07-12T12:53:15.741Z] PROGRAMW6432  = 'C:\Program Files'[2021-07-12T12:53:15.741Z] PROMPT= '$P$G'[2021-07-12T12:53:15.741Z] PSMODULEPATH  = '%ProgramFiles%\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules'[2021-07-12T12:53:15.741Z] PUBLIC= 'C:\Users\Public'[2021-07-12T12:53:15.741Z] RUN_ARTIFACTS_DISPLAY_URL = 'https://build.kde.org/job/Frameworks/job/solid/job/kf5-qt5%20WindowsMSVCQt5.15/92/display/redirect?page=artifacts'[2021-07-12T12:53:15.741Z] RUN_CHANGES_DISPLAY_URL   = 'https://build.kde.org/job/Frameworks/job/solid/job/kf5-qt5%20WindowsMSVCQt5.15/92/display/redirect?page=changes'[2021-07-12T12:53:15.741Z] RUN_DISPLAY_URL   = 'https://build.kde.org/job/Frameworks/job/solid/job/kf5-qt5%20WindowsMSVCQt5.15/92/display/redirect'[2021-07-12T12:53:15.741Z] RUN_TESTS_DISPLAY_URL = 'https://build.kde.org/job/Frameworks/job/solid/job/kf5-qt5%20WindowsMSVCQt5.15/92/display/redirect?page=tests'[2021-07-12T12:53:15.741Z] STAGE_NAME= 'Configuring Build'[2021-07-12T12:53:15.741Z] SYSTEMDRIVE   = 'C:'[2021-07-12T12:53:15.741Z] SYSTEMROOT= 'C:\WINDOWS'[2021-07-12T12:53:15.741Z] TEMP  = 'C:\Users\Jenkins\AppData\Local\Temp'[2021-07-12T12:53:15.741Z] TMP   = 'C:\Users\Jenkins\AppData\Local\Temp'[2021-07-12T12:53:15.741Z] UCRTVERSION   = '10.0.19041.0'[2021-07-12T12:53:15.741Z] UNIVERSALCRTSDKDIR= 'C:\Program Files (x86)\Windows Kits\10\'[2021-07-12T12:53:15.741Z] USERDOMAIN= 'DESKTOP-9TVNRIT'[2021-07-12T12:53:15.741Z] USERNAME  = 'Jenkins'[2021-07-12T12:53:15.741Z] USERPROFILE   = 'C:\Users\Jenkins'[2021-07-12T12:53:15.741Z] VCIDEINSTALLDIR   = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\VC\'[2021-07-12T12:53:15.741Z] VCINSTALLDIR  = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\'[2021-07-12T12:53:15.742Z] VCTOOLSINSTALLDIR = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.29.30037\'[2021-07-12T12:53:15.742Z] VCTOOLSREDISTDIR  = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Redist\MSVC\14.29.30036\'[2021-07-12T12:53:15.742Z] VCTOOLSVERSION= '14.29.30037'[2021-07-12T12:53:15.742Z] VISUALSTUDIOVERSION   = '16.0'[2021-07-12T12:53:15.742Z] VS160COMNTOOLS= 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\Tools\'[2021-07-12T12:53:15.742Z] VSCMD_ARG_APP_PLAT= 'Desktop'[2021-07-12T12:53:15.742Z] VSCMD_ARG_HOST_ARCH   = 'x64'[2021-07-12T12:53:15.742Z] VSCMD_ARG_TGT_ARCH= 'x64'[2021-07-12T12:53:15.742Z] VSCMD_VER = '16.10.2'[2021-07-12T12:53:15.742Z] VSINSTALLDIR  = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\'[2021-07-12T12:53:15.742Z] WINDIR= 'C:\WINDOWS'[2021-07-12T12:53:15.742Z] WINDOWSLIBPATH= 'C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0'[2021-07-12T12:53:15.742Z] WINDOWSSDKBINPATH = 'C:\Program Files (x86)\Windows Kits\10\bin\'[2021-07-12T12:53:15.742Z] WINDOWSSDKDIR = 'C:\Program Files (x86)\Windows Kits\10\'[2021-07-12T12:53:15.742Z] WINDOWSSDKLIBVERSION  = '10.0.19041.0\'[2021-07-12T12:53:15.742Z] WINDOWSSDKVERBINPATH  = 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\'[2021-07-12T12:53:15.742Z] WINDOWSSDKVERSION = '10.0.19041.0\'[2021-07-12T12:53:15.742Z] WORKSPACE = 'C:/CI/Job Build'[2021-07-12T12:53:15.742Z] WORKSPACE_TMP = 'C:/CI/Job Build@tmp'[2021-07-12T12:53:15.742Z] __DEVINIT_PATH= 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\Tools\devinit\devinit.exe'[2021-07-12T12:53:15.742Z] __DOTNET_ADD_64BIT= '1'[2021-07-12T12:53:15.742Z] __DOTNET_PREFERRED_BITNESS = '64'[2021-07-12T12:53:15.742Z] __VSCMD_PREINIT_PATH  = 'C:\Program Files (x86)\Common 

KDE CI: Frameworks » solid » kf5-qt5 WindowsMSVCQt5.15 - Build # 91 - Failure!

2021-07-12 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks/job/solid/job/kf5-qt5%20WindowsMSVCQt5.15/91/
 Project:
kf5-qt5 WindowsMSVCQt5.15
 Date of build:
Mon, 12 Jul 2021 12:52:50 +
 Build duration:
12 sec and counting
   CONSOLE OUTPUT
  [...truncated 137 lines...][2021-07-12T12:52:59.394Z] PROCESSOR_ARCHITECTURE= 'AMD64'[2021-07-12T12:52:59.394Z] PROCESSOR_IDENTIFIER  = 'AMD64 Family 23 Model 1 Stepping 2, AuthenticAMD'[2021-07-12T12:52:59.394Z] PROCESSOR_LEVEL   = '23'[2021-07-12T12:52:59.394Z] PROCESSOR_REVISION= '0102'[2021-07-12T12:52:59.394Z] PROGRAMDATA   = 'C:\ProgramData'[2021-07-12T12:52:59.394Z] PROGRAMFILES  = 'C:\Program Files'[2021-07-12T12:52:59.394Z] PROGRAMFILES(X86) = 'C:\Program Files (x86)'[2021-07-12T12:52:59.394Z] PROGRAMW6432  = 'C:\Program Files'[2021-07-12T12:52:59.394Z] PROMPT= '$P$G'[2021-07-12T12:52:59.394Z] PSMODULEPATH  = '%ProgramFiles%\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules'[2021-07-12T12:52:59.394Z] PUBLIC= 'C:\Users\Public'[2021-07-12T12:52:59.394Z] RUN_ARTIFACTS_DISPLAY_URL = 'https://build.kde.org/job/Frameworks/job/solid/job/kf5-qt5%20WindowsMSVCQt5.15/91/display/redirect?page=artifacts'[2021-07-12T12:52:59.394Z] RUN_CHANGES_DISPLAY_URL   = 'https://build.kde.org/job/Frameworks/job/solid/job/kf5-qt5%20WindowsMSVCQt5.15/91/display/redirect?page=changes'[2021-07-12T12:52:59.394Z] RUN_DISPLAY_URL   = 'https://build.kde.org/job/Frameworks/job/solid/job/kf5-qt5%20WindowsMSVCQt5.15/91/display/redirect'[2021-07-12T12:52:59.394Z] RUN_TESTS_DISPLAY_URL = 'https://build.kde.org/job/Frameworks/job/solid/job/kf5-qt5%20WindowsMSVCQt5.15/91/display/redirect?page=tests'[2021-07-12T12:52:59.394Z] STAGE_NAME= 'Configuring Build'[2021-07-12T12:52:59.394Z] SYSTEMDRIVE   = 'C:'[2021-07-12T12:52:59.394Z] SYSTEMROOT= 'C:\WINDOWS'[2021-07-12T12:52:59.394Z] TEMP  = 'C:\Users\Jenkins\AppData\Local\Temp'[2021-07-12T12:52:59.394Z] TMP   = 'C:\Users\Jenkins\AppData\Local\Temp'[2021-07-12T12:52:59.394Z] UCRTVERSION   = '10.0.19041.0'[2021-07-12T12:52:59.394Z] UNIVERSALCRTSDKDIR= 'C:\Program Files (x86)\Windows Kits\10\'[2021-07-12T12:52:59.394Z] USERDOMAIN= 'DESKTOP-9TVNRIT'[2021-07-12T12:52:59.394Z] USERNAME  = 'Jenkins'[2021-07-12T12:52:59.394Z] USERPROFILE   = 'C:\Users\Jenkins'[2021-07-12T12:52:59.394Z] VCIDEINSTALLDIR   = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\VC\'[2021-07-12T12:52:59.394Z] VCINSTALLDIR  = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\'[2021-07-12T12:52:59.394Z] VCTOOLSINSTALLDIR = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.29.30037\'[2021-07-12T12:52:59.394Z] VCTOOLSREDISTDIR  = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Redist\MSVC\14.29.30036\'[2021-07-12T12:52:59.394Z] VCTOOLSVERSION= '14.29.30037'[2021-07-12T12:52:59.394Z] VISUALSTUDIOVERSION   = '16.0'[2021-07-12T12:52:59.394Z] VS160COMNTOOLS= 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\Tools\'[2021-07-12T12:52:59.394Z] VSCMD_ARG_APP_PLAT= 'Desktop'[2021-07-12T12:52:59.394Z] VSCMD_ARG_HOST_ARCH   = 'x64'[2021-07-12T12:52:59.394Z] VSCMD_ARG_TGT_ARCH= 'x64'[2021-07-12T12:52:59.394Z] VSCMD_VER = '16.10.2'[2021-07-12T12:52:59.394Z] VSINSTALLDIR  = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\'[2021-07-12T12:52:59.394Z] WINDIR= 'C:\WINDOWS'[2021-07-12T12:52:59.394Z] WINDOWSLIBPATH= 'C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0'[2021-07-12T12:52:59.394Z] WINDOWSSDKBINPATH = 'C:\Program Files (x86)\Windows Kits\10\bin\'[2021-07-12T12:52:59.394Z] WINDOWSSDKDIR = 'C:\Program Files (x86)\Windows Kits\10\'[2021-07-12T12:52:59.394Z] WINDOWSSDKLIBVERSION  = '10.0.19041.0\'[2021-07-12T12:52:59.394Z] WINDOWSSDKVERBINPATH  = 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\'[2021-07-12T12:52:59.394Z] WINDOWSSDKVERSION = '10.0.19041.0\'[2021-07-12T12:52:59.394Z] WORKSPACE = 'C:/CI/Job Build'[2021-07-12T12:52:59.394Z] WORKSPACE_TMP = 'C:/CI/Job Build@tmp'[2021-07-12T12:52:59.394Z] __DEVINIT_PATH= 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\Tools\devinit\devinit.exe'[2021-07-12T12:52:59.394Z] __DOTNET_ADD_64BIT= '1'[2021-07-12T12:52:59.394Z] __DOTNET_PREFERRED_BITNESS = '64'[2021-07-12T12:52:59.394Z] __VSCMD_PREINIT_PATH  = 'C:\Program Files (x86)\Common 

KDE CI: Frameworks » kwayland » kf5-qt5 FreeBSDQt5.15 - Build # 98 - Still Unstable!

2021-07-12 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kwayland/job/kf5-qt5%20FreeBSDQt5.15/98/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 12 Jul 2021 11:35:22 +
 Build duration:
12 min and counting
   JUnit Tests
  Name: projectroot.autotests Failed: 13 test(s), Passed: 30 test(s), Skipped: 0 test(s), Total: 43 test(s)Failed: projectroot.autotests.client.kwayland_testCompositorFailed: projectroot.autotests.client.kwayland_testDataDeviceFailed: projectroot.autotests.client.kwayland_testDataSourceFailed: projectroot.autotests.client.kwayland_testRegionFailed: projectroot.autotests.client.kwayland_testShmPoolFailed: projectroot.autotests.client.kwayland_testSubCompositorFailed: projectroot.autotests.client.kwayland_testSubSurfaceFailed: projectroot.autotests.client.kwayland_testWaylandConnectionThreadFailed: projectroot.autotests.client.kwayland_testWaylandRegistryFailed: projectroot.autotests.client.kwayland_testWaylandShellFailed: projectroot.autotests.client.kwayland_testWaylandSurfaceFailed: projectroot.autotests.client.kwayland_testXdgShellV5Failed: projectroot.autotests.server.kwayland_testWaylandServerDisplay

KDE CI: Frameworks » kwayland » kf5-qt5 FreeBSDQt5.15 - Build # 97 - Still Unstable!

2021-07-12 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kwayland/job/kf5-qt5%20FreeBSDQt5.15/97/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 12 Jul 2021 11:29:54 +
 Build duration:
5 min 22 sec and counting
   JUnit Tests
  Name: projectroot.autotests Failed: 12 test(s), Passed: 31 test(s), Skipped: 0 test(s), Total: 43 test(s)Failed: projectroot.autotests.client.kwayland_testCompositorFailed: projectroot.autotests.client.kwayland_testDataDeviceFailed: projectroot.autotests.client.kwayland_testDataSourceFailed: projectroot.autotests.client.kwayland_testRegionFailed: projectroot.autotests.client.kwayland_testShmPoolFailed: projectroot.autotests.client.kwayland_testSubCompositorFailed: projectroot.autotests.client.kwayland_testSubSurfaceFailed: projectroot.autotests.client.kwayland_testWaylandConnectionThreadFailed: projectroot.autotests.client.kwayland_testWaylandRegistryFailed: projectroot.autotests.client.kwayland_testWaylandShellFailed: projectroot.autotests.client.kwayland_testWaylandSurfaceFailed: projectroot.autotests.server.kwayland_testWaylandServerDisplay

KDE CI: Frameworks » extra-cmake-modules » kf5-qt5 SUSEQt5.15 - Build # 238 - Still Unstable!

2021-07-12 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/extra-cmake-modules/job/kf5-qt5%20SUSEQt5.15/238/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Mon, 12 Jul 2021 10:44:57 +
 Build duration:
3 min 39 sec and counting
   JUnit Tests
  Name: projectroot Failed: 1 test(s), Passed: 19 test(s), Skipped: 0 test(s), Total: 20 test(s)Failed: projectroot.tests.ExecuteKDEModulesName: projectroot.home.jenkins.workspace.Frameworks.extra-cmake-modules Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot.tests Failed: 0 test(s), Passed: 74 test(s), Skipped: 0 test(s), Total: 74 test(s)Name: projectroot.tests.ECMAddTests Failed: 0 test(s), Passed: 2 test(s), Skipped: 0 test(s), Total: 2 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  Cobertura Coverage Report

KDE CI: Frameworks » extra-cmake-modules » kf5-qt5 FreeBSDQt5.15 - Build # 209 - Still Unstable!

2021-07-12 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/extra-cmake-modules/job/kf5-qt5%20FreeBSDQt5.15/209/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 12 Jul 2021 10:44:25 +
 Build duration:
2 min 50 sec and counting
   JUnit Tests
  Name: projectroot Failed: 1 test(s), Passed: 19 test(s), Skipped: 0 test(s), Total: 20 test(s)Failed: projectroot.tests.ExecuteKDEModulesName: projectroot.tests Failed: 0 test(s), Passed: 64 test(s), Skipped: 0 test(s), Total: 64 test(s)Name: projectroot.tests.ECMAddTests Failed: 0 test(s), Passed: 2 test(s), Skipped: 0 test(s), Total: 2 test(s)

KDE CI: Frameworks » extra-cmake-modules » kf5-qt5 SUSEQt5.15 - Build # 237 - Still Unstable!

2021-07-12 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/extra-cmake-modules/job/kf5-qt5%20SUSEQt5.15/237/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Mon, 12 Jul 2021 10:41:19 +
 Build duration:
3 min 36 sec and counting
   JUnit Tests
  Name: projectroot Failed: 1 test(s), Passed: 19 test(s), Skipped: 0 test(s), Total: 20 test(s)Failed: projectroot.tests.ExecuteKDEModulesName: projectroot.home.jenkins.workspace.Frameworks.extra-cmake-modules Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot.tests Failed: 0 test(s), Passed: 74 test(s), Skipped: 0 test(s), Total: 74 test(s)Name: projectroot.tests.ECMAddTests Failed: 0 test(s), Passed: 2 test(s), Skipped: 0 test(s), Total: 2 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  Cobertura Coverage Report

KDE CI: Frameworks » extra-cmake-modules » kf5-qt5 FreeBSDQt5.15 - Build # 208 - Still Unstable!

2021-07-12 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/extra-cmake-modules/job/kf5-qt5%20FreeBSDQt5.15/208/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 12 Jul 2021 10:41:19 +
 Build duration:
3 min 3 sec and counting
   JUnit Tests
  Name: projectroot Failed: 1 test(s), Passed: 19 test(s), Skipped: 0 test(s), Total: 20 test(s)Failed: projectroot.tests.ExecuteKDEModulesName: projectroot.tests Failed: 0 test(s), Passed: 64 test(s), Skipped: 0 test(s), Total: 64 test(s)Name: projectroot.tests.ECMAddTests Failed: 0 test(s), Passed: 2 test(s), Skipped: 0 test(s), Total: 2 test(s)

Re: Fwd: KDE CI: Administration » Dependency Build Applications stable-kf5-qt5 WindowsMSVCQt5.15 - Build # 52 - Still Failing!

2021-07-12 Thread Ralf Habacker
Am 12.07.21 um 09:35 schrieb Ralf Habacker:
> 
>> The fact that you have to apply additional overrides here indicates to
>> me that your changes to 'kdewin' are also incorrect.
> 
> It may also be caused by the kdelibs4support package, as I initial
> stated - I double checked in kdewin git repo, that it exports the
> correct header and library functions.
> 

At https://build.kde.org/job/Administration/job/Dependency Build
Extragear stable-kf5-qt5 .15/55/consoleFull you can see

13:57:34  -- Looking for inet_pton
13:57:34  -- Looking for inet_pton - not found
13:57:34  -- Looking for inet_ntop
13:57:34  -- Looking for inet_ntop - not found

that  cmake does not find inet_ ... function, which *are* available by
msvc compiler since Windows Vista
(https://docs.microsoft.com/en-us/windows/win32/api/ws2tcpip/nf-ws2tcpip-inet_pton)


I guess using the same approach as done now in kdewin at
https://invent.kde.org/packaging/kdewin/-/merge_requests/1/diffs?commit_id=e7ba87c10528b71ec53865c661dd718447494591#a9f1c36d35a73bf675ad0d1641cad7d3df55284e_27_28

should fix that issue. My earlier mentioned comment related to add the
-DHAVE_INET_PTON and -DHAVE_INET_NTOP is a valid workaround.

Regards
Ralf
>>
>>>
>>> -- Forwarded message -
>>> From: *CI System* mailto:nore...@kde.org>>
>>> Date: Sat, Jul 10, 2021 at 7:21 AM
>>> Subject: KDE CI: Administration » Dependency Build Applications
>>> stable-kf5-qt5 WindowsMSVCQt5.15 - Build # 52 - Still Failing!
>>> To: mailto:bcooks...@kde.org>>
>>>
>>>
>>> *BUILD FAILURE*
>>> Build URL
>>> 
>>> https://build.kde.org/job/Administration/job/Dependency%20Build%20Applications%20stable-kf5-qt5%20WindowsMSVCQt5.15/52/
>>> 
>>> 
>>>
>>> Project:Dependency Build Applications stable-kf5-qt5
>>> WindowsMSVCQt5.15
>>> Date of build:  Fri, 09 Jul 2021 18:58:42 +
>>> Build duration: 22 min and counting
>>>
>>>
>>> *CONSOLE OUTPUT *
>>> [...truncated 51900 lines...]
>>> [2021-07-09T19:20:03.112Z]
>>> 
>>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>>> warning C4005: 'Q_OS_WIN': macro redefinition
>>> [2021-07-09T19:20:03.112Z] ..\src\kdeui\kicon.cpp: note: see
>>> previous definition of 'Q_OS_WIN'
>>> [2021-07-09T19:20:03.112Z] [153/533] Building CXX object
>>> src\CMakeFiles\KF5KDELibs4Support.dir\kdeui\kdialogqueue.cpp.obj
>>> [2021-07-09T19:20:03.112Z]
>>> 
>>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>>> warning C4005: 'Q_OS_WIN': macro redefinition
>>> [2021-07-09T19:20:03.112Z] ..\src\kdeui\kdialogqueue.cpp: note:
>>> see previous definition of 'Q_OS_WIN'
>>> [2021-07-09T19:20:03.112Z] [154/533] Building CXX object
>>> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\ktzfiletimezone.cpp.obj
>>> [2021-07-09T19:20:03.112Z]
>>> 
>>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>>> warning C4005: 'Q_OS_WIN': macro redefinition
>>> [2021-07-09T19:20:03.112Z] ..\src\kdecore\ktzfiletimezone.cpp:
>>> note: see previous definition of 'Q_OS_WIN'
>>> [2021-07-09T19:20:03.112Z] [155/533] Building CXX object
>>> src\CMakeFiles\KF5KDELibs4Support.dir\kdeui\kapplication.cpp.obj
>>> [2021-07-09T19:20:03.112Z]
>>> 
>>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>>> warning C4005: 'Q_OS_WIN': macro redefinition
>>> [2021-07-09T19:20:03.112Z] ..\src\kdeui\kapplication.cpp: note:
>>> see previous definition of 'Q_OS_WIN'
>>> [2021-07-09T19:20:03.684Z] [156/533] Building CXX object
>>> src\CMakeFiles\KF5KDELibs4Support.dir\kdeui\kstringvalidator.cpp.obj
>>> [2021-07-09T19:20:03.684Z]
>>> 
>>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>>> warning C4005: 'Q_OS_WIN': macro redefinition
>>> [2021-07-09T19:20:03.684Z] ..\src\kdeui\kstringvalidator.cpp:
>>> note: see previous definition of 'Q_OS_WIN'
>>> [2021-07-09T19:20:03.684Z] [157/533] Building CXX object
>>> src\CMakeFiles\KF5KDELibs4Support.dir\kdeui\kfadewidgeteffect.cpp.obj
>>> [2021-07-09T19:20:03.684Z]
>>> 
>>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>>> warning C4005: 'Q_OS_WIN': macro redefinition
>>> [2021-07-09T19:20:03.684Z] ..\src\kdeui\kfadewidgeteffect.cpp:
>>> note: see previous definition of 'Q_OS_WIN'
>>> [2021-07-09T19:20:03.945Z] [158/533] Building CXX object
>>> src\CMakeFiles\KF5KDELibs4Support.dir\kdeui\kbuttongroup.cpp.obj
>>> [2021-07-09T19:20:03.945Z]
>>> 
>>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>>> 

Re: Fwd: KDE CI: Administration » Dependency Build Applications stable-kf5-qt5 WindowsMSVCQt5.15 - Build # 52 - Still Failing!

2021-07-12 Thread Ralf Habacker
Am 10.07.21 um 21:00 schrieb Ben Cooksley:
> On Sat, Jul 10, 2021 at 9:14 PM Ralf Habacker  > wrote:
> 
> Am 09.07.21 um 21:26 schrieb Ben Cooksley:
>> Hi Ralf,
>>
>> I'm afraid your previous fixes are insufficient - we are still
>> failing with a linking error.
>>
>> The following is notice that I intend to back all changes out in
>> kdewin and restore the repository to
>> 8503ac6e0e07099c4938cbfe60e3f5e25e2ec368 to restore the correct
>> function of the CI system in 24 hours time.
>>
> Please don't that not - that fix is required for building
> kdelibs4support with mingw headers version 9 and only export
> replacement functions not provided by the os. 
> 
> The platform you are talking about (mingw cross compilation) is not one
> generally supported by KDE on Windows - I believe you are the only
> person who uses that approach.
> 
I'm sorry to tell you, that your informations seems to be outdated.
There are several linux distributions out there already providing cross
compiled KDE package.


> The MingW version we do support (native compilation), 

This is simply based by the fact, the they probably do not use mingw 9.x
headers.

> along with MSVC (as the principal compiler) do not have the issue you are 
> describing.

That there is now an issue with msvc looks to me as that it is caused by
the mentioned fact, that detection for inet function seems to be broken
in kdelibs4support package, now as the correct way has been added to the
kdewin package.

If you think that it is broken in kdewin package, please show me where
it is wrong at https://invent.kde.org/packaging/kdewin/-/merge_requests/1.


> This is how all the Binary Factory builds are run, and therefore how
> every project on there is built.
>  
> 
> You should either revert the kdewin build script to checkout the
> source from a git tag (v0.6.4) and not master as done by other
> packages (I'm sorry, I cannot do that because of missing knowledge).
> 
> At the  mentioned mingw cross build package for kdelib4support I
> need to add  -DHAVE_INET_PTON=1 -DHAVE_INET_NTOP=1 to the cmake
> configure as workaround to the broken inet_xxx function detection
> inside kdeblibs4support source.
> 
> Sorry, but that is not an option - the CI system builds the same set of
> branches that a developer and our release managers build.
> That means 'master'.
> 
That seems not be true for all packages, see
https://invent.kde.org/packaging/craft-blueprints-kde/-/blob/master/kdesupport/qca/qca.py#L17


> The fact that you have to apply additional overrides here indicates to
> me that your changes to 'kdewin' are also incorrect.

It may also be caused by the kdelibs4support package, as I initial
stated - I double checked in kdewin git repo, that it exports the
correct header and library functions.

Ralf
> 
>>
>> -- Forwarded message -
>> From: *CI System* mailto:nore...@kde.org>>
>> Date: Sat, Jul 10, 2021 at 7:21 AM
>> Subject: KDE CI: Administration » Dependency Build Applications
>> stable-kf5-qt5 WindowsMSVCQt5.15 - Build # 52 - Still Failing!
>> To: mailto:bcooks...@kde.org>>
>>
>>
>>  *BUILD FAILURE*
>> Build URL
>> 
>> https://build.kde.org/job/Administration/job/Dependency%20Build%20Applications%20stable-kf5-qt5%20WindowsMSVCQt5.15/52/
>> 
>> 
>>
>> Project: Dependency Build Applications stable-kf5-qt5
>> WindowsMSVCQt5.15
>> Date of build:   Fri, 09 Jul 2021 18:58:42 +
>> Build duration:  22 min and counting
>>
>>
>> *CONSOLE OUTPUT *
>> [...truncated 51900 lines...]
>> [2021-07-09T19:20:03.112Z]
>> 
>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>> warning C4005: 'Q_OS_WIN': macro redefinition
>> [2021-07-09T19:20:03.112Z] ..\src\kdeui\kicon.cpp: note: see
>> previous definition of 'Q_OS_WIN'
>> [2021-07-09T19:20:03.112Z] [153/533] Building CXX object
>> src\CMakeFiles\KF5KDELibs4Support.dir\kdeui\kdialogqueue.cpp.obj
>> [2021-07-09T19:20:03.112Z]
>> 
>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>> warning C4005: 'Q_OS_WIN': macro redefinition
>> [2021-07-09T19:20:03.112Z] ..\src\kdeui\kdialogqueue.cpp: note:
>> see previous definition of 'Q_OS_WIN'
>> [2021-07-09T19:20:03.112Z] [154/533] Building CXX object
>> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\ktzfiletimezone.cpp.obj
>> [2021-07-09T19:20:03.112Z]
>> 
>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>> warning C4005: 'Q_OS_WIN': macro redefinition
>> [2021-07-09T19:20:03.112Z] ..\src\kdecore\ktzfiletimezone.cpp:
>> note: see previous definition of 'Q_OS_WIN'
>>