CONSOLE OUTPUT
|
[...truncated 393 lines...] |
[2021-04-18T12:04:26.162Z] QObject::connect(job, &KJob::finished, this, [this, job, id] { |
[2021-04-18T12:04:26.162Z] ^~~~~ |
[2021-04-18T12:04:26.162Z] /usr/home/jenkins/workspace/Plasma/plasma-browser-integration/kf5-qt5 FreeBSDQt5.15/host/downloadplugin.cpp:86:61: warning: lambda capture 'job' is not used [-Wunused-lambda-capture] |
[2021-04-18T12:04:26.162Z] QObject::connect(job, &KJob::finished, this, [this, job, id] { |
[2021-04-18T12:04:26.162Z] ^~~~~ |
[2021-04-18T12:04:26.162Z] /usr/home/jenkins/workspace/Plasma/plasma-browser-integration/kf5-qt5 FreeBSDQt5.15/host/downloadplugin.cpp:86:66: warning: lambda capture 'id' is not used [-Wunused-lambda-capture] |
[2021-04-18T12:04:26.162Z] QObject::connect(job, &KJob::finished, this, [this, job, id] { |
[2021-04-18T12:04:26.162Z] ~~^~ |
[2021-04-18T12:04:26.162Z] /usr/home/jenkins/workspace/Plasma/plasma-browser-integration/kf5-qt5 FreeBSDQt5.15/host/pluginmanager.cpp:75:9: error: use of undeclared identifier 'emit'; did you mean 'exit'? |
[2021-04-18T12:04:26.162Z] emit pluginUnloaded(plugin); |
[2021-04-18T12:04:26.162Z] ^~~~ |
[2021-04-18T12:04:26.162Z] exit |
[2021-04-18T12:04:26.162Z] /usr/include/stdlib.h:97:17: note: 'exit' declared here |
[2021-04-18T12:04:26.162Z] _Noreturn void exit(int); |
[2021-04-18T12:04:26.162Z] ^ |
[2021-04-18T12:04:26.162Z] /usr/home/jenkins/workspace/Plasma/plasma-browser-integration/kf5-qt5 FreeBSDQt5.15/host/pluginmanager.cpp:75:13: error: expected ';' after _expression_ |
[2021-04-18T12:04:26.162Z] emit pluginUnloaded(plugin); |
[2021-04-18T12:04:26.162Z] ^ |
[2021-04-18T12:04:26.162Z] ; |
[2021-04-18T12:04:26.163Z] /usr/home/jenkins/workspace/Plasma/plasma-browser-integration/kf5-qt5 FreeBSDQt5.15/host/pluginmanager.cpp:75:9: warning: _expression_ result unused [-Wunused-value] |
[2021-04-18T12:04:26.163Z] emit pluginUnloaded(plugin); |
[2021-04-18T12:04:26.163Z] ^~~~ |
[2021-04-18T12:04:26.438Z] 1 warning and 2 errors generated. |
[2021-04-18T12:04:26.438Z] gmake[2]: *** [host/CMakeFiles/plasma-browser-integration-host.dir/build.make:141: host/CMakeFiles/plasma-browser-integration-host.dir/connection.cpp.o] Error 1 |
[2021-04-18T12:04:26.438Z] gmake[2]: *** Waiting for unfinished jobs.... |
[2021-04-18T12:04:26.438Z] 2 warnings and 4 errors generated. |
[2021-04-18T12:04:26.438Z] gmake[2]: *** [host/CMakeFiles/plasma-browser-integration-host.dir/build.make:154: host/CMakeFiles/plasma-browser-integration-host.dir/pluginmanager.cpp.o] Error 1 |
[2021-04-18T12:04:26.731Z] 3 warnings generated. |
[2021-04-18T12:04:26.731Z] /usr/home/jenkins/workspace/Plasma/plasma-browser-integration/kf5-qt5 FreeBSDQt5.15/host/settings.cpp:182:9: error: use of undeclared identifier 'emit'; did you mean 'exit'? |
[2021-04-18T12:04:26.731Z] emit changed(data); |
[2021-04-18T12:04:26.731Z] ^~~~ |
[2021-04-18T12:04:26.731Z] exit |
[2021-04-18T12:04:26.731Z] /usr/include/stdlib.h:97:17: note: 'exit' declared here |
[2021-04-18T12:04:26.731Z] _Noreturn void exit(int); |
[2021-04-18T12:04:26.731Z] ^ |
[2021-04-18T12:04:26.731Z] /usr/home/jenkins/workspace/Plasma/plasma-browser-integration/kf5-qt5 FreeBSDQt5.15/host/settings.cpp:182:13: error: expected ';' after _expression_ |
[2021-04-18T12:04:26.731Z] emit changed(data); |
[2021-04-18T12:04:26.731Z] ^ |
[2021-04-18T12:04:26.731Z] ; |
[2021-04-18T12:04:26.731Z] /usr/home/jenkins/workspace/Plasma/plasma-browser-integration/kf5-qt5 FreeBSDQt5.15/host/settings.cpp:182:9: warning: _expression_ result unused [-Wunused-value] |
[2021-04-18T12:04:26.731Z] emit changed(data); |
[2021-04-18T12:04:26.731Z] ^~~~ |
[2021-04-18T12:04:27.004Z] 1 warning and 2 errors generated. |
[2021-04-18T12:04:27.004Z] gmake[2]: *** [host/CMakeFiles/plasma-browser-integration-host.dir/build.make:167: host/CMakeFiles/plasma-browser-integration-host.dir/settings.cpp.o] Error 1 |
[2021-04-18T12:04:27.274Z] [ 76%] Linking CXX shared module ../bin/browserintegrationreminder.so |
[2021-04-18T12:04:27.575Z] [ 76%] Built target browserintegrationreminder |
[2021-04-18T12:04:27.863Z] /usr/home/jenkins/workspace/Plasma/plasma-browser-integration/kf5-qt5 FreeBSDQt5.15/host/downloadjob.cpp:55:5: error: use of undeclared identifier 'emit'; did you mean 'exit'? |
[2021-04-18T12:04:27.863Z] emit killRequested(); |
[2021-04-18T12:04:27.863Z] ^~~~ |
[2021-04-18T12:04:27.863Z] exit |
[2021-04-18T12:04:27.863Z] /usr/include/stdlib.h:97:17: note: 'exit' declared here |
[2021-04-18T12:04:27.863Z] _Noreturn void exit(int); |
[2021-04-18T12:04:27.863Z] ^ |
[2021-04-18T12:04:27.863Z] /usr/home/jenkins/workspace/Plasma/plasma-browser-integration/kf5-qt5 FreeBSDQt5.15/host/downloadjob.cpp:55:9: error: expected ';' after _expression_ |
[2021-04-18T12:04:27.863Z] emit killRequested(); |
[2021-04-18T12:04:27.863Z] ^ |
[2021-04-18T12:04:27.863Z] ; |
[2021-04-18T12:04:27.863Z] /usr/home/jenkins/workspace/Plasma/plasma-browser-integration/kf5-qt5 FreeBSDQt5.15/host/downloadjob.cpp:55:5: warning: _expression_ result unused [-Wunused-value] |
[2021-04-18T12:04:27.863Z] emit killRequested(); |
[2021-04-18T12:04:27.863Z] ^~~~ |
[2021-04-18T12:04:27.863Z] /usr/home/jenkins/workspace/Plasma/plasma-browser-integration/kf5-qt5 FreeBSDQt5.15/host/downloadjob.cpp:63:5: error: use of undeclared identifier 'emit'; did you mean 'exit'? |
[2021-04-18T12:04:27.863Z] emit suspendRequested(); |
[2021-04-18T12:04:27.863Z] ^~~~ |
[2021-04-18T12:04:27.863Z] exit |
[2021-04-18T12:04:27.863Z] /usr/include/stdlib.h:97:17: note: 'exit' declared here |
[2021-04-18T12:04:27.863Z] _Noreturn void exit(int); |
[2021-04-18T12:04:27.863Z] ^ |
[2021-04-18T12:04:27.863Z] /usr/home/jenkins/workspace/Plasma/plasma-browser-integration/kf5-qt5 FreeBSDQt5.15/host/downloadjob.cpp:63:9: error: expected ';' after _expression_ |
[2021-04-18T12:04:27.863Z] emit suspendRequested(); |
[2021-04-18T12:04:27.863Z] ^ |
[2021-04-18T12:04:27.863Z] ; |
[2021-04-18T12:04:27.863Z] /usr/home/jenkins/workspace/Plasma/plasma-browser-integration/kf5-qt5 FreeBSDQt5.15/host/downloadjob.cpp:63:5: warning: _expression_ result unused [-Wunused-value] |
[2021-04-18T12:04:27.863Z] emit suspendRequested(); |
[2021-04-18T12:04:27.863Z] ^~~~ |
[2021-04-18T12:04:27.863Z] /usr/home/jenkins/workspace/Plasma/plasma-browser-integration/kf5-qt5 FreeBSDQt5.15/host/downloadjob.cpp:69:5: error: use of undeclared identifier 'emit'; did you mean 'exit'? |
[2021-04-18T12:04:27.863Z] emit resumeRequested(); |
[2021-04-18T12:04:27.863Z] ^~~~ |
[2021-04-18T12:04:27.863Z] exit |
[2021-04-18T12:04:27.863Z] /usr/include/stdlib.h:97:17: note: 'exit' declared here |
[2021-04-18T12:04:27.863Z] _Noreturn void exit(int); |
[2021-04-18T12:04:27.863Z] ^ |
[2021-04-18T12:04:27.863Z] /usr/home/jenkins/workspace/Plasma/plasma-browser-integration/kf5-qt5 FreeBSDQt5.15/host/downloadjob.cpp:69:9: error: expected ';' after _expression_ |
[2021-04-18T12:04:27.863Z] emit resumeRequested(); |
[2021-04-18T12:04:27.863Z] ^ |
[2021-04-18T12:04:27.863Z] ; |
[2021-04-18T12:04:27.863Z] /usr/home/jenkins/workspace/Plasma/plasma-browser-integration/kf5-qt5 FreeBSDQt5.15/host/downloadjob.cpp:69:5: warning: _expression_ result unused [-Wunused-value] |
[2021-04-18T12:04:27.863Z] emit resumeRequested(); |
[2021-04-18T12:04:27.863Z] ^~~~ |
[2021-04-18T12:04:27.863Z] 3 warnings and 6 errors generated. |
[2021-04-18T12:04:27.863Z] gmake[2]: *** [host/CMakeFiles/plasma-browser-integration-host.dir/build.make:245: host/CMakeFiles/plasma-browser-integration-host.dir/downloadjob.cpp.o] Error 1 |
[2021-04-18T12:04:28.438Z] gmake[1]: *** [CMakeFiles/Makefile2:220: host/CMakeFiles/plasma-browser-integration-host.dir/all] Error 2 |
[2021-04-18T12:04:28.438Z] gmake: *** [Makefile:160: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2021-04-18T12:04:28.462Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |