[rendering-scripts] Daily verifier blocked by sandbox and network limits #61309
Closed
Replies: 1 comment
|
This discussion has been marked as outdated by Daily Rendering Scripts Verifier. A newer discussion is available at Discussion #61559. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Overview
Daily verification of the rendering/log-parser scripts could not be completed end-to-end this run. The most recent workflow run was identified and audited successfully, but three independent environment blockers prevented access to the raw agent log content and to the JS test harness needed to exercise
parse_claude_log.cjs/render_template.cjsagainst it.Run audited
.github/workflows/issue-monster.lock.yml)Blockers encountered
logs/auditreportedlogs_path: /tmp/gh-aw/aw-mcp/logs/run-35070000301, but readingagent-stdio.log(or listing the directory) returnedEACCES: permission deniedfrom both the Read and Glob tools — a real filesystem permission error, not a sandbox policy block.agentartifact directly viagh api repos/github/gh-aw/actions/artifacts/10436051108/zip(succeeded — a valid 444 KB PK zip containingagent-stdio.log). Extracting it required approval that could not be granted headlessly for every tool tried:unzip(even-llist-only),jar xf, andpython3(zipfilemodule, both inline-cand as a script file).actions/setup/jshas no installednode_modules.npm run test:jstherefore fails withvitest: not found. Runningnpm ci/npm installfails because one devDependency,@actions/github-script, is pinned to(github.com/redacted) inpackage-lock.json, and this sandbox's network firewall blocks DNS resolution ofgithub.com` for the git protocol.Given none of these blockers could be worked around without bypassing sandbox/network restrictions (avoided per policy), the real parser code paths could not be exercised this run. This is an "unable to verify" outcome, not a "verified clean" one, so no fix was authored and no PR was opened.
Raw error excerpts
Next actions
/tmp/gh-aw/aw-mcp/logs/run-*are not readable by the agent sandbox user (ownership/permission mismatch on the MCP log-download path).@actions/github-script(or switching it to an https/tarball reference) sonpm ciinactions/setup/jsdoesn't require git+ssh access to github.com in network-restricted sandboxes.References:
Warning
Firewall blocked 4 domains
The following domains were blocked by the firewall during workflow execution:
api.anthropic.comapi.github.comcodeload.github.comgithub.com[!TIP]
api.github.comis blocked because GitHub API access uses the built-in GitHub tools by default. Instead of addingapi.github.comtonetwork.allowed, usetools.github.mode: gh-proxyfor direct pre-authenticated GitHub CLI access without requiring network access toapi.github.com:See GitHub Tools for more information on
gh-proxymode.To allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.
All reactions