[X2Go-Commits] Build failed in Jenkins: x2goclient+nightly+sled-12.3 #139
jenkins at x2go.org
jenkins at x2go.org
Mon Apr 7 14:35:13 CEST 2025
See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+sled-12.3/139/display/redirect?page=changes>
Changes:
[ionic] src/compat.h: it was fun while it lasted, but this scheme is too complicated and unnecessary.
[ionic] src/{sharewidget.{cpp,h},configwidget.h}: move compat.h include back down.
[ionic] src/{exportdialog,folder{button,explorer},httpbrokerclient,onmainwindow,session{button,explorer,managedialog,widget},sharewidget,sshmasterconnectioni}.cpp: use compat macros.
[ionic] src/{{share,config}widget,exportdialog,folder{button,explorer},httpbrokerclient,onmainwindow,session{button,explorer,managedialog,widget},sshmasterconnection}.h: revert compat.h inclusion.
------------------------------------------
[...truncated 245.66 KiB...]
[ 82s] from /usr/include/QtCore/QTextStream:1,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/c++/4.8/ostream:564:5: note: 'std::endl'
[ 82s] endl(basic_ostream<_CharT, _Traits>& __os)
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2094:66: error: 'endl' is not a member of 'Qt'
[ 82s] x2goDebug<<"Socket "<<tcpSocket<<" closed."<<Qt::endl;
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2094:66: note: suggested alternatives:
[ 82s] In file included from /usr/include/QtCore/QTextStream:1:0,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/QtCore/qtextstream.h:321:28: note: 'endl'
[ 82s] Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
[ 82s] ^
[ 82s] In file included from /usr/include/c++/4.8/iterator:64:0,
[ 82s] from /usr/include/QtCore/qlist.h:50,
[ 82s] from /usr/include/QtCore/qobject.h:50,
[ 82s] from /usr/include/QtCore/qiodevice.h:46,
[ 82s] from /usr/include/QtCore/qtextstream.h:45,
[ 82s] from /usr/include/QtCore/QTextStream:1,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/c++/4.8/ostream:564:5: note: 'std::endl'
[ 82s] endl(basic_ostream<_CharT, _Traits>& __os)
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp: In member function 'bool SshMasterConnection::createChannelConnection(int, int&, fd_set&, ssh_channel_struct**)':
[ 82s] ../src/sshmasterconnection.cpp:2113:45: error: 'endl' is not a member of 'Qt'
[ 82s] x2goDebug<<"Creating new channel."<<Qt::endl;
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2113:45: note: suggested alternatives:
[ 82s] In file included from /usr/include/QtCore/QTextStream:1:0,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/QtCore/qtextstream.h:321:28: note: 'endl'
[ 82s] Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
[ 82s] ^
[ 82s] In file included from /usr/include/c++/4.8/iterator:64:0,
[ 82s] from /usr/include/QtCore/qlist.h:50,
[ 82s] from /usr/include/QtCore/qobject.h:50,
[ 82s] from /usr/include/QtCore/qiodevice.h:46,
[ 82s] from /usr/include/QtCore/qtextstream.h:45,
[ 82s] from /usr/include/QtCore/QTextStream:1,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/c++/4.8/ostream:564:5: note: 'std::endl'
[ 82s] endl(basic_ostream<_CharT, _Traits>& __os)
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2122:83: error: 'endl' is not a member of 'Qt'
[ 82s] x2goDebug << error_msg.left (error_msg.size () - 1) << ": " << err << Qt::endl;
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2122:83: note: suggested alternatives:
[ 82s] In file included from /usr/include/QtCore/QTextStream:1:0,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/QtCore/qtextstream.h:321:28: note: 'endl'
[ 82s] Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
[ 82s] ^
[ 82s] In file included from /usr/include/c++/4.8/iterator:64:0,
[ 82s] from /usr/include/QtCore/qlist.h:50,
[ 82s] from /usr/include/QtCore/qobject.h:50,
[ 82s] from /usr/include/QtCore/qiodevice.h:46,
[ 82s] from /usr/include/QtCore/qtextstream.h:45,
[ 82s] from /usr/include/QtCore/QTextStream:1,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/c++/4.8/ostream:564:5: note: 'std::endl'
[ 82s] endl(basic_ostream<_CharT, _Traits>& __os)
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2126:45: error: 'endl' is not a member of 'Qt'
[ 82s] x2goDebug<<"New channel:"<<channel<<Qt::endl;
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2126:45: note: suggested alternatives:
[ 82s] In file included from /usr/include/QtCore/QTextStream:1:0,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/QtCore/qtextstream.h:321:28: note: 'endl'
[ 82s] Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
[ 82s] ^
[ 82s] In file included from /usr/include/c++/4.8/iterator:64:0,
[ 82s] from /usr/include/QtCore/qlist.h:50,
[ 82s] from /usr/include/QtCore/qobject.h:50,
[ 82s] from /usr/include/QtCore/qiodevice.h:46,
[ 82s] from /usr/include/QtCore/qtextstream.h:45,
[ 82s] from /usr/include/QtCore/QTextStream:1,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/c++/4.8/ostream:564:5: note: 'std::endl'
[ 82s] endl(basic_ostream<_CharT, _Traits>& __os)
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2191:81: error: 'endl' is not a member of 'Qt'
[ 82s] x2goDebug<<errorMsg.left (errorMsg.size () - 1)<<": "<<err<<Qt::endl;
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2191:81: note: suggested alternatives:
[ 82s] In file included from /usr/include/QtCore/QTextStream:1:0,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/QtCore/qtextstream.h:321:28: note: 'endl'
[ 82s] Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
[ 82s] ^
[ 82s] In file included from /usr/include/c++/4.8/iterator:64:0,
[ 82s] from /usr/include/QtCore/qlist.h:50,
[ 82s] from /usr/include/QtCore/qobject.h:50,
[ 82s] from /usr/include/QtCore/qiodevice.h:46,
[ 82s] from /usr/include/QtCore/qtextstream.h:45,
[ 82s] from /usr/include/QtCore/QTextStream:1,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/c++/4.8/ostream:564:5: note: 'std::endl'
[ 82s] endl(basic_ostream<_CharT, _Traits>& __os)
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2195:58: error: 'endl' is not a member of 'Qt'
[ 82s] x2goDebug<<"New channel forwarded."<<Qt::endl;
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2195:58: note: suggested alternatives:
[ 82s] In file included from /usr/include/QtCore/QTextStream:1:0,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/QtCore/qtextstream.h:321:28: note: 'endl'
[ 82s] Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
[ 82s] ^
[ 82s] In file included from /usr/include/c++/4.8/iterator:64:0,
[ 82s] from /usr/include/QtCore/qlist.h:50,
[ 82s] from /usr/include/QtCore/qobject.h:50,
[ 82s] from /usr/include/QtCore/qiodevice.h:46,
[ 82s] from /usr/include/QtCore/qtextstream.h:45,
[ 82s] from /usr/include/QtCore/QTextStream:1,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/c++/4.8/ostream:564:5: note: 'std::endl'
[ 82s] endl(basic_ostream<_CharT, _Traits>& __os)
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2201:83: error: 'endl' is not a member of 'Qt'
[ 82s] x2goDebug<<"Executing remote: "<<channelConnections.at ( i ).command<<Qt::endl;
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2201:83: note: suggested alternatives:
[ 82s] In file included from /usr/include/QtCore/QTextStream:1:0,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/QtCore/qtextstream.h:321:28: note: 'endl'
[ 82s] Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
[ 82s] ^
[ 82s] In file included from /usr/include/c++/4.8/iterator:64:0,
[ 82s] from /usr/include/QtCore/qlist.h:50,
[ 82s] from /usr/include/QtCore/qobject.h:50,
[ 82s] from /usr/include/QtCore/qiodevice.h:46,
[ 82s] from /usr/include/QtCore/qtextstream.h:45,
[ 82s] from /usr/include/QtCore/QTextStream:1,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/c++/4.8/ostream:564:5: note: 'std::endl'
[ 82s] endl(basic_ostream<_CharT, _Traits>& __os)
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2211:77: error: 'endl' is not a member of 'Qt'
[ 82s] x2goDebug<<errorMsg.left (errorMsg.size () - 1)<<": "<<err<<Qt::endl;
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2211:77: note: suggested alternatives:
[ 82s] In file included from /usr/include/QtCore/QTextStream:1:0,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/QtCore/qtextstream.h:321:28: note: 'endl'
[ 82s] Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
[ 82s] ^
[ 82s] In file included from /usr/include/c++/4.8/iterator:64:0,
[ 82s] from /usr/include/QtCore/qlist.h:50,
[ 82s] from /usr/include/QtCore/qobject.h:50,
[ 82s] from /usr/include/QtCore/qiodevice.h:46,
[ 82s] from /usr/include/QtCore/qtextstream.h:45,
[ 82s] from /usr/include/QtCore/QTextStream:1,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/c++/4.8/ostream:564:5: note: 'std::endl'
[ 82s] endl(basic_ostream<_CharT, _Traits>& __os)
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2225:77: error: 'endl' is not a member of 'Qt'
[ 82s] x2goDebug<<errorMsg.left (errorMsg.size () - 1)<<": "<<err<<Qt::endl;
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2225:77: note: suggested alternatives:
[ 82s] In file included from /usr/include/QtCore/QTextStream:1:0,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/QtCore/qtextstream.h:321:28: note: 'endl'
[ 82s] Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
[ 82s] ^
[ 82s] In file included from /usr/include/c++/4.8/iterator:64:0,
[ 82s] from /usr/include/QtCore/qlist.h:50,
[ 82s] from /usr/include/QtCore/qobject.h:50,
[ 82s] from /usr/include/QtCore/qiodevice.h:46,
[ 82s] from /usr/include/QtCore/qtextstream.h:45,
[ 82s] from /usr/include/QtCore/QTextStream:1,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/c++/4.8/ostream:564:5: note: 'std::endl'
[ 82s] endl(basic_ostream<_CharT, _Traits>& __os)
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2232:57: error: 'endl' is not a member of 'Qt'
[ 82s] x2goDebug<<"New exec channel created."<<Qt::endl;
[ 82s] ^
[ 82s] ../src/sshmasterconnection.cpp:2232:57: note: suggested alternatives:
[ 82s] In file included from /usr/include/QtCore/QTextStream:1:0,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/QtCore/qtextstream.h:321:28: note: 'endl'
[ 82s] Q_CORE_EXPORT QTextStream &endl(QTextStream &s);
[ 82s] ^
[ 82s] In file included from /usr/include/c++/4.8/iterator:64:0,
[ 82s] from /usr/include/QtCore/qlist.h:50,
[ 82s] from /usr/include/QtCore/qobject.h:50,
[ 82s] from /usr/include/QtCore/qiodevice.h:46,
[ 82s] from /usr/include/QtCore/qtextstream.h:45,
[ 82s] from /usr/include/QtCore/QTextStream:1,
[ 82s] from ../src/x2gologdebug.h:20,
[ 82s] from ../src/sshmasterconnection.cpp:19:
[ 82s] /usr/include/c++/4.8/ostream:564:5: note: 'std::endl'
[ 82s] endl(basic_ostream<_CharT, _Traits>& __os)
[ 82s] ^
[ 82s] Makefile:893: recipe for target 'SVGFrame.o' failed
[ 82s] make[2]: *** [SVGFrame.o] Error 1
[ 82s] Makefile:865: recipe for target 'sshmasterconnection.o' failed
[ 82s] make[2]: *** [sshmasterconnection.o] Error 1
[ 83s] Makefile:813: recipe for target 'onmainwindow.o' failed
[ 83s] make[2]: *** [onmainwindow.o] Error 1
[ 84s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/x2goclient-4.1.2.4/client_build'
[ 84s] Makefile:83: recipe for target 'build_client' failed
[ 84s] make[1]: *** [build_client] Error 2
[ 84s] make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/x2goclient-4.1.2.4'
[ 84s] Makefile:80: recipe for target 'build' failed
[ 84s] make: *** [build] Error 2
[ 84s] error: Bad exit status from /var/tmp/rpm-tmp.9yeJNA (%build)
[ 84s]
[ 84s]
[ 84s] RPM build errors:
[ 84s] Bad exit status from /var/tmp/rpm-tmp.9yeJNA (%build)
[ 84s]
[ 84s] japsand failed "build x2goclient.spec" at Mon Apr 7 12:35:12 UTC 2025.
[ 84s]
+ exit 1
+ cleanup
+ '[' -n '' ']'
+ '[' -n '' ']'
+ echo 'Warning: mock temporary config directory not defined. Skipping cleanup.'
Warning: mock temporary config directory not defined. Skipping cleanup.
+ typeset temp_dir=
+ for temp_dir in "${temp_cleanup[@]}"
+ '[' -n /var/lib/jenkins/tmp/tmp.LlBRKqgdfrcw0K0WFjb5kpkD ']'
+ '[' -d /var/lib/jenkins/tmp/tmp.LlBRKqgdfrcw0K0WFjb5kpkD ']'
+ rm -Rf -- /var/lib/jenkins/tmp/tmp.LlBRKqgdfrcw0K0WFjb5kpkD
Build step 'Execute shell' marked build as failure
More information about the x2go-commits
mailing list