On Fri, Jan 29, 2016 at 9:18 AM, Damjan Jovanovic <dam...@apache.org> wrote:
> 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 > > I can reproduce this error on my own Windows build by deleting or renaming ext_sources/52654eb3b2e60c35731ea8fc87f1bd29-jpeg-8d.tar.gz and then running "build" from inside main/jpeg. The problem on the buildbot appears to be that libjpeg couldn't be downloaded ( https://ci.apache.org/builders/aoo-win7/builds/156/steps/bootstrap/logs/stdio ): downloading to E:/slave14/aoo-win7/build/ext_sources/52654eb3b2e60c35731ea8fc87f1bd29-jpeg-8d.tar.gz.part download from http://www.ijg.org/files/jpegsrc.v8d.tar.gz failed download failed downloading to E:/slave14/aoo-win7/build/ext_sources/52654eb3b2e60c35731ea8fc87f1bd29-jpeg-8d.tar.gz.part download from http://sourceforge.net/projects/oooextras.mirror/files/52654eb3b2e60c35731ea8fc87f1bd29-jpeg-8d.tar.gz failed download failed Maybe it was a temporary networking glitch - 5 downloads failed in total (maybe we need a mirror internal to Apache?). Let's see how it looks tomorrow. > 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 > >