Is it platform specific
generic
Importance or Severity
Critical
Description of the bug
We see the following error almost in every testscase teardown.
ERR syncd12#syncd: message repeated 115 times: [ :- run: select failed: 2]
> pt_assert(False, failure_message)
E Failed: Got matched syslog in processes "analyze_logs--<MultiAsicSonicHost ixre-cpm-chassis20>" exit code:"1"
E match: 2
E expected_match: 0
E expected_missing_match: 0
E
E Match Messages:
E 2026 Jun 30 11:42:36.204760 ixre-cpm-chassis20 ERR syncd12#syncd: message repeated 115 times: [ :- run: select failed: 2]
E
E 2026 Jun 30 11:42:38.130131 ixre-cpm-chassis20 ERR syncd12#syncd: :- run: select failed: 2
The PR Link event damping feature by sivat6 · Pull Request sonic-net/sonic-sairedis#1906 · sonic-net/sonic-sairedis changed the syncd select timeout to 1 sec from infinite.
The event main loop wakes up periodically and tries to read the data from socket but the socket is empty. So it prints error.
If they can't revert this, they need to change the log level
int result = s->select(&sel, 1000);
Steps to Reproduce
Run any OC testcase
Actual Behavior and Expected Behavior
Actual behavior:
seen this error: ERR syncd12#syncd: message repeated 115 times
Expected behavior:
No error message
Relevant log output
Output of show version, show techsupport
Attach files (if any)
No response
Is it platform specific
generic
Importance or Severity
Critical
Description of the bug
We see the following error almost in every testscase teardown.
ERR syncd12#syncd: message repeated 115 times: [ :- run: select failed: 2]
The PR Link event damping feature by sivat6 · Pull Request sonic-net/sonic-sairedis#1906 · sonic-net/sonic-sairedis changed the syncd select timeout to 1 sec from infinite.
The event main loop wakes up periodically and tries to read the data from socket but the socket is empty. So it prints error.
If they can't revert this, they need to change the log level
int result = s->select(&sel, 1000);
Steps to Reproduce
Run any OC testcase
Actual Behavior and Expected Behavior
Actual behavior:
seen this error: ERR syncd12#syncd: message repeated 115 times
Expected behavior:
No error message
Relevant log output
Output of
show version,show techsupportAttach files (if any)
No response