Random failures on macOS
Our Apache Commons builds on macos-latest are failing randomly with:
Error: The template is not valid. .github/workflows/maven.yml (Line: 48, Col: 14): hashFiles('**/pom.xml') failed. Fail to hash files under directory '/Users/runner/work/commons-jxpath/commons-jxpath'
For example:
- https://github.com/apache/commons-exec/actions/runs/19612344307/job/56221760722
- https://github.com/apache/commons-jxpath/actions/runs/19634578250/job/56222100736
If you restart, sometimes it works, most of the time, not.
I've also been experiencing this except more consistently:
https://github.com/pgcentralfoundation/pgrx/actions/runs/19617246577/job/56171823011
Error: The template is not valid. .github/workflows/tests.yml (Line: 498, Col: 16): hashFiles('**/Cargo.lock, .github/workflows/tests.yml, .cargo/config.toml') failed. Fail to hash files under directory '/Users/runner/work/pgrx/pgrx'
No issues before very recently, a few days ago.
apparently this is a runner image thing: https://github.com/actions/runner-images/issues/13341#issuecomment-3570231171
@workingjubilee Thank you for the link.