Core Package Tests #25279
Triggered via workflow run
January 28, 2026 01:10
CalebBarnes
completed
2bf7186
Status
Failure
Total duration
9m 22s
Artifacts
–
secrets.test-core.yml
on: workflow_run
Annotations
2 errors and 2 warnings
|
test
Process completed with exit code 1.
|
|
src/llm/model/embedding-router.integration.test.ts > ModelRouterEmbeddingModel Integration > Google embedding (with real API) > should successfully embed text using Google:
packages/core/src/llm/model/embedding-router.integration.test.ts#L102
AI_APICallError: models/text-embedding-004 is not found for API version v1beta, or is not supported for embedContent. Call ListModels to see the list of available models and their supported methods.
❯ ../../node_modules/.pnpm/@AI-SDK+provider-utils@3.0.17_zod@3.25.76/node_modules/@ai-sdk/provider-utils/dist/index.mjs:889:14
❯ postToApi ../../node_modules/.pnpm/@AI-SDK+provider-utils@3.0.17_zod@3.25.76/node_modules/@ai-sdk/provider-utils/dist/index.mjs:734:28
❯ GoogleGenerativeAIEmbeddingModel.doEmbed ../../node_modules/.pnpm/@AI-SDK+google@2.0.40_zod@3.25.76/node_modules/@ai-sdk/google/dist/index.mjs:130:11
❯ src/llm/model/embedding-router.integration.test.ts:102:22
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { url: 'https://generativelanguage.googleapis.com/v1beta/models/text-embedding-004:embedContent', requestBodyValues: { model: 'models/text-embedding-004', content: { parts: [ { text: 'hello world' } ] }, outputDimensionality: undefined, taskType: undefined }, statusCode: 404, responseHeaders: { 'alt-svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000', 'content-encoding': 'gzip', 'content-type': 'application/json; charset=UTF-8', date: 'Wed, 28 Jan 2026 01:18:14 GMT', server: 'scaffolding on HTTPServer2', 'server-timing': 'gfet4t7; dur=45', 'transfer-encoding': 'chunked', vary: 'Origin, X-Origin, Referer', 'x-content-type-options': 'nosniff', 'x-frame-options': 'SAMEORIGIN', 'x-xss-protection': '0' }, responseBody: '{\n "error": {\n "code": 404,\n "message": "models/text-embedding-004 is not found for API version v1beta, or is not supported for embedContent. Call ListModels to see the list of available models and their supported methods.",\n "status": "NOT_FOUND"\n }\n}\n', isRetryable: false, data: { error: { code: 404, message: 'models/text-embedding-004 is not found for API version v1beta, or is not supported for embedContent. Call ListModels to see the list of available models and their supported methods.', status: 'NOT_FOUND' } } }
|
|
test
Back off 19.161 seconds before retry.
|
|
test
Failed to download action 'https://api.github.com/repos/actions/setup-node/tarball/6044e13b5dc448c55e2357c09f80417699197238'. Error: Response status code does not indicate success: 401 (Unauthorized). F001:2F257E:9C394C:2BB5321:69796299
|