Add certain error signatures to loganalyzer ignore list#18017
Merged
bingwang-ms merged 4 commits intosonic-net:masterfrom Apr 18, 2025
Merged
Add certain error signatures to loganalyzer ignore list#18017bingwang-ms merged 4 commits intosonic-net:masterfrom
bingwang-ms merged 4 commits intosonic-net:masterfrom
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
* These errors are temporarily ignored until the issue referenced in sonic-net/sonic-buildimage#22346 is fixed. Signed-off-by: Prabhat Aravind <paravind@microsoft.com>
27f3529 to
601d66c
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
* Temporarily ignore this error log until sonic-net/sonic-buildimage#22348 is fixed. This might even be expected for kvm testbeds. Signed-off-by: Prabhat Aravind <paravind@microsoft.com>
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
The PR is a temporary workaround to unblock PR test in submodule update in swss and sairedis. We will revert the PR once submodule update is done. The error log issue will be triaged in another thread. |
bingwang-ms
approved these changes
Apr 18, 2025
r12f
added a commit
to Azure/sonic-mgmt.msft
that referenced
this pull request
Jun 24, 2025
… list (#445) Sync PR #18017 from sonic-net/sonic-mgmt to 202412. Original PR: sonic-net/sonic-mgmt#18017 Signed-off-by: Prabhat Aravind <paravind@microsoft.com> Co-authored-by: prabhataravind <108555774+prabhataravind@users.noreply.github.com>
opcoder0
pushed a commit
to opcoder0/sonic-mgmt
that referenced
this pull request
Dec 8, 2025
) * Ignore kdump related errors * These errors are temporarily ignored until the issue referenced in sonic-net/sonic-buildimage#22346 is fixed. Signed-off-by: Prabhat Aravind <paravind@microsoft.com>
AharonMalkin
pushed a commit
to AharonMalkin/sonic-mgmt
that referenced
this pull request
Dec 16, 2025
) * Ignore kdump related errors * These errors are temporarily ignored until the issue referenced in sonic-net/sonic-buildimage#22346 is fixed. Signed-off-by: Prabhat Aravind <paravind@microsoft.com> Signed-off-by: Aharon Malkin <amalkin@nvidia.com>
gshemesh2
pushed a commit
to gshemesh2/sonic-mgmt
that referenced
this pull request
Dec 21, 2025
) * Ignore kdump related errors * These errors are temporarily ignored until the issue referenced in sonic-net/sonic-buildimage#22346 is fixed. Signed-off-by: Prabhat Aravind <paravind@microsoft.com> Signed-off-by: Guy Shemesh <gshemesh@nvidia.com>
gshemesh2
pushed a commit
to gshemesh2/sonic-mgmt
that referenced
this pull request
Jan 26, 2026
) * Ignore kdump related errors * These errors are temporarily ignored until the issue referenced in sonic-net/sonic-buildimage#22346 is fixed. Signed-off-by: Prabhat Aravind <paravind@microsoft.com> Signed-off-by: Guy Shemesh <gshemesh@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug: Kdump related errors seen during config reload on kvm testbeds sonic-buildimage#22346
Bug: [kvm]: Errors seen during chassis_db_init sonic-buildimage#22348
Description of PR
The PR ignores the following errors seen on kvm test runs on master branch:
E Failed: Got matched syslog in processes "analyze_logs--" exit code:"1"
E match: 7
E expected_match: 0
E expected_missing_match: 0
E
E Match Messages:
E 2025 Apr 16 19:34:25.031707 vlab-01 ERR hostcfgd: ['sonic-kdump-config', '--disable'] - failed: return code - 1, output:#012None
E
E 2025 Apr 16 19:34:25.714266 vlab-01 ERR hostcfgd: ['sonic-kdump-config', '--memory', '0M-2G:256M,2G-4G:320M,4G-8G:384M,8G-:448M'] - failed: return code - 1, output:#012None
E
E 2025 Apr 16 19:34:26.830424 vlab-01 ERR hostcfgd: ['sonic-kdump-config', '--num_dumps', '3'] - failed: return code - 1, output:#012None
E
E 2025 Apr 16 19:34:27.988539 vlab-01 ERR hostcfgd: ['sonic-kdump-config', '--remote', 'false'] - failed: return code - 2, output:#012None
E
E 2025 Apr 16 19:34:29.771931 vlab-01 ERR hostcfgd: ['sonic-kdump-config', '--ssh_string', 'user@localhost'] - failed: return code - 1, output:#012None
E
E 2025 Apr 16 19:34:30.948038 vlab-01 ERR hostcfgd: ['sonic-kdump-config', '--ssh_path', '/a/b/c'] - failed: return code - 1, output:#012None
E
E 2025 Apr 16 19:34:59.698716 vlab-01 ERR pmon#chassis_db_init: Failed to load chassis due to ModuleNotFoundError("No module named 'sonic_platform'")
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
To unblock features/PRs blocked by these errors
How did you do it?
By adding the error regex to loganalyzer ignore list.
How did you verify/test it?
By running the relevant tests on kvm testbeds
Any platform specific information?
kvm
Supported testbed topology if it's a new test case?
Documentation