[X2Go-Commits] Build failed in Jenkins: x2goclient+nightly+fedora-30 #69

jenkins at x2go.org jenkins at x2go.org
Sat Nov 27 00:49:53 CET 2021


See <https://jenkins.x2go.org:8443/job/x2goclient+nightly+fedora-30/69/display/redirect?page=changes>

Changes:

[ionic] src/onmainwindow.cpp: add Cancel standard shortcut to cancel button in login window.

[ionic] src/onmainwindow.cpp: consolidate Resume button enabling state in ONMainWindow::initSelectSessDlg ().

[ionic] src/onmainwindow.{cpp,h}: add notice explaining how to resume running sessions.

[ionic] src/onmainwindow.cpp: add Cancel standard shortcut to cancel button in session selection view.


------------------------------------------
[...truncated 217.53 KB...]
      |                        ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:393:14: note: declared here
  393 | extern void  ppdMarkDefaults(ppd_file_t *ppd) _PPD_DEPRECATED;
      |              ^~~~~~~~~~~~~~~
../src/cupsprint.cpp:128:24: warning: 'void ppdMarkDefaults(ppd_file_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  128 |  ppdMarkDefaults ( ppd );
      |                        ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:393:14: note: declared here
  393 | extern void  ppdMarkDefaults(ppd_file_t *ppd) _PPD_DEPRECATED;
      |              ^~~~~~~~~~~~~~~
../src/cupsprint.cpp:130:26: warning: 'int ppdConflicts(ppd_file_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  130 |  if ( ppdConflicts ( ppd ) !=0 )
      |                          ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:376:13: note: declared here
  376 | extern int  ppdConflicts(ppd_file_t *ppd) _PPD_DEPRECATED;
      |             ^~~~~~~~~~~~
../src/cupsprint.cpp:130:26: warning: 'int ppdConflicts(ppd_file_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  130 |  if ( ppdConflicts ( ppd ) !=0 )
      |                          ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:376:13: note: declared here
  376 | extern int  ppdConflicts(ppd_file_t *ppd) _PPD_DEPRECATED;
      |             ^~~~~~~~~~~~
../src/cupsprint.cpp: In member function 'bool CUPSPrint::getOptionValue(const QString&, QString&, QString&)':
../src/cupsprint.cpp:144:67: warning: 'ppd_choice_t* ppdFindMarkedChoice(ppd_file_t*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  144 |  ppd_choice_t* choice=ppdFindMarkedChoice ( ppd,option.toLatin1() );
      |                                                                   ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:386:22: note: declared here
  386 | extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd,
      |                      ^~~~~~~~~~~~~~~~~~~
../src/cupsprint.cpp:144:67: warning: 'ppd_choice_t* ppdFindMarkedChoice(ppd_file_t*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  144 |  ppd_choice_t* choice=ppdFindMarkedChoice ( ppd,option.toLatin1() );
      |                                                                   ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:386:22: note: declared here
  386 | extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd,
      |                      ^~~~~~~~~~~~~~~~~~~
../src/cupsprint.cpp:147:59: warning: 'ppd_option_t* ppdFindOption(ppd_file_t*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  147 |   ppd_option_t* opt=ppdFindOption ( ppd,option.toLatin1() );
      |                                                           ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:389:22: note: declared here
  389 | extern ppd_option_t *ppdFindOption(ppd_file_t *ppd, const char *keyword)
      |                      ^~~~~~~~~~~~~
../src/cupsprint.cpp:147:59: warning: 'ppd_option_t* ppdFindOption(ppd_file_t*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  147 |   ppd_option_t* opt=ppdFindOption ( ppd,option.toLatin1() );
      |                                                           ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:389:22: note: declared here
  389 | extern ppd_option_t *ppdFindOption(ppd_file_t *ppd, const char *keyword)
      |                      ^~~~~~~~~~~~~
../src/cupsprint.cpp:150:45: warning: 'ppd_choice_t* ppdFindChoice(ppd_option_t*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  150 |   choice=ppdFindChoice ( opt,opt->defchoice );
      |                                             ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:384:22: note: declared here
  384 | extern ppd_choice_t *ppdFindChoice(ppd_option_t *o, const char *option)
      |                      ^~~~~~~~~~~~~
../src/cupsprint.cpp:150:45: warning: 'ppd_choice_t* ppdFindChoice(ppd_option_t*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  150 |   choice=ppdFindChoice ( opt,opt->defchoice );
      |                                             ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:384:22: note: declared here
  384 | extern ppd_choice_t *ppdFindChoice(ppd_option_t *o, const char *option)
      |                      ^~~~~~~~~~~~~
../src/cupsprint.cpp: In member function 'int CUPSPrint::getOptionValues(const QString&, QStringList&, QStringList&)':
../src/cupsprint.cpp:171:58: warning: 'ppd_option_t* ppdFindOption(ppd_file_t*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  171 |  ppd_option_t* opt=ppdFindOption ( ppd,option.toLatin1() );
      |                                                          ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:389:22: note: declared here
  389 | extern ppd_option_t *ppdFindOption(ppd_file_t *ppd, const char *keyword)
      |                      ^~~~~~~~~~~~~
