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

[ci] - check-codeowners step fail on CI #36731

Closed
VihasMakwana opened this issue Dec 9, 2024 · 6 comments · Fixed by #36736
Closed

[ci] - check-codeowners step fail on CI #36731

VihasMakwana opened this issue Dec 9, 2024 · 6 comments · Fixed by #36736
Assignees
Labels
ci-cd CI, CD, testing, build issues cmd/githubgen

Comments

@VihasMakwana
Copy link
Contributor

Component(s)

cmd/githubgen

Describe the issue you're reporting

See https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/workflows/check-codeowners.yaml.

cd cmd/githubgen && go install .
go: downloading github.com/google/go-github/v67 v67.0.0
go: downloading go.opentelemetry.io/collector/confmap v1.21.0
go: downloading go.opentelemetry.io/collector/confmap/provider/fileprovider v1.21.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/go-viper/mapstructure/v2 v2.2.1
go: downloading github.com/knadh/koanf/maps v0.1.1
go: downloading github.com/knadh/koanf/providers/confmap v0.1.0
go: downloading github.com/knadh/koanf/v2 v2.1.2
go: downloading go.uber.org/multierr v1.[11](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12237818656/job/34134463848#step:4:12).0
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/google/go-querystring v1.1.0
/home/runner/work/_temp/c7822ce7-bf81-4356-9be4-568e94abeba2.sh: line 3: githubgen: command not found

Looks like the GOBIN is missing from the env.

@VihasMakwana VihasMakwana added ci-cd CI, CD, testing, build issues needs triage New item requiring triage labels Dec 9, 2024
Copy link
Contributor

github-actions bot commented Dec 9, 2024

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@VihasMakwana
Copy link
Contributor Author

Filed #36729

@songy23 songy23 removed the needs triage New item requiring triage label Dec 9, 2024
@codeboten
Copy link
Contributor

still failing on main https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12241790770/job/34147709885:

 cd cmd/githubgen && go install .
go: downloading github.com/google/go-github/v67 v67.0.0
go: downloading go.opentelemetry.io/collector/confmap/provider/fileprovider v1.21.1-0.20241206185113-3f3e208e71b8
go: downloading go.opentelemetry.io/collector/confmap v1.21.1-0.20241206185113-3f3e208e71b8
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/go-viper/mapstructure/v2 v2.2.1
go: downloading github.com/knadh/koanf/maps v0.1.1
go: downloading github.com/knadh/koanf/providers/confmap v0.1.0
go: downloading github.com/knadh/koanf/v2 v2.1.2
go: downloading go.uber.org/multierr v1.11.0
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/google/go-querystring v1.1.0
/home/runner/work/_temp/463a8500-e516-4620-aadc-a0a95891753a.sh: line 4: githubgen: command not found

@VihasMakwana
Copy link
Contributor Author

Hmm.. weird.

I'll spend more time on this and fix it.

@codeboten
Copy link
Contributor

the tool was found https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12247137224/job/34164431424, failing with a different message now

2024/12/10 00:49:50 codeowners members duplicate in allowlist: joker-star-l

@codeboten
Copy link
Contributor

#36736

codeboten added a commit that referenced this issue Dec 10, 2024
sbylica-splunk pushed a commit to sbylica-splunk/opentelemetry-collector-contrib that referenced this issue Dec 17, 2024
AkhigbeEromo pushed a commit to sematext/opentelemetry-collector-contrib that referenced this issue Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-cd CI, CD, testing, build issues cmd/githubgen
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants