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

deployment: Changes for keystone #14837

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft

deployment: Changes for keystone #14837

wants to merge 2 commits into from

Conversation

archseer
Copy link
Contributor

No description provided.

@cl-sonarqube-production
Copy link

Copy link
Contributor

AER Report: CI Core

aer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , lint , Core Tests (go_core_tests) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_race_tests) , Core Tests (go_core_fuzz) , SonarQube Scan

1. Missing required module:

[Run tests] [2024-10-21T08:58:43.5147090Z] deployment/keystone/types_test.go:11:2: no required module provides package github.com/smartcontractkit/chainlink/integration-tests/deployment/clo/models; to add it:

Source of Error:
# github.com/smartcontractkit/chainlink/integration-tests/deployment/keystone
deployment/keystone/types_test.go:11:2: no required module provides package github.com/smartcontractkit/chainlink/integration-tests/deployment/clo/models; to add it:
	go get github.com/smartcontractkit/chainlink/integration-tests/deployment/clo/models

Why: The error occurs because the Go module github.com/smartcontractkit/chainlink/integration-tests/deployment/clo/models is not found in the module dependencies. This could be due to the module not being added to the go.mod file or it not existing in the specified path.

Suggested fix: Ensure that the module github.com/smartcontractkit/chainlink/integration-tests/deployment/clo/models exists and is correctly referenced in the go.mod file. Run go get github.com/smartcontractkit/chainlink/integration-tests/deployment/clo/models to add it.

2. Go mod tidy error:

[Run make gomodtidy] [2024-10-21T09:03:26.4897958Z] error: integration-tests error: exit status 1

Source of Error:
dashboard-lib$ go mod tidy
	error: integration-tests error: exit status 1
	go: downloading github.com/rs/cors v1.10.1
	go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0
	go: downloading github.com/digitalocean/godo v1.118.0
	go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 v5.7.0
	go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0
	go: downloading github.com/Code-Hex/go-generics-cache v1.5.1
	go: downloading github.com/hetznercloud/hcloud-go/v2 v2.10.2
	go: downloading github.com/ionos-cloud/sdk-go/v6 v6.1.11
	go: downloading github.com/linode/linodego v1.37.0
	go: downloading github.com/hashicorp/nomad/api v0.0.0-20240717122358-3d93bd3778f3
	go: downloading github.com/gophercloud/gophercloud v1.13.0
	go: downloading github.com/ovh/go-ovh v1.6.0
	go: downloading github.com/scaleway/scaleway-sdk-go v1.0.0-beta.29
	go: downloading github.com/envoyproxy/go-control-plane v0.12.1-0.20240621013728-1eb8caab5155
	go: downloading github.com/hashicorp/consul/proto-public v0.6.2
	go: downloading github.com/hashicorp/go-version v1.7.0
	go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
	go: finding module for package github.com/smartcontractkit/chainlink/integration-tests/deployment/clo/models
	go: downloading github.com/smartcontractkit/chainlink v1.13.3
	go: github.com/smartcontractkit/chainlink/integration-tests/deployment/keystone tested by
		github.com/smartcontractkit/chainlink/integration-tests/deployment/keystone.test imports
		github.com/smartcontractkit/chainlink/integration-tests/deployment/clo/models: module github.com/smartcontractkit/chainlink@latest found (v1.13.3), but does not contain package github.com/smartcontractkit/chainlink/integration-tests/deployment/clo/models
	error: exit status 1
	error: integration-tests error: exit status 1

Why: The go mod tidy command fails because the module github.com/smartcontractkit/chainlink/integration-tests/deployment/clo/models is not found in the latest version of the github.com/smartcontractkit/chainlink module. This indicates a missing or incorrect module path.

Suggested fix: Verify the existence and correct path of the github.com/smartcontractkit/chainlink/integration-tests/deployment/clo/models module. Update the go.mod file to reference the correct module path or version.

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