See <http://jenkins.x2go.org:8080/job/x2goclient+nightly+fedora-rawhide/296/changes> Changes: [ionic] general: fix spelling and English language syntax issues. Fixes: #389. [ionic] general: improve debug output and error messages. ------------------------------------------ [...truncated 3118 lines...] ^ ../src/sshmasterconnection.cpp:1558: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:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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:1558: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:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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:1558: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:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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/onmainwindow.cpp: In member function 'void ONMainWindow::printSshDError_noHostPubKey()': ../src/onmainwindow.cpp:11526:9: warning: unused variable 'port' [-Wunused-variable] int port = clientSshPort.toInt (); ^ ../src/sshmasterconnection.cpp:1599: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:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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:1599: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:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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:1599: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:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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:1621: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:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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:1621: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:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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:1621: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:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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:1668: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:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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:1668: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:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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:1668: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:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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:1672:9: warning: 'int channel_close(ssh_channel)' is deprecated [-Wdeprecated-declarations] channel_close ( channel ); ^ In file included from /usr/include/libssh/libssh.h:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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:1672:9: warning: 'int channel_close(ssh_channel)' is deprecated [-Wdeprecated-declarations] channel_close ( channel ); ^ In file included from /usr/include/libssh/libssh.h:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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:1672:33: warning: 'int channel_close(ssh_channel)' is deprecated [-Wdeprecated-declarations] channel_close ( channel ); ^ In file included from /usr/include/libssh/libssh.h:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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:1676:9: warning: 'void channel_free(ssh_channel)' is deprecated [-Wdeprecated-declarations] channel_free ( channel ); ^ In file included from /usr/include/libssh/libssh.h:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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:1676:9: warning: 'void channel_free(ssh_channel)' is deprecated [-Wdeprecated-declarations] channel_free ( channel ); ^ In file included from /usr/include/libssh/libssh.h:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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:1676:32: warning: 'void channel_free(ssh_channel)' is deprecated [-Wdeprecated-declarations] channel_free ( channel ); ^ In file included from /usr/include/libssh/libssh.h:668:0, from ../src/sshmasterconnection.h:21, from ../src/onmainwindow.h:46, 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); ^ Makefile:762: recipe for target 'sshmasterconnection.o' failed make[2]: *** [sshmasterconnection.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/builddir/build/BUILD/x2goclient-4.0.4.0/client_build' Makefile:39: recipe for target 'build_client' failed make[1]: Leaving directory '/builddir/build/BUILD/x2goclient-4.0.4.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.4E3fHm (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.4E3fHm (%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-IvY5BKbxwo7ecsgrDkJvUnpV ']' + '[' -e /var/lib/jenkins/tmp/x2go-mock-IvY5BKbxwo7ecsgrDkJvUnpV ']' + case "${TMP_MOCK_CFG_DIR}" in + typeset file= + for file in '"${TMP_MOCK_CFG_DIR}/"*' + '[' '!' -f /var/lib/jenkins/tmp/x2go-mock-IvY5BKbxwo7ecsgrDkJvUnpV/fedora-rawhide-x86_64-x2go-nightly-full.2dqMLWD3YrteCKksd34VXBeM.cfg ']' + rm -- /var/lib/jenkins/tmp/x2go-mock-IvY5BKbxwo7ecsgrDkJvUnpV/fedora-rawhide-x86_64-x2go-nightly-full.2dqMLWD3YrteCKksd34VXBeM.cfg + for file in '"${TMP_MOCK_CFG_DIR}/"*' + '[' '!' -f /var/lib/jenkins/tmp/x2go-mock-IvY5BKbxwo7ecsgrDkJvUnpV/fedora-rawhide-x86_64-x2go-nightly-full.V9RF2WBBmyvGp84dT4IYFsHg.cfg ']' + rm -- /var/lib/jenkins/tmp/x2go-mock-IvY5BKbxwo7ecsgrDkJvUnpV/fedora-rawhide-x86_64-x2go-nightly-full.V9RF2WBBmyvGp84dT4IYFsHg.cfg + '[' -e /var/lib/jenkins/tmp/x2go-mock-IvY5BKbxwo7ecsgrDkJvUnpV ']' + '[' -d /var/lib/jenkins/tmp/x2go-mock-IvY5BKbxwo7ecsgrDkJvUnpV ']' + rmdir -- /var/lib/jenkins/tmp/x2go-mock-IvY5BKbxwo7ecsgrDkJvUnpV + typeset temp_dir= + for temp_dir in '"${temp_cleanup[@]}"' + '[' -n /var/lib/jenkins/tmp/tmp.zGVciyaOvfsjkzzprQT2fnEl ']' + '[' -d /var/lib/jenkins/tmp/tmp.zGVciyaOvfsjkzzprQT2fnEl ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.zGVciyaOvfsjkzzprQT2fnEl Build step 'Execute shell' marked build as failure