Hey Greg, George is right that this is coming from the xUnit plugin.
The plugin takes XML files generated by the unit tests and creates a test report view in Jenkins[1]. It's unclear what caused the IO exception, and I'll see what I can do about making sure this doesn't output 'failure' again. Regards, Trevor Bramwell [1] https://build.iotivity.org/ci/job/iotivity-merge-master-unit_tests/191/testReport/(root)/ kOn Mon, Nov 21, 2016 at 05:24:13PM +0000, Nash, George wrote: > This error is coming from the Jenkins xUnit plugin > (https://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin) it is not from any > in the scons scripts. > > You may need to work with Trevor from the linux foundation to figure this > issue out. > > George > > From: iotivity-dev-bounces at lists.iotivity.org [mailto:iotivity-dev-bounces > at lists.iotivity.org] On Behalf Of Gregg Reynolds > Sent: Monday, November 21, 2016 8:13 AM > To: iotivity-dev <iotivity-dev at lists.iotivity.org> > Subject: [dev] xUnit? > > This patch https://gerrit.iotivity.org/gerrit/#/c/8487/ is getting an error > on xUnit: > > ... > > 13:53:53 [Valgrind] Ending the valgrind analysis. > > 13:53:53 [xUnit] [INFO] - Starting to record. > > 13:53:53 [xUnit] [INFO] - Processing GoogleTest-1.6 > > 13:53:53 ERROR: Step ?Publish xUnit test result report? aborted due to > exception: > > 13:53:53 > java.io.IOException<http://stacktrace.jenkins-ci.org/search?query=java.io.IOException>: > remote file operation failed: > /home/jenkins-ci/workspace/iotivity-merge-master-unit_tests at > hudson.remoting.Channel at > 1256b065:gce-iotivity-build-1-j2z4-136c408b<mailto:hudson.remoting.Channel at > 1256b065:gce-iotivity-build-1-j2z4-136c408b>: java.io.IOException: Remote > call on gce-iotivity-build-1-j2z4-136c408b failed > ... > > (see > https://build.iotivity.org/ci/job/iotivity-merge-master-unit_tests/462/console). > > When I run 'grep R xUnit ./' I don't see anything in the (1.2.0 master) code > base referring to xUnit, except for > > ./extlibs/android/ndk/android-ndk-r10d/sources/third_party/googletest/googletest/README:xUnit > architecture. Supports automatic test discovery, a rich set of > ... > ./extlibs/gtest/gtest-1.7.0/README:xUnit architecture. Supports automatic > test discovery, a rich set of > > What's happening here? Where did xUnit come from? > > Thanks, > > Gregg > _______________________________________________ > iotivity-dev mailing list > iotivity-dev at lists.iotivity.org > https://lists.iotivity.org/mailman/listinfo/iotivity-dev -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: Digital signature URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20161121/6b4d4988/attachment.sig>
