See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+osx-10.13/279/display/redirect?page=changes> Changes: [ionic] debian/changelog: fixup. [ionic] src/compat.h: use new scheme, as shown on github/AD-Vega/qarv#22, which is arguably even better, because it lets us use Qt::... elements all the way! [ionic] src/{exportdialog,folder{button,explorer},httpbrokerclient,onmainwindow,session{button,explorer,managedialog,widget},sharewidget,sshmasterconnectioni}.cpp: revert to not using compat macros again, code should work out of the box now. [ionic] src/httpbrokerclient.cpp: switch from QString::KeepEmptyParts to Qt::KeepEmptyParts. ------------------------------------------ [...truncated 42.61 KiB...] const auto endl = ::endl; ^ ../src/LDAPSession.cpp:81:5: warning: 'ldap_init' is deprecated: first deprecated in macOS 10.10 - use ldap_initialize [-Wdeprecated-declarations] ld=ldap_init ( server.c_str(),port ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1526:1: note: 'ldap_init' has been explicitly marked deprecated here ldap_init LDAP_P(( /* deprecated, use ldap_create or ldap_initialize */ ^ ../src/LDAPSession.cpp:85:11: warning: 'ldap_set_option' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] int errc=ldap_set_option ( ld,LDAP_OPT_PROTOCOL_VERSION,&ver ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:984:1: note: 'ldap_set_option' has been explicitly marked deprecated here ldap_set_option LDAP_P(( ^ ../src/LDAPSession.cpp:88:24: warning: 'ldap_err2string' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] ldap_err2string ( errc ) ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1384:1: note: 'ldap_err2string' has been explicitly marked deprecated here ldap_err2string LDAP_P(( ^ ../src/LDAPSession.cpp:91:8: warning: 'ldap_start_tls_s' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] errc=ldap_start_tls_s ( ld,NULL,NULL ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1569:1: note: 'ldap_start_tls_s' has been explicitly marked deprecated here ldap_start_tls_s LDAP_P(( ^ ../src/LDAPSession.cpp:94:25: warning: 'ldap_err2string' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] ldap_err2string ( errc ) ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1384:1: note: 'ldap_err2string' has been explicitly marked deprecated here ldap_err2string LDAP_P(( ^ ../src/LDAPSession.cpp:98:8: warning: 'ldap_bind_s' is deprecated: first deprecated in macOS 10.10 - use ldap_sasl_bind_s [-Wdeprecated-declarations] errc=ldap_bind_s ( ld,bindDN.c_str(),pass.c_str(), ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1275:1: note: 'ldap_bind_s' has been explicitly marked deprecated here ldap_bind_s LDAP_P(( /* deprecated, use ldap_sasl_bind_s */ ^ ../src/LDAPSession.cpp:102:25: warning: 'ldap_err2string' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] ldap_err2string ( errc ) ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1384:1: note: 'ldap_err2string' has been explicitly marked deprecated here ldap_err2string LDAP_P(( ^ ../src/LDAPSession.cpp:106:8: warning: 'ldap_simple_bind_s' is deprecated: first deprecated in macOS 10.10 - use ldap_sasl_bind_s [-Wdeprecated-declarations] errc=ldap_simple_bind_s ( ld,bindDN.c_str(),pass.c_str() ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1291:1: note: 'ldap_simple_bind_s' has been explicitly marked deprecated here ldap_simple_bind_s LDAP_P(( /* deprecated, use ldap_sasl_bind_s */ ^ ../src/LDAPSession.cpp:109:25: warning: 'ldap_err2string' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] ldap_err2string ( errc ) ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1384:1: note: 'ldap_err2string' has been explicitly marked deprecated here ldap_err2string LDAP_P(( ^ ../src/LDAPSession.cpp:154:12: warning: 'ldap_add_s' is deprecated: first deprecated in macOS 10.10 - use ldap_add_ext_s [-Wdeprecated-declarations] int errc= ldap_add_s ( ld,dn.c_str(),mods ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1175:1: note: 'ldap_add_s' has been explicitly marked deprecated here ldap_add_s LDAP_P(( /* deprecated, use ldap_add_ext_s */ ^ ../src/LDAPSession.cpp:156:37: warning: 'ldap_err2string' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] throw LDAPExeption ( "ldap_add_s",ldap_err2string ( errc ) ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1384:1: note: 'ldap_err2string' has been explicitly marked deprecated here ldap_err2string LDAP_P(( ^ ../src/LDAPSession.cpp:158:2: warning: 'ldap_mods_free' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] ldap_mods_free ( mods,1 ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:2014:1: note: 'ldap_mods_free' has been explicitly marked deprecated here ldap_mods_free LDAP_P(( ^ ../src/LDAPSession.cpp:200:12: warning: 'ldap_modify_s' is deprecated: first deprecated in macOS 10.10 - use ldap_modify_ext_s [-Wdeprecated-declarations] int errc= ldap_modify_s ( ld,dn.c_str(),mods ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1445:1: note: 'ldap_modify_s' has been explicitly marked deprecated here ldap_modify_s LDAP_P(( /* deprecated, use ldap_modify_ext_s */ ^ ../src/LDAPSession.cpp:202:40: warning: 'ldap_err2string' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] throw LDAPExeption ( "ldap_modify_s",ldap_err2string ( errc ) ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1384:1: note: 'ldap_err2string' has been explicitly marked deprecated here ldap_err2string LDAP_P(( ^ ../src/LDAPSession.cpp:204:2: warning: 'ldap_mods_free' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] ldap_mods_free ( mods,1 ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:2014:1: note: 'ldap_mods_free' has been explicitly marked deprecated here ldap_mods_free LDAP_P(( ^ ../src/LDAPSession.cpp:209:12: warning: 'ldap_delete_s' is deprecated: first deprecated in macOS 10.10 - use ldap_delete_ext_s [-Wdeprecated-declarations] int errc= ldap_delete_s ( ld,dn.c_str() ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1363:1: note: 'ldap_delete_s' has been explicitly marked deprecated here ldap_delete_s LDAP_P(( /* deprecated, use ldap_delete_ext_s */ ^ ../src/LDAPSession.cpp:211:40: warning: 'ldap_err2string' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] throw LDAPExeption ( "ldap_delete_s",ldap_err2string ( errc ) ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1384:1: note: 'ldap_err2string' has been explicitly marked deprecated here ldap_err2string LDAP_P(( ^ ../src/LDAPSession.cpp:232:11: warning: 'ldap_search_s' is deprecated: first deprecated in macOS 10.10 - use ldap_search_ext_s [-Wdeprecated-declarations] int errc=ldap_search_s ( ld,dn.c_str(),LDAP_SCOPE_SUBTREE, ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1925:1: note: 'ldap_search_s' has been explicitly marked deprecated here ldap_search_s LDAP_P(( /* deprecated, use ldap_search_ext_s */ ^ ../src/LDAPSession.cpp:244:40: warning: 'ldap_err2string' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] throw LDAPExeption ( "ldap_search_s",ldap_err2string ( errc ) ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1384:1: note: 'ldap_err2string' has been explicitly marked deprecated here ldap_err2string LDAP_P(( ^ ../src/LDAPSession.cpp:246:21: warning: 'ldap_first_entry' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] LDAPMessage *entry=ldap_first_entry ( ld,res ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1623:1: note: 'ldap_first_entry' has been explicitly marked deprecated here ldap_first_entry LDAP_P(( ^ ../src/LDAPSession.cpp:255:17: warning: 'ldap_get_values_len' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] berval **atr=ldap_get_values_len ( ld,entry, ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1820:1: note: 'ldap_get_values_len' has been explicitly marked deprecated here ldap_get_values_len LDAP_P(( ^ ../src/LDAPSession.cpp:257:14: warning: 'ldap_count_values_len' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] int count=ldap_count_values_len ( atr ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1826:1: note: 'ldap_count_values_len' has been explicitly marked deprecated here ldap_count_values_len LDAP_P(( ^ ../src/LDAPSession.cpp:264:4: warning: 'ldap_value_free_len' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] ldap_value_free_len ( atr ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1830:1: note: 'ldap_value_free_len' has been explicitly marked deprecated here ldap_value_free_len LDAP_P(( ^ ../src/LDAPSession.cpp:267:9: warning: 'ldap_next_entry' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] entry=ldap_next_entry ( ld,entry ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1628:1: note: 'ldap_next_entry' has been explicitly marked deprecated here ldap_next_entry LDAP_P(( ^ ../src/LDAPSession.cpp:299:11: warning: 'ldap_search_s' is deprecated: first deprecated in macOS 10.10 - use ldap_search_ext_s [-Wdeprecated-declarations] int errc=ldap_search_s ( ld,dn.c_str(),LDAP_SCOPE_SUBTREE, ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1925:1: note: 'ldap_search_s' has been explicitly marked deprecated here ldap_search_s LDAP_P(( /* deprecated, use ldap_search_ext_s */ ^ ../src/LDAPSession.cpp:311:40: warning: 'ldap_err2string' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] throw LDAPExeption ( "ldap_search_s",ldap_err2string ( errc ) ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1384:1: note: 'ldap_err2string' has been explicitly marked deprecated here ldap_err2string LDAP_P(( ^ ../src/LDAPSession.cpp:313:21: warning: 'ldap_first_entry' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] LDAPMessage *entry=ldap_first_entry ( ld,res ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1623:1: note: 'ldap_first_entry' has been explicitly marked deprecated here ldap_first_entry LDAP_P(( ^ ../src/LDAPSession.cpp:322:15: warning: 'ldap_get_values' is deprecated: first deprecated in macOS 10.10 - use ldap_get_values_len [-Wdeprecated-declarations] char **atr=ldap_get_values ( ld,entry, ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1835:1: note: 'ldap_get_values' has been explicitly marked deprecated here ldap_get_values LDAP_P(( /* deprecated, use ldap_get_values_len */ ^ ../src/LDAPSession.cpp:324:14: warning: 'ldap_count_values' is deprecated: first deprecated in macOS 10.10 - use ldap_count_values_len [-Wdeprecated-declarations] int count=ldap_count_values ( atr ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1841:1: note: 'ldap_count_values' has been explicitly marked deprecated here ldap_count_values LDAP_P(( /* deprecated, use ldap_count_values_len */ ^ ../src/LDAPSession.cpp:329:4: warning: 'ldap_value_free' is deprecated: first deprecated in macOS 10.10 - use ldap_value_free_len [-Wdeprecated-declarations] ldap_value_free ( atr ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1845:1: note: 'ldap_value_free' has been explicitly marked deprecated here ldap_value_free LDAP_P(( /* deprecated, use ldap_value_free_len */ ^ ../src/LDAPSession.cpp:332:9: warning: 'ldap_next_entry' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] entry=ldap_next_entry ( ld,entry ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1628:1: note: 'ldap_next_entry' has been explicitly marked deprecated here ldap_next_entry LDAP_P(( ^ ../src/LDAPSession.cpp:376:2: warning: 'ldap_unbind' is deprecated: first deprecated in macOS 10.10 - use ldap_unbind_ext [-Wdeprecated-declarations] ldap_unbind ( ld ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ldap.h:1967:1: note: 'ldap_unbind' has been explicitly marked deprecated here ldap_unbind LDAP_P(( /* deprecated, use ldap_unbind_ext */ ^ 4 warnings generated. /usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -g3 -ggdb3 -gdwarf-4 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.13 -Wall -W -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -DCFGCLIENT -DMACPORTS_PREFIX="\"/opt/local/\"" -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/opt/local/libexec/qt4/share/mkspecs/macx-g++ -I../../x2goclient -I. -I/opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtNetwork.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtSvg.framework/Versions/4/Headers -I../src -I/opt/local/include -I/opt/local/include -I/opt/local/libexec/qt4/Library/Frameworks/QtSvg.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtNetwork.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/local/libexec/qt4/include -I. -I../../x2goclient -I. -F/opt/local/libexec/qt4/Library/Frameworks -F/opt/local/libexec/qt4/lib -o onmainwindow.o ../src/onmainwindow.cpp 32 warnings generated. /usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -g3 -ggdb3 -gdwarf-4 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.13 -Wall -W -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -DCFGCLIENT -DMACPORTS_PREFIX="\"/opt/local/\"" -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/opt/local/libexec/qt4/share/mkspecs/macx-g++ -I../../x2goclient -I. -I/opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtNetwork.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtSvg.framework/Versions/4/Headers -I../src -I/opt/local/include -I/opt/local/include -I/opt/local/libexec/qt4/Library/Frameworks/QtSvg.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtNetwork.framework/Versions/4/Headers -I/opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/local/libexec/qt4/include -I. -I../../x2goclient -I. -F/opt/local/libexec/qt4/Library/Frameworks -F/opt/local/libexec/qt4/lib -o sessionbutton.o ../src/sessionbutton.cpp In file included from ../src/sessionbutton.cpp:21: ../src/compat.h:41:25: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using SplitBehavior = QString::SplitBehavior; ^ ../src/compat.h:42:40: warning: use of enumeration in a nested name specifier is a C++11 extension [-Wc++11-extensions] const SplitBehavior SkipEmptyParts = SplitBehavior::SkipEmptyParts; ^ ../src/compat.h:43:40: warning: use of enumeration in a nested name specifier is a C++11 extension [-Wc++11-extensions] const SplitBehavior KeepEmptyParts = SplitBehavior::KeepEmptyParts; ^ ../src/compat.h:44:9: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] const auto endl = ::endl; ^ ../src/compat.h:44:23: error: no member named 'endl' in the global namespace const auto endl = ::endl; ~~^ In file included from ../src/onmainwindow.cpp:20: ../src/compat.h:41:25: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using SplitBehavior = QString::SplitBehavior; ^ ../src/compat.h:42:40: warning: use of enumeration in a nested name specifier is a C++11 extension [-Wc++11-extensions] const SplitBehavior SkipEmptyParts = SplitBehavior::SkipEmptyParts; ^ ../src/compat.h:43:40: warning: use of enumeration in a nested name specifier is a C++11 extension [-Wc++11-extensions] const SplitBehavior KeepEmptyParts = SplitBehavior::KeepEmptyParts; ^ ../src/compat.h:44:9: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] const auto endl = ::endl; ^ 4 warnings and 1 error generated. make: *** [sessionbutton.o] Error 1 make: *** Waiting for unfinished jobs.... ../src/onmainwindow.cpp:2382:41: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare] if(config.brokerSyncTimeout*1000!=brokerSyncTimer->interval()) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/onmainwindow.cpp:3177:66: warning: unused parameter 'connection' [-Wunused-parameter] void ONMainWindow::slotSshInteractionFinish(SshMasterConnection* connection) ^ ../src/onmainwindow.cpp:6718:60: warning: unused parameter 'err' [-Wunused-parameter] void ONMainWindow::slotProxyError ( QProcess::ProcessError err ) ^ 7 warnings generated. + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /Users/jenkins/tmp//tmp.K542u5oeDLDPgpWKhBMGTjoC ']' + '[' -d /Users/jenkins/tmp//tmp.K542u5oeDLDPgpWKhBMGTjoC ']' + rm -Rf -- /Users/jenkins/tmp//tmp.K542u5oeDLDPgpWKhBMGTjoC Build step 'Execute shell' marked build as failure