Hi I have a job that among other things uses cppcheck to examine the code. This has worked on several systems (Ubuntu, Debian, Windows). However I have a problem using the same job on the last Ubuntu 18.04. Here's a snippet from a working build:
(Ubuntu 16.04, CppCheck 1.72) [Cppcheck] Starting the cppcheck analysis. [Cppcheck] Processing 1 files with the pattern 'cppcheck.xml'. [Cppcheck] Not changing build status, since no threshold has been exceeded. [Cppcheck] Ending the cppcheck analysis. And this is what happens on Ubuntu 18.04 (Ubuntu 18.04, CppCheck 1.82) [Cppcheck] Starting the cppcheck analysis. [Cppcheck] Processing 1 files with the pattern 'cppcheck.xml'. [Cppcheck] Error on cppcheck analysis: java.io.IOException: remote file operation failed: /var/lib/jenkins/workspace/inos_unittest_desktop/INOSTYPE/600205020 Linux/OPT/Debug/OS/linux/label/inos_desktop at hudson.remoting.Channel@282557ba:Ub18-04-64: java.io.IOException: Remote call on Ub18-04-64 failed Build step 'Publish Cppcheck results' changed build result to FAILURE Build step 'Publish Cppcheck results' marked build as failure The cppcheck logfile looks the same, xml with version 2. So what else could be the reason for this exception? Is there a log file on the slave that has more information? Or can I tell the slave to output more information to the master? Thanks bye Fabi -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/20180920122925.855C736B177E%40macserver.private. For more options, visit https://groups.google.com/d/optout.
