Skip to content
Triggered via push November 12, 2024 04:05
Status Failure
Total duration 2h 14m 10s
Artifacts

sanitized_ci.yml

on: push
tests-sanitize-undefined-clang
57m 37s
tests-sanitize-undefined-clang
tests-sanitize-undefined-gcc
1h 31m
tests-sanitize-undefined-gcc
tests-sanitize-address-clang
1h 17m
tests-sanitize-address-clang
tests-sanitize-address-msvc
4m 36s
tests-sanitize-address-msvc
tests-sanitize-address-gcc
2h 0m
tests-sanitize-address-gcc
tests-sanitize-memory-clang
1h 34m
tests-sanitize-memory-clang
Fit to window
Zoom out
Zoom in

Annotations

42 errors
tests-sanitize-undefined-clang
variable has incomplete type 'void'
tests-sanitize-undefined-clang: vlib/picohttpparser/misc_test.v#L22
last statement in the `or {}` block should be an expression of type `int` or exit parent scope
tests-sanitize-undefined-clang: vlib/picohttpparser/misc_test.v#L41
last statement in the `or {}` block should be an expression of type `int` or exit parent scope
tests-sanitize-undefined-clang: vlib/v/tests/generics/generics_chans_select_test.v#L54
the final expression in `if` or `match`, must have a value of a non-void type
tests-sanitize-undefined-clang: vlib/v/tests/options/option_call_on_orexpr_test.v#L13
`or` block must provide a value of type `string`, not `?string`
tests-sanitize-undefined-clang: vlib/v/tests/return_result_in_or_block_test.v#L10
`or` block must provide a value of type `int`, not `none`
tests-sanitize-undefined-clang
Process completed with exit code 1.
tests-sanitize-address-clang
variable has incomplete type 'void'
tests-sanitize-address-clang: vlib/picohttpparser/misc_test.v#L22
last statement in the `or {}` block should be an expression of type `int` or exit parent scope
tests-sanitize-address-clang: vlib/picohttpparser/misc_test.v#L41
last statement in the `or {}` block should be an expression of type `int` or exit parent scope
tests-sanitize-address-clang: vlib/v/checker/tests/option_or_block_mismatch.vv#L10
wrong return type `Bar` in the `or {}` block, expected `&Bar`
tests-sanitize-address-clang: vlib/v/checker/tests/option_or_block_mismatch.vv#L13
the default expression type in the `or` block should be `&Bar`, instead you gave a value of type `Bar`
tests-sanitize-address-clang: vlib/v/checker/tests/option_or_block_mismatch.vv#L10
wrong return type `Bar` in the `or {}` block, expected `&Bar`
tests-sanitize-address-clang
the default expression type in the `or` block should be `&Bar`, instead you gave a value of type `Bar`
tests-sanitize-address-clang: vlib/v/checker/tests/option_or_block_returns_value_of_incompatible_type.vv#L13
the default expression type in the `or` block should be `string`, instead you gave a value of type `int literal`
tests-sanitize-address-clang
assigning to 'string' (aka 'struct string') from incompatible type 'int'
tests-sanitize-address-clang
the default expression type in the `or` block should be `string`, instead you gave a value of type `int literal`
tests-sanitize-undefined-gcc
variable or field ‘_t17’ declared void
tests-sanitize-undefined-gcc: vlib/picohttpparser/misc_test.v#L22
last statement in the `or {}` block should be an expression of type `int` or exit parent scope
tests-sanitize-undefined-gcc: vlib/picohttpparser/misc_test.v#L41
last statement in the `or {}` block should be an expression of type `int` or exit parent scope
tests-sanitize-undefined-gcc: vlib/v/tests/generics/generics_chans_select_test.v#L54
the final expression in `if` or `match`, must have a value of a non-void type
tests-sanitize-undefined-gcc: vlib/v/tests/options/option_call_on_orexpr_test.v#L13
`or` block must provide a value of type `string`, not `?string`
tests-sanitize-undefined-gcc: vlib/v/tests/return_result_in_or_block_test.v#L10
`or` block must provide a value of type `int`, not `none`
tests-sanitize-undefined-gcc
Process completed with exit code 1.
tests-sanitize-memory-clang
variable has incomplete type 'void'
tests-sanitize-memory-clang: vlib/picohttpparser/misc_test.v#L22
last statement in the `or {}` block should be an expression of type `int` or exit parent scope
tests-sanitize-memory-clang: vlib/picohttpparser/misc_test.v#L41
last statement in the `or {}` block should be an expression of type `int` or exit parent scope
tests-sanitize-memory-clang: vlib/v/tests/generics/generics_chans_select_test.v#L54
the final expression in `if` or `match`, must have a value of a non-void type
tests-sanitize-memory-clang: vlib/v/tests/options/option_call_on_orexpr_test.v#L13
`or` block must provide a value of type `string`, not `?string`
tests-sanitize-memory-clang: vlib/v/tests/return_result_in_or_block_test.v#L10
`or` block must provide a value of type `int`, not `none`
tests-sanitize-memory-clang
Process completed with exit code 1.
tests-sanitize-address-gcc
variable or field ‘_t17’ declared void
tests-sanitize-address-gcc: vlib/picohttpparser/misc_test.v#L22
last statement in the `or {}` block should be an expression of type `int` or exit parent scope
tests-sanitize-address-gcc: vlib/picohttpparser/misc_test.v#L41
last statement in the `or {}` block should be an expression of type `int` or exit parent scope
tests-sanitize-address-gcc: vlib/v/tests/generics/generics_chans_select_test.v#L54
the final expression in `if` or `match`, must have a value of a non-void type
tests-sanitize-address-gcc: vlib/v/tests/generics/generics_chans_select_test.v#L53
`if` expression needs `else` clause
tests-sanitize-address-gcc: vlib/v/tests/options/option_call_on_orexpr_test.v#L13
`or` block must provide a value of type `string`, not `?string`
tests-sanitize-address-gcc: vlib/v/tests/return_result_in_or_block_test.v#L10
`or` block must provide a value of type `int`, not `none`
tests-sanitize-address-gcc
Process completed with exit code 1.