On Sun, Nov 24, 2024 at 10:03 PM Jiang, Haochen via Gcc-testresults <gcc-testresults@gcc.gnu.org> wrote: > > > From: Jiang, Haochen > > Sent: Monday, November 25, 2024 1:52 PM > > > > > From: buil...@sourceware.org <buil...@sourceware.org> > > > Sent: Monday, November 25, 2024 11:40 AM > > > > > > A new failure has been detected on builder gcc-autoregen while building > > > gcc. > > > > > > Full details are available at: > > > > > > https://builder.sourceware.org/buildbot/#/builders/269/builds/10198 > > > > > > Build state: failed compile (failure) > > > Revision: 832e963a477268e023b0fae4e8c59d29be8e7f42 > > > Worker: bbo2 > > > Build Reason: (unknown) > > > Blamelist: Haochen Jiang <haochen.ji...@intel.com> > > > > > > > > > - 6: make html ( failure ) > > > Logs: > > > - stdio: > > > https://builder.sourceware.org/buildbot/#/builders/269/builds/10198/st > > > eps > > > /6/logs/stdio > > > - warnings (120): > > > https://builder.sourceware.org/buildbot/#/builders/269/builds/10198/st > > > eps > > > /6/logs/warnings__120_ > > > > This is a weird failure. In the commit I only changed the testsuite and > > should > > not cause make html fail. > > > > I also tried "make html" and did not see any diffs, or I misunderstood > > something? > > I downloaded the log file for check since the web UI could not scroll up a > lot. I > found that it is caused by: > > /bin/bash: line 1: build/genhooks: Permission denied > make[2]: *** [Makefile:2953: s-tm-texi] Error 126 > > Seems like a builder issue but not make html?
There is a known dependency issue that has not been debugged yet where `make -jN html` can sometime fail due to building and running genhooks at the same time. Since it only happens if you don't do a full build before the `make html` not many folks have run into it; this builder is the only one which does `make html` without doing a full build which is why it runs into this every once in a while. Thanks, Andrew Pinski > > Thx, > Haochen