BUILD FAILURE
Build URL https://build.kde.org/job/Frameworks%20kdnssd%20kf5-qt5%20FreeBSDQt5.7/22/
Project: Frameworks kdnssd kf5-qt5 FreeBSDQt5.7
Date of build: Fri, 01 Dec 2017 12:47:44 +0000
Build duration: 2 min 26 sec and counting

CONSOLE OUTPUT
[...truncated 145.45 KB...]
gmake[2]: *** [src/CMakeFiles/KF5DNSSD.dir/build.make:216: src/CMakeFiles/KF5DNSSD.dir/avahi-servicebrowser.cpp.o] Error 1
/usr/home/jenkins/workspace/Frameworks kdnssd kf5-qt5 FreeBSDQt5.7/src/avahi_server_interface.cpp:46:16: error: calling a private constructor of class 'QString'
return QUrl::toAce(domain);
^
/usr/local/include/qt5/QtCore/qstring.h:798:5: note: declared private here
QString(const QByteArray &a);
^
/usr/home/jenkins/workspace/Frameworks kdnssd kf5-qt5 FreeBSDQt5.7/src/avahi-publicservice.cpp:45:21: error: 'operator=' is a private member of 'QString'
d->m_domain = "local.";
~~~~~~~~~~~ ^ ~~~~~~~~
/usr/local/include/qt5/QtCore/qstring.h:799:14: note: declared private here
QString &operator=(const char *ch);
^
/usr/home/jenkins/workspace/Frameworks kdnssd kf5-qt5 FreeBSDQt5.7/src/avahi-publicservice.cpp:164:59: error: calling a private constructor of class 'QString'
m_group = new org::freedesktop::Avahi::EntryGroup("org.freedesktop.Avahi", rep.value().path(), QDBusConnection::systemBus());
^
/usr/local/include/qt5/QtCore/qstring.h:797:5: note: declared private here
QString(const char *ch);
^
/usr/home/jenkins/workspace/Frameworks kdnssd kf5-qt5 FreeBSDQt5.7/src/avahi-publicservice.cpp:244:59: error: calling a private constructor of class 'QString'
d->m_server = new org::freedesktop::Avahi::Server("org.freedesktop.Avahi", "/", QDBusConnection::systemBus());
^
/usr/local/include/qt5/QtCore/qstring.h:797:5: note: declared private here
QString(const char *ch);
^
/usr/home/jenkins/workspace/Frameworks kdnssd kf5-qt5 FreeBSDQt5.7/src/avahi-publicservice.cpp:244:84: error: calling a private constructor of class 'QString'
d->m_server = new org::freedesktop::Avahi::Server("org.freedesktop.Avahi", "/", QDBusConnection::systemBus());
^
/usr/local/include/qt5/QtCore/qstring.h:797:5: note: declared private here
QString(const char *ch);
^
1 error generated.
gmake[2]: *** [src/CMakeFiles/KF5DNSSD.dir/build.make:312: src/CMakeFiles/KF5DNSSD.dir/avahi_server_interface.cpp.o] Error 1
/usr/home/jenkins/workspace/Frameworks kdnssd kf5-qt5 FreeBSDQt5.7/src/avahi-remoteservice.cpp:60:39: error: calling a private constructor of class 'QString'
org::freedesktop::Avahi::Server s("org.freedesktop.Avahi", "/", QDBusConnection::systemBus());
^
/usr/local/include/qt5/QtCore/qstring.h:797:5: note: declared private here
QString(const char *ch);
^
/usr/home/jenkins/workspace/Frameworks kdnssd kf5-qt5 FreeBSDQt5.7/src/avahi-remoteservice.cpp:60:64: error: calling a private constructor of class 'QString'
org::freedesktop::Avahi::Server s("org.freedesktop.Avahi", "/", QDBusConnection::systemBus());
^
/usr/local/include/qt5/QtCore/qstring.h:797:5: note: declared private here
QString(const char *ch);
^
/usr/home/jenkins/workspace/Frameworks kdnssd kf5-qt5 FreeBSDQt5.7/src/avahi-remoteservice.cpp:69:96: error: calling a private constructor of class 'QString'
org::freedesktop::Avahi::ServiceResolver *b = new org::freedesktop::Avahi::ServiceResolver("org.freedesktop.Avahi", rep.value().path(),
^
/usr/local/include/qt5/QtCore/qstring.h:797:5: note: declared private here
QString(const char *ch);
^
/usr/home/jenkins/workspace/Frameworks kdnssd kf5-qt5 FreeBSDQt5.7/src/avahi-remoteservice.cpp:101:24: error: calling a private constructor of class 'QString'
m_textData[x] = QByteArray();
^
/usr/local/include/qt5/QtCore/qstring.h:798:5: note: declared private here
QString(const QByteArray &a);
^
/usr/home/jenkins/workspace/Frameworks kdnssd kf5-qt5 FreeBSDQt5.7/src/avahi-remoteservice.cpp:103:24: error: calling a private constructor of class 'QString'
m_textData[x.mid(0, pos)] = x.mid(pos + 1, x.size() - pos);
^
/usr/local/include/qt5/QtCore/qstring.h:798:5: note: declared private here
QString(const QByteArray &a);
^
4 errors generated.
gmake[2]: *** [src/CMakeFiles/KF5DNSSD.dir/build.make:264: src/CMakeFiles/KF5DNSSD.dir/avahi-publicservice.cpp.o] Error 1
5 errors generated.
gmake[2]: *** [src/CMakeFiles/KF5DNSSD.dir/build.make:240: src/CMakeFiles/KF5DNSSD.dir/avahi-remoteservice.cpp.o] Error 1
/usr/home/jenkins/workspace/Frameworks kdnssd kf5-qt5 FreeBSDQt5.7/src/avahi-servicetypebrowser.cpp:48:39: error: calling a private constructor of class 'QString'
org::freedesktop::Avahi::Server s("org.freedesktop.Avahi", "/", QDBusConnection::systemBus());
^
/usr/local/include/qt5/QtCore/qstring.h:797:5: note: declared private here
QString(const char *ch);
^
/usr/home/jenkins/workspace/Frameworks kdnssd kf5-qt5 FreeBSDQt5.7/src/avahi-servicetypebrowser.cpp:48:64: error: calling a private constructor of class 'QString'
org::freedesktop::Avahi::Server s("org.freedesktop.Avahi", "/", QDBusConnection::systemBus());
^
/usr/local/include/qt5/QtCore/qstring.h:797:5: note: declared private here
QString(const char *ch);
^
/usr/home/jenkins/workspace/Frameworks kdnssd kf5-qt5 FreeBSDQt5.7/src/avahi-servicetypebrowser.cpp:54:102: error: calling a private constructor of class 'QString'
org::freedesktop::Avahi::ServiceTypeBrowser *b = new org::freedesktop::Avahi::ServiceTypeBrowser("org.freedesktop.Avahi", rep.value().path(),
^
/usr/local/include/qt5/QtCore/qstring.h:797:5: note: declared private here
QString(const char *ch);
^
3 errors generated.
gmake[2]: *** [src/CMakeFiles/KF5DNSSD.dir/build.make:288: src/CMakeFiles/KF5DNSSD.dir/avahi-servicetypebrowser.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:151: src/CMakeFiles/KF5DNSSD.dir/all] Error 2
gmake: *** [Makefile:141: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] sh
[Frameworks kdnssd kf5-qt5 FreeBSDQt5.7] Running shell script
+ python3.5 -u ci-tooling/helpers/capture-workspace.py --environment production
[Pipeline] emailextrecipients
[Pipeline] emailext

Reply via email to