A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/01/26 12:32
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:x2goclient-file-sharing?rev=1485433…
New Revision: http://wiki.x2go.org/doku.php/doc:howto:x2goclient-file-sharing
Edit Summary: Mixed up bold and tt markup in one place
User : stefanbaur
@@ -1,2 +1,2 @@
====== Setting up File Sharing in X2GoClient ======
- <note>On some older Linux distributions, it was required that you add your users to the ''fuse'' group on your server. Newer distributions do away with this requirement. So if your server does ''not'' have a group called ''fuse'', you should not need to create (and populate) it. Only populate it with your users if it already exists, to avoid
[[https://en.wikipedia.org/wiki/Cargo_cult_programming|Cargo Cult Programming]].</note>
+ <note>On some older Linux distributions, it was required that you add your users to the ''fuse'' group on your server. Newer distributions do away with this requirement. So if your server does **not** have a group called ''fuse'', you should not need to create (and populate) it. Only populate it with your users if it already exists, to avoid [[https://en.wikipedia.org/wiki/Cargo_cult_programming|Cargo Cult Programming]].</note>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/01/26 12:32
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: ---
New Revision: http://wiki.x2go.org/doku.php/doc:howto:x2goclient-file-sharing
Edit Summary: created - initial note added.
User : stefanbaur
====== Setting up File Sharing in X2GoClient ======
<note>On some older Linux distributions, it was required that you add your users to the ''fuse'' group on your server. Newer distributions do away with this requirement. So if your server does ''not'' have a group called ''fuse'', you should not need to create (and populate) it. Only populate it with your users if it already exists, to avoid [[https://en.wikipedia.org/wiki/Cargo_cult_programming|Cargo Cult Programming]].</note>
--
This mail was generated by DokuWiki
at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/01/26 12:28
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto?rev=1484834734
New Revision: http://wiki.x2go.org/doku.php/doc:howto
Edit Summary:
User : stefanbaur
@@ -10,4 +10,5 @@
* [[doc:installation:x2gobroker|Installing X2Go Session Broker]] - careful, this page seems to mix Perl- and Python-based Broker installation
* [[doc:howto:wikid| Adding two-factor authentication to X2Go]]
* [[doc:howto:nx-libs-betatesting|Betatesting a newer NX-Libs version from Arctica]]
* [[doc:howto:ssh-agent-workaround|Workaround to use SSH Agent Forwarding inside an X2Go session]]
+ * [[doc:howto:x2goclient-file-sharing|Setting up File Sharing in X2GoClient]]
--
This mail was generated by DokuWiki
at
http://wiki.x2go.org/
http://jenkins.x2go.org:8080/job/x2goclient+nightly+debian-stretch/120/Chan…:
[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
http://jenkins.x2go.org:8080/job/x2goclient+nightly+debian-sid/457/Changes:
[ionic] src/onmainwindow.cpp: correctly initialize pulseManager and
------------------------------------------
[...truncated 174.90 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:07:18Z
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: 38
Distribution: unstable
Fail-Stage: build
Host Architecture: amd64
Install-Time: 873
Job: /home/_jenkins_/tmp/tmp.ZIZmlFEVss6uac3dtoztj85w/x2goclient_4.1.0.0-0x2go1~git20170123.1534+9999.heuler.1.dsc
Machine Architecture: amd64
Package: x2goclient
Package-Time: 2196
Source-Version: 4.1.0.0-0x2go1~git20170123.1534+9999.heuler.1
Space: 73624
Status: attempted
Version: 4.1.0.0-0x2go1~git20170123.1534+9999.heuler.1
--------------------------------------------------------------------------------
Finished at 2017-01-23T18:07:18Z
Build needed 00:36:36, 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.ZIZmlFEVss6uac3dtoztj85w ']'
+ '[' -d /var/lib/jenkins/tmp/tmp.ZIZmlFEVss6uac3dtoztj85w ']'
+ rm -Rf -- /var/lib/jenkins/tmp/tmp.ZIZmlFEVss6uac3dtoztj85w
Build step 'Execute shell' marked build as failure
http://jenkins.x2go.org:8080/job/x2goclient+nightly+fedora-23/64/Changes:
[ionic] src/onmainwindow.cpp: correctly initialize pulseManager and
------------------------------------------
[...truncated 162.82 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: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: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: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: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: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: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: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 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -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 x2gologdebug.o ../src/x2gologdebug.cpp
g++ -c -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -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
Makefile:790: recipe for target 'onmainwindow.o' failed
make[2]: *** [onmainwindow.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/builddir/build/BUILD/x2goclient-4.1.0.0/client_build'
Makefile:39: recipe for target 'build_client' failed
make[1]: Leaving directory '/builddir/build/BUILD/x2goclient-4.1.0.0'
make[1]: *** [build_client] Error 2
make: *** [build] Error 2
Makefile:35: recipe for target 'build' failed
error: Bad exit status from /var/tmp/rpm-tmp.Mgeh1u (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.Mgeh1u (%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-I1rBQy343hOYdIAdc7zoo9lS ']'
+ '[' -e /var/lib/jenkins/tmp/x2go-mock-I1rBQy343hOYdIAdc7zoo9lS ']'
+ case "${TMP_MOCK_CFG_DIR}" in
+ typeset file=
+ for file in '"${TMP_MOCK_CFG_DIR}/"*'
+ '[' '!' -f /var/lib/jenkins/tmp/x2go-mock-I1rBQy343hOYdIAdc7zoo9lS/fedora-23-x86_64-x2go-nightly-full.P3mrMlykN7gYNUwmeLWfS1Zg.cfg ']'
+ rm -- /var/lib/jenkins/tmp/x2go-mock-I1rBQy343hOYdIAdc7zoo9lS/fedora-23-x86_64-x2go-nightly-full.P3mrMlykN7gYNUwmeLWfS1Zg.cfg
+ for file in '"${TMP_MOCK_CFG_DIR}/"*'
+ '[' '!' -f /var/lib/jenkins/tmp/x2go-mock-I1rBQy343hOYdIAdc7zoo9lS/fedora-23-x86_64-x2go-nightly-full.zvmjvAgAlr3JsQ0LtSjkNnG5.cfg ']'
+ rm -- /var/lib/jenkins/tmp/x2go-mock-I1rBQy343hOYdIAdc7zoo9lS/fedora-23-x86_64-x2go-nightly-full.zvmjvAgAlr3JsQ0LtSjkNnG5.cfg
+ '[' -e /var/lib/jenkins/tmp/x2go-mock-I1rBQy343hOYdIAdc7zoo9lS ']'
+ '[' -d /var/lib/jenkins/tmp/x2go-mock-I1rBQy343hOYdIAdc7zoo9lS ']'
+ rmdir -- /var/lib/jenkins/tmp/x2go-mock-I1rBQy343hOYdIAdc7zoo9lS
+ typeset temp_dir=
+ for temp_dir in '"${temp_cleanup[@]}"'
+ '[' -n /var/lib/jenkins/tmp/tmp.nZ7De6HU4XhNhVYgpR08zGfL ']'
+ '[' -d /var/lib/jenkins/tmp/tmp.nZ7De6HU4XhNhVYgpR08zGfL ']'
+ rm -Rf -- /var/lib/jenkins/tmp/tmp.nZ7De6HU4XhNhVYgpR08zGfL
Build step 'Execute shell' marked build as failure
http://jenkins.x2go.org:8080/job/x2goclient+nightly+fedora-24/31/Changes:
[ionic] src/onmainwindow.cpp: correctly initialize pulseManager and
------------------------------------------
[...truncated 150.83 KB...]
^~~~~~~~~~~~~~~~~~~~
../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
Makefile:790: recipe for target 'onmainwindow.o' failed
make[2]: *** [onmainwindow.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/builddir/build/BUILD/x2goclient-4.1.0.0/client_build'
Makefile:39: recipe for target 'build_client' failed
make[1]: Leaving directory '/builddir/build/BUILD/x2goclient-4.1.0.0'
make[1]: *** [build_client] Error 2
Makefile:35: recipe for target 'build' failed
make: *** [build] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.Y1GJYL (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.Y1GJYL (%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-AkX6YBFxySgtQJiN7wuVCc7Q ']'
+ '[' -e /var/lib/jenkins/tmp/x2go-mock-AkX6YBFxySgtQJiN7wuVCc7Q ']'
+ case "${TMP_MOCK_CFG_DIR}" in
+ typeset file=
+ for file in '"${TMP_MOCK_CFG_DIR}/"*'
+ '[' '!' -f /var/lib/jenkins/tmp/x2go-mock-AkX6YBFxySgtQJiN7wuVCc7Q/fedora-24-x86_64-x2go-nightly-full.7wItGLr2G0PTLewUifJQLEks.cfg ']'
+ rm -- /var/lib/jenkins/tmp/x2go-mock-AkX6YBFxySgtQJiN7wuVCc7Q/fedora-24-x86_64-x2go-nightly-full.7wItGLr2G0PTLewUifJQLEks.cfg
+ for file in '"${TMP_MOCK_CFG_DIR}/"*'
+ '[' '!' -f /var/lib/jenkins/tmp/x2go-mock-AkX6YBFxySgtQJiN7wuVCc7Q/fedora-24-x86_64-x2go-nightly-full.qMnVei24n6qsVng4phkPJ58f.cfg ']'
+ rm -- /var/lib/jenkins/tmp/x2go-mock-AkX6YBFxySgtQJiN7wuVCc7Q/fedora-24-x86_64-x2go-nightly-full.qMnVei24n6qsVng4phkPJ58f.cfg
+ '[' -e /var/lib/jenkins/tmp/x2go-mock-AkX6YBFxySgtQJiN7wuVCc7Q ']'
+ '[' -d /var/lib/jenkins/tmp/x2go-mock-AkX6YBFxySgtQJiN7wuVCc7Q ']'
+ rmdir -- /var/lib/jenkins/tmp/x2go-mock-AkX6YBFxySgtQJiN7wuVCc7Q
+ typeset temp_dir=
+ for temp_dir in '"${temp_cleanup[@]}"'
+ '[' -n /var/lib/jenkins/tmp/tmp.WhQRbGNg5I6Y8ymkn1I5tL8o ']'
+ '[' -d /var/lib/jenkins/tmp/tmp.WhQRbGNg5I6Y8ymkn1I5tL8o ']'
+ rm -Rf -- /var/lib/jenkins/tmp/tmp.WhQRbGNg5I6Y8ymkn1I5tL8o
Build step 'Execute shell' marked build as failure