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


CONSOLE OUTPUT
[...truncated 907 lines...]
[2021-08-13T14:18:24.818Z] [ 30%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/openwithhandlerinterface.cpp.o
[2021-08-13T14:18:24.818Z] [ 30%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/openorexecutefileinterface.cpp.o
[2021-08-13T14:18:25.100Z] [ 30%] Built target kio_ftp
[2021-08-13T14:18:25.100Z] [ 30%] Building CXX object src/ioslaves/trash/CMakeFiles/kcm_trash.dir/kcmtrash.cpp.o
[2021-08-13T14:18:25.100Z] [ 30%] Building CXX object src/ioslaves/trash/CMakeFiles/kio_trash.dir/trashimpl.cpp.o
[2021-08-13T14:18:25.362Z] 1 warning generated.
[2021-08-13T14:18:25.362Z] [ 30%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/kprocessrunner.cpp.o
[2021-08-13T14:18:25.362Z] [ 30%] Linking CXX executable ../../../bin/ktrash5
[2021-08-13T14:18:25.633Z] [ 30%] Built target ktrash5
[2021-08-13T14:18:25.633Z] [ 30%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/kterminallauncherjob.cpp.o
[2021-08-13T14:18:25.633Z] /usr/home/jenkins/workspace/Frameworks/kio/kf5-qt5 FreeBSDQt5.15/src/ioslaves/file/file_unix.cpp:873:21: error: 'continue' statement not in loop statement
[2021-08-13T14:18:25.633Z] continue;
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] if (n == 0) {
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] if (dest_file.write(buffer, n) != n) {
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] processed_size += n;
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] processed_size += n;
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] processedSize(processed_size);
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] }
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] if (!copyXattrs(src_file.handle(), dest_file.handle())) {
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] src_file.close();
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] src_file.close();
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] dest_file.flush(); // so the write() happens before futimes()
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] dest_file.flush(); // so the write() happens before futimes()
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] if (!wasKilled()) {
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] dest_file.close();
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] dest_file.close();
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] if (wasKilled()) {
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] if (dest_file.error() != QFile::NoError) {
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] if (_mode == -1) {
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] /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:18:25.633Z] if ((::chmod(_dest.data(), _mode) != 0)
[2021-08-13T14:18:25.633Z] ^
[2021-08-13T14:18:25.633Z] fatal error: too many errors emitted, stopping now [-ferror-limit=]
[2021-08-13T14:18:25.634Z] 20 errors generated.
[2021-08-13T14:18:25.634Z] 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:18:25.634Z] gmake[1]: *** [CMakeFiles/Makefile2:3285: src/ioslaves/file/CMakeFiles/kio_file.dir/all] Error 2
[2021-08-13T14:18:25.634Z] gmake[1]: *** Waiting for unfinished jobs....
[2021-08-13T14:18:25.634Z] [ 30%] Building CXX object src/ioslaves/trash/CMakeFiles/kcm_trash.dir/trashimpl.cpp.o
[2021-08-13T14:18:25.891Z] [ 30%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/kiogui_debug.cpp.o
[2021-08-13T14:18:26.167Z] [ 30%] Building CXX object src/gui/CMakeFiles/KF5KIOGui.dir/favicons_debug.cpp.o
[2021-08-13T14:18:26.167Z] [ 30%] Building CXX object src/ioslaves/trash/CMakeFiles/kcm_trash.dir/discspaceutil.cpp.o
[2021-08-13T14:18:26.167Z] [ 30%] Building CXX object src/ioslaves/trash/CMakeFiles/kio_trash.dir/discspaceutil.cpp.o
[2021-08-13T14:18:26.427Z] [ 31%] Building CXX object src/ioslaves/trash/CMakeFiles/kio_trash.dir/trashsizecache.cpp.o
[2021-08-13T14:18:27.008Z] [ 31%] Linking CXX shared module ../../../bin/kf5/kio/kio_http.so
[2021-08-13T14:18:27.008Z] [ 31%] Built target kio_http
[2021-08-13T14:18:27.008Z] [ 31%] Building CXX object src/ioslaves/trash/CMakeFiles/kio_trash.dir/kinterprocesslock.cpp.o
[2021-08-13T14:18:27.266Z] [ 31%] Building CXX object src/ioslaves/trash/CMakeFiles/kcm_trash.dir/trashsizecache.cpp.o
[2021-08-13T14:18:27.266Z] [ 31%] Building CXX object src/ioslaves/trash/CMakeFiles/kcm_trash.dir/kinterprocesslock.cpp.o
[2021-08-13T14:18:27.266Z] [ 32%] Building CXX object src/ioslaves/trash/CMakeFiles/kcm_trash.dir/kiotrashdebug.cpp.o
[2021-08-13T14:18:27.266Z] [ 32%] Building CXX object src/ioslaves/trash/CMakeFiles/kio_trash.dir/kiotrashdebug.cpp.o
[2021-08-13T14:18:27.530Z] [ 32%] Linking CXX shared library ../../bin/libKF5KIOGui.so
[2021-08-13T14:18:27.789Z] [ 32%] Built target KF5KIOGui
[2021-08-13T14:18:28.356Z] [ 32%] Linking CXX shared module ../../../bin/kcm_trash.so
[2021-08-13T14:18:28.356Z] [ 32%] Linking CXX shared module ../../../bin/kf5/kio/kio_trash.so
[2021-08-13T14:18:28.356Z] [ 32%] Built target kcm_trash
[2021-08-13T14:18:28.356Z] [ 32%] Built target kio_trash
[2021-08-13T14:18:28.356Z] gmake: *** [Makefile:146: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-08-13T14:18:28.632Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to