On Mon, Jan 19, 2015 at 3:36 PM, Michael Stahl <[email protected]> wrote: > On 19.01.2015 16:54, Michael Stahl wrote: > >> the warning is printed in the next lines: >> >>> C:/cygwin/home/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/Windows/shell/source/win32/shlxthandler/util/utilities.cxx(110) >>> : warning C4996: 'GetVersionExW': was declared deprecated >>> C:/PROGRA~2/WINDOW~4/8.1/include/umsysinfoapi.h(442) : see declaration of >>> 'GetVersionExW' >> >> looks unrelated to your patch (and needs further investigation). > > perhaps commit 4500afcc1be7774b3c35ab69a20e36165ca5445a fixes this now, > although i can't test it locally and evidently different Jenkins > buildbots are set up with different Windows SDK versions, so not > possible to know for sure now. >
I'm suspecting env differences in Jenkins. My last build succeeded and it doesn't include your fix for the deprecation warning (thanks, btw). I also had seen that failure before. I expect you commit puts it to its final rest, but differences in the SDK/environment will rear its ugly head sooner or later. On another build (438,) Mac failed with the following error. Not a related error, but since we're on the topic of "sporadic build failures on Jenkins" I'm including for completeness. ##Failure Location unknown## : Error Test name: testPlausableBorder::Import_Export_Import An uncaught exception of type com.sun.star.task.ErrorCodeIOException - SfxBaseModel::impl_store <file:///var/folders/dk/y9bnkc_d3qgg3nj2cxshnshm0000gp/T/lu4gemk1.tmp> failed: 0x507 Failures !!! Run: 106 Failure total: 1 Failures: 0 Errors: 1 2015-01-19 16:59:06.976 cppunittester[44849:507] *** -[NSAutoreleasePool release]: This pool has already been released, do not drain it (double release). Error: a unit test failed, please do one of: export DEBUGCPPUNIT=TRUE # for exception catching export CPPUNITTRACE="lldb --" # for interactive debugging on OSX export VALGRIND=memcheck # for memory checking and retry using: make CppunitTest_sw_ooxmlexport /Users/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/MacOSX/solenv/gbuild/CppunitTest.mk:81: recipe for target '/Users/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/MacOSX/workdir/CppunitTest/sw_ooxmlexport.test' failed make[1]: *** [/Users/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/MacOSX/workdir/CppunitTest/sw_ooxmlexport.test] Error 1 make[1]: *** Waiting for unfinished jobs.... Makefile:246: recipe for target 'build' failed make: *** [build] Error 2 Build step 'Execute shell' marked build as failure Finished: FAILURE > > _______________________________________________ > LibreOffice mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/libreoffice _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
