-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
opentelemetry-collector-builder: 0.101.0 -> 0.112.0 #350795
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build fails
--- FAIL: TestReplaceStatementsAreComplete (0.02s)
main_test.go:469:
Error Trace: /build/source/cmd/builder/internal/builder/main_test.go:469
Error: Received unexpected error:
failed to update go.mod: go subcommand failed with args '[mod tidy -compat=1.22]': exit status 1, error message: go: github.com/knadh/koanf/providers/[email protected]: reading file:///nix/store/sfb5rm8182fjzfray23n61jwyq6vbf6k-ocb-0.112.0-go-modules/github.com/knadh/koanf/providers/confmap/@v/v0.1.0.mod: no such file or directory
Test: TestReplaceStatementsAreComplete
FAIL
FAIL go.opentelemetry.io/collector/cmd/builder/internal/builder 0.100s
FAIL
|
||
src = fetchFromGitHub { | ||
owner = "open-telemetry"; | ||
repo = "opentelemetry-collector"; | ||
rev = "cmd/builder/v${version}"; | ||
hash = "sha256-Ucp00OjyPtHA6so/NOzTLtPSuhXwz6A2708w2WIZb/E="; | ||
sha256 = "sha256-Ucp00OjyPtHA6so/NOzTLtPSuhXwz6A2708w2WIZb/E="; | ||
}; | ||
|
||
sourceRoot = "${src.name}/cmd/builder"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vendorHash should be sha256-vZsGSLdzKa4sA/N3RG6Kwn8tMoIIhPJ6uAkM4pheitU=
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, sorry I was building successfully with the earlier setup, perhaps I forgot to ignore cached results or something. Thanks for the heads up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still fails to build when rebased on master
--- FAIL: TestReplaceStatementsAreComplete (0.02s)
main_test.go:469:
Error Trace: /build/source/cmd/builder/internal/builder/main_test.go:469
Error: Received unexpected error:
failed to update go.mod: go subcommand failed with args '[mod tidy -compat=1.22]': exit status 1, error message: go: github.com/knadh/koanf/[email protected]: module lookup disabled by GOPROXY=off
Test: TestReplaceStatementsAreComplete
FAIL
FAIL go.opentelemetry.io/collector/cmd/builder/internal/builder 0.093s
FAIL
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.