Hi I am to get our build bots working again.
So far I've committed a patch to fix #126787 (build breaking regression in main/sal due to <prewin.h> and <postwin.h> being included) in r1727413, and deleted an unused empty file that the RAT scan was treating as missing the ASL in r1727463. The Windows aoo-win7 build bot now gets further, infamously breaking in apr, but now also breaking in jpeg ( https://ci.apache.org/builders/aoo-win7/builds/156/steps/build.pl%20--all/logs/stdio ). The error for the jpeg module is: dmake: Error: -- `./ wntmsci12.pro/misc/52654eb3b2e60c35731ea8fc87f1bd29-jpeg-8d.unpack' not found, and can't be made What looks interesting, if you get the stdio log and look for the "Entering ..." lines and sort and count them, is that the only modules that are entered more than once are the same ones that the build breaks in: apr and jpeg: $ grep Entering /tmp/stdio | sort | uniq -c | grep "^ 1 " -v 2 Entering /cygdrive/e/slave14/aoo-win7/build/ext_libraries/apr 2 Entering /cygdrive/e/slave14/aoo-win7/build/main/jpeg Is it breaking because build.pl is trying to build those modules more than once (or is it re-entering them because they broke the build)? Our build page https://ci.apache.org/projects/openoffice/index.html is also messed up - eg. "Windows Nightly Build Logs" is listed under "FreeBSD nightly Install Packages". How do we edit it? What else? How do we get SSH access to the build bots for further debugging? Thank you Damjan