Bump redis.clients:jedis from 6.1.0 to 6.2.0 in /core #15646
Triggered via pull request
September 2, 2025 14:49
Status
Success
Total duration
22m 39s
Artifacts
–
ci.yml
on: pull_request
Matrix: core
turbo-mode
0s
Matrix: check
Matrix: check_examples
Matrix: check_docs_examples
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 104.582557ms
- 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 15.513805ms
- Using images:
- alpine/curl@sha256:8439d22ce4802f0a6543c4fe376e02cce7adf0be2500b70e3ab068ce684c7d52
- ghcr.io/github/github-mcp-server@sha256:7e934de21d7da189cc419cc05cc4773effa6aa19dda2203344decfc5060e6e75
- mcp/brave-search@sha256:abd6f709debf60166b5f0878b16bcb2d82f9fe803b6b1aea76046801cc3522ed
> Images pulled in 6.124067381s
- Verifying images [mcp/brave-search]
> Images verified in 564.651972ms
> Initialized in 6.810845602s
> 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 79.79487ms
- 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 19.210197ms
- Using images:
- alpine/curl@sha256:8439d22ce4802f0a6543c4fe376e02cce7adf0be2500b70e3ab068ce684c7d52
- ghcr.io/github/github-mcp-server@sha256:7e934de21d7da189cc419cc05cc4773effa6aa19dda2203344decfc5060e6e75
- mcp/brave-search@sha256:abd6f709debf60166b5f0878b16bcb2d82f9fe803b6b1aea76046801cc3522ed
> Images pulled in 6.510524388s
- Verifying images [mcp/brave-search]
> Images verified in 1.083128601s
> Initialized in 7.69480272s
> 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:57b8afd4a41444499e2395727ad0cc99_G0, SystemTracker:gateway1, Timestamp:2025-09-01T22:45:58, errorContext[NAMESPACE: localhost. ERROR CONTEXT: N/A, PATH: eh1, REFERENCE_ID: eh1, LINK_CREDIT: 0]
|