Skip to content

DmesgPlugin update: ERROR->WARNING for correctable errors#218

Merged
alexandraBara merged 1 commit into
developmentfrom
alex_dmesg_updates
Jun 11, 2026
Merged

DmesgPlugin update: ERROR->WARNING for correctable errors#218
alexandraBara merged 1 commit into
developmentfrom
alex_dmesg_updates

Conversation

@alexandraBara

@alexandraBara alexandraBara commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

Summary

-All correctable errors are now labeled WARNING instead of ERROR

Test plan

  • pytest test/unit
  • pytest test/functional (if applicable)
  • pre-commit run --all-files

Checklist

  • Added/updated tests (or explained why not)
  • Updated docs/README if behavior changed
  • No secrets or credentials committed

Run:

node-scraper run-plugin DmesgPlugin
node-scraper run-plugins DmesgPlugin --collection false --data dmesg_sample.log
  2026-06-11 10:31:49 CDT       INFO               nodescraper | Log path: ./scraper_logs_ausalexbara02_2026_06_11-10_31_49_AM
  2026-06-11 10:31:49 CDT       INFO               nodescraper | System Name: ausalexbara02
  2026-06-11 10:31:49 CDT       INFO               nodescraper | System location: SystemLocation.LOCAL
  2026-06-11 10:31:49 CDT       INFO               nodescraper | Initializing connection manager for InBandConnectionManager with default args
  2026-06-11 10:31:49 CDT       INFO               nodescraper | --------------------------------------------------
  2026-06-11 10:31:49 CDT       INFO               nodescraper | Running plugin DmesgPlugin
  2026-06-11 10:31:49 CDT       INFO               nodescraper | Running data analyzer: DmesgAnalyzer
  2026-06-11 10:31:49 CDT    WARNING               nodescraper | (DmesgPlugin) task completed with warnings (4 warnings: RAS Correctable Error, RAS Corrected PCIe Error, MCE Corrected Error, RAS Corrected Error)
  2026-06-11 10:31:49 CDT       INFO               nodescraper | Closing connections
  2026-06-11 10:31:49 CDT       INFO               nodescraper | Running result collators
  2026-06-11 10:31:49 CDT       INFO               nodescraper | Running TableSummary result collator
  2026-06-11 10:31:49 CDT       INFO               nodescraper |

+-------------------------+--------+---------+
| Connection              | Status | Message |
+-------------------------+--------+---------+
| InBandConnectionManager | UNSET  |         |
+-------------------------+--------+---------+

+-------------+---------+-----------------------------------------------------------------------------+
| Plugin      | Status  | Message                                                                     |
+-------------+---------+-----------------------------------------------------------------------------+
| DmesgPlugin | WARNING | Analysis warning: task completed with warnings (4 warnings: RAS Correctable |
|             |         | Error, RAS Corrected PCIe Error, MCE Corrected Error, RAS Corrected Error)  |
+-------------+---------+-----------------------------------------------------------------------------+

  2026-06-11 10:31:49 CDT       INFO               nodescraper | Data written to csv file: ./scraper_logs_ausalexbara02_2026_06_11-10_31_49_AM/nodescraper.csv
(venv) alexbara@ausalexbara02:~/node-scraper_public$
 

@alexandraBara alexandraBara merged commit 3d39b8e into development Jun 11, 2026
6 checks passed
@alexandraBara alexandraBara deleted the alex_dmesg_updates branch June 11, 2026 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant