Skip to content

feat: add new agent type wo heartbeats or send message #326

feat: add new agent type wo heartbeats or send message

feat: add new agent type wo heartbeats or send message #326

Triggered via pull request September 19, 2025 20:02
Status Failure
Total duration 3h 56m 55s
Artifacts

test-vllm.yml

on: pull_request
test-vllm  /  changed-files
6s
test-vllm / changed-files
test-vllm  /  Check cache key
7s
test-vllm / Check cache key
test-vllm  /  block-until-sdk-preview-finishes
0s
test-vllm / block-until-sdk-preview-finishes
Matrix: test-vllm.test-run
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 14 warnings
test-vllm / test-run (integration_test_send_message.py): tests/integration_test_send_message.py#L1408
test_async_greeting_with_assistant_message[Qwen/Qwen3-32B-AWQ] RuntimeError: Run run-b89e11bc-606f-47fa-a9a0-41a4e077c81d did not complete: status = failed
test-vllm / test-run (integration_test_send_message.py): tests/integration_test_send_message.py#L1312
test_background_token_streaming_greeting_without_assistant_message[Qwen/Qwen3-32B-AWQ] letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 23:59:11 GMT', 'server': 'uvicorn', 'content-length': '159', 'content-type': 'application/json'}, status_code: 503, body: {'detail': 'Background streaming requires Redis to be running. Please ensure Redis is properly configured. LETTA_REDIS_HOST: localhost, LETTA_REDIS_PORT: 6379'}
test-vllm / test-run (integration_test_send_message.py): tests/integration_test_send_message.py#L1255
test_background_token_streaming_greeting_with_assistant_message[Qwen/Qwen3-32B-AWQ] letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 23:59:10 GMT', 'server': 'uvicorn', 'content-length': '159', 'content-type': 'application/json'}, status_code: 503, body: {'detail': 'Background streaming requires Redis to be running. Please ensure Redis is properly configured. LETTA_REDIS_HOST: localhost, LETTA_REDIS_PORT: 6379'}
test-vllm / test-run (integration_test_send_message.py): tests/integration_test_send_message.py#L1131
test_token_streaming_greeting_without_assistant_message[Qwen/Qwen3-32B-AWQ] letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 23:59:06 GMT', 'server': 'uvicorn', 'content-type': 'text/event-stream; charset=utf-8', 'transfer-encoding': 'chunked'}, status_code: 500, body: data: {"error": {"type": "internal_error", "message": "An internal server error occurred.", "detail": "Connection error."}}
test-vllm / test-run (integration_test_send_message.py): tests/integration_test_send_message.py#L1094
test_token_streaming_greeting_with_assistant_message[Qwen/Qwen3-32B-AWQ] letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 23:59:04 GMT', 'server': 'uvicorn', 'content-type': 'text/event-stream; charset=utf-8', 'transfer-encoding': 'chunked'}, status_code: 500, body: data: {"error": {"type": "internal_error", "message": "An internal server error occurred.", "detail": "Connection error."}}
test-vllm / test-run (integration_test_send_message.py): tests/integration_test_send_message.py#L981
test_step_streaming_greeting_without_assistant_message[Qwen/Qwen3-32B-AWQ] letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 23:59:01 GMT', 'server': 'uvicorn', 'content-type': 'text/event-stream; charset=utf-8', 'transfer-encoding': 'chunked'}, status_code: 500, body: data: {"error": {"type": "internal_error", "message": "An internal server error occurred.", "detail": "Connection error."}}
test-vllm / test-run (integration_test_send_message.py): tests/integration_test_send_message.py#L953
test_step_streaming_greeting_with_assistant_message[Qwen/Qwen3-32B-AWQ] letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 23:58:59 GMT', 'server': 'uvicorn', 'content-type': 'text/event-stream; charset=utf-8', 'transfer-encoding': 'chunked'}, status_code: 500, body: data: {"error": {"type": "internal_error", "message": "An internal server error occurred.", "detail": "Connection error."}}
test-vllm / test-run (integration_test_send_message.py): tests/integration_test_send_message.py#L804
test_tool_call[Qwen/Qwen3-32B-AWQ] letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 23:58:54 GMT', 'server': 'uvicorn', 'content-length': '46', 'content-type': 'application/json'}, status_code: 500, body: {'detail': 'An internal server error occurred'}
test-vllm / test-run (integration_test_send_message.py): tests/integration_test_send_message.py#L763
test_greeting_without_assistant_message[Qwen/Qwen3-32B-AWQ] letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 23:58:51 GMT', 'server': 'uvicorn', 'content-length': '46', 'content-type': 'application/json'}, status_code: 500, body: {'detail': 'An internal server error occurred'}
test-vllm / test-run (integration_test_send_message.py): tests/integration_test_send_message.py#L737
test_greeting_with_assistant_message[Qwen/Qwen3-32B-AWQ] letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 23:58:50 GMT', 'server': 'uvicorn', 'content-length': '46', 'content-type': 'application/json'}, status_code: 500, body: {'detail': 'An internal server error occurred'}
test-vllm / test-run (test_providers.py::test_vllm): .venv/lib/python3.12/site-packages/pydantic/fields.py#L1093
Using extra keyword arguments on `Field` is deprecated and will be removed. Use `json_schema_extra` instead. (Extra keys: 'example')
test-vllm / test-run (test_providers.py::test_vllm): .venv/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py#L298
`json_encoders` is deprecated. See https://docs.pydantic.dev/2.11/concepts/serialization/#custom-serializers for alternatives
test-vllm / test-run (test_providers.py::test_vllm): .venv/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py#L298
`json_encoders` is deprecated. See https://docs.pydantic.dev/2.11/concepts/serialization/#custom-serializers for alternatives
test-vllm / test-run (test_providers.py::test_vllm): .venv/lib/python3.12/site-packages/pydantic/_internal/_config.py#L323
Support for class-based `config` is deprecated, use ConfigDict instead.
test-vllm / test-run (integration_test_send_message.py): .venv/lib/python3.12/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
test-vllm / test-run (integration_test_send_message.py): tests/integration_test_send_message.py#L1672
Unknown pytest.mark.flaky - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
test-vllm / test-run (integration_test_send_message.py): .venv/lib/python3.12/site-packages/pydantic/fields.py#L1093
Using extra keyword arguments on `Field` is deprecated and will be removed. Use `json_schema_extra` instead. (Extra keys: 'example')
test-vllm / test-run (integration_test_send_message.py): .venv/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py#L298
`json_encoders` is deprecated. See https://docs.pydantic.dev/2.11/concepts/serialization/#custom-serializers for alternatives
test-vllm / test-run (integration_test_send_message.py): .venv/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py#L298
`json_encoders` is deprecated. See https://docs.pydantic.dev/2.11/concepts/serialization/#custom-serializers for alternatives
test-vllm / test-run (integration_test_send_message.py): .venv/lib/python3.12/site-packages/pydantic/_internal/_config.py#L323
Support for class-based `config` is deprecated, use ConfigDict instead.