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

checker, cgen: fix interface deref from generic #20675

Closed

fix

156eb3b
Select commit
Loading
Failed to load commit list.
Closed

checker, cgen: fix interface deref from generic #20675

fix
156eb3b
Select commit
Loading
Failed to load commit list.
Cirrus CI / FreeBSD Code CI failed Jan 29, 2024 in 6m 50s

Task Summary

Instruction test_self failed in 05:00

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:14 clone
✅ 00:15 install
✅ 00:01 diagnose_env
✅ 00:18 build
✅ 00:01 build_fast
✅ 00:22 test_math
✅ 00:21 test_math_pure_v
✅ 00:11 test_zip_modules
❌ 05:00 test_self

�[1A�[2KOK    [1162/1180]    74.567 ms vlib/v/checker/tests/globals/name_conflict_with_const.vv

�[1A�[2KOK    [1163/1180]    28.059 ms vlib/v/checker/tests/globals/no_type.vv

�[1A�[2KOK    [1164/1180]    73.493 ms vlib/v/checker/tests/globals/redefine_main.vv

�[1A�[2KOK    [1165/1180]    27.774 ms vlib/v/checker/tests/globals/unexpected_eof.vv

�[1A�[2KOK    [1166/1180]    72.771 ms vlib/v/checker/tests/globals/unknown_typ.vv

�[1A�[2KOK    [1167/1180]    78.608 ms vlib/v/checker/tests/modules/deprecated_module

�[1A�[2KOK    [1168/1180]    74.259 ms vlib/v/checker/tests/modules/enum_from_string_in_different_mods

�[1A�[2KOK    [1169/1180]    77.152 ms vlib/v/checker/tests/modules/implement_private_interface

�[1A�[2KOK    [1170/1180]    73.960 ms vlib/v/checker/tests/modules/module_alias_started_with_underscore

�[1A�[2KOK    [1171/1180]    80.683 ms vlib/v/checker/tests/modules/module_struct_noinit

�[1A�[2KOK    [1172/1180]    78.146 ms vlib/v/checker/tests/modules/module_with_redeclaration

�[1A�[2KOK    [1173/1180]    76.319 ms vlib/v/checker/tests/modules/overload_return_type

�[1A�[2KOK    [1174/1180]   480.839 ms vlib/v/checker/tests/run/comptime_ident_in_typearray.vv

�[1A�[2KOK    [1175/1180]   495.925 ms vlib/v/checker/tests/run/comptime_ident_is_type.vv

�[1A�[2KOK    [1176/1180]   487.279 ms vlib/v/checker/tests/run/noreturn_fn_can_be_used_instead_of_panic.vv

�[1A�[2KOK    [1177/1180]   516.699 ms vlib/v/checker/tests/run/noreturn_method_can_be_used_instead_of_panic.vv

�[1A�[2KOK    [1178/1180]   488.586 ms vlib/v/checker/tests/run/unused_variable_warning.vv

�[1A�[2KOK    [1179/1180]    73.457 ms vlib/v/checker/tests/with_check_option/v_tictactoe.vv

�[1A�[2KOK    [1180/1180]    72.730 ms vlib/v/checker/tests/with_check_option/v_tictactoe_fixed_syntax_error.vv
--------------------------------------------------------------------------------
Summary for all tests: 1 failed, 1179 passed, 1180 total. Elapsed time: 111653 ms.
OK    [60/70] C: 4351.2 ms, R:     6.540 ms vlib/v/doc/doc_test.v
OK    [61/70] C:  901.2 ms, R:  5164.256 ms vlib/v/eval/interpret_test.v
OK    [62/70] C: 3084.2 ms, R:    60.908 ms vlib/v/fmt/fmt_keep_test.v
OK    [63/70] C: 3085.6 ms, R:    23.285 ms vlib/v/fmt/fmt_test.v
OK    [64/70] C:  966.9 ms, R: 39757.177 ms vlib/v/gen/c/coutput_test.v
OK    [65/70] C:  946.2 ms, R:     4.151 ms vlib/v/gen/js/program_test.v
OK    [66/70] C: 5264.4 ms, R:     3.004 ms vlib/v/gen/native/macho_test.v
OK    [67/70] C: 1005.9 ms, R:     2.158 ms vlib/v/gen/native/tests/native_test.v
OK    [68/70] C:  910.9 ms, R:     5.088 ms vlib/v/pkgconfig/pkgconfig_test.v
OK    [69/70] C:  950.2 ms, R: 53888.360 ms vlib/v/slow_tests/inout/compiler_test.v
OK    [70/70] C: 1044.0 ms, R:     2.207 ms vlib/x/json2/json2_test.v
--------------------------------------------------------------------------------
Failed command 1:    '/tmp/cirrus-ci-build/v' -skip-running   -o '/tmp/v_0/tsession_fa4e412000_345555134806/01HNBBQC5RKF56CM9NYEW32XR2/compiler_errors_test' '/tmp/cirrus-ci-build/vlib/v/compiler_errors_test.v'
Summary for testing vlib: 1 failed, 69 passed, 70 total. Elapsed time: 299187 ms, on 1 job.

WARNING: failed 1 times.