You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It mostly failed due to below 2 error log in log analyzer
E tests.common.plugins.loganalyzer.loganalyzer.LogAnalyzerError: match: 1
E expected_match: 0
E expected_missing_match: 0
E
E Match Messages:
E 2025 Jan 9 08:38:04.584685 vlab-01 ERR monit[700]: 'container_checker' status failed (3) -- Failed to get image 'docker-sonic-telemetry'. Error: '404 Client Error for http+docker://localhost/v1.43/images/docker-sonic-telemetry/json: Not Found ("No such image: docker-sonic-telemetry:latest")'#012Expected containers not running: dhcp_relay
E Failed: Processes "['analyze_logs--<MultiAsicSonicHost vlab-01>']" failed with exit code "1"
E Exception:
E match: 1
E expected_match: 0
E expected_missing_match: 0
E
E Match Messages:
E 2025 Jan 9 06:53:05.248097 vlab-01 ERR kernel: [ 1492.046166] e1000 0000:02:02.0 eth0: Reset adapter
E
E Traceback:
E Traceback (most recent call last):
E File "/var/src/sonic-mgmt/tests/common/helpers/parallel.py", line 35, in run
E Process.run(self)
E File "/usr/lib/python3.8/multiprocessing/process.py", line 108, in run
E self._target(*self._args, **self._kwargs)
E File "/var/src/sonic-mgmt/tests/common/helpers/parallel.py", line 245, in wrapper
E target(*args, **kwargs)
E File "/var/src/sonic-mgmt/tests/common/plugins/loganalyzer/__init__.py", line 45, in analyze_logs
E dut_analyzer.analyze(markers[node.hostname], fail_test, store_la_logs=store_la_logs)
E File "/var/src/sonic-mgmt/tests/common/plugins/loganalyzer/loganalyzer.py", line 409, in analyze
E self._verify_log(analyzer_summary)
E File "/var/src/sonic-mgmt/tests/common/plugins/loganalyzer/loganalyzer.py", line 140, in _verify_log
E raise LogAnalyzerError(result_str)
E tests.common.plugins.loganalyzer.loganalyzer.LogAnalyzerError: match: 1
E expected_match: 0
E expected_missing_match: 0
E
E Match Messages:
E 2025 Jan 9 06:53:05.248097 vlab-01 ERR kernel: [ 1492.046166] e1000 0000:02:02.0 eth0: Reset adapter
Results you see
Test failed due to log analyzer
Results you expected to see
Test pass
Is it platform specific
generic
Relevant log output
No response
Output of show version
No response
Attach files (if any)
No response
The text was updated successfully, but these errors were encountered:
What is the motivation for this PR?
Skip test_dhcp_relay_restart_with_stress in vs due to flaky issue #16450
How did you do it?
Skip in condition mark
How did you verify/test it?
Run test
Issue Description
It mostly failed due to below 2 error log in log analyzer
Results you see
Test failed due to log analyzer
Results you expected to see
Test pass
Is it platform specific
generic
Relevant log output
No response
Output of
show version
No response
Attach files (if any)
No response
The text was updated successfully, but these errors were encountered: