The GitHub Actions job "CMake" on subversion.git/trunk has failed. Run started by GitHub user asfgit (triggered by asfgit).
Head commit for run: 5988cb206e41caa395c8f459b15bfd568bc2fcb3 / Timofei Zhakov <rin...@apache.org> GitHub actions: Consume all MacOS dependencies (except zlib) from homebrew, instead of relying on pre-installed libs. * .github/workflows/cmake.yml (Prepare MacOS Environment): Merged into 'install dependencies' step. (Install MacOS dependencies): List all packages in `brew install` command and explicitly add all .pc file directories into PKG_CONFIG_PATH environment variable. In my testing, the whole action completed successfully on Mac OS, except of one test: ``` 24: svn_tests: E200006: Expected error SVN_ERR_SQLITE_BUSY but got SVN_ERR_SQLITE_ERROR 24: svn_tests: E200030: sqlite[S10]: disk I/O error 24: svn_tests: E200042: Additional errors: 24: svn_tests: E200030: sqlite[S10]: disk I/O error 24: svn_tests: E200044: SQLite transaction rollback failed 24: svn_tests: E200030: sqlite[S1]: cannot rollback - no transaction is active 24: svn_tests: E200030: sqlite[S1]: cannot rollback - no transaction is active 24: FAIL: fs-test 65: test commit with locked rep-cache ``` It seems like the problem is not in the build process, but sqlite works not as we expect on this platform. git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1926599 13f79535-47bb-0310-9956-ffa450edef68 Report URL: https://github.com/apache/subversion/actions/runs/15781805470 With regards, GitHub Actions via GitBox