D14741: Definition: Expose bool isDelimiter() const

2018-08-11 Thread Dominik Haumann
dhaumann created this revision.
dhaumann added reviewers: cullmann, vkrause.
Restricted Application added projects: Kate, Frameworks.
Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel.
dhaumann requested review of this revision.

REVISION SUMMARY
  Returns whether the character @p c is a word delimiter.
  A delimiter defines whether a characters is a word boundary. Internally,
  delimiters are used for matching keyword lists. As example, typcally the
  dot '.' is a word delimiter. However, if you have a keyword in a keyword
  list that contains a dot, you have to add the dot to the
  @e weakDeliminator attribute of the @e general section in your
  highlighting definition. Similarly, sometimes additional delimiters are
  required, which can be specified in @e additionalDeliminator.
  
  Checking whether a characters is a delimiter is useful for instance if
  text is selected with double click. Typically, the whole word should be
  selected in this case. Similarly to the example above, the dot '.'
  usually acts as word delimiter. However, using this function you can
  implement text selection in such a way that keyword lists are correctly
  selected.

TEST PLAN
  make && make test, unit test still missing

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  is-delimiter (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D14741

AFFECTED FILES
  src/lib/definition.cpp
  src/lib/definition.h

To: dhaumann, cullmann, vkrause
Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, 
demsking, cullmann, sars, dhaumann


D14201: Set system default shortcut Ctrl+0 for "Actual Size" action

2018-08-11 Thread Peter Mühlenpfordt
muhlenpfordt edited the summary of this revision.

REPOSITORY
  R237 KConfig

BRANCH
  shortcut-actual-size (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D14201

To: muhlenpfordt, dfaure, broulik, ngraham, rkflx
Cc: jriddell, rkflx, kde-frameworks-devel, michaelh, ngraham, bruns


KDE CI: Frameworks kconfig kf5-qt5 FreeBSDQt5.10 - Build # 16 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kconfig%20kf5-qt5%20FreeBSDQt5.10/16/
 Project:
Frameworks kconfig kf5-qt5 FreeBSDQt5.10
 Date of build:
Sat, 11 Aug 2018 11:16:00 +
 Build duration:
1 min 26 sec and counting

D14201: Set system default shortcut Ctrl+0 for "Actual Size" action

2018-08-11 Thread Peter Mühlenpfordt
This revision was automatically updated to reflect the committed changes.
Closed by commit R237:f651a817ab00: Set system default shortcut Ctrl+0 for 
"Actual Size" action (authored by muhlenpfordt).

REPOSITORY
  R237 KConfig

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D14201?vs=38004&id=39450

REVISION DETAIL
  https://phabricator.kde.org/D14201

AFFECTED FILES
  src/gui/kstandardshortcut.cpp

To: muhlenpfordt, dfaure, broulik, ngraham, rkflx
Cc: jriddell, rkflx, kde-frameworks-devel, michaelh, ngraham, bruns


D14741: Definition: Expose bool isDelimiter() const

2018-08-11 Thread Christoph Cullmann
cullmann accepted this revision.
cullmann added a comment.
This revision is now accepted and ready to land.


  Needed for KTextEditor and better than to expose the characters directly as 
done before in KTextEditor itself.

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  is-delimiter (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D14741

To: dhaumann, cullmann, vkrause
Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, 
demsking, cullmann, sars, dhaumann


D14741: Definition: Expose bool isDelimiter() const

2018-08-11 Thread Dominik Haumann
This revision was automatically updated to reflect the committed changes.
Closed by commit R216:196ddc151b85: Definition: Expose bool isDelimiter() const 
(authored by dhaumann).

REPOSITORY
  R216 Syntax Highlighting

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D14741?vs=39442&id=39452

REVISION DETAIL
  https://phabricator.kde.org/D14741

AFFECTED FILES
  src/lib/definition.cpp
  src/lib/definition.h

To: dhaumann, cullmann, vkrause
Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, 
demsking, cullmann, sars, dhaumann


D14743: Copy PlasmaCore binary qmldir file structure into bin for unit testsThis way tests pass before installation.

2018-08-11 Thread David Edmundson
davidedmundson created this revision.
davidedmundson added a reviewer: Plasma.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: kde-frameworks-devel.
davidedmundson requested review of this revision.

TEST PLAN
  Before patch
  
  Created a broken env by unsetting QML2_IMPORT_PATH
  Ran test. It failed
  
  It passes.

REPOSITORY
  R242 Plasma Framework (Library)

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D14743

AFFECTED FILES
  src/declarativeimports/core/CMakeLists.txt

To: davidedmundson, #plasma
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


D14743: Copy PlasmaCore binary qmldir file structure into bin for unit testsThis way tests pass before installation.

2018-08-11 Thread David Edmundson
davidedmundson retitled this revision from "Copy PlasmaCore binary qmldir file 
structure into bin for unit tests

This way tests pass before installation." to "Copy PlasmaCore binary qmldir 
file structure into bin for unit testsThis way tests pass before installation.".
davidedmundson added a reviewer: dfaure.

REPOSITORY
  R242 Plasma Framework (Library)

REVISION DETAIL
  https://phabricator.kde.org/D14743

To: davidedmundson, #plasma, dfaure
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


D14743: Copy PlasmaCore binary qmldir file structure into bin for unit testsThis way tests pass before installation.

2018-08-11 Thread David Edmundson
davidedmundson updated this revision to Diff 39454.
davidedmundson added a comment.


  whitespace

REPOSITORY
  R242 Plasma Framework (Library)

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D14743?vs=39453&id=39454

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D14743

AFFECTED FILES
  src/declarativeimports/core/CMakeLists.txt

To: davidedmundson, #plasma, dfaure
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


D14743: Copy PlasmaCore binary qmldir file structure into bin for unit testsThis way tests pass before installation.

2018-08-11 Thread David Faure
dfaure requested changes to this revision.
dfaure added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> CMakeLists.txt:73
> +# #also install to $BUILD_DIR/bin for unit tests
> +install(TARGETS corebindingsplugin DESTINATION 
> ${CMAKE_BINARY_DIR}/bin/org/kde/plasma/core)
> +install(FILES qmldir DESTINATION ${CMAKE_BINARY_DIR}/bin/org/kde/plasma/core)

But that requires "make install", doesn't it?
The CI won't do that.

See kirigami, kservice or today's akademy presentation for the cmake commands 
to copy this at build time rather than at install time.

REPOSITORY
  R242 Plasma Framework (Library)

REVISION DETAIL
  https://phabricator.kde.org/D14743

To: davidedmundson, #plasma, dfaure
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


D14744: Make Definition::isDelimiter() also work for invalid definitions

2018-08-11 Thread Dominik Haumann
dhaumann created this revision.
dhaumann added reviewers: cullmann, vkrause.
Restricted Application added projects: Kate, Frameworks.
Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel.
dhaumann requested review of this revision.

REVISION SUMMARY
  Used by KTextEditor.

TEST PLAN
  make && make test

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  delimiters-for-invalid-definitions (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D14744

AFFECTED FILES
  src/lib/definition.cpp

To: dhaumann, cullmann, vkrause
Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, 
demsking, cullmann, sars, dhaumann


D14744: Make Definition::isDelimiter() also work for invalid definitions

2018-08-11 Thread Christoph Cullmann
cullmann accepted this revision.
cullmann added a comment.
This revision is now accepted and ready to land.


  Avoids to have that workaround on the user side.
  Actually I think we want that, too, for things like "formats", that you 
always have some default normal format.
  But that is a different issue.

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  delimiters-for-invalid-definitions (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D14744

To: dhaumann, cullmann, vkrause
Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, 
demsking, cullmann, sars, dhaumann


D14743: Copy PlasmaCore binary qmldir file structure into bin for unit testsThis way tests pass before installation.

2018-08-11 Thread David Edmundson
davidedmundson updated this revision to Diff 39458.
davidedmundson added a comment.


  Copy at build time

REPOSITORY
  R242 Plasma Framework (Library)

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D14743?vs=39454&id=39458

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D14743

AFFECTED FILES
  src/declarativeimports/core/CMakeLists.txt

To: davidedmundson, #plasma, dfaure
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


KDE CI: Frameworks kpackage kf5-qt5 AndroidQt5.11 - Build # 13 - Still Failing!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kpackage%20kf5-qt5%20AndroidQt5.11/13/
 Project:
Frameworks kpackage kf5-qt5 AndroidQt5.11
 Date of build:
Sat, 11 Aug 2018 13:53:56 +
 Build duration:
1 min 45 sec and counting
   CONSOLE OUTPUT
  [...truncated 70.07 KB...]  Could not find a package configuration file provided by "KF5DocTools"  (requested version 5.49.0) with any of the following names:KF5DocToolsConfig.cmakekf5doctools-config.cmake  Add the installation prefix of "KF5DocTools" to CMAKE_PREFIX_PATH or set  "KF5DocTools_DIR" to a directory containing one of the above files.  If  "KF5DocTools" provides a separate development package or SDK, be sure it  has been installed.-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success-- Performing Test COMPILER_HAS_DEPRECATED_ATTR-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success-- The following REQUIRED packages have been found: * Qt5 (required version >= 5.8.0) * KF5Archive (required version >= 5.49.0) * Gettext * KF5I18n (required version >= 5.49.0) * KF5CoreAddons (required version >= 5.49.0) * ECM (required version >= 1.6.0), Extra CMake Modules.,  * Qt5Core * Qt5Test (required version >= 5.8.0)   Required for tests-- The following features have been disabled: * QCH, API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)-- The following OPTIONAL packages have not been found: * KF5DocTools (required version >= 5.49.0), Tools to generate documentation-- Configuring done-- Generating done-- Build files have been written to: /home/user/workspace/Frameworks kpackage kf5-qt5 AndroidQt5.11/build[Pipeline] }[Pipeline] // stage[Pipeline] stage[Pipeline] { (Compiling)[Pipeline] sh[Frameworks kpackage kf5-qt5 AndroidQt5.11] Running shell script+ python3 -u ci-tooling/helpers/compile-build.py --product Frameworks --project kpackage --branchGroup kf5-qt5 --platform AndroidQt5.11 --usingInstall /home/user/install-prefix/Scanning dependencies of target KF5Package_autogen[  1%] Automatic MOC for target KF5Package[  1%] Built target KF5Package_autogenScanning dependencies of target mockhandler_autogen[  3%] Automatic MOC for target mockhandler[  3%] Built target mockhandler_autogen[  5%] Automatic RCC for kpackage.qrcScanning dependencies of target KF5Package[  6%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/package.cpp.o[  8%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/private/packagejobthread.cpp.o[ 10%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/private/versionparser.cpp.o[ 11%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/version.cpp.o[ 13%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/private/packagejob.cpp.o[ 15%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/kpackage_debug.cpp.o[ 16%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/private/packages.cpp.o[ 18%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/KF5Package_autogen/mocs_compilation.cpp.o[ 20%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/KF5Package_autogen/EWIEGA46WW/qrc_kpackage.cpp.o[ 22%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/packageloader.cpp.o[ 23%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/packagestructure.cpp.o[ 25%] Linking CXX shared library ../../bin/libKF5Package.so/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1340: error: undefined reference to 'ki18nd(char const*, char const*)'/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1340: error: undefined reference to 'KLocalizedString::toString() const'/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1340: error: undefined reference to 'KLocalizedString::~KLocalizedString()'/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1352: error: undefined reference to 'ki18nd(char const*, char const*)'/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1352: error: undefined reference to 'KLocalizedString::subs(QString const&, int, QChar) const'/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1352: error: undefined reference to 'KLocalizedString::subs(QString const&, int, QChar) const'/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1352: error: undefined reference to 'KLocalizedString::toString() const'/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1352: error: undefined reference to 'KLocalizedString::~KLocalizedString()'/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1352: error: undefined reference to 'KLocalizedString::~KLocalizedString()'/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1352: error: undefined reference to 'KLocalizedString::~KLocalizedString()'/home/user/install

KDE CI: Frameworks kcoreaddons kf5-qt5 SUSEQt5.10 - Build # 102 - Still Unstable!

2018-08-11 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks%20kcoreaddons%20kf5-qt5%20SUSEQt5.10/102/
 Project:
Frameworks kcoreaddons kf5-qt5 SUSEQt5.10
 Date of build:
Sat, 11 Aug 2018 13:52:06 +
 Build duration:
10 min and counting
   JUnit Tests
  Name: (root) Failed: 2 test(s), Passed: 22 test(s), Skipped: 0 test(s), Total: 24 test(s)Failed: TestSuite.kdirwatch_qfswatch_unittestFailed: TestSuite.kdirwatch_stat_unittest
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report91%
(10/11)85%
(69/81)85%
(69/81)75%
(6324/8421)43%
(10141/23407)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests93%
(26/28)93%
(26/28)97%
(2698/2772)49%
(5806/11893)src.desktoptojson100%
(2/2)100%
(2/2)78%
(88/113)38%
(123/326)src.lib50%
(1/2)50%
(1/2)61%
(351/572)26%
(243/928)src.lib.caching100%
(2/2)100%
(2/2)45%
(354/782)18%
(184/1038)src.lib.io82%
(9/11)82%
(9/11)68%
(854/1265)37%
(1047/2821)src.lib.jobs71%
(5/7)71%
(5/7)57%
(160/281)38%
(52/138)src.lib.plugin100%
(7/7)100%
(7/7)85%
(653/769)42%
(969/2307)src.lib.randomness100%
(2/2)100%
(2/2)70%
(67/96)58%
(44/76)src.lib.text63%
(5/8)63%
(5/8)47%
(368/778)45%
(846/1899)src.lib.util100%
(10/10)100%
(10/10)81%
(731/908)52%
(827/1583)tests0%
(0/2)0%
(0/2)0%
(0/85)0%
(0/398)

KDE CI: Frameworks kdelibs4support kf5-qt5 SUSEQt5.10 - Build # 60 - Still Unstable!

2018-08-11 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks%20kdelibs4support%20kf5-qt5%20SUSEQt5.10/60/
 Project:
Frameworks kdelibs4support kf5-qt5 SUSEQt5.10
 Date of build:
Sat, 11 Aug 2018 13:52:21 +
 Build duration:
13 min and counting
   JUnit Tests
  Name: (root) Failed: 1 test(s), Passed: 39 test(s), Skipped: 0 test(s), Total: 40 test(s)Failed: TestSuite.ktabwidget_unittest
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report29%
(4/14)43%
(124/291)43%
(124/291)47%
(21615/45959)38%
(13051/34249)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionals0%
(0/1)0%
(0/1)0%
(0/87)0%
(0/56)autotests98%
(44/45)98%
(44/45)97%
(11364/11759)50%
(7174/14375)src0%
(0/1)0%
(0/1)0%
(0/4)0%
(0/2)src.kdebugdialog0%
(0/7)0%
(0/7)0%
(0/256)0%
(0/73)src.kdecore76%
(65/86)76%
(65/86)53%
(9476/17864)48%
(5546/11459)src.kdeui19%
(13/68)19%
(13/68)8%
(765/9694)6%
(330/5364)src.kio7%
(2/27)7%
(2/27)0%
(10/2258)0%
(1/1238)src.kioslave.metainfo0%
(0/1)0%
(0/1)0%
(0/32)0%
(0/4)src.kparts0%
(0/1)0%
(0/1)0%
(0/24)0%
(0/12)src.kssl0%
(0/8)0%
(0/8)0%
(0/1807)0%
(0/853)src.kssl.kcm0%
(0/3)0%
(0/3)0%
(0/264)0%
(0/145)src.solid0%
(0/3)0%
(0/3)0%
(0/188)0%
(0/87)src.solid-networkstatus.kded0%
(0/6)0%
(0/6)0%
(0/185)0%
(0/94)tests0%
(0/34)0%
(0/34)0%
(0/1537)0%
(0/487)

KDE CI: Frameworks kpty kf5-qt5 FreeBSDQt5.10 - Build # 14 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kpty%20kf5-qt5%20FreeBSDQt5.10/14/
 Project:
Frameworks kpty kf5-qt5 FreeBSDQt5.10
 Date of build:
Sat, 11 Aug 2018 13:54:10 +
 Build duration:
13 min and counting

KDE CI: Frameworks kwayland kf5-qt5 FreeBSDQt5.10 - Build # 42 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kwayland%20kf5-qt5%20FreeBSDQt5.10/42/
 Project:
Frameworks kwayland kf5-qt5 FreeBSDQt5.10
 Date of build:
Sat, 11 Aug 2018 13:54:37 +
 Build duration:
16 min and counting

KDE CI: Frameworks kwindowsystem kf5-qt5 FreeBSDQt5.10 - Build # 13 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kwindowsystem%20kf5-qt5%20FreeBSDQt5.10/13/
 Project:
Frameworks kwindowsystem kf5-qt5 FreeBSDQt5.10
 Date of build:
Sat, 11 Aug 2018 13:54:45 +
 Build duration:
17 min and counting

KDE CI: Frameworks plasma-framework kf5-qt5 FreeBSDQt5.10 - Build # 45 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20plasma-framework%20kf5-qt5%20FreeBSDQt5.10/45/
 Project:
Frameworks plasma-framework kf5-qt5 FreeBSDQt5.10
 Date of build:
Sat, 11 Aug 2018 13:55:07 +
 Build duration:
20 min and counting

KDE CI: Frameworks kwindowsystem kf5-qt5 SUSEQt5.10 - Build # 37 - Still Unstable!

2018-08-11 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks%20kwindowsystem%20kf5-qt5%20SUSEQt5.10/37/
 Project:
Frameworks kwindowsystem kf5-qt5 SUSEQt5.10
 Date of build:
Sat, 11 Aug 2018 13:54:45 +
 Build duration:
28 min and counting
   JUnit Tests
  Name: (root) Failed: 2 test(s), Passed: 12 test(s), Skipped: 0 test(s), Total: 14 test(s)Failed: TestSuite.kwindowsystem-kwindowinfox11testFailed: TestSuite.kwindowsystem-netrootinfotestwm
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report67%
(4/6)80%
(43/54)80%
(43/54)75%
(7102/9495)55%
(3476/6357)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests88%
(15/17)88%
(15/17)96%
(3006/3137)51%
(1262/2454)autotests.helper100%
(1/1)100%
(1/1)70%
(7/10)50%
(3/6)src92%
(12/13)92%
(12/13)56%
(775/1378)44%
(294/662)src.platforms.wayland0%
(0/2)0%
(0/2)0%
(0/70)100%
(0/0)src.platforms.xcb94%
(15/16)94%
(15/16)71%
(3314/4657)60%
(1917/3209)tests0%
(0/5)0%
(0/5)0%
(0/243)0%
(0/26)

KDE CI: Frameworks plasma-framework kf5-qt5 SUSEQt5.10 - Build # 195 - Still Unstable!

2018-08-11 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks%20plasma-framework%20kf5-qt5%20SUSEQt5.10/195/
 Project:
Frameworks plasma-framework kf5-qt5 SUSEQt5.10
 Date of build:
Sat, 11 Aug 2018 13:55:07 +
 Build duration:
28 min and counting
   JUnit Tests
  Name: (root) Failed: 7 test(s), Passed: 8 test(s), Skipped: 0 test(s), Total: 15 test(s)Failed: TestSuite.dialognativetestFailed: TestSuite.plasma-configmodeltestFailed: TestSuite.plasma-dialogqmltestFailed: TestSuite.plasma-fallbackpackagetestFailed: TestSuite.plasma-iconitemtestFailed: TestSuite.plasma-packagestructuretestFailed: TestSuite.plasma-storagetest
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report33%
(6/18)31%
(39/126)31%
(39/126)27%
(3499/13100)19%
(1797/9434)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests79%
(11/14)79%
(11/14)53%
(588/1113)29%
(310/1084)src.declarativeimports.calendar0%
(0/6)0%
(0/6)0%
(0/463)0%
(0/231)src.declarativeimports.core19%
(3/16)19%
(3/16)11%
(252/2208)7%
(94/1432)src.declarativeimports.plasmacomponents0%
(0/6)0%
(0/6)0%
(0/497)0%
(0/187)src.declarativeimports.plasmaextracomponents0%
(0/3)0%
(0/3)0%
(0/42)0%
(0/22)src.declarativeimports.platformcomponents0%
(0/3)0%
(0/3)0%
(0/58)0%
(0/14)src.declarativeimports.platformcomponents.utils0%
(0/2)0%
(0/2)0%
(0/14)0%
(0/2)src.plasma55%
(12/22)55%
(12/22)41%
(1418/3491)30%
(790/2633)src.plasma.packagestructure0%
(0/7)0%
(0/7)0%
(0/135)0%
(0/12)src.plasma.private47%
(9/19)47%
(9/19)43%
(663/1542)30%
(301/1003)src.plasma.scripting0%
(0/3)0%
(0/3)0%
(0/161)0%
(0/128)src.plasmapkg0%
(0/1)0%
(0/1)0%
(0/45)0%
(0/40)src.plasmaquick27%
(3/11)27%
(3/11)28%
(547/1973)17%
(297/1702)src.plasmaquick.private50%
(1/2)50%
(1/2)29%
(31/107)36%
(5/14)src.scriptengines.qml.plasmoid0%
(0/6)0%
(0/6)0%
(0/1096)0%
(0/906)tests.dpi0%
(0/2)0%
(0/2)0%
(0/21)0%
(0/2)tests.kplugins0%
  

KDE CI: Frameworks kwidgetsaddons kf5-qt5 SUSEQt5.10 - Build # 69 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kwidgetsaddons%20kf5-qt5%20SUSEQt5.10/69/
 Project:
Frameworks kwidgetsaddons kf5-qt5 SUSEQt5.10
 Date of build:
Sat, 11 Aug 2018 13:54:42 +
 Build duration:
31 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 19 test(s), Skipped: 0 test(s), Total: 19 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report67%
(2/3)42%
(70/165)42%
(70/165)30%
(4505/14994)21%
(1626/7594)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests100%
(19/19)100%
(19/19)99%
(1652/1669)52%
(712/1358)src45%
(51/113)45%
(51/113)23%
(2853/12209)15%
(914/6081)tests0%
(0/33)0%
(0/33)0%
(0/1116)0%
(0/155)

KDE CI: Frameworks kcoreaddons kf5-qt5 SUSEQt5.9 - Build # 47 - Still Unstable!

2018-08-11 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks%20kcoreaddons%20kf5-qt5%20SUSEQt5.9/47/
 Project:
Frameworks kcoreaddons kf5-qt5 SUSEQt5.9
 Date of build:
Sat, 11 Aug 2018 13:52:05 +
 Build duration:
39 min and counting
   JUnit Tests
  Name: (root) Failed: 2 test(s), Passed: 22 test(s), Skipped: 0 test(s), Total: 24 test(s)Failed: TestSuite.kdirwatch_qfswatch_unittestFailed: TestSuite.kdirwatch_stat_unittest
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report91%
(10/11)85%
(69/81)85%
(69/81)75%
(6323/8421)43%
(10131/23403)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests93%
(26/28)93%
(26/28)97%
(2696/2772)49%
(5797/11895)src.desktoptojson100%
(2/2)100%
(2/2)78%
(88/113)38%
(122/322)src.lib50%
(1/2)50%
(1/2)62%
(352/572)26%
(243/924)src.lib.caching100%
(2/2)100%
(2/2)45%
(354/782)18%
(184/1038)src.lib.io82%
(9/11)82%
(9/11)68%
(854/1265)37%
(1049/2827)src.lib.jobs71%
(5/7)71%
(5/7)57%
(160/281)38%
(52/138)src.lib.plugin100%
(7/7)100%
(7/7)85%
(653/769)42%
(969/2305)src.lib.randomness100%
(2/2)100%
(2/2)70%
(67/96)58%
(44/76)src.lib.text63%
(5/8)63%
(5/8)47%
(368/778)44%
(845/1899)src.lib.util100%
(10/10)100%
(10/10)81%
(731/908)52%
(826/1581)tests0%
(0/2)0%
(0/2)0%
(0/85)0%
(0/398)

KDE CI: Frameworks kdelibs4support kf5-qt5 SUSEQt5.9 - Build # 34 - Still Unstable!

2018-08-11 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks%20kdelibs4support%20kf5-qt5%20SUSEQt5.9/34/
 Project:
Frameworks kdelibs4support kf5-qt5 SUSEQt5.9
 Date of build:
Sat, 11 Aug 2018 13:52:21 +
 Build duration:
40 min and counting
   JUnit Tests
  Name: (root) Failed: 1 test(s), Passed: 39 test(s), Skipped: 0 test(s), Total: 40 test(s)Failed: TestSuite.ktabwidget_unittest
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report29%
(4/14)43%
(124/291)43%
(124/291)47%
(21750/45961)38%
(13184/34249)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionals0%
(0/1)0%
(0/1)0%
(0/87)0%
(0/56)autotests98%
(44/45)98%
(44/45)98%
(11469/11759)50%
(7254/14375)src0%
(0/1)0%
(0/1)0%
(0/4)0%
(0/2)src.kdebugdialog0%
(0/7)0%
(0/7)0%
(0/256)0%
(0/73)src.kdecore76%
(65/86)76%
(65/86)53%
(9506/17866)49%
(5599/11459)src.kdeui19%
(13/68)19%
(13/68)8%
(765/9694)6%
(330/5364)src.kio7%
(2/27)7%
(2/27)0%
(10/2258)0%
(1/1238)src.kioslave.metainfo0%
(0/1)0%
(0/1)0%
(0/32)0%
(0/4)src.kparts0%
(0/1)0%
(0/1)0%
(0/24)0%
(0/12)src.kssl0%
(0/8)0%
(0/8)0%
(0/1807)0%
(0/853)src.kssl.kcm0%
(0/3)0%
(0/3)0%
(0/264)0%
(0/145)src.solid0%
(0/3)0%
(0/3)0%
(0/188)0%
(0/87)src.solid-networkstatus.kded0%
(0/6)0%
(0/6)0%
(0/185)0%
(0/94)tests0%
(0/34)0%
(0/34)0%
(0/1537)0%
(0/487)

KDE CI: Frameworks kwindowsystem kf5-qt5 SUSEQt5.9 - Build # 25 - Still Unstable!

2018-08-11 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks%20kwindowsystem%20kf5-qt5%20SUSEQt5.9/25/
 Project:
Frameworks kwindowsystem kf5-qt5 SUSEQt5.9
 Date of build:
Sat, 11 Aug 2018 13:54:45 +
 Build duration:
47 min and counting
   JUnit Tests
  Name: (root) Failed: 2 test(s), Passed: 12 test(s), Skipped: 0 test(s), Total: 14 test(s)Failed: TestSuite.kwindowsystem-kwindowinfox11testFailed: TestSuite.kwindowsystem-netrootinfotestwm
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report67%
(4/6)80%
(43/54)80%
(43/54)75%
(7101/9495)55%
(3474/6357)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests88%
(15/17)88%
(15/17)96%
(3005/3137)51%
(1262/2454)autotests.helper100%
(1/1)100%
(1/1)70%
(7/10)50%
(3/6)src92%
(12/13)92%
(12/13)56%
(776/1378)44%
(293/662)src.platforms.wayland0%
(0/2)0%
(0/2)0%
(0/70)100%
(0/0)src.platforms.xcb94%
(15/16)94%
(15/16)71%
(3313/4657)60%
(1916/3209)tests0%
(0/5)0%
(0/5)0%
(0/243)0%
(0/26)

KDE CI: Frameworks kjs kf5-qt5 WindowsMSVCQt5.10 - Build # 19 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kjs%20kf5-qt5%20WindowsMSVCQt5.10/19/
 Project:
Frameworks kjs kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:53:36 +
 Build duration:
1 hr 16 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks kjs kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/kjs > git init C:\CI\workspace\Frameworks kjs kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/kjs > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/kjs +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/kjs # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/kjs # timeout=10Fetching upstream changes from git://anongit.kde.org/kjs > git fetch --tags --progress git://anongit.kde.org/kjs +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 9ad573dc5d2109ea0e44860982dc83b34bcedd93 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9ad573dc5d2109ea0e44860982dc83b34bcedd93[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)	at com.sun.proxy.$P

KDE CI: Frameworks kjobwidgets kf5-qt5 WindowsMSVCQt5.10 - Build # 22 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kjobwidgets%20kf5-qt5%20WindowsMSVCQt5.10/22/
 Project:
Frameworks kjobwidgets kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:53:31 +
 Build duration:
1 hr 16 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks kjobwidgets kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/kjobwidgets > git init C:\CI\workspace\Frameworks kjobwidgets kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/kjobwidgets > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/kjobwidgets +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/kjobwidgets # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/kjobwidgets # timeout=10Fetching upstream changes from git://anongit.kde.org/kjobwidgets > git fetch --tags --progress git://anongit.kde.org/kjobwidgets +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 404c9067eb47b31f36f52ac9578be0e038c3f37a (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 404c9067eb47b31f36f52ac9578be0e038c3f37a[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remot

KDE CI: Frameworks kjsembed kf5-qt5 WindowsMSVCQt5.10 - Build # 18 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kjsembed%20kf5-qt5%20WindowsMSVCQt5.10/18/
 Project:
Frameworks kjsembed kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:53:39 +
 Build duration:
1 hr 16 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks kjsembed kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/kjsembed > git init C:\CI\workspace\Frameworks kjsembed kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/kjsembed > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/kjsembed +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/kjsembed # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/kjsembed # timeout=10Fetching upstream changes from git://anongit.kde.org/kjsembed > git fetch --tags --progress git://anongit.kde.org/kjsembed +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision ac1cdc56fdc13d9764b104dab4c0fcbf228dff3d (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f ac1cdc56fdc13d9764b104dab4c0fcbf228dff3d[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.invok

KDE CI: Frameworks kmediaplayer kf5-qt5 WindowsMSVCQt5.10 - Build # 20 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kmediaplayer%20kf5-qt5%20WindowsMSVCQt5.10/20/
 Project:
Frameworks kmediaplayer kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:53:41 +
 Build duration:
1 hr 16 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks kmediaplayer kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/kmediaplayer > git init C:\CI\workspace\Frameworks kmediaplayer kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/kmediaplayer > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/kmediaplayer +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/kmediaplayer # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/kmediaplayer # timeout=10Fetching upstream changes from git://anongit.kde.org/kmediaplayer > git fetch --tags --progress git://anongit.kde.org/kmediaplayer +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision edd8cab186e5d1df6c74273f7a03c1fdc65849ff (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f edd8cab186e5d1df6c74273f7a03c1fdc65849ff[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at h

KDE CI: Frameworks knewstuff kf5-qt5 WindowsMSVCQt5.10 - Build # 58 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20knewstuff%20kf5-qt5%20WindowsMSVCQt5.10/58/
 Project:
Frameworks knewstuff kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:53:46 +
 Build duration:
1 hr 16 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks knewstuff kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/knewstuff > git init C:\CI\workspace\Frameworks knewstuff kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/knewstuff > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/knewstuff +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/knewstuff # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/knewstuff # timeout=10Fetching upstream changes from git://anongit.kde.org/knewstuff > git fetch --tags --progress git://anongit.kde.org/knewstuff +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 0d2d07d2559c8d62759218b568c632b76ec64a00 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0d2d07d2559c8d62759218b568c632b76ec64a00[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHa

KDE CI: Frameworks knotifications kf5-qt5 WindowsMSVCQt5.10 - Build # 25 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20knotifications%20kf5-qt5%20WindowsMSVCQt5.10/25/
 Project:
Frameworks knotifications kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:53:49 +
 Build duration:
1 hr 16 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks knotifications kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/knotifications > git init C:\CI\workspace\Frameworks knotifications kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/knotifications > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/knotifications +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/knotifications # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/knotifications # timeout=10Fetching upstream changes from git://anongit.kde.org/knotifications > git fetch --tags --progress git://anongit.kde.org/knotifications +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision f054961fcd225f5236482b8993e00bda68cc021c (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f f054961fcd225f5236482b8993e00bda68cc021c[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(

KDE CI: Frameworks knotifyconfig kf5-qt5 WindowsMSVCQt5.10 - Build # 21 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20knotifyconfig%20kf5-qt5%20WindowsMSVCQt5.10/21/
 Project:
Frameworks knotifyconfig kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:53:51 +
 Build duration:
1 hr 16 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks knotifyconfig kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/knotifyconfig > git init C:\CI\workspace\Frameworks knotifyconfig kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/knotifyconfig > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/knotifyconfig +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/knotifyconfig # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/knotifyconfig # timeout=10Fetching upstream changes from git://anongit.kde.org/knotifyconfig > git fetch --tags --progress git://anongit.kde.org/knotifyconfig +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision a2fadea5ff70413aa14e017aa60adcd3e4386bc0 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a2fadea5ff70413aa14e017aa60adcd3e4386bc0[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.jav

KDE CI: Frameworks kross kf5-qt5 WindowsMSVCQt5.10 - Build # 23 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kross%20kf5-qt5%20WindowsMSVCQt5.10/23/
 Project:
Frameworks kross kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:54:14 +
 Build duration:
1 hr 17 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks kross kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/kross > git init C:\CI\workspace\Frameworks kross kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/kross > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/kross +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/kross # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/kross # timeout=10Fetching upstream changes from git://anongit.kde.org/kross > git fetch --tags --progress git://anongit.kde.org/kross +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 3cb8fe84f833d0f4b3b317acb1911072959e314b (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3cb8fe84f833d0f4b3b317acb1911072959e314b[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:28

KDE CI: Frameworks kparts kf5-qt5 WindowsMSVCQt5.10 - Build # 24 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kparts%20kf5-qt5%20WindowsMSVCQt5.10/24/
 Project:
Frameworks kparts kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:53:59 +
 Build duration:
1 hr 17 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks kparts kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/kparts > git init C:\CI\workspace\Frameworks kparts kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/kparts > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/kparts +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/kparts # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/kparts # timeout=10Fetching upstream changes from git://anongit.kde.org/kparts > git fetch --tags --progress git://anongit.kde.org/kparts +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 23c1709cabb24f01f4b07ab4d301a664e502cec7 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 23c1709cabb24f01f4b07ab4d301a664e502cec7[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHand

KDE CI: Frameworks krunner kf5-qt5 WindowsMSVCQt5.10 - Build # 25 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20krunner%20kf5-qt5%20WindowsMSVCQt5.10/25/
 Project:
Frameworks krunner kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:54:16 +
 Build duration:
1 hr 17 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks krunner kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/krunner > git init C:\CI\workspace\Frameworks krunner kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/krunner > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/krunner +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/krunner # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/krunner # timeout=10Fetching upstream changes from git://anongit.kde.org/krunner > git fetch --tags --progress git://anongit.kde.org/krunner +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision b284a2dc9e7c3be83a643df7557058d729a590ea (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f b284a2dc9e7c3be83a643df7557058d729a590ea[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInv

KDE CI: Frameworks kplotting kf5-qt5 WindowsMSVCQt5.10 - Build # 20 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kplotting%20kf5-qt5%20WindowsMSVCQt5.10/20/
 Project:
Frameworks kplotting kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:54:05 +
 Build duration:
1 hr 17 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks kplotting kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/kplotting > git init C:\CI\workspace\Frameworks kplotting kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/kplotting > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/kplotting +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/kplotting # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/kplotting # timeout=10Fetching upstream changes from git://anongit.kde.org/kplotting > git fetch --tags --progress git://anongit.kde.org/kplotting +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 86557990aa71ef7588b74178c458010edab56cba (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 86557990aa71ef7588b74178c458010edab56cba[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHa

KDE CI: Frameworks kpackage kf5-qt5 WindowsMSVCQt5.10 - Build # 47 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kpackage%20kf5-qt5%20WindowsMSVCQt5.10/47/
 Project:
Frameworks kpackage kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:53:55 +
 Build duration:
1 hr 16 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks kpackage kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/kpackage > git init C:\CI\workspace\Frameworks kpackage kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/kpackage > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/kpackage +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/kpackage # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/kpackage # timeout=10Fetching upstream changes from git://anongit.kde.org/kpackage > git fetch --tags --progress git://anongit.kde.org/kpackage +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 5b1e4bdf6c7619dfd86726faebe6a5aed6db6dda (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5b1e4bdf6c7619dfd86726faebe6a5aed6db6dda[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.invok

KDE CI: Frameworks kservice kf5-qt5 WindowsMSVCQt5.10 - Build # 40 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kservice%20kf5-qt5%20WindowsMSVCQt5.10/40/
 Project:
Frameworks kservice kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:54:19 +
 Build duration:
1 hr 17 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks kservice kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/kservice > git init C:\CI\workspace\Frameworks kservice kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/kservice > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/kservice +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/kservice # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/kservice # timeout=10Fetching upstream changes from git://anongit.kde.org/kservice > git fetch --tags --progress git://anongit.kde.org/kservice +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 089c7bfa68d400ae34130360fc23d3a585b01068 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 089c7bfa68d400ae34130360fc23d3a585b01068[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.invok

KDE CI: Frameworks ktexteditor kf5-qt5 WindowsMSVCQt5.10 - Build # 56 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20ktexteditor%20kf5-qt5%20WindowsMSVCQt5.10/56/
 Project:
Frameworks ktexteditor kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:54:25 +
 Build duration:
1 hr 17 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks ktexteditor kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/ktexteditor > git init C:\CI\workspace\Frameworks ktexteditor kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/ktexteditor > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/ktexteditor +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/ktexteditor # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/ktexteditor # timeout=10Fetching upstream changes from git://anongit.kde.org/ktexteditor > git fetch --tags --progress git://anongit.kde.org/ktexteditor +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 0de986c6db89df7a749aad8d398f2d957c38032d (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0de986c6db89df7a749aad8d398f2d957c38032d[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remot

KDE CI: Frameworks ktextwidgets kf5-qt5 WindowsMSVCQt5.10 - Build # 25 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20ktextwidgets%20kf5-qt5%20WindowsMSVCQt5.10/25/
 Project:
Frameworks ktextwidgets kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:54:27 +
 Build duration:
1 hr 17 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks ktextwidgets kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/ktextwidgets > git init C:\CI\workspace\Frameworks ktextwidgets kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/ktextwidgets > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/ktextwidgets +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/ktextwidgets # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/ktextwidgets # timeout=10Fetching upstream changes from git://anongit.kde.org/ktextwidgets > git fetch --tags --progress git://anongit.kde.org/ktextwidgets +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 373704051768d62c98d3421270343cd068c54ac0 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 373704051768d62c98d3421270343cd068c54ac0[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at h

KDE CI: Frameworks kunitconversion kf5-qt5 WindowsMSVCQt5.10 - Build # 21 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kunitconversion%20kf5-qt5%20WindowsMSVCQt5.10/21/
 Project:
Frameworks kunitconversion kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:54:32 +
 Build duration:
1 hr 18 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks kunitconversion kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/kunitconversion > git init C:\CI\workspace\Frameworks kunitconversion kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/kunitconversion > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/kunitconversion +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/kunitconversion # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/kunitconversion # timeout=10Fetching upstream changes from git://anongit.kde.org/kunitconversion > git fetch --tags --progress git://anongit.kde.org/kunitconversion +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 4a044043edfdad7e9d85ee45d2401eb6cb21434c (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4a044043edfdad7e9d85ee45d2401eb6cb21434c[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Ch

KDE CI: Frameworks kwidgetsaddons kf5-qt5 WindowsMSVCQt5.10 - Build # 45 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kwidgetsaddons%20kf5-qt5%20WindowsMSVCQt5.10/45/
 Project:
Frameworks kwidgetsaddons kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:54:42 +
 Build duration:
1 hr 18 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks kwidgetsaddons kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/kwidgetsaddons > git init C:\CI\workspace\Frameworks kwidgetsaddons kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/kwidgetsaddons > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/kwidgetsaddons +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/kwidgetsaddons # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/kwidgetsaddons # timeout=10Fetching upstream changes from git://anongit.kde.org/kwidgetsaddons > git fetch --tags --progress git://anongit.kde.org/kwidgetsaddons +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 14f0fa753e77f2180a8d6a68e5c07b8aee921b9d (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 14f0fa753e77f2180a8d6a68e5c07b8aee921b9d[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.i

KDE CI: Frameworks kwindowsystem kf5-qt5 WindowsMSVCQt5.10 - Build # 26 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kwindowsystem%20kf5-qt5%20WindowsMSVCQt5.10/26/
 Project:
Frameworks kwindowsystem kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:54:46 +
 Build duration:
1 hr 18 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks kwindowsystem kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/kwindowsystem > git init C:\CI\workspace\Frameworks kwindowsystem kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/kwindowsystem > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/kwindowsystem +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/kwindowsystem # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/kwindowsystem # timeout=10Fetching upstream changes from git://anongit.kde.org/kwindowsystem > git fetch --tags --progress git://anongit.kde.org/kwindowsystem +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 93e7c9158c9e986ecddc88b8b3cb5a9eba583b6c (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 93e7c9158c9e986ecddc88b8b3cb5a9eba583b6c[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.invoke(Remot

KDE CI: Frameworks kwallet kf5-qt5 WindowsMSVCQt5.10 - Build # 25 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kwallet%20kf5-qt5%20WindowsMSVCQt5.10/25/
 Project:
Frameworks kwallet kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:54:34 +
 Build duration:
1 hr 18 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks kwallet kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/kwallet > git init C:\CI\workspace\Frameworks kwallet kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/kwallet > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/kwallet +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/kwallet # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/kwallet # timeout=10Fetching upstream changes from git://anongit.kde.org/kwallet > git fetch --tags --progress git://anongit.kde.org/kwallet +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 242276969c06a4118a01feca947919a126a12ece (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 242276969c06a4118a01feca947919a126a12ece[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)	at com.sun.proxy.$Proxy91.withReposit

KDE CI: Frameworks kxmlrpcclient kf5-qt5 WindowsMSVCQt5.10 - Build # 20 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kxmlrpcclient%20kf5-qt5%20WindowsMSVCQt5.10/20/
 Project:
Frameworks kxmlrpcclient kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:54:51 +
 Build duration:
1 hr 19 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks kxmlrpcclient kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/kxmlrpcclient > git init C:\CI\workspace\Frameworks kxmlrpcclient kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/kxmlrpcclient > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/kxmlrpcclient +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/kxmlrpcclient # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/kxmlrpcclient # timeout=10Fetching upstream changes from git://anongit.kde.org/kxmlrpcclient > git fetch --tags --progress git://anongit.kde.org/kxmlrpcclient +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 3068a272f7e15880be93b02bb0693aeb4ed86b6e (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3068a272f7e15880be93b02bb0693aeb4ed86b6e[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.invoke(Remot

KDE CI: Frameworks plasma-framework kf5-qt5 WindowsMSVCQt5.10 - Build # 120 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20plasma-framework%20kf5-qt5%20WindowsMSVCQt5.10/120/
 Project:
Frameworks plasma-framework kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:55:07 +
 Build duration:
1 hr 19 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks plasma-framework kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/plasma-framework > git init C:\CI\workspace\Frameworks plasma-framework kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/plasma-framework > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/plasma-framework +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/plasma-framework # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/plasma-framework # timeout=10Fetching upstream changes from git://anongit.kde.org/plasma-framework > git fetch --tags --progress git://anongit.kde.org/plasma-framework +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision bcbef6de4d6620197c462aeaa9f815cf47602852 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f bcbef6de4d6620197c462aeaa9f815cf47602852[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.Re

KDE CI: Frameworks solid kf5-qt5 WindowsMSVCQt5.10 - Build # 38 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20solid%20kf5-qt5%20WindowsMSVCQt5.10/38/
 Project:
Frameworks solid kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:55:21 +
 Build duration:
1 hr 19 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks solid kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/solid > git init C:\CI\workspace\Frameworks solid kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/solid > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/solid +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/solid # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/solid # timeout=10Fetching upstream changes from git://anongit.kde.org/solid > git fetch --tags --progress git://anongit.kde.org/solid +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 7e4f518e99ac72147cb91963c1a7f2c57d41cdf0 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7e4f518e99ac72147cb91963c1a7f2c57d41cdf0[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)	at com.sun.proxy.$Proxy91.withRepository(Unknown Source)	at

KDE CI: Frameworks qqc2-desktop-style kf5-qt5 WindowsMSVCQt5.10 - Build # 64 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20qqc2-desktop-style%20kf5-qt5%20WindowsMSVCQt5.10/64/
 Project:
Frameworks qqc2-desktop-style kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:55:17 +
 Build duration:
1 hr 19 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks qqc2-desktop-style kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/qqc2-desktop-style > git init C:\CI\workspace\Frameworks qqc2-desktop-style kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/qqc2-desktop-style > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/qqc2-desktop-style +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/qqc2-desktop-style # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/qqc2-desktop-style # timeout=10Fetching upstream changes from git://anongit.kde.org/qqc2-desktop-style > git fetch --tags --progress git://anongit.kde.org/qqc2-desktop-style +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 9c2eeeadd07e01fad2a8a9b8b9c096e779a5c361 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9c2eeeadd07e01fad2a8a9b8b9c096e779a5c361[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	

KDE CI: Frameworks purpose kf5-qt5 WindowsMSVCQt5.10 - Build # 77 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20purpose%20kf5-qt5%20WindowsMSVCQt5.10/77/
 Project:
Frameworks purpose kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:55:13 +
 Build duration:
1 hr 19 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks purpose kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/purpose > git init C:\CI\workspace\Frameworks purpose kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/purpose > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/purpose +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/purpose # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/purpose # timeout=10Fetching upstream changes from git://anongit.kde.org/purpose > git fetch --tags --progress git://anongit.kde.org/purpose +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision aab78e6b9ee5546c17f4f1645a9308e45b602597 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f aab78e6b9ee5546c17f4f1645a9308e45b602597[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)	at com.sun.proxy.$Proxy91.withReposit

KDE CI: Frameworks sonnet kf5-qt5 WindowsMSVCQt5.10 - Build # 32 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20sonnet%20kf5-qt5%20WindowsMSVCQt5.10/32/
 Project:
Frameworks sonnet kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:55:26 +
 Build duration:
1 hr 19 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks sonnet kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/sonnet > git init C:\CI\workspace\Frameworks sonnet kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/sonnet > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/sonnet +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/sonnet # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/sonnet # timeout=10Fetching upstream changes from git://anongit.kde.org/sonnet > git fetch --tags --progress git://anongit.kde.org/sonnet +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 1f70b4722a087cd60ca8ee8622a7a3c6742f82ca (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1f70b4722a087cd60ca8ee8622a7a3c6742f82ca[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)	at com.sun.proxy.$Proxy91.withRepository(Unknown

KDE CI: Frameworks threadweaver kf5-qt5 WindowsMSVCQt5.10 - Build # 22 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20threadweaver%20kf5-qt5%20WindowsMSVCQt5.10/22/
 Project:
Frameworks threadweaver kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:55:32 +
 Build duration:
1 hr 20 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks threadweaver kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/threadweaver > git init C:\CI\workspace\Frameworks threadweaver kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/threadweaver > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/threadweaver +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/threadweaver # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/threadweaver # timeout=10Fetching upstream changes from git://anongit.kde.org/threadweaver > git fetch --tags --progress git://anongit.kde.org/threadweaver +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision b7b8aefd8decedd447942d924185c97b39936b6e (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f b7b8aefd8decedd447942d924185c97b39936b6e[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocation

KDE CI: Frameworks knotifications kf5-qt5 WindowsMSVCQt5.10 - Build # 26 - Still Failing!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20knotifications%20kf5-qt5%20WindowsMSVCQt5.10/26/
 Project:
Frameworks knotifications kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:14:11 +
 Build duration:
1 min 37 sec and counting
   CONSOLE OUTPUT
  Started by user Ben CooksleyRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks knotifications kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/knotifications > git init C:\CI\workspace\Frameworks knotifications kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/knotifications > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/knotifications +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/knotifications # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/knotifications # timeout=10Fetching upstream changes from git://anongit.kde.org/knotifications > git fetch --tags --progress git://anongit.kde.org/knotifications +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision f054961fcd225f5236482b8993e00bda68cc021c (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f f054961fcd225f5236482b8993e00bda68cc021c[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHand

KDE CI: Frameworks kparts kf5-qt5 WindowsMSVCQt5.10 - Build # 25 - Still Failing!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kparts%20kf5-qt5%20WindowsMSVCQt5.10/25/
 Project:
Frameworks kparts kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:14:20 +
 Build duration:
1 min 36 sec and counting
   CONSOLE OUTPUT
  Started by user Ben CooksleyRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks kparts kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/kparts > git init C:\CI\workspace\Frameworks kparts kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/kparts > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/kparts +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/kparts # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/kparts # timeout=10Fetching upstream changes from git://anongit.kde.org/kparts > git fetch --tags --progress git://anongit.kde.org/kparts +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 23c1709cabb24f01f4b07ab4d301a664e502cec7 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 23c1709cabb24f01f4b07ab4d301a664e502cec7[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)	at com.sun.proxy.$Proxy91.withRepository(Un

KDE CI: Frameworks syntax-highlighting kf5-qt5 WindowsMSVCQt5.10 - Build # 71 - Failure!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20syntax-highlighting%20kf5-qt5%20WindowsMSVCQt5.10/71/
 Project:
Frameworks syntax-highlighting kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 13:55:29 +
 Build duration:
1 hr 20 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks syntax-highlighting kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/syntax-highlighting > git init C:\CI\workspace\Frameworks syntax-highlighting kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/syntax-highlighting > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/syntax-highlighting +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/syntax-highlighting # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/syntax-highlighting # timeout=10Fetching upstream changes from git://anongit.kde.org/syntax-highlighting > git fetch --tags --progress git://anongit.kde.org/syntax-highlighting +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision f08a161929e234bd9849dea7013b4b7980ae97fa (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f f08a161929e234bd9849dea7013b4b7980ae97fa[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel

KDE CI: Frameworks kross kf5-qt5 WindowsMSVCQt5.10 - Build # 24 - Still Failing!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kross%20kf5-qt5%20WindowsMSVCQt5.10/24/
 Project:
Frameworks kross kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:14:35 +
 Build duration:
1 min 38 sec and counting
   CONSOLE OUTPUT
  Started by user Ben CooksleyRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks kross kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/kross > git init C:\CI\workspace\Frameworks kross kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/kross > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/kross +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/kross # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/kross # timeout=10Fetching upstream changes from git://anongit.kde.org/kross > git fetch --tags --progress git://anongit.kde.org/kross +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 3cb8fe84f833d0f4b3b317acb1911072959e314b (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3cb8fe84f833d0f4b3b317acb1911072959e314b[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)	at com.sun.proxy.$Proxy91.withRepository(Unknown Sourc

KDE CI: Frameworks kpackage kf5-qt5 WindowsMSVCQt5.10 - Build # 48 - Still Failing!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kpackage%20kf5-qt5%20WindowsMSVCQt5.10/48/
 Project:
Frameworks kpackage kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:14:28 +
 Build duration:
1 min 35 sec and counting
   CONSOLE OUTPUT
  Started by user Ben CooksleyRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘WindowsMSVCQt5.10’Running on Windows Builder 3 in C:\CI\workspace\Frameworks kpackage kf5-qt5 WindowsMSVCQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkoutCloning the remote Git repositoryCloning repository git://anongit.kde.org/kpackage > git init C:\CI\workspace\Frameworks kpackage kf5-qt5 WindowsMSVCQt5.10 # timeout=10Fetching upstream changes from git://anongit.kde.org/kpackage > git --version # timeout=10 > git fetch --tags --progress git://anongit.kde.org/kpackage +refs/heads/*:refs/remotes/origin/* # timeout=120 > git config remote.origin.url git://anongit.kde.org/kpackage # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://anongit.kde.org/kpackage # timeout=10Fetching upstream changes from git://anongit.kde.org/kpackage > git fetch --tags --progress git://anongit.kde.org/kpackage +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse "origin/master^{commit}" # timeout=10Checking out Revision 5b1e4bdf6c7619dfd86726faebe6a5aed6db6dda (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5b1e4bdf6c7619dfd86726faebe6a5aed6db6dda[Pipeline] }[Pipeline] // stage[Pipeline] }Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)		at hudson.remoting.Channel.call(Channel.java:955)		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)		at com.sun.proxy.$Proxy91.withRepository(Unknown Source)		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)		at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:113)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:85)		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:75)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)		at hudson.security.ACL.impersonate(ACL.java:290)		at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)		at java.util.concurrent.FutureTask.run(FutureTask.java:266)		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)		at java.lang.Thread.run(Thread.java:748)java.lang.NoClassDefFoundError: hudson.model.Computer	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)	at java.lang.reflect.Method.invoke(Unknown Source)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)	at hudson.remoting.UserRequest.perform(UserRequest.java:212)	at hudson.remoting.UserRequest.perform(UserRequest.java:54)	at hudson.remoting.Request$2.run(Request.java:369)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)	at java.lang.Thread.run(Unknown Source)Caused: java.io.IOException: Remote call on JNLP4-connect connection from kil-oss-2.ITS.Dal.Ca/192.75.96.253:54261 failed	at hudson.remoting.Channel.call(Channel.java:961)	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)	at com.sun.proxy.$Pro

KDE CI: Frameworks kplotting kf5-qt5 WindowsMSVCQt5.10 - Build # 21 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kplotting%20kf5-qt5%20WindowsMSVCQt5.10/21/
 Project:
Frameworks kplotting kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:14:55 +
 Build duration:
3 min 24 sec and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 4 test(s), Skipped: 0 test(s), Total: 4 test(s)

KDE CI: Frameworks krunner kf5-qt5 WindowsMSVCQt5.10 - Build # 26 - Still unstable!

2018-08-11 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks%20krunner%20kf5-qt5%20WindowsMSVCQt5.10/26/
 Project:
Frameworks krunner kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:15:05 +
 Build duration:
4 min 41 sec and counting
   JUnit Tests
  Name: (root) Failed: 2 test(s), Passed: 0 test(s), Skipped: 0 test(s), Total: 2 test(s)Failed: TestSuite.dbusrunnertestFailed: TestSuite.runnercontexttest

KDE CI: Frameworks kpackage kf5-qt5 AndroidQt5.11 - Build # 14 - Still Failing!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kpackage%20kf5-qt5%20AndroidQt5.11/14/
 Project:
Frameworks kpackage kf5-qt5 AndroidQt5.11
 Date of build:
Sat, 11 Aug 2018 15:19:54 +
 Build duration:
35 sec and counting
   CONSOLE OUTPUT
  [...truncated 72.58 KB...]  "KF5DocTools_DIR" to a directory containing one of the above files.  If  "KF5DocTools" provides a separate development package or SDK, be sure it  has been installed.-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success-- Performing Test COMPILER_HAS_DEPRECATED_ATTR-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success-- The following REQUIRED packages have been found: * Qt5 (required version >= 5.8.0) * KF5Archive (required version >= 5.49.0) * Gettext * KF5I18n (required version >= 5.49.0) * KF5CoreAddons (required version >= 5.49.0) * ECM (required version >= 1.6.0), Extra CMake Modules.,  * Qt5Core * Qt5Test (required version >= 5.8.0)   Required for tests-- The following features have been disabled: * QCH, API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)-- The following OPTIONAL packages have not been found: * KF5DocTools (required version >= 5.49.0), Tools to generate documentation-- Configuring done-- Generating done-- Build files have been written to: /home/user/workspace/Frameworks kpackage kf5-qt5 AndroidQt5.11/build[Pipeline] }[Pipeline] // stage[Pipeline] stage[Pipeline] { (Compiling)[Pipeline] sh[Frameworks kpackage kf5-qt5 AndroidQt5.11] Running shell script+ python3 -u ci-tooling/helpers/compile-build.py --product Frameworks --project kpackage --branchGroup kf5-qt5 --platform AndroidQt5.11 --usingInstall /home/user/install-prefix/Scanning dependencies of target KF5Package_autogenScanning dependencies of target testpackage-rccScanning dependencies of target mockhandler_autogen[  1%] Automatic MOC for target KF5Package[  3%] Automatic MOC for target mockhandler[  5%] Generating testpackage-rcc/contents.rcc[  5%] Built target testpackage-rcc[  5%] Built target mockhandler_autogenScanning dependencies of target mockhandler[  5%] Built target KF5Package_autogen[  6%] Automatic RCC for kpackage.qrc[  8%] Building CXX object autotests/mockdepresolver/CMakeFiles/mockhandler.dir/main.cpp.o[ 10%] Building CXX object autotests/mockdepresolver/CMakeFiles/mockhandler.dir/mockhandler_autogen/mocs_compilation.cpp.oScanning dependencies of target KF5Package[ 11%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/package.cpp.o[ 13%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/packagestructure.cpp.o[ 15%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/packageloader.cpp.o[ 16%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/private/packages.cpp.o[ 18%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/private/packagejob.cpp.o[ 20%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/private/packagejobthread.cpp.o[ 23%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/private/versionparser.cpp.o[ 23%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/version.cpp.o[ 25%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/kpackage_debug.cpp.o[ 27%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/KF5Package_autogen/mocs_compilation.cpp.o[ 28%] Linking CXX executable ../../bin/mockhandler[ 28%] Built target mockhandler[ 30%] Building CXX object src/kpackage/CMakeFiles/KF5Package.dir/KF5Package_autogen/EWIEGA46WW/qrc_kpackage.cpp.o[ 32%] Linking CXX shared library ../../bin/libKF5Package.so/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1340: error: undefined reference to 'ki18nd(char const*, char const*)'/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1340: error: undefined reference to 'KLocalizedString::toString() const'/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1340: error: undefined reference to 'KLocalizedString::~KLocalizedString()'/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1352: error: undefined reference to 'ki18nd(char const*, char const*)'/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1352: error: undefined reference to 'KLocalizedString::subs(QString const&, int, QChar) const'/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1352: error: undefined reference to 'KLocalizedString::subs(QString const&, int, QChar) const'/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1352: error: undefined reference to 'KLocalizedString::toString() const'/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1352: error: undefined reference to 'KLocalizedString::~KLocalizedString()'/home/user/install-prefix/include/KF5/KI18n/klocalizedstring.h:1352: error: undefined reference 

KDE CI: Frameworks kxmlrpcclient kf5-qt5 WindowsMSVCQt5.10 - Build # 21 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kxmlrpcclient%20kf5-qt5%20WindowsMSVCQt5.10/21/
 Project:
Frameworks kxmlrpcclient kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:15:24 +
 Build duration:
5 min 9 sec and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 2 test(s), Skipped: 0 test(s), Total: 2 test(s)

D7033: Port ki18n from QtScript to QtQml

2018-08-11 Thread Allan Sandfeld Jensen
carewolf updated this revision to Diff 39460.
carewolf added a comment.


  Updated and ensured autotests passes.

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D7033?vs=17489&id=39460

REVISION DETAIL
  https://phabricator.kde.org/D7033

AFFECTED FILES
  CMakeLists.txt
  autotests/CMakeLists.txt
  src/CMakeLists.txt
  src/ktranscript.cpp

To: carewolf, ilic
Cc: kde-frameworks-devel, huftis, ngraham, dhaumann, ltoscano, kfunk, michaelh, 
bruns


KDE CI: Frameworks purpose kf5-qt5 WindowsMSVCQt5.10 - Build # 78 - Still unstable!

2018-08-11 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks%20purpose%20kf5-qt5%20WindowsMSVCQt5.10/78/
 Project:
Frameworks purpose kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:15:33 +
 Build duration:
7 min 50 sec and counting
   JUnit Tests
  Name: (root) Failed: 2 test(s), Passed: 0 test(s), Skipped: 0 test(s), Total: 2 test(s)Failed: TestSuite.alternativesmodeltestFailed: TestSuite.menutest

KDE CI: Frameworks kunitconversion kf5-qt5 AndroidQt5.11 - Build # 12 - Still Failing!

2018-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kunitconversion%20kf5-qt5%20AndroidQt5.11/12/
 Project:
Frameworks kunitconversion kf5-qt5 AndroidQt5.11
 Date of build:
Sat, 11 Aug 2018 15:20:08 +
 Build duration:
2 min 47 sec and counting
   CONSOLE OUTPUT
  [...truncated 73.52 KB...] * Qt5Test * Qt5 (required version >= 5.8.0)-- The following features have been disabled: * QCH, API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)-- Configuring done-- Generating doneCMake Warning:  Manually-specified variables were not used by the project:KF5_HOST_TOOLING-- Build files have been written to: /home/user/workspace/Frameworks kunitconversion kf5-qt5 AndroidQt5.11/build[Pipeline] }[Pipeline] // stage[Pipeline] stage[Pipeline] { (Compiling)[Pipeline] sh[Frameworks kunitconversion kf5-qt5 AndroidQt5.11] Running shell script+ python3 -u ci-tooling/helpers/compile-build.py --product Frameworks --project kunitconversion --branchGroup kf5-qt5 --platform AndroidQt5.11 --usingInstall /home/user/install-prefix/Scanning dependencies of target KF5UnitConversion_autogen[  2%] Automatic MOC for target KF5UnitConversion[  2%] Built target KF5UnitConversion_autogenScanning dependencies of target KF5UnitConversion[  4%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/converter.cpp.o[  7%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/value.cpp.o[  9%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/unit.cpp.o[ 11%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/unitcategory.cpp.o[ 14%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/length.cpp.o[ 16%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/area.cpp.o[ 19%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/volume.cpp.o[ 21%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/temperature.cpp.o[ 23%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/velocity.cpp.o[ 26%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/mass.cpp.o[ 28%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/pressure.cpp.o[ 30%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/energy.cpp.o[ 33%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/currency.cpp.o[ 35%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/power.cpp.o[ 38%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/timeunit.cpp.o[ 40%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/fuel_efficiency.cpp.o[ 42%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/density.cpp.o[ 45%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/acceleration.cpp.o[ 47%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/force.cpp.o[ 50%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/angle.cpp.o[ 52%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/frequency.cpp.o[ 54%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/thermal_conductivity.cpp.o[ 57%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/thermal_flux.cpp.o[ 59%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/thermal_generation.cpp.o[ 61%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/voltage.cpp.o[ 64%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/electrical_current.cpp.o[ 66%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/electrical_resistance.cpp.o[ 69%] Building CXX object src/CMakeFiles/KF5UnitConversion.dir/KF5UnitConversion_autogen/mocs_compilation.cpp.o[ 71%] Linking CXX shared library ../bin/libKF5UnitConversion.so/home/user/workspace/Frameworks kunitconversion kf5-qt5 AndroidQt5.11/src/unit.cpp:33: error: undefined reference to 'KLocalizedString::KLocalizedString()'/home/user/workspace/Frameworks kunitconversion kf5-qt5 AndroidQt5.11/src/unit.cpp:33: error: undefined reference to 'KLocalizedString::KLocalizedString()'/home/user/workspace/Frameworks kunitconversion kf5-qt5 AndroidQt5.11/src/unit.cpp:33: error: undefined reference to 'KLocalizedString::KLocalizedString()'/home/user/workspace/Frameworks kunitconversion kf5-qt5 AndroidQt5.11/src/unit.cpp:49: error: undefined reference to 'KLocalizedString::KLocalizedString(KLocalizedString const&)'/home/user/workspace/Frameworks kunitconversion kf5-qt5 AndroidQt5.11/src/unit.cpp:49: error: undefined reference to 'KLocalizedString::KLocalizedString(KLocalizedString const&)'/home/user/workspace/Frameworks kunitconversion kf5-qt5 AndroidQt5.11/src/unit.cpp:49: error: undefined reference to 'KLocalizedString::KLocalizedString(KLocalizedString const&)'/home/user/workspace/Frameworks kunitconversion kf5-qt5 AndroidQt5.11/src/unit.cpp:53: error: undefined reference to 'KLocalizedString::~KLocalizedString()'/home/user/workspace/Frameworks kunitconversion kf5-qt5 AndroidQt5.11/src/unit.cpp:53: error: undefined reference to 'KLocalizedString::~KLocalizedString()'/home/user/workspace/Frameworks kunitconversion kf5-qt5 AndroidQt5

KDE CI: Frameworks kservice kf5-qt5 WindowsMSVCQt5.10 - Build # 41 - Still unstable!

2018-08-11 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks%20kservice%20kf5-qt5%20WindowsMSVCQt5.10/41/
 Project:
Frameworks kservice kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:19:21 +
 Build duration:
12 min and counting
   JUnit Tests
  Name: (root) Failed: 1 test(s), Passed: 9 test(s), Skipped: 0 test(s), Total: 10 test(s)Failed: TestSuite.kmimeassociationstest

KDE CI: Frameworks solid kf5-qt5 WindowsMSVCQt5.10 - Build # 39 - Still unstable!

2018-08-11 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks%20solid%20kf5-qt5%20WindowsMSVCQt5.10/39/
 Project:
Frameworks solid kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:15:43 +
 Build duration:
17 min and counting
   JUnit Tests
  Name: (root) Failed: 1 test(s), Passed: 2 test(s), Skipped: 0 test(s), Total: 3 test(s)Failed: TestSuite.solidhwtest

KDE CI: Frameworks kwindowsystem kf5-qt5 WindowsMSVCQt5.10 - Build # 27 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kwindowsystem%20kf5-qt5%20WindowsMSVCQt5.10/27/
 Project:
Frameworks kwindowsystem kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:19:48 +
 Build duration:
15 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)

KDE CI: Frameworks kjs kf5-qt5 WindowsMSVCQt5.10 - Build # 20 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kjs%20kf5-qt5%20WindowsMSVCQt5.10/20/
 Project:
Frameworks kjs kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:19:48 +
 Build duration:
15 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)

KDE CI: Frameworks kjsembed kf5-qt5 WindowsMSVCQt5.10 - Build # 19 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kjsembed%20kf5-qt5%20WindowsMSVCQt5.10/19/
 Project:
Frameworks kjsembed kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:19:49 +
 Build duration:
16 min and counting

KDE CI: Frameworks knewstuff kf5-qt5 WindowsMSVCQt5.10 - Build # 59 - Still unstable!

2018-08-11 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks%20knewstuff%20kf5-qt5%20WindowsMSVCQt5.10/59/
 Project:
Frameworks knewstuff kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:19:50 +
 Build duration:
19 min and counting
   JUnit Tests
  Name: (root) Failed: 1 test(s), Passed: 2 test(s), Skipped: 0 test(s), Total: 3 test(s)Failed: TestSuite.kmoretoolstest

D12380: [Containment Interface] Honor plasma/containment_context_menu restriction

2018-08-11 Thread Kai Uwe Broulik
broulik abandoned this revision.
Restricted Application edited subscribers, added: kde-frameworks-devel; 
removed: Frameworks.

REPOSITORY
  R242 Plasma Framework (Library)

REVISION DETAIL
  https://phabricator.kde.org/D12380

To: broulik, #plasma, sitter
Cc: kde-frameworks-devel, michaelh, ngraham, bruns, #frameworks


KDE CI: Frameworks kmediaplayer kf5-qt5 WindowsMSVCQt5.10 - Build # 21 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kmediaplayer%20kf5-qt5%20WindowsMSVCQt5.10/21/
 Project:
Frameworks kmediaplayer kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:19:50 +
 Build duration:
21 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 2 test(s), Skipped: 0 test(s), Total: 2 test(s)

KDE CI: Frameworks syntax-highlighting kf5-qt5 WindowsMSVCQt5.10 - Build # 72 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20syntax-highlighting%20kf5-qt5%20WindowsMSVCQt5.10/72/
 Project:
Frameworks syntax-highlighting kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:19:51 +
 Build duration:
22 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 8 test(s), Skipped: 0 test(s), Total: 8 test(s)

D14308: [Exe Thumbnailer] Improve icon selection algorithm

2018-08-11 Thread Kai Uwe Broulik
broulik updated this revision to Diff 39462.
broulik edited the test plan for this revision.
broulik added a comment.


  - Use algorithm suggested by Stefan, thanks.

REPOSITORY
  R320 KIO Extras

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D14308?vs=38296&id=39462

REVISION DETAIL
  https://phabricator.kde.org/D14308

AFFECTED FILES
  thumbnail/icoutils_common.cpp

To: broulik, #frameworks, dfaure, ngraham, pali, vonreth, antlarr
Cc: anthonyfieroni, bruns


D9387: Add cross compile support for kconfig_compiler and kconf_update.

2018-08-11 Thread Ralf Habacker
habacker added a comment.


  Sorry for the two spam comments, I had a freeze at phabricator web site.
  
  > Here's the android scripts for reference. 
https://cgit.kde.org/sysadmin/ci-tooling.git/tree/system-images/android/sdk
  
  Ah I see, on Android the packages containing native tools are build. The 
package and their development packages including the cmake support files 
(xxxTargets.cmake)  are then installed to a custom destination  to which 
KF5_HOST_TOOLING is pointing to. Transformed to obs that would mean to use the 
runtime and development packages from 
https://build.opensuse.org/project/show/KDE:Frameworks5.
  
  From working on the kf5 packages on obs I know that this approach has some 
issues:
  
  1. Not all required tools are installed with the package - I needed dedicated 
patches to let packages install them too (at least)
- 
https://build.opensuse.org/package/show/home:rhabacker:branches:KDE:Frameworks5/kdoctools-17
- 
https://build.opensuse.org/package/show/home:rhabacker:branches:KDE:Frameworks5/sonnet-17
  2. From memory  I remember that not  all KF5 packages have working cross 
compile support
  3. obs uses currently another approach - there is a cross kf5 tools package 
providing all required tools installed in a custom location in one package 
(https://build.opensuse.org/package/view_file/home:rhabacker:branches:windows:mingw:win32:KF547/mingw32-cross-kf5-tools/mingw32-cross-kf5-tools.spec?expand=1).
 This behavior is derived from the related xxx-cross-libqt5-yyy package. The 
native tools are installed as mingw helper tools and used in the cmake command 
line 
https://build.opensuse.org/package/view_file/home:rhabacker:branches:windows:mingw:win32:KF547/mingw32-kf5-filesystem/macros.mingw32-kf5?expand=1

REPOSITORY
  R237 KConfig

REVISION DETAIL
  https://phabricator.kde.org/D9387

To: habacker, dfaure, ltoscano, bcooksley, apol
Cc: kde-frameworks-devel, apol, michaelh, ngraham, bruns


KDE CI: Frameworks plasma-framework kf5-qt5 WindowsMSVCQt5.10 - Build # 121 - Still unstable!

2018-08-11 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks%20plasma-framework%20kf5-qt5%20WindowsMSVCQt5.10/121/
 Project:
Frameworks plasma-framework kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:19:51 +
 Build duration:
42 min and counting
   JUnit Tests
  Name: (root) Failed: 8 test(s), Passed: 4 test(s), Skipped: 0 test(s), Total: 12 test(s)Failed: TestSuite.coronatestFailed: TestSuite.plasma-configmodeltestFailed: TestSuite.plasma-dialogstatetestFailed: TestSuite.plasma-fallbackpackagetestFailed: TestSuite.plasma-iconitemtestFailed: TestSuite.plasma-packagestructuretestFailed: TestSuite.plasma-storagetestFailed: TestSuite.plasma-themetest

KDE CI: Frameworks kunitconversion kf5-qt5 WindowsMSVCQt5.10 - Build # 22 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kunitconversion%20kf5-qt5%20WindowsMSVCQt5.10/22/
 Project:
Frameworks kunitconversion kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:19:52 +
 Build duration:
46 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 3 test(s), Skipped: 0 test(s), Total: 3 test(s)

KDE CI: Frameworks sonnet kf5-qt5 WindowsMSVCQt5.10 - Build # 33 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20sonnet%20kf5-qt5%20WindowsMSVCQt5.10/33/
 Project:
Frameworks sonnet kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:19:53 +
 Build duration:
49 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 5 test(s), Skipped: 0 test(s), Total: 5 test(s)

KDE CI: Frameworks knotifyconfig kf5-qt5 WindowsMSVCQt5.10 - Build # 22 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20knotifyconfig%20kf5-qt5%20WindowsMSVCQt5.10/22/
 Project:
Frameworks knotifyconfig kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:19:54 +
 Build duration:
52 min and counting

D14747: [Exe Thumbnailer] Don't generate QTemporaryFile

2018-08-11 Thread Kai Uwe Broulik
broulik created this revision.
broulik added reviewers: Frameworks, Windows.
broulik requested review of this revision.

REVISION SUMMARY
  Keep everything in memory and don't needlessly write to disk

TEST PLAN
  - Thumbnails still generate just fine
  - Doesn't create files in `/tmp` anymore
  - Windows is untested, feedback and testing wanted

REPOSITORY
  R320 KIO Extras

REVISION DETAIL
  https://phabricator.kde.org/D14747

AFFECTED FILES
  thumbnail/icoutils.h
  thumbnail/icoutils_common.cpp
  thumbnail/icoutils_win.cpp
  thumbnail/icoutils_wrestool.cpp

To: broulik, #frameworks, #windows


KDE CI: Frameworks kpackage kf5-qt5 WindowsMSVCQt5.10 - Build # 49 - Still unstable!

2018-08-11 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks%20kpackage%20kf5-qt5%20WindowsMSVCQt5.10/49/
 Project:
Frameworks kpackage kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:19:55 +
 Build duration:
56 min and counting
   JUnit Tests
  Name: (root) Failed: 4 test(s), Passed: 7 test(s), Skipped: 0 test(s), Total: 11 test(s)Failed: TestSuite.plasma-packagestructuretestFailed: TestSuite.plasma-plasmoidpackagetestFailed: TestSuite.plasma-querytestFailed: TestSuite.plasma-rccpackagetest

D14723: Add option to disable KWallet entirely in the new wallet dialog

2018-08-11 Thread Albert Astals Cid
aacid added a comment.


  Isn't this actually bad for the privacy goal? AFAIK some apps will just write 
the password in cleartext in a config file when kwallet is not present.

INLINE COMMENTS

> knewwalletdialog.h:67
>  protected Q_SLOTS:
> -void onBlowfishToggled(bool);
> +void onGpgToggled(bool);
>  private:

do we really need to rename this?

REPOSITORY
  R311 KWallet

REVISION DETAIL
  https://phabricator.kde.org/D14723

To: fvogt, #frameworks
Cc: aacid, dfaure, kde-frameworks-devel, ngraham, michaelh, bruns


KDE CI: Frameworks kparts kf5-qt5 WindowsMSVCQt5.10 - Build # 26 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kparts%20kf5-qt5%20WindowsMSVCQt5.10/26/
 Project:
Frameworks kparts kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:19:56 +
 Build duration:
1 hr 1 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 2 test(s), Skipped: 0 test(s), Total: 2 test(s)

KDE CI: Frameworks threadweaver kf5-qt5 WindowsMSVCQt5.10 - Build # 23 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20threadweaver%20kf5-qt5%20WindowsMSVCQt5.10/23/
 Project:
Frameworks threadweaver kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:19:56 +
 Build duration:
1 hr 6 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 7 test(s), Skipped: 0 test(s), Total: 7 test(s)

D14723: Add option to disable KWallet entirely in the new wallet dialog

2018-08-11 Thread Fabian Vogt
fvogt added a comment.


  In D14723#306659 , @aacid wrote:
  
  > Isn't this actually bad for the privacy goal? AFAIK some apps will just 
write the password in cleartext in a config file when kwallet is not present.
  
  
  It's not selected by default - but maybe that can be emphasized in the 
option's name?

REPOSITORY
  R311 KWallet

REVISION DETAIL
  https://phabricator.kde.org/D14723

To: fvogt, #frameworks
Cc: aacid, dfaure, kde-frameworks-devel, ngraham, michaelh, bruns


KDE CI: Frameworks kross kf5-qt5 WindowsMSVCQt5.10 - Build # 25 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kross%20kf5-qt5%20WindowsMSVCQt5.10/25/
 Project:
Frameworks kross kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:19:57 +
 Build duration:
1 hr 11 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)

KDE CI: Frameworks kwidgetsaddons kf5-qt5 WindowsMSVCQt5.10 - Build # 46 - Still unstable!

2018-08-11 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks%20kwidgetsaddons%20kf5-qt5%20WindowsMSVCQt5.10/46/
 Project:
Frameworks kwidgetsaddons kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:20:06 +
 Build duration:
1 hr 21 min and counting
   JUnit Tests
  Name: (root) Failed: 4 test(s), Passed: 14 test(s), Skipped: 0 test(s), Total: 18 test(s)Failed: TestSuite.kcolorbuttontestFailed: TestSuite.kpasswordlineedittestFailed: TestSuite.ksplittercollapserbuttontestFailed: TestSuite.ktooltipwidgettest

KDE CI: Frameworks ktextwidgets kf5-qt5 WindowsMSVCQt5.10 - Build # 26 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20ktextwidgets%20kf5-qt5%20WindowsMSVCQt5.10/26/
 Project:
Frameworks ktextwidgets kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:20:09 +
 Build duration:
1 hr 24 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 5 test(s), Skipped: 0 test(s), Total: 5 test(s)

KDE CI: Frameworks kwallet kf5-qt5 WindowsMSVCQt5.10 - Build # 26 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kwallet%20kf5-qt5%20WindowsMSVCQt5.10/26/
 Project:
Frameworks kwallet kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:20:06 +
 Build duration:
1 hr 25 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)

KDE CI: Frameworks kjobwidgets kf5-qt5 WindowsMSVCQt5.10 - Build # 23 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kjobwidgets%20kf5-qt5%20WindowsMSVCQt5.10/23/
 Project:
Frameworks kjobwidgets kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:20:12 +
 Build duration:
1 hr 27 min and counting

KDE CI: Frameworks qqc2-desktop-style kf5-qt5 WindowsMSVCQt5.10 - Build # 65 - Fixed!

2018-08-11 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20qqc2-desktop-style%20kf5-qt5%20WindowsMSVCQt5.10/65/
 Project:
Frameworks qqc2-desktop-style kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:20:13 +
 Build duration:
1 hr 28 min and counting

D14131: Add enum alias Property::Language for typo Property::Langauge

2018-08-11 Thread Matthieu Gallien
mgallien accepted this revision.
mgallien added a comment.
This revision is now accepted and ready to land.


  Thanks for your work and good idea.

REPOSITORY
  R286 KFileMetaData

BRANCH
  fixLangaugeEnumTypoNow

REVISION DETAIL
  https://phabricator.kde.org/D14131

To: kossebau, mgallien
Cc: bcooksley, aacid, kde-frameworks-devel, #baloo, ashaposhnikov, michaelh, 
astippich, spoorun, ngraham, bruns, abrahams


KDE CI: Frameworks ktexteditor kf5-qt5 WindowsMSVCQt5.10 - Build # 57 - Still unstable!

2018-08-11 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks%20ktexteditor%20kf5-qt5%20WindowsMSVCQt5.10/57/
 Project:
Frameworks ktexteditor kf5-qt5 WindowsMSVCQt5.10
 Date of build:
Sat, 11 Aug 2018 15:20:10 +
 Build duration:
2 hr 4 min and counting
   JUnit Tests
  Name: (root) Failed: 10 test(s), Passed: 56 test(s), Skipped: 0 test(s), Total: 66 test(s)Failed: TestSuite.katedocument_testFailed: TestSuite.kateindenttest_testCppstyleFailed: TestSuite.kateindenttest_testCstyleFailed: TestSuite.kateindenttest_testRubyFailed: TestSuite.katetextbuffertestFailed: TestSuite.kateview_testFailed: TestSuite.messagetestFailed: TestSuite.movingrange_testFailed: TestSuite.vimode_emulatedcommandbarFailed: TestSuite.vimode_keys

D14131: Add enum alias Property::Language for typo Property::Langauge

2018-08-11 Thread Friedrich W. H. Kossebau
This revision was automatically updated to reflect the committed changes.
Closed by commit R286:0f5a6c892473: Add enum alias Property::Language for typo 
Property::Langauge (authored by kossebau).

CHANGED PRIOR TO COMMIT
  https://phabricator.kde.org/D14131?vs=37798&id=39468#toc

REPOSITORY
  R286 KFileMetaData

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D14131?vs=37798&id=39468

REVISION DETAIL
  https://phabricator.kde.org/D14131

AFFECTED FILES
  autotests/office2007extractortest.cpp
  autotests/taglibextractortest.cpp
  src/extractors/odfextractor.cpp
  src/extractors/office2007extractor.cpp
  src/extractors/taglibextractor.cpp
  src/properties.h
  src/propertyinfo.cpp

To: kossebau, mgallien
Cc: bcooksley, aacid, kde-frameworks-devel, #baloo, ashaposhnikov, michaelh, 
astippich, spoorun, ngraham, bruns, abrahams


D14744: Make Definition::isDelimiter() also work for invalid definitions

2018-08-11 Thread Volker Krause
vkrause accepted this revision.

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  delimiters-for-invalid-definitions (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D14744

To: dhaumann, cullmann, vkrause
Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, 
demsking, cullmann, sars, dhaumann


D14744: Make Definition::isDelimiter() also work for invalid definitions

2018-08-11 Thread Dominik Haumann
dhaumann updated this revision to Diff 39470.
dhaumann added a comment.


  - Add support for getters of invalid Definitions

REPOSITORY
  R216 Syntax Highlighting

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D14744?vs=39455&id=39470

BRANCH
  delimiters-for-invalid-definitions (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D14744

AFFECTED FILES
  autotests/syntaxrepository_test.cpp
  src/lib/definition.cpp

To: dhaumann, cullmann, vkrause
Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, 
demsking, cullmann, sars, dhaumann


D14744: Make Definition::isDelimiter() also work for invalid definitions

2018-08-11 Thread Volker Krause
vkrause accepted this revision.

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  delimiters-for-invalid-definitions (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D14744

To: dhaumann, cullmann, vkrause
Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, 
demsking, cullmann, sars, dhaumann


D14744: Make Definition::isDelimiter() also work for invalid definitions

2018-08-11 Thread Dominik Haumann
This revision was automatically updated to reflect the committed changes.
Closed by commit R216:eef5bce7080f: Make Definition::isDelimiter() also work 
for invalid definitions (authored by dhaumann).

REPOSITORY
  R216 Syntax Highlighting

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D14744?vs=39470&id=39472

REVISION DETAIL
  https://phabricator.kde.org/D14744

AFFECTED FILES
  autotests/syntaxrepository_test.cpp
  src/lib/definition.cpp

To: dhaumann, cullmann, vkrause
Cc: kwrite-devel, kde-frameworks-devel, michaelh, kevinapavew, ngraham, bruns, 
demsking, cullmann, sars, dhaumann


D14674: handle non-ASCII encodings of file names in tar archives

2018-08-11 Thread Rinat Ibragimov
ibragimovrinat updated this revision to Diff 39480.
ibragimovrinat added a comment.


  Added couple of tests. One tests that file name's not truncated, and the 
other tests that checksum is calculated in a correct way.

REPOSITORY
  R243 KArchive

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D14674?vs=39258&id=39480

REVISION DETAIL
  https://phabricator.kde.org/D14674

AFFECTED FILES
  autotests/karchivetest.cpp
  autotests/karchivetest.h
  autotests/tar_non_ascii_file_name.tar.gz
  src/ktar.cpp

To: ibragimovrinat, dfaure, kossebau
Cc: xyquadrat, broulik, cfeck, ibragimovrinat, kde-frameworks-devel, michaelh, 
ngraham, bruns


Re: purpose unittest (AlternativesModelTest::runJobTest) fails randomly

2018-08-11 Thread Aleix Pol
On Thu, Aug 9, 2018 at 11:37 AM David Faure  wrote:
>
> On lundi 6 août 2018 10:52:52 CEST Ben Cooksley wrote:
> > On Mon, Aug 6, 2018 at 7:27 PM, David Faure  wrote:
> > > On lundi 6 août 2018 01:18:44 CEST Aleix Pol wrote:
> > >> On Sat, Aug 4, 2018 at 12:31 PM David Faure  wrote:
> > >> > Any idea about this test that fails sometimes? Timing issue? The wait()
> > >> > should be longer in case of slow network?
> > >> >
> > >> > https://build.kde.org/view/Frameworks/job/Frameworks%20purpose%20kf5-qt
> > >> > 5%2
> > >> > 0SUSEQt5.10/92/testReport/junit/(root)/TestSuite/alternativesmodeltest/
> > >>
> > >> Hi,
> > >> Yes, I looked into fixing it, it seemed like it was but then it wasn't
> > >> (yay randomness!).
> > >>
> > >> My guess is that it's because kf5.kio.core.copyjob prints the whole
> > >> URL which in this case it's a data one (which I tried to fix in
> > >> 64492796aa7ca4b63dbae419f47e14da15fbcc51). I failed because it still
> > >> prints I added "+
> > >> QLoggingCategory::setFilterRules(QStringLiteral("kf5.kio.core.copyjob=fal
> > >> se" ));" I'm not sure why this has the effect I hoped it would. Any
> > >> ideas?>
> > > If $QT_LOGGING_RULES is set to something like '*.debug=true" then this
> > > overrides anything you do programmatically with setFilterRules.
> > >
> > > I'm not sure if that's what the CI does, though?
> >
> > The CI sets QT_LOGGING_RULES exactly as you describe :)
> > This is done at
> > https://cgit.kde.org/sysadmin/ci-tooling.git/tree/helpers/run-tests.py#n79
>
> Thanks Ben, so that confirms it.
>
> I have now pushed
> https://commits.kde.org/purpose/c480fa214b50efbb85c2e4830961b0514792426c
> in order to successfully turn off copyjob debug output even when
> QT_LOGGING_RULES is set to enable everything.
>
> The test has passed 3 times in a row, so you were right, Aleix, that was
> indeed the issue strange that it would lead to failure, not just truncated
> test output ;)

\o/

Thank you David!
Aleix


  1   2   >