Bump org.yaml:snakeyaml from 2.4 to 2.5 in /core #15648
Triggered via pull request
September 2, 2025 15:19
Status
Success
Total duration
48m 11s
Artifacts
–
ci.yml
on: pull_request
Annotations
3 errors
|
DockerMcpGatewayContainerTest.gatewayStartsWithServers:
core/src/test/java/org/testcontainers/containers/DockerMcpGatewayContainerTest.java#L34
java.lang.AssertionError:
Expecting actual:
"- Reading configuration...
- Reading catalog from [https://desktop.docker.com/mcp/catalog/v2/catalog.yaml]
- Configuration read in 159.205739ms
- Those servers are enabled: curl, brave, github-official
- Listing MCP tools...
- Running ghcr.io/github/github-mcp-server with [run --rm -i --init --security-opt no-new-privileges --cpus 1 --memory 2Gb --pull never -l docker-mcp=true -l docker-mcp-tool-type=mcp -l docker-mcp-name=github-official -l docker-mcp-transport=stdio -e GITHUB_PERSONAL_ACCESS_TOKEN]
- Running mcp/brave-search with [run --rm -i --init --security-opt no-new-privileges --cpus 1 --memory 2Gb --pull never -l docker-mcp=true -l docker-mcp-tool-type=mcp -l docker-mcp-name=brave -l docker-mcp-transport=stdio -e BRAVE_API_KEY -e BRAVE_MCP_TRANSPORT]
- brave: docker: Error response from daemon: No such image: mcp/brave-search@sha256:abd6f709debf60166b5f0878b16bcb2d82f9fe803b6b1aea76046801cc3522ed
- brave:
- brave: Run 'docker run --help' for more information
- github-official: docker: Error response from daemon: No such image: ghcr.io/github/github-mcp-server@sha256:7e934de21d7da189cc419cc05cc4773effa6aa19dda2203344decfc5060e6e75
- github-official:
- github-official: Run 'docker run --help' for more information
> Can't start brave: failed to connect: calling "initialize": EOF
> Can't start github-official: failed to connect: calling "initialize": EOF
> 1 tools listed in 18.587443ms
- Using images:
- alpine/curl@sha256:8439d22ce4802f0a6543c4fe376e02cce7adf0be2500b70e3ab068ce684c7d52
- ghcr.io/github/github-mcp-server@sha256:7e934de21d7da189cc419cc05cc4773effa6aa19dda2203344decfc5060e6e75
- mcp/brave-search@sha256:abd6f709debf60166b5f0878b16bcb2d82f9fe803b6b1aea76046801cc3522ed
> Images pulled in 5.214217296s
- Verifying images [mcp/brave-search]
> Images verified in 615.234247ms
> Initialized in 6.010258217s
> Start sse server on port 8811
"
to contain:
"4 tools listed"
|
|
DockerMcpGatewayContainerTest.gatewayStartsWithServers:
core/src/test/java/org/testcontainers/containers/DockerMcpGatewayContainerTest.java#L34
java.lang.AssertionError:
Expecting actual:
"- Reading configuration...
- Reading catalog from [https://desktop.docker.com/mcp/catalog/v2/catalog.yaml]
- Configuration read in 175.267837ms
- Those servers are enabled: curl, brave, github-official
- Listing MCP tools...
- Running ghcr.io/github/github-mcp-server with [run --rm -i --init --security-opt no-new-privileges --cpus 1 --memory 2Gb --pull never -l docker-mcp=true -l docker-mcp-tool-type=mcp -l docker-mcp-name=github-official -l docker-mcp-transport=stdio -e GITHUB_PERSONAL_ACCESS_TOKEN]
- Running mcp/brave-search with [run --rm -i --init --security-opt no-new-privileges --cpus 1 --memory 2Gb --pull never -l docker-mcp=true -l docker-mcp-tool-type=mcp -l docker-mcp-name=brave -l docker-mcp-transport=stdio -e BRAVE_API_KEY -e BRAVE_MCP_TRANSPORT]
- github-official: docker: Error response from daemon: No such image: ghcr.io/github/github-mcp-server@sha256:7e934de21d7da189cc419cc05cc4773effa6aa19dda2203344decfc5060e6e75
- github-official:
- github-official: Run 'docker run --help' for more information
> Can't start github-official: failed to connect: calling "initialize": EOF
- brave: docker: Error response from daemon: No such image: mcp/brave-search@sha256:abd6f709debf60166b5f0878b16bcb2d82f9fe803b6b1aea76046801cc3522ed
- brave:
- brave: Run 'docker run --help' for more information
> Can't start brave: failed to connect: calling "initialize": EOF
> 1 tools listed in 41.615721ms
- Using images:
- alpine/curl@sha256:8439d22ce4802f0a6543c4fe376e02cce7adf0be2500b70e3ab068ce684c7d52
- ghcr.io/github/github-mcp-server@sha256:7e934de21d7da189cc419cc05cc4773effa6aa19dda2203344decfc5060e6e75
- mcp/brave-search@sha256:abd6f709debf60166b5f0878b16bcb2d82f9fe803b6b1aea76046801cc3522ed
> Images pulled in 5.392957536s
- Verifying images [mcp/brave-search]
> Images verified in 860.08567ms
> Initialized in 6.472504538s
> Start sse server on port 8811
"
to contain:
"4 tools listed"
|
|
EventHubsEmulatorContainerTest.testWithEventHubsClient():
modules/azure/src/test/java/org/testcontainers/azure/EventHubsEmulatorContainerTest.java#L57
com.azure.core.amqp.exception.AmqpException: The messaging entity 'sb://emulatorns1.eventhubs.emulator.net/eh1' could not be found. To know more visit https://aka.ms/sbResourceMgrExceptions. TrackingId:ef314fc2a38f4bff90d525d41909dd3b_G0, SystemTracker:gateway1, Timestamp:2025-09-02T15:39:12, errorContext[NAMESPACE: localhost. ERROR CONTEXT: N/A, PATH: eh1, REFERENCE_ID: eh1, LINK_CREDIT: 0]
|