Debug language-support-tester: root cause was unpullable local-only container tag#1121
Closed
Debug language-support-tester: root cause was unpullable local-only container tag#1121
Conversation
Copilot
AI
changed the title
[WIP] Fix agentic workflow language support tester failure
Debug language-support-tester: root cause was unpullable local-only container tag
Feb 19, 2026
This was referenced Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Run #22167620379 failed because PR #1089 tagged the locally-built MCP Gateway image as
local-awmg:v0.1.4— a name that has no public registry backing. The agentic workflow framework's "Download container images" step unconditionally pulls all referenced container images from registries before the agent starts, solocal-awmgcaused a fatal pull failure (3 retries, no recovery).Fix (PR #1097)
Changed the build tag to the real registry name so the download step can resolve it:
The download step runs before the firewall/sandbox is established and always attempts a registry pull for every referenced image — using a local-only tag will always fail here.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
example.com/tmp/go-build2567936660/b279/launcher.test /tmp/go-build2567936660/b279/launcher.test -test.testlogfile=/tmp/go-build2567936660/b279/testlog.txt -test.paniconexit0 -test.timeout=10m0s -test.v=true 64/src/runtime/cgo(dns block)invalid-host-that-does-not-exist-12345.com/tmp/go-build2567936660/b264/config.test /tmp/go-build2567936660/b264/config.test -test.testlogfile=/tmp/go-build2567936660/b264/testlog.txt -test.paniconexit0 -test.timeout=10m0s -test.v=true 64/src/runtime/cgo 64/src/math/exp_amd64.s ache/go/1.25.7/x64/pkg/tool/linu-o(dns block)nonexistent.local/tmp/go-build2567936660/b279/launcher.test /tmp/go-build2567936660/b279/launcher.test -test.testlogfile=/tmp/go-build2567936660/b279/testlog.txt -test.paniconexit0 -test.timeout=10m0s -test.v=true 64/src/runtime/cgo(dns block)slow.example.com/tmp/go-build2567936660/b279/launcher.test /tmp/go-build2567936660/b279/launcher.test -test.testlogfile=/tmp/go-build2567936660/b279/testlog.txt -test.paniconexit0 -test.timeout=10m0s -test.v=true 64/src/runtime/cgo(dns block)this-host-does-not-exist-12345.com/tmp/go-build2567936660/b288/mcp.test /tmp/go-build2567936660/b288/mcp.test -test.testlogfile=/tmp/go-build2567936660/b288/testlog.txt -test.paniconexit0 -test.timeout=10m0s -test.v=true 64/src/runtime/cgo 64/src/maps/iter.go ache/go/1.25.7/x64/pkg/tool/linu-o(dns block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.