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

jenkins at x2go.org jenkins at x2go.org
Sun Jun 16 19:07:59 CEST 2019


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

Changes:

[ionic] debian/changelog: sync with commit history.

[ionic] src/sshmasterconnection.cpp: close channel on failure in checkLogin ().

[ionic] onmainwindow.cpp: fix building with Qt 4.6, currently the latest version

[ionic] src/sshmasterconnection.{cpp,h}: skip checkLogin() if hostname starts

------------------------------------------
[...truncated 209.55 KB...]
      |                        ^
In file included from ../src/cupsprint.h:24,
                 from ../src/cupsprint.cpp:18:
/usr/include/cups/ppd.h:392:14: note: declared here
  392 | 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:392:14: note: declared here
  392 | 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:375:13: note: declared here
  375 | 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:375:13: note: declared here
  375 | 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:385:22: note: declared here
  385 | 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:385:22: note: declared here
  385 | 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:388:22: note: declared here
  388 | 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:388:22: note: declared here
  388 | 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:383:22: note: declared here
  383 | 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:383:22: note: declared here
  383 | 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:388:22: note: declared here
  388 | 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:388:22: note: declared here
  388 | 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:375:13: note: declared here
  375 | 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:375:13: note: declared here
  375 | 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:393:13: note: declared here
  393 | 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:393:13: note: declared here
  393 | 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:375:13: note: declared here
  375 | 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:375:13: note: declared here
  375 | 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:393:13: note: declared here
  393 | 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:393:13: note: declared here
  393 | 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:388:22: note: declared here
  388 | 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:388:22: note: declared here
  388 | 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:393:13: note: declared here
  393 | 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:393:13: note: declared here
  393 | 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:393:13: note: declared here
  393 | 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:393:13: note: declared here
  393 | extern int  ppdMarkOption(ppd_file_t *ppd, const char *keyword,
      |             ^~~~~~~~~~~~~
make[2]: Leaving directory '/builddir/build/BUILD/x2goclient-4.1.2.2/client_build'
make[1]: *** [Makefile:72: build_client] Error 2
make[1]: Leaving directory '/builddir/build/BUILD/x2goclient-4.1.2.2'
make: *** [Makefile:67: build] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.p4gO6h (%build)
RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.p4gO6h (%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 569, 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-zxTgzgAeeLYENfP7w3AMm6qV ']'
+ '[' -e /var/lib/jenkins/tmp/x2go-mock-zxTgzgAeeLYENfP7w3AMm6qV ']'
+ case "${TMP_MOCK_CFG_DIR}" in
+ typeset file=
+ for file in "${TMP_MOCK_CFG_DIR}/"*
+ '[' '!' -f /var/lib/jenkins/tmp/x2go-mock-zxTgzgAeeLYENfP7w3AMm6qV/fedora-30-x86_64-x2go-nightly-full.lYjs21QEKRw3BL3QMnE2eUPF.cfg ']'
+ rm -- /var/lib/jenkins/tmp/x2go-mock-zxTgzgAeeLYENfP7w3AMm6qV/fedora-30-x86_64-x2go-nightly-full.lYjs21QEKRw3BL3QMnE2eUPF.cfg
+ for file in "${TMP_MOCK_CFG_DIR}/"*
+ '[' '!' -f /var/lib/jenkins/tmp/x2go-mock-zxTgzgAeeLYENfP7w3AMm6qV/fedora-30-x86_64-x2go-nightly-full.ywXpNUaVBFGt1RSAQApb44YT.cfg ']'
+ rm -- /var/lib/jenkins/tmp/x2go-mock-zxTgzgAeeLYENfP7w3AMm6qV/fedora-30-x86_64-x2go-nightly-full.ywXpNUaVBFGt1RSAQApb44YT.cfg
+ '[' -e /var/lib/jenkins/tmp/x2go-mock-zxTgzgAeeLYENfP7w3AMm6qV ']'
+ '[' -d /var/lib/jenkins/tmp/x2go-mock-zxTgzgAeeLYENfP7w3AMm6qV ']'
+ rmdir -- /var/lib/jenkins/tmp/x2go-mock-zxTgzgAeeLYENfP7w3AMm6qV
+ typeset temp_dir=
+ for temp_dir in "${temp_cleanup[@]}"
+ '[' -n /var/lib/jenkins/tmp/tmp.1btrfLXkb9LJszTjU0KMbnoT ']'
+ '[' -d /var/lib/jenkins/tmp/tmp.1btrfLXkb9LJszTjU0KMbnoT ']'
+ rm -Rf -- /var/lib/jenkins/tmp/tmp.1btrfLXkb9LJszTjU0KMbnoT
Build step 'Execute shell' marked build as failure


More information about the x2go-commits mailing list