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: fix private type #23544

Closed
wants to merge 2 commits into from

fix

8db36f8
Select commit
Loading
Failed to load commit list.
Closed

checker: fix private type #23544

fix
8db36f8
Select commit
Loading
Failed to load commit list.
Cirrus CI / FreeBSD Code CI failed Jan 21, 2025 in 6m 30s

Task Summary

Instruction test_self failed in 04:21

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:26 clone
✅ 00:36 install
✅ 00:01 diagnose_env
✅ 00:19 build
✅ 00:01 build_fast
✅ 00:17 test_math
✅ 00:16 test_math_pure_v
✅ 00:08 test_zip_modules
❌ 04:21 test_self

�[1A�[2KOK    [1340/1359]    87.006 ms vlib/v/checker/tests/globals/redefine_main.vv

�[1A�[2KOK    [1341/1359]    35.130 ms vlib/v/checker/tests/globals/unexpected_eof.vv

�[1A�[2KOK    [1342/1359]    86.510 ms vlib/v/checker/tests/globals/unknown_typ.vv

�[1A�[2KOK    [1343/1359]    86.233 ms vlib/v/checker/tests/modules/deprecated_consts

�[1A�[2KOK    [1344/1359]    88.213 ms vlib/v/checker/tests/modules/deprecated_module

�[1A�[2KOK    [1345/1359]    85.556 ms vlib/v/checker/tests/modules/enum_from_string_in_different_mods

�[1A�[2KOK    [1346/1359]    85.898 ms vlib/v/checker/tests/modules/implement_private_interface

�[1A�[2KOK    [1347/1359]    86.126 ms vlib/v/checker/tests/modules/module_alias_started_with_underscore

�[1A�[2KOK    [1348/1359]    86.722 ms vlib/v/checker/tests/modules/module_struct_noinit

�[1A�[2KOK    [1349/1359]    86.831 ms vlib/v/checker/tests/modules/module_with_redeclaration

�[1A�[2KOK    [1350/1359]    85.281 ms vlib/v/checker/tests/modules/overload_return_type

�[1A�[2KOK    [1351/1359]   290.809 ms vlib/v/checker/tests/run/comptime_ident_in_typearray.vv

�[1A�[2KOK    [1352/1359]   308.609 ms vlib/v/checker/tests/run/comptime_ident_is_type.vv

�[1A�[2KOK    [1353/1359]   297.321 ms vlib/v/checker/tests/run/noreturn_fn_can_be_used_instead_of_panic.vv

�[1A�[2KOK    [1354/1359]   296.607 ms vlib/v/checker/tests/run/noreturn_method_can_be_used_instead_of_panic.vv

�[1A�[2KOK    [1355/1359]   178.766 ms vlib/v/checker/tests/run/unused_variable_warning.vv

�[1A�[2KOK    [1356/1359]   311.094 ms vlib/v/checker/tests/run/using_comptime_d_value.vv

�[1A�[2KOK    [1357/1359]    86.726 ms vlib/v/checker/tests/with_check_option/v_import_const.vv

�[1A�[2KOK    [1358/1359]    84.993 ms vlib/v/checker/tests/with_check_option/v_tictactoe.vv

�[1A�[2KOK    [1359/1359]    88.479 ms vlib/v/checker/tests/with_check_option/v_tictactoe_fixed_syntax_error.vv
--------------------------------------------------------------------------------
Summary for all tests: 3 failed, 1355 passed, 1 skipped, 1359 total. Elapsed time: 122825 ms.
OK    [60/69] C:   524.0 ms, R:  5094.361 ms vlib/v/eval/interpret_test.v
OK    [61/69] C:  2493.7 ms, R:    75.388 ms vlib/v/fmt/fmt_keep_test.v
OK    [62/69] C:  2449.8 ms, R:    45.826 ms vlib/v/fmt/fmt_test.v
OK    [63/69] C:   544.0 ms, R: 40956.222 ms vlib/v/gen/c/coutput_test.v
OK    [64/69] C:   530.5 ms, R:     3.701 ms vlib/v/gen/js/program_test.v
OK    [65/69] C:  2296.7 ms, R:     3.907 ms vlib/v/gen/native/macho_test.v
OK    [66/69] C:   511.9 ms, R:     2.442 ms vlib/v/gen/native/tests/native_test.v
OK    [67/69] C:   587.1 ms, R:     9.883 ms vlib/v/pkgconfig/pkgconfig_test.v
OK    [68/69] C:   543.3 ms, R: 31384.856 ms vlib/v/slow_tests/inout/compiler_test.v
OK    [69/69] C:   695.1 ms, R:     2.555 ms vlib/x/json2/tests/json2_test.v
--------------------------------------------------------------------------------
To reproduce just failure 1 run:    '/tmp/cirrus-ci-build/v'  '/tmp/cirrus-ci-build/vlib/v/compiler_errors_test.v'
Summary for testing: cmd, vlib: 1 failed, 68 passed, 69 total. Elapsed time: 260756 ms, on 1 job.

WARNING: failed 1 times.