Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Blockscout verification #15958

Draft
wants to merge 1 commit into
base: tt-1847-ocr3-keystone-por-test-broken
Choose a base branch
from

Conversation

skudasov
Copy link
Collaborator

No description provided.

@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

Copy link
Contributor

AER Report: CI Core

aer_workflow , commit , Clean Go Tidy & Generate , Detect Changes , Scheduled Run Frequency , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , GolangCI Lint (integration-tests/load) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_fuzz) , GolangCI Lint (integration-tests) , Core Tests (go_core_race_tests) , test-scripts , SonarQube Scan , lint

1. GolangCI Lint failed to load package config:[Golang Lint (integration-tests/load)]

Source of Error:
Golang Lint (integration-tests/load)	2025-01-16T17:41:31.7950036Z level=warning msg="[runner] Can't run linter goanalysis_metalinter: inspect: failed to load package config: could not load export data: no export data for \"github.com/smartcontractkit/chainlink-testing-framework/lib/config\""
Golang Lint (integration-tests/load)	2025-01-16T17:41:31.7953326Z level=error msg="Running error: can't run linter goanalysis_metalinter\ninspect: failed to load package config: could not load export data: no export data for \"github.com/smartcontractkit/chainlink-testing-framework/lib/config\""
Golang Lint (integration-tests/load)	2025-01-16T17:41:31.7984733Z ##[error]golangci-lint exit with code 3

Why: The GolangCI Lint tool failed to load the package configuration because it couldn't find the export data for the specified package. This indicates that the package github.com/smartcontractkit/chainlink-testing-framework/lib/config might be missing or not properly referenced in the project.

Suggested fix: Ensure that the package github.com/smartcontractkit/chainlink-testing-framework/lib/config is correctly included in the project dependencies and that it is properly referenced in the go.mod file.

2. No such file or directory:[Golang Lint (integration-tests/load)]

Source of Error:
Golang Lint (integration-tests/load)	2025-01-16T17:41:31.8178149Z cat: ./integration-tests/load/golangci-lint-report.xml: No such file or directory
Golang Lint (integration-tests/load)	2025-01-16T17:41:31.8184258Z ##[error]Process completed with exit code 1.

Why: The script attempted to read a file golangci-lint-report.xml that does not exist. This file was expected to be generated by the GolangCI Lint tool, but due to the previous error, it was not created.

Suggested fix: Fix the initial issue with the GolangCI Lint tool so that it can successfully run and generate the golangci-lint-report.xml file.

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