Skip to content
Failed

Console Output

Skipping 12,084 KB.. Full Log
 1123 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1124 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In function 'constexpr _Tp&& std::get(variant<_Types ...>&&)':
/usr/include/c++/12.2.1/variant:1135:65: error: expected '(' before ';' token
 1135 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1135:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1134:20: error: expected ',' before ';' token
 1134 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1135 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1135:65: error: expected string-literal before ';' token
 1135 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1134:20: error: expected ')' before ';' token
 1134 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1135 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In function 'constexpr const _Tp& std::get(const variant<_Types ...>&)':
/usr/include/c++/12.2.1/variant:1146:65: error: expected '(' before ';' token
 1146 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1146:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1145:20: error: expected ',' before ';' token
 1145 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1146 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1146:65: error: expected string-literal before ';' token
 1146 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1145:20: error: expected ')' before ';' token
 1145 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1146 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In function 'constexpr const _Tp&& std::get(const variant<_Types ...>&&)':
/usr/include/c++/12.2.1/variant:1157:65: error: expected '(' before ';' token
 1157 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1157:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1156:20: error: expected ',' before ';' token
 1156 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1157 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1157:65: error: expected string-literal before ';' token
 1157 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1156:20: error: expected ')' before ';' token
 1156 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1157 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In function 'constexpr std::add_pointer_t<_Tp> std::get_if(variant<_Types ...>*)':
/usr/include/c++/12.2.1/variant:1195:65: error: expected '(' before ';' token
 1195 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1195:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1194:20: error: expected ',' before ';' token
 1194 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1195 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1195:65: error: expected string-literal before ';' token
 1195 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1194:20: error: expected ')' before ';' token
 1194 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1195 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In function 'constexpr std::add_pointer_t<const _Tp> std::get_if(const variant<_Types ...>*)':
/usr/include/c++/12.2.1/variant:1206:65: error: expected '(' before ';' token
 1206 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1206:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1205:20: error: expected ',' before ';' token
 1205 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1206 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1206:65: error: expected string-literal before ';' token
 1206 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1205:20: error: expected ')' before ';' token
 1205 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1206 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In member function 'void std::variant<_Types>::swap(std::variant<_Types>&)':
/usr/include/c++/12.2.1/variant:1611:64: error: expected '(' before ';' token
 1611 |         static_assert((is_move_constructible_v<_Types> && ...));
      |                                                                ^
/usr/include/c++/12.2.1/variant:1611:64: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1611:64: error: expected ',' before ';' token
/usr/include/c++/12.2.1/variant:1611:64: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/variant:1611:64: error: expected ')' before ';' token
/usr/include/c++/12.2.1/variant:1611:64: note: to match this '('
/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/applets/kicker/plugin/actionlist.cpp: In function 'QVariantList Kicker::appstreamActions(const KService::Ptr&)':
/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/applets/kicker/plugin/actionlist.cpp:417:52: warning: unused parameter 'service' [-Wunused-parameter]
  417 | QVariantList appstreamActions(const KService::Ptr &service)
      |                               ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
ninja: job failed: /usr/bin/g++ -DKCOREADDONS_LIB -DKDECLARATIVE_DEPRECATED_WARNINGS_SINCE=0x60000 -DKDECLARATIVE_DISABLE_DEPRECATED_BEFORE_AND_AT=0x55800 -DKF_DEPRECATED_WARNINGS_SINCE=0x60000 -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x56200 -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x60000 -DQT_DISABLE_DEPRECATED_BEFORE=0x50f02 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_XML_LIB -DTRANSLATION_DOMAIN=\"ksmserver\" -D_LARGEFILE64_SOURCE -I/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/build/ksmserver -I/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/ksmserver -I/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/build/ksmserver/ksmserver_autogen/include -I/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/build -I/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/libkworkspace -I/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/build/libkworkspace -isystem /usr/include/KScreenLocker -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtX11Extras -isystem /usr/include/qt5/QtGui -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/KF5 -isystem /usr/include/KF5/KXmlGui -isystem /usr/include/qt5/QtXml -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/KF5/KConfig -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/KF5/KConfigWidgets -isystem /usr/include/KF5/KCodecs -isystem /usr/include/KF5/KWidgetsAddons -isystem /usr/include/KF5/KConfigGui -isystem /usr/include/KF5/KAuthWidgets -isystem /usr/include/KF5/KAuthCore -isystem /usr/include/KF5/KAuth -isystem /usr/include/qt5/QtDBus -isystem /usr/include/KF5/KGlobalAccel -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KIOCore -isystem /usr/include/KF5/KIO -isystem /usr/include/KF5/KService -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtConcurrent -isystem /usr/include/KF5/KIOGui -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/KF5/Solid -isystem /usr/include/qt5/QtQuick -isystem /usr/include/qt5/QtQmlModels -isystem /usr/include/qt5/QtQml -isystem /usr/include/KF5/KDeclarative -isystem /usr/include/KF5/KPackage -isystem /usr/include/KF5/KDBusAddons -isystem /usr/include/KF5/KNotifications -Os -fomit-frame-pointer -g -O2 -g1 -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -fdiagnostics-color=always -O2 -g -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden   -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -fPIC -std=gnu++17 -MD -MT ksmserver/CMakeFiles/ksmserver.dir/main.cpp.o -MF ksmserver/CMakeFiles/ksmserver.dir/main.cpp.o.d -o ksmserver/CMakeFiles/ksmserver.dir/main.cpp.o -c /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/ksmserver/main.cpp
In file included from /usr/include/qt5/QtCore/qvariant.h:57,
                 from /usr/include/qt5/QtDBus/qtdbusglobal.h:45,
                 from /usr/include/qt5/QtDBus/qdbuscontext.h:43,
                 from /usr/include/qt5/QtDBus/QDBusContext:1,
                 from /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/ksmserver/server.h:27,
                 from /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/ksmserver/main.cpp:20:
/usr/include/c++/12.2.1/variant:100:44: error: macro "static_assert" requires 2 arguments, but only 1 given
  100 |       static_assert(_Np < sizeof...(_Types));
      |                                            ^
In file included from /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/ksmserver/server.h:16:
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:986:76: error: macro "static_assert" passed 3 arguments, but takes just 2
  986 |                             "return type for all alternatives of a variant");
      |                                                                            ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:1115:64: error: macro "static_assert" passed 3 arguments, but takes just 2
 1115 |                     "T must occur exactly once in alternatives");
      |                                                                ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:1124:64: error: macro "static_assert" passed 3 arguments, but takes just 2
 1124 |                     "T must occur exactly once in alternatives");
      |                                                                ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:1135:64: error: macro "static_assert" passed 3 arguments, but takes just 2
 1135 |                     "T must occur exactly once in alternatives");
      |                                                                ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:1146:64: error: macro "static_assert" passed 3 arguments, but takes just 2
 1146 |                     "T must occur exactly once in alternatives");
      |                                                                ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:1157:64: error: macro "static_assert" passed 3 arguments, but takes just 2
 1157 |                     "T must occur exactly once in alternatives");
      |                                                                ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:1195:64: error: macro "static_assert" passed 3 arguments, but takes just 2
 1195 |                     "T must occur exactly once in alternatives");
      |                                                                ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:1206:64: error: macro "static_assert" passed 3 arguments, but takes just 2
 1206 |                     "T must occur exactly once in alternatives");
      |                                                                ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:1611:63: error: macro "static_assert" requires 2 arguments, but only 1 given
 1611 |         static_assert((is_move_constructible_v<_Types> && ...));
      |                                                               ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:100:45: error: expected '(' before ';' token
  100 |       static_assert(_Np < sizeof...(_Types));
      |                                             ^
      |                                             (
/usr/include/c++/12.2.1/variant:100:45: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:100:20: error: expected ',' before ';' token
  100 |       static_assert(_Np < sizeof...(_Types));
      |                    ^                        ~
      |                    ,
/usr/include/c++/12.2.1/variant:100:45: error: expected string-literal before ';' token
  100 |       static_assert(_Np < sizeof...(_Types));
      |                                             ^
/usr/include/c++/12.2.1/variant:100:20: error: expected ')' before ';' token
  100 |       static_assert(_Np < sizeof...(_Types));
      |                    ^                        ~
      |                    )
/usr/include/c++/12.2.1/variant: In static member function 'static constexpr void std::__detail::__variant::__gen_vtable_impl<std::__detail::__variant::_Multi_array<_Result_type (*)(_Visitor, _Variants ...), __dimensions ...>, std::integer_sequence<long unsigned int, __indices ...> >::_S_apply_single_alt(_Tp&, _Tp*)':
/usr/include/c++/12.2.1/variant:986:77: error: expected '(' before ';' token
  986 |                             "return type for all alternatives of a variant");
      |                                                                             ^
/usr/include/c++/12.2.1/variant:986:77: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:986:77: error: expected ',' before ';' token
/usr/include/c++/12.2.1/variant:986:77: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/variant:986:77: error: expected ')' before ';' token
/usr/include/c++/12.2.1/variant:986:77: note: to match this '('
/usr/include/c++/12.2.1/variant: In function 'constexpr bool std::holds_alternative(const variant<_Types ...>&)':
/usr/include/c++/12.2.1/variant:1115:65: error: expected '(' before ';' token
 1115 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1115:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1114:20: error: expected ',' before ';' token
 1114 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1115 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1115:65: error: expected string-literal before ';' token
 1115 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1114:20: error: expected ')' before ';' token
 1114 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1115 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In function 'constexpr _Tp& std::get(variant<_Types ...>&)':
/usr/include/c++/12.2.1/variant:1124:65: error: expected '(' before ';' token
 1124 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1124:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1123:20: error: expected ',' before ';' token
 1123 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1124 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1124:65: error: expected string-literal before ';' token
 1124 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1123:20: error: expected ')' before ';' token
 1123 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1124 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In function 'constexpr _Tp&& std::get(variant<_Types ...>&&)':
/usr/include/c++/12.2.1/variant:1135:65: error: expected '(' before ';' token
 1135 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1135:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1134:20: error: expected ',' before ';' token
 1134 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1135 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1135:65: error: expected string-literal before ';' token
 1135 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1134:20: error: expected ')' before ';' token
 1134 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1135 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In function 'constexpr const _Tp& std::get(const variant<_Types ...>&)':
/usr/include/c++/12.2.1/variant:1146:65: error: expected '(' before ';' token
 1146 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1146:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1145:20: error: expected ',' before ';' token
 1145 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1146 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1146:65: error: expected string-literal before ';' token
 1146 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1145:20: error: expected ')' before ';' token
 1145 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1146 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In function 'constexpr const _Tp&& std::get(const variant<_Types ...>&&)':
/usr/include/c++/12.2.1/variant:1157:65: error: expected '(' before ';' token
 1157 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1157:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1156:20: error: expected ',' before ';' token
 1156 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1157 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1157:65: error: expected string-literal before ';' token
 1157 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1156:20: error: expected ')' before ';' token
 1156 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1157 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In function 'constexpr std::add_pointer_t<_Tp> std::get_if(variant<_Types ...>*)':
/usr/include/c++/12.2.1/variant:1195:65: error: expected '(' before ';' token
 1195 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1195:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1194:20: error: expected ',' before ';' token
 1194 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1195 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1195:65: error: expected string-literal before ';' token
 1195 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1194:20: error: expected ')' before ';' token
 1194 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1195 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In function 'constexpr std::add_pointer_t<const _Tp> std::get_if(const variant<_Types ...>*)':
/usr/include/c++/12.2.1/variant:1206:65: error: expected '(' before ';' token
 1206 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1206:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1205:20: error: expected ',' before ';' token
 1205 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1206 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1206:65: error: expected string-literal before ';' token
 1206 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1205:20: error: expected ')' before ';' token
 1205 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1206 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In member function 'void std::variant<_Types>::swap(std::variant<_Types>&)':
/usr/include/c++/12.2.1/variant:1611:64: error: expected '(' before ';' token
 1611 |         static_assert((is_move_constructible_v<_Types> && ...));
      |                                                                ^
/usr/include/c++/12.2.1/variant:1611:64: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1611:64: error: expected ',' before ';' token
/usr/include/c++/12.2.1/variant:1611:64: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/variant:1611:64: error: expected ')' before ';' token
/usr/include/c++/12.2.1/variant:1611:64: note: to match this '('
ninja: job failed: /usr/bin/g++ -DKCOREADDONS_LIB -DKDECLARATIVE_DEPRECATED_WARNINGS_SINCE=0x60000 -DKDECLARATIVE_DISABLE_DEPRECATED_BEFORE_AND_AT=0x55800 -DKF_DEPRECATED_WARNINGS_SINCE=0x60000 -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x56200 -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x60000 -DQT_DISABLE_DEPRECATED_BEFORE=0x50f02 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_XML_LIB -DTRANSLATION_DOMAIN=\"ksmserver\" -D_LARGEFILE64_SOURCE -I/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/build/ksmserver -I/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/ksmserver -I/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/build/ksmserver/ksmserver_autogen/include -I/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/build -I/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/libkworkspace -I/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/build/libkworkspace -isystem /usr/include/KScreenLocker -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtX11Extras -isystem /usr/include/qt5/QtGui -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/KF5 -isystem /usr/include/KF5/KXmlGui -isystem /usr/include/qt5/QtXml -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/KF5/KConfig -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/KF5/KConfigWidgets -isystem /usr/include/KF5/KCodecs -isystem /usr/include/KF5/KWidgetsAddons -isystem /usr/include/KF5/KConfigGui -isystem /usr/include/KF5/KAuthWidgets -isystem /usr/include/KF5/KAuthCore -isystem /usr/include/KF5/KAuth -isystem /usr/include/qt5/QtDBus -isystem /usr/include/KF5/KGlobalAccel -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KIOCore -isystem /usr/include/KF5/KIO -isystem /usr/include/KF5/KService -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtConcurrent -isystem /usr/include/KF5/KIOGui -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/KF5/Solid -isystem /usr/include/qt5/QtQuick -isystem /usr/include/qt5/QtQmlModels -isystem /usr/include/qt5/QtQml -isystem /usr/include/KF5/KDeclarative -isystem /usr/include/KF5/KPackage -isystem /usr/include/KF5/KDBusAddons -isystem /usr/include/KF5/KNotifications -Os -fomit-frame-pointer -g -O2 -g1 -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -fdiagnostics-color=always -O2 -g -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden   -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -fPIC -std=gnu++17 -MD -MT ksmserver/CMakeFiles/ksmserver.dir/server.cpp.o -MF ksmserver/CMakeFiles/ksmserver.dir/server.cpp.o.d -o ksmserver/CMakeFiles/ksmserver.dir/server.cpp.o -c /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/ksmserver/server.cpp
In file included from /usr/include/c++/12.2.1/algorithm:61,
                 from /usr/include/qt5/QtCore/qglobal.h:142,
                 from /usr/include/qt5/QtCore/QtGlobal:1,
                 from /usr/include/KF5/KWindowSystem/fixx11h.h:10,
                 from /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/ksmserver/server.h:23,
                 from /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/ksmserver/server.cpp:16:
/usr/include/c++/12.2.1/bits/stl_algo.h:5879:60: error: macro "static_assert" passed 5 arguments, but takes just 2
 5879 |           " does not meet the ForwardIterator requirements");
      |                                                            ^
In file included from /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/ksmserver/server.h:16:
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
In file included from /usr/include/c++/12.2.1/bits/basic_string.h:47,
                 from /usr/include/c++/12.2.1/string:53,
                 from /usr/include/qt5/QtCore/qbytearray.h:52,
                 from /usr/include/qt5/QtCore/qmetatype.h:47,
                 from /usr/include/qt5/QtDBus/qtdbusglobal.h:44,
                 from /usr/include/qt5/QtDBus/qdbuscontext.h:43,
                 from /usr/include/qt5/QtDBus/QDBusContext:1,
                 from /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/ksmserver/server.h:27:
/usr/include/c++/12.2.1/string_view:102:40: error: macro "static_assert" requires 2 arguments, but only 1 given
  102 |       static_assert(!is_array_v<_CharT>);
      |                                        ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/string_view:103:73: error: macro "static_assert" requires 2 arguments, but only 1 given
  103 |       static_assert(is_trivial_v<_CharT> && is_standard_layout_v<_CharT>);
      |                                                                         ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
In file included from /usr/include/qt5/QtCore/qhashfunctions.h:47,
                 from /usr/include/qt5/QtCore/qvarlengtharray.h:47,
                 from /usr/include/qt5/QtCore/qmetatype.h:48:
/usr/include/c++/12.2.1/numeric:291:74: error: macro "static_assert" passed 4 arguments, but takes just 2
  291 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, _Tp&, __ref>);
      |                                                                          ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/numeric:292:74: error: macro "static_assert" passed 4 arguments, but takes just 2
  292 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, __ref, _Tp&>);
      |                                                                          ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/numeric:293:73: error: macro "static_assert" passed 4 arguments, but takes just 2
  293 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, _Tp&, _Tp&>);
      |                                                                         ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/numeric:294:75: error: macro "static_assert" passed 4 arguments, but takes just 2
  294 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, __ref, __ref>);
      |                                                                           ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
In file included from /usr/include/c++/12.2.1/tuple:39,
                 from /usr/include/c++/12.2.1/functional:54,
                 from /usr/include/qt5/QtCore/qhashfunctions.h:48:
/usr/include/c++/12.2.1/bits/uses_allocator.h:101:39: error: macro "static_assert" passed 8 arguments, but takes just 2
  101 |           " if uses_allocator is true");
      |                                       ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
In file included from /usr/include/c++/12.2.1/functional:59:
/usr/include/c++/12.2.1/bits/std_function.h:443:37: error: macro "static_assert" passed 3 arguments, but takes just 2
  443 |               "constructor argument");
      |                                     ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
In file included from /usr/include/c++/12.2.1/bits/hashtable.h:35,
                 from /usr/include/c++/12.2.1/unordered_map:46,
                 from /usr/include/c++/12.2.1/functional:61:
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1269:75: error: macro "static_assert" passed 3 arguments, but takes just 2
 1269 |             "hash function must be invocable with an argument of key type");
      |                                                                           ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1278:75: error: macro "static_assert" passed 3 arguments, but takes just 2
 1278 |             "hash function must be invocable with an argument of key type");
      |                                                                           ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1687:21: error: macro "static_assert" passed 4 arguments, but takes just 2
 1687 |           "key type");
      |                     ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1700:23: error: macro "static_assert" passed 4 arguments, but takes just 2
 1700 |             "key type");
      |                       ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/bits/hashtable.h:204:79: error: macro "static_assert" passed 3 arguments, but takes just 2
  204 |           "unordered container must have a non-const, non-volatile value_type");
      |                                                                               ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/bits/hashtable.h:1086:54: error: macro "static_assert" passed 3 arguments, but takes just 2
 1086 |               node_type>, "Node types are compatible");
      |                                                      ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/bits/hashtable.h:1115:54: error: macro "static_assert" passed 3 arguments, but takes just 2
 1115 |               node_type>, "Node types are compatible");
      |                                                      ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
In file included from /usr/include/c++/12.2.1/vector:63,
                 from /usr/include/c++/12.2.1/functional:62:
/usr/include/c++/12.2.1/bits/stl_uninitialized.h:91:62: error: macro "static_assert" passed 3 arguments, but takes just 2
   91 |           "result type must be constructible from input type");
      |                                                              ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/bits/stl_uninitialized.h:1089:68: error: macro "static_assert" passed 3 arguments, but takes just 2
 1089 |           "relocation is only possible for values of the same type");
      |                                                                    ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
In file included from /usr/include/c++/12.2.1/vector:64:
/usr/include/c++/12.2.1/bits/stl_vector.h:436:71: error: macro "static_assert" passed 3 arguments, but takes just 2
  436 |           "std::vector must have a non-const, non-volatile value_type");
      |                                                                       ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
In file included from /usr/include/c++/12.2.1/list:63,
                 from /usr/include/qt5/QtCore/qmetatype.h:55:
/usr/include/c++/12.2.1/bits/stl_list.h:645:69: error: macro "static_assert" passed 3 arguments, but takes just 2
  645 |           "std::list must have a non-const, non-volatile value_type");
      |                                                                     ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
In file included from /usr/include/c++/12.2.1/map:60,
                 from /usr/include/qt5/QtCore/qmetatype.h:56:
/usr/include/c++/12.2.1/bits/stl_tree.h:764:55: error: macro "static_assert" passed 4 arguments, but takes just 2
  764 |                       "with two arguments of key type");
      |                                                       ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/bits/stl_tree.h:771:61: error: macro "static_assert" passed 4 arguments, but takes just 2
  771 |               "comparison object must be invocable as const");
      |                                                             ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
In file included from /usr/include/c++/12.2.1/bits/chrono.h:37,
                 from /usr/include/c++/12.2.1/chrono:39,
                 from /usr/include/qt5/QtCore/qobject.h:59,
                 from /usr/include/qt5/QtCore/qvariant.h:51,
                 from /usr/include/qt5/QtDBus/qtdbusglobal.h:45:
/usr/include/c++/12.2.1/ratio:133:45: error: macro "static_assert" passed 5 arguments, but takes just 2
  133 |                     "Internal library error");
      |                                             ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
In file included from /usr/include/qt5/QtCore/qvariant.h:57:
/usr/include/c++/12.2.1/variant:100:44: error: macro "static_assert" requires 2 arguments, but only 1 given
  100 |       static_assert(_Np < sizeof...(_Types));
      |                                            ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:986:76: error: macro "static_assert" passed 3 arguments, but takes just 2
  986 |                             "return type for all alternatives of a variant");
      |                                                                            ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:1115:64: error: macro "static_assert" passed 3 arguments, but takes just 2
 1115 |                     "T must occur exactly once in alternatives");
      |                                                                ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:1124:64: error: macro "static_assert" passed 3 arguments, but takes just 2
 1124 |                     "T must occur exactly once in alternatives");
      |                                                                ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:1135:64: error: macro "static_assert" passed 3 arguments, but takes just 2
 1135 |                     "T must occur exactly once in alternatives");
      |                                                                ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:1146:64: error: macro "static_assert" passed 3 arguments, but takes just 2
 1146 |                     "T must occur exactly once in alternatives");
      |                                                                ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:1157:64: error: macro "static_assert" passed 3 arguments, but takes just 2
 1157 |                     "T must occur exactly once in alternatives");
      |                                                                ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:1195:64: error: macro "static_assert" passed 3 arguments, but takes just 2
 1195 |                     "T must occur exactly once in alternatives");
      |                                                                ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:1206:64: error: macro "static_assert" passed 3 arguments, but takes just 2
 1206 |                     "T must occur exactly once in alternatives");
      |                                                                ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/variant:1611:63: error: macro "static_assert" requires 2 arguments, but only 1 given
 1611 |         static_assert((is_move_constructible_v<_Types> && ...));
      |                                                               ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
In file included from /usr/include/c++/12.2.1/memory:76,
                 from /usr/include/qt5/QtCore/qsharedpointer_impl.h:71,
                 from /usr/include/qt5/QtCore/qsharedpointer.h:48,
                 from /usr/include/qt5/QtGui/qpixmap.h:48,
                 from /usr/include/qt5/QtGui/qbrush.h:52,
                 from /usr/include/qt5/QtGui/qpalette.h:46,
                 from /usr/include/qt5/QtWidgets/qwidget.h:48,
                 from /usr/include/qt5/QtWidgets/qdialogbuttonbox.h:44,
                 from /usr/include/qt5/QtWidgets/QDialogButtonBox:1,
                 from /usr/include/KF5/KWidgetsAddons/kmessagebox.h:13,
                 from /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/ksmserver/server.h:36:
/usr/include/c++/12.2.1/bits/unique_ptr.h:393:78: error: macro "static_assert" passed 3 arguments, but takes just 2
  393 |                       "unique_ptr's deleter must be invocable with a pointer");
      |                                                                              ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/bits/unique_ptr.h:500:78: error: macro "static_assert" passed 3 arguments, but takes just 2
  500 |                       "unique_ptr's deleter must be invocable with a pointer");
      |                                                                              ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
In file included from /usr/include/c++/12.2.1/bits/shared_ptr.h:53,
                 from /usr/include/c++/12.2.1/memory:77:
/usr/include/c++/12.2.1/bits/shared_ptr_base.h:1481:55: error: macro "static_assert" passed 3 arguments, but takes just 2
 1481 |               "deleter expression d(p) is well-formed");
      |                                                       ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/bits/shared_ptr_base.h:1491:55: error: macro "static_assert" passed 3 arguments, but takes just 2
 1491 |               "deleter expression d(p) is well-formed");
      |                                                       ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
In file included from /usr/include/c++/12.2.1/future:49,
                 from /usr/include/qt5/QtCore/qthread.h:51,
                 from /usr/include/qt5/QtCore/QtCore:245,
                 from /usr/include/qt5/QtDBus/QtDBusDepends:3,
                 from /usr/include/qt5/QtDBus/QtDBus:3,
                 from /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/build/ksmserver/ksmserverinterfaceadaptor.h:16,
                 from /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/ksmserver/server.cpp:22:
/usr/include/c++/12.2.1/bits/std_thread.h:131:11: error: macro "static_assert" passed 3 arguments, but takes just 2
  131 |           );
      |           ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/future:480:39: error: macro "static_assert" passed 4 arguments, but takes just 2
  480 |               "Invalid specialisation");
      |                                       ^
/usr/include/X11/ICE/ICEmsg.h:38: note: macro "static_assert" defined here
   38 | #define static_assert(cond, msg) /* skip for non-C11 compilers */
      | 
/usr/include/c++/12.2.1/bits/stl_algo.h: In function '_SampleIterator std::sample(_PopulationIterator, _PopulationIterator, _SampleIterator, _Distance, _UniformRandomBitGenerator&&)':
/usr/include/c++/12.2.1/bits/stl_algo.h:5879:61: error: expected '(' before ';' token
 5879 |           " does not meet the ForwardIterator requirements");
      |                                                             ^
      |                                                             (
/usr/include/c++/12.2.1/bits/stl_algo.h:5879:61: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/stl_algo.h:5875:20: error: expected ',' before ';' token
 5875 |       static_assert(
      |                    ^
      |                    ,
......
 5879 |           " does not meet the ForwardIterator requirements");
      |                                                             ~
/usr/include/c++/12.2.1/bits/stl_algo.h:5879:61: error: expected string-literal before ';' token
 5879 |           " does not meet the ForwardIterator requirements");
      |                                                             ^
/usr/include/c++/12.2.1/bits/stl_algo.h:5875:20: error: expected ')' before ';' token
 5875 |       static_assert(
      |                    ^
      |                    )
......
 5879 |           " does not meet the ForwardIterator requirements");
      |                                                             ~
/usr/include/c++/12.2.1/string_view: At global scope:
/usr/include/c++/12.2.1/string_view:102:41: error: expected '(' before ';' token
  102 |       static_assert(!is_array_v<_CharT>);
      |                                         ^
      |                                         (
/usr/include/c++/12.2.1/string_view:102:41: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/string_view:102:20: error: expected ',' before ';' token
  102 |       static_assert(!is_array_v<_CharT>);
      |                    ^                    ~
      |                    ,
/usr/include/c++/12.2.1/string_view:102:41: error: expected string-literal before ';' token
  102 |       static_assert(!is_array_v<_CharT>);
      |                                         ^
/usr/include/c++/12.2.1/string_view:102:20: error: expected ')' before ';' token
  102 |       static_assert(!is_array_v<_CharT>);
      |                    ^                    ~
      |                    )
/usr/include/c++/12.2.1/string_view:103:74: error: expected '(' before ';' token
  103 |       static_assert(is_trivial_v<_CharT> && is_standard_layout_v<_CharT>);
      |                                                                          ^
      |                                                                          (
/usr/include/c++/12.2.1/string_view:103:74: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/string_view:103:20: error: expected ',' before ';' token
  103 |       static_assert(is_trivial_v<_CharT> && is_standard_layout_v<_CharT>);
      |                    ^                                                     ~
      |                    ,
/usr/include/c++/12.2.1/string_view:103:74: error: expected string-literal before ';' token
  103 |       static_assert(is_trivial_v<_CharT> && is_standard_layout_v<_CharT>);
      |                                                                          ^
/usr/include/c++/12.2.1/string_view:103:20: error: expected ')' before ';' token
  103 |       static_assert(is_trivial_v<_CharT> && is_standard_layout_v<_CharT>);
      |                    ^                                                     ~
      |                    )
/usr/include/c++/12.2.1/numeric: In function '_Tp std::reduce(_InputIterator, _InputIterator, _Tp, _BinaryOperation)':
/usr/include/c++/12.2.1/numeric:291:75: error: expected '(' before ';' token
  291 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, _Tp&, __ref>);
      |                                                                           ^
      |                                                                           (
/usr/include/c++/12.2.1/numeric:291:75: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/numeric:291:20: error: expected ',' before ';' token
  291 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, _Tp&, __ref>);
      |                    ^                                                      ~
      |                    ,
/usr/include/c++/12.2.1/numeric:291:75: error: expected string-literal before ';' token
  291 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, _Tp&, __ref>);
      |                                                                           ^
/usr/include/c++/12.2.1/numeric:291:20: error: expected ')' before ';' token
  291 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, _Tp&, __ref>);
      |                    ^                                                      ~
      |                    )
/usr/include/c++/12.2.1/numeric:292:75: error: expected '(' before ';' token
  292 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, __ref, _Tp&>);
      |                                                                           ^
      |                                                                           (
/usr/include/c++/12.2.1/numeric:292:75: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/numeric:292:20: error: expected ',' before ';' token
  292 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, __ref, _Tp&>);
      |                    ^                                                      ~
      |                    ,
/usr/include/c++/12.2.1/numeric:292:75: error: expected string-literal before ';' token
  292 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, __ref, _Tp&>);
      |                                                                           ^
/usr/include/c++/12.2.1/numeric:292:20: error: expected ')' before ';' token
  292 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, __ref, _Tp&>);
      |                    ^                                                      ~
      |                    )
/usr/include/c++/12.2.1/numeric:293:74: error: expected '(' before ';' token
  293 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, _Tp&, _Tp&>);
      |                                                                          ^
      |                                                                          (
/usr/include/c++/12.2.1/numeric:293:74: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/numeric:293:20: error: expected ',' before ';' token
  293 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, _Tp&, _Tp&>);
      |                    ^                                                     ~
      |                    ,
/usr/include/c++/12.2.1/numeric:293:74: error: expected string-literal before ';' token
  293 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, _Tp&, _Tp&>);
      |                                                                          ^
/usr/include/c++/12.2.1/numeric:293:20: error: expected ')' before ';' token
  293 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, _Tp&, _Tp&>);
      |                    ^                                                     ~
      |                    )
/usr/include/c++/12.2.1/numeric:294:76: error: expected '(' before ';' token
  294 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, __ref, __ref>);
      |                                                                            ^
      |                                                                            (
/usr/include/c++/12.2.1/numeric:294:76: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/numeric:294:20: error: expected ',' before ';' token
  294 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, __ref, __ref>);
      |                    ^                                                       ~
      |                    ,
/usr/include/c++/12.2.1/numeric:294:76: error: expected string-literal before ';' token
  294 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, __ref, __ref>);
      |                                                                            ^
/usr/include/c++/12.2.1/numeric:294:20: error: expected ')' before ';' token
  294 |       static_assert(is_invocable_r_v<_Tp, _BinaryOperation&, __ref, __ref>);
      |                    ^                                                       ~
      |                    )
/usr/include/c++/12.2.1/bits/uses_allocator.h: At global scope:
/usr/include/c++/12.2.1/bits/uses_allocator.h:101:40: error: expected '(' before ';' token
  101 |           " if uses_allocator is true");
      |                                        ^
      |                                        (
/usr/include/c++/12.2.1/bits/uses_allocator.h:101:40: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/uses_allocator.h:97:20: error: expected ',' before ';' token
   97 |       static_assert(__or_<
      |                    ^
      |                    ,
......
  101 |           " if uses_allocator is true");
      |                                        ~
/usr/include/c++/12.2.1/bits/uses_allocator.h:101:40: error: expected string-literal before ';' token
  101 |           " if uses_allocator is true");
      |                                        ^
/usr/include/c++/12.2.1/bits/uses_allocator.h:97:20: error: expected ')' before ';' token
   97 |       static_assert(__or_<
      |                    ^
      |                    )
......
  101 |           " if uses_allocator is true");
      |                                        ~
/usr/include/c++/12.2.1/bits/std_function.h: In constructor 'std::function<_Res(_ArgTypes ...)>::function(_Functor&&)':
/usr/include/c++/12.2.1/bits/std_function.h:443:38: error: expected '(' before ';' token
  443 |               "constructor argument");
      |                                      ^
/usr/include/c++/12.2.1/bits/std_function.h:443:38: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/std_function.h:443:38: error: expected ',' before ';' token
/usr/include/c++/12.2.1/bits/std_function.h:443:38: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/bits/std_function.h:443:38: error: expected ')' before ';' token
/usr/include/c++/12.2.1/bits/std_function.h:443:38: note: to match this '('
/usr/include/c++/12.2.1/bits/hashtable_policy.h: In member function 'std::__detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Hash, _RangeHash, _Unused, __cache_hash_code>::__hash_code std::__detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Hash, _RangeHash, _Unused, __cache_hash_code>::_M_hash_code(const _Key&) const':
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1269:76: error: expected '(' before ';' token
 1269 |             "hash function must be invocable with an argument of key type");
      |                                                                            ^
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1269:76: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1269:76: error: expected ',' before ';' token
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1269:76: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1269:76: error: expected ')' before ';' token
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1269:76: note: to match this '('
/usr/include/c++/12.2.1/bits/hashtable_policy.h: In member function 'std::__detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Hash, _RangeHash, _Unused, __cache_hash_code>::__hash_code std::__detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Hash, _RangeHash, _Unused, __cache_hash_code>::_M_hash_code_tr(const _Kt&) const':
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1278:76: error: expected '(' before ';' token
 1278 |             "hash function must be invocable with an argument of key type");
      |                                                                            ^
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1278:76: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1278:76: error: expected ',' before ';' token
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1278:76: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1278:76: error: expected ')' before ';' token
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1278:76: note: to match this '('
/usr/include/c++/12.2.1/bits/hashtable_policy.h: In member function 'bool std::__detail::_Hashtable_base<_Key, _Value, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _Traits>::_M_key_equals(const _Key&, const std::__detail::_Hash_node_value<_Value, typename _Traits::__hash_cached::value>&) const':
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1687:22: error: expected '(' before ';' token
 1687 |           "key type");
      |                      ^
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1687:22: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1687:22: error: expected ',' before ';' token
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1687:22: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1687:22: error: expected ')' before ';' token
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1687:22: note: to match this '('
/usr/include/c++/12.2.1/bits/hashtable_policy.h: In member function 'bool std::__detail::_Hashtable_base<_Key, _Value, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _Traits>::_M_key_equals_tr(const _Kt&, const std::__detail::_Hash_node_value<_Value, typename _Traits::__hash_cached::value>&) const':
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1700:24: error: expected '(' before ';' token
 1700 |             "key type");
      |                        ^
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1700:24: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1700:24: error: expected ',' before ';' token
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1700:24: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1700:24: error: expected ')' before ';' token
/usr/include/c++/12.2.1/bits/hashtable_policy.h:1700:24: note: to match this '('
/usr/include/c++/12.2.1/bits/hashtable.h: At global scope:
/usr/include/c++/12.2.1/bits/hashtable.h:204:80: error: expected '(' before ';' token
  204 |           "unordered container must have a non-const, non-volatile value_type");
      |                                                                                ^
      |                                                                                (
/usr/include/c++/12.2.1/bits/hashtable.h:204:80: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/hashtable.h:203:20: error: expected ',' before ';' token
  203 |       static_assert(is_same<typename remove_cv<_Value>::type, _Value>::value,
      |                    ^
      |                    ,
  204 |           "unordered container must have a non-const, non-volatile value_type");
      |                                                                                ~
/usr/include/c++/12.2.1/bits/hashtable.h:204:80: error: expected string-literal before ';' token
  204 |           "unordered container must have a non-const, non-volatile value_type");
      |                                                                                ^
/usr/include/c++/12.2.1/bits/hashtable.h:203:20: error: expected ')' before ';' token
  203 |       static_assert(is_same<typename remove_cv<_Value>::type, _Value>::value,
      |                    ^
      |                    )
  204 |           "unordered container must have a non-const, non-volatile value_type");
      |                                                                                ~
/usr/include/c++/12.2.1/bits/hashtable.h: In member function 'void std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits>::_M_merge_unique(_Compatible_Hashtable&)':
/usr/include/c++/12.2.1/bits/hashtable.h:1086:55: error: expected '(' before ';' token
 1086 |               node_type>, "Node types are compatible");
      |                                                       ^
/usr/include/c++/12.2.1/bits/hashtable.h:1086:55: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/hashtable.h:1086:55: error: expected ',' before ';' token
/usr/include/c++/12.2.1/bits/hashtable.h:1086:55: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/bits/hashtable.h:1086:55: error: expected ')' before ';' token
/usr/include/c++/12.2.1/bits/hashtable.h:1086:55: note: to match this '('
/usr/include/c++/12.2.1/bits/hashtable.h: In member function 'void std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _Hash, _RangeHash, _Unused, _RehashPolicy, _Traits>::_M_merge_multi(_Compatible_Hashtable&)':
/usr/include/c++/12.2.1/bits/hashtable.h:1115:55: error: expected '(' before ';' token
 1115 |               node_type>, "Node types are compatible");
      |                                                       ^
/usr/include/c++/12.2.1/bits/hashtable.h:1115:55: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/hashtable.h:1115:55: error: expected ',' before ';' token
/usr/include/c++/12.2.1/bits/hashtable.h:1115:55: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/bits/hashtable.h:1115:55: error: expected ')' before ';' token
/usr/include/c++/12.2.1/bits/hashtable.h:1115:55: note: to match this '('
/usr/include/c++/12.2.1/bits/stl_uninitialized.h: In function 'constexpr bool std::__check_constructible()':
/usr/include/c++/12.2.1/bits/stl_uninitialized.h:91:63: error: expected '(' before ';' token
   91 |           "result type must be constructible from input type");
      |                                                               ^
      |                                                               (
/usr/include/c++/12.2.1/bits/stl_uninitialized.h:91:63: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/stl_uninitialized.h:90:20: error: expected ',' before ';' token
   90 |       static_assert(is_constructible<_ValueType, _Tp>::value,
      |                    ^
      |                    ,
   91 |           "result type must be constructible from input type");
      |                                                               ~
/usr/include/c++/12.2.1/bits/stl_uninitialized.h:91:63: error: expected string-literal before ';' token
   91 |           "result type must be constructible from input type");
      |                                                               ^
/usr/include/c++/12.2.1/bits/stl_uninitialized.h:90:20: error: expected ')' before ';' token
   90 |       static_assert(is_constructible<_ValueType, _Tp>::value,
      |                    ^
      |                    )
   91 |           "result type must be constructible from input type");
      |                                                               ~
/usr/include/c++/12.2.1/bits/stl_uninitialized.h: In function '_ForwardIterator std::__relocate_a_1(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&)':
/usr/include/c++/12.2.1/bits/stl_uninitialized.h:1089:69: error: expected '(' before ';' token
 1089 |           "relocation is only possible for values of the same type");
      |                                                                     ^
      |                                                                     (
/usr/include/c++/12.2.1/bits/stl_uninitialized.h:1089:69: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/stl_uninitialized.h:1088:20: error: expected ',' before ';' token
 1088 |       static_assert(std::is_same<_ValueType, _ValueType2>::value,
      |                    ^
      |                    ,
 1089 |           "relocation is only possible for values of the same type");
      |                                                                     ~
/usr/include/c++/12.2.1/bits/stl_uninitialized.h:1089:69: error: expected string-literal before ';' token
 1089 |           "relocation is only possible for values of the same type");
      |                                                                     ^
/usr/include/c++/12.2.1/bits/stl_uninitialized.h:1088:20: error: expected ')' before ';' token
 1088 |       static_assert(std::is_same<_ValueType, _ValueType2>::value,
      |                    ^
      |                    )
 1089 |           "relocation is only possible for values of the same type");
      |                                                                     ~
/usr/include/c++/12.2.1/bits/stl_vector.h: At global scope:
/usr/include/c++/12.2.1/bits/stl_vector.h:436:72: error: expected '(' before ';' token
  436 |           "std::vector must have a non-const, non-volatile value_type");
      |                                                                        ^
      |                                                                        (
/usr/include/c++/12.2.1/bits/stl_vector.h:436:72: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/stl_vector.h:435:20: error: expected ',' before ';' token
  435 |       static_assert(is_same<typename remove_cv<_Tp>::type, _Tp>::value,
      |                    ^
      |                    ,
  436 |           "std::vector must have a non-const, non-volatile value_type");
      |                                                                        ~
/usr/include/c++/12.2.1/bits/stl_vector.h:436:72: error: expected string-literal before ';' token
  436 |           "std::vector must have a non-const, non-volatile value_type");
      |                                                                        ^
/usr/include/c++/12.2.1/bits/stl_vector.h:435:20: error: expected ')' before ';' token
  435 |       static_assert(is_same<typename remove_cv<_Tp>::type, _Tp>::value,
      |                    ^
      |                    )
  436 |           "std::vector must have a non-const, non-volatile value_type");
      |                                                                        ~
/usr/include/c++/12.2.1/bits/stl_list.h:645:70: error: expected '(' before ';' token
  645 |           "std::list must have a non-const, non-volatile value_type");
      |                                                                      ^
      |                                                                      (
/usr/include/c++/12.2.1/bits/stl_list.h:645:70: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/stl_list.h:644:20: error: expected ',' before ';' token
  644 |       static_assert(is_same<typename remove_cv<_Tp>::type, _Tp>::value,
      |                    ^
      |                    ,
  645 |           "std::list must have a non-const, non-volatile value_type");
      |                                                                      ~
/usr/include/c++/12.2.1/bits/stl_list.h:645:70: error: expected string-literal before ';' token
  645 |           "std::list must have a non-const, non-volatile value_type");
      |                                                                      ^
/usr/include/c++/12.2.1/bits/stl_list.h:644:20: error: expected ')' before ';' token
  644 |       static_assert(is_same<typename remove_cv<_Tp>::type, _Tp>::value,
      |                    ^
      |                    )
  645 |           "std::list must have a non-const, non-volatile value_type");
      |                                                                      ~
/usr/include/c++/12.2.1/bits/stl_tree.h: In static member function 'static const _Key& std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_S_key(_Const_Link_type)':
/usr/include/c++/12.2.1/bits/stl_tree.h:764:56: error: expected '(' before ';' token
  764 |                       "with two arguments of key type");
      |                                                        ^
/usr/include/c++/12.2.1/bits/stl_tree.h:764:56: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/stl_tree.h:764:56: error: expected ',' before ';' token
/usr/include/c++/12.2.1/bits/stl_tree.h:764:56: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/bits/stl_tree.h:764:56: error: expected ')' before ';' token
/usr/include/c++/12.2.1/bits/stl_tree.h:764:56: note: to match this '('
/usr/include/c++/12.2.1/bits/stl_tree.h:771:62: error: expected '(' before ';' token
  771 |               "comparison object must be invocable as const");
      |                                                              ^
/usr/include/c++/12.2.1/bits/stl_tree.h:771:62: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/stl_tree.h:771:62: error: expected ',' before ';' token
/usr/include/c++/12.2.1/bits/stl_tree.h:771:62: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/bits/stl_tree.h:771:62: error: expected ')' before ';' token
/usr/include/c++/12.2.1/bits/stl_tree.h:771:62: note: to match this '('
/usr/include/c++/12.2.1/ratio: At global scope:
/usr/include/c++/12.2.1/ratio:133:46: error: expected '(' before ';' token
  133 |                     "Internal library error");
      |                                              ^
      |                                              (
/usr/include/c++/12.2.1/ratio:133:46: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/ratio:132:20: error: expected ',' before ';' token
  132 |       static_assert(!__big_less<__hi1, __lo1, __hi2, __lo2>::value,
      |                    ^
      |                    ,
  133 |                     "Internal library error");
      |                                              ~
/usr/include/c++/12.2.1/ratio:133:46: error: expected string-literal before ';' token
  133 |                     "Internal library error");
      |                                              ^
/usr/include/c++/12.2.1/ratio:132:20: error: expected ')' before ';' token
  132 |       static_assert(!__big_less<__hi1, __lo1, __hi2, __lo2>::value,
      |                    ^
      |                    )
  133 |                     "Internal library error");
      |                                              ~
/usr/include/c++/12.2.1/variant:100:45: error: expected '(' before ';' token
  100 |       static_assert(_Np < sizeof...(_Types));
      |                                             ^
      |                                             (
/usr/include/c++/12.2.1/variant:100:45: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:100:20: error: expected ',' before ';' token
  100 |       static_assert(_Np < sizeof...(_Types));
      |                    ^                        ~
      |                    ,
/usr/include/c++/12.2.1/variant:100:45: error: expected string-literal before ';' token
  100 |       static_assert(_Np < sizeof...(_Types));
      |                                             ^
/usr/include/c++/12.2.1/variant:100:20: error: expected ')' before ';' token
  100 |       static_assert(_Np < sizeof...(_Types));
      |                    ^                        ~
      |                    )
/usr/include/c++/12.2.1/variant: In static member function 'static constexpr void std::__detail::__variant::__gen_vtable_impl<std::__detail::__variant::_Multi_array<_Result_type (*)(_Visitor, _Variants ...), __dimensions ...>, std::integer_sequence<long unsigned int, __indices ...> >::_S_apply_single_alt(_Tp&, _Tp*)':
/usr/include/c++/12.2.1/variant:986:77: error: expected '(' before ';' token
  986 |                             "return type for all alternatives of a variant");
      |                                                                             ^
/usr/include/c++/12.2.1/variant:986:77: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:986:77: error: expected ',' before ';' token
/usr/include/c++/12.2.1/variant:986:77: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/variant:986:77: error: expected ')' before ';' token
/usr/include/c++/12.2.1/variant:986:77: note: to match this '('
/usr/include/c++/12.2.1/variant: In function 'constexpr bool std::holds_alternative(const variant<_Types ...>&)':
/usr/include/c++/12.2.1/variant:1115:65: error: expected '(' before ';' token
 1115 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1115:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1114:20: error: expected ',' before ';' token
 1114 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1115 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1115:65: error: expected string-literal before ';' token
 1115 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1114:20: error: expected ')' before ';' token
 1114 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1115 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In function 'constexpr _Tp& std::get(variant<_Types ...>&)':
/usr/include/c++/12.2.1/variant:1124:65: error: expected '(' before ';' token
 1124 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1124:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1123:20: error: expected ',' before ';' token
 1123 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1124 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1124:65: error: expected string-literal before ';' token
 1124 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1123:20: error: expected ')' before ';' token
 1123 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1124 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In function 'constexpr _Tp&& std::get(variant<_Types ...>&&)':
/usr/include/c++/12.2.1/variant:1135:65: error: expected '(' before ';' token
 1135 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1135:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1134:20: error: expected ',' before ';' token
 1134 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1135 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1135:65: error: expected string-literal before ';' token
 1135 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1134:20: error: expected ')' before ';' token
 1134 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1135 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In function 'constexpr const _Tp& std::get(const variant<_Types ...>&)':
/usr/include/c++/12.2.1/variant:1146:65: error: expected '(' before ';' token
 1146 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1146:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1145:20: error: expected ',' before ';' token
 1145 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1146 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1146:65: error: expected string-literal before ';' token
 1146 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1145:20: error: expected ')' before ';' token
 1145 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1146 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In function 'constexpr const _Tp&& std::get(const variant<_Types ...>&&)':
/usr/include/c++/12.2.1/variant:1157:65: error: expected '(' before ';' token
 1157 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1157:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1156:20: error: expected ',' before ';' token
 1156 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1157 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1157:65: error: expected string-literal before ';' token
 1157 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1156:20: error: expected ')' before ';' token
 1156 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1157 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In function 'constexpr std::add_pointer_t<_Tp> std::get_if(variant<_Types ...>*)':
/usr/include/c++/12.2.1/variant:1195:65: error: expected '(' before ';' token
 1195 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1195:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1194:20: error: expected ',' before ';' token
 1194 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1195 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1195:65: error: expected string-literal before ';' token
 1195 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1194:20: error: expected ')' before ';' token
 1194 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1195 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In function 'constexpr std::add_pointer_t<const _Tp> std::get_if(const variant<_Types ...>*)':
/usr/include/c++/12.2.1/variant:1206:65: error: expected '(' before ';' token
 1206 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
      |                                                                 (
/usr/include/c++/12.2.1/variant:1206:65: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1205:20: error: expected ',' before ';' token
 1205 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    ,
 1206 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant:1206:65: error: expected string-literal before ';' token
 1206 |                     "T must occur exactly once in alternatives");
      |                                                                 ^
/usr/include/c++/12.2.1/variant:1205:20: error: expected ')' before ';' token
 1205 |       static_assert(__detail::__variant::__exactly_once<_Tp, _Types...>,
      |                    ^
      |                    )
 1206 |                     "T must occur exactly once in alternatives");
      |                                                                 ~
/usr/include/c++/12.2.1/variant: In member function 'void std::variant<_Types>::swap(std::variant<_Types>&)':
/usr/include/c++/12.2.1/variant:1611:64: error: expected '(' before ';' token
 1611 |         static_assert((is_move_constructible_v<_Types> && ...));
      |                                                                ^
/usr/include/c++/12.2.1/variant:1611:64: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/variant:1611:64: error: expected ',' before ';' token
/usr/include/c++/12.2.1/variant:1611:64: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/variant:1611:64: error: expected ')' before ';' token
/usr/include/c++/12.2.1/variant:1611:64: note: to match this '('
/usr/include/c++/12.2.1/bits/unique_ptr.h: In destructor 'std::unique_ptr<_Tp, _Dp>::~unique_ptr()':
/usr/include/c++/12.2.1/bits/unique_ptr.h:393:79: error: expected '(' before ';' token
  393 |                       "unique_ptr's deleter must be invocable with a pointer");
      |                                                                               ^
/usr/include/c++/12.2.1/bits/unique_ptr.h:393:79: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/unique_ptr.h:393:79: error: expected ',' before ';' token
/usr/include/c++/12.2.1/bits/unique_ptr.h:393:79: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/bits/unique_ptr.h:393:79: error: expected ')' before ';' token
/usr/include/c++/12.2.1/bits/unique_ptr.h:393:79: note: to match this '('
/usr/include/c++/12.2.1/bits/unique_ptr.h: In member function 'void std::unique_ptr<_Tp, _Dp>::reset(pointer)':
/usr/include/c++/12.2.1/bits/unique_ptr.h:500:79: error: expected '(' before ';' token
  500 |                       "unique_ptr's deleter must be invocable with a pointer");
      |                                                                               ^
/usr/include/c++/12.2.1/bits/unique_ptr.h:500:79: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/unique_ptr.h:500:79: error: expected ',' before ';' token
/usr/include/c++/12.2.1/bits/unique_ptr.h:500:79: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/bits/unique_ptr.h:500:79: error: expected ')' before ';' token
/usr/include/c++/12.2.1/bits/unique_ptr.h:500:79: note: to match this '('
/usr/include/c++/12.2.1/bits/shared_ptr_base.h: In constructor 'std::__shared_ptr<_Tp, _Lp>::__shared_ptr(_Yp*, _Deleter)':
/usr/include/c++/12.2.1/bits/shared_ptr_base.h:1481:56: error: expected '(' before ';' token
 1481 |               "deleter expression d(p) is well-formed");
      |                                                        ^
/usr/include/c++/12.2.1/bits/shared_ptr_base.h:1481:56: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/shared_ptr_base.h:1481:56: error: expected ',' before ';' token
/usr/include/c++/12.2.1/bits/shared_ptr_base.h:1481:56: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/bits/shared_ptr_base.h:1481:56: error: expected ')' before ';' token
/usr/include/c++/12.2.1/bits/shared_ptr_base.h:1481:56: note: to match this '('
/usr/include/c++/12.2.1/bits/shared_ptr_base.h: In constructor 'std::__shared_ptr<_Tp, _Lp>::__shared_ptr(_Yp*, _Deleter, _Alloc)':
/usr/include/c++/12.2.1/bits/shared_ptr_base.h:1491:56: error: expected '(' before ';' token
 1491 |               "deleter expression d(p) is well-formed");
      |                                                        ^