../src/cupsprint.cpp:171:58: warning: 'ppd_option_t* ppdFindOption(ppd_file_t*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  171 |  ppd_option_t* opt=ppdFindOption ( ppd,option.toLatin1() );
      |                                                          ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:389:22: note: declared here
  389 | extern ppd_option_t *ppdFindOption(ppd_file_t *ppd, const char *keyword)
      |                      ^~~~~~~~~~~~~
../src/cupsprint.cpp: In member function 'bool CUPSPrint::setValue(const QString&, const QString&, QString&, QString&)':
../src/cupsprint.cpp:240:42: warning: 'int ppdConflicts(ppd_file_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  240 |  int conflictsBefore= ppdConflicts ( ppd );
      |                                          ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:376:13: note: declared here
  376 | extern int  ppdConflicts(ppd_file_t *ppd) _PPD_DEPRECATED;
      |             ^~~~~~~~~~~~
../src/cupsprint.cpp:240:42: warning: 'int ppdConflicts(ppd_file_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  240 |  int conflictsBefore= ppdConflicts ( ppd );
      |                                          ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:376:13: note: declared here
  376 | extern int  ppdConflicts(ppd_file_t *ppd) _PPD_DEPRECATED;
      |             ^~~~~~~~~~~~
../src/cupsprint.cpp:244:57: warning: 'int ppdMarkOption(ppd_file_t*, const char*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  244 |  ppdMarkOption ( ppd,option.toLatin1(),value.toLatin1() );
      |                                                         ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:394:13: note: declared here
  394 | extern int  ppdMarkOption(ppd_file_t *ppd, const char *keyword,
      |             ^~~~~~~~~~~~~
../src/cupsprint.cpp:244:57: warning: 'int ppdMarkOption(ppd_file_t*, const char*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  244 |  ppdMarkOption ( ppd,option.toLatin1(),value.toLatin1() );
      |                                                         ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:394:13: note: declared here
  394 | extern int  ppdMarkOption(ppd_file_t *ppd, const char *keyword,
      |             ^~~~~~~~~~~~~
../src/cupsprint.cpp:246:43: warning: 'int ppdConflicts(ppd_file_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  246 |  if ( conflictsBefore==ppdConflicts ( ppd ) )
      |                                           ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:376:13: note: declared here
  376 | extern int  ppdConflicts(ppd_file_t *ppd) _PPD_DEPRECATED;
      |             ^~~~~~~~~~~~
../src/cupsprint.cpp:246:43: warning: 'int ppdConflicts(ppd_file_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  246 |  if ( conflictsBefore==ppdConflicts ( ppd ) )
      |                                           ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:376:13: note: declared here
  376 | extern int  ppdConflicts(ppd_file_t *ppd) _PPD_DEPRECATED;
      |             ^~~~~~~~~~~~
../src/cupsprint.cpp:284:63: warning: 'int ppdMarkOption(ppd_file_t*, const char*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  284 |  ppdMarkOption ( ppd,option.toLatin1(),valueBefore.toLatin1() );
      |                                                               ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:394:13: note: declared here
  394 | extern int  ppdMarkOption(ppd_file_t *ppd, const char *keyword,
      |             ^~~~~~~~~~~~~
../src/cupsprint.cpp:284:63: warning: 'int ppdMarkOption(ppd_file_t*, const char*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  284 |  ppdMarkOption ( ppd,option.toLatin1(),valueBefore.toLatin1() );
      |                                                               ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:394:13: note: declared here
  394 | extern int  ppdMarkOption(ppd_file_t *ppd, const char *keyword,
      |             ^~~~~~~~~~~~~
../src/cupsprint.cpp: In member function 'bool CUPSPrint::getOptionText(const QString&, QString&)':
../src/cupsprint.cpp:293:58: warning: 'ppd_option_t* ppdFindOption(ppd_file_t*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  293 |  ppd_option_t* opt=ppdFindOption ( ppd,option.toLatin1() );
      |                                                          ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:389:22: note: declared here
  389 | extern ppd_option_t *ppdFindOption(ppd_file_t *ppd, const char *keyword)
      |                      ^~~~~~~~~~~~~
../src/cupsprint.cpp:293:58: warning: 'ppd_option_t* ppdFindOption(ppd_file_t*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  293 |  ppd_option_t* opt=ppdFindOption ( ppd,option.toLatin1() );
      |                                                          ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:389:22: note: declared here
  389 | extern ppd_option_t *ppdFindOption(ppd_file_t *ppd, const char *keyword)
      |                      ^~~~~~~~~~~~~
../src/cupsprint.cpp: In member function 'void CUPSPrint::setDefaults()':
../src/cupsprint.cpp:313:58: warning: 'int ppdMarkOption(ppd_file_t*, const char*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  313 |    ppdMarkOption ( ppd,option->keyword,option->defchoice );
      |                                                          ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:394:13: note: declared here
  394 | extern int  ppdMarkOption(ppd_file_t *ppd, const char *keyword,
      |             ^~~~~~~~~~~~~
../src/cupsprint.cpp:313:58: warning: 'int ppdMarkOption(ppd_file_t*, const char*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  313 |    ppdMarkOption ( ppd,option->keyword,option->defchoice );
      |                                                          ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:394:13: note: declared here
  394 | extern int  ppdMarkOption(ppd_file_t *ppd, const char *keyword,
      |             ^~~~~~~~~~~~~
../src/cupsprint.cpp: In member function 'void CUPSPrint::loadUserOptions()':
../src/cupsprint.cpp:358:59: warning: 'int ppdMarkOption(ppd_file_t*, const char*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  358 |   ppdMarkOption ( ppd,opt[0].toLatin1(),opt[1].toLatin1() );
      |                                                           ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:394:13: note: declared here
  394 | extern int  ppdMarkOption(ppd_file_t *ppd, const char *keyword,
      |             ^~~~~~~~~~~~~
../src/cupsprint.cpp:358:59: warning: 'int ppdMarkOption(ppd_file_t*, const char*, const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  358 |   ppdMarkOption ( ppd,opt[0].toLatin1(),opt[1].toLatin1() );
      |                                                           ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:394:13: note: declared here
  394 | extern int  ppdMarkOption(ppd_file_t *ppd, const char *keyword,
      |             ^~~~~~~~~~~~~
make[2]: Leaving directory '/builddir/build/BUILD/x2goclient-4.1.2.3/client_build'
make[1]: *** [Makefile:85: build_client] Error 2
make[1]: Leaving directory '/builddir/build/BUILD/x2goclient-4.1.2.3'
make: *** [Makefile:80: build] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.alBl6h (%build)
RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.alBl6h (%build)
Child return code was: 1
EXCEPTION: [Error()]
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/mockbuild/trace_decorator.py", line 89, in trace
    result = func(*args, **kw)
  File "/usr/lib/python3/dist-packages/mockbuild/util.py", line 568, in do
    raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode)
mockbuild.exception.Error: Command failed. See logs for output.
 # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/x2goclient.spec
+ exit 1
+ cleanup
+ '[' -n /var/lib/jenkins/tmp/x2go-mock-h0WBW3Zd9foo5c9cgTJNeinc ']'
+ '[' -e /var/lib/jenkins/tmp/x2go-mock-h0WBW3Zd9foo5c9cgTJNeinc ']'
+ case "${TMP_MOCK_CFG_DIR}" in
+ typeset file=
+ for file in "${TMP_MOCK_CFG_DIR}/"*
+ '[' '!' -f /var/lib/jenkins/tmp/x2go-mock-h0WBW3Zd9foo5c9cgTJNeinc/fedora-30-x86_64-x2go-nightly-full.0FQ3TpmpcI9GUBa3XLJnIfm7.cfg ']'
+ rm -- /var/lib/jenkins/tmp/x2go-mock-h0WBW3Zd9foo5c9cgTJNeinc/fedora-30-x86_64-x2go-nightly-full.0FQ3TpmpcI9GUBa3XLJnIfm7.cfg
+ for file in "${TMP_MOCK_CFG_DIR}/"*
+ '[' '!' -f /var/lib/jenkins/tmp/x2go-mock-h0WBW3Zd9foo5c9cgTJNeinc/fedora-30-x86_64-x2go-nightly-full.69gT8xo1I5qvWiWfKQA8yMy4.cfg ']'
+ rm -- /var/lib/jenkins/tmp/x2go-mock-h0WBW3Zd9foo5c9cgTJNeinc/fedora-30-x86_64-x2go-nightly-full.69gT8xo1I5qvWiWfKQA8yMy4.cfg
+ '[' -e /var/lib/jenkins/tmp/x2go-mock-h0WBW3Zd9foo5c9cgTJNeinc ']'
+ '[' -d /var/lib/jenkins/tmp/x2go-mock-h0WBW3Zd9foo5c9cgTJNeinc ']'
+ rmdir -- /var/lib/jenkins/tmp/x2go-mock-h0WBW3Zd9foo5c9cgTJNeinc
+ typeset temp_dir=
+ for temp_dir in "${temp_cleanup[@]}"
+ '[' -n /var/lib/jenkins/tmp/tmp.6xxf3zCjgbv6RYm1MPmgbgVh ']'
+ '[' -d /var/lib/jenkins/tmp/tmp.6xxf3zCjgbv6RYm1MPmgbgVh ']'
+ rm -Rf -- /var/lib/jenkins/tmp/tmp.6xxf3zCjgbv6RYm1MPmgbgVh
Build step 'Execute shell' marked build as failure


More information about the x2go-commits mailing list