Skip to content

Create Protobuf.Text, create Protobuf.field_presence/2 #848

Create Protobuf.Text, create Protobuf.field_presence/2

Create Protobuf.Text, create Protobuf.field_presence/2 #848

Triggered via pull request April 10, 2025 16:08
Status Failure
Total duration 13m 2s
Artifacts

main.yml

on: pull_request
Matrix: conformance-test
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 27 warnings
Conformance test (Elixir 1.14 | Erlang/OTP 24.2)
Process completed with exit code 1.
Test (Elixir 1.17.3 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Test (Elixir 1.17.3 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Test (Elixir 1.17.3 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Test (Elixir 1.17.3 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Test (Elixir 1.17.3 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Test (Elixir 1.17.3 | Erlang/OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test (Elixir 1.17.3 | Erlang/OTP 27)
1..-1 has a default step of -1, please write 1..-1//-1 instead
Test (Elixir 1.17.3 | Erlang/OTP 27)
1..-1 has a default step of -1, please write 1..-1//-1 instead
Test (Elixir 1.17.3 | Erlang/OTP 27)
2..-1 has a default step of -1, please write 2..-1//-1 instead
Test (Elixir 1.17.3 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Test (Elixir 1.18.1 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Test (Elixir 1.18.1 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Test (Elixir 1.18.1 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Test (Elixir 1.18.1 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Test (Elixir 1.18.1 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Test (Elixir 1.18.1 | Erlang/OTP 27)
1..-2 has a default step of -1, please write 1..-2//-1 instead
Test (Elixir 1.18.1 | Erlang/OTP 27)
1..-1 has a default step of -1, please write 1..-1//-1 instead
Test (Elixir 1.18.1 | Erlang/OTP 27)
1..-1 has a default step of -1, please write 1..-1//-1 instead
Test (Elixir 1.18.1 | Erlang/OTP 27)
2..-1 has a default step of -1, please write 2..-1//-1 instead
Test (Elixir 1.18.1 | Erlang/OTP 27)
0..-2 has a default step of -1, please write 0..-2//-1 instead
Test (Elixir 1.12.3 | Erlang/OTP 24.3): test/protobuf/dsl_test.exs#L222
TestMsg.Foo.Bar.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.12.3 | Erlang/OTP 24.3): test/protobuf/dsl_test.exs#L222
TestMsg.Foo.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.12.3 | Erlang/OTP 24.3): test/protobuf/dsl_test.exs#L207
TestMsg.Foo.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
Test (Elixir 1.12.3 | Erlang/OTP 24.3): test/protobuf/builder_test.exs#L62
TestMsg.Foo2.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Test (Elixir 1.12.3 | Erlang/OTP 24.3): test/protobuf/builder_test.exs#L57
TestMsg.Foo.Bar.new/0 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/1
Test (Elixir 1.12.3 | Erlang/OTP 24.3): test/protobuf/builder_test.exs#L70
TestMsg.ContainsTransformModule.new/1 is deprecated. Build the struct by hand with %MyMessage{...} or use struct/2
Conformance test (Elixir 1.14 | Erlang/OTP 24.2)
use Bitwise is deprecated. import Bitwise instead