Bump actions/github-script from 7 to 8 #15737
ci.yml
on: pull_request
Matrix: core
turbo-mode
0s
Matrix: check
Matrix: check_examples
Matrix: check_docs_examples
Annotations
2 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 94.899662ms
- Those servers are enabled: curl, brave, github-official
- Listing MCP tools...
- 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]
- 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]
- brave: docker: Error response from daemon: No such image: mcp/brave-search@sha256:5f3585ef47d5b48f5b7c33ca1887e1ff7795b00de2ea0931228ce709da8ac09a
- 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 22.669249ms
- Using images:
- alpine/curl@sha256:8439d22ce4802f0a6543c4fe376e02cce7adf0be2500b70e3ab068ce684c7d52
- ghcr.io/github/github-mcp-server@sha256:7e934de21d7da189cc419cc05cc4773effa6aa19dda2203344decfc5060e6e75
- mcp/brave-search@sha256:5f3585ef47d5b48f5b7c33ca1887e1ff7795b00de2ea0931228ce709da8ac09a
> Images pulled in 5.190500893s
- Verifying images [mcp/brave-search]
> Images verified in 611.782115ms
> Initialized in 5.922628637s
> 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 94.899662ms
- Those servers are enabled: curl, brave, github-official
- Listing MCP tools...
- 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]
- 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]
- brave: docker: Error response from daemon: No such image: mcp/brave-search@sha256:5f3585ef47d5b48f5b7c33ca1887e1ff7795b00de2ea0931228ce709da8ac09a
- 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 22.669249ms
- Using images:
- alpine/curl@sha256:8439d22ce4802f0a6543c4fe376e02cce7adf0be2500b70e3ab068ce684c7d52
- ghcr.io/github/github-mcp-server@sha256:7e934de21d7da189cc419cc05cc4773effa6aa19dda2203344decfc5060e6e75
- mcp/brave-search@sha256:5f3585ef47d5b48f5b7c33ca1887e1ff7795b00de2ea0931228ce709da8ac09a
> Images pulled in 5.190500893s
- Verifying images [mcp/brave-search]
> Images verified in 611.782115ms
> Initialized in 5.922628637s
> Start sse server on port 8811
"
to contain:
"4 tools listed"
|