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

google.golang.org/protobuf: TestIntegration/Go1.22.3/ProtoLegacy failures #67447

Open
gopherbot opened this issue May 16, 2024 · 2 comments
Open
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "google.golang.org/protobuf" && test == "TestIntegration/Go1.22.3/ProtoLegacy"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestIntegration/Go1.22.3/ProtoLegacy
    integration_test.go:134: executing (go1.22.3 test -tags protolegacy ./...): exit status 1
        ?   	google.golang.org/protobuf/cmd/protoc-gen-go/internal_gengo	[no test files]
        ok  	google.golang.org/protobuf	0.088s
        ok  	google.golang.org/protobuf/cmd/protoc-gen-go	0.088s
        ok  	google.golang.org/protobuf/compiler/protogen	0.055s
        ok  	google.golang.org/protobuf/encoding	0.058s [no tests to run]
        ok  	google.golang.org/protobuf/encoding/protodelim	0.102s
        ok  	google.golang.org/protobuf/encoding/protojson	0.210s
        ok  	google.golang.org/protobuf/encoding/prototext	0.160s
...
        --- FAIL: TestExtensionGetRace (0.00s)
            extension_test.go:374: marshaling goproto.proto.test.TestAllExtensions: size mismatch (see https://github.com/golang/protobuf/issues/1609): calculated=0, measured=2
        FAIL
        FAIL	google.golang.org/protobuf/proto	0.239s
        ok  	google.golang.org/protobuf/reflect/protodesc	0.035s
        ok  	google.golang.org/protobuf/reflect/protorange	0.111s
        ok  	google.golang.org/protobuf/reflect/protoreflect	0.062s
        ok  	google.golang.org/protobuf/reflect/protoregistry	0.056s
        ok  	google.golang.org/protobuf/testing/protocmp	0.138s
        ok  	google.golang.org/protobuf/testing/protopack	0.029s
        ok  	google.golang.org/protobuf/testing/prototest	1.049s
        ok  	google.golang.org/protobuf/types/dynamicpb	0.142s
        ok  	google.golang.org/protobuf/types/known/anypb	0.041s
        ok  	google.golang.org/protobuf/types/known/durationpb	0.023s
        ok  	google.golang.org/protobuf/types/known/fieldmaskpb	0.026s
        ok  	google.golang.org/protobuf/types/known/structpb	0.037s
        ok  	google.golang.org/protobuf/types/known/timestamppb	0.011s
        FAIL
--- FAIL: TestIntegration/Go1.22.3/ProtoLegacy (57.77s)

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label May 16, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "google.golang.org/protobuf" && test == "TestIntegration/Go1.22.3/ProtoLegacy"
2024-05-15 12:42 z_protobuf-gotip-linux-amd64-longtest protobuf@cbc3dd69 go@722d5943 google.golang.org/protobuf.TestIntegration/Go1.22.3/ProtoLegacy (log)
=== RUN   TestIntegration/Go1.22.3/ProtoLegacy
    integration_test.go:134: executing (go1.22.3 test -tags protolegacy ./...): exit status 1
        ?   	google.golang.org/protobuf/cmd/protoc-gen-go/internal_gengo	[no test files]
        ok  	google.golang.org/protobuf	0.088s
        ok  	google.golang.org/protobuf/cmd/protoc-gen-go	0.088s
        ok  	google.golang.org/protobuf/compiler/protogen	0.055s
        ok  	google.golang.org/protobuf/encoding	0.058s [no tests to run]
        ok  	google.golang.org/protobuf/encoding/protodelim	0.102s
        ok  	google.golang.org/protobuf/encoding/protojson	0.210s
        ok  	google.golang.org/protobuf/encoding/prototext	0.160s
...
        --- FAIL: TestExtensionGetRace (0.00s)
            extension_test.go:374: marshaling goproto.proto.test.TestAllExtensions: size mismatch (see https://github.com/golang/protobuf/issues/1609): calculated=0, measured=2
        FAIL
        FAIL	google.golang.org/protobuf/proto	0.239s
        ok  	google.golang.org/protobuf/reflect/protodesc	0.035s
        ok  	google.golang.org/protobuf/reflect/protorange	0.111s
        ok  	google.golang.org/protobuf/reflect/protoreflect	0.062s
        ok  	google.golang.org/protobuf/reflect/protoregistry	0.056s
        ok  	google.golang.org/protobuf/testing/protocmp	0.138s
        ok  	google.golang.org/protobuf/testing/protopack	0.029s
        ok  	google.golang.org/protobuf/testing/prototest	1.049s
        ok  	google.golang.org/protobuf/types/dynamicpb	0.142s
        ok  	google.golang.org/protobuf/types/known/anypb	0.041s
        ok  	google.golang.org/protobuf/types/known/durationpb	0.023s
        ok  	google.golang.org/protobuf/types/known/fieldmaskpb	0.026s
        ok  	google.golang.org/protobuf/types/known/structpb	0.037s
        ok  	google.golang.org/protobuf/types/known/timestamppb	0.011s
        FAIL
--- FAIL: TestIntegration/Go1.22.3/ProtoLegacy (57.77s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "google.golang.org/protobuf" && test == "TestIntegration/Go1.22.3/ProtoLegacy"
2024-05-17 08:47 z_protobuf-go1.21-linux-amd64-longtest protobuf@ef741882 release-branch.go1.21@6f521957 google.golang.org/protobuf.TestIntegration/Go1.22.3/ProtoLegacy (log)
=== RUN   TestIntegration/Go1.22.3/ProtoLegacy
    integration_test.go:137: executing (go1.22.3 test -tags protolegacy ./...): exit status 1
        ?   	google.golang.org/protobuf/cmd/protoc-gen-go/internal_gengo	[no test files]
        ?   	google.golang.org/protobuf/internal/cmd/generate-corpus	[no test files]
        ok  	google.golang.org/protobuf	0.067s
        ok  	google.golang.org/protobuf/cmd/protoc-gen-go	0.039s
        ok  	google.golang.org/protobuf/compiler/protogen	0.086s
        ok  	google.golang.org/protobuf/encoding	0.071s [no tests to run]
        ok  	google.golang.org/protobuf/encoding/protodelim	0.052s
        ok  	google.golang.org/protobuf/encoding/protojson	0.141s
...
        --- FAIL: TestExtensionGetRace (0.00s)
            extension_test.go:374: marshaling goproto.proto.test.TestAllExtensions: size mismatch (see https://github.com/golang/protobuf/issues/1609): calculated=0, measured=2
        FAIL
        FAIL	google.golang.org/protobuf/proto	0.376s
        ok  	google.golang.org/protobuf/reflect/protodesc	0.059s
        ok  	google.golang.org/protobuf/reflect/protorange	0.162s
        ok  	google.golang.org/protobuf/reflect/protoreflect	0.018s
        ok  	google.golang.org/protobuf/reflect/protoregistry	0.016s
        ok  	google.golang.org/protobuf/testing/protocmp	0.104s
        ok  	google.golang.org/protobuf/testing/protopack	0.032s
        ok  	google.golang.org/protobuf/testing/prototest	0.786s
        ok  	google.golang.org/protobuf/types/dynamicpb	0.096s
        ok  	google.golang.org/protobuf/types/known/anypb	0.033s
        ok  	google.golang.org/protobuf/types/known/durationpb	0.017s
        ok  	google.golang.org/protobuf/types/known/fieldmaskpb	0.025s
        ok  	google.golang.org/protobuf/types/known/structpb	0.016s
        ok  	google.golang.org/protobuf/types/known/timestamppb	0.025s
        FAIL
--- FAIL: TestIntegration/Go1.22.3/ProtoLegacy (28.81s)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

1 participant