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

go.mod: bump cl-ccip with exec inflight cache #16266

Closed
wants to merge 1 commit into from

Conversation

makramkd
Copy link
Contributor

@makramkd makramkd commented Feb 6, 2025

Copy link
Contributor

github-actions bot commented Feb 6, 2025

I see you updated files related to core. Please run pnpm changeset in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

Copy link
Contributor

github-actions bot commented Feb 6, 2025

AER Report: CI Core

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

1. Failed bootstrap index response: [SonarQube Scan]

Source of Error:
SonarQube Scan 2025-02-06T19:03:43.4558950Z ERROR: Failed bootstrap index response: <!doctype html>
SonarQube Scan 2025-02-06T19:03:43.4817769Z ERROR: Error during SonarScanner execution
SonarQube Scan 2025-02-06T19:03:43.4818646Z org.sonarsource.scanner.api.internal.ScannerException: Unable to execute SonarScanner analysis
SonarQube Scan 2025-02-06T19:03:43.4840919Z Caused by: java.lang.IllegalStateException: Fail to parse entry in bootstrap index: <!doctype html>
SonarQube Scan 2025-02-06T19:03:43.4841636Z 	at org.sonarsource.scanner.api.internal.BootstrapIndexDownloader.parse(BootstrapIndexDownloader.java:60)
SonarQube Scan 2025-02-06T19:03:43.4842411Z 	at org.sonarsource.scanner.api.internal.BootstrapIndexDownloader.getIndex(BootstrapIndexDownloader.java:44)
SonarQube Scan 2025-02-06T19:03:43.4843150Z 	at org.sonarsource.scanner.api.internal.JarDownloader.getScannerEngineFiles(JarDownloader.java:58)
SonarQube Scan 2025-02-06T19:03:43.4843778Z 	at org.sonarsource.scanner.api.internal.JarDownloader.download(JarDownloader.java:53)
SonarQube Scan 2025-02-06T19:03:43.4844484Z 	at org.sonarsource.scanner.api.internal.IsolatedLauncherFactory.lambda$0(IsolatedLauncherFactory.java:76)

Why: The error indicates that the SonarScanner received an HTML response instead of the expected JSON or other data format. This typically happens when the SonarQube server is in an incorrect state, such as being in maintenance mode or having an incorrect URL configuration.

Suggested fix: Verify the SonarQube server URL and ensure it is correct. Check the server status to ensure it is not in maintenance mode or experiencing issues. If necessary, update the server configuration or retry the scan after resolving server issues.

@winder winder changed the title [CCIP-2912] go.mod: bump cl-ccip with exec inflight cache go.mod: bump cl-ccip with exec inflight cache Feb 6, 2025
@makramkd makramkd closed this Feb 7, 2025
@makramkd makramkd deleted the mk/test-exec-inflight-cache branch February 7, 2025 14:14
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