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

errors in promtail receiver on dependabot update PR #18493

Closed
codeboten opened this issue Feb 9, 2023 · 2 comments
Closed

errors in promtail receiver on dependabot update PR #18493

codeboten opened this issue Feb 9, 2023 · 2 comments
Labels
dependencies Pull requests that update a dependency file receiver/promtail

Comments

@codeboten
Copy link
Contributor

Component(s)

receiver/promtail

Describe the issue you're reporting

The tests in this PR are failing with the following errors in the promtail receiver:

 # github.com/sercand/kuberesolver
Error: /home/runner/go/pkg/mod/github.com/sercand/kuberesolver@v2.4.0+incompatible/builder.go:80:12: invalid operation: end == "" (mismatched types func() string and untyped string)
Error: /home/runner/go/pkg/mod/github.com/sercand/kuberesolver@v2.4.0+incompatible/builder.go:81:9: cannot use target.Authority (variable of type string) as type func() string in assignment
Error: /home/runner/go/pkg/mod/github.com/sercand/kuberesolver@v2.4.0+incompatible/builder.go:91:12: invalid operation: end == "" (mismatched types func() string and untyped string)
Error: /home/runner/go/pkg/mod/github.com/sercand/kuberesolver@v2.4.0+incompatible/builder.go:96:23: cannot use end (variable of type func() string) as type string in argument to strings.LastIndex
Error: /home/runner/go/pkg/mod/github.com/sercand/kuberesolver@v2.4.0+incompatible/builder.go:97:10: cannot use end (variable of type func() string) as type string in assignment
Error: /home/runner/go/pkg/mod/github.com/sercand/kuberesolver@v2.4.0+incompatible/builder.go:102:39: cannot use end (variable of type func() string) as type string in argument to net.SplitHostPort
FAIL	github.com/open-telemetry/opentelemetry-collector-contrib/receiver/promtailreceiver [build failed]
@codeboten codeboten added the dependencies Pull requests that update a dependency file label Feb 9, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Feb 9, 2023

Pinging code owners:

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

@mar4uk
Copy link
Contributor

mar4uk commented Feb 13, 2023

should be fixed after merge of #18524

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file receiver/promtail
Projects
None yet
Development

No branches or pull requests

3 participants