Skip to content
Failed

Console Output

Skipping 9,145 KB.. Full Log
 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 '('
distcc[1398631] ERROR: compile /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/ksmserver/main.cpp on localhost failed
/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/runners/powerdevil/PowerDevilRunner.cpp: In member function 'void PowerDevilRunner::addSuspendMatch(int, QList<Plasma::QueryMatch>&, Plasma::QueryMatch::Type)':
/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/runners/powerdevil/PowerDevilRunner.cpp:138:12: warning: enumeration value 'HybridSuspendState' not handled in switch [-Wswitch]
/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/runners/powerdevil/PowerDevilRunner.cpp: In member function 'virtual void PowerDevilRunner::run(const Plasma::RunnerContext&, const Plasma::QueryMatch&)':
/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/runners/powerdevil/PowerDevilRunner.cpp:181:16: warning: enumeration value 'HybridSuspendState' not handled in switch [-Wswitch]
ninja: job failed: /usr/bin/distcc  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-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/build/ksmserver -I/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/ksmserver -I/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/build/ksmserver/ksmserver_autogen/include -I/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/build -I/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/libkworkspace -I/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/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-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/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-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/ksmserver/server.h:23,
                 from /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/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-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/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-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/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-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/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-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/build/ksmserver/ksmserverinterfaceadaptor.h:16,
                 from /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/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 */
      | 
distcc[1398629] ERROR: compile /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/ksmserver/server.cpp on 192.168.11.76 failed
distcc[1398629] (dcc_build_somewhere) Warning: remote compilation of '/home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/ksmserver/server.cpp' failed, retrying locally
distcc[1398629] Warning: failed to distribute /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/ksmserver/server.cpp to 192.168.11.76, running locally instead
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-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/ksmserver/server.h:23,
                 from /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/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-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/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-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/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-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/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-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/build/ksmserver/ksmserverinterfaceadaptor.h:16,
                 from /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/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");
      |                                        ~
distcc[1398629] ERROR: compile /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace/src/plasma-workspace-9999_git1670292373/ksmserver/server.cpp on localhost failed
ninja: subcommands failed
>>> ERROR: plasma-workspace: build failed
❌ (buildPackage()) Failed to compile plasma-workspace
(1/482) Purging libcanberra-gstreamer (0.30-r9)
(2/482) Purging .makedepends-plasma-workspace (20221206.023147)
(3/482) Purging kactivitymanagerd (9999_git1669950552-r0)
(4/482) Purging kded (9999_git1670060700-r0)
(5/482) Purging kio-extras (22.08.3-r0)
(6/482) Purging kinit (9999_git1670119019-r0)
(7/482) Purging kquickcharts (9999_git1670061049-r0)
(8/482) Purging milou (9999_git1669950749-r0)
(9/482) Purging plasma-integration (9999_git1670033784-r0)
(10/482) Purging font-hack (3.003-r3)
(11/482) Purging font-noto (0_git20211101-r6)
(12/482) Purging font-noto-math (0_git20211101-r6)
(13/482) Purging font-noto-symbols (0_git20211101-r6)
(14/482) Purging font-noto-common (0_git20211101-r6)
(15/482) Purging qqc2-desktop-style (9999_git1670061241-r0)
(16/482) Purging qt5-qtquickcontrols (5.15.6_git20220816-r0)
(17/482) Purging qtchooser (66-r2)
(18/482) Purging tzdata (2022g-r0)
(19/482) Purging appstream-dev (0.15.5-r2)
(20/482) Purging appstream-compose (0.15.5-r2)
(21/482) Purging appstream-qt (0.15.5-r2)
(22/482) Purging appstream (0.15.5-r2)
(23/482) Purging baloo-dev (9999_git1670060477-r0)
(24/482) Purging kfilemetadata-dev (9999_git1670118998-r0)
(25/482) Purging exiv2-dev (0.27.5-r1)
(26/482) Purging taglib-dev (1.13-r0)
(27/482) Purging attr-dev (2.5.1-r1)
(28/482) Purging lmdb-dev (0.9.29-r2)
(29/482) Purging baloo (9999_git1670060477-r0)
(30/482) Purging gpsd-dev (3.24-r1)
(31/482) Purging gpsd-openrc (3.24-r1)
(32/482) Purging gpsd (3.24-r1)
(33/482) Purging iso-codes-dev (4.12.0-r0)
(34/482) Purging kactivities-stats-dev (9999_git1670060532-r0)
(35/482) Purging boost-dev (1.80.0-r4)
(36/482) Purging boost1.80-dev (1.80.0-r4)
(37/482) Purging boost1.80 (1.80.0-r4)
(38/482) Purging boost1.80-libs (1.80.0-r4)
(39/482) Purging boost1.80-atomic (1.80.0-r4)
(40/482) Purging boost1.80-container (1.80.0-r4)
(41/482) Purging boost1.80-contract (1.80.0-r4)
(42/482) Purging boost1.80-coroutine (1.80.0-r4)
(43/482) Purging boost1.80-date_time (1.80.0-r4)
(44/482) Purging boost1.80-fiber (1.80.0-r4)
(45/482) Purging boost1.80-graph (1.80.0-r4)
(46/482) Purging boost1.80-iostreams (1.80.0-r4)
(47/482) Purging boost1.80-json (1.80.0-r4)
(48/482) Purging boost1.80-locale (1.80.0-r4)
(49/482) Purging boost1.80-log_setup (1.80.0-r4)
(50/482) Purging boost1.80-math (1.80.0-r4)
(51/482) Purging boost1.80-nowide (1.80.0-r4)
(52/482) Purging boost1.80-prg_exec_monitor (1.80.0-r4)
(53/482) Purging boost1.80-program_options (1.80.0-r4)
(54/482) Purging boost1.80-python3 (1.80.0-r4)
(55/482) Purging boost1.80-random (1.80.0-r4)
(56/482) Purging boost1.80-regex (1.80.0-r4)
(57/482) Purging boost1.80-stacktrace_basic (1.80.0-r4)
(58/482) Purging boost1.80-stacktrace_noop (1.80.0-r4)
(59/482) Purging boost1.80-system (1.80.0-r4)
(60/482) Purging boost1.80-timer (1.80.0-r4)
(61/482) Purging boost1.80-type_erasure (1.80.0-r4)
(62/482) Purging boost1.80-unit_test_framework (1.80.0-r4)
(63/482) Purging boost1.80-wave (1.80.0-r4)
(64/482) Purging boost1.80-wserialization (1.80.0-r4)
(65/482) Purging graphviz-dev (7.0.4-r0)
(66/482) Purging gd-dev (2.3.3-r3)
(67/482) Purging gd (2.3.3-r3)
(68/482) Purging libgd (2.3.3-r3)
(69/482) Purging python3-dev (3.11.0-r2)
(70/482) Purging graphviz-libs (7.0.4-r0)
(71/482) Purging kactivities-stats (9999_git1670060532-r0)
(72/482) Purging kdelibs4support-dev (9999_git1670060711-r0)
(73/482) Purging kded-dev (9999_git1670060700-r0)
(74/482) Purging kdesignerplugin (9999_git1670060721-r0)
(75/482) Purging kdesignerplugin-dev (9999_git1670060721-r0)
(76/482) Purging kplotting-dev (9999_git1670061030-r0)
(77/482) Purging kplotting (9999_git1670061030-r0)
(78/482) Purging kemoticons-dev (9999_git1670060771-r0)
(79/482) Purging kemoticons (9999_git1670060771-r0)
(80/482) Purging kunitconversion-dev (9999_git1670061108-r0)
(81/482) Purging kunitconversion (9999_git1670061108-r0)
(82/482) Purging kdesu-dev (5.100.0-r0)
(83/482) Purging kpty-dev (9999_git1670061040-r0)
(84/482) Purging libutempter-dev (1.2.1-r5)
(85/482) Purging kdesu (5.100.0-r0)
(86/482) Purging kholidays-dev (9999_git1670060813-r0)
(87/482) Purging kholidays (9999_git1670060813-r0)
(88/482) Purging kitemmodels-dev (9999_git1670060905-r0)
(89/482) Purging kitemmodels (9999_git1670060905-r0)
(90/482) Purging kjsembed-dev (9999_git1670060947-r0)
(91/482) Purging kjs-dev (9999_git1670060937-r0)
(92/482) Purging perl-dev (5.36.0-r0)
(93/482) Purging perl-utils (5.36.0-r0)
(94/482) Purging pcre-dev (8.45-r2)
(95/482) Purging libpcre16 (8.45-r2)
(96/482) Purging libpcre32 (8.45-r2)
(97/482) Purging libpcrecpp (8.45-r2)
(98/482) Purging kjsembed (9999_git1670060947-r0)
(99/482) Purging knotifyconfig-dev (9999_git1670060988-r0)
(100/482) Purging knotifyconfig (9999_git1670060988-r0)
(101/482) Purging kpeople-dev (9999_git1670061021-r0)
(102/482) Purging kpeople (9999_git1670061021-r0)
(103/482) Purging ktexteditor-dev (9999_git1670204926-r0)
(104/482) Purging kparts-dev (9999_git1670061010-r0)
(105/482) Purging syntax-highlighting-dev (9999_git1670061279-r0)
(106/482) Purging ktexteditor (9999_git1670204926-r0)
(107/482) Purging kuserfeedback-dev (1.2.0-r1)
(108/482) Purging kuserfeedback (1.2.0-r1)
(109/482) Purging kwin-dev (9999_git1670252941-r0)
(110/482) Purging breeze-dev (9999_git1670206151-r0)
(111/482) Purging eudev-dev (3.2.11-r5)
(112/482) Purging eudev-openrc (3.2.11-r5)
(113/482) Purging eudev (3.2.11-r5)
(114/482) Purging udev-init-scripts-openrc (35-r1)
(115/482) Purging udev-init-scripts (35-r1)
(116/482) Purging kdecoration-dev (9999_git1669950571-r0)
(117/482) Purging kinit-dev (9999_git1670119019-r0)
(118/482) Purging krunner-dev (9999_git1670061068-r0)
(119/482) Purging threadweaver-dev (9999_git1670061289-r0)
(120/482) Purging krunner (9999_git1670061068-r0)
(121/482) Purging kscreenlocker-dev (9999_git1670258901-r0)
(122/482) Purging elogind-dev (246.10-r5)
(123/482) Purging kcmutils-dev (9999_git1670060587-r0)
(124/482) Purging kidletime-dev (9999_git1670060854-r0)
(125/482) Purging libseccomp-dev (2.5.4-r1)
(126/482) Purging libseccomp (2.5.4-r1)
(127/482) Purging linux-pam-dev (1.5.2-r1)
(128/482) Purging xcb-util-keysyms-dev (0.4.1-r0)
(129/482) Purging lcms2-dev (2.14-r0)
(130/482) Purging libinput-dev (1.22.0-r0)
(131/482) Purging libqaccessibilityclient-dev (0.4.1-r1)
(132/482) Purging libxcvt-dev (0.1.2-r0)
(133/482) Purging pipewire-dev (0.3.61-r0)
(134/482) Purging qt5-qtsensors-dev (5.15.6_git20220816-r0)
(135/482) Purging qt5-qtsensors (5.15.6_git20220816-r0)
(136/482) Purging xcb-util-cursor-dev (0.1.4-r0)
(137/482) Purging xcb-util-image-dev (0.4.1-r0)
(138/482) Purging xcb-util-wm-dev (0.4.2-r0)
(139/482) Purging kwin (9999_git1670252941-r0)
(140/482) Purging xwayland (22.1.5-r0)
(141/482) Purging layer-shell-qt-dev (9999_git1666447153-r0)
(142/482) Purging libkexiv2-dev (22.08.3-r0)
(143/482) Purging libkexiv2 (22.08.3-r0)
(144/482) Purging libkscreen-dev (9999_git1669950729-r0)
(145/482) Purging libksysguard-dev (9999_git1670119743-r0)
(146/482) Purging knewstuff-dev (9999_git1670060967-r0)
(147/482) Purging knewstuff (9999_git1670060967-r0)
(148/482) Purging kirigami2 (9999_git1670230397-r1)
(149/482) Purging libcap-dev (2.66-r0)
(150/482) Purging libnl3-dev (3.7.0-r0)
(151/482) Purging libnl3-cli (3.7.0-r0)
(152/482) Purging libpcap-dev (1.10.1-r1)
(153/482) Purging lm-sensors-dev (3.6.0-r4)
(154/482) Purging qt5-qtwebchannel-dev (5.15.6_git20220907-r0)
(155/482) Purging qt5-qtwebchannel (5.15.6_git20220907-r0)
(156/482) Purging libksysguard (9999_git1670119743-r0)
(157/482) Purging libqalculate-dev (4.4.0-r1)
(158/482) Purging libqalculate (4.4.0-r1)
(159/482) Purging networkmanager-qt-dev (9999_git1670061187-r0)
(160/482) Purging networkmanager-dev (1.40.6-r0)
(161/482) Purging networkmanager-qt (9999_git1670061187-r0)
(162/482) Purging networkmanager (1.40.6-r0)
(163/482) Purging networkmanager-openrc (1.40.6-r0)
(164/482) Purging networkmanager-common (1.40.6-r0)
(165/482) Purging libnm (1.40.6-r0)
(166/482) Purging iptables-openrc (1.8.8-r2)
(167/482) Purging iptables (1.8.8-r2)
(168/482) Purging plasma-framework-dev (9999_git1670061211-r0)
(169/482) Purging kactivities-dev (9999_git1670060521-r0)
(170/482) Purging kdeclarative-dev (9999_git1670060689-r0)
(171/482) Purging kio-dev (9999_git1670246024-r0)
(172/482) Purging kbookmarks-dev (9999_git1670060566-r0)
(173/482) Purging kjobwidgets-dev (9999_git1670060926-r0)
(174/482) Purging kwallet-dev (9999_git1670119067-r0)
(175/482) Purging gpgme-dev (1.18.0-r1)
(176/482) Purging qgpgme (1.18.0-r1)
(177/482) Purging libgcrypt-dev (1.10.1-r0)
(178/482) Purging qca-dev (2.3.4-r2)
(179/482) Purging cyrus-sasl-dev (2.1.28-r3)
(180/482) Purging kwallet (9999_git1670119067-r0)
(181/482) Purging solid-dev (9999_git1670061251-r0)
(182/482) Purging kirigami2-dev (9999_git1670230397-r1)
(183/482) Purging knotifications-dev (9999_git1670060977-r0)
(184/482) Purging libcanberra-dev (0.30-r9)
(185/482) Purging libcanberra-gtk2 (0.30-r9)
(186/482) Purging libcanberra-gtk3 (0.30-r9)
(187/482) Purging phonon-dev (4.11.1-r3)
(188/482) Purging phonon (4.11.1-r3)
(189/482) Purging kpackage-dev (9999_git1670060999-r0)
(190/482) Purging kwayland-dev (9999_git1670061127-r0)
(191/482) Purging kxmlgui-dev (9999_git1670061158-r0)
(192/482) Purging attica-dev (9999_git1670060467-r0)
(193/482) Purging attica (9999_git1670060467-r0)
(194/482) Purging kglobalaccel-dev (9999_git1670246288-r0)
(195/482) Purging ktextwidgets-dev (9999_git1670119058-r0)
(196/482) Purging kcompletion-dev (9999_git1670060607-r0)
(197/482) Purging kiconthemes-dev (9999_git1670060845-r0)
(198/482) Purging kconfigwidgets-dev (9999_git1670060626-r0)
(199/482) Purging kauth-dev (9999_git1670060556-r0)
(200/482) Purging polkit-qt-1-dev (0.114.0-r1)
(201/482) Purging polkit-elogind-dev (122-r0)
(202/482) Purging polkit-dev (122-r0)
(203/482) Purging polkit-common (122-r0)
(204/482) Purging dbus-glib-dev (0.112-r1)
(205/482) Purging dbus-glib (0.112-r1)
(206/482) Purging kcodecs-dev (9999_git1670060598-r0)
(207/482) Purging kguiaddons-dev (9999_git1670060803-r0)
(208/482) Purging plasma-wayland-protocols (9999_git1667056674-r0)
(209/482) Purging qt5-qttools-dev (5.15.6_git20220907-r1)
(210/482) Purging qt5-qtwayland-dev (5.15.6_git20220927-r1)
(211/482) Purging kitemviews-dev (9999_git1670060916-r0)
(212/482) Purging qt5-qtsvg-dev (5.15.6_git20220908-r0)
(213/482) Purging kservice-dev (9999_git1670061078-r0)
(214/482) Purging kconfig-dev (9999_git1670118983-r0)
(215/482) Purging kcrash-dev (9999_git1670060656-r0)
(216/482) Purging kcoreaddons-dev (9999_git1670060646-r0)
(217/482) Purging kwindowsystem-dev (9999_git1670061148-r0)
(218/482) Purging qt5-qtx11extras-dev (5.15.6_git20220816-r0)
(219/482) Purging kdbusaddons-dev (9999_git1670060679-r0)
(220/482) Purging qt5-qtspeech-dev (5.15.6_git20220907-r0)
(221/482) Purging sonnet-dev (9999_git1670061260-r0)
(222/482) Purging kwidgetsaddons-dev (9999_git1670061138-r0)
(223/482) Purging qt5-qtquickcontrols2-dev (5.15.6_git20220907-r0)
(224/482) Purging plasma-framework (9999_git1670061211-r0)
(225/482) Purging prison-dev (9999_git1670061221-r0)
(226/482) Purging libdmtx-dev (0.7.7-r0)
(227/482) Purging qt5-qtmultimedia-dev (5.15.6_git20220907-r0)
(228/482) Purging zxing-cpp-dev (1.4.0-r0)
(229/482) Purging prison (9999_git1670061221-r0)
(230/482) Purging samurai (1.2-r2)
(231/482) Purging extra-cmake-modules (9999_git1669534735-r0)
(232/482) Purging cmake (3.25.1-r0)
(233/482) Purging kdoctools-dev (9999_git1670060762-r0)
(234/482) Purging karchive-dev (9999_git1670060543-r0)
(235/482) Purging ki18n-dev (9999_git1670060835-r0)
(236/482) Purging qt5-qtdeclarative-dev (5.15.6_git20220908-r0)
(237/482) Purging qt5-qtscript-dev (5.15.6_git20220608-r0)
(238/482) Purging qt5-qtscript (5.15.6_git20220608-r0)
(239/482) Purging libxslt-dev (1.1.37-r0)
(240/482) Purging qt5-qtbase-dev (5.15.6_git20221010-r1)
(241/482) Purging qt5-qtbase-sqlite (5.15.6_git20221010-r1)
(242/482) Purging qt5-qtbase-odbc (5.15.6_git20221010-r1)
(243/482) Purging qt5-qtbase-postgresql (5.15.6_git20221010-r1)
(244/482) Purging qt5-qtbase-mysql (5.15.6_git20221010-r1)
(245/482) Purging qt5-qtbase-tds (5.15.6_git20221010-r1)
(246/482) Purging libsm-dev (1.2.3-r2)
(247/482) Purging openssl-dev (3.0.7-r0)
(248/482) Purging sqlite-dev (3.40.0-r0)
(249/482) Purging xvfb-run (1.20.10.3-r0)
(250/482) Purging xvfb (21.1.4-r1)
(251/482) Purging font-misc-misc (1.1.2-r3)
(252/482) Purging font-cursor-misc (1.0.3-r3)
(253/482) Purging encodings (1.0.6-r0)
(254/482) Purging font-alias (1.0.4-r0)
(255/482) Purging mkfontscale (1.2.2-r1)
(256/482) Purging xkbcomp (1.4.5-r1)
(257/482) Purging xinit (1.4.2-r0)
(258/482) Purging xauth (1.1.2-r0)
(259/482) Purging mcookie (2.38.1-r1)
(260/482) Purging xmodmap (1.0.11-r0)
(261/482) Purging xrdb (1.2.1-r1)
(262/482) Purging xorg-server-common (21.1.4-r1)
(263/482) Purging coreutils (9.1-r0)
Executing coreutils-9.1-r0.post-deinstall
(264/482) Purging pipewire-media-session (0.4.1-r0)
(265/482) Purging libxmlb (0.3.10-r0)
(266/482) Purging yaml (0.2.5-r0)
(267/482) Purging librsvg (2.55.1-r0)
(268/482) Purging libpq (15.1-r1)
(269/482) Purging mariadb-connector-c (3.3.3-r0)
(270/482) Purging freetds (1.3.15-r0)
(271/482) Purging libice-dev (1.1.0-r0)
(272/482) Purging kfilemetadata (9999_git1670118998-r0)
(273/482) Purging gtk+2.0-dev (2.24.33-r8)
(274/482) Purging intltool (0.51.0-r5)
(275/482) Purging perl-xml-parser (2.46-r3)
(276/482) Purging perl-libwww (6.67-r0)
(277/482) Purging perl-http-cookies (6.10-r0)
(278/482) Purging perl-net-http (6.22-r0)
(279/482) Purging perl-http-daemon (6.14-r0)
(280/482) Purging perl-html-parser (3.80-r0)
(281/482) Purging perl-html-tagset (3.20-r3)
(282/482) Purging perl-file-listing (6.15-r0)
(283/482) Purging perl-www-robotrules (6.02-r3)
(284/482) Purging perl-http-negotiate (6.01-r3)
(285/482) Purging perl-http-message (6.44-r0)
(286/482) Purging perl-clone (0.46-r0)
(287/482) Purging perl-http-date (6.05-r1)
(288/482) Purging perl-uri (5.17-r0)
(289/482) Purging perl-io-html (1.004-r0)
(290/482) Purging perl-lwp-mediatypes (6.04-r1)
(291/482) Purging perl-encode-locale (1.05-r3)
(292/482) Purging perl-try-tiny (0.31-r0)
(293/482) Purging perl-capture-tiny (0.48-r2)
(294/482) Purging perl-pod-coverage (0.23-r3)
(295/482) Purging perl-devel-symdump (2.18-r2)
(296/482) Purging perl-test-pod (1.52-r2)
(297/482) Purging perl-pod-parser (1.65-r0)
(298/482) Purging gpgmepp (1.18.0-r1)
(299/482) Purging libassuan-dev (2.5.5-r1)
(300/482) Purging libqca (2.3.4-r2)
(301/482) Purging boost1.80-chrono (1.80.0-r4)
(302/482) Purging boost1.80-context (1.80.0-r4)
(303/482) Purging boost1.80-log (1.80.0-r4)
(304/482) Purging boost1.80-serialization (1.80.0-r4)
(305/482) Purging libavif-dev (0.11.1-r0)
(306/482) Purging libavif (0.11.1-r0)
(307/482) Purging libxpm-dev (3.5.14-r0)
(308/482) Purging libxpm (3.5.14-r0)
(309/482) Purging gmp-dev (6.2.1-r2)
(310/482) Purging libgmpxx (6.2.1-r2)
(311/482) Purging kdelibs4support (9999_git1670060711-r0)
(312/482) Purging kpty (9999_git1670061040-r0)
(313/482) Purging kjs (9999_git1670060937-r0)
(314/482) Purging elogind-openrc (246.10-r5)
(315/482) Purging dbus-openrc (1.14.4-r0)
(316/482) Purging kmod-libs (30-r1)
(317/482) Purging xcb-util-renderutil-dev (0.3.10-r0)
(318/482) Purging libnl3 (3.7.0-r0)
(319/482) Purging libpcap (1.10.1-r1)
(320/482) Purging lm-sensors-libs (3.6.0-r4)
(321/482) Purging mpfr-dev (4.1.0-r0)
(322/482) Purging nss (3.85-r0)
(323/482) Purging libnftnl (1.2.4-r0)
(324/482) Purging libndp (1.8-r1)
(325/482) Purging libpsl (0.21.1-r1)
(326/482) Purging libdmtx-libs (0.7.7-r0)
(327/482) Purging zxing-cpp (1.4.0-r0)
(328/482) Purging libqrencode (4.1.1-r1)
(329/482) Purging libarchive (3.6.1-r1)
(330/482) Purging rhash-libs (1.4.3-r1)
(331/482) Purging libuv (1.44.2-r0)
(332/482) Purging git-perl (2.38.1-r0)
(333/482) Purging perl-git (2.38.1-r0)
(334/482) Purging perl-error (0.17029-r1)
(335/482) Purging perl (5.36.0-r0)
(336/482) Purging kparts (9999_git1670061010-r0)
(337/482) Purging kscreenlocker (9999_git1670258901-r0)
(338/482) Purging elogind (246.10-r5)
(339/482) Purging dbus (1.14.4-r0)
(340/482) Purging shadow (4.13-r0)
(341/482) Purging kcmutils (9999_git1670060587-r0)
(342/482) Purging kdeclarative (9999_git1670060689-r0)
(343/482) Purging kio (9999_git1670246024-r0)
(344/482) Purging kbookmarks (9999_git1670060566-r0)
(345/482) Purging kxmlgui (9999_git1670061158-r0)
(346/482) Purging kglobalaccel (9999_git1670246288-r0)
(347/482) Purging kcrash (9999_git1670060656-r0)
(348/482) Purging kpackage (9999_git1670060999-r0)
(349/482) Purging kiconthemes (9999_git1670060845-r0)
(350/482) Purging ktextwidgets (9999_git1670119058-r0)
(351/482) Purging kconfigwidgets (9999_git1670060626-r0)
(352/482) Purging kauth (9999_git1670060556-r0)
(353/482) Purging kjobwidgets (9999_git1670060926-r0)
(354/482) Purging kservice (9999_git1670061078-r0)
(355/482) Purging knotifications (9999_git1670060977-r0)
(356/482) Purging kcoreaddons (9999_git1670060646-r0)
(357/482) Purging kwindowsystem (9999_git1670061148-r0)
(358/482) Purging kidletime (9999_git1670060854-r0)
(359/482) Purging kguiaddons (9999_git1670060803-r0)
(360/482) Purging libkscreen (9999_git1669950729-r0)
(361/482) Purging qt5-qtx11extras (5.15.6_git20220816-r0)
(362/482) Purging kdbusaddons (9999_git1670060679-r0)
(363/482) Purging kdecoration (9999_git1669950571-r0)
(364/482) Purging ki18n (9999_git1670060835-r0)
(365/482) Purging kdoctools (9999_git1670060762-r0)
(366/482) Purging karchive (9999_git1670060543-r0)
(367/482) Purging polkit-qt-1 (0.114.0-r1)
(368/482) Purging polkit-elogind-libs (122-r0)
(369/482) Purging libelogind (246.10-r5)
(370/482) Purging kcodecs (9999_git1670060598-r0)
(371/482) Purging kcompletion (9999_git1670060607-r0)
(372/482) Purging kwidgetsaddons (9999_git1670061138-r0)
(373/482) Purging qt5-qtsvg (5.15.6_git20220908-r0)
(374/482) Purging kitemviews (9999_git1670060916-r0)
(375/482) Purging qt5-qtspeech (5.15.6_git20220907-r0)
(376/482) Purging qt5-qtmultimedia (5.15.6_git20220907-r0)
(377/482) Purging gst-plugins-base (1.20.4-r1)
(378/482) Purging libxv (1.0.12-r0)
(379/482) Purging cdparanoia-libs (10.2-r11)
(380/482) Purging graphene (1.10.8-r1)
(381/482) Purging gstreamer (1.20.4-r0)
(382/482) Purging ffmpeg-libs (5.1.2-r3)
(383/482) Purging libtheora (1.1.1-r16)
(384/482) Purging libpulse (16.1-r6)
(385/482) Purging libsndfile (1.1.0-r2)
(386/482) Purging libcanberra (0.30-r9)
(387/482) Purging sound-theme-freedesktop (0.8-r0)
(388/482) Purging libvorbis (1.3.7-r0)
(389/482) Purging flac-libs (1.4.2-r0)
(390/482) Purging libogg (1.3.5-r1)
(391/482) Purging opus (1.3.1-r1)
(392/482) Purging orc (0.4.33-r0)
(393/482) Purging libltdl (2.4.7-r0)
(394/482) Purging solid-libs (9999_git1670061251-r0)
(395/482) Purging sonnet (9999_git1670061260-r0)
(396/482) Purging hunspell (1.7.1-r0)
(397/482) Purging libhunspell (1.7.1-r0)
(398/482) Purging kactivities-libs (9999_git1670060521-r0)
(399/482) Purging kdnssd (9999_git1670060752-r0)
(400/482) Purging avahi (0.8-r6)
(401/482) Purging libdaemon (0.14-r3)
(402/482) Purging libevent (2.1.12-r5)
(403/482) Purging syntax-highlighting (9999_git1670061279-r0)
(404/482) Purging kdsoap (2.1.1-r0)
(405/482) Purging libmtp (1.1.20-r2)
(406/482) Purging libusb (1.0.26-r0)
(407/482) Purging qt5-qttools (5.15.6_git20220907-r1)
(408/482) Purging clang15-libclang (15.0.6-r0)
(409/482) Purging libsmbclient (4.16.7-r1)
(410/482) Purging samba-libs (4.16.7-r1)
(411/482) Purging samba-util-libs (4.16.7-r1)
(412/482) Purging ldb (2.5.2-r1)
(413/482) Purging tevent (0.13.0-r1)
(414/482) Purging talloc (2.3.4-r1)
(415/482) Purging jansson (2.14-r0)
(416/482) Purging libldap (2.6.3-r6)
(417/482) Purging libsasl (2.1.28-r3)
(418/482) Purging lmdb (0.9.29-r2)
(419/482) Purging tdb-libs (1.4.7-r1)
(420/482) Purging linux-pam (1.5.2-r1)
(421/482) Purging libwbclient (4.16.7-r1)
(422/482) Purging libssh (0.10.4-r0)
(423/482) Purging kirigami2-libs (9999_git1670230397-r1)
(424/482) Purging qt5-qtquickcontrols2 (5.15.6_git20220907-r0)
(425/482) Purging qt5-qtgraphicaleffects (5.15.6_git20220816-r0)
(426/482) Purging libxkbfile (1.1.1-r0)
(427/482) Purging libxfont2 (2.0.6-r0)
(428/482) Purging libfontenc (1.1.6-r0)
(429/482) Purging libtirpc-nokrb (1.3.3-r0)
(430/482) Purging libtirpc-conf (1.3.3-r0)
(431/482) Purging libxcvt (0.1.2-r0)
(432/482) Purging kwayland (9999_git1670061127-r0)
(433/482) Purging layer-shell-qt (9999_git1666447153-r0)
(434/482) Purging pipewire-libs (0.3.61-r0)
(435/482) Purging libqaccessibilityclient (0.4.1-r1)
(436/482) Purging xcb-util-cursor (0.1.4-r0)
(437/482) Purging threadweaver (9999_git1670061289-r0)
(438/482) Purging unixodbc (2.3.11-r0)
(439/482) Purging exiv2 (0.27.5-r1)
(440/482) Purging taglib (1.13-r0)
(441/482) Purging sdl2 (2.26.1-r0)
(442/482) Purging svt-av1-libs (1.4.0-r0)
(443/482) Purging aom-libs (3.5.0-r0)
(444/482) Purging libass (0.17.0-r0)
(445/482) Purging libdav1d (1.0.0-r2)
(446/482) Purging libjxl (0.7.0-r0)
(447/482) Purging lame (3.100-r2)
(448/482) Purging libasyncns (0.8-r1)
(449/482) Purging soxr (0.1.3-r3)
(450/482) Purging speexdsp (1.2.1-r0)
(451/482) Purging librist (0.2.7-r0)
(452/482) Purging cjson (1.7.15-r3)
(453/482) Purging mbedtls (2.28.1-r1)
(454/482) Purging libsrt (1.5.1-r0)
(455/482) Purging v4l-utils-libs (1.22.1-r2)
(456/482) Purging libva (2.16.0-r0)
(457/482) Purging libvdpau (1.5-r0)
(458/482) Purging vidstab (1.1.0-r2)
(459/482) Purging libvpx (1.12.0-r1)
(460/482) Purging x264-libs (0.164_git20220602-r0)
(461/482) Purging x265-libs (3.5-r3)
(462/482) Purging numactl (2.0.16-r0)
(463/482) Purging xvidcore (1.3.7-r1)
(464/482) Purging libzmq (4.3.4-r1)
(465/482) Purging libsodium (1.0.18-r2)
(466/482) Purging gtk+2.0 (2.24.33-r8)
Executing gtk+2.0-2.24.33-r8.post-deinstall
(467/482) Purging gpgme (1.18.0-r1)
(468/482) Purging gpg (2.2.40-r0)
(469/482) Purging gpg-agent (2.2.40-r0)
(470/482) Purging gpgsm (2.2.40-r0)
(471/482) Purging gnupg-gpgconf (2.2.40-r0)
(472/482) Purging pinentry (1.2.1-r0)
(473/482) Purging libassuan (2.5.5-r1)
(474/482) Purging npth (1.6-r2)
(475/482) Purging libksba (1.6.2-r0)
(476/482) Purging libgpg-error-dev (1.46-r1)
(477/482) Purging boost1.80-filesystem (1.80.0-r4)
(478/482) Purging boost1.80-thread (1.80.0-r4)
(479/482) Purging pcre (8.45-r2)
(480/482) Purging nspr (4.35-r0)
(481/482) Purging libmnl (1.0.5-r0)
(482/482) Purging libidn2 (2.3.4-r0)
Executing busybox-1.35.0-r29.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
Executing fontconfig-2.14.1-r0.trigger
OK: 1041 MiB in 291 packages
❌ Build failed at step build-plasma-workspace-abuild: Error: Command failed: cd /home/swadmin/jenkins/workspace/plasma-mobile-nightly-alpine-aarch64/workdir/prolinux-nightly/plasma-workspace && abuild -F build
Command exited with non-zero status 1
real	2h 18m 31s
user	3h 18m 41s
sys	59m 49.57s
Build step 'Execute shell' marked build as failure
[Set GitHub commit status (universal)] ERROR on repos [GHRepository@59dab89f[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-aarch64
Setting commit status on GitHub for https://github.com/Sineware/plasma-mobile-nightly/commit/3fa0b43488f9618c51105abb65da678b000cf528
Sending notification to Discord.
Finished: FAILURE