Bump io.lettuce:lettuce-core from 6.7.1.RELEASE to 6.8.0.RELEASE in /smoke-test #15531
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 75.69255ms
- 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:ff38ce33aca380743850191724df2b3ca0bd2895c776a60d9376954af155ccae
- 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:0a826a1e1b991b0f1c79afa67dff64257636872d08f23b1410acbffe3ba3066d
- github-official:
- github-official: Run 'docker run --help' for more information
> Can't start github-official: failed to connect: calling "initialize": EOF
> Can't start brave: failed to connect: calling "initialize": EOF
> 1 tools listed in 21.334374ms
- Using images:
- alpine/curl@sha256:4007cdf991c197c3412b5af737a916a894809273570b0c2bb93d295342fc23a2
- ghcr.io/github/github-mcp-server@sha256:0a826a1e1b991b0f1c79afa67dff64257636872d08f23b1410acbffe3ba3066d
- mcp/brave-search@sha256:ff38ce33aca380743850191724df2b3ca0bd2895c776a60d9376954af155ccae
> Images pulled in 4.873759687s
- Verifying images [mcp/brave-search]
> Images verified in 660.606196ms
> Initialized in 5.634928355s
> 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 75.69255ms
- 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:ff38ce33aca380743850191724df2b3ca0bd2895c776a60d9376954af155ccae
- 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:0a826a1e1b991b0f1c79afa67dff64257636872d08f23b1410acbffe3ba3066d
- github-official:
- github-official: Run 'docker run --help' for more information
> Can't start github-official: failed to connect: calling "initialize": EOF
> Can't start brave: failed to connect: calling "initialize": EOF
> 1 tools listed in 21.334374ms
- Using images:
- alpine/curl@sha256:4007cdf991c197c3412b5af737a916a894809273570b0c2bb93d295342fc23a2
- ghcr.io/github/github-mcp-server@sha256:0a826a1e1b991b0f1c79afa67dff64257636872d08f23b1410acbffe3ba3066d
- mcp/brave-search@sha256:ff38ce33aca380743850191724df2b3ca0bd2895c776a60d9376954af155ccae
> Images pulled in 4.873759687s
- Verifying images [mcp/brave-search]
> Images verified in 660.606196ms
> Initialized in 5.634928355s
> Start sse server on port 8811
"
to contain:
"4 tools listed"
|
|
EventHubsEmulatorContainerTest.testWithEventHubsClient:
modules/azure/src/test/java/org/testcontainers/azure/EventHubsEmulatorContainerTest.java#L66
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:126f89c22aa949f4b0ff4763b430269b_G0, SystemTracker:gateway1, Timestamp:2025-08-19T22:10:33, errorContext[NAMESPACE: localhost. ERROR CONTEXT: N/A, PATH: eh1, REFERENCE_ID: eh1, LINK_CREDIT: 0]
|