[X2Go-Commits] Build failed in Jenkins: x2goclient+nightly+fedora-rawhide #418

jenkins at x2go.org jenkins at x2go.org
Mon Jan 23 19:10:47 CET 2017


http://jenkins.x2go.org:8080/job/x2goclient+nightly+fedora-rawhide/418/Changes:

[ionic] src/onmainwindow.cpp: correctly initialize pulseManager and

------------------------------------------
[...truncated 136.08 KB...]
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:75:31: note: declared here
 SSH_DEPRECATED LIBSSH_API int channel_request_exec(ssh_channel channel, const char *cmd);
                               ^~~~~~~~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:1609:18: warning: 'int channel_poll(ssh_channel, int)' is deprecated [-Wdeprecated-declarations]
             if ( channel_poll ( channel,1 ) >0 )
                  ^~~~~~~~~~~~
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:66:31: note: declared here
 SSH_DEPRECATED LIBSSH_API int channel_poll(ssh_channel channel, int is_stderr);
                               ^~~~~~~~~~~~
../src/sshmasterconnection.cpp:1609:43: warning: 'int channel_poll(ssh_channel, int)' is deprecated [-Wdeprecated-declarations]
             if ( channel_poll ( channel,1 ) >0 )
                                           ^
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:66:31: note: declared here
 SSH_DEPRECATED LIBSSH_API int channel_poll(ssh_channel channel, int is_stderr);
                               ^~~~~~~~~~~~
../src/sshmasterconnection.cpp:1614:26: warning: 'int channel_read(ssh_channel, void*, uint32_t, int)' is deprecated [-Wdeprecated-declarations]
                 nbytes = channel_read ( channel, buffer, sizeof ( buffer )-1, 1 );
                          ^~~~~~~~~~~~
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:67:31: note: declared here
 SSH_DEPRECATED LIBSSH_API int channel_read(ssh_channel channel, void *dest, uint32_t count, int is_stderr);
                               ^~~~~~~~~~~~
../src/sshmasterconnection.cpp:1614:81: warning: 'int channel_read(ssh_channel, void*, uint32_t, int)' is deprecated [-Wdeprecated-declarations]
                 nbytes = channel_read ( channel, buffer, sizeof ( buffer )-1, 1 );
                                                                                 ^
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:67:31: note: declared here
 SSH_DEPRECATED LIBSSH_API int channel_read(ssh_channel channel, void *dest, uint32_t count, int is_stderr);
                               ^~~~~~~~~~~~
../src/sshmasterconnection.cpp:1620:21: warning: 'int channel_poll(ssh_channel, int)' is deprecated [-Wdeprecated-declarations]
             int rez=channel_poll ( channel,0 );
                     ^~~~~~~~~~~~
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:66:31: note: declared here
 SSH_DEPRECATED LIBSSH_API int channel_poll(ssh_channel channel, int is_stderr);
                               ^~~~~~~~~~~~
../src/sshmasterconnection.cpp:1620:46: warning: 'int channel_poll(ssh_channel, int)' is deprecated [-Wdeprecated-declarations]
             int rez=channel_poll ( channel,0 );
                                              ^
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:66:31: note: declared here
 SSH_DEPRECATED LIBSSH_API int channel_poll(ssh_channel channel, int is_stderr);
                               ^~~~~~~~~~~~
../src/sshmasterconnection.cpp:1635:26: warning: 'int channel_read(ssh_channel, void*, uint32_t, int)' is deprecated [-Wdeprecated-declarations]
                 nbytes = channel_read ( channel, buffer, sizeof ( buffer )-1, 0 );
                          ^~~~~~~~~~~~
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:67:31: note: declared here
 SSH_DEPRECATED LIBSSH_API int channel_read(ssh_channel channel, void *dest, uint32_t count, int is_stderr);
                               ^~~~~~~~~~~~
../src/sshmasterconnection.cpp:1635:81: warning: 'int channel_read(ssh_channel, void*, uint32_t, int)' is deprecated [-Wdeprecated-declarations]
                 nbytes = channel_read ( channel, buffer, sizeof ( buffer )-1, 0 );
                                                                                 ^
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:67:31: note: declared here
 SSH_DEPRECATED LIBSSH_API int channel_read(ssh_channel channel, void *dest, uint32_t count, int is_stderr);
                               ^~~~~~~~~~~~
