Summary
The Language Support Tester workflow (run #34, run ID 22164360544) could not complete language support testing for Go, TypeScript/JavaScript, and Python because the Serena MCP server tools were not available in the sandbox environment.
Failure Details
Root Cause
The Docker daemon is not accessible from within the sandbox container:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Because Docker is unavailable, the Serena MCP server container (ghcr.io/github/serena-mcp-server:latest) cannot be started. As a result, none of the language server tools (activate_project, find_symbols, get_definition, etc.) were present in the agent's available tool list.
Diagnostic evidence
/tmp/gh-aw/mcp-logs/ — empty (no MCP server logs, no tools.json)
/tmp/gh-aw/mcp-config/ — contains only jq-error.log, no MCP configuration JSON files
docker images / docker ps — command fails: daemon not reachable
awmg binary — not found in PATH
- Serena tools (
activate_project, find_symbols, etc.) — absent from agent function-call interface
Languages affected
| Language |
Status |
| Go |
❌ Not tested — Serena unavailable |
| TypeScript/JavaScript |
❌ Not tested — Serena unavailable |
| Python |
❌ Not tested — Serena unavailable |
Steps to Reproduce
- Trigger the Language Support Tester workflow
- Observe that no Serena MCP tools appear in the agent's available tools
docker ps inside the sandbox returns a daemon connection error
Expected Behavior
- Serena MCP server starts successfully
activate_project, find_symbols, get_definition tools are available
- Language support is verified for Go, TypeScript/JavaScript, and Python
Suggested Investigation
- Verify that the sandbox container has access to the Docker daemon (Docker-in-Docker or DooD)
- Confirm the workflow's
tools: serena: configuration is correctly translating into MCP server setup
- Check whether the pre-pull step (
docker pull ghcr.io/github/serena-mcp-server:latest) is succeeding before the agent starts
Generated by Language Support Tester
Summary
The Language Support Tester workflow (run #34, run ID 22164360544) could not complete language support testing for Go, TypeScript/JavaScript, and Python because the Serena MCP server tools were not available in the sandbox environment.
Failure Details
Root Cause
The Docker daemon is not accessible from within the sandbox container:
Because Docker is unavailable, the Serena MCP server container (
ghcr.io/github/serena-mcp-server:latest) cannot be started. As a result, none of the language server tools (activate_project,find_symbols,get_definition, etc.) were present in the agent's available tool list.Diagnostic evidence
/tmp/gh-aw/mcp-logs/— empty (no MCP server logs, notools.json)/tmp/gh-aw/mcp-config/— contains onlyjq-error.log, no MCP configuration JSON filesdocker images/docker ps— command fails: daemon not reachableawmgbinary — not found inPATHactivate_project,find_symbols, etc.) — absent from agent function-call interfaceLanguages affected
Steps to Reproduce
docker psinside the sandbox returns a daemon connection errorExpected Behavior
activate_project,find_symbols,get_definitiontools are availableSuggested Investigation
tools: serena:configuration is correctly translating into MCP server setupdocker pull ghcr.io/github/serena-mcp-server:latest) is succeeding before the agent starts