[X2Go-Commits] Build failed in Jenkins: x2goclient+nightly+debian-stretch #120

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


http://jenkins.x2go.org:8080/job/x2goclient+nightly+debian-stretch/120/Changes:

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

------------------------------------------
[...truncated 168.30 KB...]
/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);
                                ^~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/client_build'
Makefile:39: recipe for target 'build_client' failed
make[2]: *** [build_client] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:35: recipe for target 'build' failed
make[1]: *** [build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j2 returned exit code 2
debian/rules:9: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--------------------------------------------------------------------------------
Build finished at 2017-01-23T18:10:19Z

Finished
--------


+------------------------------------------------------------------------------+
| Cleanup                                                                      |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use
E: Build failure (dpkg-buildpackage died)

+------------------------------------------------------------------------------+
| Summary                                                                      |
+------------------------------------------------------------------------------+

Build Architecture: amd64
Build-Space: 73624
Build-Time: 30
Distribution: stretch
Fail-Stage: build
Host Architecture: amd64
Install-Time: 889
Job: /home/_jenkins_/tmp/tmp.QjtaOodmC0ugILjxoH3DDyTx/x2goclient_4.1.0.0-0x2go1~git20170123.1534+9.heuler.1.dsc
Machine Architecture: amd64
Package: x2goclient
Package-Time: 2398
Source-Version: 4.1.0.0-0x2go1~git20170123.1534+9.heuler.1
Space: 73624
Status: attempted
Version: 4.1.0.0-0x2go1~git20170123.1534+9.heuler.1
--------------------------------------------------------------------------------
Finished at 2017-01-23T18:10:19Z
Build needed 00:39:58, 73624k disk space
E: Build failure (dpkg-buildpackage died)
+ cleanup
+ typeset temp_dir=
+ for temp_dir in '"${temp_cleanup[@]}"'
+ '[' -n '' ']'
+ for temp_dir in '"${temp_cleanup[@]}"'
+ '[' -n /var/lib/jenkins/tmp/tmp.QjtaOodmC0ugILjxoH3DDyTx ']'
+ '[' -d /var/lib/jenkins/tmp/tmp.QjtaOodmC0ugILjxoH3DDyTx ']'
+ rm -Rf -- /var/lib/jenkins/tmp/tmp.QjtaOodmC0ugILjxoH3DDyTx
Build step 'Execute shell' marked build as failure


More information about the x2go-commits mailing list