../src/sshmasterconnection.cpp:1676:22: warning: 'int channel_is_eof(ssh_channel)' is deprecated [-Wdeprecated-declarations]
                 if ( channel_is_eof ( channel ) )
                      ^~~~~~~~~~~~~~
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:60:31: note: declared here
 SSH_DEPRECATED LIBSSH_API int channel_is_eof(ssh_channel channel);
                               ^~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:1676:47: warning: 'int channel_is_eof(ssh_channel)' is deprecated [-Wdeprecated-declarations]
                 if ( channel_is_eof ( channel ) )
                                               ^
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:60:31: note: declared here
 SSH_DEPRECATED LIBSSH_API int channel_is_eof(ssh_channel channel);
                               ^~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:1698:26: warning: 'int channel_write(ssh_channel, const void*, uint32_t)' is deprecated [-Wdeprecated-declarations]
                     if ( channel_write ( channel, buffer, nbytes ) !=nbytes )
                          ^~~~~~~~~~~~~
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:89:31: note: declared here
 SSH_DEPRECATED LIBSSH_API int channel_write(ssh_channel channel, const void *data, uint32_t len);
                               ^~~~~~~~~~~~~
../src/sshmasterconnection.cpp:1698:66: warning: 'int channel_write(ssh_channel, const void*, uint32_t)' is deprecated [-Wdeprecated-declarations]
                     if ( channel_write ( channel, buffer, nbytes ) !=nbytes )
                                                                  ^
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:89:31: note: declared here
 SSH_DEPRECATED LIBSSH_API int channel_write(ssh_channel channel, const void *data, uint32_t len);
                               ^~~~~~~~~~~~~
../src/sshmasterconnection.cpp: In member function 'void SshMasterConnection::finalize(int)':
../src/sshmasterconnection.cpp:1745:9: warning: 'int channel_send_eof(ssh_channel)' is deprecated [-Wdeprecated-declarations]
         channel_send_eof ( channel );
         ^~~~~~~~~~~~~~~~
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:85:31: note: declared here
 SSH_DEPRECATED LIBSSH_API int channel_send_eof(ssh_channel channel);
                               ^~~~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:1745:36: warning: 'int channel_send_eof(ssh_channel)' is deprecated [-Wdeprecated-declarations]
         channel_send_eof ( channel );
                                    ^
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:85:31: note: declared here
 SSH_DEPRECATED LIBSSH_API int channel_send_eof(ssh_channel channel);
                               ^~~~~~~~~~~~~~~~
../src/sshmasterconnection.cpp:1749:9: warning: 'int channel_close(ssh_channel)' is deprecated [-Wdeprecated-declarations]
         channel_close ( channel );
         ^~~~~~~~~~~~~
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:53:31: note: declared here
 SSH_DEPRECATED LIBSSH_API int channel_close(ssh_channel channel);
                               ^~~~~~~~~~~~~
../src/sshmasterconnection.cpp:1749:33: warning: 'int channel_close(ssh_channel)' is deprecated [-Wdeprecated-declarations]
         channel_close ( channel );
                                 ^
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:53:31: note: declared here
 SSH_DEPRECATED LIBSSH_API int channel_close(ssh_channel channel);
                               ^~~~~~~~~~~~~
../src/sshmasterconnection.cpp:1753:9: warning: 'void channel_free(ssh_channel)' is deprecated [-Wdeprecated-declarations]
         channel_free ( channel );
         ^~~~~~~~~~~~
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:56:32: note: declared here
 SSH_DEPRECATED LIBSSH_API void channel_free(ssh_channel channel);
                                ^~~~~~~~~~~~
../src/sshmasterconnection.cpp:1753:32: warning: 'void channel_free(ssh_channel)' is deprecated [-Wdeprecated-declarations]
         channel_free ( channel );
                                ^
In file included from /usr/include/libssh/libssh.h:670:0,
                 from ../src/sshmasterconnection.h:21,
                 from ../src/onmainwindow.h:47,
                 from ../src/x2gologdebug.h:23,
                 from ../src/sshmasterconnection.cpp:19:
/usr/include/libssh/legacy.h:56:32: note: declared here
 SSH_DEPRECATED LIBSSH_API void channel_free(ssh_channel channel);
                                ^~~~~~~~~~~~
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I../../x2goclient-4.1.0.0 -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtSvg -I/usr/include -I../src -I. -I. -I../../x2goclient-4.1.0.0 -I. -o printprocess.o ../src/printprocess.cpp
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I../../x2goclient-4.1.0.0 -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtSvg -I/usr/include -I../src -I. -I. -I../../x2goclient-4.1.0.0 -I. -o cupsprint.o ../src/cupsprint.cpp
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I../../x2goclient-4.1.0.0 -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtSvg -I/usr/include -I../src -I. -I. -I../../x2goclient-4.1.0.0 -I. -o cupsprintwidget.o ../src/cupsprintwidget.cpp
g++ -c -O2 -Wall -W -D_REENTRANT -DCFGCLIENT -D__linux__ -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I../../x2goclient-4.1.0.0 -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtSvg -I/usr/include -I../src -I. -I. -I../../x2goclient-4.1.0.0 -I. -o cupsprintersettingsdialog.o ../src/cupsprintersettingsdialog.cpp
make[2]: *** [Makefile:790: onmainwindow.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/builddir/build/BUILD/x2goclient-4.1.0.0/client_build'
make[1]: Leaving directory '/builddir/build/BUILD/x2goclient-4.1.0.0'
make[1]: *** [Makefile:41: build_client] Error 2
make: *** [Makefile:35: build] Error 2
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.qhWA2V (%build)
    Bad exit status from /var/tmp/rpm-tmp.qhWA2V (%build)
Child return code was: 1
EXCEPTION: Command failed. See logs for output.
 # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/x2goclient.spec']
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/mockbuild/trace_decorator.py", line 70, in trace
    result = func(*args, **kw)
  File "/usr/lib/python2.7/dist-packages/mockbuild/util.py", line 361, in do
    raise mockbuild.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode)
Error: Command failed. See logs for output.
 # ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/x2goclient.spec']
LEAVE do --> EXCEPTION RAISED

+ exit 1
+ cleanup
+ '[' -n /var/lib/jenkins/tmp/x2go-mock-RAs4F30gN90t6RDPOaaLJ5Ql ']'
+ '[' -e /var/lib/jenkins/tmp/x2go-mock-RAs4F30gN90t6RDPOaaLJ5Ql ']'
+ case "${TMP_MOCK_CFG_DIR}" in
+ typeset file=
+ for file in '"${TMP_MOCK_CFG_DIR}/"*'
+ '[' '!' -f /var/lib/jenkins/tmp/x2go-mock-RAs4F30gN90t6RDPOaaLJ5Ql/fedora-rawhide-x86_64-x2go-nightly-full.GTlLKrc917iILU87LyGq6EZr.cfg ']'
+ rm -- /var/lib/jenkins/tmp/x2go-mock-RAs4F30gN90t6RDPOaaLJ5Ql/fedora-rawhide-x86_64-x2go-nightly-full.GTlLKrc917iILU87LyGq6EZr.cfg
+ for file in '"${TMP_MOCK_CFG_DIR}/"*'
+ '[' '!' -f /var/lib/jenkins/tmp/x2go-mock-RAs4F30gN90t6RDPOaaLJ5Ql/fedora-rawhide-x86_64-x2go-nightly-full.tbOo61cdBDFL7G4MqoiTrzX0.cfg ']'
+ rm -- /var/lib/jenkins/tmp/x2go-mock-RAs4F30gN90t6RDPOaaLJ5Ql/fedora-rawhide-x86_64-x2go-nightly-full.tbOo61cdBDFL7G4MqoiTrzX0.cfg
+ '[' -e /var/lib/jenkins/tmp/x2go-mock-RAs4F30gN90t6RDPOaaLJ5Ql ']'
+ '[' -d /var/lib/jenkins/tmp/x2go-mock-RAs4F30gN90t6RDPOaaLJ5Ql ']'
+ rmdir -- /var/lib/jenkins/tmp/x2go-mock-RAs4F30gN90t6RDPOaaLJ5Ql
+ typeset temp_dir=
+ for temp_dir in '"${temp_cleanup[@]}"'
+ '[' -n /var/lib/jenkins/tmp/tmp.frozOFHJ9SEp6Hmlo1ucjvbX ']'
+ '[' -d /var/lib/jenkins/tmp/tmp.frozOFHJ9SEp6Hmlo1ucjvbX ']'
+ rm -Rf -- /var/lib/jenkins/tmp/tmp.frozOFHJ9SEp6Hmlo1ucjvbX
Build step 'Execute shell' marked build as failure


More information about the x2go-commits mailing list