Warnings after make protoc #101

Closed
opened 2024-08-08 14:04:30 +00:00 by fyrchik · 0 comments
Owner
  1. Vendor warning
$ make protoc
# Protoc generate
⇒ Processing ./util/proto/test/test.proto
./vendor: warning: directory does not exist.
rm -rf vendor
  1. go test doesn't work
$ go test -count=1 ./...
google/protobuf/any_frostfs.pb.go:10:2: no required module provides package git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/util/proto/encoding; to add it:
        go get git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/util/proto/encoding
google/protobuf/any_frostfs.pb.go:11:2: no required module provides package github.com/VictoriaMetrics/easyproto; to add it:
        go get github.com/VictoriaMetrics/easyproto
google/protobuf/any_frostfs.pb.go:12:2: no required module provides package github.com/mailru/easyjson/jlexer; to add it:
        go get github.com/mailru/easyjson/jlexer
google/protobuf/any_frostfs.pb.go:13:2: no required module provides package github.com/mailru/easyjson/jwriter; to add it:
        go get github.com/mailru/easyjson/jwriter
found packages anypb (any_frostfs.pb.go) and descriptorpb (descriptor_frostfs.pb.go) in /repo/frostfs/api-go/google/protobuf

Introduced in #87

1. Vendor warning ``` $ make protoc # Protoc generate ⇒ Processing ./util/proto/test/test.proto ./vendor: warning: directory does not exist. rm -rf vendor ``` 2. `go test` doesn't work ``` $ go test -count=1 ./... google/protobuf/any_frostfs.pb.go:10:2: no required module provides package git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/util/proto/encoding; to add it: go get git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/util/proto/encoding google/protobuf/any_frostfs.pb.go:11:2: no required module provides package github.com/VictoriaMetrics/easyproto; to add it: go get github.com/VictoriaMetrics/easyproto google/protobuf/any_frostfs.pb.go:12:2: no required module provides package github.com/mailru/easyjson/jlexer; to add it: go get github.com/mailru/easyjson/jlexer google/protobuf/any_frostfs.pb.go:13:2: no required module provides package github.com/mailru/easyjson/jwriter; to add it: go get github.com/mailru/easyjson/jwriter found packages anypb (any_frostfs.pb.go) and descriptorpb (descriptor_frostfs.pb.go) in /repo/frostfs/api-go/google/protobuf ``` Introduced in #87
fyrchik added the
bug
label 2024-08-08 14:04:30 +00:00
acid-ant was assigned by fyrchik 2024-08-08 14:05:18 +00:00
fyrchik added the
internal
label 2024-08-08 14:17:15 +00:00
fyrchik referenced this issue from a commit 2024-08-09 06:50:54 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-api-go#101
No description provided.