I am no expert on this scripting but I did some analysis. The last success was July 7. We don't have many commits to svn around them and the single one on July 8 looks benign. https://ci-builds.apache.org/job/Incubator/job/Incubator-SVN-Clutch-Analysis-part-1/ https://svn.apache.org/viewvc/incubator/?view=log
The clutch2.sh is showing an issue since July 7. https://svn.apache.org/viewvc/incubator/public/trunk/clutch2.sh?revision=1911409&view=markup#l19 This line is not evaluating a number value into $CLUTCH_COUNT_1 as expected and the shell script fails at the end of the script because $CLUTCH_COUNT_1 does not equal $CLUTCH_COUNT_2. So it appears that `python3 clutch2status.py > clutch2pages.out` is not succeeding. I will try to print out clutch2pages.out if the $CLUTCH_COUNT_1 is not evaluating as a number. On Wed, 29 Jul 2026 at 15:22, Dave Fisher <[email protected]> wrote: > > The clutch process has been failing for the last three weeks. > > If someone cares to research what broke that would be great. It looks like > either the podlings.xml file is broken or there is some impact in the python > environment, > > I’m not sure when I’ll have time. > > Best, > Dave > > > On Jul 28, 2026, at 6:38 PM, Apache Jenkins Server > > <[email protected]> wrote: > > > > Incubator » Incubator-SVN-Clutch-Analysis-part-1 - Build # 3289 - Still > > Failing: > > > > Check console output at > > https://ci-builds.apache.org/job/Incubator/job/Incubator-SVN-Clutch-Analysis-part-1/3289/ > > to view the results. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
