Skip to content

Conversation

@co63oc
Copy link
Contributor

@co63oc co63oc commented Sep 3, 2025

fix typos

@paddle-bot
Copy link

paddle-bot bot commented Sep 3, 2025

Thanks for your contribution!

@paddle-bot paddle-bot bot added the contributor External developers label Sep 3, 2025
@luotao1 luotao1 added the HappyOpenSource 快乐开源活动issue与PR label Sep 4, 2025
luotao1
luotao1 previously approved these changes Sep 4, 2025
@co63oc
Copy link
Contributor Author

co63oc commented Sep 10, 2025

2025-09-10T13:06:32.1365598Z [�[32m2025-09-10 13:06:31] [    INFO] �[0m - Waiting for application shutdown.�[0m
2025-09-10T13:06:32.1365779Z [�[32m2025-09-10 13:06:31] [    INFO] �[0m - Application shutdown complete.�[0m
2025-09-10T13:06:32.1366040Z [�[32m2025-09-10 13:06:31] [    INFO] �[0m - Finished server process [1292]�[0m
2025-09-10T13:06:32.1366144Z --------------------------------------------
2025-09-10T13:06:32.1366395Z [ERROR] test_EB_VL_Lite_serving.py 起服务或执行异常,exit_code=1
2025-09-10T13:06:36.2409410Z ##[error]Process completed with exit code 1.
2025-09-10T13:06:36.2476734Z Cleaning up orphan processes

test_EB_VL_Lite_serving 这个测试经常有问题,是不是能加入忽略列表

@EmmonsCurse
Copy link
Collaborator

2025-09-10T13:06:32.1365598Z [�[32m2025-09-10 13:06:31] [    INFO] �[0m - Waiting for application shutdown.�[0m
2025-09-10T13:06:32.1365779Z [�[32m2025-09-10 13:06:31] [    INFO] �[0m - Application shutdown complete.�[0m
2025-09-10T13:06:32.1366040Z [�[32m2025-09-10 13:06:31] [    INFO] �[0m - Finished server process [1292]�[0m
2025-09-10T13:06:32.1366144Z --------------------------------------------
2025-09-10T13:06:32.1366395Z [ERROR] test_EB_VL_Lite_serving.py 起服务或执行异常,exit_code=1
2025-09-10T13:06:36.2409410Z ##[error]Process completed with exit code 1.
2025-09-10T13:06:36.2476734Z Cleaning up orphan processes

test_EB_VL_Lite_serving 这个测试经常有问题,是不是能加入忽略列表

这个报错原因为多模模型,输出的 json 字符串中,有概率会出现一些特殊符号,导致 json.loads 的时候出错,即test_EB_VL_Lite_serving.py::test_structured_outputs_json_schema 这个测试用例报错,这类 case 暂时会做下线,待 #4055 合入后,辛苦再触发一下

@co63oc
Copy link
Contributor Author

co63oc commented Sep 11, 2025

  File "zmq/backend/cython/_zmq.py", line 1408, in zmq.backend.cython._zmq._recv_copy
  File "zmq/backend/cython/_zmq.py", line 188, in zmq.backend.cython._zmq._check_rc
zmq.error.ContextTerminated: Context was terminated

[2025-09-11 15:09:36] ERROR common_engine.py:590: Engine stops inserting zmq task into scheduler, err:Context was terminated
--------------------------------------------
Error:  test_EB_Lite_serving.py 起服务或执行异常,exit_code=1
Error: Process completed with exit code 1.

test_EB_Lite_serving 这个单测还是容易有问题

@luotao1 luotao1 merged commit 8466219 into PaddlePaddle:develop Sep 12, 2025
15 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor External developers HappyOpenSource 快乐开源活动issue与PR skip-ci: coverage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants