BUILD FAILURE
Build URL https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20FreeBSDQt5.15/1008/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Fri, 13 Aug 2021 14:13:51 +0000
Build duration: 1 min 12 sec and counting


CONSOLE OUTPUT
[...truncated 886 lines...]
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:904:13: error: expected unqualified-id
[2021-08-13T14:14:49.919Z] if (n == 0) {
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:910:17: error: expected unqualified-id
[2021-08-13T14:14:49.919Z] if (dest_file.write(buffer, n) != n) {
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:932:17: error: unknown type name 'processed_size'
[2021-08-13T14:14:49.919Z] processed_size += n;
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:932:32: error: expected unqualified-id
[2021-08-13T14:14:49.919Z] processed_size += n;
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:936:13: error: unknown type name 'processedSize'
[2021-08-13T14:14:49.919Z] processedSize(processed_size);
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:937:9: error: extraneous closing brace ('}')
[2021-08-13T14:14:49.919Z] }
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:944:5: error: expected unqualified-id
[2021-08-13T14:14:49.919Z] if (!copyXattrs(src_file.handle(), dest_file.handle())) {
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:949:5: error: unknown type name 'src_file'
[2021-08-13T14:14:49.919Z] src_file.close();
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:949:13: error: cannot use dot operator on a type
[2021-08-13T14:14:49.919Z] src_file.close();
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:951:5: error: unknown type name 'dest_file'
[2021-08-13T14:14:49.919Z] dest_file.flush(); // so the write() happens before futimes()
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:951:14: error: cannot use dot operator on a type
[2021-08-13T14:14:49.919Z] dest_file.flush(); // so the write() happens before futimes()
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:954:5: error: expected unqualified-id
[2021-08-13T14:14:49.919Z] if (!wasKilled()) {
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] [ 27%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/applicationlauncherjob.cpp.o
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:976:5: error: unknown type name 'dest_file'
[2021-08-13T14:14:49.919Z] dest_file.close();
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:976:14: error: cannot use dot operator on a type
[2021-08-13T14:14:49.919Z] dest_file.close();
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:978:5: error: expected unqualified-id
[2021-08-13T14:14:49.919Z] if (wasKilled()) {
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:987:5: error: expected unqualified-id
[2021-08-13T14:14:49.919Z] if (dest_file.error() != QFile::NoError) {
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:1003:5: error: expected unqualified-id
[2021-08-13T14:14:49.919Z] if (_mode == -1) {
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:1007:5: error: expected unqualified-id
[2021-08-13T14:14:49.919Z] if ((::chmod(_dest.data(), _mode) != 0)
[2021-08-13T14:14:49.919Z] ^
[2021-08-13T14:14:49.919Z] fatal error: too many errors emitted, stopping now [-ferror-limit=]
[2021-08-13T14:14:49.919Z] 20 errors generated.
[2021-08-13T14:14:50.217Z] gmake[2]: *** [src/ioslaves/file/CMakeFiles/kio_file.dir/build.make:104: src/ioslaves/file/CMakeFiles/kio_file.dir/file_unix.cpp.o] Error 1
[2021-08-13T14:14:50.217Z] gmake[1]: *** [CMakeFiles/Makefile2:3285: src/ioslaves/file/CMakeFiles/kio_file.dir/all] Error 2
[2021-08-13T14:14:50.217Z] gmake[1]: *** Waiting for unfinished jobs....
[2021-08-13T14:14:50.217Z] [ 28%] Building CXX object src/ioslaves/http/CMakeFiles/kio_http.dir/httpfilter.cpp.o
[2021-08-13T14:14:50.509Z] [ 28%] Building CXX object src/ioslaves/ftp/CMakeFiles/kio_ftp.dir/ftp.cpp.o
[2021-08-13T14:14:50.509Z] [ 28%] Building CXX object src/ioslaves/help/CMakeFiles/kio_help.dir/main.cpp.o
[2021-08-13T14:14:50.839Z] [ 28%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/commandlauncherjob.cpp.o
[2021-08-13T14:14:50.839Z] In file included from /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/http/httpauthentication.cpp:14:
[2021-08-13T14:14:50.839Z] /usr/include/gssapi.h:3:2: warning: "this file includes <gssapi.h> which is deprecated, use <gssapi/gssapi.h> instead" [-W#warnings]
[2021-08-13T14:14:50.839Z] #warning "this file includes <gssapi.h> which is deprecated, use <gssapi/gssapi.h> instead"
[2021-08-13T14:14:50.839Z] ^
[2021-08-13T14:14:51.524Z] [ 28%] Linking CXX executable ../../../bin/kio_http_cache_cleaner
[2021-08-13T14:14:51.813Z] [ 28%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/faviconrequestjob.cpp.o
[2021-08-13T14:14:51.813Z] [ 28%] Linking CXX shared module ../../../bin/kf5/kio/kio_ghelp.so
[2021-08-13T14:14:52.115Z] [ 28%] Built target kio_http_cache_cleaner
[2021-08-13T14:14:52.115Z] [ 28%] Building CXX object src/ioslaves/help/CMakeFiles/kio_help.dir/xslt_help.cpp.o
[2021-08-13T14:14:52.427Z] [ 28%] Built target kio_ghelp
[2021-08-13T14:14:52.427Z] [ 29%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/openwithhandlerinterface.cpp.o
[2021-08-13T14:14:52.427Z] [ 29%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/openurljob.cpp.o
[2021-08-13T14:14:53.078Z] 1 warning generated.
[2021-08-13T14:14:53.078Z] [ 29%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/openorexecutefileinterface.cpp.o
[2021-08-13T14:14:53.767Z] [ 29%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/kprocessrunner.cpp.o
[2021-08-13T14:14:54.039Z] [ 29%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/kterminallauncherjob.cpp.o
[2021-08-13T14:14:55.035Z] [ 29%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/kiogui_debug.cpp.o
[2021-08-13T14:14:55.352Z] [ 29%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/favicons_debug.cpp.o
[2021-08-13T14:14:55.994Z] [ 29%] Linking CXX shared module ../../../bin/kf5/kio/kio_help.so
[2021-08-13T14:14:56.274Z] [ 29%] Built target kio_help
[2021-08-13T14:14:56.570Z] [ 30%] Linking CXX shared module ../../../bin/kf5/kio/kio_ftp.so
[2021-08-13T14:14:56.907Z] [ 30%] Built target kio_ftp
[2021-08-13T14:14:56.907Z] [ 30%] Linking CXX shared module ../../../bin/kf5/kio/kio_http.so
[2021-08-13T14:14:57.227Z] [ 30%] Built target kio_http
[2021-08-13T14:14:57.818Z] [ 30%] Linking CXX shared library ../../bin/libKF5KIOGui.so
[2021-08-13T14:14:58.100Z] [ 30%] Built target KF5KIOGui
[2021-08-13T14:14:58.100Z] gmake: *** [Makefile:146: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-08-13T14:14:58.119Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to