/usr/include/c++/12.2.1/bits/shared_ptr_base.h:1491:56: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/shared_ptr_base.h:1491:56: error: expected ',' before ';' token
/usr/include/c++/12.2.1/bits/shared_ptr_base.h:1491:56: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/bits/shared_ptr_base.h:1491:56: error: expected ')' before ';' token
/usr/include/c++/12.2.1/bits/shared_ptr_base.h:1491:56: note: to match this '('
/usr/include/c++/12.2.1/bits/std_thread.h: In constructor 'std::thread::thread(_Callable&&, _Args&& ...)':
/usr/include/c++/12.2.1/bits/std_thread.h:131:12: error: expected '(' before ';' token
  131 |           );
      |            ^
/usr/include/c++/12.2.1/bits/std_thread.h:131:12: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/bits/std_thread.h:131:12: error: expected ',' before ';' token
/usr/include/c++/12.2.1/bits/std_thread.h:131:12: error: expected string-literal before ';' token
/usr/include/c++/12.2.1/bits/std_thread.h:131:12: error: expected ')' before ';' token
/usr/include/c++/12.2.1/bits/std_thread.h:131:12: note: to match this '('
/usr/include/c++/12.2.1/future: At global scope:
/usr/include/c++/12.2.1/future:480:40: error: expected '(' before ';' token
  480 |               "Invalid specialisation");
      |                                        ^
      |                                        (
/usr/include/c++/12.2.1/future:480:40: error: expected primary-expression before ';' token
/usr/include/c++/12.2.1/future:478:24: error: expected ',' before ';' token
  478 |           static_assert(is_same<_Res, _Arg&>::value  // promise<R&>
      |                        ^
      |                        ,
  479 |               || is_same<const _Res, _Arg>::value,   // promise<R>
  480 |               "Invalid specialisation");
      |                                        ~
/usr/include/c++/12.2.1/future:480:40: error: expected string-literal before ';' token
  480 |               "Invalid specialisation");
      |                                        ^
/usr/include/c++/12.2.1/future:478:24: error: expected ')' before ';' token
  478 |           static_assert(is_same<_Res, _Arg&>::value  // promise<R&>
      |                        ^
      |                        )
  479 |               || is_same<const _Res, _Arg>::value,   // promise<R>
  480 |               "Invalid specialisation");
      |                                        ~
/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/ksmserver/legacy.cpp: In member function 'void KSMServer::performLegacySessionSave()':
/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670379441/ksmserver/legacy.cpp:183:30: warning: passing argument 2 to 'restrict'-qualified parameter aliases with argument 4 [-Wrestrict]
  183 |             ::select(fd + 1, &fds, nullptr, &fds, &tmwait);
      |                              ^~~~           ~~~~
ninja: subcommands failed
>>> ERROR: plasma-workspace: build failed
❌ (buildPackage()) Failed to compile plasma-workspace
(1/423) Purging libcanberra-gstreamer (0.30-r9)
(2/423) Purging .makedepends-plasma-workspace (20221207.052153)
(3/423) Purging kactivitymanagerd (9999_git1669950552-r0)
(4/423) Purging kded (9999_git1670060700-r0)
(5/423) Purging kio-extras (22.08.3-r0)
(6/423) Purging kinit (9999_git1670119019-r0)
(7/423) Purging kquickcharts (9999_git1670061049-r0)
(8/423) Purging milou (9999_git1669950749-r0)
(9/423) Purging plasma-integration (9999_git1670033784-r0)
(10/423) Purging font-hack (3.003-r3)
(11/423) Purging font-noto (0_git20211101-r6)
(12/423) Purging font-noto-math (0_git20211101-r6)
(13/423) Purging font-noto-symbols (0_git20211101-r6)
(14/423) Purging font-noto-common (0_git20211101-r6)
(15/423) Purging qqc2-desktop-style (9999_git1670061241-r0)
(16/423) Purging qt5-qtquickcontrols (5.15.6_git20220816-r0)
(17/423) Purging qtchooser (66-r2)
(18/423) Purging tzdata (2022g-r0)
(19/423) Purging appstream-dev (0.15.5-r2)
(20/423) Purging appstream-compose (0.15.5-r2)
(21/423) Purging appstream-qt (0.15.5-r2)
(22/423) Purging appstream (0.15.5-r2)
(23/423) Purging baloo-dev (9999_git1670060477-r0)
(24/423) Purging kfilemetadata-dev (9999_git1670291725-r0)
(25/423) Purging exiv2-dev (0.27.5-r1)
(26/423) Purging taglib-dev (1.13-r0)
(27/423) Purging attr-dev (2.5.1-r1)
(28/423) Purging lmdb-dev (0.9.29-r2)
(29/423) Purging baloo (9999_git1670060477-r0)
(30/423) Purging gpsd-dev (3.24-r1)
(31/423) Purging gpsd-openrc (3.24-r1)
(32/423) Purging gpsd (3.24-r1)
(33/423) Purging iso-codes-dev (4.12.0-r0)
(34/423) Purging kactivities-stats-dev (9999_git1670060532-r0)
(35/423) Purging boost-dev (1.80.0-r4)
(36/423) Purging boost1.80-dev (1.80.0-r4)
(37/423) Purging boost1.80 (1.80.0-r4)
(38/423) Purging boost1.80-libs (1.80.0-r4)
(39/423) Purging boost1.80-atomic (1.80.0-r4)
(40/423) Purging boost1.80-container (1.80.0-r4)
(41/423) Purging boost1.80-contract (1.80.0-r4)
(42/423) Purging boost1.80-coroutine (1.80.0-r4)
(43/423) Purging boost1.80-date_time (1.80.0-r4)
(44/423) Purging boost1.80-fiber (1.80.0-r4)
(45/423) Purging boost1.80-graph (1.80.0-r4)
(46/423) Purging boost1.80-iostreams (1.80.0-r4)
(47/423) Purging boost1.80-json (1.80.0-r4)
(48/423) Purging boost1.80-locale (1.80.0-r4)
(49/423) Purging boost1.80-log_setup (1.80.0-r4)
(50/423) Purging boost1.80-math (1.80.0-r4)
(51/423) Purging boost1.80-nowide (1.80.0-r4)
(52/423) Purging boost1.80-prg_exec_monitor (1.80.0-r4)
(53/423) Purging boost1.80-program_options (1.80.0-r4)
(54/423) Purging boost1.80-python3 (1.80.0-r4)
(55/423) Purging boost1.80-random (1.80.0-r4)
(56/423) Purging boost1.80-regex (1.80.0-r4)
(57/423) Purging boost1.80-stacktrace_basic (1.80.0-r4)
(58/423) Purging boost1.80-stacktrace_noop (1.80.0-r4)
(59/423) Purging boost1.80-system (1.80.0-r4)
(60/423) Purging boost1.80-timer (1.80.0-r4)
(61/423) Purging boost1.80-type_erasure (1.80.0-r4)
(62/423) Purging boost1.80-unit_test_framework (1.80.0-r4)
(63/423) Purging boost1.80-wave (1.80.0-r4)
(64/423) Purging boost1.80-wserialization (1.80.0-r4)
(65/423) Purging graphviz-dev (7.0.4-r0)
(66/423) Purging gd-dev (2.3.3-r3)
(67/423) Purging gd (2.3.3-r3)
(68/423) Purging libgd (2.3.3-r3)
(69/423) Purging python3-dev (3.11.0-r2)
(70/423) Purging graphviz-libs (7.0.4-r0)
(71/423) Purging kactivities-stats (9999_git1670060532-r0)
(72/423) Purging kdelibs4support-dev (9999_git1670060711-r0)
(73/423) Purging kded-dev (9999_git1670060700-r0)
(74/423) Purging kdesignerplugin (9999_git1670060721-r0)
(75/423) Purging kdesignerplugin-dev (9999_git1670060721-r0)
(76/423) Purging kplotting-dev (9999_git1670061030-r0)
(77/423) Purging kplotting (9999_git1670061030-r0)
(78/423) Purging kemoticons-dev (9999_git1670060771-r0)
(79/423) Purging kemoticons (9999_git1670060771-r0)
(80/423) Purging kunitconversion-dev (9999_git1670061108-r0)
(81/423) Purging kunitconversion (9999_git1670061108-r0)
(82/423) Purging kdesu-dev (9999_git1663420106-r0)
(83/423) Purging kpty-dev (9999_git1670061040-r0)
(84/423) Purging libutempter-dev (1.2.1-r5)
(85/423) Purging kdesu (9999_git1663420106-r0)
(86/423) Purging kholidays-dev (9999_git1670060813-r0)
(87/423) Purging kholidays (9999_git1670060813-r0)
(88/423) Purging kitemmodels-dev (9999_git1670060905-r0)
(89/423) Purging kitemmodels (9999_git1670060905-r0)
(90/423) Purging kjsembed-dev (9999_git1670060947-r0)
(91/423) Purging kjs-dev (9999_git1670060937-r0)
(92/423) Purging perl-dev (5.36.0-r0)
(93/423) Purging perl-utils (5.36.0-r0)
(94/423) Purging pcre-dev (8.45-r2)
(95/423) Purging libpcre16 (8.45-r2)
(96/423) Purging libpcre32 (8.45-r2)
(97/423) Purging libpcrecpp (8.45-r2)
(98/423) Purging kjsembed (9999_git1670060947-r0)
(99/423) Purging knotifyconfig-dev (9999_git1670060988-r0)
(100/423) Purging knotifyconfig (9999_git1670060988-r0)
(101/423) Purging kpeople-dev (9999_git1670061021-r0)
(102/423) Purging kpeople (9999_git1670061021-r0)
(103/423) Purging ktexteditor-dev (9999_git1670204926-r0)
(104/423) Purging kparts-dev (9999_git1670061010-r0)
(105/423) Purging syntax-highlighting-dev (9999_git1670354867-r0)
(106/423) Purging ktexteditor (9999_git1670204926-r0)
(107/423) Purging kuserfeedback-dev (1.2.0-r1)
(108/423) Purging kuserfeedback (1.2.0-r1)
(109/423) Purging kwin-dev (9999_git1670379325-r0)
(110/423) Purging breeze-dev (9999_git1670379208-r0)
(111/423) Purging eudev-dev (3.2.11-r6)
(112/423) Purging eudev-openrc (3.2.11-r6)
(113/423) Purging eudev (3.2.11-r6)
(114/423) Purging udev-init-scripts-openrc (35-r1)
(115/423) Purging udev-init-scripts (35-r1)
(116/423) Purging kinit-dev (9999_git1670119019-r0)
(117/423) Purging krunner-dev (9999_git1670061068-r0)
(118/423) Purging threadweaver-dev (9999_git1670061289-r0)
(119/423) Purging krunner (9999_git1670061068-r0)
(120/423) Purging kscreenlocker-dev (9999_git1670379297-r0)
(121/423) Purging elogind-dev (246.10-r5)
(122/423) Purging kcmutils-dev (9999_git1670378376-r0)
(123/423) Purging kidletime-dev (9999_git1670060854-r0)
(124/423) Purging libseccomp-dev (2.5.4-r1)
(125/423) Purging libseccomp (2.5.4-r1)
(126/423) Purging linux-pam-dev (1.5.2-r1)
(127/423) Purging xcb-util-keysyms-dev (0.4.1-r0)
(128/423) Purging lcms2-dev (2.14-r0)
(129/423) Purging libinput-dev (1.22.0-r0)
(130/423) Purging libqaccessibilityclient-dev (0.4.1-r1)
(131/423) Purging libxcvt-dev (0.1.2-r0)
(132/423) Purging pipewire-dev (0.3.61-r0)
(133/423) Purging qt5-qtsensors-dev (5.15.6_git20220816-r0)
(134/423) Purging qt5-qtsensors (5.15.6_git20220816-r0)
(135/423) Purging xcb-util-cursor-dev (0.1.4-r0)
(136/423) Purging xcb-util-image-dev (0.4.1-r0)
(137/423) Purging xcb-util-wm-dev (0.4.2-r0)
(138/423) Purging kwin (9999_git1670379325-r0)
(139/423) Purging xwayland (22.1.5-r0)
(140/423) Purging layer-shell-qt-dev (9999_git1666447153-r0)
(141/423) Purging libkexiv2-dev (22.08.3-r0)
(142/423) Purging libkexiv2 (22.08.3-r0)
(143/423) Purging libkscreen-dev (9999_git1670379337-r0)
(144/423) Purging libksysguard-dev (9999_git1670379347-r0)
(145/423) Purging knewstuff-dev (9999_git1670060967-r0)
(146/423) Purging knewstuff (9999_git1670060967-r0)
(147/423) Purging kirigami2 (9999_git1670378410-r1)
(148/423) Purging libcap-dev (2.66-r0)
(149/423) Purging libnl3-dev (3.7.0-r0)
(150/423) Purging libnl3-cli (3.7.0-r0)
(151/423) Purging libpcap-dev (1.10.1-r1)
(152/423) Purging lm-sensors-dev (3.6.0-r4)
(153/423) Purging qt5-qtwebchannel-dev (5.15.6_git20220907-r0)
(154/423) Purging qt5-qtwebchannel (5.15.6_git20220907-r0)
(155/423) Purging libksysguard (9999_git1670379347-r0)
(156/423) Purging libqalculate-dev (4.4.0-r1)
(157/423) Purging libqalculate (4.4.0-r1)
(158/423) Purging networkmanager-qt-dev (9999_git1670061187-r0)
(159/423) Purging networkmanager-dev (1.40.6-r0)
(160/423) Purging networkmanager-qt (9999_git1670061187-r0)
(161/423) Purging networkmanager (1.40.6-r0)
(162/423) Purging networkmanager-openrc (1.40.6-r0)
(163/423) Purging networkmanager-common (1.40.6-r0)
(164/423) Purging libnm (1.40.6-r0)
(165/423) Purging iptables-openrc (1.8.8-r2)
(166/423) Purging iptables (1.8.8-r2)
(167/423) Purging plasma-framework-dev (9999_git1670378436-r0)
(168/423) Purging kactivities-dev (9999_git1670060521-r0)
(169/423) Purging kdeclarative-dev (9999_git1670060689-r0)
(170/423) Purging kio-dev (9999_git1670378398-r0)
(171/423) Purging kbookmarks-dev (9999_git1670060566-r0)
(172/423) Purging kjobwidgets-dev (9999_git1670060926-r0)
(173/423) Purging kwallet-dev (9999_git1670119067-r0)
(174/423) Purging gpgme-dev (1.18.0-r1)
(175/423) Purging qgpgme (1.18.0-r1)
(176/423) Purging libgcrypt-dev (1.10.1-r0)
(177/423) Purging qca-dev (2.3.4-r2)
(178/423) Purging cyrus-sasl-dev (2.1.28-r3)
(179/423) Purging kwallet (9999_git1670119067-r0)
(180/423) Purging solid-dev (9999_git1670061251-r0)
(181/423) Purging kirigami2-dev (9999_git1670378410-r1)
(182/423) Purging knotifications-dev (9999_git1670060977-r0)
(183/423) Purging libcanberra-dev (0.30-r9)
(184/423) Purging libcanberra-gtk2 (0.30-r9)
(185/423) Purging libcanberra-gtk3 (0.30-r9)
(186/423) Purging phonon-dev (4.11.1-r3)
(187/423) Purging phonon (4.11.1-r3)
(188/423) Purging kpackage-dev (9999_git1670060999-r0)
(189/423) Purging kxmlgui-dev (9999_git1670061158-r0)
(190/423) Purging attica-dev (9999_git1670060467-r0)
(191/423) Purging attica (9999_git1670060467-r0)
(192/423) Purging kglobalaccel-dev (9999_git1670291739-r0)
(193/423) Purging ktextwidgets-dev (9999_git1670119058-r0)
(194/423) Purging kcompletion-dev (9999_git1670060607-r0)
(195/423) Purging kiconthemes-dev (9999_git1670060845-r0)
(196/423) Purging kconfigwidgets-dev (9999_git1670060626-r0)
(197/423) Purging kauth-dev (9999_git1670060556-r0)
(198/423) Purging polkit-qt-1-dev (0.114.0-r1)
(199/423) Purging polkit-elogind-dev (122-r0)
(200/423) Purging polkit-dev (122-r0)
(201/423) Purging polkit-common (122-r0)
(202/423) Purging dbus-glib-dev (0.112-r1)
(203/423) Purging dbus-glib (0.112-r1)
(204/423) Purging kcodecs-dev (9999_git1670060598-r0)
(205/423) Purging kguiaddons-dev (9999_git1670060803-r0)
(206/423) Purging plasma-wayland-protocols (9999_git1667056674-r0)
(207/423) Purging qt5-qttools-dev (5.15.6_git20220907-r1)
(208/423) Purging kitemviews-dev (9999_git1670060916-r0)
(209/423) Purging qt5-qtsvg-dev (5.15.6_git20220908-r0)
(210/423) Purging kservice-dev (9999_git1669947804-r0)
(211/423) Purging kconfig-dev (9999_git1670118983-r0)
(212/423) Purging kcrash-dev (9999_git1670060656-r0)
(213/423) Purging kwindowsystem-dev (9999_git1670061148-r0)
(214/423) Purging qt5-qtx11extras-dev (5.15.6_git20220816-r0)
(215/423) Purging kdbusaddons-dev (9999_git1670060679-r0)
(216/423) Purging qt5-qtspeech-dev (5.15.6_git20220907-r0)
(217/423) Purging sonnet-dev (9999_git1670061260-r0)
(218/423) Purging kwidgetsaddons-dev (9999_git1670061138-r0)
(219/423) Purging plasma-framework (9999_git1670378436-r0)
(220/423) Purging prison-dev (9999_git1670061221-r0)
(221/423) Purging libdmtx-dev (0.7.7-r0)
(222/423) Purging qt5-qtmultimedia-dev (5.15.6_git20220907-r0)
(223/423) Purging zxing-cpp-dev (1.4.0-r0)
(224/423) Purging prison (9999_git1670061221-r0)
(225/423) Purging kdoctools-dev (9999_git1670060762-r0)
(226/423) Purging karchive-dev (9999_git1670378364-r0)
(227/423) Purging libxslt-dev (1.1.37-r0)
(228/423) Purging xvfb-run (1.20.10.3-r0)
(229/423) Purging xvfb (21.1.4-r1)
(230/423) Purging font-misc-misc (1.1.2-r3)
(231/423) Purging font-cursor-misc (1.0.3-r3)
(232/423) Purging encodings (1.0.6-r0)
(233/423) Purging font-alias (1.0.4-r0)
(234/423) Purging mkfontscale (1.2.2-r1)
(235/423) Purging xkbcomp (1.4.5-r1)
(236/423) Purging xinit (1.4.2-r0)
(237/423) Purging xauth (1.1.2-r0)
(238/423) Purging mcookie (2.38.1-r1)
(239/423) Purging xmodmap (1.0.11-r0)
(240/423) Purging xrdb (1.2.1-r1)
(241/423) Purging xorg-server-common (21.1.4-r1)
(242/423) Purging coreutils (9.1-r0)
Executing coreutils-9.1-r0.post-deinstall
(243/423) Purging pipewire-media-session (0.4.1-r0)
(244/423) Purging libxmlb (0.3.10-r0)
(245/423) Purging yaml (0.2.5-r0)
(246/423) Purging librsvg (2.55.1-r0)
(247/423) Purging kfilemetadata (9999_git1670291725-r0)
(248/423) Purging gtk+2.0-dev (2.24.33-r8)
(249/423) Purging intltool (0.51.0-r5)
(250/423) Purging perl-xml-parser (2.46-r3)
(251/423) Purging perl-libwww (6.67-r0)
(252/423) Purging perl-http-cookies (6.10-r0)
(253/423) Purging perl-net-http (6.22-r0)
(254/423) Purging perl-http-daemon (6.14-r0)
(255/423) Purging perl-html-parser (3.80-r0)
(256/423) Purging perl-html-tagset (3.20-r3)
(257/423) Purging perl-file-listing (6.15-r0)
(258/423) Purging perl-www-robotrules (6.02-r3)
(259/423) Purging perl-http-negotiate (6.01-r3)
(260/423) Purging perl-http-message (6.44-r0)
(261/423) Purging perl-clone (0.46-r0)
(262/423) Purging perl-http-date (6.05-r1)
(263/423) Purging perl-uri (5.17-r0)
(264/423) Purging perl-io-html (1.004-r0)
(265/423) Purging perl-lwp-mediatypes (6.04-r1)
(266/423) Purging perl-encode-locale (1.05-r3)
(267/423) Purging perl-try-tiny (0.31-r0)
(268/423) Purging perl-capture-tiny (0.48-r2)
(269/423) Purging perl-pod-coverage (0.23-r3)
(270/423) Purging perl-devel-symdump (2.18-r2)
(271/423) Purging perl-test-pod (1.52-r2)
(272/423) Purging perl-pod-parser (1.65-r0)
(273/423) Purging gtk+3.0-dev (9999_git20210602-r4)
(274/423) Purging gpgmepp (1.18.0-r1)
(275/423) Purging libassuan-dev (2.5.5-r1)
(276/423) Purging libqca (2.3.4-r2)
(277/423) Purging boost1.80-chrono (1.80.0-r4)
(278/423) Purging boost1.80-context (1.80.0-r4)
(279/423) Purging boost1.80-log (1.80.0-r4)
(280/423) Purging boost1.80-serialization (1.80.0-r4)
(281/423) Purging libavif-dev (0.11.1-r0)
(282/423) Purging libavif (0.11.1-r0)
(283/423) Purging libxpm-dev (3.5.14-r0)
(284/423) Purging libxpm (3.5.14-r0)
(285/423) Purging gmp-dev (6.2.1-r2)
(286/423) Purging libgmpxx (6.2.1-r2)
(287/423) Purging kdelibs4support (9999_git1670060711-r0)
(288/423) Purging kpty (9999_git1670061040-r0)
(289/423) Purging kjs (9999_git1670060937-r0)
(290/423) Purging elogind-openrc (246.10-r5)
(291/423) Purging dbus-openrc (1.14.4-r0)
(292/423) Purging kmod-libs (30-r1)
(293/423) Purging xcb-util-renderutil-dev (0.3.10-r0)
(294/423) Purging libnl3 (3.7.0-r0)
(295/423) Purging libpcap (1.10.1-r1)
(296/423) Purging lm-sensors-libs (3.6.0-r4)
(297/423) Purging mpfr-dev (4.1.0-r0)
(298/423) Purging nss (3.85-r0)
(299/423) Purging libnftnl (1.2.4-r0)
(300/423) Purging libndp (1.8-r1)
(301/423) Purging libpsl (0.21.1-r1)
(302/423) Purging libdmtx-libs (0.7.7-r0)
(303/423) Purging zxing-cpp (1.4.0-r0)
(304/423) Purging libqrencode (4.1.1-r1)
(305/423) Purging kactivities-libs (9999_git1670060521-r0)
(306/423) Purging kdnssd (9999_git1670060752-r0)
(307/423) Purging avahi (0.8-r6)
(308/423) Purging libdaemon (0.14-r3)
(309/423) Purging libevent (2.1.12-r5)
(310/423) Purging syntax-highlighting (9999_git1670354867-r0)
(311/423) Purging kdsoap (2.1.1-r0)
(312/423) Purging libmtp (1.1.20-r2)
(313/423) Purging libusb (1.0.26-r0)
(314/423) Purging qt5-qttools (5.15.6_git20220907-r1)
(315/423) Purging clang15-libclang (15.0.6-r0)
(316/423) Purging libsmbclient (4.16.7-r1)
(317/423) Purging samba-libs (4.16.7-r1)
(318/423) Purging samba-util-libs (4.16.7-r1)
(319/423) Purging ldb (2.5.2-r1)
(320/423) Purging tevent (0.13.0-r1)
(321/423) Purging talloc (2.3.4-r1)
(322/423) Purging jansson (2.14-r0)
(323/423) Purging libldap (2.6.3-r6)
(324/423) Purging libsasl (2.1.28-r3)
(325/423) Purging lmdb (0.9.29-r2)
(326/423) Purging ffmpeg-libs (5.1.2-r3)
(327/423) Purging libpulse (9999_git20220528-r0)
(328/423) Purging tdb-libs (1.4.7-r1)
(329/423) Purging libwbclient (4.16.7-r1)
(330/423) Purging libssh (0.10.4-r0)
(331/423) Purging kirigami2-libs (9999_git1670378410-r1)
(332/423) Purging libxkbfile (1.1.1-r0)
(333/423) Purging libxfont2 (2.0.6-r0)
(334/423) Purging libfontenc (1.1.6-r0)
(335/423) Purging libtirpc-nokrb (1.3.3-r0)
(336/423) Purging libtirpc-conf (1.3.3-r0)
(337/423) Purging libxcvt (0.1.2-r0)
(338/423) Purging kscreenlocker (9999_git1670379297-r0)
(339/423) Purging elogind (246.10-r5)
(340/423) Purging dbus (1.14.4-r0)
(341/423) Purging shadow (4.13-r0)
(342/423) Purging kidletime (9999_git1670060854-r0)
(343/423) Purging libkscreen (9999_git1670379337-r0)
(344/423) Purging layer-shell-qt (9999_git1666447153-r0)
(345/423) Purging pipewire-libs (0.3.61-r0)
(346/423) Purging libqaccessibilityclient (0.4.1-r1)
(347/423) Purging xcb-util-cursor (0.1.4-r0)
(348/423) Purging threadweaver (9999_git1670061289-r0)
(349/423) Purging gdk-pixbuf-dev (2.42.10-r0)
(350/423) Purging tiff-dev (4.4.0-r1)
(351/423) Purging libwebp-dev (1.2.4-r1)
(352/423) Purging zstd-dev (1.5.2-r9)
(353/423) Purging libtiffxx (4.4.0-r1)
(354/423) Purging libjpeg-turbo-dev (2.1.4-r0)
(355/423) Purging exiv2 (0.27.5-r1)
(356/423) Purging taglib (1.13-r0)
(357/423) Purging sdl2 (2.26.1-r0)
(358/423) Purging svt-av1-libs (1.4.0-r0)
(359/423) Purging aom-libs (3.5.0-r0)
(360/423) Purging libass (0.17.0-r0)
(361/423) Purging libdav1d (1.0.0-r2)
(362/423) Purging libjxl (0.7.0-r0)
(363/423) Purging lame (3.100-r2)
(364/423) Purging libasyncns (0.8-r1)
(365/423) Purging libsndfile (1.1.0-r2)
(366/423) Purging flac-libs (1.4.2-r0)
(367/423) Purging soxr (0.1.3-r3)
(368/423) Purging speexdsp (1.2.1-r0)
(369/423) Purging librist (0.2.7-r0)
(370/423) Purging mbedtls (2.28.1-r1)
(371/423) Purging libsrt (1.5.1-r0)
(372/423) Purging v4l-utils-libs (1.22.1-r2)
(373/423) Purging libva (2.16.0-r0)
(374/423) Purging libvdpau (1.5-r0)
(375/423) Purging vidstab (1.1.0-r2)
(376/423) Purging libvpx (1.12.0-r1)
(377/423) Purging x264-libs (0.164_git20220602-r0)
(378/423) Purging x265-libs (3.5-r3)
(379/423) Purging numactl (2.0.16-r0)
(380/423) Purging xvidcore (1.3.7-r1)
(381/423) Purging libzmq (4.3.4-r1)
(382/423) Purging libsodium (1.0.18-r2)
(383/423) Purging gtk+2.0 (2.24.33-r8)
Executing gtk+2.0-2.24.33-r8.post-deinstall
(384/423) Purging at-spi2-core-dev (2.46.0-r0)
(385/423) Purging libxtst-dev (1.2.4-r0)
(386/423) Purging libxi-dev (1.8-r0)
(387/423) Purging pango-dev (1.50.12-r0)
(388/423) Purging pango-tools (1.50.12-r0)
(389/423) Purging cairo-dev (1.17.6-r3)
(390/423) Purging xcb-util-dev (0.4.0-r3)
(391/423) Purging util-macros (1.19.3-r0)
(392/423) Purging cairo-tools (1.17.6-r3)
(393/423) Purging libxrandr-dev (1.5.3-r0)
(394/423) Purging libxcursor-dev (1.2.1-r1)
(395/423) Purging libxft-dev (2.3.7-r0)
(396/423) Purging libxrender-dev (0.9.11-r0)
(397/423) Purging pixman-dev (0.42.2-r0)
(398/423) Purging fribidi-dev (1.0.12-r0)
(399/423) Purging harfbuzz-dev (5.3.1-r1)
(400/423) Purging harfbuzz-icu (5.3.1-r1)
(401/423) Purging graphite2-dev (1.3.14-r2)
(402/423) Purging icu-dev (72.1-r1)
(403/423) Purging icu (72.1-r1)
(404/423) Purging libepoxy-dev (1.5.10-r0)
(405/423) Purging libxinerama-dev (1.1.5-r0)
(406/423) Purging wayland-protocols (1.31-r0)
(407/423) Purging gpgme (1.18.0-r1)
(408/423) Purging gpg (2.2.40-r0)
(409/423) Purging gpg-agent (2.2.40-r0)
(410/423) Purging gpgsm (2.2.40-r0)
(411/423) Purging gnupg-gpgconf (2.2.40-r0)
(412/423) Purging pinentry (1.2.1-r0)
(413/423) Purging libassuan (2.5.5-r1)
(414/423) Purging npth (1.6-r2)
(415/423) Purging libksba (1.6.2-r0)
(416/423) Purging libgpg-error-dev (1.46-r1)
(417/423) Purging boost1.80-filesystem (1.80.0-r4)
(418/423) Purging boost1.80-thread (1.80.0-r4)
(419/423) Purging kparts (9999_git1670061010-r0)
(420/423) Purging pcre (8.45-r2)
(421/423) Purging nspr (4.35-r0)
(422/423) Purging libmnl (1.0.5-r0)
(423/423) Purging libidn2 (2.3.4-r0)
Executing busybox-1.35.0-r29.trigger
Executing fontconfig-2.14.1-r0.trigger
Executing shared-mime-info-2.2-r2.trigger
Executing gdk-pixbuf-2.42.10-r0.trigger
Executing gtk-update-icon-cache-3.24.35-r1.trigger
OK: 1515 MiB in 380 packages
❌ Build failed at step build-plasma-workspace-abuild: Error: Command failed: cd /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-x86_64/workdir/prolinux-nightly/plasma-workspace && abuild -F build
Command exited with non-zero status 1
real	54m 38.87s
user	6h 47m 32s
sys	51m 28.14s
Build step 'Execute shell' marked build as failure
[Set GitHub commit status (universal)] ERROR on repos [GHRepository@6667619e[nodeId=R_kgDOH__Utg,description=Nightly Alpine packages for Plasma Mobile from master/main and postmarketOS images.,homepage=https://sineware.ca/prolinux/plasma-mobile-nightly/,name=plasma-mobile-nightly,fork=false,archived=false,visibility=public,size=172,milestones={},language=TypeScript,commits={},source=<null>,parent=<null>,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/Sineware/plasma-mobile-nightly,id=536859830,nodeId=<null>,createdAt=2022-09-15T04:11:34Z,updatedAt=2022-11-21T14:57:35Z]] (sha:3fa0b43) with context:plasma-mobile-nightly-alpine-x86_64
Setting commit status on GitHub for https://github.com/Sineware/plasma-mobile-nightly/commit/3fa0b43488f9618c51105abb65da678b000cf528
Sending notification to Discord.
Finished: FAILURE