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


CONSOLE OUTPUT
[...truncated 896 lines...]
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] /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:17:04.180Z] if (dest_file.write(buffer, n) != n) {
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] /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:17:04.180Z] processed_size += n;
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] /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:17:04.180Z] processed_size += n;
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] /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:17:04.180Z] processedSize(processed_size);
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] /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:17:04.180Z] }
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] /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:17:04.180Z] if (!copyXattrs(src_file.handle(), dest_file.handle())) {
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] /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:17:04.180Z] src_file.close();
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] /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:17:04.180Z] src_file.close();
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] /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:17:04.180Z] dest_file.flush(); // so the write() happens before futimes()
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] /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:17:04.180Z] dest_file.flush(); // so the write() happens before futimes()
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] /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:17:04.180Z] if (!wasKilled()) {
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] /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:17:04.180Z] dest_file.close();
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] /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:17:04.180Z] dest_file.close();
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] /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:17:04.180Z] if (wasKilled()) {
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] /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:17:04.180Z] if (dest_file.error() != QFile::NoError) {
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] /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:17:04.180Z] if (_mode == -1) {
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] /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:17:04.180Z] if ((::chmod(_dest.data(), _mode) != 0)
[2021-08-13T14:17:04.180Z] ^
[2021-08-13T14:17:04.180Z] fatal error: too many errors emitted, stopping now [-ferror-limit=]
[2021-08-13T14:17:04.180Z] [ 27%] Building CXX object src/ioslaves/file/kauth/CMakeFiles/file_helper.dir/fdsender.cpp.o
[2021-08-13T14:17:04.180Z] 20 errors generated.
[2021-08-13T14:17:04.447Z] 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:17:04.447Z] gmake[2]: *** Waiting for unfinished jobs....
[2021-08-13T14:17:04.447Z] gmake[1]: *** [CMakeFiles/Makefile2:3285: src/ioslaves/file/CMakeFiles/kio_file.dir/all] Error 2
[2021-08-13T14:17:04.447Z] gmake[1]: *** Waiting for unfinished jobs....
[2021-08-13T14:17:04.447Z] [ 27%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/faviconrequestjob.cpp.o
[2021-08-13T14:17:04.447Z] [ 27%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/openurljob.cpp.o
[2021-08-13T14:17:04.722Z] [ 27%] Linking CXX shared module ../../../bin/kf5/kio/kio_help.so
[2021-08-13T14:17:04.722Z] [ 28%] Building CXX object src/ioslaves/http/CMakeFiles/kio_http.dir/httpfilter.cpp.o
[2021-08-13T14:17:05.348Z] [ 28%] Built target kio_help
[2021-08-13T14:17:05.348Z] [ 28%] Building CXX object src/ioslaves/trash/CMakeFiles/kio_trash.dir/kio_trash.cpp.o
[2021-08-13T14:17:05.623Z] [ 28%] Linking CXX executable ../../../../bin/file_helper
[2021-08-13T14:17:05.623Z] [ 29%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/openwithhandlerinterface.cpp.o
[2021-08-13T14:17:06.026Z] [ 29%] Built target file_helper
[2021-08-13T14:17:06.026Z] [ 29%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/openorexecutefileinterface.cpp.o
[2021-08-13T14:17:06.026Z] In file included from /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/http/httpauthentication.cpp:14:
[2021-08-13T14:17:06.026Z] /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:17:06.027Z] #warning "this file includes <gssapi.h> which is deprecated, use <gssapi/gssapi.h> instead"
[2021-08-13T14:17:06.027Z] ^
[2021-08-13T14:17:06.027Z] [ 29%] Building CXX object src/ioslaves/trash/CMakeFiles/kio_trash.dir/trashimpl.cpp.o
[2021-08-13T14:17:07.094Z] 1 warning generated.
[2021-08-13T14:17:07.094Z] [ 29%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/kprocessrunner.cpp.o
[2021-08-13T14:17:07.094Z] [ 29%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/kterminallauncherjob.cpp.o
[2021-08-13T14:17:07.094Z] [ 29%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/kiogui_debug.cpp.o
[2021-08-13T14:17:07.384Z] [ 29%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/favicons_debug.cpp.o
[2021-08-13T14:17:07.384Z] [ 29%] Building CXX object src/ioslaves/trash/CMakeFiles/kio_trash.dir/discspaceutil.cpp.o
[2021-08-13T14:17:07.657Z] [ 30%] Building CXX object src/ioslaves/trash/CMakeFiles/kio_trash.dir/trashsizecache.cpp.o
[2021-08-13T14:17:07.657Z] [ 31%] Linking CXX shared module ../../../bin/kf5/kio/kio_ftp.so
[2021-08-13T14:17:07.954Z] [ 31%] Built target kio_ftp
[2021-08-13T14:17:07.954Z] [ 31%] Building CXX object src/ioslaves/trash/CMakeFiles/kio_trash.dir/kinterprocesslock.cpp.o
[2021-08-13T14:17:08.241Z] [ 31%] Building CXX object src/ioslaves/trash/CMakeFiles/kio_trash.dir/kiotrashdebug.cpp.o
[2021-08-13T14:17:09.707Z] [ 31%] Linking CXX shared module ../../../bin/kf5/kio/kio_http.so
[2021-08-13T14:17:09.968Z] [ 31%] Built target kio_http
[2021-08-13T14:17:10.241Z] [ 31%] Linking CXX shared module ../../../bin/kf5/kio/kio_trash.so
[2021-08-13T14:17:10.516Z] [ 31%] Linking CXX shared library ../../bin/libKF5KIOGui.so
[2021-08-13T14:17:10.516Z] [ 31%] Built target kio_trash
[2021-08-13T14:17:11.100Z] [ 31%] Built target KF5KIOGui
[2021-08-13T14:17:11.100Z] gmake: *** [Makefile:146: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-08-13T14:17:11.167Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to