The GitHub Actions job "Required Checks" on texera.git/test/state-mat-into-amber-integration has failed. Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).
Head commit for run: 65f71c31749054d3b9fd58d5778b4569d50a0c96 / Yicong Huang <[email protected]> fix(amber-integration): make /usr/local/include traversable on macOS protoc's import resolver walks each -I in order. With `-I=/usr/local/include` listed first, ambermessage.proto's `import "org/apache/.../controlcommands.proto"` caused protoc to stat `/usr/local/include/org/apache/...`. On Linux that path returns ENOENT and protoc falls through to the next -I; on macOS the unzip-created /usr/local/include lacks +x for the runner user, so the stat returns EACCES and protoc aborts. Widen the existing chmod from `/usr/local/include/google` to `/usr/local/include` so the parent dir is traversable on both OSes. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]> Report URL: https://github.com/apache/texera/actions/runs/27482355484 With regards, GitHub Actions via GitBox
