P1.T139682321288064 | 2025-12-03 16:14:47 | ERROR | no-trace | system | ProgressManager Redis连接失败: Error 113 connecting to 192.168.0.5:16379. No route to host. P1.T139682321288064 | 2025-12-03 16:14:48 | ERROR | no-trace | system | Redis连接失败,回退到内存模式: Error 113 connecting to 192.168.0.5:16379. No route to host. P1.T139682321288064 | 2025-12-03 16:14:48 | ERROR | no-trace | system | Redis连接失败,回退到内存模式: Error 113 connecting to 192.168.0.5:16379. No route to host. P1.T139682321288064 | 2025-12-03 16:14:48 | ERROR | no-trace | system | ProgressManager Redis连接失败: Error 113 connecting to 192.168.0.5:16379. No route to host. P1.T139682321288064 | 2025-12-03 16:14:48 | ERROR | no-trace | system | Redis连接失败,回退到内存模式: Error 113 connecting to 192.168.0.5:16379. No route to host. P1.T139682321288064 | 2025-12-03 16:14:48 | ERROR | no-trace | system | ProgressManager Redis连接失败: Error 113 connecting to 192.168.0.5:16379. No route to host. P1.T139682321288064 | 2025-12-03 16:14:48 | ERROR | no-trace | system | 清理Redis残留任务失败: Error 113 connecting to 192.168.0.5:16379. No route to host. P1.T139682321288064 | 2025-12-03 16:21:47 | ERROR | no-trace | system | 停止时清理Redis任务失败: Error 113 connecting to 192.168.0.5:16379. No route to host. P1.T139682321288064 | 2025-12-03 16:21:47 | ERROR | no-trace | system | 停止时清理Redis任务失败: Error 113 connecting to 192.168.0.5:16379. No route to host. P1.T139682321288064 | 2025-12-03 16:21:47 | ERROR | no-trace | system | 停止时清理Redis任务失败: Error 113 connecting to 192.168.0.5:16379. No route to host. P1.T140517192043392 | 2025-12-03 16:27:39 | ERROR | no-trace | agent/chat | error file: Error code: 403 - {'error': {'code': 'AccountOverdueError', 'message': 'The request failed because your account has an overdue balance. Request id: 02176475045941300b9da5c073300d5ca34dd1925c6447bd258f6', 'param': '', 'type': 'Forbidden'}} P1.T140517192043392 | 2025-12-03 16:27:39 | ERROR | no-trace | agent/chat | data error file: /app/views/test_views.py P1.T140517192043392 | 2025-12-03 16:27:39 | ERROR | no-trace | agent/chat | data error line: 62 P1.T140517192043392 | 2025-12-03 16:27:39 | ERROR | no-trace | agent/chat | Error Stack trace: Traceback (most recent call last): File "/app/views/test_views.py", line 62, in generate_chat_endpoint output = await generate_model_client.get_model_generate_invoke(trace_id=trace_id , task_prompt_info=task_prompt_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.PermissionDeniedError: Error code: 403 - {'error': {'code': 'AccountOverdueError', 'message': 'The request failed because your account has an overdue balance. Request id: 02176475045941300b9da5c073300d5ca34dd1925c6447bd258f6', 'param': '', 'type': 'Forbidden'}} P1.T140517192043392 | 2025-12-03 16:28:00 | ERROR | no-trace | agent/chat | error file: Error code: 403 - {'error': {'code': 'AccountOverdueError', 'message': 'The request failed because your account has an overdue balance. Request id: 0217647504805397825215af71fb70e72d1e47bc500fa86dd03ae', 'param': '', 'type': 'Forbidden'}} P1.T140517192043392 | 2025-12-03 16:28:00 | ERROR | no-trace | agent/chat | data error file: /app/foundation/agent/test_agent.py P1.T140517192043392 | 2025-12-03 16:28:00 | ERROR | no-trace | agent/chat | data error line: 132 P1.T140517192043392 | 2025-12-03 16:28:00 | ERROR | no-trace | agent/chat | Error Stack trace: Traceback (most recent call last): File "/app/foundation/agent/test_agent.py", line 132, in handle_query async for event in events: File "/venv/lib/python3.12/site-packages/langgraph/pregel/__init__.py", line 2768, in astream async for _ in runner.atick( File "/venv/lib/python3.12/site-packages/langgraph/prebuilt/chat_agent_executor.py", line 525, in acall_model response = cast(AIMessage, await model_runnable.ainvoke(state, config)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 3089, in ainvoke input_ = await coro_with_context(part(), context, create_task=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/runnables/base.py", line 5444, in ainvoke return await self.bound.ainvoke( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 400, in ainvoke llm_result = await self.agenerate_prompt( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 974, in agenerate_prompt return await self.agenerate( ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 932, in agenerate raise exceptions[0] File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1100, in _agenerate_with_cache result = await self._agenerate( ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1366, in _agenerate response = await self.async_client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2454, in create return await self._post( ^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1784, in post return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1584, in request raise self._make_status_error_from_response(err.response) from None openai.PermissionDeniedError: Error code: 403 - {'error': {'code': 'AccountOverdueError', 'message': 'The request failed because your account has an overdue balance. Request id: 0217647504805397825215af71fb70e72d1e47bc500fa86dd03ae', 'param': '', 'type': 'Forbidden'}} During task with name 'agent' and id 'aab9632f-c1d5-f6ac-f1f4-32fc974aa29a' P1.T140238912969600 | 2025-12-04 18:04:16 | ERROR | 90c810c2 | system | {'code': 'WJSC001', 'error_type': 'FILE_MISSING', 'message': '未上传文件', 'status_code': 400} P1.T140238912969600 | 2025-12-04 18:04:16 | ERROR | 90c810c2 | system | HTTP异常: Traceback (most recent call last): File "/app/views/construction_review/file_upload.py", line 109, in file_upload raise FileUploadErrors.file_missing() fastapi.exceptions.HTTPException: 400: {'code': 'WJSC001', 'error_type': 'FILE_MISSING', 'message': '未上传文件'} P1.T140238912969600 | 2025-12-04 18:07:02 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764842696 | system | {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件', 'status_code': 404} P1.T140238912969600 | 2025-12-04 18:07:02 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764842696 | system | HTTP异常: 3bd8c1276ad7b7d84b588482c1d9de11-1764842696 P1.T140238912969600 | 2025-12-04 18:07:02 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764842696 | system | 异常详情: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140238912969600 | 2025-12-04 18:07:02 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764842696 | system | 异常堆栈: Traceback (most recent call last): File "/app/views/construction_review/launch_review.py", line 229, in generate_launch_review_events raise LaunchReviewErrors.task_not_found_or_expired() fastapi.exceptions.HTTPException: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140238912969600 | 2025-12-04 18:07:29 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764842696 | system | {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件', 'status_code': 404} P1.T140238912969600 | 2025-12-04 18:07:29 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764842696 | system | HTTP异常: 3bd8c1276ad7b7d84b588482c1d9de11-1764842696 P1.T140238912969600 | 2025-12-04 18:07:29 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764842696 | system | 异常详情: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140238912969600 | 2025-12-04 18:07:29 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764842696 | system | 异常堆栈: Traceback (most recent call last): File "/app/views/construction_review/launch_review.py", line 229, in generate_launch_review_events raise LaunchReviewErrors.task_not_found_or_expired() fastapi.exceptions.HTTPException: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T139889464654720 | 2025-12-05 14:03:16 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764913898 | system | {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件', 'status_code': 404} P1.T139889464654720 | 2025-12-05 14:03:16 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764913898 | system | HTTP异常: 3bd8c1276ad7b7d84b588482c1d9de11-1764913898 P1.T139889464654720 | 2025-12-05 14:03:16 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764913898 | system | 异常详情: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T139889464654720 | 2025-12-05 14:03:16 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764913898 | system | 异常堆栈: Traceback (most recent call last): File "/app/views/construction_review/launch_review.py", line 229, in generate_launch_review_events raise LaunchReviewErrors.task_not_found_or_expired() fastapi.exceptions.HTTPException: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140138575689408 | 2025-12-05 14:31:02 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916192 | system | 解析AI审查响应失败: 'list' object has no attribute 'get' P1.T140138575689408 | 2025-12-05 14:31:11 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916192 | system | 解析AI审查响应失败: 'list' object has no attribute 'get' P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 语义逻辑检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 强制性标准检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 完整性检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 设计值检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 完整性检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 强制性标准检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 设计值检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 技术参数检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 词句语法检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 语义逻辑检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 完整性检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 强制性标准检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 设计值检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 技术参数检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 词句语法检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 语义逻辑检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 完整性检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 强制性标准检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 设计值检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 技术参数检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 词句语法检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 语义逻辑检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 完整性检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 强制性标准检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 设计值检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:38:32 | ERROR | db155b7539beee4170deb2c47910270a-1764920302 | system | 技术参数检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 词句语法检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 技术参数检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 设计值检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 语义逻辑检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 强制性标准检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 完整性检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 技术参数检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 词句语法检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 语义逻辑检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 完整性检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 强制性标准检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 设计值检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 技术参数检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 词句语法检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 语义逻辑检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 完整性检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 强制性标准检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 设计值检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 技术参数检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 词句语法检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 语义逻辑检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 完整性检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 强制性标准检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 设计值检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139744386205376 | 2025-12-05 15:41:17 | ERROR | 3bd8c1276ad7b7d84b588482c1d9de11-1764916834 | system | 技术参数检查 审查失败: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1037, in request raise self._make_status_error_from_response(err.response) from None openai.NotFoundError: Error code: 404 - {'object': 'error', 'message': 'The model `Qwen3-8B` does not exist.', 'type': 'NotFoundError', 'param': None, 'code': 404} P1.T139811854969728 | 2025-12-08 13:16:19 | ERROR | 95fbdc68 | system | {'code': 'WJSC001', 'error_type': 'FILE_MISSING', 'message': '未上传文件', 'status_code': 400} P1.T139811854969728 | 2025-12-08 13:16:19 | ERROR | 95fbdc68 | system | HTTP异常: Traceback (most recent call last): File "/app/views/construction_review/file_upload.py", line 109, in file_upload raise FileUploadErrors.file_missing() fastapi.exceptions.HTTPException: 400: {'code': 'WJSC001', 'error_type': 'FILE_MISSING', 'message': '未上传文件'} P1.T140695808646016 | 2025-12-09 09:29:40 | ERROR | c21a64d0 | system | {'code': 'WJSC001', 'error_type': 'FILE_MISSING', 'message': '未上传文件', 'status_code': 400} P1.T140695808646016 | 2025-12-09 09:29:40 | ERROR | c21a64d0 | system | HTTP异常: Traceback (most recent call last): File "/app/views/construction_review/file_upload.py", line 109, in file_upload raise FileUploadErrors.file_missing() fastapi.exceptions.HTTPException: 400: {'code': 'WJSC001', 'error_type': 'FILE_MISSING', 'message': '未上传文件'} P1.T140695808646016 | 2025-12-09 22:42:55 | ERROR | 05ed2539 | system | {'code': 'WJSC001', 'error_type': 'FILE_MISSING', 'message': '未上传文件', 'status_code': 400} P1.T140695808646016 | 2025-12-09 22:42:55 | ERROR | 05ed2539 | system | HTTP异常: Traceback (most recent call last): File "/app/views/construction_review/file_upload.py", line 109, in file_upload raise FileUploadErrors.file_missing() fastapi.exceptions.HTTPException: 400: {'code': 'WJSC001', 'error_type': 'FILE_MISSING', 'message': '未上传文件'} P1.T140695808646016 | 2025-12-10 09:41:34 | ERROR | 2cd5cdddf98b7071656013dac5384d99-1765330820 | system | {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件', 'status_code': 404} P1.T140695808646016 | 2025-12-10 09:41:34 | ERROR | 2cd5cdddf98b7071656013dac5384d99-1765330820 | system | HTTP异常: 2cd5cdddf98b7071656013dac5384d99-1765330820 P1.T140695808646016 | 2025-12-10 09:41:34 | ERROR | 2cd5cdddf98b7071656013dac5384d99-1765330820 | system | 异常详情: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140695808646016 | 2025-12-10 09:41:34 | ERROR | 2cd5cdddf98b7071656013dac5384d99-1765330820 | system | 异常堆栈: Traceback (most recent call last): File "/app/views/construction_review/launch_review.py", line 229, in generate_launch_review_events raise LaunchReviewErrors.task_not_found_or_expired() fastapi.exceptions.HTTPException: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140695808646016 | 2025-12-10 16:07:48 | ERROR | 05ab9f904bdd8b70b585228ba7dea964-1765345495 | system | {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件', 'status_code': 404} P1.T140695808646016 | 2025-12-10 16:07:48 | ERROR | 05ab9f904bdd8b70b585228ba7dea964-1765345495 | system | HTTP异常: 05ab9f904bdd8b70b585228ba7dea964-1765345495 P1.T140695808646016 | 2025-12-10 16:07:48 | ERROR | 05ab9f904bdd8b70b585228ba7dea964-1765345495 | system | 异常详情: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140695808646016 | 2025-12-10 16:07:48 | ERROR | 05ab9f904bdd8b70b585228ba7dea964-1765345495 | system | 异常堆栈: Traceback (most recent call last): File "/app/views/construction_review/launch_review.py", line 229, in generate_launch_review_events raise LaunchReviewErrors.task_not_found_or_expired() fastapi.exceptions.HTTPException: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140695808646016 | 2025-12-11 14:29:36 | ERROR | db155b7539beee4170deb2c47910270a-1765433950 | system | {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件', 'status_code': 404} P1.T140695808646016 | 2025-12-11 14:29:36 | ERROR | db155b7539beee4170deb2c47910270a-1765433950 | system | HTTP异常: db155b7539beee4170deb2c47910270a-1765433950 P1.T140695808646016 | 2025-12-11 14:29:36 | ERROR | db155b7539beee4170deb2c47910270a-1765433950 | system | 异常详情: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140695808646016 | 2025-12-11 14:29:36 | ERROR | db155b7539beee4170deb2c47910270a-1765433950 | system | 异常堆栈: Traceback (most recent call last): File "/app/views/construction_review/launch_review.py", line 229, in generate_launch_review_events raise LaunchReviewErrors.task_not_found_or_expired() fastapi.exceptions.HTTPException: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140695808646016 | 2025-12-11 14:33:18 | ERROR | db155b7539beee4170deb2c47910270a-1765434612 | system | {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件', 'status_code': 404} P1.T140695808646016 | 2025-12-11 14:33:18 | ERROR | db155b7539beee4170deb2c47910270a-1765434612 | system | HTTP异常: db155b7539beee4170deb2c47910270a-1765434612 P1.T140695808646016 | 2025-12-11 14:33:18 | ERROR | db155b7539beee4170deb2c47910270a-1765434612 | system | 异常详情: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140695808646016 | 2025-12-11 14:33:18 | ERROR | db155b7539beee4170deb2c47910270a-1765434612 | system | 异常堆栈: Traceback (most recent call last): File "/app/views/construction_review/launch_review.py", line 229, in generate_launch_review_events raise LaunchReviewErrors.task_not_found_or_expired() fastapi.exceptions.HTTPException: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140694043739840 | 2025-12-11 14:42:39 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 强制性标准检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:39 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 语义逻辑检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:39 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 词句语法检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:39 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 完整性检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:39 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 技术参数检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:39 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 语义逻辑检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:39 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 词句语法检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:39 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 设计值检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:40 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 完整性检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:40 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 强制性标准检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:40 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 完整性检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:40 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 技术参数检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:40 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 语义逻辑检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:40 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 设计值检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:40 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 强制性标准检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:40 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 词句语法检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:41 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 设计值检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:41 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 词句语法检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:41 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 语义逻辑检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:41 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 强制性标准检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:41 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 设计值检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:41 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 技术参数检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:41 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 完整性检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:42 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 技术参数检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:43 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 词句语法检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:43 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 完整性检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:43 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 强制性标准检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:43 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 语义逻辑检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:43 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 设计值检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140694043739840 | 2025-12-11 14:42:43 | ERROR | db155b7539beee4170deb2c47910270a-1765435347 | system | 技术参数检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 972, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 378, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 963, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 782, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1028, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1130, in _generate response = self.client.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 287, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1087, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1249, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1004, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140695808646016 | 2025-12-11 14:46:55 | ERROR | db155b7539beee4170deb2c47910270a-1765435470 | system | {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件', 'status_code': 404} P1.T140695808646016 | 2025-12-11 14:46:55 | ERROR | db155b7539beee4170deb2c47910270a-1765435470 | system | HTTP异常: db155b7539beee4170deb2c47910270a-1765435470 P1.T140695808646016 | 2025-12-11 14:46:55 | ERROR | db155b7539beee4170deb2c47910270a-1765435470 | system | 异常详情: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140695808646016 | 2025-12-11 14:46:55 | ERROR | db155b7539beee4170deb2c47910270a-1765435470 | system | 异常堆栈: Traceback (most recent call last): File "/app/views/construction_review/launch_review.py", line 229, in generate_launch_review_events raise LaunchReviewErrors.task_not_found_or_expired() fastapi.exceptions.HTTPException: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140695808646016 | 2025-12-11 16:34:26 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140665459018624 | 2025-12-11 16:47:16 | ERROR | 2cd5cdddf98b7071656013dac5384d99-1765442826 | system | {'code': 'QDSC007', 'error_type': 'PROJECT_PLAN_TYPE_INVALID', 'message': '无效工程方案类型(未提供或未注册)', 'status_code': 400} P1.T140665459018624 | 2025-12-12 11:17:29 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765509181 | system | {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件', 'status_code': 404} P1.T140665459018624 | 2025-12-12 11:17:29 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765509181 | system | HTTP异常: cdfaed8b3df7fd67a7cfa765c9e7ae36-1765509181 P1.T140665459018624 | 2025-12-12 11:17:29 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765509181 | system | 异常详情: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140665459018624 | 2025-12-12 11:17:29 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765509181 | system | 异常堆栈: Traceback (most recent call last): File "/app/views/construction_review/launch_review.py", line 243, in generate_launch_review_events raise LaunchReviewErrors.task_not_found_or_expired() fastapi.exceptions.HTTPException: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140663651817152 | 2025-12-12 16:36:00 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 语义逻辑检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:00 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 强制性标准检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:00 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 语义逻辑检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:00 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 词句语法检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:00 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 词句语法检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:00 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 技术参数检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:00 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 完整性检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:00 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 设计值检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:01 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 完整性检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:01 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 强制性标准检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:01 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 设计值检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:01 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 词句语法检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:01 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 技术参数检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:01 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 语义逻辑检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:01 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 强制性标准检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:01 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 完整性检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:02 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 语义逻辑检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:02 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 技术参数检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:02 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 设计值检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:03 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 完整性检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:03 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 技术参数检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:03 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 词句语法检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:03 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 强制性标准检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:03 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 设计值检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:04 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 词句语法检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:04 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 完整性检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:04 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 语义逻辑检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:04 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 设计值检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:04 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 强制性标准检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140663651817152 | 2025-12-12 16:36:04 | ERROR | e5bc31d2178b320767b475055e9aa70e-1765528544 | system | 技术参数检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 38, in get_model_generate_invoke response = await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:00 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Redis is loading the dataset in memory P1.T140665459018624 | 2025-12-12 19:12:01 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Redis is loading the dataset in memory P1.T140614219266944 | 2025-12-16 01:02:58 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T139870726749056 | 2025-12-16 01:04:29 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818254 | system | {'code': 'QDSC014', 'error_type': 'TENDENCY_REVIEW_ROLE_INVALID', 'message': '倾向性审查角色无效(未提供或未注册)', 'status_code': 400} P1.T139870726749056 | 2025-12-16 01:06:32 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818349 | system | {'code': 'QDSC014', 'error_type': 'TENDENCY_REVIEW_ROLE_INVALID', 'message': '倾向性审查角色无效(未提供或未注册)', 'status_code': 400} P1.T139870726749056 | 2025-12-16 01:07:57 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818472 | system | {'code': 'QDSC014', 'error_type': 'TENDENCY_REVIEW_ROLE_INVALID', 'message': '倾向性审查角色无效(未提供或未注册)', 'status_code': 400} P1.T139870726749056 | 2025-12-16 01:11:09 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T139806445119168 | 2025-12-16 01:14:00 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | AI审查节点执行失败,任务ID: 2d5d99c823a6b1a19f770932f3237bf8-1765818703, 错误: [Errno 2] No such file or directory: 'temp/outline_result_temp/outline_result.json' Traceback (most recent call last): File "/app/core/construction_review/workflows/ai_review_workflow.py", line 293, in _ai_review_node outline_review_result = await self.ai_review_engine.outline_check(state["callback_task_id"], state["structured_content"], ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 239, in outline_check with open("temp/outline_result_temp/outline_result.json","w",encoding="utf-8") as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'temp/outline_result_temp/outline_result.json' P1.T139806445119168 | 2025-12-16 01:14:00 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | AI审查错误处理: 2d5d99c823a6b1a19f770932f3237bf8, 错误: [Errno 2] No such file or directory: 'temp/outline_result_temp/outline_result.json' P1.T139806445119168 | 2025-12-16 01:14:00 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | LangGraph AI审查工作流执行失败: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139806445119168 | 2025-12-16 01:14:00 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | 任务处理失败: 2d5d99c823a6b1a19f770932f3237bf8, 错误: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139806445119168 | 2025-12-16 01:14:00 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | 文档处理任务链失败: 2d5d99c823a6b1a19f770932f3237bf8-1765818703, 错误: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139806445119168 | 2025-12-16 01:14:00 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | 提交文档处理任务失败: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139806445119168 | 2025-12-16 01:14:00 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | 任务处理失败: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139806445119168 | 2025-12-16 01:14:00 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | 详细错误信息: Traceback (most recent call last): File "/app/foundation/infrastructure/messaging/tasks.py", line 59, in submit_task_processing_task result = workflow_manager.submit_task_processing_sync(file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/observability/monitoring/time_statistics.py", line 18, in sync_wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/core/base/workflow_manager.py", line 108, in submit_task_processing_sync self._process_task_chain_sync(task_chain, task_file_info, task_file_info.file_type) File "/app/core/base/workflow_manager.py", line 169, in _process_task_chain_sync ai_result = loop.run_until_complete(ai_workflow.execute()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete File "/app/core/construction_review/workflows/ai_review_workflow.py", line 195, in execute result = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langgraph/pregel/main.py", line 3158, in ainvoke async for chunk in self.astream( File "/venv/lib/python3.12/site-packages/langgraph/pregel/main.py", line 2986, in astream loop.after_tick() File "/venv/lib/python3.12/site-packages/langgraph/pregel/_loop.py", line 542, in after_tick self.updated_channels = apply_writes( ^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langgraph/pregel/_algo.py", line 296, in apply_writes if channels[chan].update(vals) and next_version is not None: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langgraph/channels/last_value.py", line 64, in update raise InvalidUpdateError(msg) langgraph.errors.InvalidUpdateError: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139806445119168 | 2025-12-16 01:16:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | AI审查节点执行失败,任务ID: 2d5d99c823a6b1a19f770932f3237bf8-1765818703, 错误: [Errno 2] No such file or directory: 'temp/outline_result_temp/outline_result.json' Traceback (most recent call last): File "/app/core/construction_review/workflows/ai_review_workflow.py", line 293, in _ai_review_node outline_review_result = await self.ai_review_engine.outline_check(state["callback_task_id"], state["structured_content"], ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 239, in outline_check with open("temp/outline_result_temp/outline_result.json","w",encoding="utf-8") as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'temp/outline_result_temp/outline_result.json' P1.T139806445119168 | 2025-12-16 01:16:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | AI审查错误处理: 2d5d99c823a6b1a19f770932f3237bf8, 错误: [Errno 2] No such file or directory: 'temp/outline_result_temp/outline_result.json' P1.T139806445119168 | 2025-12-16 01:16:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | LangGraph AI审查工作流执行失败: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139806445119168 | 2025-12-16 01:16:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | 任务处理失败: 2d5d99c823a6b1a19f770932f3237bf8, 错误: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139806445119168 | 2025-12-16 01:16:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | 文档处理任务链失败: 2d5d99c823a6b1a19f770932f3237bf8-1765818703, 错误: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139806445119168 | 2025-12-16 01:16:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | 提交文档处理任务失败: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139806445119168 | 2025-12-16 01:16:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | 任务处理失败: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139806445119168 | 2025-12-16 01:16:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | 详细错误信息: Traceback (most recent call last): File "/app/foundation/infrastructure/messaging/tasks.py", line 59, in submit_task_processing_task result = workflow_manager.submit_task_processing_sync(file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/observability/monitoring/time_statistics.py", line 18, in sync_wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/core/base/workflow_manager.py", line 108, in submit_task_processing_sync self._process_task_chain_sync(task_chain, task_file_info, task_file_info.file_type) File "/app/core/base/workflow_manager.py", line 169, in _process_task_chain_sync ai_result = loop.run_until_complete(ai_workflow.execute()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete File "/app/core/construction_review/workflows/ai_review_workflow.py", line 195, in execute result = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langgraph/pregel/main.py", line 3158, in ainvoke async for chunk in self.astream( File "/venv/lib/python3.12/site-packages/langgraph/pregel/main.py", line 2986, in astream loop.after_tick() File "/venv/lib/python3.12/site-packages/langgraph/pregel/_loop.py", line 542, in after_tick self.updated_channels = apply_writes( ^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langgraph/pregel/_algo.py", line 296, in apply_writes if channels[chan].update(vals) and next_version is not None: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langgraph/channels/last_value.py", line 64, in update raise InvalidUpdateError(msg) langgraph.errors.InvalidUpdateError: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139806445119168 | 2025-12-16 01:18:59 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | [模型调用] 超时 trace_id: 2d5d99c823a6b1a19f770932f3237bf8-1765818703_item_1, 耗时: 60.01s, 超时阈值: 60s P1.T139806445119168 | 2025-12-16 01:18:59 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | 第2项审查失败: 模型调用超时,trace_id: 2d5d99c823a6b1a19f770932f3237bf8-1765818703_item_1, 耗时: 60.01s P1.T139806445119168 | 2025-12-16 01:19:26 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | AI审查节点执行失败,任务ID: 2d5d99c823a6b1a19f770932f3237bf8-1765818703, 错误: [Errno 2] No such file or directory: 'temp/outline_result_temp/outline_result.json' Traceback (most recent call last): File "/app/core/construction_review/workflows/ai_review_workflow.py", line 293, in _ai_review_node outline_review_result = await self.ai_review_engine.outline_check(state["callback_task_id"], state["structured_content"], ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 239, in outline_check with open("temp/outline_result_temp/outline_result.json","w",encoding="utf-8") as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'temp/outline_result_temp/outline_result.json' P1.T139806445119168 | 2025-12-16 01:19:26 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | AI审查错误处理: 2d5d99c823a6b1a19f770932f3237bf8, 错误: [Errno 2] No such file or directory: 'temp/outline_result_temp/outline_result.json' P1.T139806445119168 | 2025-12-16 01:19:26 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | LangGraph AI审查工作流执行失败: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139806445119168 | 2025-12-16 01:19:26 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | 任务处理失败: 2d5d99c823a6b1a19f770932f3237bf8, 错误: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139806445119168 | 2025-12-16 01:19:26 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | 文档处理任务链失败: 2d5d99c823a6b1a19f770932f3237bf8-1765818703, 错误: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139806445119168 | 2025-12-16 01:19:26 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | 提交文档处理任务失败: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139806445119168 | 2025-12-16 01:19:26 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | 任务处理失败: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139806445119168 | 2025-12-16 01:19:26 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765818703 | system | 详细错误信息: Traceback (most recent call last): File "/app/foundation/infrastructure/messaging/tasks.py", line 59, in submit_task_processing_task result = workflow_manager.submit_task_processing_sync(file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/observability/monitoring/time_statistics.py", line 18, in sync_wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/core/base/workflow_manager.py", line 108, in submit_task_processing_sync self._process_task_chain_sync(task_chain, task_file_info, task_file_info.file_type) File "/app/core/base/workflow_manager.py", line 169, in _process_task_chain_sync ai_result = loop.run_until_complete(ai_workflow.execute()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete File "/app/core/construction_review/workflows/ai_review_workflow.py", line 195, in execute result = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langgraph/pregel/main.py", line 3158, in ainvoke async for chunk in self.astream( File "/venv/lib/python3.12/site-packages/langgraph/pregel/main.py", line 2986, in astream loop.after_tick() File "/venv/lib/python3.12/site-packages/langgraph/pregel/_loop.py", line 542, in after_tick self.updated_channels = apply_writes( ^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langgraph/pregel/_algo.py", line 296, in apply_writes if channels[chan].update(vals) and next_version is not None: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langgraph/channels/last_value.py", line 64, in update raise InvalidUpdateError(msg) langgraph.errors.InvalidUpdateError: At key 'file_id': Can receive only one value per step. Use an Annotated key to handle multiple values. For troubleshooting, visit: https://docs.langchain.com/oss/python/langgraph/errors/INVALID_CONCURRENT_GRAPH_UPDATE P1.T139809354394496 | 2025-12-16 01:27:20 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140160425532288 | 2025-12-16 01:49:19 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140154148129664 | 2025-12-16 02:08:54 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140468737768320 | 2025-12-16 02:35:19 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T139617575630528 | 2025-12-16 02:37:06 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765823758 | system | [模型调用] 超时 trace_id: 2d5d99c823a6b1a19f770932f3237bf8-1765823758_item_1, 耗时: 60.01s, 超时阈值: 60s P1.T139617575630528 | 2025-12-16 02:37:06 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765823758 | system | 第2项审查失败: 模型调用超时,trace_id: 2d5d99c823a6b1a19f770932f3237bf8-1765823758_item_1, 耗时: 60.01s P1.T139617575630528 | 2025-12-16 09:07:48 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765847170 | system | [模型调用] 超时 trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1765847170_item_1, 耗时: 60.00s, 超时阈值: 60s P1.T139617575630528 | 2025-12-16 09:07:48 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765847170 | system | 第2项审查失败: 模型调用超时,trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1765847170_item_1, 耗时: 60.00s P1.T139617575630528 | 2025-12-16 09:40:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765849103 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765849103_item_11, 耗时: 60.00s, 超时阈值: 60s P1.T139617575630528 | 2025-12-16 09:40:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765849103 | system | 第12项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765849103_item_11, 耗时: 60.00s P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:03 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:04 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:04 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:04 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:04 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:04 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:04 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:04 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:04 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:04 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:04 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Error while reading from 192.168.92.62:16379 : (104, 'Connection reset by peer') P1.T139620901165952 | 2025-12-16 11:30:04 | ERROR | no-trace | system | 立即停止时清理Redis任务失败: Redis is loading the dataset in memory P1.T140100342307712 | 2025-12-16 16:34:50 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T139946996258496 | 2025-12-16 16:58:57 | ERROR | db155b7539beee4170deb2c47910270a-1765875276 | system | [模型调用] 超时 trace_id: semantic_logic_check(db155b7539beee4170deb2c47910270a-1765875276-23), 耗时: 60.00s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 16:58:57 | ERROR | db155b7539beee4170deb2c47910270a-1765875276 | system | 语义逻辑检查 审查失败: 模型调用超时,trace_id: semantic_logic_check(db155b7539beee4170deb2c47910270a-1765875276-23), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: semantic_logic_check(db155b7539beee4170deb2c47910270a-1765875276-23), 耗时: 60.00s P1.T139946996258496 | 2025-12-16 17:22:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839, 耗时: 60.06s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:22:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_0, 耗时: 60.06s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:22:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 分类失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_0, 耗时: 60.06s P1.T139946996258496 | 2025-12-16 17:22:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_1, 耗时: 60.06s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:22:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 分类失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_1, 耗时: 60.06s P1.T139946996258496 | 2025-12-16 17:22:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_2, 耗时: 60.06s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:22:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 分类失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_2, 耗时: 60.06s P1.T139946996258496 | 2025-12-16 17:22:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_3, 耗时: 60.06s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:22:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 分类失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_3, 耗时: 60.06s P1.T139946996258496 | 2025-12-16 17:22:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_4, 耗时: 60.07s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:22:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 分类失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_4, 耗时: 60.07s P1.T139946996258496 | 2025-12-16 17:23:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_0, 耗时: 60.06s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:23:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 第1项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_0, 耗时: 60.06s P1.T139946996258496 | 2025-12-16 17:23:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_1, 耗时: 60.05s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:23:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 第2项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_1, 耗时: 60.05s P1.T139946996258496 | 2025-12-16 17:23:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_2, 耗时: 60.05s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:23:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 第3项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_2, 耗时: 60.05s P1.T139946996258496 | 2025-12-16 17:23:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_3, 耗时: 60.05s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:23:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 第4项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_3, 耗时: 60.05s P1.T139946996258496 | 2025-12-16 17:23:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_4, 耗时: 60.04s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:23:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 第5项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_4, 耗时: 60.04s P1.T139946996258496 | 2025-12-16 17:24:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_5, 耗时: 60.06s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:24:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 分类失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_5, 耗时: 60.06s P1.T139946996258496 | 2025-12-16 17:24:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_6, 耗时: 60.06s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:24:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 分类失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_6, 耗时: 60.06s P1.T139946996258496 | 2025-12-16 17:24:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_7, 耗时: 60.06s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:24:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 分类失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_7, 耗时: 60.06s P1.T139946996258496 | 2025-12-16 17:24:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_8, 耗时: 60.07s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:24:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 分类失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_8, 耗时: 60.07s P1.T139946996258496 | 2025-12-16 17:24:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_9, 耗时: 60.07s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:24:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 分类失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_9, 耗时: 60.07s P1.T139946996258496 | 2025-12-16 17:25:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_5, 耗时: 60.04s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:25:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 第6项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_5, 耗时: 60.04s P1.T139946996258496 | 2025-12-16 17:25:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_6, 耗时: 60.04s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:25:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 第7项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_6, 耗时: 60.04s P1.T139946996258496 | 2025-12-16 17:25:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_7, 耗时: 60.03s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:25:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 第8项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_7, 耗时: 60.03s P1.T139946996258496 | 2025-12-16 17:25:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_8, 耗时: 60.03s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:25:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 第9项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_8, 耗时: 60.03s P1.T139946996258496 | 2025-12-16 17:25:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_9, 耗时: 60.03s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:25:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 第10项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_9, 耗时: 60.03s P1.T139946996258496 | 2025-12-16 17:26:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_10, 耗时: 60.06s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:26:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 分类失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_10, 耗时: 60.06s P1.T139946996258496 | 2025-12-16 17:26:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_11, 耗时: 60.07s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:26:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 分类失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_11, 耗时: 60.07s P1.T139946996258496 | 2025-12-16 17:26:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_12, 耗时: 60.07s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:26:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 分类失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_12, 耗时: 60.07s P1.T139946996258496 | 2025-12-16 17:26:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_13, 耗时: 60.07s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:26:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 分类失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_13, 耗时: 60.07s P1.T139946996258496 | 2025-12-16 17:26:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_14, 耗时: 60.07s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:26:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 分类失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_14, 耗时: 60.07s P1.T139946996258496 | 2025-12-16 17:27:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_10, 耗时: 60.06s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:27:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 第11项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_10, 耗时: 60.06s P1.T139946996258496 | 2025-12-16 17:27:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_11, 耗时: 60.06s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:27:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 第12项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_11, 耗时: 60.06s P1.T139946996258496 | 2025-12-16 17:27:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_12, 耗时: 60.05s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:27:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 第13项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_12, 耗时: 60.05s P1.T139946996258496 | 2025-12-16 17:27:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_13, 耗时: 60.05s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:27:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 第14项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_13, 耗时: 60.05s P1.T139946996258496 | 2025-12-16 17:27:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_14, 耗时: 60.04s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:27:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 第15项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_14, 耗时: 60.04s P1.T139946996258496 | 2025-12-16 17:28:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_15, 耗时: 60.03s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:28:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 分类失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_15, 耗时: 60.03s P1.T139946996258496 | 2025-12-16 17:28:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_16, 耗时: 60.03s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:28:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 分类失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_16, 耗时: 60.03s P1.T139946996258496 | 2025-12-16 17:29:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_15, 耗时: 60.06s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:29:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 第16项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_15, 耗时: 60.06s P1.T139946996258496 | 2025-12-16 17:29:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 超时 trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_16, 耗时: 60.06s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:29:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 第17项审查失败: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839_item_16, 耗时: 60.06s P1.T139946996258496 | 2025-12-16 17:29:21 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 阶段1执行异常: 模型调用超时,trace_id: 6c68efff08ccfc32dba4ab192b96de2a-1765876839, 耗时: 60.06s P1.T139946996258496 | 2025-12-16 17:43:06 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:06 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: prep_basis_batch_1765878173, 耗时: 12.24s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:06 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 模型调用准备阶段失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:06 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:06 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: prep_basis_batch_1765878173, 耗时: 12.30s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:06 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 模型调用准备阶段失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:06 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:06 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: prep_basis_batch_1765878173, 耗时: 12.33s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:06 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 模型调用准备阶段失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:06 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:06 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: prep_basis_batch_1765878173, 耗时: 12.46s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:06 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 模型调用准备阶段失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:18 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:18 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: prep_basis_batch_1765878186, 耗时: 12.11s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:18 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 模型调用准备阶段失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:18 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:18 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: prep_basis_batch_1765878186, 耗时: 12.21s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:18 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 模型调用准备阶段失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:18 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:18 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: prep_basis_batch_1765878186, 耗时: 12.37s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:18 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 模型调用准备阶段失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:18 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:18 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: prep_basis_batch_1765878186, 耗时: 12.31s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:18 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 模型调用准备阶段失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:30 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:30 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: prep_basis_batch_1765878198, 耗时: 12.38s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:30 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 模型调用准备阶段失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:42 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:42 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: technical_parameters_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-0), 耗时: 11.82s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:42 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 技术参数检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: completeness_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-0), 耗时: 12.08s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 完整性检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: semantic_logic_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-1), 耗时: 12.18s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 语义逻辑检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: grammar_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-0), 耗时: 12.24s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 词句语法检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: mandatory_standards_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-0), 耗时: 12.31s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 强制性标准检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: grammar_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-1), 耗时: 12.32s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 词句语法检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: semantic_logic_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-0), 耗时: 12.40s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 语义逻辑检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: design_values_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-0), 耗时: 12.44s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 设计值检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:43:54 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:54 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: completeness_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-1), 耗时: 12.08s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:54 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 完整性检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: mandatory_standards_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-1), 耗时: 12.40s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 强制性标准检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: design_values_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-1), 耗时: 12.40s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 设计值检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: technical_parameters_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-1), 耗时: 12.47s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 技术参数检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: grammar_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-2), 耗时: 12.40s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 词句语法检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: completeness_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-2), 耗时: 12.36s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 完整性检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: semantic_logic_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-2), 耗时: 12.52s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 语义逻辑检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:43:56 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:43:56 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: mandatory_standards_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-2), 耗时: 12.63s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:43:56 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 强制性标准检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:44:07 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:44:07 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: design_values_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-2), 耗时: 12.15s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:44:07 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 设计值检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:44:07 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:44:07 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: grammar_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-3), 耗时: 11.99s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:44:07 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 词句语法检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:44:07 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:44:07 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: technical_parameters_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-2), 耗时: 12.18s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:44:07 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 技术参数检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:44:07 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:44:07 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: mandatory_standards_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-3), 耗时: 12.12s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:44:07 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 强制性标准检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:44:07 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:44:07 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: semantic_logic_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-3), 耗时: 12.28s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:44:07 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 语义逻辑检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:44:08 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:44:08 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: completeness_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-3), 耗时: 12.30s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:44:08 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 完整性检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:44:08 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T139946996258496 | 2025-12-16 17:44:08 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | [模型调用] 异常 trace_id: design_values_check(6c68efff08ccfc32dba4ab192b96de2a-1765876839-3), 耗时: 12.33s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T139946996258496 | 2025-12-16 17:44:08 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765876839 | system | 设计值检查 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T139946996258496 | 2025-12-16 17:57:39 | ERROR | db155b7539beee4170deb2c47910270a-1765877315 | system | [模型调用] 超时 trace_id: grammar_check(db155b7539beee4170deb2c47910270a-1765877315-43), 耗时: 60.00s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:57:39 | ERROR | db155b7539beee4170deb2c47910270a-1765877315 | system | 词句语法检查 审查失败: 模型调用超时,trace_id: grammar_check(db155b7539beee4170deb2c47910270a-1765877315-43), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: grammar_check(db155b7539beee4170deb2c47910270a-1765877315-43), 耗时: 60.00s P1.T139946996258496 | 2025-12-16 17:58:47 | ERROR | db155b7539beee4170deb2c47910270a-1765877315 | system | [模型调用] 超时 trace_id: technical_parameters_check(db155b7539beee4170deb2c47910270a-1765877315-56), 耗时: 60.05s, 超时阈值: 60s P1.T139946996258496 | 2025-12-16 17:58:47 | ERROR | db155b7539beee4170deb2c47910270a-1765877315 | system | 技术参数检查 审查失败: 模型调用超时,trace_id: technical_parameters_check(db155b7539beee4170deb2c47910270a-1765877315-56), 耗时: 60.05s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: technical_parameters_check(db155b7539beee4170deb2c47910270a-1765877315-56), 耗时: 60.05s P1.T139946996258496 | 2025-12-17 09:08:04 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1765933256 | system | [模型调用] 超时 trace_id: mandatory_standards_check(e7f75ad894063290d0c5e1542d8ded79-1765933256-51), 耗时: 60.01s, 超时阈值: 60s P1.T139946996258496 | 2025-12-17 09:08:04 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1765933256 | system | 强制性标准检查 审查失败: 模型调用超时,trace_id: mandatory_standards_check(e7f75ad894063290d0c5e1542d8ded79-1765933256-51), 耗时: 60.01s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: mandatory_standards_check(e7f75ad894063290d0c5e1542d8ded79-1765933256-51), 耗时: 60.01s P1.T139950175288192 | 2025-12-17 09:54:08 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140594550463360 | 2025-12-17 09:54:59 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140086279580544 | 2025-12-17 09:56:08 | ERROR | 61548deb | system | {'code': 'WJSC001', 'error_type': 'FILE_MISSING', 'message': '未上传文件', 'status_code': 400} P1.T140086279580544 | 2025-12-17 09:56:08 | ERROR | 61548deb | system | HTTP异常: Traceback (most recent call last): File "/app/views/construction_review/file_upload.py", line 109, in file_upload raise FileUploadErrors.file_missing() fastapi.exceptions.HTTPException: 400: {'code': 'WJSC001', 'error_type': 'FILE_MISSING', 'message': '未上传文件'} P1.T140083034318528 | 2025-12-17 10:16:58 | ERROR | db155b7539beee4170deb2c47910270a-1765937489 | system | [模型调用] 超时 trace_id: grammar_check(db155b7539beee4170deb2c47910270a-1765937489-43), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 10:16:58 | ERROR | db155b7539beee4170deb2c47910270a-1765937489 | system | sensitive_word_check 审查失败: 模型调用超时,trace_id: grammar_check(db155b7539beee4170deb2c47910270a-1765937489-43), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: grammar_check(db155b7539beee4170deb2c47910270a-1765937489-43), 耗时: 60.00s P1.T140086279580544 | 2025-12-17 10:58:32 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1765940300 | system | {'code': 'QDSC008', 'error_type': 'ENUM_TYPE_INVALID', 'message': '审查枚举类型无效', 'status_code': 400} P1.T140083034318528 | 2025-12-17 11:06:27 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-0), 耗时: 60.03s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:06:27 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | sensitive_word_check 审查失败: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-0), 耗时: 60.03s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-0), 耗时: 60.03s P1.T140083034318528 | 2025-12-17 11:06:27 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-0), 耗时: 60.02s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:06:27 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | semantic_logic_check 审查失败: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-0), 耗时: 60.02s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-0), 耗时: 60.02s P1.T140083034318528 | 2025-12-17 11:06:27 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-0), 耗时: 60.02s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:06:27 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | completeness_check 审查失败: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-0), 耗时: 60.02s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-0), 耗时: 60.02s P1.T140083034318528 | 2025-12-17 11:06:27 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-0), 耗时: 60.02s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:06:27 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-0), 耗时: 60.02s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-0), 耗时: 60.02s P1.T140083034318528 | 2025-12-17 11:06:27 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-0), 耗时: 60.02s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:06:27 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-0), 耗时: 60.02s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-0), 耗时: 60.02s P1.T140083034318528 | 2025-12-17 11:06:27 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-1), 耗时: 60.01s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:06:27 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | sensitive_word_check 审查失败: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-1), 耗时: 60.01s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-1), 耗时: 60.01s P1.T140083034318528 | 2025-12-17 11:06:27 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-1), 耗时: 60.01s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:06:27 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | semantic_logic_check 审查失败: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-1), 耗时: 60.01s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-1), 耗时: 60.01s P1.T140083034318528 | 2025-12-17 11:06:27 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-1), 耗时: 60.03s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:06:27 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | completeness_check 审查失败: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-1), 耗时: 60.03s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-1), 耗时: 60.03s P1.T140083034318528 | 2025-12-17 11:07:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-1), 耗时: 60.06s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:07:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-1), 耗时: 60.06s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-1), 耗时: 60.06s P1.T140083034318528 | 2025-12-17 11:07:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-1), 耗时: 60.06s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:07:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-1), 耗时: 60.06s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-1), 耗时: 60.06s P1.T140083034318528 | 2025-12-17 11:07:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-2), 耗时: 60.06s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:07:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | sensitive_word_check 审查失败: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-2), 耗时: 60.06s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-2), 耗时: 60.06s P1.T140083034318528 | 2025-12-17 11:07:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-2), 耗时: 60.06s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:07:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | semantic_logic_check 审查失败: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-2), 耗时: 60.06s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-2), 耗时: 60.06s P1.T140083034318528 | 2025-12-17 11:07:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-2), 耗时: 60.05s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:07:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | completeness_check 审查失败: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-2), 耗时: 60.05s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-2), 耗时: 60.05s P1.T140083034318528 | 2025-12-17 11:07:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-2), 耗时: 60.05s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:07:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-2), 耗时: 60.05s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-2), 耗时: 60.05s P1.T140083034318528 | 2025-12-17 11:07:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-2), 耗时: 60.05s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:07:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-2), 耗时: 60.05s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-2), 耗时: 60.05s P1.T140083034318528 | 2025-12-17 11:07:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-3), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:07:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | sensitive_word_check 审查失败: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-3), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-3), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:08:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-3), 耗时: 60.06s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:08:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | semantic_logic_check 审查失败: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-3), 耗时: 60.06s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-3), 耗时: 60.06s P1.T140083034318528 | 2025-12-17 11:08:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-3), 耗时: 60.06s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:08:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | completeness_check 审查失败: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-3), 耗时: 60.06s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-3), 耗时: 60.06s P1.T140083034318528 | 2025-12-17 11:08:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-3), 耗时: 60.06s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:08:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-3), 耗时: 60.06s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-3), 耗时: 60.06s P1.T140083034318528 | 2025-12-17 11:08:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-3), 耗时: 60.05s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:08:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-3), 耗时: 60.05s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-3), 耗时: 60.05s P1.T140083034318528 | 2025-12-17 11:08:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-4), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:08:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | sensitive_word_check 审查失败: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-4), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-4), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:08:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-4), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:08:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | semantic_logic_check 审查失败: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-4), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-4), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:08:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-4), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:08:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | completeness_check 审查失败: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-4), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-4), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:08:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-4), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:08:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-4), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-4), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:09:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-4), 耗时: 60.05s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:09:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-4), 耗时: 60.05s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-4), 耗时: 60.05s P1.T140083034318528 | 2025-12-17 11:09:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-5), 耗时: 60.05s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:09:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | sensitive_word_check 审查失败: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-5), 耗时: 60.05s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-5), 耗时: 60.05s P1.T140083034318528 | 2025-12-17 11:09:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-5), 耗时: 60.05s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:09:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | semantic_logic_check 审查失败: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-5), 耗时: 60.05s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-5), 耗时: 60.05s P1.T140083034318528 | 2025-12-17 11:09:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-5), 耗时: 60.05s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:09:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | completeness_check 审查失败: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-5), 耗时: 60.05s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-5), 耗时: 60.05s P1.T140083034318528 | 2025-12-17 11:09:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-5), 耗时: 60.04s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:09:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-5), 耗时: 60.04s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-5), 耗时: 60.04s P1.T140083034318528 | 2025-12-17 11:09:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-5), 耗时: 60.03s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:09:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-5), 耗时: 60.03s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-5), 耗时: 60.03s P1.T140083034318528 | 2025-12-17 11:09:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-6), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:09:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | sensitive_word_check 审查失败: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-6), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-6), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:09:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-6), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:09:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | semantic_logic_check 审查失败: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-6), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-6), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:10:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-6), 耗时: 60.06s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:10:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | completeness_check 审查失败: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-6), 耗时: 60.06s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-6), 耗时: 60.06s P1.T140083034318528 | 2025-12-17 11:10:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-6), 耗时: 60.06s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:10:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-6), 耗时: 60.06s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-6), 耗时: 60.06s P1.T140083034318528 | 2025-12-17 11:10:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-6), 耗时: 60.06s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:10:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-6), 耗时: 60.06s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-6), 耗时: 60.06s P1.T140083034318528 | 2025-12-17 11:10:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-7), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:10:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | sensitive_word_check 审查失败: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-7), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-7), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:10:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-7), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:10:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | semantic_logic_check 审查失败: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-7), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-7), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:10:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-7), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:10:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | completeness_check 审查失败: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-7), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-7), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:10:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-7), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:10:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-7), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-7), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:10:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-7), 耗时: 60.01s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:10:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-7), 耗时: 60.01s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-7), 耗时: 60.01s P1.T140083034318528 | 2025-12-17 11:11:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-8), 耗时: 60.01s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:11:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | sensitive_word_check 审查失败: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-8), 耗时: 60.01s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-8), 耗时: 60.01s P1.T140083034318528 | 2025-12-17 11:11:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-8), 耗时: 60.01s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:11:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | semantic_logic_check 审查失败: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-8), 耗时: 60.01s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-8), 耗时: 60.01s P1.T140083034318528 | 2025-12-17 11:11:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-8), 耗时: 60.01s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:11:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | completeness_check 审查失败: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-8), 耗时: 60.01s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-8), 耗时: 60.01s P1.T140083034318528 | 2025-12-17 11:11:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-8), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:11:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-8), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-8), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:11:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-8), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:11:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-8), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-8), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:11:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-9), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:11:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | sensitive_word_check 审查失败: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-9), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-9), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:11:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-9), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:11:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | semantic_logic_check 审查失败: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-9), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-9), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:11:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-9), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:11:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | completeness_check 审查失败: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-9), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-9), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:12:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-9), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:12:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-9), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-9), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:12:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-9), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:12:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-9), 耗时: 60.00s Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 48, in _retry_with_backoff await asyncio.sleep(wait_time) File "/usr/local/lib/python3.12/asyncio/tasks.py", line 665, in sleep return await future ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-9), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:12:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-10), 耗时: 60.01s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:12:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | sensitive_word_check 审查失败: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-10), 耗时: 60.01s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-10), 耗时: 60.01s P1.T140083034318528 | 2025-12-17 11:12:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-10), 耗时: 60.02s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:12:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | semantic_logic_check 审查失败: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-10), 耗时: 60.02s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-10), 耗时: 60.02s P1.T140083034318528 | 2025-12-17 11:12:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-10), 耗时: 60.02s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:12:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | completeness_check 审查失败: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-10), 耗时: 60.02s Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 48, in _retry_with_backoff await asyncio.sleep(wait_time) File "/usr/local/lib/python3.12/asyncio/tasks.py", line 665, in sleep return await future ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-10), 耗时: 60.02s P1.T140083034318528 | 2025-12-17 11:12:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-10), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:12:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-10), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-10), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:12:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-10), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:12:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-10), 耗时: 60.00s Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 48, in _retry_with_backoff await asyncio.sleep(wait_time) File "/usr/local/lib/python3.12/asyncio/tasks.py", line 665, in sleep return await future ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-10), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:12:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 超时 trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-11), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 11:12:28 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | sensitive_word_check 审查失败: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-11), 耗时: 60.00s Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 48, in _retry_with_backoff await asyncio.sleep(wait_time) File "/usr/local/lib/python3.12/asyncio/tasks.py", line 665, in sleep return await future ^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-11), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 异常 trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-12), 耗时: 12.08s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | semantic_logic_check 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 异常 trace_id: semantic_logic_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-11), 耗时: 12.20s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | semantic_logic_check 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 异常 trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-11), 耗时: 12.19s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | parameter_compliance_check 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 异常 trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-11), 耗时: 12.24s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | completeness_check 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 异常 trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-11), 耗时: 12.36s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | non_parameter_compliance_check 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 异常 trace_id: completeness_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-12), 耗时: 12.37s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | completeness_check 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 异常 trace_id: non_parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-12), 耗时: 12.44s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | non_parameter_compliance_check 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 异常 trace_id: grammar_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-12), 耗时: 12.51s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T140083034318528 | 2025-12-17 11:12:40 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | sensitive_word_check 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140083034318528 | 2025-12-17 11:12:52 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 达到最大重试次数 3,最终失败: Connection error. P1.T140083034318528 | 2025-12-17 11:12:52 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | [模型调用] 异常 trace_id: parameter_compliance_check(7dfc70024a2043fd8bddf9f0f81c3a87-1765940722-12), 耗时: 12.23s, 错误类型: APIConnectionError, 错误信息: Connection error. P1.T140083034318528 | 2025-12-17 11:12:52 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1765940722 | system | parameter_compliance_check 审查失败: Connection error. Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 982, in request response = self._client.send( ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 111] Connection refused The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1014, in request raise APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. P1.T140086279580544 | 2025-12-17 11:50:46 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765942072 | system | {'code': 'QDSC008', 'error_type': 'ENUM_TYPE_INVALID', 'message': '审查枚举类型无效', 'status_code': 400} P1.T140086279580544 | 2025-12-17 12:00:22 | ERROR | db155b7539beee4170deb2c47910270a-1765944013 | system | {'code': 'QDSC008', 'error_type': 'ENUM_TYPE_INVALID', 'message': '审查枚举类型无效', 'status_code': 400} P1.T140086279580544 | 2025-12-17 12:01:37 | ERROR | db155b7539beee4170deb2c47910270a-1765944090 | system | {'code': 'QDSC008', 'error_type': 'ENUM_TYPE_INVALID', 'message': '审查枚举类型无效', 'status_code': 400} P1.T140083034318528 | 2025-12-17 13:15:17 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765948221 | system | [模型调用] 超时 trace_id: semantic_logic_check(2d5d99c823a6b1a19f770932f3237bf8-1765948221-5), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 13:15:17 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1765948221 | system | semantic_logic_check 审查失败: 模型调用超时,trace_id: semantic_logic_check(2d5d99c823a6b1a19f770932f3237bf8-1765948221-5), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: semantic_logic_check(2d5d99c823a6b1a19f770932f3237bf8-1765948221-5), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 15:39:50 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1765957121 | system | [模型调用] 超时 trace_id: e7f75ad894063290d0c5e1542d8ded79-1765957121_item_1, 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 15:39:50 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1765957121 | system | 第2项审查失败: 模型调用超时,trace_id: e7f75ad894063290d0c5e1542d8ded79-1765957121_item_1, 耗时: 60.00s P1.T140083034318528 | 2025-12-17 15:42:30 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1765957121 | system | [模型调用] 超时 trace_id: grammar_check(e7f75ad894063290d0c5e1542d8ded79-1765957121-13), 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 15:42:30 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1765957121 | system | sensitive_word_check 审查失败: 模型调用超时,trace_id: grammar_check(e7f75ad894063290d0c5e1542d8ded79-1765957121-13), 耗时: 60.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: grammar_check(e7f75ad894063290d0c5e1542d8ded79-1765957121-13), 耗时: 60.00s P1.T140083034318528 | 2025-12-17 16:15:21 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765959249 | system | [模型调用] 超时 trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1765959249_item_3, 耗时: 60.00s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 16:15:21 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765959249 | system | 第4项审查失败: 模型调用超时,trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1765959249_item_3, 耗时: 60.00s P1.T140083034318528 | 2025-12-17 16:46:00 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765961089 | system | [模型调用] 超时 trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1765961089_item_1, 耗时: 60.01s, 超时阈值: 60s P1.T140083034318528 | 2025-12-17 16:46:00 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765961089 | system | 第2项审查失败: 模型调用超时,trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1765961089_item_1, 耗时: 60.01s P1.T140086279580544 | 2025-12-17 16:56:10 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T139885876868800 | 2025-12-17 17:04:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765962228 | system | [模型调用] 超时 trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1765962228, 耗时: 60.01s, 超时阈值: 60s P1.T139885876868800 | 2025-12-17 17:05:13 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765962228 | system | 阶段1执行异常: 模型调用超时,trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1765962228, 耗时: 60.01s P1.T139885876868800 | 2025-12-17 17:06:29 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765962228 | system | [模型调用] 超时 trace_id: prep_basis_batch_1765962329, 耗时: 60.01s, 超时阈值: 60s P1.T139885876868800 | 2025-12-17 17:06:29 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765962228 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1765962329, 耗时: 60.01s P1.T139889197169536 | 2025-12-17 17:29:24 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140549206025920 | 2025-12-17 17:38:32 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765963909 | system | [模型调用] 超时 trace_id: prep_basis_batch_1765964252, 耗时: 60.00s, 超时阈值: 60s P1.T140549206025920 | 2025-12-17 17:38:32 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765963909 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1765964252, 耗时: 60.00s P1.T140549206025920 | 2025-12-17 17:38:32 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765963909 | system | [模型调用] 超时 trace_id: prep_basis_batch_1765964252, 耗时: 60.00s, 超时阈值: 60s P1.T140549206025920 | 2025-12-17 17:38:32 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765963909 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1765964252, 耗时: 60.00s P1.T140552118561664 | 2025-12-17 18:01:58 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140086596385664 | 2025-12-17 18:22:58 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140594072480640 | 2025-12-17 18:23:23 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T139850887043968 | 2025-12-17 18:31:01 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140320272545472 | 2025-12-17 18:38:42 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765967540 | system | [模型调用] 超时 trace_id: prep_basis_batch_1765967862, 耗时: 60.00s, 超时阈值: 60s P1.T140320272545472 | 2025-12-17 18:38:42 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765967540 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1765967862, 耗时: 60.00s P1.T140320272545472 | 2025-12-17 18:39:26 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765967540 | system | [模型调用] 超时 trace_id: prep_basis_batch_1765967906, 耗时: 60.01s, 超时阈值: 60s P1.T140320272545472 | 2025-12-17 18:39:26 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765967540 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1765967906, 耗时: 60.01s P1.T140320272545472 | 2025-12-17 19:07:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765961991 | system | [模型调用] 超时 trace_id: prep_basis_batch_1765969587, 耗时: 60.02s, 超时阈值: 60s P1.T140320272545472 | 2025-12-17 19:07:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765961991 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1765969587, 耗时: 60.02s P1.T140320272545472 | 2025-12-17 19:07:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765961991 | system | [模型调用] 超时 trace_id: prep_basis_batch_1765969587, 耗时: 60.02s, 超时阈值: 60s P1.T140320272545472 | 2025-12-17 19:07:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1765961991 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1765969587, 耗时: 60.02s P1.T140320272545472 | 2025-12-18 09:01:51 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766019316 | system | [模型调用] 超时 trace_id: prep_basis_batch_1766019651, 耗时: 60.02s, 超时阈值: 60s P1.T140320272545472 | 2025-12-18 09:01:51 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766019316 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1766019651, 耗时: 60.02s P1.T140320272545472 | 2025-12-18 09:02:22 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766019316 | system | [模型调用] 超时 trace_id: prep_basis_batch_1766019682, 耗时: 60.01s, 超时阈值: 60s P1.T140320272545472 | 2025-12-18 09:02:22 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766019316 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1766019682, 耗时: 60.01s P1.T140320272545472 | 2025-12-18 09:02:51 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766019316 | system | [模型调用] 超时 trace_id: prep_basis_batch_1766019711, 耗时: 60.03s, 超时阈值: 60s P1.T140320272545472 | 2025-12-18 09:02:51 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766019316 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1766019711, 耗时: 60.03s P1.T140323583384448 | 2025-12-18 09:08:41 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766019854 | system | {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件', 'status_code': 404} P1.T140323583384448 | 2025-12-18 09:08:41 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766019854 | system | HTTP异常: cdfaed8b3df7fd67a7cfa765c9e7ae36-1766019854 P1.T140323583384448 | 2025-12-18 09:08:41 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766019854 | system | 异常详情: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140323583384448 | 2025-12-18 09:08:41 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766019854 | system | 异常堆栈: Traceback (most recent call last): File "/app/views/construction_review/launch_review.py", line 249, in generate_launch_review_events raise LaunchReviewErrors.task_not_found_or_expired() fastapi.exceptions.HTTPException: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140320272545472 | 2025-12-18 09:15:42 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020181 | system | [模型调用] 超时 trace_id: prep_basis_batch_1766020482, 耗时: 60.00s, 超时阈值: 60s P1.T140320272545472 | 2025-12-18 09:15:42 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020181 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1766020482, 耗时: 60.00s P1.T140320272545472 | 2025-12-18 09:15:42 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020181 | system | [模型调用] 超时 trace_id: prep_basis_batch_1766020482, 耗时: 60.00s, 超时阈值: 60s P1.T140320272545472 | 2025-12-18 09:15:42 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020181 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1766020482, 耗时: 60.00s P1.T140320272545472 | 2025-12-18 09:15:42 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020181 | system | [模型调用] 超时 trace_id: prep_basis_batch_1766020482, 耗时: 60.00s, 超时阈值: 60s P1.T140320272545472 | 2025-12-18 09:15:42 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020181 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1766020482, 耗时: 60.00s P1.T140320272545472 | 2025-12-18 09:23:06 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020278 | system | [模型调用] 超时 trace_id: prep_basis_batch_1766020926, 耗时: 60.03s, 超时阈值: 60s P1.T140320272545472 | 2025-12-18 09:23:06 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020278 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1766020926, 耗时: 60.03s P1.T140320272545472 | 2025-12-18 09:29:00 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020568 | system | [模型调用] 超时 trace_id: prep_basis_batch_1766021280, 耗时: 60.00s, 超时阈值: 60s P1.T140320272545472 | 2025-12-18 09:29:00 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020568 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1766021280, 耗时: 60.00s P1.T140320272545472 | 2025-12-18 09:34:21 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020729 | system | [模型调用] 超时 trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020729, 耗时: 60.01s, 超时阈值: 60s P1.T140320272545472 | 2025-12-18 09:34:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020729 | system | 阶段1执行异常: 模型调用超时,trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020729, 耗时: 60.01s P1.T140320272545472 | 2025-12-18 09:35:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020729 | system | [模型调用] 超时 trace_id: prep_basis_batch_1766021674, 耗时: 60.02s, 超时阈值: 60s P1.T140320272545472 | 2025-12-18 09:35:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020729 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1766021674, 耗时: 60.02s P1.T140320272545472 | 2025-12-18 09:35:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020729 | system | [模型调用] 超时 trace_id: prep_basis_batch_1766021674, 耗时: 60.02s, 超时阈值: 60s P1.T140320272545472 | 2025-12-18 09:35:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766020729 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1766021674, 耗时: 60.02s P1.T140320272545472 | 2025-12-18 09:42:13 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766021571 | system | [模型调用] 超时 trace_id: prep_basis_batch_1766022073, 耗时: 60.01s, 超时阈值: 60s P1.T140320272545472 | 2025-12-18 09:42:13 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766021571 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1766022073, 耗时: 60.01s P1.T140320272545472 | 2025-12-18 09:42:13 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766021571 | system | [模型调用] 超时 trace_id: prep_basis_batch_1766022073, 耗时: 60.00s, 超时阈值: 60s P1.T140320272545472 | 2025-12-18 09:42:13 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766021571 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1766022073, 耗时: 60.00s P1.T140320272545472 | 2025-12-18 09:48:09 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1766021613 | system | [模型调用] 超时 trace_id: parameter_compliance_check(2d5d99c823a6b1a19f770932f3237bf8-1766021613-59), 耗时: 60.01s, 超时阈值: 60s P1.T140320272545472 | 2025-12-18 09:48:09 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1766021613 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(2d5d99c823a6b1a19f770932f3237bf8-1766021613-59), 耗时: 60.01s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(2d5d99c823a6b1a19f770932f3237bf8-1766021613-59), 耗时: 60.01s P1.T140320272545472 | 2025-12-18 09:51:35 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1766021613 | system | [模型调用] 超时 trace_id: prep_basis_batch_1766022635, 耗时: 60.00s, 超时阈值: 60s P1.T140320272545472 | 2025-12-18 09:51:35 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1766021613 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1766022635, 耗时: 60.00s P1.T140323583384448 | 2025-12-18 10:40:59 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140083036904320 | 2025-12-18 10:52:02 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766026019 | system | {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件', 'status_code': 404} P1.T140083036904320 | 2025-12-18 10:52:02 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766026019 | system | HTTP异常: e7f75ad894063290d0c5e1542d8ded79-1766026019 P1.T140083036904320 | 2025-12-18 10:52:02 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766026019 | system | 异常详情: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140083036904320 | 2025-12-18 10:52:02 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766026019 | system | 异常堆栈: Traceback (most recent call last): File "/app/views/construction_review/launch_review.py", line 249, in generate_launch_review_events raise LaunchReviewErrors.task_not_found_or_expired() fastapi.exceptions.HTTPException: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140083036904320 | 2025-12-18 16:08:13 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T139739346082688 | 2025-12-18 16:21:08 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140516932709248 | 2025-12-18 16:49:43 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766047691 | system | {'code': 'QDSC006', 'error_type': 'TASK_ALREADY_EXISTS', 'message': '任务已存在,请勿重复提交', 'status_code': 409} P1.T140516932709248 | 2025-12-18 16:49:43 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766047691 | system | HTTP异常: cdfaed8b3df7fd67a7cfa765c9e7ae36-1766047691 P1.T140516932709248 | 2025-12-18 16:49:43 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766047691 | system | 异常详情: 409: {'code': 'QDSC006', 'error_type': 'TASK_ALREADY_EXISTS', 'message': '任务已存在,请勿重复提交'} P1.T140516932709248 | 2025-12-18 16:49:43 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766047691 | system | 异常堆栈: Traceback (most recent call last): File "/app/views/construction_review/launch_review.py", line 253, in generate_launch_review_events raise LaunchReviewErrors.task_already_exists() fastapi.exceptions.HTTPException: 409: {'code': 'QDSC006', 'error_type': 'TASK_ALREADY_EXISTS', 'message': '任务已存在,请勿重复提交'} P1.T140513613182656 | 2025-12-18 16:50:28 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766047691 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 16:50:46 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766047691 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 16:51:17 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766047691 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 16:51:56 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766047691 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 16:53:04 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766047691 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 16:58:18 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766047800 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 16:58:33 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766047800 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 16:59:00 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766047800 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 16:59:40 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766047800 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 17:00:44 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766047800 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 17:13:51 | ERROR | 241df51ff23308491346897b3aa2c7f2-1766049203 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 17:14:36 | ERROR | 241df51ff23308491346897b3aa2c7f2-1766049203 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 17:15:07 | ERROR | 241df51ff23308491346897b3aa2c7f2-1766049203 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 17:15:10 | ERROR | 241df51ff23308491346897b3aa2c7f2-1766049203 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 17:15:23 | ERROR | 241df51ff23308491346897b3aa2c7f2-1766049203 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 17:15:38 | ERROR | 241df51ff23308491346897b3aa2c7f2-1766049203 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 17:15:40 | ERROR | 241df51ff23308491346897b3aa2c7f2-1766049203 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 17:15:50 | ERROR | 241df51ff23308491346897b3aa2c7f2-1766049203 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 17:15:56 | ERROR | 241df51ff23308491346897b3aa2c7f2-1766049203 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 17:16:45 | ERROR | 241df51ff23308491346897b3aa2c7f2-1766049203 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 17:18:41 | ERROR | 241df51ff23308491346897b3aa2c7f2-1766049203 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140513613182656 | 2025-12-18 17:20:31 | ERROR | 241df51ff23308491346897b3aa2c7f2-1766049203 | system | API调用失败,状态码: 500, 响应: Internal Server Error P1.T140516932709248 | 2025-12-19 10:36:02 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140424236759936 | 2025-12-19 10:38:40 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766111909 | system | {'code': 'QDSC008', 'error_type': 'ENUM_TYPE_INVALID', 'message': '审查枚举类型无效', 'status_code': 400} P1.T140424236759936 | 2025-12-19 10:39:01 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766111936 | system | {'code': 'QDSC008', 'error_type': 'ENUM_TYPE_INVALID', 'message': '审查枚举类型无效', 'status_code': 400} P1.T140424236759936 | 2025-12-19 10:40:05 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140047491765952 | 2025-12-19 11:32:07 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766115025 | system | 更新阶段进度失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T140047491765952 | 2025-12-19 11:32:07 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766115025 | system | Redis重连失败: 'Redis' object has no attribute 'wait_closed' P1.T140047491765952 | 2025-12-19 11:32:07 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766115025 | system | Redis重连失败: 'Redis' object has no attribute 'wait_closed' P1.T140047491765952 | 2025-12-19 11:32:08 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766115025 | system | Redis重连失败: 'Redis' object has no attribute 'wait_closed' P1.T140047491765952 | 2025-12-19 11:32:08 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766115025 | system | Redis重连失败: 'Redis' object has no attribute 'wait_closed' P1.T140047491765952 | 2025-12-19 11:32:10 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766115025 | system | Redis重连失败: 'Redis' object has no attribute 'wait_closed' P1.T140047491765952 | 2025-12-19 11:32:10 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766115025 | system | Redis重连失败: 'Redis' object has no attribute 'wait_closed' P1.T140108848978816 | 2025-12-22 18:21:40 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140366148012928 | 2025-12-22 18:22:50 | ERROR | b3d3409d | system | {'code': 'WJSC001', 'error_type': 'FILE_MISSING', 'message': '未上传文件', 'status_code': 400} P1.T140366148012928 | 2025-12-22 18:22:50 | ERROR | b3d3409d | system | HTTP异常: Traceback (most recent call last): File "/app/views/construction_review/file_upload.py", line 109, in file_upload raise FileUploadErrors.file_missing() fastapi.exceptions.HTTPException: 400: {'code': 'WJSC001', 'error_type': 'FILE_MISSING', 'message': '未上传文件'} P1.T140366148012928 | 2025-12-23 16:06:47 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766477202 | system | {'code': 'QDSC008', 'error_type': 'ENUM_TYPE_INVALID', 'message': '审查枚举类型无效', 'status_code': 400} P1.T140366148012928 | 2025-12-23 16:07:54 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766477269 | system | {'code': 'QDSC008', 'error_type': 'ENUM_TYPE_INVALID', 'message': '审查枚举类型无效', 'status_code': 400} P1.T140366148012928 | 2025-12-23 16:44:33 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766479467 | system | {'code': 'QDSC008', 'error_type': 'ENUM_TYPE_INVALID', 'message': '审查枚举类型无效', 'status_code': 400} P1.T140366148012928 | 2025-12-23 17:21:30 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766481682 | system | {'code': 'QDSC008', 'error_type': 'ENUM_TYPE_INVALID', 'message': '审查枚举类型无效', 'status_code': 400} P1.T140366148012928 | 2025-12-24 09:28:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766539709 | system | {'code': 'QDSC008', 'error_type': 'ENUM_TYPE_INVALID', 'message': '审查枚举类型无效', 'status_code': 400} P1.T140363238971072 | 2025-12-24 10:16:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:16:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:16:40 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:16:47 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:16:50 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:16:54 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:16:56 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:17:02 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:17:04 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:17:08 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:17:10 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:17:12 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:17:18 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:17:21 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:17:22 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:17:26 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:17:26 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:17:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:17:35 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:17:43 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:17:44 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:17:52 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:17:54 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:17:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:18:02 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:18:10 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:18:10 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:18:15 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:18:18 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:18:22 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:18:24 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:18:28 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:18:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:18:35 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:18:40 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:18:45 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:18:47 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:18:50 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:18:52 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:18:58 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:19:01 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:19:05 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:19:13 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:19:17 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:19:20 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:19:23 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766542586 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:33:47 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:33:47 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:33:49 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:33:54 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:33:56 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:00 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:02 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:08 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:10 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:14 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:16 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:18 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:23 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:30 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:33 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:35 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:40 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:44 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:49 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:54 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:58 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:34:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:35:06 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:35:09 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:35:14 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:35:16 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:35:23 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:35:24 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:35:30 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:35:31 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:35:39 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:35:44 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:35:45 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:35:50 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:35:54 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:35:58 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:36:01 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:36:02 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:36:08 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:36:09 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:36:16 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:36:22 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:36:26 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 10:36:28 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766543615 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:00:48 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:00:48 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:00:49 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:00:49 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:00:50 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:00:51 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:00:51 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:00:52 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:00:53 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:00:53 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:00:53 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:00:54 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:00:54 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:00:54 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:00:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:00:56 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:01:02 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:01:11 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:01:19 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:01:24 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:01:27 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:01:32 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:01:34 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:01:38 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:01:39 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:01:40 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:01:40 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:01:47 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:01:47 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:01:53 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:01:55 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:01:59 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:02:00 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:02:01 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:02:06 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:02:09 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:02:17 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:02:20 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:02:25 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:02:30 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:02:32 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:02:38 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:02:43 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:02:47 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:02:50 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:02:53 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:02:57 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:03:00 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:03:03 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:03:10 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:03:11 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:03:18 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:03:22 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:03:28 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:03:31 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:03:37 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:03:40 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:03:46 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:03:52 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:03:57 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:04:03 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:04:07 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:04:17 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 11:04:19 | ERROR | 6c68efff08ccfc32dba4ab192b96de2a-1766545219 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:10:43 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:10:43 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:10:47 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:10:51 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:10:53 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:10:57 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:10:58 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:11:06 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:11:10 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:11:14 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:11:15 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:11:21 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:11:23 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:11:29 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:11:31 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:11:36 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:11:40 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:11:40 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:11:41 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:11:52 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:11:52 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:12:06 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:12:06 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:12:13 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:12:16 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:12:20 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:12:24 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:12:26 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:12:31 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:12:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:12:39 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:12:43 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:12:51 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:12:57 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:13:05 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:13:08 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:13:11 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:13:14 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:13:17 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:13:19 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:13:24 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:13:26 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:13:35 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:13:40 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:13:42 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:13:47 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766556603 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:30:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:30:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:31:01 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140366148012928 | 2025-12-24 14:31:03 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | {'code': 'QDSC006', 'error_type': 'TASK_ALREADY_EXISTS', 'message': '任务已存在,请勿重复提交', 'status_code': 409} P1.T140366148012928 | 2025-12-24 14:31:03 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | HTTP异常: cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 P1.T140366148012928 | 2025-12-24 14:31:03 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 异常详情: 409: {'code': 'QDSC006', 'error_type': 'TASK_ALREADY_EXISTS', 'message': '任务已存在,请勿重复提交'} P1.T140366148012928 | 2025-12-24 14:31:03 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 异常堆栈: Traceback (most recent call last): File "/app/views/construction_review/launch_review.py", line 253, in generate_launch_review_events raise LaunchReviewErrors.task_already_exists() fastapi.exceptions.HTTPException: 409: {'code': 'QDSC006', 'error_type': 'TASK_ALREADY_EXISTS', 'message': '任务已存在,请勿重复提交'} P1.T140363238971072 | 2025-12-24 14:31:22 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:31:22 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:31:33 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:31:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:31:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:31:41 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:31:47 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:31:48 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:31:51 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:31:57 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:31:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:32:09 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:32:10 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:32:13 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:32:16 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:32:19 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:32:24 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:32:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:32:42 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:32:43 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:32:53 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:32:54 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:33:02 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:33:04 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:33:08 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:33:13 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:33:18 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:33:21 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:33:25 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:33:35 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:33:42 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:33:47 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:33:53 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:33:54 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:33:58 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:33:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:34:06 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:34:12 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:34:12 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:34:20 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:34:26 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:34:30 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:34:33 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766557842 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:46:45 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:46:45 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:46:46 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:46:49 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:46:50 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:46:50 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:46:51 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:46:56 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:00 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:00 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:06 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:11 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:13 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:14 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:17 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:21 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:28 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:30 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:34 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:35 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:39 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:41 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:44 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:48 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:51 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:54 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:56 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:47:59 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:00 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:07 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:10 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:13 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:16 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:21 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:21 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:29 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:30 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:35 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:36 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:41 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:45 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:45 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:46 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:52 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:53 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:48:59 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:49:01 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:49:06 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:49:10 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:49:13 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:49:16 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:49:21 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:49:23 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:49:28 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:49:33 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:49:37 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:49:42 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:49:44 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:49:49 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1766558782 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:55:49 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:55:49 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:55:50 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:55:56 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:55:56 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:01 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:04 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:07 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:12 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:14 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:17 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:19 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:25 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:30 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:30 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:35 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:35 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:36 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:37 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:45 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:48 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:56:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:01 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:04 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:08 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:12 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:14 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:19 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:21 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:35 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:35 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:40 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:41 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:45 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:46 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:50 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:51 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:56 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:57:57 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:58:05 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:58:11 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:58:15 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 14:58:17 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766559317 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:21:43 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:21:43 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:21:44 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:21:50 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:21:51 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:21:56 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:21:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:22:02 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:22:06 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:22:07 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:22:12 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:22:14 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:22:20 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:22:24 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:22:24 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:22:28 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:22:29 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:22:29 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:22:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:22:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:22:47 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:22:47 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:22:54 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:22:56 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:23:04 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:23:06 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:23:12 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:23:14 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:23:20 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:23:23 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:23:28 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:23:30 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:23:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:23:44 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:23:51 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:23:54 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:23:57 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:23:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:24:03 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:24:07 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:24:09 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:24:13 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:24:22 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:24:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:24:28 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:24:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766560880 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:01 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:01 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:03 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:08 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:08 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:14 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:14 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:21 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:22 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:30 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:30 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:40 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:42 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:45 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:46 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:46 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:53 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:45:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:46:03 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:46:04 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:46:10 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:46:11 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:46:20 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:46:20 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:46:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:46:29 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:46:36 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:46:36 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:46:43 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:46:47 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:46:53 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:46:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:47:01 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:47:05 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:47:08 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:47:10 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:47:14 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:47:20 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:47:26 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:47:26 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:47:33 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:47:39 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:47:45 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:47:46 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562285 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:56:09 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:56:09 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:56:13 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:56:20 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:56:20 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:56:26 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:56:29 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:56:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:56:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:56:40 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:56:45 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:56:49 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:56:53 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:56:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:56:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:57:03 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:57:04 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:57:05 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:57:05 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:57:13 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:57:15 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:57:23 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:57:23 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:57:29 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:57:33 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:57:40 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:57:41 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:57:45 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:57:48 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:57:53 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:57:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:58:01 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:58:03 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:58:08 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:58:08 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:58:14 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:58:18 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:58:23 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:58:26 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T140363238971072 | 2025-12-24 15:58:32 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766562954 | system | 执行重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9005): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9005): Failed to establish a new connection: [Errno 111] Connection refused")) P1.T139940151225216 | 2025-12-24 16:02:57 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140278105799552 | 2025-12-26 10:39:28 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140442117064384 | 2025-12-26 14:12:58 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766729419 | system | [模型调用] 超时 trace_id: grammar_check(cdfaed8b3df7fd67a7cfa765c9e7ae36-1766729419-22), 耗时: 120.09s, 超时阈值: 120s P1.T140442117064384 | 2025-12-26 14:12:58 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766729419 | system | sensitive_word_check 审查失败: 模型调用超时,trace_id: grammar_check(cdfaed8b3df7fd67a7cfa765c9e7ae36-1766729419-22), 耗时: 120.09s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: grammar_check(cdfaed8b3df7fd67a7cfa765c9e7ae36-1766729419-22), 耗时: 120.09s P1.T140551989443456 | 2025-12-26 16:01:51 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140444625270464 | 2025-12-26 16:34:17 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766737935 | system | [模型调用] 超时 trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1766737935, 耗时: 30.01s, 超时阈值: 30s P1.T140444625270464 | 2025-12-26 16:34:17 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766737935 | system | 阶段1执行异常: 模型调用超时,trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1766737935, 耗时: 30.01s P1.T140444625270464 | 2025-12-26 17:01:40 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766735861 | system | [模型调用] 超时 trace_id: grammar_check(cdfaed8b3df7fd67a7cfa765c9e7ae36-1766735861-19), 耗时: 31.29s, 超时阈值: 30s P1.T140444625270464 | 2025-12-26 17:01:40 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766735861 | system | sensitive_word_check 审查失败: 模型调用超时,trace_id: grammar_check(cdfaed8b3df7fd67a7cfa765c9e7ae36-1766735861-19), 耗时: 31.29s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: grammar_check(cdfaed8b3df7fd67a7cfa765c9e7ae36-1766735861-19), 耗时: 31.29s P1.T140444625270464 | 2025-12-26 17:04:07 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766735861 | system | [模型调用] 超时 trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1766735861, 耗时: 30.01s, 超时阈值: 30s P1.T140444625270464 | 2025-12-26 17:04:07 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766735861 | system | 阶段1执行异常: 模型调用超时,trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1766735861, 耗时: 30.01s P1.T140444625270464 | 2025-12-29 09:16:12 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766970652 | system | [模型调用] 超时 trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1766970652, 耗时: 30.00s, 超时阈值: 30s P1.T140444625270464 | 2025-12-29 09:16:12 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766970652 | system | 阶段1执行异常: 模型调用超时,trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1766970652, 耗时: 30.00s P1.T140447948950400 | 2025-12-29 10:45:10 | ERROR | 5a79ed3912b38730f48ef38f6badbaa3-1766976152 | system | {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件', 'status_code': 404} P1.T140447948950400 | 2025-12-29 10:45:10 | ERROR | 5a79ed3912b38730f48ef38f6badbaa3-1766976152 | system | HTTP异常: 5a79ed3912b38730f48ef38f6badbaa3-1766976152 P1.T140447948950400 | 2025-12-29 10:45:10 | ERROR | 5a79ed3912b38730f48ef38f6badbaa3-1766976152 | system | 异常详情: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140447948950400 | 2025-12-29 10:45:10 | ERROR | 5a79ed3912b38730f48ef38f6badbaa3-1766976152 | system | 异常堆栈: Traceback (most recent call last): File "/app/views/construction_review/launch_review.py", line 255, in generate_launch_review_events raise LaunchReviewErrors.task_not_found_or_expired() fastapi.exceptions.HTTPException: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140444625270464 | 2025-12-29 15:53:08 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766994466 | system | [模型调用] 超时 trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1766994466, 耗时: 30.01s, 超时阈值: 30s P1.T140444625270464 | 2025-12-29 15:53:09 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766994466 | system | 阶段1执行异常: 模型调用超时,trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1766994466, 耗时: 30.01s P1.T140444625270464 | 2025-12-29 16:02:29 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766995186 | system | [模型调用] 超时 trace_id: prep_basis_batch_1766995319, 耗时: 30.02s, 超时阈值: 30s P1.T140444625270464 | 2025-12-29 16:02:29 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766995186 | system | 模型调用准备阶段失败: 模型调用超时,trace_id: prep_basis_batch_1766995319, 耗时: 30.02s P1.T140444625270464 | 2025-12-29 16:31:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766997033 | system | [模型调用] 超时 trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1766997033, 耗时: 30.01s, 超时阈值: 30s P1.T140444625270464 | 2025-12-29 16:31:39 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1766997033 | system | 阶段1执行异常: 模型调用超时,trace_id: cdfaed8b3df7fd67a7cfa765c9e7ae36-1766997033, 耗时: 30.01s P1.T140447948950400 | 2025-12-29 19:19:18 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140703766132416 | 2025-12-29 19:32:30 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:30 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:30 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:34 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:34 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:35 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:37 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:38 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:38 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:41 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:42 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:43 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:44 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:45 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:46 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:48 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:50 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:50 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:51 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:53 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:32:54 | ERROR | dc8ded9bf055011d1f93f29534b11ac2-1767007913 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140703766132416 | 2025-12-29 19:47:12 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-14), 耗时: 30.18s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:47:12 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-14), 耗时: 30.18s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-14), 耗时: 30.18s P1.T140703766132416 | 2025-12-29 19:47:12 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-14), 耗时: 30.19s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:47:12 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-14), 耗时: 30.19s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-14), 耗时: 30.19s P1.T140703766132416 | 2025-12-29 19:47:44 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-15), 耗时: 31.40s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:47:44 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-15), 耗时: 31.40s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-15), 耗时: 31.40s P1.T140703766132416 | 2025-12-29 19:47:44 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-15), 耗时: 31.41s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:47:44 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-15), 耗时: 31.41s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-15), 耗时: 31.41s P1.T140703766132416 | 2025-12-29 19:48:14 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-16), 耗时: 30.17s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:48:14 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-16), 耗时: 30.17s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-16), 耗时: 30.17s P1.T140703766132416 | 2025-12-29 19:48:14 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-16), 耗时: 30.17s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:48:14 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-16), 耗时: 30.17s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-16), 耗时: 30.17s P1.T140703766132416 | 2025-12-29 19:49:15 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-18), 耗时: 30.68s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:49:15 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-18), 耗时: 30.68s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-18), 耗时: 30.68s P1.T140703766132416 | 2025-12-29 19:49:15 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-18), 耗时: 30.67s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:49:15 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-18), 耗时: 30.67s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-18), 耗时: 30.67s P1.T140703766132416 | 2025-12-29 19:49:46 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-19), 耗时: 31.30s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:49:46 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-19), 耗时: 31.30s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-19), 耗时: 31.30s P1.T140703766132416 | 2025-12-29 19:49:46 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-19), 耗时: 31.29s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:49:46 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-19), 耗时: 31.29s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-19), 耗时: 31.29s P1.T140703766132416 | 2025-12-29 19:50:20 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-20), 耗时: 34.00s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:50:20 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-20), 耗时: 34.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-20), 耗时: 34.00s P1.T140703766132416 | 2025-12-29 19:50:20 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-20), 耗时: 34.00s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:50:20 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-20), 耗时: 34.00s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-20), 耗时: 34.00s P1.T140703766132416 | 2025-12-29 19:50:59 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-21), 耗时: 39.02s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:50:59 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-21), 耗时: 39.02s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-21), 耗时: 39.02s P1.T140703766132416 | 2025-12-29 19:50:59 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-21), 耗时: 39.01s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:50:59 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-21), 耗时: 39.01s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-21), 耗时: 39.01s P1.T140703766132416 | 2025-12-29 19:51:34 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-22), 耗时: 35.48s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:51:34 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-22), 耗时: 35.48s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-22), 耗时: 35.48s P1.T140703766132416 | 2025-12-29 19:51:34 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-22), 耗时: 35.48s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:51:34 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-22), 耗时: 35.48s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-22), 耗时: 35.48s P1.T140703766132416 | 2025-12-29 19:52:43 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-24), 耗时: 38.62s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:52:43 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-24), 耗时: 38.62s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-24), 耗时: 38.62s P1.T140703766132416 | 2025-12-29 19:52:43 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-24), 耗时: 38.62s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:52:43 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-24), 耗时: 38.62s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-24), 耗时: 38.62s P1.T140703766132416 | 2025-12-29 19:53:21 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-25), 耗时: 38.86s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:53:21 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-25), 耗时: 38.86s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-25), 耗时: 38.86s P1.T140703766132416 | 2025-12-29 19:53:21 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-25), 耗时: 38.85s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:53:21 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-25), 耗时: 38.85s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-25), 耗时: 38.85s P1.T140703766132416 | 2025-12-29 19:54:00 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-26), 耗时: 38.64s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:54:00 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-26), 耗时: 38.64s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-26), 耗时: 38.64s P1.T140703766132416 | 2025-12-29 19:54:00 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-26), 耗时: 38.64s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:54:00 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-26), 耗时: 38.64s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-26), 耗时: 38.64s P1.T140703766132416 | 2025-12-29 19:54:41 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-27), 耗时: 41.38s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:54:41 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-27), 耗时: 41.38s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-27), 耗时: 41.38s P1.T140703766132416 | 2025-12-29 19:54:41 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-27), 耗时: 41.38s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:54:41 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-27), 耗时: 41.38s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-27), 耗时: 41.38s P1.T140703766132416 | 2025-12-29 19:55:26 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-28), 耗时: 44.82s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:55:26 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-28), 耗时: 44.82s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-28), 耗时: 44.82s P1.T140703766132416 | 2025-12-29 19:55:26 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-28), 耗时: 44.82s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:55:26 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-28), 耗时: 44.82s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-28), 耗时: 44.82s P1.T140703766132416 | 2025-12-29 19:56:12 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-29), 耗时: 46.15s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:56:12 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-29), 耗时: 46.15s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-29), 耗时: 46.15s P1.T140703766132416 | 2025-12-29 19:56:12 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-29), 耗时: 46.15s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:56:12 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-29), 耗时: 46.15s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-29), 耗时: 46.15s P1.T140703766132416 | 2025-12-29 19:56:56 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-30), 耗时: 43.47s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:56:56 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-30), 耗时: 43.47s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-30), 耗时: 43.47s P1.T140703766132416 | 2025-12-29 19:56:56 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-30), 耗时: 43.46s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:56:56 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-30), 耗时: 43.46s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-30), 耗时: 43.46s P1.T140703766132416 | 2025-12-29 19:57:40 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-31), 耗时: 44.16s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:57:40 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-31), 耗时: 44.16s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-31), 耗时: 44.16s P1.T140703766132416 | 2025-12-29 19:57:40 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-31), 耗时: 44.16s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:57:40 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-31), 耗时: 44.16s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-31), 耗时: 44.16s P1.T140703766132416 | 2025-12-29 19:58:23 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-32), 耗时: 42.69s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:58:23 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-32), 耗时: 42.69s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-32), 耗时: 42.69s P1.T140703766132416 | 2025-12-29 19:58:23 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-32), 耗时: 42.69s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:58:23 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-32), 耗时: 42.69s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-32), 耗时: 42.69s P1.T140703766132416 | 2025-12-29 19:59:06 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-33), 耗时: 43.20s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:59:06 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-33), 耗时: 43.20s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-33), 耗时: 43.20s P1.T140703766132416 | 2025-12-29 19:59:06 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | [模型调用] 超时 trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-33), 耗时: 43.20s, 超时阈值: 30s P1.T140703766132416 | 2025-12-29 19:59:06 | ERROR | 7b211ab7443824ee405b256b3cda884a-1767008519 | system | parameter_compliance_check 审查失败: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-33), 耗时: 43.20s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 40, in _retry_with_backoff return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 65, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 68, in get_model_generate_invoke response = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 80, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 80, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: parameter_compliance_check(7b211ab7443824ee405b256b3cda884a-1767008519-33), 耗时: 43.20s P1.T140706831412096 | 2025-12-29 23:40:24 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140116009916096 | 2025-12-29 23:42:17 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767022864 | system | [基础审查] 任务执行失败: P1.T140116009916096 | 2025-12-29 23:42:22 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767022864 | system | [基础审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:22:56 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-0) P1.T140116009916096 | 2025-12-30 10:23:08 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-2) P1.T140116009916096 | 2025-12-30 10:23:08 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-1) P1.T140116009916096 | 2025-12-30 10:23:23 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-3) P1.T140116009916096 | 2025-12-30 10:23:36 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-4) P1.T140116009916096 | 2025-12-30 10:23:51 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-5) P1.T140116009916096 | 2025-12-30 10:24:13 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:24:13 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:24:13 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-6) P1.T140116009916096 | 2025-12-30 10:24:51 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-7) P1.T140116009916096 | 2025-12-30 10:24:51 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-7) P1.T140116009916096 | 2025-12-30 10:25:10 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:25:10 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:25:10 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-8) P1.T140116009916096 | 2025-12-30 10:25:29 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:25:29 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:25:29 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-9) P1.T140116009916096 | 2025-12-30 10:25:49 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:25:49 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:25:49 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:25:49 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:25:49 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-10) P1.T140116009916096 | 2025-12-30 10:25:49 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-11) P1.T140116009916096 | 2025-12-30 10:26:10 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:26:10 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:26:10 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-12) P1.T140116009916096 | 2025-12-30 10:26:32 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:26:32 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:26:32 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-13) P1.T140116009916096 | 2025-12-30 10:26:58 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:26:58 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:26:58 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-14) P1.T140116009916096 | 2025-12-30 10:27:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:27:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:27:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-15) P1.T140116009916096 | 2025-12-30 10:28:00 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-16) P1.T140116009916096 | 2025-12-30 10:28:00 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-16) P1.T140116009916096 | 2025-12-30 10:28:31 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-17) P1.T140116009916096 | 2025-12-30 10:28:31 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-17) P1.T140116009916096 | 2025-12-30 10:29:01 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-18) P1.T140116009916096 | 2025-12-30 10:29:01 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-18) P1.T140116009916096 | 2025-12-30 10:29:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:29:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:29:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-19) P1.T140116009916096 | 2025-12-30 10:29:56 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:29:56 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:29:56 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-20) P1.T140116009916096 | 2025-12-30 10:30:23 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:30:23 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:30:23 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-21) P1.T140116009916096 | 2025-12-30 10:30:55 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:30:55 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [技术审查] 任务执行失败: P1.T140116009916096 | 2025-12-30 10:30:55 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-22) P1.T140116009916096 | 2025-12-30 10:31:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-23) P1.T140116009916096 | 2025-12-30 10:31:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-23) P1.T140116009916096 | 2025-12-30 10:32:03 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-24) P1.T140116009916096 | 2025-12-30 10:32:03 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-24) P1.T140116009916096 | 2025-12-30 10:32:35 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-25) P1.T140116009916096 | 2025-12-30 10:32:35 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-25) P1.T140116009916096 | 2025-12-30 10:33:08 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-26) P1.T140116009916096 | 2025-12-30 10:33:08 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-26) P1.T140116009916096 | 2025-12-30 10:33:43 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-27) P1.T140116009916096 | 2025-12-30 10:33:43 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-27) P1.T140116009916096 | 2025-12-30 10:34:17 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-28) P1.T140116009916096 | 2025-12-30 10:34:17 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-28) P1.T140116009916096 | 2025-12-30 10:34:50 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-29) P1.T140116009916096 | 2025-12-30 10:34:50 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-29) P1.T140116009916096 | 2025-12-30 10:35:27 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-30) P1.T140116009916096 | 2025-12-30 10:35:27 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-30) P1.T140116009916096 | 2025-12-30 10:36:03 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-31) P1.T140116009916096 | 2025-12-30 10:36:03 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-31) P1.T140116009916096 | 2025-12-30 10:36:38 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-32) P1.T140116009916096 | 2025-12-30 10:36:38 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-32) P1.T140116009916096 | 2025-12-30 10:37:18 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-33) P1.T140116009916096 | 2025-12-30 10:37:18 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-33) P1.T140116009916096 | 2025-12-30 10:38:01 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-34) P1.T140116009916096 | 2025-12-30 10:38:01 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-34) P1.T140116009916096 | 2025-12-30 10:38:41 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-35) P1.T140116009916096 | 2025-12-30 10:38:41 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-35) P1.T140116009916096 | 2025-12-30 10:39:18 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-36) P1.T140116009916096 | 2025-12-30 10:39:18 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-36) P1.T140116009916096 | 2025-12-30 10:39:52 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-37) P1.T140116009916096 | 2025-12-30 10:39:52 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-37) P1.T140116009916096 | 2025-12-30 10:40:30 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-38) P1.T140116009916096 | 2025-12-30 10:40:30 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-38) P1.T140116009916096 | 2025-12-30 10:41:08 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-39) P1.T140116009916096 | 2025-12-30 10:41:08 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-39) P1.T140116009916096 | 2025-12-30 10:41:48 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-40) P1.T140116009916096 | 2025-12-30 10:41:48 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-40) P1.T140116009916096 | 2025-12-30 10:42:27 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-41) P1.T140116009916096 | 2025-12-30 10:42:27 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-41) P1.T140116009916096 | 2025-12-30 10:43:09 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-42) P1.T140116009916096 | 2025-12-30 10:43:09 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-42) P1.T140116009916096 | 2025-12-30 10:43:48 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-43) P1.T140116009916096 | 2025-12-30 10:43:48 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-43) P1.T140116009916096 | 2025-12-30 10:44:30 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-44) P1.T140116009916096 | 2025-12-30 10:44:30 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-44) P1.T140116009916096 | 2025-12-30 10:45:11 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-45) P1.T140116009916096 | 2025-12-30 10:45:11 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-45) P1.T140116009916096 | 2025-12-30 10:45:52 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-46) P1.T140116009916096 | 2025-12-30 10:45:52 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-46) P1.T140116009916096 | 2025-12-30 10:46:30 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-47) P1.T140116009916096 | 2025-12-30 10:46:30 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-47) P1.T140116009916096 | 2025-12-30 10:47:10 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-48) P1.T140116009916096 | 2025-12-30 10:47:10 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-48) P1.T140116009916096 | 2025-12-30 10:47:52 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-49) P1.T140116009916096 | 2025-12-30 10:47:52 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-49) P1.T140116009916096 | 2025-12-30 10:48:36 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-50) P1.T140116009916096 | 2025-12-30 10:48:36 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-50) P1.T140116009916096 | 2025-12-30 10:49:23 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-51) P1.T140116009916096 | 2025-12-30 10:49:23 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-51) P1.T140116009916096 | 2025-12-30 10:50:13 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-52) P1.T140116009916096 | 2025-12-30 10:50:13 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-52) P1.T140116009916096 | 2025-12-30 10:51:02 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-53) P1.T140116009916096 | 2025-12-30 10:51:02 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-53) P1.T140116009916096 | 2025-12-30 10:51:48 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-54) P1.T140116009916096 | 2025-12-30 10:51:48 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-54) P1.T140116009916096 | 2025-12-30 10:52:34 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | AI审查工作流超时(1800秒),文件ID: 2d5d99c823a6b1a19f770932f3237bf8 P1.T140116009916096 | 2025-12-30 10:52:34 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | 任务处理失败: 2d5d99c823a6b1a19f770932f3237bf8, 错误: AI审查工作流执行超时,请检查文件大小或网络连接 P1.T140116009916096 | 2025-12-30 10:52:34 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | 文档处理任务链失败: 2d5d99c823a6b1a19f770932f3237bf8-1767061283, 错误: AI审查工作流执行超时,请检查文件大小或网络连接 P1.T140116009916096 | 2025-12-30 10:52:34 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | 提交文档处理任务失败: AI审查工作流执行超时,请检查文件大小或网络连接 P1.T140116009916096 | 2025-12-30 10:52:34 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | 任务处理失败: AI审查工作流执行超时,请检查文件大小或网络连接 P1.T140116009916096 | 2025-12-30 10:52:34 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | 详细错误信息: Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langgraph/pregel/main.py", line 3158, in ainvoke async for chunk in self.astream( File "/venv/lib/python3.12/site-packages/langgraph/pregel/main.py", line 2971, in astream async for _ in runner.atick( File "/venv/lib/python3.12/site-packages/langgraph/pregel/_runner.py", line 304, in atick await arun_with_retry( File "/venv/lib/python3.12/site-packages/langgraph/pregel/_retry.py", line 137, in arun_with_retry return await task.proc.ainvoke(task.input, config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langgraph/_internal/_runnable.py", line 705, in ainvoke input = await asyncio.create_task( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langgraph/_internal/_runnable.py", line 473, in ainvoke ret = await self.afunc(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/workflows/ai_review_workflow.py", line 304, in _ai_review_node successful_results = await self.core_fun._execute_concurrent_reviews(review_chunks, total_units, state) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/workflows/ai_review_workflow.py", line 735, in _execute_concurrent_reviews all_results = await asyncio.gather(*tasks) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/workflows/ai_review_workflow.py", line 721, in process_unit_and_notify await self._send_unit_review_progress(state, unit_index, total_units, section_label, issues, current) File "/app/core/construction_review/workflows/ai_review_workflow.py", line 1039, in _send_unit_review_progress real_current = await self._send_unit_overall_progress( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/workflows/ai_review_workflow.py", line 1098, in _send_unit_overall_progress await redis_client.sadd(completed_key, str(unit_index)) File "/app/foundation/infrastructure/cache/redis_connection.py", line 55, in wrapper return await func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/infrastructure/cache/redis_connection.py", line 248, in sadd return await self._redis.sadd(key, *values) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/client.py", line 672, in execute_command conn = self.connection or await pool.get_connection() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/connection.py", line 1141, in get_connection await self.ensure_connection(connection) File "/venv/lib/python3.12/site-packages/redis/asyncio/connection.py", line 1174, in ensure_connection await connection.connect() File "/venv/lib/python3.12/site-packages/redis/asyncio/connection.py", line 296, in connect await self.connect_check_health(check_health=True) File "/venv/lib/python3.12/site-packages/redis/asyncio/connection.py", line 302, in connect_check_health await self.retry.call_with_retry( File "/venv/lib/python3.12/site-packages/redis/asyncio/retry.py", line 71, in call_with_retry return await do() ^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/connection.py", line 755, in _connect reader, writer = await asyncio.open_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/streams.py", line 48, in open_connection transport, _ = await loop.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "uvloop/loop.pyx", line 2033, in create_connection File "uvloop/loop.pyx", line 2020, in uvloop.loop.Loop.create_connection asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/workflows/ai_review_workflow.py", line 196, in execute result = await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/foundation/infrastructure/messaging/tasks.py", line 59, in submit_task_processing_task result = workflow_manager.submit_task_processing_sync(file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/observability/monitoring/time_statistics.py", line 18, in sync_wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/core/base/workflow_manager.py", line 108, in submit_task_processing_sync self._process_task_chain_sync(task_chain, task_file_info, task_file_info.file_type) File "/app/core/base/workflow_manager.py", line 169, in _process_task_chain_sync ai_result = loop.run_until_complete(ai_workflow.execute()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete File "/app/core/construction_review/workflows/ai_review_workflow.py", line 220, in execute raise TimeoutError(f"AI审查工作流执行超时,请检查文件大小或网络连接") TimeoutError: AI审查工作流执行超时,请检查文件大小或网络连接 P1.T140116009916096 | 2025-12-30 10:56:12 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-0) P1.T140116009916096 | 2025-12-30 10:56:12 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-0) P1.T140116009916096 | 2025-12-30 10:56:12 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-1) P1.T140116009916096 | 2025-12-30 10:56:12 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-1) P1.T140116009916096 | 2025-12-30 10:56:12 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-2) P1.T140116009916096 | 2025-12-30 10:57:43 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-3) P1.T140116009916096 | 2025-12-30 10:57:43 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-3) P1.T140116009916096 | 2025-12-30 10:58:30 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-4) P1.T140116009916096 | 2025-12-30 10:58:30 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-4) P1.T140116009916096 | 2025-12-30 10:59:15 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-5) P1.T140116009916096 | 2025-12-30 10:59:15 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-5) P1.T140116009916096 | 2025-12-30 11:00:06 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-6) P1.T140116009916096 | 2025-12-30 11:00:06 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-6) P1.T140116009916096 | 2025-12-30 11:00:57 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-7) P1.T140116009916096 | 2025-12-30 11:00:57 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-7) P1.T140116009916096 | 2025-12-30 11:01:46 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-8) P1.T140116009916096 | 2025-12-30 11:01:46 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-8) P1.T140116009916096 | 2025-12-30 11:02:34 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-9) P1.T140116009916096 | 2025-12-30 11:02:34 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-9) P1.T140116009916096 | 2025-12-30 11:03:22 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-10) P1.T140116009916096 | 2025-12-30 11:03:22 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-10) P1.T140116009916096 | 2025-12-30 11:04:08 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-11) P1.T140116009916096 | 2025-12-30 11:04:08 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-11) P1.T140116009916096 | 2025-12-30 11:04:56 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-12) P1.T140116009916096 | 2025-12-30 11:04:56 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-12) P1.T140116009916096 | 2025-12-30 11:05:45 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-13) P1.T140116009916096 | 2025-12-30 11:05:45 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-13) P1.T140116009916096 | 2025-12-30 11:06:40 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-14) P1.T140116009916096 | 2025-12-30 11:06:40 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-14) P1.T140116009916096 | 2025-12-30 11:07:39 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-15) P1.T140116009916096 | 2025-12-30 11:07:39 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-15) P1.T140116009916096 | 2025-12-30 11:08:39 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-16) P1.T140116009916096 | 2025-12-30 11:08:39 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-16) P1.T140116009916096 | 2025-12-30 11:09:38 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-17) P1.T140116009916096 | 2025-12-30 11:09:38 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-17) P1.T140116009916096 | 2025-12-30 11:10:32 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-18) P1.T140116009916096 | 2025-12-30 11:10:32 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-18) P1.T140118538283904 | 2025-12-30 11:10:40 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140116009916096 | 2025-12-30 11:10:43 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-20) P1.T140116009916096 | 2025-12-30 11:10:43 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: asyncio.run() cannot be called from a running event loop, trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-20) P1.T140116009916096 | 2025-12-30 11:10:43 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-19) P1.T140116009916096 | 2025-12-30 11:10:43 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: , trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-19) P1.T140116009916096 | 2025-12-30 11:10:43 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | Query 提取失败: asyncio.run() cannot be called from a running event loop P1.T140116009916096 | 2025-12-30 11:10:43 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-21) P1.T140116009916096 | 2025-12-30 11:10:43 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: 'NoneType' object is not iterable, trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-21) P1.T140116009916096 | 2025-12-30 11:10:44 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | Query 提取失败: asyncio.run() cannot be called from a running event loop P1.T140116009916096 | 2025-12-30 11:10:44 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-22) P1.T140116009916096 | 2025-12-30 11:10:44 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767061283 | system | [工作流] 审查任务执行失败: 'NoneType' object is not iterable, trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767061283-22) P1.T139935403210432 | 2025-12-30 11:12:53 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-0) P1.T139935403210432 | 2025-12-30 11:12:54 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-1) P1.T139935403210432 | 2025-12-30 11:13:06 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-2) P1.T139935403210432 | 2025-12-30 11:13:18 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-3) P1.T139935403210432 | 2025-12-30 11:13:33 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-4) P1.T139935403210432 | 2025-12-30 11:13:47 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-5) P1.T139935403210432 | 2025-12-30 11:14:27 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:14:27 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:14:27 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:14:27 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:14:27 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-6) P1.T139935403210432 | 2025-12-30 11:14:27 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-7) P1.T139935403210432 | 2025-12-30 11:15:06 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:15:06 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:15:06 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-8) P1.T139935403210432 | 2025-12-30 11:15:26 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:15:26 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:15:26 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:15:26 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:15:26 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-9) P1.T139935403210432 | 2025-12-30 11:15:26 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-10) P1.T139935403210432 | 2025-12-30 11:16:07 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:16:07 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:16:07 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:16:07 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:16:07 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-11) P1.T139935403210432 | 2025-12-30 11:16:07 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-12) P1.T139935403210432 | 2025-12-30 11:16:30 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:16:30 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:16:30 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-13) P1.T139935403210432 | 2025-12-30 11:16:57 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:16:57 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:16:57 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-14) P1.T139935403210432 | 2025-12-30 11:17:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:17:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:17:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-15) P1.T139935403210432 | 2025-12-30 11:18:02 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:18:02 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:18:02 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-16) P1.T139935403210432 | 2025-12-30 11:18:35 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:18:35 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:18:35 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-17) P1.T139935403210432 | 2025-12-30 11:19:05 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:19:05 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:19:05 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-18) P1.T139935403210432 | 2025-12-30 11:19:35 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:19:35 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:19:35 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-19) P1.T139935403210432 | 2025-12-30 11:20:05 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:20:05 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:20:05 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-20) P1.T139935403210432 | 2025-12-30 11:20:34 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:20:34 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:20:35 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-21) P1.T139935403210432 | 2025-12-30 11:21:09 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:21:09 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:21:09 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-22) P1.T139935403210432 | 2025-12-30 11:21:44 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:21:44 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:21:44 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-23) P1.T139935403210432 | 2025-12-30 11:22:20 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:22:20 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:22:20 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-24) P1.T139935403210432 | 2025-12-30 11:22:53 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:22:53 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:22:53 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-25) P1.T139935403210432 | 2025-12-30 11:23:24 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:23:24 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:23:24 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-26) P1.T139935403210432 | 2025-12-30 11:23:59 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:23:59 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:23:59 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-27) P1.T139935403210432 | 2025-12-30 11:24:33 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:24:33 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:24:33 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-28) P1.T139935403210432 | 2025-12-30 11:25:07 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:25:07 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:25:07 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-29) P1.T139935403210432 | 2025-12-30 11:25:42 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:25:42 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:25:42 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-30) P1.T139935403210432 | 2025-12-30 11:26:17 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:26:17 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:26:17 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-31) P1.T139935403210432 | 2025-12-30 11:26:51 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:26:51 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:26:51 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-32) P1.T139935403210432 | 2025-12-30 11:27:31 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:27:31 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:27:31 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-33) P1.T139935403210432 | 2025-12-30 11:28:15 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:28:15 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:28:15 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-34) P1.T139935403210432 | 2025-12-30 11:28:54 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:28:54 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:28:54 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-35) P1.T139935403210432 | 2025-12-30 11:29:32 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:29:32 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:29:32 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-36) P1.T139935403210432 | 2025-12-30 11:30:08 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:30:08 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:30:08 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-37) P1.T139935403210432 | 2025-12-30 11:30:46 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:30:46 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:30:46 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-38) P1.T139935403210432 | 2025-12-30 11:31:26 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:31:26 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:31:26 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-39) P1.T139935403210432 | 2025-12-30 11:32:06 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:32:06 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:32:06 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-40) P1.T139935403210432 | 2025-12-30 11:32:46 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:32:46 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:32:46 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-41) P1.T139935403210432 | 2025-12-30 11:33:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:33:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:33:28 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-42) P1.T139935403210432 | 2025-12-30 11:34:09 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:34:09 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:34:09 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-43) P1.T139935403210432 | 2025-12-30 11:34:52 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:34:52 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:34:52 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-44) P1.T139935403210432 | 2025-12-30 11:35:34 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:35:34 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T139935403210432 | 2025-12-30 11:35:34 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [工作流] 审查任务执行失败: Passing coroutines is forbidden, use tasks explicitly., trace_id=(2d5d99c823a6b1a19f770932f3237bf8-1767064288-45) P1.T140638334990016 | 2025-12-30 11:42:00 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140638334990016 | 2025-12-30 11:42:11 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140638334990016 | 2025-12-30 11:42:23 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 11:42:23 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140638334990016 | 2025-12-30 11:42:23 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140638334990016 | 2025-12-30 11:42:35 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140638334990016 | 2025-12-30 11:42:49 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140638334990016 | 2025-12-30 11:43:27 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 11:43:27 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 11:43:27 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 11:43:27 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140638334990016 | 2025-12-30 11:43:47 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 11:43:47 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 11:43:47 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 11:43:47 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140638334990016 | 2025-12-30 11:43:47 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 11:43:47 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 11:43:47 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 11:43:47 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140638334990016 | 2025-12-30 11:43:49 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767066058 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140638334990016 | 2025-12-30 12:13:29 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140638334990016 | 2025-12-30 12:13:50 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:13:50 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:13:50 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:13:50 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:13:50 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:14:10 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:14:10 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:14:10 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:14:10 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:14:10 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:14:33 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:14:33 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:14:33 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:14:33 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:14:33 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:14:54 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:14:54 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:14:54 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:14:54 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:14:54 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:15:20 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:15:20 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:15:20 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:15:20 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:15:20 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:15:45 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:15:45 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:15:45 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:15:45 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:15:45 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:16:08 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:16:08 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [技术审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:16:08 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:16:08 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:16:08 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | [基础审查] 任务执行失败: P1.T140638334990016 | 2025-12-30 12:16:10 | ERROR | 2d5d99c823a6b1a19f770932f3237bf8-1767064288 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T140641397922688 | 2025-12-31 16:09:30 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T139874459969216 | 2026-01-04 09:44:36 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T139874459969216 | 2026-01-04 09:44:49 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | [工作流] 审查任务执行失败: , trace_id=(cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935-0) P1.T139874459969216 | 2026-01-04 09:45:03 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-04 09:45:03 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T139874459969216 | 2026-01-04 09:45:03 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T139874459969216 | 2026-01-04 09:45:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-04 09:45:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-04 09:45:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-04 09:45:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T139874459969216 | 2026-01-04 09:45:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T139874459969216 | 2026-01-04 09:46:07 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-04 09:46:07 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-04 09:46:07 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-04 09:46:07 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T139874459969216 | 2026-01-04 09:46:23 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-04 09:46:23 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-04 09:46:23 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-04 09:46:23 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T139874459969216 | 2026-01-04 09:46:26 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T139874459969216 | 2026-01-04 09:46:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-04 09:46:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767490935 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T139874459969216 | 2026-01-05 15:50:01 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T139874459969216 | 2026-01-05 15:50:26 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:50:26 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:50:26 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T139874459969216 | 2026-01-05 15:50:52 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:50:52 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:50:53 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:50:53 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:50:53 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:51:20 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:51:20 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:51:20 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:51:20 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:51:20 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:51:47 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:51:47 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:51:47 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:51:47 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:51:47 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:52:13 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:52:13 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:52:13 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:52:13 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:52:13 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:52:41 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:52:41 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:52:41 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:52:41 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:52:41 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:53:10 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:53:10 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [技术审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:53:10 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:53:10 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:53:10 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | [基础审查] 任务执行失败: P1.T139874459969216 | 2026-01-05 15:53:13 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767599296 | system | 解析AI审查响应失败: 'dict' object has no attribute 'lower' P1.T139877469490048 | 2026-01-05 16:45:29 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140083274095488 | 2026-01-05 18:42:21 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140075788909440 | 2026-01-05 18:42:58 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T139677227017920 | 2026-01-05 22:52:06 | ERROR | 6e00788b4f6e3399da244ede86b06d36-1767624694 | system | 检查终止信号失败: unable to perform operation on ; the handler is closed Traceback (most recent call last): File "/app/core/base/workflow_manager.py", line 354, in check_terminate_signal exists = await redis_client.exists(terminate_key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/infrastructure/cache/redis_connection.py", line 80, in wrapper raise e File "/app/foundation/infrastructure/cache/redis_connection.py", line 55, in wrapper return await func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/infrastructure/cache/redis_connection.py", line 228, in exists return await self._redis.exists(key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/client.py", line 677, in execute_command return await conn.retry.call_with_retry( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/retry.py", line 71, in call_with_retry return await do() ^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/client.py", line 651, in _send_command_parse_response await conn.send_command(*args) File "/venv/lib/python3.12/site-packages/redis/asyncio/connection.py", line 554, in send_command await self.send_packed_command( File "/venv/lib/python3.12/site-packages/redis/asyncio/connection.py", line 525, in send_packed_command await asyncio.wait_for( File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/connection.py", line 508, in _send_packed_command self._writer.writelines(command) File "/usr/local/lib/python3.12/asyncio/streams.py", line 349, in writelines self._transport.writelines(data) File "uvloop/handles/stream.pyx", line 688, in uvloop.loop.UVStream.writelines File "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive RuntimeError: unable to perform operation on ; the handler is closed P1.T139677227017920 | 2026-01-05 22:52:06 | ERROR | 6e00788b4f6e3399da244ede86b06d36-1767624694 | system | 检查终止信号失败: unable to perform operation on ; the handler is closed Traceback (most recent call last): File "/app/core/base/workflow_manager.py", line 354, in check_terminate_signal exists = await redis_client.exists(terminate_key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/infrastructure/cache/redis_connection.py", line 80, in wrapper raise e File "/app/foundation/infrastructure/cache/redis_connection.py", line 55, in wrapper return await func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/infrastructure/cache/redis_connection.py", line 228, in exists return await self._redis.exists(key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/client.py", line 677, in execute_command return await conn.retry.call_with_retry( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/retry.py", line 71, in call_with_retry return await do() ^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/client.py", line 651, in _send_command_parse_response await conn.send_command(*args) File "/venv/lib/python3.12/site-packages/redis/asyncio/connection.py", line 554, in send_command await self.send_packed_command( File "/venv/lib/python3.12/site-packages/redis/asyncio/connection.py", line 525, in send_packed_command await asyncio.wait_for( File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/connection.py", line 508, in _send_packed_command self._writer.writelines(command) File "/usr/local/lib/python3.12/asyncio/streams.py", line 349, in writelines self._transport.writelines(data) File "uvloop/handles/stream.pyx", line 688, in uvloop.loop.UVStream.writelines File "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive RuntimeError: unable to perform operation on ; the handler is closed P1.T139677227017920 | 2026-01-05 22:54:04 | ERROR | 6e00788b4f6e3399da244ede86b06d36-1767624694 | system | [模型调用] 达到最大重试次数 2,最终失败: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 26088 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139677227017920 | 2026-01-05 22:54:04 | ERROR | 6e00788b4f6e3399da244ede86b06d36-1767624694 | system | [模型调用] 异常 trace_id: parameter_compliance_check(6e00788b4f6e3399da244ede86b06d36-1767624694-11), 耗时: 40.26s, 错误类型: BadRequestError, 错误信息: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 26088 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139677227017920 | 2026-01-05 22:54:04 | ERROR | 6e00788b4f6e3399da244ede86b06d36-1767624694 | system | parameter_compliance_check 审查失败: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 26088 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 81, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 82, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 43, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 79, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1047, in request raise self._make_status_error_from_response(err.response) from None openai.BadRequestError: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 26088 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139677227017920 | 2026-01-05 22:54:04 | ERROR | 6e00788b4f6e3399da244ede86b06d36-1767624694 | system | [模型调用] 达到最大重试次数 2,最终失败: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 26076 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139677227017920 | 2026-01-05 22:54:04 | ERROR | 6e00788b4f6e3399da244ede86b06d36-1767624694 | system | [模型调用] 异常 trace_id: non_parameter_compliance_check(6e00788b4f6e3399da244ede86b06d36-1767624694-11), 耗时: 40.25s, 错误类型: BadRequestError, 错误信息: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 26076 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139677227017920 | 2026-01-05 22:54:04 | ERROR | 6e00788b4f6e3399da244ede86b06d36-1767624694 | system | non_parameter_compliance_check 审查失败: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 26076 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 81, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 82, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 43, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 79, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1047, in request raise self._make_status_error_from_response(err.response) from None openai.BadRequestError: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 26076 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139677227017920 | 2026-01-05 22:56:00 | ERROR | 6e00788b4f6e3399da244ede86b06d36-1767624694 | system | [模型调用] 达到最大重试次数 2,最终失败: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 24360 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139677227017920 | 2026-01-05 22:56:00 | ERROR | 6e00788b4f6e3399da244ede86b06d36-1767624694 | system | [模型调用] 异常 trace_id: parameter_compliance_check(6e00788b4f6e3399da244ede86b06d36-1767624694-32), 耗时: 14.56s, 错误类型: BadRequestError, 错误信息: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 24360 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139677227017920 | 2026-01-05 22:56:00 | ERROR | 6e00788b4f6e3399da244ede86b06d36-1767624694 | system | parameter_compliance_check 审查失败: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 24360 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 81, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 82, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 43, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 79, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1047, in request raise self._make_status_error_from_response(err.response) from None openai.BadRequestError: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 24360 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139677227017920 | 2026-01-05 22:56:00 | ERROR | 6e00788b4f6e3399da244ede86b06d36-1767624694 | system | [模型调用] 达到最大重试次数 2,最终失败: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 24348 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139677227017920 | 2026-01-05 22:56:00 | ERROR | 6e00788b4f6e3399da244ede86b06d36-1767624694 | system | [模型调用] 异常 trace_id: non_parameter_compliance_check(6e00788b4f6e3399da244ede86b06d36-1767624694-32), 耗时: 14.55s, 错误类型: BadRequestError, 错误信息: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 24348 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139677227017920 | 2026-01-05 22:56:00 | ERROR | 6e00788b4f6e3399da244ede86b06d36-1767624694 | system | non_parameter_compliance_check 审查失败: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 24348 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 81, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 82, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 43, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 79, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1047, in request raise self._make_status_error_from_response(err.response) from None openai.BadRequestError: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 24348 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139677227017920 | 2026-01-05 23:00:01 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767625121 | system | 检查终止信号失败: unable to perform operation on ; the handler is closed Traceback (most recent call last): File "/app/core/base/workflow_manager.py", line 354, in check_terminate_signal exists = await redis_client.exists(terminate_key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/infrastructure/cache/redis_connection.py", line 80, in wrapper raise e File "/app/foundation/infrastructure/cache/redis_connection.py", line 55, in wrapper return await func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/infrastructure/cache/redis_connection.py", line 228, in exists return await self._redis.exists(key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/client.py", line 677, in execute_command return await conn.retry.call_with_retry( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/retry.py", line 71, in call_with_retry return await do() ^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/client.py", line 651, in _send_command_parse_response await conn.send_command(*args) File "/venv/lib/python3.12/site-packages/redis/asyncio/connection.py", line 554, in send_command await self.send_packed_command( File "/venv/lib/python3.12/site-packages/redis/asyncio/connection.py", line 525, in send_packed_command await asyncio.wait_for( File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/connection.py", line 508, in _send_packed_command self._writer.writelines(command) File "/usr/local/lib/python3.12/asyncio/streams.py", line 349, in writelines self._transport.writelines(data) File "uvloop/handles/stream.pyx", line 688, in uvloop.loop.UVStream.writelines File "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive RuntimeError: unable to perform operation on ; the handler is closed P1.T139677227017920 | 2026-01-05 23:00:01 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767625121 | system | 检查终止信号失败: unable to perform operation on ; the handler is closed Traceback (most recent call last): File "/app/core/base/workflow_manager.py", line 354, in check_terminate_signal exists = await redis_client.exists(terminate_key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/infrastructure/cache/redis_connection.py", line 80, in wrapper raise e File "/app/foundation/infrastructure/cache/redis_connection.py", line 55, in wrapper return await func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/infrastructure/cache/redis_connection.py", line 228, in exists return await self._redis.exists(key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/client.py", line 677, in execute_command return await conn.retry.call_with_retry( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/retry.py", line 71, in call_with_retry return await do() ^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/client.py", line 651, in _send_command_parse_response await conn.send_command(*args) File "/venv/lib/python3.12/site-packages/redis/asyncio/connection.py", line 554, in send_command await self.send_packed_command( File "/venv/lib/python3.12/site-packages/redis/asyncio/connection.py", line 525, in send_packed_command await asyncio.wait_for( File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/venv/lib/python3.12/site-packages/redis/asyncio/connection.py", line 508, in _send_packed_command self._writer.writelines(command) File "/usr/local/lib/python3.12/asyncio/streams.py", line 349, in writelines self._transport.writelines(data) File "uvloop/handles/stream.pyx", line 688, in uvloop.loop.UVStream.writelines File "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive RuntimeError: unable to perform operation on ; the handler is closed P1.T139677227017920 | 2026-01-05 23:04:08 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767625121 | system | [模型调用] 达到最大重试次数 2,最终失败: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 24358 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139677227017920 | 2026-01-05 23:04:08 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767625121 | system | [模型调用] 异常 trace_id: non_parameter_compliance_check(9bf1c6debbb4594d0acc02d1f6706c83-1767625121-32), 耗时: 14.74s, 错误类型: BadRequestError, 错误信息: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 24358 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139677227017920 | 2026-01-05 23:04:08 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767625121 | system | non_parameter_compliance_check 审查失败: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 24358 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 81, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 82, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 43, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 79, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1047, in request raise self._make_status_error_from_response(err.response) from None openai.BadRequestError: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 24358 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139677227017920 | 2026-01-05 23:04:08 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767625121 | system | [模型调用] 达到最大重试次数 2,最终失败: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 24370 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139677227017920 | 2026-01-05 23:04:08 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767625121 | system | [模型调用] 异常 trace_id: parameter_compliance_check(9bf1c6debbb4594d0acc02d1f6706c83-1767625121-32), 耗时: 14.77s, 错误类型: BadRequestError, 错误信息: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 24370 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139677227017920 | 2026-01-05 23:04:08 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767625121 | system | parameter_compliance_check 审查失败: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 24370 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 81, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 82, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 43, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 79, in _invoke_model return await loop.run_in_executor(None, self.llm.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 398, in invoke self.generate_prompt( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1117, in generate_prompt return self.generate(prompt_messages, stop=stop, callbacks=callbacks, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 927, in generate self._generate_with_cache( File "/venv/lib/python3.12/site-packages/langchain_core/language_models/chat_models.py", line 1221, in _generate_with_cache result = self._generate( ^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1370, in _generate raise e File "/venv/lib/python3.12/site-packages/langchain_openai/chat_models/base.py", line 1365, in _generate raw_response = self.client.with_raw_response.create(**payload) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_legacy_response.py", line 364, in wrapped return cast(LegacyAPIResponse[R], func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 286, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 1192, in create return self._post( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1259, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1047, in request raise self._make_status_error_from_response(err.response) from None openai.BadRequestError: Error code: 400 - {'error': {'message': "This model's maximum context length is 16384 tokens. However, your request has 24370 input tokens. Please reduce the length of the input messages. None", 'type': 'BadRequestError', 'param': None, 'code': 400}} P1.T139680635943808 | 2026-01-06 00:40:03 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T139716619921088 | 2026-01-06 00:42:28 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | 动态获取模型失败 [qwen3_30b]: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY P1.T139716619921088 | 2026-01-06 00:43:08 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | 降级模型也失败: 无法连接到Gemini模型服务: https://generativelanguage.googleapis.com/v1beta/openai/ P1.T139716619921088 | 2026-01-06 00:43:08 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [模型调用] 异常 trace_id: parameter_compliance_check(9bf1c6debbb4594d0acc02d1f6706c83-1767631287-4), 耗时: 40.07s, 错误类型: ModelConnectionError, 错误信息: 无法初始化任何模型服务: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY P1.T139716619921088 | 2026-01-06 00:43:08 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | parameter_compliance_check 审查失败: 无法初始化任何模型服务: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY Traceback (most recent call last): File "/app/foundation/ai/models/model_handler.py", line 244, in get_model_by_name model = self._get_qwen3_30b_model() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/models/model_handler.py", line 448, in _get_qwen3_30b_model raise ModelConfigError(f"Qwen3-30B模型配置不完整,缺少: {', '.join(missing)}") foundation.ai.models.model_handler.ModelConfigError: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 93, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 86, in get_model_generate_invoke llm_to_use = self.model_handler.get_model_by_name(model_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/models/model_handler.py", line 283, in get_model_by_name raise ModelConnectionError(f"无法初始化任何模型服务: {e}") foundation.ai.models.model_handler.ModelConnectionError: 无法初始化任何模型服务: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY P1.T139716619921088 | 2026-01-06 00:43:08 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | 动态获取模型失败 [qwen3_30b]: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | 降级模型也失败: 无法连接到Gemini模型服务: https://generativelanguage.googleapis.com/v1beta/openai/ P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [模型调用] 异常 trace_id: non_parameter_compliance_check(9bf1c6debbb4594d0acc02d1f6706c83-1767631287-4), 耗时: 25.05s, 错误类型: ModelConnectionError, 错误信息: 无法初始化任何模型服务: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | non_parameter_compliance_check 审查失败: 无法初始化任何模型服务: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY Traceback (most recent call last): File "/app/foundation/ai/models/model_handler.py", line 244, in get_model_by_name model = self._get_qwen3_30b_model() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/models/model_handler.py", line 448, in _get_qwen3_30b_model raise ModelConfigError(f"Qwen3-30B模型配置不完整,缺少: {', '.join(missing)}") foundation.ai.models.model_handler.ModelConfigError: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 93, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 86, in get_model_generate_invoke llm_to_use = self.model_handler.get_model_by_name(model_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/models/model_handler.py", line 283, in get_model_by_name raise ModelConnectionError(f"无法初始化任何模型服务: {e}") foundation.ai.models.model_handler.ModelConnectionError: 无法初始化任何模型服务: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 任务执行失败: Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 215, in check_with_semaphore return await check_func(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 709, in check_semantic_logic result = await semantic_logic_reviewer.check_semantic_logic( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/semantic_logic.py", line 97, in check_semantic_logic response = await self.client.chat.completions.create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2678, in create return await self._post( ^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1794, in post return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1529, in request response = await self._client.send( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1643, in send raise exc File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1637, in send await response.aread() File "/venv/lib/python3.12/site-packages/httpx/_models.py", line 979, in aread self._content = b"".join([part async for part in self.aiter_bytes()]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_models.py", line 997, in aiter_bytes async for raw_bytes in self.aiter_raw(): File "/venv/lib/python3.12/site-packages/httpx/_models.py", line 1063, in aiter_raw await self.aclose() File "/venv/lib/python3.12/site-packages/httpx/_models.py", line 1076, in aclose await self.stream.aclose() File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 182, in aclose await self._stream.aclose() File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 276, in aclose await self._httpcore_stream.aclose() File "/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 414, in aclose await self._stream.aclose() File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 348, in aclose await self._connection._response_closed() File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 239, in _response_closed async with self._state_lock: ^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_synchronization.py", line 77, in __aenter__ await self._anyio_lock.acquire() File "/venv/lib/python3.12/site-packages/anyio/_backends/_asyncio.py", line 1837, in acquire await AsyncIOBackend.cancel_shielded_checkpoint() File "/venv/lib/python3.12/site-packages/anyio/_backends/_asyncio.py", line 2405, in cancel_shielded_checkpoint await sleep(0) File "/usr/local/lib/python3.12/asyncio/tasks.py", line 656, in sleep await __sleep0() File "/usr/local/lib/python3.12/asyncio/tasks.py", line 650, in __sleep0 yield asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 281, in basic_compliance_check result = task.result() ^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 异常类型: TimeoutError P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 异常详情: TimeoutError() P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 任务执行失败: Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 215, in check_with_semaphore return await check_func(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 672, in sensitive_word_check result = await sensitive_word_check_reviewer.check_grammar( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/sensitive_word_check.py", line 97, in check_grammar response = await self.client.chat.completions.create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2678, in create return await self._post( ^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1794, in post return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1529, in request response = await self._client.send( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1643, in send raise exc File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1637, in send await response.aread() File "/venv/lib/python3.12/site-packages/httpx/_models.py", line 979, in aread self._content = b"".join([part async for part in self.aiter_bytes()]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_models.py", line 997, in aiter_bytes async for raw_bytes in self.aiter_raw(): File "/venv/lib/python3.12/site-packages/httpx/_models.py", line 1063, in aiter_raw await self.aclose() File "/venv/lib/python3.12/site-packages/httpx/_models.py", line 1076, in aclose await self.stream.aclose() File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 182, in aclose await self._stream.aclose() File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 276, in aclose await self._httpcore_stream.aclose() File "/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 414, in aclose await self._stream.aclose() File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 348, in aclose await self._connection._response_closed() File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 239, in _response_closed async with self._state_lock: ^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_synchronization.py", line 77, in __aenter__ await self._anyio_lock.acquire() File "/venv/lib/python3.12/site-packages/anyio/_backends/_asyncio.py", line 1837, in acquire await AsyncIOBackend.cancel_shielded_checkpoint() File "/venv/lib/python3.12/site-packages/anyio/_backends/_asyncio.py", line 2405, in cancel_shielded_checkpoint await sleep(0) File "/usr/local/lib/python3.12/asyncio/tasks.py", line 656, in sleep await __sleep0() File "/usr/local/lib/python3.12/asyncio/tasks.py", line 650, in __sleep0 yield asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 281, in basic_compliance_check result = task.result() ^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 异常类型: TimeoutError P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 异常详情: TimeoutError() P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 任务执行失败: Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 215, in check_with_semaphore return await check_func(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 926, in check_sensitive return await self.review("sensitive_check", trace_id, "basic", "sensitive_word_check", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 93, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 99, in _invoke_model return await loop.run_in_executor(None, llm_to_use.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 281, in basic_compliance_check result = task.result() ^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 异常类型: TimeoutError P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 异常详情: TimeoutError() P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 任务执行失败: Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 215, in check_with_semaphore return await check_func(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 672, in sensitive_word_check result = await sensitive_word_check_reviewer.check_grammar( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/sensitive_word_check.py", line 97, in check_grammar response = await self.client.chat.completions.create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2678, in create return await self._post( ^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1794, in post return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1529, in request response = await self._client.send( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 229, in handle_async_request await self._close_connections(closing) File "/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 345, in _close_connections await connection.aclose() File "/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", line 173, in aclose await self._connection.aclose() File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 258, in aclose await self._network_stream.aclose() File "/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", line 53, in aclose await self._stream.aclose() File "/venv/lib/python3.12/site-packages/anyio/_backends/_asyncio.py", line 1353, in aclose await sleep(0) File "/usr/local/lib/python3.12/asyncio/tasks.py", line 656, in sleep await __sleep0() File "/usr/local/lib/python3.12/asyncio/tasks.py", line 650, in __sleep0 yield asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 281, in basic_compliance_check result = task.result() ^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 异常类型: TimeoutError P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 异常详情: TimeoutError() P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 任务执行失败: Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 215, in check_with_semaphore return await check_func(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 909, in check_sensitive first_results = await check_sensitive_words_async(review_content) # 先使用关键词匹配式审查 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/utils/sensitive_word_checker.py", line 143, in check_sensitive_words_async return await SensitiveWordChecker.check_text_async(text) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/utils/sensitive_word_checker.py", line 93, in check_text_async return await loop.run_in_executor(None, cls.check_text, text) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 281, in basic_compliance_check result = task.result() ^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 异常类型: TimeoutError P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 异常详情: TimeoutError() P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 任务执行失败: Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 215, in check_with_semaphore return await check_func(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 709, in check_semantic_logic result = await semantic_logic_reviewer.check_semantic_logic( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/semantic_logic.py", line 97, in check_semantic_logic response = await self.client.chat.completions.create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2678, in create return await self._post( ^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1794, in post return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1529, in request response = await self._client.send( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", line 101, in handle_async_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", line 76, in handle_async_request async with self._request_lock: ^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_synchronization.py", line 77, in __aenter__ await self._anyio_lock.acquire() File "/venv/lib/python3.12/site-packages/anyio/_backends/_asyncio.py", line 1837, in acquire await AsyncIOBackend.cancel_shielded_checkpoint() File "/venv/lib/python3.12/site-packages/anyio/_backends/_asyncio.py", line 2405, in cancel_shielded_checkpoint await sleep(0) File "/usr/local/lib/python3.12/asyncio/tasks.py", line 656, in sleep await __sleep0() File "/usr/local/lib/python3.12/asyncio/tasks.py", line 650, in __sleep0 yield asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 281, in basic_compliance_check result = task.result() ^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 异常类型: TimeoutError P1.T139716619921088 | 2026-01-06 00:43:33 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 异常详情: TimeoutError() P1.T139716619921088 | 2026-01-06 00:43:38 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | 动态获取模型失败 [qwen3_30b]: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY P1.T139716619921088 | 2026-01-06 00:44:03 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | 降级模型也失败: 无法连接到Gemini模型服务: https://generativelanguage.googleapis.com/v1beta/openai/ P1.T139716619921088 | 2026-01-06 00:44:03 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [模型调用] 异常 trace_id: parameter_compliance_check(9bf1c6debbb4594d0acc02d1f6706c83-1767631287-5), 耗时: 25.04s, 错误类型: ModelConnectionError, 错误信息: 无法初始化任何模型服务: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY P1.T139716619921088 | 2026-01-06 00:44:03 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | parameter_compliance_check 审查失败: 无法初始化任何模型服务: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY Traceback (most recent call last): File "/app/foundation/ai/models/model_handler.py", line 244, in get_model_by_name model = self._get_qwen3_30b_model() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/models/model_handler.py", line 448, in _get_qwen3_30b_model raise ModelConfigError(f"Qwen3-30B模型配置不完整,缺少: {', '.join(missing)}") foundation.ai.models.model_handler.ModelConfigError: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 93, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 86, in get_model_generate_invoke llm_to_use = self.model_handler.get_model_by_name(model_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/models/model_handler.py", line 283, in get_model_by_name raise ModelConnectionError(f"无法初始化任何模型服务: {e}") foundation.ai.models.model_handler.ModelConnectionError: 无法初始化任何模型服务: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY P1.T139716619921088 | 2026-01-06 00:44:03 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | 动态获取模型失败 [qwen3_30b]: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY P1.T139716619921088 | 2026-01-06 00:44:28 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | 降级模型也失败: 无法连接到Gemini模型服务: https://generativelanguage.googleapis.com/v1beta/openai/ P1.T139716619921088 | 2026-01-06 00:44:28 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [模型调用] 异常 trace_id: non_parameter_compliance_check(9bf1c6debbb4594d0acc02d1f6706c83-1767631287-5), 耗时: 25.05s, 错误类型: ModelConnectionError, 错误信息: 无法初始化任何模型服务: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY P1.T139716619921088 | 2026-01-06 00:44:28 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | non_parameter_compliance_check 审查失败: 无法初始化任何模型服务: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY Traceback (most recent call last): File "/app/foundation/ai/models/model_handler.py", line 244, in get_model_by_name model = self._get_qwen3_30b_model() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/models/model_handler.py", line 448, in _get_qwen3_30b_model raise ModelConfigError(f"Qwen3-30B模型配置不完整,缺少: {', '.join(missing)}") foundation.ai.models.model_handler.ModelConfigError: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 93, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 86, in get_model_generate_invoke llm_to_use = self.model_handler.get_model_by_name(model_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/models/model_handler.py", line 283, in get_model_by_name raise ModelConnectionError(f"无法初始化任何模型服务: {e}") foundation.ai.models.model_handler.ModelConnectionError: 无法初始化任何模型服务: Qwen3-30B模型配置不完整,缺少: QWEN3_30B_SERVER_URL, QWEN3_30B_MODEL_ID, QWEN3_30B_API_KEY P1.T139716619921088 | 2026-01-06 00:44:28 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | 更新阶段进度失败: Error 111 connecting to 192.168.92.62:16379. Connection refused. P1.T139716619921088 | 2026-01-06 00:44:28 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | Redis重连失败: 'Redis' object has no attribute 'wait_closed' P1.T139716619921088 | 2026-01-06 00:44:28 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | Redis重连失败: 'Redis' object has no attribute 'wait_closed' P1.T139716619921088 | 2026-01-06 00:44:34 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 任务执行失败: Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 215, in check_with_semaphore return await check_func(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 709, in check_semantic_logic result = await semantic_logic_reviewer.check_semantic_logic( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/semantic_logic.py", line 97, in check_semantic_logic response = await self.client.chat.completions.create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2678, in create return await self._post( ^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1794, in post return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1529, in request response = await self._client.send( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", line 35, in read return await self._stream.receive(max_bytes=max_bytes) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/anyio/_backends/_asyncio.py", line 1292, in receive await self._protocol.read_event.wait() File "/usr/local/lib/python3.12/asyncio/locks.py", line 212, in wait await fut asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 281, in basic_compliance_check result = task.result() ^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError P1.T139716619921088 | 2026-01-06 00:44:34 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 异常类型: TimeoutError P1.T139716619921088 | 2026-01-06 00:44:34 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 异常详情: TimeoutError() P1.T139716619921088 | 2026-01-06 00:44:34 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 任务执行失败: Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 215, in check_with_semaphore return await check_func(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 672, in sensitive_word_check result = await sensitive_word_check_reviewer.check_grammar( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/sensitive_word_check.py", line 97, in check_grammar response = await self.client.chat.completions.create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2678, in create return await self._post( ^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1794, in post return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1529, in request response = await self._client.send( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", line 35, in read return await self._stream.receive(max_bytes=max_bytes) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/anyio/_backends/_asyncio.py", line 1292, in receive await self._protocol.read_event.wait() File "/usr/local/lib/python3.12/asyncio/locks.py", line 212, in wait await fut asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 281, in basic_compliance_check result = task.result() ^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError P1.T139716619921088 | 2026-01-06 00:44:34 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 异常类型: TimeoutError P1.T139716619921088 | 2026-01-06 00:44:34 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [基础审查] 异常详情: TimeoutError() P1.T139877974775488 | 2026-01-06 00:51:27 | ERROR | 6e00788b4f6e3399da244ede86b06d36-1767631511 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '中华人民...法》2021年修订版'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T139877974775488 | 2026-01-06 01:05:00 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767632287 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '中华人民...法》2021年修订版'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T139880965319552 | 2026-01-06 01:08:14 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140362903426752 | 2026-01-06 01:14:50 | ERROR | 6e00788b4f6e3399da244ede86b06d36-1767632935 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '中华人民...法》2021年修订版'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140362903426752 | 2026-01-06 01:24:15 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767633487 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '中华人民...法》2021年修订版'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140362903426752 | 2026-01-06 01:47:59 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767631287 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '中华人民...法》2021年修订版'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140362903426752 | 2026-01-06 09:23:10 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767662397 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '工程建设...分)2002 年版;'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140362903426752 | 2026-01-06 09:55:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767664135 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '工程建设...分)2002 年版;'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140362903426752 | 2026-01-07 09:29:21 | ERROR | e38a681dbecd00e6dd17489dc87abf74-1767749290 | system | 任务处理失败: e38a681dbecd00e6dd17489dc87abf74, 错误: >, message=[__internal_register] Retry timeout: 10s, message=failed to connect to all addresses; last error: UNKNOWN: ipv4:192.168.92.61:19530: Failed to connect to remote host: connect: Connection refused (111))> P1.T140362903426752 | 2026-01-07 09:29:21 | ERROR | e38a681dbecd00e6dd17489dc87abf74-1767749290 | system | 文档处理任务链失败: e38a681dbecd00e6dd17489dc87abf74-1767749290, 错误: >, message=[__internal_register] Retry timeout: 10s, message=failed to connect to all addresses; last error: UNKNOWN: ipv4:192.168.92.61:19530: Failed to connect to remote host: connect: Connection refused (111))> P1.T140362903426752 | 2026-01-07 09:29:21 | ERROR | e38a681dbecd00e6dd17489dc87abf74-1767749290 | system | 提交文档处理任务失败: >, message=[__internal_register] Retry timeout: 10s, message=failed to connect to all addresses; last error: UNKNOWN: ipv4:192.168.92.61:19530: Failed to connect to remote host: connect: Connection refused (111))> P1.T140362903426752 | 2026-01-07 09:29:21 | ERROR | e38a681dbecd00e6dd17489dc87abf74-1767749290 | system | 任务处理失败: >, message=[__internal_register] Retry timeout: 10s, message=failed to connect to all addresses; last error: UNKNOWN: ipv4:192.168.92.61:19530: Failed to connect to remote host: connect: Connection refused (111))> P1.T140362903426752 | 2026-01-07 09:29:21 | ERROR | e38a681dbecd00e6dd17489dc87abf74-1767749290 | system | 详细错误信息: Traceback (most recent call last): File "/app/foundation/infrastructure/messaging/tasks.py", line 59, in submit_task_processing_task result = workflow_manager.submit_task_processing_sync(file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/observability/monitoring/time_statistics.py", line 18, in sync_wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/core/base/workflow_manager.py", line 118, in submit_task_processing_sync self._process_task_chain_sync(task_chain, task_file_info, task_file_info.file_type) File "/app/core/base/workflow_manager.py", line 168, in _process_task_chain_sync ai_workflow = AIReviewWorkflow( ^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/workflows/ai_review_workflow.py", line 125, in __init__ self.ai_review_engine = AIReviewEngine(task_file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 150, in __init__ self.milvus = MilvusManager(MilvusConfig()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/infrastructure/milvus.py", line 38, in __init__ self.client.use_database(self.cfg.db_name) File "/venv/lib/python3.12/site-packages/pymilvus/milvus_client/milvus_client.py", line 1298, in use_database conn.reset_db_name(db_name) File "/venv/lib/python3.12/site-packages/pymilvus/client/grpc_handler.py", line 241, in reset_db_name self._setup_identifier_interceptor(self._user) File "/venv/lib/python3.12/site-packages/pymilvus/client/grpc_handler.py", line 333, in _setup_identifier_interceptor self._identifier = self.__internal_register(user, host, timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pymilvus/decorators.py", line 271, in handler raise e from e File "/venv/lib/python3.12/site-packages/pymilvus/decorators.py", line 263, in handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pymilvus/decorators.py", line 322, in handler return func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pymilvus/decorators.py", line 172, in handler raise MilvusException(e.code, f"{to_msg}, message={e.details()}") from e pymilvus.exceptions.MilvusException: >, message=[__internal_register] Retry timeout: 10s, message=failed to connect to all addresses; last error: UNKNOWN: ipv4:192.168.92.61:19530: Failed to connect to remote host: connect: Connection refused (111))> P1.T140362903426752 | 2026-01-07 09:30:45 | ERROR | e38a681dbecd00e6dd17489dc87abf74-1767749290 | system | 任务处理失败: e38a681dbecd00e6dd17489dc87abf74, 错误: >, message=[__internal_register] Retry timeout: 10s, message=failed to connect to all addresses; last error: UNKNOWN: ipv4:192.168.92.61:19530: Failed to connect to remote host: connect: Connection refused (111))> P1.T140362903426752 | 2026-01-07 09:30:45 | ERROR | e38a681dbecd00e6dd17489dc87abf74-1767749290 | system | 文档处理任务链失败: e38a681dbecd00e6dd17489dc87abf74-1767749290, 错误: >, message=[__internal_register] Retry timeout: 10s, message=failed to connect to all addresses; last error: UNKNOWN: ipv4:192.168.92.61:19530: Failed to connect to remote host: connect: Connection refused (111))> P1.T140362903426752 | 2026-01-07 09:30:45 | ERROR | e38a681dbecd00e6dd17489dc87abf74-1767749290 | system | 提交文档处理任务失败: >, message=[__internal_register] Retry timeout: 10s, message=failed to connect to all addresses; last error: UNKNOWN: ipv4:192.168.92.61:19530: Failed to connect to remote host: connect: Connection refused (111))> P1.T140362903426752 | 2026-01-07 09:30:45 | ERROR | e38a681dbecd00e6dd17489dc87abf74-1767749290 | system | 任务处理失败: >, message=[__internal_register] Retry timeout: 10s, message=failed to connect to all addresses; last error: UNKNOWN: ipv4:192.168.92.61:19530: Failed to connect to remote host: connect: Connection refused (111))> P1.T140362903426752 | 2026-01-07 09:30:45 | ERROR | e38a681dbecd00e6dd17489dc87abf74-1767749290 | system | 详细错误信息: Traceback (most recent call last): File "/app/foundation/infrastructure/messaging/tasks.py", line 59, in submit_task_processing_task result = workflow_manager.submit_task_processing_sync(file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/observability/monitoring/time_statistics.py", line 18, in sync_wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/core/base/workflow_manager.py", line 118, in submit_task_processing_sync self._process_task_chain_sync(task_chain, task_file_info, task_file_info.file_type) File "/app/core/base/workflow_manager.py", line 168, in _process_task_chain_sync ai_workflow = AIReviewWorkflow( ^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/workflows/ai_review_workflow.py", line 125, in __init__ self.ai_review_engine = AIReviewEngine(task_file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 150, in __init__ self.milvus = MilvusManager(MilvusConfig()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/infrastructure/milvus.py", line 38, in __init__ self.client.use_database(self.cfg.db_name) File "/venv/lib/python3.12/site-packages/pymilvus/milvus_client/milvus_client.py", line 1298, in use_database conn.reset_db_name(db_name) File "/venv/lib/python3.12/site-packages/pymilvus/client/grpc_handler.py", line 241, in reset_db_name self._setup_identifier_interceptor(self._user) File "/venv/lib/python3.12/site-packages/pymilvus/client/grpc_handler.py", line 333, in _setup_identifier_interceptor self._identifier = self.__internal_register(user, host, timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pymilvus/decorators.py", line 271, in handler raise e from e File "/venv/lib/python3.12/site-packages/pymilvus/decorators.py", line 263, in handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pymilvus/decorators.py", line 322, in handler return func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pymilvus/decorators.py", line 172, in handler raise MilvusException(e.code, f"{to_msg}, message={e.details()}") from e pymilvus.exceptions.MilvusException: >, message=[__internal_register] Retry timeout: 10s, message=failed to connect to all addresses; last error: UNKNOWN: ipv4:192.168.92.61:19530: Failed to connect to remote host: connect: Connection refused (111))> P1.T140362903426752 | 2026-01-07 09:32:05 | ERROR | e38a681dbecd00e6dd17489dc87abf74-1767749290 | system | 任务处理失败: e38a681dbecd00e6dd17489dc87abf74, 错误: >, message=[__internal_register] Retry timeout: 10s, message=failed to connect to all addresses; last error: UNKNOWN: ipv4:192.168.92.61:19530: Failed to connect to remote host: connect: Connection refused (111))> P1.T140362903426752 | 2026-01-07 09:32:05 | ERROR | e38a681dbecd00e6dd17489dc87abf74-1767749290 | system | 文档处理任务链失败: e38a681dbecd00e6dd17489dc87abf74-1767749290, 错误: >, message=[__internal_register] Retry timeout: 10s, message=failed to connect to all addresses; last error: UNKNOWN: ipv4:192.168.92.61:19530: Failed to connect to remote host: connect: Connection refused (111))> P1.T140362903426752 | 2026-01-07 09:32:05 | ERROR | e38a681dbecd00e6dd17489dc87abf74-1767749290 | system | 提交文档处理任务失败: >, message=[__internal_register] Retry timeout: 10s, message=failed to connect to all addresses; last error: UNKNOWN: ipv4:192.168.92.61:19530: Failed to connect to remote host: connect: Connection refused (111))> P1.T140362903426752 | 2026-01-07 09:32:05 | ERROR | e38a681dbecd00e6dd17489dc87abf74-1767749290 | system | 任务处理失败: >, message=[__internal_register] Retry timeout: 10s, message=failed to connect to all addresses; last error: UNKNOWN: ipv4:192.168.92.61:19530: Failed to connect to remote host: connect: Connection refused (111))> P1.T140362903426752 | 2026-01-07 09:32:05 | ERROR | e38a681dbecd00e6dd17489dc87abf74-1767749290 | system | 详细错误信息: Traceback (most recent call last): File "/app/foundation/infrastructure/messaging/tasks.py", line 59, in submit_task_processing_task result = workflow_manager.submit_task_processing_sync(file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/observability/monitoring/time_statistics.py", line 18, in sync_wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/core/base/workflow_manager.py", line 118, in submit_task_processing_sync self._process_task_chain_sync(task_chain, task_file_info, task_file_info.file_type) File "/app/core/base/workflow_manager.py", line 168, in _process_task_chain_sync ai_workflow = AIReviewWorkflow( ^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/workflows/ai_review_workflow.py", line 125, in __init__ self.ai_review_engine = AIReviewEngine(task_file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 150, in __init__ self.milvus = MilvusManager(MilvusConfig()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/infrastructure/milvus.py", line 38, in __init__ self.client.use_database(self.cfg.db_name) File "/venv/lib/python3.12/site-packages/pymilvus/milvus_client/milvus_client.py", line 1298, in use_database conn.reset_db_name(db_name) File "/venv/lib/python3.12/site-packages/pymilvus/client/grpc_handler.py", line 241, in reset_db_name self._setup_identifier_interceptor(self._user) File "/venv/lib/python3.12/site-packages/pymilvus/client/grpc_handler.py", line 333, in _setup_identifier_interceptor self._identifier = self.__internal_register(user, host, timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pymilvus/decorators.py", line 271, in handler raise e from e File "/venv/lib/python3.12/site-packages/pymilvus/decorators.py", line 263, in handler return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pymilvus/decorators.py", line 322, in handler return func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pymilvus/decorators.py", line 172, in handler raise MilvusException(e.code, f"{to_msg}, message={e.details()}") from e pymilvus.exceptions.MilvusException: >, message=[__internal_register] Retry timeout: 10s, message=failed to connect to all addresses; last error: UNKNOWN: ipv4:192.168.92.61:19530: Failed to connect to remote host: connect: Connection refused (111))> P1.T140360630118080 | 2026-01-07 12:55:54 | ERROR | no-trace | system | Error in hybrid search: P1.T140360630118080 | 2026-01-07 12:55:54 | ERROR | no-trace | system | Error searching: P1.T140360630118080 | 2026-01-07 12:55:54 | ERROR | no-trace | system | Error in hybrid search: P1.T140360630118080 | 2026-01-07 12:55:54 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:55:54 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:55:54 | ERROR | no-trace | system | Error searching: P1.T140361703859904 | 2026-01-07 12:55:54 | ERROR | no-trace | system | Error in hybrid search: P1.T140361703859904 | 2026-01-07 12:55:54 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:55:54 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:55:54 | ERROR | no-trace | system | Error searching: P1.T140361703859904 | 2026-01-07 12:55:54 | ERROR | no-trace | system | Error in hybrid search: P1.T140361703859904 | 2026-01-07 12:55:54 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:55:54 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:55:54 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:55:54 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:55:54 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:55:58 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:55:58 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:55:58 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:55:58 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:55:58 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:55:58 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:55:58 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:55:58 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 12:55:58 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 12:55:58 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:55:58 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:55:58 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:55:58 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 12:55:58 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:55:58 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 12:55:58 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 12:56:02 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 12:56:02 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 12:56:02 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 12:56:02 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:02 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:02 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:02 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:02 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:02 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:02 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:02 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:02 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:02 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:02 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:02 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:02 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:08 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:08 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:08 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:08 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:08 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:08 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:08 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:08 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:08 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:08 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:08 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:08 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:08 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:08 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:08 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:08 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:15 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:15 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:15 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:15 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:15 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:15 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:15 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:15 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:15 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:15 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:15 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:15 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:15 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:15 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:15 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:15 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:18 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:18 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:18 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:18 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:18 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:18 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:18 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:18 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:20 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:20 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:20 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:20 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:20 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:20 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:20 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:20 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:20 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:20 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:21 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:21 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:21 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:21 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:21 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:21 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:23 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:23 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:23 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:23 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:23 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:23 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:23 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:23 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:28 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:28 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:28 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:28 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:28 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:28 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:28 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:28 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:29 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:29 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:29 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:29 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:29 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:29 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:29 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:29 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:31 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:31 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:31 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:31 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:31 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:31 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:31 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:31 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:31 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:31 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:31 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:31 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:31 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:31 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:31 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:31 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:35 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:35 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:35 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:35 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:35 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:35 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:35 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:35 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:35 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:35 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:35 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:35 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:35 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:35 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:35 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:35 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:39 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:39 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:39 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:39 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:39 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:39 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:39 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:39 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:39 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:39 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:39 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:39 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:39 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:39 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:39 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:39 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:42 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:42 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:42 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:42 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:42 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:43 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:43 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:43 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:43 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:43 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:43 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:43 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:43 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:43 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:43 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:43 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:46 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:46 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:46 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:46 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:46 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:46 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:46 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:46 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:46 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:46 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:46 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:46 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:46 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:46 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:46 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:46 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:50 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:50 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:51 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:51 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:51 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:51 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:51 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:51 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:51 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:51 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:51 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:51 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:51 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:51 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:51 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:51 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:56 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:56 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:56:56 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:56:56 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:56 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:56 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:56 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:56 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:56 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:56 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:56:56 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:56:56 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:56:56 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:56:56 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:56:56 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:56:56 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:57:00 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:57:00 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:57:00 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:57:00 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:00 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:00 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:00 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:00 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:00 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:00 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:00 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:00 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:00 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:00 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:00 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:00 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:03 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:03 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:03 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:03 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:03 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:57:03 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:03 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:57:03 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:04 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:04 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:04 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:04 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:04 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:57:04 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:04 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:57:04 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:57:08 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:57:08 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:57:08 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:57:08 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:08 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:08 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:08 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:08 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:08 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:08 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:08 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:08 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:08 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:08 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:08 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:08 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:12 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:12 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 12:57:12 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 12:57:12 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:12 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:12 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:12 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:12 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:12 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:12 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:12 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:12 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:12 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:12 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:12 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:12 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:15 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:15 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:15 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:15 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:16 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:16 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:16 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:16 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:16 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:16 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:16 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:16 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:16 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:16 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:16 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:16 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:18 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:18 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:19 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:19 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:19 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:19 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:19 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:19 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:19 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:19 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:19 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:19 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:19 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:19 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:23 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:23 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:23 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:23 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:23 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:23 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:23 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:23 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:25 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:25 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:25 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:25 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:26 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:26 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:26 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:26 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:26 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:26 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:26 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:26 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:26 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:26 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:26 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:26 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:33 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:33 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:33 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:33 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:33 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:33 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:33 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:33 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:36 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:36 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:36 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:36 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:36 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:36 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:36 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:36 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:36 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:36 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:36 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:36 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:36 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:36 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:36 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:36 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:39 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:39 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:39 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:39 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:39 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:39 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:39 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:39 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:39 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:39 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:39 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:39 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:39 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:39 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:39 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:39 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:43 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:43 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:43 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:43 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:43 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:43 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:43 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:43 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:43 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:43 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:44 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:44 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:44 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:44 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:44 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:44 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error searching: P1.T140361712252608 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361712252608 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error searching: P1.T140361712252608 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361712252608 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:49 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:53 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:53 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:53 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:53 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:53 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:53 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:53 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:53 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:53 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:53 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:53 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:53 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:53 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:53 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:53 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:53 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:57 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:57 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:57:57 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:57:57 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:57 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:57 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:57 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:57 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:57 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:57 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:57:57 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:57:57 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:57:57 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:57:57 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:57:57 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:57:57 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:58:01 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:58:01 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:58:01 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:58:01 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:58:01 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:58:01 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:58:01 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:58:01 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:58:01 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:58:01 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:58:01 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:58:01 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:58:01 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:58:01 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:58:01 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:58:01 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:58:04 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:58:04 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:58:04 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:58:04 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:58:04 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:58:04 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:58:04 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:58:04 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:58:04 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:58:04 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:58:05 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:58:05 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:58:05 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:58:05 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:58:05 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:58:05 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:58:07 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:58:07 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 12:58:07 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 12:58:07 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:58:07 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:58:07 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:58:07 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:58:07 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:58:07 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:58:07 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 12:58:07 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 12:58:07 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 12:58:07 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 12:58:07 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 12:58:07 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 12:58:07 | ERROR | no-trace | system | Error searching: P1.T140362903426752 | 2026-01-07 12:59:50 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767761711 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '中华人民...法》2021年修订版'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140359564768960 | 2026-01-07 13:09:10 | ERROR | no-trace | system | Error in hybrid search: P1.T140359564768960 | 2026-01-07 13:09:10 | ERROR | no-trace | system | Error searching: P1.T140359564768960 | 2026-01-07 13:09:10 | ERROR | no-trace | system | Error in hybrid search: P1.T140359564768960 | 2026-01-07 13:09:10 | ERROR | no-trace | system | Error searching: P1.T140360638510784 | 2026-01-07 13:09:10 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:10 | ERROR | no-trace | system | Error in hybrid search: P1.T140360638510784 | 2026-01-07 13:09:10 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:10 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:10 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:10 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:10 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:10 | ERROR | no-trace | system | Error searching: P1.T140360638510784 | 2026-01-07 13:09:10 | ERROR | no-trace | system | Error in hybrid search: P1.T140360638510784 | 2026-01-07 13:09:10 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:10 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:10 | ERROR | no-trace | system | Error searching: P1.T140360638510784 | 2026-01-07 13:09:13 | ERROR | no-trace | system | Error in hybrid search: P1.T140360638510784 | 2026-01-07 13:09:13 | ERROR | no-trace | system | Error searching: P1.T140360638510784 | 2026-01-07 13:09:13 | ERROR | no-trace | system | Error in hybrid search: P1.T140360638510784 | 2026-01-07 13:09:13 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:13 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:13 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:13 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:13 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:14 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:14 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:14 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:14 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:14 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:14 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:14 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:14 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:17 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:17 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:17 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:17 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:17 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:17 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:17 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:17 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:17 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:17 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:17 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:17 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:17 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:17 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:17 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:17 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:23 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:23 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:23 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:23 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:23 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:23 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:23 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:23 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:23 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:29 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:29 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:29 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:29 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:29 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:29 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:29 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:29 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:29 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:29 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:29 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:29 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:29 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:29 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:29 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:29 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:32 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:32 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:32 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:32 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:32 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:32 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:32 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:32 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:32 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:32 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:33 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:33 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:33 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:35 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:35 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:35 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:35 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:35 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:35 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:35 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:35 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:35 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:35 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:35 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:35 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:35 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:35 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:35 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:35 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:37 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:37 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:37 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:37 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:37 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:37 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:37 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:37 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:37 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:37 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:37 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:37 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:37 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:37 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:37 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:37 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:42 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:42 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:42 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:42 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:42 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:42 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:42 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:42 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:42 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:42 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:42 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:42 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:42 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:42 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:42 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:42 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:45 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:45 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:45 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:45 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:45 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:45 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:45 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:45 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:45 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:45 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:45 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:45 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:45 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:45 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:45 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:45 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:49 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:49 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:49 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:49 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:49 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:49 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:49 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:49 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:49 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:53 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:53 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:53 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:53 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:53 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:53 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:53 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:53 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:53 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:53 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:53 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:53 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:53 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:53 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:53 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:53 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:56 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:56 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:09:57 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:09:57 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:57 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:57 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:57 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:57 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:57 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:57 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:09:57 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:09:57 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:09:57 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:09:57 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:09:57 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:09:57 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:00 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:00 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:10:00 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:10:00 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:00 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:00 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:00 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:00 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:00 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:00 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:00 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:00 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:00 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:00 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:00 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:00 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:04 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:04 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:10:04 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:10:04 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:04 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:04 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:04 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:04 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:04 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:04 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:04 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:04 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:04 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:04 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:04 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:04 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:09 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:09 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:10:09 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:09 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:09 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:10:09 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:09 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:09 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:09 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:09 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:09 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:09 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:10:09 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:09 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:10:09 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:09 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:14 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:14 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:15 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:15 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:10:15 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:15 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:10:15 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:15 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:15 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:15 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:15 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:15 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:10:15 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:15 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:10:15 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:15 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:18 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:18 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:10:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:10:18 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:18 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:18 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:18 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:10:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:18 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:10:18 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:18 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:21 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:21 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:21 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:21 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:10:22 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:22 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:10:22 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:22 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:22 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:22 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:22 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:22 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:10:22 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:10:22 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:22 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:22 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:26 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error searching: P1.T140361729038016 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error in hybrid search: P1.T140361729038016 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:30 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:33 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:33 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:33 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:33 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 13:10:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 13:10:33 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 13:10:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 13:10:33 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:33 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:33 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:33 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:37 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:37 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:37 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:37 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:37 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:37 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:37 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:37 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 13:10:37 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 13:10:37 | ERROR | no-trace | system | Error searching: P1.T140361720645312 | 2026-01-07 13:10:37 | ERROR | no-trace | system | Error in hybrid search: P1.T140361720645312 | 2026-01-07 13:10:37 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:37 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:37 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:37 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:37 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:40 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:40 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:40 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:40 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:40 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:40 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:40 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:40 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:10:40 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:10:40 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:10:40 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:10:40 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:40 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:40 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:40 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:40 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:44 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:44 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:44 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:44 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:44 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:44 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:44 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:44 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:10:44 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:10:44 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:10:44 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:10:44 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:45 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:45 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:45 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:45 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:47 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:47 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:47 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:47 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:47 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:47 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:47 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:47 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:10:47 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:10:47 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:10:47 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:10:47 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:47 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:47 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:47 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:47 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:50 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:50 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:50 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:50 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:50 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:50 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:50 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:50 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:10:50 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:10:50 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:50 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:50 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:50 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:10:50 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:50 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:10:50 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:10:54 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:10:54 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:10:54 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:10:54 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:54 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:54 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:54 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:54 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:54 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:54 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:55 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:55 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:55 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:55 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:55 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:55 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:59 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:59 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:10:59 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:10:59 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:10:59 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:10:59 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:59 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:59 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:59 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:59 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:10:59 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:10:59 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:10:59 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:10:59 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:10:59 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:10:59 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:11:03 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:11:03 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:11:03 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:11:03 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:11:03 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:11:03 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:11:03 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:11:03 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:11:03 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:11:03 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:11:03 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:11:03 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:11:03 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:11:03 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:11:03 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:11:03 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:11:07 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:11:07 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:11:07 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:11:07 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:11:07 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:11:07 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:11:07 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:11:07 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:11:07 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:11:07 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:11:07 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:11:07 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:11:07 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:11:07 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:11:07 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:11:07 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:11:11 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:11:11 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:11:11 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:11:11 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:11:11 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:11:11 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:11:11 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:11:11 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:11:11 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:11:11 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:11:11 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:11:11 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:11:11 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:11:11 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:11:11 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:11:11 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:11:14 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:11:14 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:11:14 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:11:14 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:11:14 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:11:14 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:11:14 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:11:14 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:11:14 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:11:14 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:11:14 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:11:14 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:11:14 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:11:14 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:11:14 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:11:14 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:11:17 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:11:17 | ERROR | no-trace | system | Error searching: P1.T140361847973568 | 2026-01-07 13:11:17 | ERROR | no-trace | system | Error in hybrid search: P1.T140361847973568 | 2026-01-07 13:11:17 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:11:17 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:11:17 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:11:17 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:11:17 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:11:17 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:11:17 | ERROR | no-trace | system | Error searching: P1.T140361839580864 | 2026-01-07 13:11:17 | ERROR | no-trace | system | Error in hybrid search: P1.T140361839580864 | 2026-01-07 13:11:17 | ERROR | no-trace | system | Error searching: P1.T140361745823424 | 2026-01-07 13:11:17 | ERROR | no-trace | system | Error in hybrid search: P1.T140361737430720 | 2026-01-07 13:11:17 | ERROR | no-trace | system | Error in hybrid search: P1.T140361745823424 | 2026-01-07 13:11:17 | ERROR | no-trace | system | Error searching: P1.T140361737430720 | 2026-01-07 13:11:17 | ERROR | no-trace | system | Error searching: P1.T140362903426752 | 2026-01-07 13:12:55 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767762512 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '公路水运...(JT/T 1495-2023)'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140362903426752 | 2026-01-07 13:57:03 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1767765039 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '中华人民...法》2021年修订版'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140362903426752 | 2026-01-07 14:13:20 | ERROR | e7f75ad894063290d0c5e1542d8ded79-1767766017 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '中华人民...》2021 年修订版'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140365560376192 | 2026-01-07 17:16:26 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767777375 | system | {'code': 'QDSC008', 'error_type': 'ENUM_TYPE_INVALID', 'message': '审查枚举类型无效', 'status_code': 400} P1.T140365560376192 | 2026-01-07 17:22:13 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767777717 | system | {'code': 'QDSC008', 'error_type': 'ENUM_TYPE_INVALID', 'message': '审查枚举类型无效', 'status_code': 400} P1.T140362903426752 | 2026-01-07 17:32:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767777966 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '工程建设...分)2002 年版;'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140362903426752 | 2026-01-07 23:01:19 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767797693 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '工程建设...分)2002 年版;'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140360672081600 | 2026-01-08 15:37:24 | ERROR | no-trace | system | API调用失败,状态码: 400, 响应: {"error":{"message":"This model's maximum context length is 2048 tokens. However, you requested 2468 tokens in the input for embedding generation. Please reduce the length of the input.","type":"BadRequestError","param":null,"code":400}} P1.T140360672081600 | 2026-01-08 15:37:24 | ERROR | no-trace | system | API调用失败,状态码: 400, 响应: {"error":{"message":"This model's maximum context length is 2048 tokens. However, you requested 2465 tokens in the input for embedding generation. Please reduce the length of the input.","type":"BadRequestError","param":null,"code":400}} P1.T140362903426752 | 2026-01-08 15:39:56 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767857607 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '工程建设...分)2002 年版;'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140362903426752 | 2026-01-08 15:59:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767858760 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '工程建设...分)2002 年版;'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140362903426752 | 2026-01-09 14:38:01 | ERROR | 7dfc70024a2043fd8bddf9f0f81c3a87-1767940591 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '水土保持...水土保持条例》'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140362903426752 | 2026-01-09 14:51:06 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767941067 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '工程建设...分)2002 年版;'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140362903426752 | 2026-01-09 15:09:15 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1767942148 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '工程建设...分)2002 年版;'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140362903426752 | 2026-01-09 15:51:40 | ERROR | e2c00f99df7ff7b5925caabb82aef2a5-1767944984 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '公路工程...》(JTJ076-2015) '}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140362903426752 | 2026-01-09 16:06:10 | ERROR | e2c00f99df7ff7b5925caabb82aef2a5-1767945804 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '公路工程...》(JTJ076-2015) '}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140365560376192 | 2026-01-09 16:11:23 | ERROR | e2c00f99df7ff7b5925caabb82aef2a5-1767946099 | system | {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件', 'status_code': 404} P1.T140365560376192 | 2026-01-09 16:11:23 | ERROR | e2c00f99df7ff7b5925caabb82aef2a5-1767946099 | system | HTTP异常: e2c00f99df7ff7b5925caabb82aef2a5-1767946099 P1.T140365560376192 | 2026-01-09 16:11:23 | ERROR | e2c00f99df7ff7b5925caabb82aef2a5-1767946099 | system | 异常详情: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140365560376192 | 2026-01-09 16:11:23 | ERROR | e2c00f99df7ff7b5925caabb82aef2a5-1767946099 | system | 异常堆栈: Traceback (most recent call last): File "/app/views/construction_review/launch_review.py", line 255, in generate_launch_review_events raise LaunchReviewErrors.task_not_found_or_expired() fastapi.exceptions.HTTPException: 404: {'code': 'QDSC012', 'error_type': 'TASK_NOT_FOUND_OR_EXPIRED', 'message': '任务ID不存在或已过期,请重新检查callback_task_id是否正确,或重新上传文件'} P1.T140362903426752 | 2026-01-09 16:14:47 | ERROR | e2c00f99df7ff7b5925caabb82aef2a5-1767946433 | system | [编制依据提取] LLM 输出解析失败: 1 validation error for BasisItems items Field required [type=missing, input_value={'title': '公路工程...》(JTJ076-2015) '}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/missing,使用兜底方案 P1.T140360630118080 | 2026-01-09 16:21:20 | ERROR | no-trace | system | API调用失败,状态码: 400, 响应: {"error":{"message":"This model's maximum context length is 2048 tokens. However, you requested 2468 tokens in the input for embedding generation. Please reduce the length of the input.","type":"BadRequestError","param":null,"code":400}} P1.T140360630118080 | 2026-01-09 16:21:20 | ERROR | no-trace | system | API调用失败,状态码: 400, 响应: {"error":{"message":"This model's maximum context length is 2048 tokens. However, you requested 2465 tokens in the input for embedding generation. Please reduce the length of the input.","type":"BadRequestError","param":null,"code":400}} P1.T140365560376192 | 2026-01-09 19:45:55 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T139914414888640 | 2026-01-10 11:33:55 | ERROR | f878a357abb6706c97b549e1a3aafec5-1768015715 | system | completeness_check 审查失败: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 767, in check_completeness specification = data_loader.load_specification(str(csv_path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/components/data_loader.py", line 32, in load_specification rows = read_csv(csv_path, delimiter='\t') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/utils/file_utils.py", line 37, in read_csv with open(file_path, 'r', encoding='utf-8-sig') as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' P1.T139914414888640 | 2026-01-10 11:45:33 | ERROR | f878a357abb6706c97b549e1a3aafec5-1768016633 | system | [基础审查] 任务执行失败: Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 314, in check_with_semaphore return await check_func(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 668, in sensitive_word_check result = await sensitive_word_check_reviewer.check_grammar( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/sensitive_word_check.py", line 93, in check_grammar response = await self.client.chat.completions.create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2678, in create return await self._post( ^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1794, in post return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1529, in request response = await self._client.send( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", line 35, in read return await self._stream.receive(max_bytes=max_bytes) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/anyio/_backends/_asyncio.py", line 1292, in receive await self._protocol.read_event.wait() File "/usr/local/lib/python3.12/asyncio/locks.py", line 212, in wait await fut asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 380, in basic_compliance_check result = task.result() ^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError P1.T139914414888640 | 2026-01-10 11:45:33 | ERROR | f878a357abb6706c97b549e1a3aafec5-1768016633 | system | [基础审查] 异常类型: TimeoutError P1.T139914414888640 | 2026-01-10 11:45:33 | ERROR | f878a357abb6706c97b549e1a3aafec5-1768016633 | system | [基础审查] 异常详情: TimeoutError() P1.T139914414888640 | 2026-01-10 11:50:10 | ERROR | f878a357abb6706c97b549e1a3aafec5-1768016633 | system | completeness_check 审查失败: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 767, in check_completeness specification = data_loader.load_specification(str(csv_path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/components/data_loader.py", line 32, in load_specification rows = read_csv(csv_path, delimiter='\t') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/utils/file_utils.py", line 37, in read_csv with open(file_path, 'r', encoding='utf-8-sig') as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' P1.T139914414888640 | 2026-01-10 12:02:45 | ERROR | f878a357abb6706c97b549e1a3aafec5-1768017393 | system | completeness_check 审查失败: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 767, in check_completeness specification = data_loader.load_specification(str(csv_path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/components/data_loader.py", line 32, in load_specification rows = read_csv(csv_path, delimiter='\t') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/utils/file_utils.py", line 37, in read_csv with open(file_path, 'r', encoding='utf-8-sig') as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' P1.T139914414888640 | 2026-01-10 17:01:18 | ERROR | f878a357abb6706c97b549e1a3aafec5-1768035487 | system | [基础审查] 任务执行失败: Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 314, in check_with_semaphore return await check_func(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/ai_review_engine.py", line 668, in sensitive_word_check result = await sensitive_word_check_reviewer.check_grammar( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/sensitive_word_check.py", line 93, in check_grammar response = await self.client.chat.completions.create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2678, in create return await self._post( ^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1794, in post return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/openai/_base_client.py", line 1529, in request response = await self._client.send( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", line 35, in read return await self._stream.receive(max_bytes=max_bytes) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/anyio/_backends/_asyncio.py", line 1292, in receive await self._protocol.read_event.wait() File "/usr/local/lib/python3.12/asyncio/locks.py", line 212, in wait await fut asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 380, in basic_compliance_check result = task.result() ^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError P1.T139914414888640 | 2026-01-10 17:01:18 | ERROR | f878a357abb6706c97b549e1a3aafec5-1768035487 | system | [基础审查] 异常类型: TimeoutError P1.T139914414888640 | 2026-01-10 17:01:18 | ERROR | f878a357abb6706c97b549e1a3aafec5-1768035487 | system | [基础审查] 异常详情: TimeoutError() P1.T139914414888640 | 2026-01-10 17:05:25 | ERROR | f878a357abb6706c97b549e1a3aafec5-1768035487 | system | completeness_check 审查失败: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 767, in check_completeness specification = data_loader.load_specification(str(csv_path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/components/data_loader.py", line 32, in load_specification rows = read_csv(csv_path, delimiter='\t') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/utils/file_utils.py", line 37, in read_csv with open(file_path, 'r', encoding='utf-8-sig') as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' P1.T139914414888640 | 2026-01-10 17:19:03 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768036676 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-10 17:19:03 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768036676 | system | [模型调用] 异常 trace_id: sensitive_check(cdfaed8b3df7fd67a7cfa765c9e7ae36-1768036676-0), 耗时: 13.07s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-10 17:19:03 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768036676 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-10 17:24:08 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768036676 | system | completeness_check 审查失败: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 767, in check_completeness specification = data_loader.load_specification(str(csv_path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/components/data_loader.py", line 32, in load_specification rows = read_csv(csv_path, delimiter='\t') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/utils/file_utils.py", line 37, in read_csv with open(file_path, 'r', encoding='utf-8-sig') as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' P1.T139914414888640 | 2026-01-10 17:53:30 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768038749 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-10 17:53:30 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768038749 | system | [模型调用] 异常 trace_id: sensitive_check(cdfaed8b3df7fd67a7cfa765c9e7ae36-1768038749-0), 耗时: 13.05s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-10 17:53:30 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768038749 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-10 17:58:48 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768038749 | system | completeness_check 审查失败: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 767, in check_completeness specification = data_loader.load_specification(str(csv_path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/components/data_loader.py", line 32, in load_specification rows = read_csv(csv_path, delimiter='\t') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/utils/file_utils.py", line 37, in read_csv with open(file_path, 'r', encoding='utf-8-sig') as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' P1.T139914414888640 | 2026-01-12 10:17:20 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768184166 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-12 10:17:20 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768184166 | system | [模型调用] 异常 trace_id: sensitive_check(cdfaed8b3df7fd67a7cfa765c9e7ae36-1768184166-0), 耗时: 20.82s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-12 10:17:20 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768184166 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-12 10:22:54 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768184166 | system | completeness_check 审查失败: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 767, in check_completeness specification = data_loader.load_specification(str(csv_path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/components/data_loader.py", line 32, in load_specification rows = read_csv(csv_path, delimiter='\t') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/utils/file_utils.py", line 37, in read_csv with open(file_path, 'r', encoding='utf-8-sig') as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' P1.T139914414888640 | 2026-01-12 11:47:34 | ERROR | 0d1c12464e52f5f42349820bca9f206e-1768189476 | system | [模型调用] 达到最大重试次数 2,最终超时 P1.T139914414888640 | 2026-01-12 11:47:34 | ERROR | 0d1c12464e52f5f42349820bca9f206e-1768189476 | system | [模型调用] 超时 trace_id: non_parameter_compliance_check(0d1c12464e52f5f42349820bca9f206e-1768189476-0), 耗时: 143.59s, 超时阈值: 45s P1.T139914414888640 | 2026-01-12 11:47:34 | ERROR | 0d1c12464e52f5f42349820bca9f206e-1768189476 | system | non_parameter_compliance_check 审查失败: 模型调用超时,trace_id: non_parameter_compliance_check(0d1c12464e52f5f42349820bca9f206e-1768189476-0), 耗时: 143.59s Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/tasks.py", line 520, in wait_for return await fut ^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 99, in _invoke_model return await loop.run_in_executor(None, llm_to_use.invoke, messages) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 519, in wait_for async with timeouts.timeout(timeout): ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/timeouts.py", line 115, in __aexit__ raise TimeoutError from exc_val TimeoutError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 52, in _retry_with_backoff raise TimeoutError(f"模型调用在 {self.max_retries} 次重试后均超时") TimeoutError: 模型调用在 2 次重试后均超时 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 111, in get_model_generate_invoke raise TimeoutError(f"模型调用超时,trace_id: {trace_id}, 耗时: {elapsed_time:.2f}s") TimeoutError: 模型调用超时,trace_id: non_parameter_compliance_check(0d1c12464e52f5f42349820bca9f206e-1768189476-0), 耗时: 143.59s P1.T139914414888640 | 2026-01-12 11:51:05 | ERROR | 0d1c12464e52f5f42349820bca9f206e-1768189476 | system | completeness_check 审查失败: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 767, in check_completeness specification = data_loader.load_specification(str(csv_path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/components/data_loader.py", line 32, in load_specification rows = read_csv(csv_path, delimiter='\t') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/utils/file_utils.py", line 37, in read_csv with open(file_path, 'r', encoding='utf-8-sig') as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' P1.T139914414888640 | 2026-01-12 17:00:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768208386 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-12 17:00:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768208386 | system | [模型调用] 异常 trace_id: sensitive_check(cdfaed8b3df7fd67a7cfa765c9e7ae36-1768208386-0), 耗时: 13.09s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-12 17:00:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768208386 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139913556113088 | 2026-01-12 17:03:17 | ERROR | no-trace | system | API调用失败,状态码: 400, 响应: {"error":{"message":"This model's maximum context length is 2048 tokens. However, you requested 2468 tokens in the input for embedding generation. Please reduce the length of the input.","type":"BadRequestError","param":null,"code":400}} P1.T139913556113088 | 2026-01-12 17:03:17 | ERROR | no-trace | system | API调用失败,状态码: 400, 响应: {"error":{"message":"This model's maximum context length is 2048 tokens. However, you requested 2465 tokens in the input for embedding generation. Please reduce the length of the input.","type":"BadRequestError","param":null,"code":400}} P1.T139914414888640 | 2026-01-12 17:06:09 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768208386 | system | completeness_check 审查失败: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 767, in check_completeness specification = data_loader.load_specification(str(csv_path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/components/data_loader.py", line 32, in load_specification rows = read_csv(csv_path, delimiter='\t') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/utils/file_utils.py", line 37, in read_csv with open(file_path, 'r', encoding='utf-8-sig') as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' P1.T139914414888640 | 2026-01-12 17:13:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768209145 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-12 17:13:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768209145 | system | [模型调用] 异常 trace_id: sensitive_check(cdfaed8b3df7fd67a7cfa765c9e7ae36-1768209145-0), 耗时: 17.91s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-12 17:13:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768209145 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-12 17:23:32 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768209145 | system | completeness_check 审查失败: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 767, in check_completeness specification = data_loader.load_specification(str(csv_path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/components/data_loader.py", line 32, in load_specification rows = read_csv(csv_path, delimiter='\t') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/utils/file_utils.py", line 37, in read_csv with open(file_path, 'r', encoding='utf-8-sig') as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' P1.T139916939082624 | 2026-01-12 20:24:23 | ERROR | b9df40f2 | system | {'code': 'WJSC008', 'error_type': 'INVALID_USER', 'message': '用户标识未提供或无效', 'status_code': 403} P1.T139916939082624 | 2026-01-12 20:24:23 | ERROR | b9df40f2 | system | HTTP异常: Traceback (most recent call last): File "/app/views/construction_review/file_upload.py", line 137, in file_upload raise FileUploadErrors.invalid_user() fastapi.exceptions.HTTPException: 403: {'code': 'WJSC008', 'error_type': 'INVALID_USER', 'message': '用户标识未提供或无效'} P1.T139914414888640 | 2026-01-12 20:40:40 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768221587 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-12 20:40:40 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768221587 | system | [模型调用] 异常 trace_id: sensitive_check(cdfaed8b3df7fd67a7cfa765c9e7ae36-1768221587-0), 耗时: 15.73s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-12 20:40:40 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768221587 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-12 20:46:08 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768221587 | system | completeness_check 审查失败: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 767, in check_completeness specification = data_loader.load_specification(str(csv_path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/components/data_loader.py", line 32, in load_specification rows = read_csv(csv_path, delimiter='\t') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/utils/file_utils.py", line 37, in read_csv with open(file_path, 'r', encoding='utf-8-sig') as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' P1.T139916939082624 | 2026-01-13 16:18:16 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768292286 | system | review_config与review_item_config同时提供,但两者互斥 P1.T139914414888640 | 2026-01-13 16:39:56 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 16:39:56 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | 审查任务执行失败 [technology.chunk0.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 16:40:02 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 16:40:02 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | 审查任务执行失败 [technology.chunk1.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 16:40:21 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 16:40:21 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | 审查任务执行失败 [technology.chunk2.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 16:40:45 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 16:40:45 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | 审查任务执行失败 [technology.chunk3.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 16:40:56 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 16:40:56 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | 审查任务执行失败 [technology.chunk4.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 16:41:10 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 16:41:10 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | 审查任务执行失败 [technology.chunk5.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 16:41:18 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 16:41:18 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | 审查任务执行失败 [safety.chunk0.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 16:41:50 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 16:41:50 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | 审查任务执行失败 [safety.chunk1.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 16:41:58 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 16:41:58 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | 审查任务执行失败 [safety.chunk2.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 16:42:14 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 16:42:14 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | 审查任务执行失败 [safety.chunk3.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 16:42:48 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 16:42:48 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | 审查任务执行失败 [safety.chunk4.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 16:42:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 16:42:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | 审查任务执行失败 [other.chunk0.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 16:42:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 16:42:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | 审查任务执行失败 [other.chunk1.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 16:42:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 16:42:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | 审查任务执行失败 [other.chunk2.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 16:42:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 16:42:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | 审查任务执行失败 [other.chunk3.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 16:42:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 16:42:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | 审查任务执行失败 [other.chunk4.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 16:42:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 16:42:59 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768293478 | system | 审查任务执行失败 [other.chunk5.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 17:15:51 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 17:15:51 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | 审查任务执行失败 [technology.chunk0.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 17:16:10 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 17:16:10 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | 审查任务执行失败 [technology.chunk1.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 17:16:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 17:16:27 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | 审查任务执行失败 [technology.chunk2.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 17:17:06 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 17:17:06 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | 审查任务执行失败 [technology.chunk3.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 17:17:18 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 17:17:18 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | 审查任务执行失败 [technology.chunk4.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 17:17:30 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 17:17:30 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | 审查任务执行失败 [technology.chunk5.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 17:17:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 17:17:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | 审查任务执行失败 [safety.chunk0.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 17:17:56 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 17:17:56 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | 审查任务执行失败 [safety.chunk1.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 17:18:02 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 17:18:02 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | 审查任务执行失败 [safety.chunk2.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 17:18:16 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 17:18:16 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | 审查任务执行失败 [safety.chunk3.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 17:18:47 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 17:18:47 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | 审查任务执行失败 [safety.chunk4.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 17:18:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 17:18:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | 审查任务执行失败 [other.chunk0.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 17:18:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 17:18:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | 审查任务执行失败 [other.chunk1.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 17:18:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 17:18:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | 审查任务执行失败 [other.chunk2.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 17:18:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 17:18:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | 审查任务执行失败 [other.chunk3.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 17:18:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 17:18:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | 审查任务执行失败 [other.chunk4.check_completeness]: 0 P1.T139914414888640 | 2026-01-13 17:18:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-13 17:18:55 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768295651 | system | 审查任务执行失败 [other.chunk5.check_completeness]: 0 P1.T139914414888640 | 2026-01-14 10:48:28 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-14 10:48:28 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | [模型调用] 异常 trace_id: sensitive_check(9bf1c6debbb4594d0acc02d1f6706c83-1768358771-6), 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-14 10:48:28 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-14 10:51:26 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-14 10:51:26 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | [模型调用] 异常 trace_id: sensitive_check(9bf1c6debbb4594d0acc02d1f6706c83-1768358771-34), 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-14 10:51:26 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-14 10:52:42 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-14 10:52:42 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | [模型调用] 异常 trace_id: sensitive_check(9bf1c6debbb4594d0acc02d1f6706c83-1768358771-42), 耗时: 9.80s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-14 10:52:42 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139912215840448 | 2026-01-14 10:52:45 | ERROR | no-trace | system | API调用失败,状态码: 400, 响应: {"error":{"message":"This model's maximum context length is 2048 tokens. However, you requested 2468 tokens in the input for embedding generation. Please reduce the length of the input.","type":"BadRequestError","param":null,"code":400}} P1.T139914414888640 | 2026-01-14 10:52:45 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-14 10:52:45 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | [模型调用] 异常 trace_id: sensitive_check(9bf1c6debbb4594d0acc02d1f6706c83-1768358771-43), 耗时: 7.13s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-14 10:52:45 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-14 10:52:46 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-14 10:52:46 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | [模型调用] 异常 trace_id: sensitive_check(9bf1c6debbb4594d0acc02d1f6706c83-1768358771-44), 耗时: 3.48s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-14 10:52:46 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-14 10:54:27 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-14 10:54:27 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | [模型调用] 异常 trace_id: sensitive_check(9bf1c6debbb4594d0acc02d1f6706c83-1768358771-60), 耗时: 12.13s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-14 10:54:27 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139914414888640 | 2026-01-14 11:05:03 | ERROR | 9bf1c6debbb4594d0acc02d1f6706c83-1768358771 | system | completeness_check 审查失败: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 767, in check_completeness specification = data_loader.load_specification(str(csv_path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/components/data_loader.py", line 32, in load_specification rows = read_csv(csv_path, delimiter='\t') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/utils/file_utils.py", line 37, in read_csv with open(file_path, 'r', encoding='utf-8-sig') as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' P1.T139914414888640 | 2026-01-14 11:50:45 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768362515 | system | completeness_check 审查失败: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 767, in check_completeness specification = data_loader.load_specification(str(csv_path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/components/data_loader.py", line 32, in load_specification rows = read_csv(csv_path, delimiter='\t') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/reviewers/check_completeness/utils/file_utils.py", line 37, in read_csv with open(file_path, 'r', encoding='utf-8-sig') as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'core\\construction_review\\component\\reviewers\\check_completeness/config/Construction_Plan_Content_Specification.csv' P1.T139914414888640 | 2026-01-14 14:34:58 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-14 14:34:58 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | 审查任务执行失败 [technology.chunk0.check_completeness]: 0 P1.T139914414888640 | 2026-01-14 14:35:04 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-14 14:35:04 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | 审查任务执行失败 [technology.chunk1.check_completeness]: 0 P1.T139914414888640 | 2026-01-14 14:35:21 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-14 14:35:21 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | 审查任务执行失败 [technology.chunk2.check_completeness]: 0 P1.T139914414888640 | 2026-01-14 14:35:44 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-14 14:35:44 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | 审查任务执行失败 [technology.chunk3.check_completeness]: 0 P1.T139914414888640 | 2026-01-14 14:36:06 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-14 14:36:06 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | 审查任务执行失败 [technology.chunk4.check_completeness]: 0 P1.T139914414888640 | 2026-01-14 14:36:17 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-14 14:36:17 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | 审查任务执行失败 [technology.chunk5.check_completeness]: 0 P1.T139914414888640 | 2026-01-14 14:36:31 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-14 14:36:31 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | 审查任务执行失败 [safety.chunk0.check_completeness]: 0 P1.T139914414888640 | 2026-01-14 14:36:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-14 14:36:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | 审查任务执行失败 [safety.chunk1.check_completeness]: 0 P1.T139914414888640 | 2026-01-14 14:36:48 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-14 14:36:48 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | 审查任务执行失败 [safety.chunk2.check_completeness]: 0 P1.T139914414888640 | 2026-01-14 14:36:58 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-14 14:36:58 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | 审查任务执行失败 [safety.chunk3.check_completeness]: 0 P1.T139914414888640 | 2026-01-14 14:37:23 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-14 14:37:23 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | 审查任务执行失败 [safety.chunk4.check_completeness]: 0 P1.T139914414888640 | 2026-01-14 14:37:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-14 14:37:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | 审查任务执行失败 [other.chunk0.check_completeness]: 0 P1.T139914414888640 | 2026-01-14 14:37:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-14 14:37:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | 审查任务执行失败 [other.chunk1.check_completeness]: 0 P1.T139914414888640 | 2026-01-14 14:37:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-14 14:37:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | 审查任务执行失败 [other.chunk2.check_completeness]: 0 P1.T139914414888640 | 2026-01-14 14:37:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-14 14:37:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | 审查任务执行失败 [other.chunk3.check_completeness]: 0 P1.T139914414888640 | 2026-01-14 14:37:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-14 14:37:34 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | 审查任务执行失败 [other.chunk4.check_completeness]: 0 P1.T139914414888640 | 2026-01-14 14:37:35 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | completeness_check 审查失败: review_content必须是字典类型,当前类型: Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 730, in check_completeness raise ValueError(f"review_content必须是字典类型,当前类型: {type(review_content)}") ValueError: review_content必须是字典类型,当前类型: P1.T139914414888640 | 2026-01-14 14:37:35 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768372395 | system | 审查任务执行失败 [other.chunk5.check_completeness]: 0 P1.T139916939082624 | 2026-01-14 17:55:59 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140342604213120 | 2026-01-14 18:00:30 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140271634553728 | 2026-01-14 18:00:49 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T139819516193664 | 2026-01-14 18:01:08 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140222437931904 | 2026-01-14 18:01:28 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140373232528256 | 2026-01-14 18:01:47 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140036871940992 | 2026-01-14 18:02:06 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T139982184106880 | 2026-01-14 18:02:26 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140295359138688 | 2026-01-14 18:02:45 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140006094105472 | 2026-01-14 18:03:05 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140410362403712 | 2026-01-14 18:03:25 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140528287660928 | 2026-01-14 18:03:44 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140128466615168 | 2026-01-14 18:04:03 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140222464748416 | 2026-01-14 18:04:22 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140087665118080 | 2026-01-14 18:04:41 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140148577762176 | 2026-01-14 18:05:00 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T139830058007424 | 2026-01-14 18:05:19 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140056300522368 | 2026-01-14 18:05:39 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140396556385152 | 2026-01-14 18:05:59 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T139856395590528 | 2026-01-14 18:06:19 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T139850622421888 | 2026-01-14 18:06:40 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T139675428096896 | 2026-01-14 18:07:00 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140330181475200 | 2026-01-14 18:07:19 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T139701240429440 | 2026-01-14 18:07:39 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T139922254355328 | 2026-01-14 18:07:59 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140460114910080 | 2026-01-14 18:08:18 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140439633542016 | 2026-01-14 18:08:38 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T139862809922432 | 2026-01-14 18:08:57 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140477407869824 | 2026-01-14 18:09:58 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140381779200896 | 2026-01-14 18:10:17 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T139708303211392 | 2026-01-14 18:10:37 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T139679436622720 | 2026-01-14 18:10:56 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T139638296857472 | 2026-01-14 18:11:17 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140079866342272 | 2026-01-14 18:11:36 | ERROR | no-trace | system | Failed to connect to Milvus: P1.T140463347522432 | 2026-01-14 18:18:46 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140455614338752 | 2026-01-14 19:31:44 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-14 19:31:44 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203_overview_chunk43, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-14 19:31:44 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-14 19:32:36 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-14 19:32:36 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203_safety_chunk160, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-14 19:32:36 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-14 19:33:19 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-14 19:33:19 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203_safety_chunk164, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-14 19:33:19 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-14 19:33:50 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-14 19:33:50 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203_safety_chunk167, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-14 19:33:50 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-14 19:34:35 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-14 19:34:35 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203_quality_chunk200, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-14 19:34:35 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-14 19:34:45 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-14 19:34:45 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203_environment_chunk240, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-14 19:34:45 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1768390203 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-15 09:35:56 | ERROR | db155b7539beee4170deb2c47910270a-1768440826 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-15 09:35:56 | ERROR | db155b7539beee4170deb2c47910270a-1768440826 | system | [模型调用] 异常 trace_id: sensitive_checkdb155b7539beee4170deb2c47910270a-1768440826_basis_chunk3, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-15 09:35:56 | ERROR | db155b7539beee4170deb2c47910270a-1768440826 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-15 09:36:10 | ERROR | db155b7539beee4170deb2c47910270a-1768440826 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-15 09:36:10 | ERROR | db155b7539beee4170deb2c47910270a-1768440826 | system | [模型调用] 异常 trace_id: sensitive_checkdb155b7539beee4170deb2c47910270a-1768440826_overview_chunk43, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-15 09:36:10 | ERROR | db155b7539beee4170deb2c47910270a-1768440826 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-15 09:41:10 | ERROR | db155b7539beee4170deb2c47910270a-1768440826 | system | [编制依据提取] LLM 输出解析失败: JSON 花括号未闭合,使用兜底方案 P1.T140455614338752 | 2026-01-16 09:44:44 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768527793 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-16 09:44:44 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768527793 | system | [模型调用] 异常 trace_id: sensitive_checkcdfaed8b3df7fd67a7cfa765c9e7ae36-1768527793_overview_chunk43, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140455614338752 | 2026-01-16 09:44:44 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768527793 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140458809965440 | 2026-01-16 18:09:46 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T139829950006976 | 2026-01-19 15:56:02 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | completeness_check 审查失败: Cannot save file into a non-existent directory: 'temp/document_temp' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 806, in check_completeness summary_rows.to_csv(str(spec_summary_csv_path), encoding='utf-8-sig', index=False) File "/venv/lib/python3.12/site-packages/pandas/util/_decorators.py", line 333, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/core/generic.py", line 3989, in to_csv return DataFrameRenderer(formatter).to_csv( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/formats/format.py", line 1014, in to_csv csv_formatter.save() File "/venv/lib/python3.12/site-packages/pandas/io/formats/csvs.py", line 251, in save with get_handle( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 749, in get_handle check_parent_directory(str(handle)) File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 616, in check_parent_directory raise OSError(rf"Cannot save file into a non-existent directory: '{parent}'") OSError: Cannot save file into a non-existent directory: 'temp/document_temp' P1.T139829950006976 | 2026-01-19 15:56:22 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 15:56:22 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | [模型调用] 异常 trace_id: sensitive_checkdb155b7539beee4170deb2c47910270a-1768809244_basis_chunk4, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 15:56:22 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 15:56:25 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | completeness_check 审查失败: Cannot save file into a non-existent directory: 'temp/document_temp' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 806, in check_completeness summary_rows.to_csv(str(spec_summary_csv_path), encoding='utf-8-sig', index=False) File "/venv/lib/python3.12/site-packages/pandas/util/_decorators.py", line 333, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/core/generic.py", line 3989, in to_csv return DataFrameRenderer(formatter).to_csv( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/formats/format.py", line 1014, in to_csv csv_formatter.save() File "/venv/lib/python3.12/site-packages/pandas/io/formats/csvs.py", line 251, in save with get_handle( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 749, in get_handle check_parent_directory(str(handle)) File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 616, in check_parent_directory raise OSError(rf"Cannot save file into a non-existent directory: '{parent}'") OSError: Cannot save file into a non-existent directory: 'temp/document_temp' P1.T139829950006976 | 2026-01-19 15:56:37 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 15:56:37 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | [模型调用] 异常 trace_id: sensitive_checkdb155b7539beee4170deb2c47910270a-1768809244_overview_chunk75, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 15:56:37 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 15:56:43 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | completeness_check 审查失败: Cannot save file into a non-existent directory: 'temp/document_temp' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 806, in check_completeness summary_rows.to_csv(str(spec_summary_csv_path), encoding='utf-8-sig', index=False) File "/venv/lib/python3.12/site-packages/pandas/util/_decorators.py", line 333, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/core/generic.py", line 3989, in to_csv return DataFrameRenderer(formatter).to_csv( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/formats/format.py", line 1014, in to_csv csv_formatter.save() File "/venv/lib/python3.12/site-packages/pandas/io/formats/csvs.py", line 251, in save with get_handle( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 749, in get_handle check_parent_directory(str(handle)) File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 616, in check_parent_directory raise OSError(rf"Cannot save file into a non-existent directory: '{parent}'") OSError: Cannot save file into a non-existent directory: 'temp/document_temp' P1.T139829950006976 | 2026-01-19 15:57:08 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | completeness_check 审查失败: Cannot save file into a non-existent directory: 'temp/document_temp' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 806, in check_completeness summary_rows.to_csv(str(spec_summary_csv_path), encoding='utf-8-sig', index=False) File "/venv/lib/python3.12/site-packages/pandas/util/_decorators.py", line 333, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/core/generic.py", line 3989, in to_csv return DataFrameRenderer(formatter).to_csv( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/formats/format.py", line 1014, in to_csv csv_formatter.save() File "/venv/lib/python3.12/site-packages/pandas/io/formats/csvs.py", line 251, in save with get_handle( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 749, in get_handle check_parent_directory(str(handle)) File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 616, in check_parent_directory raise OSError(rf"Cannot save file into a non-existent directory: '{parent}'") OSError: Cannot save file into a non-existent directory: 'temp/document_temp' P1.T139829950006976 | 2026-01-19 15:59:43 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 15:59:43 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | [模型调用] 异常 trace_id: sensitive_checkdb155b7539beee4170deb2c47910270a-1768809244_technology_chunk217, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 15:59:43 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:01:13 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | completeness_check 审查失败: Cannot save file into a non-existent directory: 'temp/document_temp' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 806, in check_completeness summary_rows.to_csv(str(spec_summary_csv_path), encoding='utf-8-sig', index=False) File "/venv/lib/python3.12/site-packages/pandas/util/_decorators.py", line 333, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/core/generic.py", line 3989, in to_csv return DataFrameRenderer(formatter).to_csv( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/formats/format.py", line 1014, in to_csv csv_formatter.save() File "/venv/lib/python3.12/site-packages/pandas/io/formats/csvs.py", line 251, in save with get_handle( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 749, in get_handle check_parent_directory(str(handle)) File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 616, in check_parent_directory raise OSError(rf"Cannot save file into a non-existent directory: '{parent}'") OSError: Cannot save file into a non-existent directory: 'temp/document_temp' P1.T139829950006976 | 2026-01-19 16:02:53 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | completeness_check 审查失败: Cannot save file into a non-existent directory: 'temp/document_temp' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 806, in check_completeness summary_rows.to_csv(str(spec_summary_csv_path), encoding='utf-8-sig', index=False) File "/venv/lib/python3.12/site-packages/pandas/util/_decorators.py", line 333, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/core/generic.py", line 3989, in to_csv return DataFrameRenderer(formatter).to_csv( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/formats/format.py", line 1014, in to_csv csv_formatter.save() File "/venv/lib/python3.12/site-packages/pandas/io/formats/csvs.py", line 251, in save with get_handle( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 749, in get_handle check_parent_directory(str(handle)) File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 616, in check_parent_directory raise OSError(rf"Cannot save file into a non-existent directory: '{parent}'") OSError: Cannot save file into a non-existent directory: 'temp/document_temp' P1.T139829950006976 | 2026-01-19 16:03:58 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | completeness_check 审查失败: Cannot save file into a non-existent directory: 'temp/document_temp' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 806, in check_completeness summary_rows.to_csv(str(spec_summary_csv_path), encoding='utf-8-sig', index=False) File "/venv/lib/python3.12/site-packages/pandas/util/_decorators.py", line 333, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/core/generic.py", line 3989, in to_csv return DataFrameRenderer(formatter).to_csv( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/formats/format.py", line 1014, in to_csv csv_formatter.save() File "/venv/lib/python3.12/site-packages/pandas/io/formats/csvs.py", line 251, in save with get_handle( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 749, in get_handle check_parent_directory(str(handle)) File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 616, in check_parent_directory raise OSError(rf"Cannot save file into a non-existent directory: '{parent}'") OSError: Cannot save file into a non-existent directory: 'temp/document_temp' P1.T139829950006976 | 2026-01-19 16:04:49 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | completeness_check 审查失败: Cannot save file into a non-existent directory: 'temp/document_temp' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 806, in check_completeness summary_rows.to_csv(str(spec_summary_csv_path), encoding='utf-8-sig', index=False) File "/venv/lib/python3.12/site-packages/pandas/util/_decorators.py", line 333, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/core/generic.py", line 3989, in to_csv return DataFrameRenderer(formatter).to_csv( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/formats/format.py", line 1014, in to_csv csv_formatter.save() File "/venv/lib/python3.12/site-packages/pandas/io/formats/csvs.py", line 251, in save with get_handle( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 749, in get_handle check_parent_directory(str(handle)) File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 616, in check_parent_directory raise OSError(rf"Cannot save file into a non-existent directory: '{parent}'") OSError: Cannot save file into a non-existent directory: 'temp/document_temp' P1.T139829950006976 | 2026-01-19 16:05:30 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | completeness_check 审查失败: Cannot save file into a non-existent directory: 'temp/document_temp' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 806, in check_completeness summary_rows.to_csv(str(spec_summary_csv_path), encoding='utf-8-sig', index=False) File "/venv/lib/python3.12/site-packages/pandas/util/_decorators.py", line 333, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/core/generic.py", line 3989, in to_csv return DataFrameRenderer(formatter).to_csv( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/formats/format.py", line 1014, in to_csv csv_formatter.save() File "/venv/lib/python3.12/site-packages/pandas/io/formats/csvs.py", line 251, in save with get_handle( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 749, in get_handle check_parent_directory(str(handle)) File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 616, in check_parent_directory raise OSError(rf"Cannot save file into a non-existent directory: '{parent}'") OSError: Cannot save file into a non-existent directory: 'temp/document_temp' P1.T139829950006976 | 2026-01-19 16:06:11 | ERROR | db155b7539beee4170deb2c47910270a-1768809244 | system | completeness_check 审查失败: Cannot save file into a non-existent directory: 'temp/document_temp' Traceback (most recent call last): File "/app/core/construction_review/component/ai_review_engine.py", line 806, in check_completeness summary_rows.to_csv(str(spec_summary_csv_path), encoding='utf-8-sig', index=False) File "/venv/lib/python3.12/site-packages/pandas/util/_decorators.py", line 333, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/core/generic.py", line 3989, in to_csv return DataFrameRenderer(formatter).to_csv( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/formats/format.py", line 1014, in to_csv csv_formatter.save() File "/venv/lib/python3.12/site-packages/pandas/io/formats/csvs.py", line 251, in save with get_handle( ^^^^^^^^^^^ File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 749, in get_handle check_parent_directory(str(handle)) File "/venv/lib/python3.12/site-packages/pandas/io/common.py", line 616, in check_parent_directory raise OSError(rf"Cannot save file into a non-existent directory: '{parent}'") OSError: Cannot save file into a non-existent directory: 'temp/document_temp' P1.T139829950006976 | 2026-01-19 16:29:24 | ERROR | db155b7539beee4170deb2c47910270a-1768811103 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:29:24 | ERROR | db155b7539beee4170deb2c47910270a-1768811103 | system | [模型调用] 异常 trace_id: sensitive_checkdb155b7539beee4170deb2c47910270a-1768811103_basis_chunk4, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:29:24 | ERROR | db155b7539beee4170deb2c47910270a-1768811103 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:29:40 | ERROR | db155b7539beee4170deb2c47910270a-1768811103 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:29:40 | ERROR | db155b7539beee4170deb2c47910270a-1768811103 | system | [模型调用] 异常 trace_id: sensitive_checkdb155b7539beee4170deb2c47910270a-1768811103_overview_chunk75, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:29:40 | ERROR | db155b7539beee4170deb2c47910270a-1768811103 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:32:27 | ERROR | db155b7539beee4170deb2c47910270a-1768811103 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:32:27 | ERROR | db155b7539beee4170deb2c47910270a-1768811103 | system | [模型调用] 异常 trace_id: sensitive_checkdb155b7539beee4170deb2c47910270a-1768811103_technology_chunk217, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:32:27 | ERROR | db155b7539beee4170deb2c47910270a-1768811103 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:45:20 | ERROR | db155b7539beee4170deb2c47910270a-1768812159 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:45:20 | ERROR | db155b7539beee4170deb2c47910270a-1768812159 | system | [模型调用] 异常 trace_id: sensitive_checkdb155b7539beee4170deb2c47910270a-1768812159_basis_chunk4, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:45:20 | ERROR | db155b7539beee4170deb2c47910270a-1768812159 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:45:33 | ERROR | db155b7539beee4170deb2c47910270a-1768812159 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:45:33 | ERROR | db155b7539beee4170deb2c47910270a-1768812159 | system | [模型调用] 异常 trace_id: sensitive_checkdb155b7539beee4170deb2c47910270a-1768812159_overview_chunk75, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:45:33 | ERROR | db155b7539beee4170deb2c47910270a-1768812159 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:48:43 | ERROR | db155b7539beee4170deb2c47910270a-1768812159 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:48:43 | ERROR | db155b7539beee4170deb2c47910270a-1768812159 | system | [模型调用] 异常 trace_id: sensitive_checkdb155b7539beee4170deb2c47910270a-1768812159_technology_chunk217, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-19 16:48:43 | ERROR | db155b7539beee4170deb2c47910270a-1768812159 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 09:42:49 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768873271 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 09:42:49 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768873271 | system | [模型调用] 异常 trace_id: sensitive_checkcdfaed8b3df7fd67a7cfa765c9e7ae36-1768873271_overview_chunk52, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 09:42:49 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1768873271 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 10:24:59 | ERROR | 742e11cba4727a009ac9e515eef4438c-1768875425 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 10:24:59 | ERROR | 742e11cba4727a009ac9e515eef4438c-1768875425 | system | [模型调用] 异常 trace_id: sensitive_check742e11cba4727a009ac9e515eef4438c-1768875425_basis_chunk4, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 10:24:59 | ERROR | 742e11cba4727a009ac9e515eef4438c-1768875425 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 10:33:01 | ERROR | 742e11cba4727a009ac9e515eef4438c-1768875425 | system | [编制依据提取] LLM 输出解析失败: JSON 花括号未闭合,使用兜底方案 P1.T139829950006976 | 2026-01-20 10:38:44 | ERROR | 742e11cba4727a009ac9e515eef4438c-1768875425 | system | [编制依据提取] LLM 输出解析失败: JSON 花括号未闭合,使用兜底方案 P1.T139829950006976 | 2026-01-20 10:51:44 | ERROR | 9e288f22c07122319f71df29b2665342-1768877358 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 10:51:44 | ERROR | 9e288f22c07122319f71df29b2665342-1768877358 | system | [模型调用] 异常 trace_id: sensitive_check9e288f22c07122319f71df29b2665342-1768877358_basis_chunk4, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 10:51:44 | ERROR | 9e288f22c07122319f71df29b2665342-1768877358 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 10:58:12 | ERROR | 9e288f22c07122319f71df29b2665342-1768877358 | system | [编制依据提取] LLM 输出解析失败: JSON 花括号未闭合,使用兜底方案 P1.T139829950006976 | 2026-01-20 11:00:15 | ERROR | 9e288f22c07122319f71df29b2665342-1768877358 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 11:00:15 | ERROR | 9e288f22c07122319f71df29b2665342-1768877358 | system | [模型调用] 异常 trace_id: sensitive_check9e288f22c07122319f71df29b2665342-1768877358_safety_chunk260, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 11:00:15 | ERROR | 9e288f22c07122319f71df29b2665342-1768877358 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 11:10:57 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1768878543 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 11:10:57 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1768878543 | system | [模型调用] 异常 trace_id: sensitive_checkbccd95ed9810787ed5f98dac132a2e7b-1768878543_basis_chunk4, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 11:10:57 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1768878543 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 11:11:56 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1768878543 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 11:11:56 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1768878543 | system | [模型调用] 异常 trace_id: sensitive_checkbccd95ed9810787ed5f98dac132a2e7b-1768878543_technology_chunk190, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 11:11:56 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1768878543 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 11:16:06 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1768878543 | system | [编制依据提取] LLM 输出解析失败: JSON 花括号未闭合,使用兜底方案 P1.T139829950006976 | 2026-01-20 11:16:07 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1768878543 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 11:16:07 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1768878543 | system | [模型调用] 异常 trace_id: sensitive_checkbccd95ed9810787ed5f98dac132a2e7b-1768878543_technology_chunk191, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 11:16:07 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1768878543 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 11:18:53 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1768878543 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 11:18:53 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1768878543 | system | [模型调用] 异常 trace_id: sensitive_checkbccd95ed9810787ed5f98dac132a2e7b-1768878543_safety_chunk255, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 11:18:53 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1768878543 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T139829950006976 | 2026-01-20 11:23:08 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1768878543 | system | [编制依据提取] LLM 输出解析失败: JSON 花括号未闭合,使用兜底方案 P1.T139833015044992 | 2026-01-20 14:04:20 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P1.T140349548762816 | 2026-01-23 10:53:13 | ERROR | ac5a48dadb77933f226fb28a5aa9e9da-1769136460 | system | [编制依据提取] LLM 输出解析失败: JSON 花括号未闭合,使用兜底方案 P1.T140349548762816 | 2026-01-23 10:57:25 | ERROR | ac5a48dadb77933f226fb28a5aa9e9da-1769136460 | system | [编制依据提取] LLM 输出解析失败: JSON 花括号未闭合,使用兜底方案 P1.T140349548762816 | 2026-01-26 09:05:11 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:05:11 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396_overview_chunk56, 耗时: 1.50s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:05:11 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:06:32 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:06:32 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396_safety_chunk208, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:06:32 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:07:35 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:07:35 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396_safety_chunk213, 耗时: 1.50s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:07:35 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:08:12 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:08:12 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396_safety_chunk217, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:08:12 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:09:16 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:09:16 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396_quality_chunk260, 耗时: 1.50s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:09:16 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:09:30 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:09:30 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396_environment_chunk312, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:09:30 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769389396 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:44:37 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:44:37 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743_overview_chunk56, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:44:37 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:46:00 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:46:00 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743_safety_chunk208, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:46:00 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:47:22 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:47:22 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743_safety_chunk213, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:47:22 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:47:59 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:47:59 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743_safety_chunk217, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:47:59 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:49:01 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:49:01 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743_quality_chunk260, 耗时: 1.50s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:49:01 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:49:13 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:49:13 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | [模型调用] 异常 trace_id: sensitive_check5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743_environment_chunk312, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 09:49:13 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1769391743 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 16:55:50 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1769417617 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 16:55:50 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1769417617 | system | [模型调用] 异常 trace_id: sensitive_checkbccd95ed9810787ed5f98dac132a2e7b-1769417617_technology_chunk4, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 16:55:50 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1769417617 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 16:56:14 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1769417617 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 16:56:14 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1769417617 | system | [模型调用] 异常 trace_id: sensitive_checkbccd95ed9810787ed5f98dac132a2e7b-1769417617_technology_chunk5, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 16:56:14 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1769417617 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 16:59:09 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1769417617 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 16:59:09 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1769417617 | system | [模型调用] 异常 trace_id: sensitive_checkbccd95ed9810787ed5f98dac132a2e7b-1769417617_safety_chunk29, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-01-26 16:59:09 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1769417617 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-02-03 11:43:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1770090056 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-02-03 11:43:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1770090056 | system | [模型调用] 异常 trace_id: sensitive_checkcdfaed8b3df7fd67a7cfa765c9e7ae36-1770090056_overview_chunk52, 耗时: 1.50s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-02-03 11:43:38 | ERROR | cdfaed8b3df7fd67a7cfa765c9e7ae36-1770090056 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-02-03 14:13:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:13:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | PDF解析失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:13:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:13:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 基础处理模式也失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:13:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 文档处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:13:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 文档处理工作流失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:13:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 任务处理失败: d4a40939e8169abdd50c0cd4612428b9, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:13:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 文档处理任务链失败: d4a40939e8169abdd50c0cd4612428b9-1770099043, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:13:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 提交文档处理任务失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:13:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 任务处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:13:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 详细错误信息: Traceback (most recent call last): File "/app/core/construction_review/component/document_processor.py", line 117, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/foundation/infrastructure/messaging/tasks.py", line 59, in submit_task_processing_task result = workflow_manager.submit_task_processing_sync(file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/observability/monitoring/time_statistics.py", line 18, in sync_wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/core/base/workflow_manager.py", line 118, in submit_task_processing_sync self._process_task_chain_sync(task_chain, task_file_info, task_file_info.file_type) File "/app/core/base/workflow_manager.py", line 146, in _process_task_chain_sync doc_result = loop.run_until_complete(document_workflow.execute(file_content, file_type)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete File "/app/core/construction_review/workflows/document_workflow.py", line 57, in execute structured_content = await self.document_processor.process_document( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 82, in process_document result = await self.parse_pdf_content(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 220, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:14:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:14:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | PDF解析失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:14:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:14:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 基础处理模式也失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:14:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 文档处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:14:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 文档处理工作流失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:14:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 任务处理失败: d4a40939e8169abdd50c0cd4612428b9, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:14:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 文档处理任务链失败: d4a40939e8169abdd50c0cd4612428b9-1770099043, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:14:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 提交文档处理任务失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:14:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 任务处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:14:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 详细错误信息: Traceback (most recent call last): File "/app/core/construction_review/component/document_processor.py", line 117, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/foundation/infrastructure/messaging/tasks.py", line 59, in submit_task_processing_task result = workflow_manager.submit_task_processing_sync(file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/observability/monitoring/time_statistics.py", line 18, in sync_wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/core/base/workflow_manager.py", line 118, in submit_task_processing_sync self._process_task_chain_sync(task_chain, task_file_info, task_file_info.file_type) File "/app/core/base/workflow_manager.py", line 146, in _process_task_chain_sync doc_result = loop.run_until_complete(document_workflow.execute(file_content, file_type)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete File "/app/core/construction_review/workflows/document_workflow.py", line 57, in execute structured_content = await self.document_processor.process_document( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 82, in process_document result = await self.parse_pdf_content(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 220, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:15:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:15:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | PDF解析失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:15:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:15:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 基础处理模式也失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:15:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 文档处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:15:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 文档处理工作流失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:15:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 任务处理失败: d4a40939e8169abdd50c0cd4612428b9, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:15:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 文档处理任务链失败: d4a40939e8169abdd50c0cd4612428b9-1770099043, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:15:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 提交文档处理任务失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:15:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 任务处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:15:40 | ERROR | d4a40939e8169abdd50c0cd4612428b9-1770099043 | system | 详细错误信息: Traceback (most recent call last): File "/app/core/construction_review/component/document_processor.py", line 117, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/foundation/infrastructure/messaging/tasks.py", line 59, in submit_task_processing_task result = workflow_manager.submit_task_processing_sync(file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/observability/monitoring/time_statistics.py", line 18, in sync_wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/core/base/workflow_manager.py", line 118, in submit_task_processing_sync self._process_task_chain_sync(task_chain, task_file_info, task_file_info.file_type) File "/app/core/base/workflow_manager.py", line 146, in _process_task_chain_sync doc_result = loop.run_until_complete(document_workflow.execute(file_content, file_type)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete File "/app/core/construction_review/workflows/document_workflow.py", line 57, in execute structured_content = await self.document_processor.process_document( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 82, in process_document result = await self.parse_pdf_content(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 220, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-03 14:47:10 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1770100993 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-02-03 14:47:10 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1770100993 | system | [模型调用] 异常 trace_id: sensitive_checkbccd95ed9810787ed5f98dac132a2e7b-1770100993_technology_chunk4, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-02-03 14:47:10 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1770100993 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-02-03 14:51:24 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1770100993 | system | [编制依据提取] LLM 输出解析失败: JSON 花括号未闭合,使用兜底方案 P1.T140349548762816 | 2026-02-03 14:51:25 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1770100993 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-02-03 14:51:25 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1770100993 | system | [模型调用] 异常 trace_id: sensitive_checkbccd95ed9810787ed5f98dac132a2e7b-1770100993_technology_chunk5, 耗时: 1.50s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-02-03 14:51:25 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1770100993 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-02-03 14:57:05 | ERROR | bccd95ed9810787ed5f98dac132a2e7b-1770100993 | system | [编制依据提取] LLM 输出解析失败: JSON 花括号未闭合,使用兜底方案 P1.T140349548762816 | 2026-02-06 10:46:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:46:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | PDF解析失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:46:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:46:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 基础处理模式也失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:46:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 文档处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:46:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 文档处理工作流失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:46:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 任务处理失败: a5648b965bc83e64a58ffb8a64875706, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:46:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 文档处理任务链失败: a5648b965bc83e64a58ffb8a64875706-1770345954, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:46:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 提交文档处理任务失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:46:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 任务处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:46:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 详细错误信息: Traceback (most recent call last): File "/app/core/construction_review/component/document_processor.py", line 117, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/foundation/infrastructure/messaging/tasks.py", line 59, in submit_task_processing_task result = workflow_manager.submit_task_processing_sync(file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/observability/monitoring/time_statistics.py", line 18, in sync_wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/core/base/workflow_manager.py", line 118, in submit_task_processing_sync self._process_task_chain_sync(task_chain, task_file_info, task_file_info.file_type) File "/app/core/base/workflow_manager.py", line 146, in _process_task_chain_sync doc_result = loop.run_until_complete(document_workflow.execute(file_content, file_type)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete File "/app/core/construction_review/workflows/document_workflow.py", line 57, in execute structured_content = await self.document_processor.process_document( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 82, in process_document result = await self.parse_pdf_content(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 220, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:47:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:47:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | PDF解析失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:47:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:47:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 基础处理模式也失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:47:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 文档处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:47:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 文档处理工作流失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:47:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 任务处理失败: a5648b965bc83e64a58ffb8a64875706, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:47:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 文档处理任务链失败: a5648b965bc83e64a58ffb8a64875706-1770345954, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:47:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 提交文档处理任务失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:47:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 任务处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:47:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 详细错误信息: Traceback (most recent call last): File "/app/core/construction_review/component/document_processor.py", line 117, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/foundation/infrastructure/messaging/tasks.py", line 59, in submit_task_processing_task result = workflow_manager.submit_task_processing_sync(file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/observability/monitoring/time_statistics.py", line 18, in sync_wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/core/base/workflow_manager.py", line 118, in submit_task_processing_sync self._process_task_chain_sync(task_chain, task_file_info, task_file_info.file_type) File "/app/core/base/workflow_manager.py", line 146, in _process_task_chain_sync doc_result = loop.run_until_complete(document_workflow.execute(file_content, file_type)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete File "/app/core/construction_review/workflows/document_workflow.py", line 57, in execute structured_content = await self.document_processor.process_document( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 82, in process_document result = await self.parse_pdf_content(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 220, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:48:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:48:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | PDF解析失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:48:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:48:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 基础处理模式也失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:48:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 文档处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:48:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 文档处理工作流失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:48:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 任务处理失败: a5648b965bc83e64a58ffb8a64875706, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:48:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 文档处理任务链失败: a5648b965bc83e64a58ffb8a64875706-1770345954, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:48:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 提交文档处理任务失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:48:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 任务处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:48:11 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770345954 | system | 详细错误信息: Traceback (most recent call last): File "/app/core/construction_review/component/document_processor.py", line 117, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/foundation/infrastructure/messaging/tasks.py", line 59, in submit_task_processing_task result = workflow_manager.submit_task_processing_sync(file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/observability/monitoring/time_statistics.py", line 18, in sync_wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/core/base/workflow_manager.py", line 118, in submit_task_processing_sync self._process_task_chain_sync(task_chain, task_file_info, task_file_info.file_type) File "/app/core/base/workflow_manager.py", line 146, in _process_task_chain_sync doc_result = loop.run_until_complete(document_workflow.execute(file_content, file_type)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete File "/app/core/construction_review/workflows/document_workflow.py", line 57, in execute structured_content = await self.document_processor.process_document( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 82, in process_document result = await self.parse_pdf_content(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 220, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:59:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:59:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | PDF解析失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:59:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:59:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 基础处理模式也失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:59:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 文档处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:59:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 文档处理工作流失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:59:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 任务处理失败: a5648b965bc83e64a58ffb8a64875706, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:59:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 文档处理任务链失败: a5648b965bc83e64a58ffb8a64875706-1770346732, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:59:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 提交文档处理任务失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:59:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 任务处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 10:59:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 详细错误信息: Traceback (most recent call last): File "/app/core/construction_review/component/document_processor.py", line 117, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/foundation/infrastructure/messaging/tasks.py", line 59, in submit_task_processing_task result = workflow_manager.submit_task_processing_sync(file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/observability/monitoring/time_statistics.py", line 18, in sync_wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/core/base/workflow_manager.py", line 118, in submit_task_processing_sync self._process_task_chain_sync(task_chain, task_file_info, task_file_info.file_type) File "/app/core/base/workflow_manager.py", line 146, in _process_task_chain_sync doc_result = loop.run_until_complete(document_workflow.execute(file_content, file_type)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete File "/app/core/construction_review/workflows/document_workflow.py", line 57, in execute structured_content = await self.document_processor.process_document( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 82, in process_document result = await self.parse_pdf_content(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 220, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:00:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:00:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | PDF解析失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:00:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:00:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 基础处理模式也失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:00:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 文档处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:00:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 文档处理工作流失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:00:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 任务处理失败: a5648b965bc83e64a58ffb8a64875706, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:00:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 文档处理任务链失败: a5648b965bc83e64a58ffb8a64875706-1770346732, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:00:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 提交文档处理任务失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:00:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 任务处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:00:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 详细错误信息: Traceback (most recent call last): File "/app/core/construction_review/component/document_processor.py", line 117, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/foundation/infrastructure/messaging/tasks.py", line 59, in submit_task_processing_task result = workflow_manager.submit_task_processing_sync(file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/observability/monitoring/time_statistics.py", line 18, in sync_wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/core/base/workflow_manager.py", line 118, in submit_task_processing_sync self._process_task_chain_sync(task_chain, task_file_info, task_file_info.file_type) File "/app/core/base/workflow_manager.py", line 146, in _process_task_chain_sync doc_result = loop.run_until_complete(document_workflow.execute(file_content, file_type)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete File "/app/core/construction_review/workflows/document_workflow.py", line 57, in execute structured_content = await self.document_processor.process_document( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 82, in process_document result = await self.parse_pdf_content(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 220, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:01:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:01:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | PDF解析失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:01:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 基础PDF处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:01:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 基础处理模式也失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:01:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 文档处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:01:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 文档处理工作流失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:01:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 任务处理失败: a5648b965bc83e64a58ffb8a64875706, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:01:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 文档处理任务链失败: a5648b965bc83e64a58ffb8a64875706-1770346732, 错误: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:01:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 提交文档处理任务失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:01:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 任务处理失败: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-06 11:01:04 | ERROR | a5648b965bc83e64a58ffb8a64875706-1770346732 | system | 详细错误信息: Traceback (most recent call last): File "/app/core/construction_review/component/document_processor.py", line 117, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/foundation/infrastructure/messaging/tasks.py", line 59, in submit_task_processing_task result = workflow_manager.submit_task_processing_sync(file_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/observability/monitoring/time_statistics.py", line 18, in sync_wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/app/core/base/workflow_manager.py", line 118, in submit_task_processing_sync self._process_task_chain_sync(task_chain, task_file_info, task_file_info.file_type) File "/app/core/base/workflow_manager.py", line 146, in _process_task_chain_sync doc_result = loop.run_until_complete(document_workflow.execute(file_content, file_type)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete File "/app/core/construction_review/workflows/document_workflow.py", line 57, in execute structured_content = await self.document_processor.process_document( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 82, in process_document result = await self.parse_pdf_content(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 220, in parse_pdf_content return await self._fallback_pdf_processing(file_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/core/construction_review/component/document_processor.py", line 361, in _fallback_pdf_processing from langchain.text_splitter import RecursiveCharacterTextSplitter ModuleNotFoundError: No module named 'langchain.text_splitter' P1.T140349548762816 | 2026-02-24 11:36:11 | ERROR | 048b0c2c758fcfec8f7f3aed973ed7e7-1771903996 | system | [模型调用] 达到最大重试次数 2,最终失败: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-02-24 11:36:11 | ERROR | 048b0c2c758fcfec8f7f3aed973ed7e7-1771903996 | system | [模型调用] 异常 trace_id: sensitive_check048b0c2c758fcfec8f7f3aed973ed7e7-1771903996_technology_chunk5, 耗时: 1.51s, 错误类型: TypeError, 错误信息: '<=' not supported between instances of 'str' and 'int' P1.T140349548762816 | 2026-02-24 11:36:11 | ERROR | 048b0c2c758fcfec8f7f3aed973ed7e7-1771903996 | system | sensitive_check 审查失败: '<=' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/app/core/construction_review/component/reviewers/base_reviewer.py", line 88, in review model_response = await self.model_client.get_model_generate_invoke( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 102, in get_model_generate_invoke response = await self._retry_with_backoff(_invoke_model, timeout=current_timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/foundation/ai/agent/generate/model_generate.py", line 45, in _retry_with_backoff return await asyncio.wait_for( ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/tasks.py", line 507, in wait_for if timeout is not None and timeout <= 0: ^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'str' and 'int' P1.T140352211397504 | 2026-02-27 11:21:06 | ERROR | no-trace | system | 立即停止Celery Worker失败: maximum recursion depth exceeded P71.T139656347768512 | 2026-03-01 18:06:44 | ERROR | ae20f13623f48c16eb0e968fef096f47-1772359038 | system | Query 提取失败: SoftTimeLimitExceeded() P1659.T139653806024384 | 2026-03-02 16:54:06 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:06 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:06 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:07 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:26 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:26 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:26 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:26 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:26 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:26 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:26 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:26 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:26 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:26 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:27 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:27 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:27 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:27 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:27 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:27 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:27 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:27 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:27 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:27 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:27 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:27 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:27 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:52 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:52 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:52 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:52 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:52 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:52 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:52 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:52 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:52 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:52 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:52 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:52 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:52 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:52 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:52 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:52 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:52 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:53 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:53 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:53 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:53 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:53 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:53 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:54:53 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:16 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:16 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:16 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:16 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:16 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:16 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:16 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:16 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:16 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:16 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:17 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:17 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:17 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:17 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:17 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:17 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:17 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:17 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:17 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:17 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:17 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:17 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:17 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:17 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:17 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:17 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:17 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:48 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:49 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:49 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:49 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:49 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:49 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:49 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:49 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:55:49 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:09 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:09 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:09 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:09 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:09 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:09 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:09 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:09 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:09 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:09 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:10 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:10 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:10 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:10 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:10 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:10 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:10 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:10 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:10 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:10 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:10 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:10 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:10 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:10 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:10 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139653806024384 | 2026-03-02 16:57:10 | ERROR | no-trace | system | 执行本地Qwen3重排序失败: HTTPConnectionPool(host='192.168.91.253', port=9004): Max retries exceeded with url: /v1/rerank (Caused by NewConnectionError("HTTPConnection(host='192.168.91.253', port=9004): Failed to establish a new connection: [Errno 111] Connection refused")) P1659.T139656347768512 | 2026-03-02 16:58:02 | ERROR | 5a1f6c1a8e4a5ca0425f3e4e1038a9d4-1772441305 | system | Query 提取失败: SoftTimeLimitExceeded()