Skip to content

feat: add contact evaluators for lcs factory

1ab4ccd
Select commit
Loading
Failed to load commit list.
Open

feat(lcmt_generators) : Add standard LCM generators for C3 Output and Contact Descriptions #10

feat: add contact evaluators for lcs factory
1ab4ccd
Select commit
Loading
Failed to load commit list.
Cirrus CI / jammy failed Feb 23, 2026 in 5m 32s

Task Summary

Instruction test failed in 05:17

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:00 clone
✅ 00:11 format
❌ 05:17 test

[ RUN      ] C3CartpoleTest.InitializationTest
[       OK ] C3CartpoleTest.InitializationTest (1 ms)
[ RUN      ] C3CartpoleTest.LinearConstraintsTest
[       OK ] C3CartpoleTest.LinearConstraintsTest (0 ms)
[ RUN      ] C3CartpoleTest.RemoveLinearConstraintsTest
[       OK ] C3CartpoleTest.RemoveLinearConstraintsTest (0 ms)
[ RUN      ] C3CartpoleTest.UpdateTargetTest
[       OK ] C3CartpoleTest.UpdateTargetTest (0 ms)
[ RUN      ] C3CartpoleTest.UpdateCostMatrix
[       OK ] C3CartpoleTest.UpdateCostMatrix (0 ms)
[ RUN      ] C3CartpoleTest.ZSolStaleTest
OMP: Info #276: omp_set_nested routine deprecated, please use omp_set_max_active_levels instead.
Error code = 10030
Too many sessions, 5 active sessions for a baseline of 2
terminate called after throwing an instance of 'std::runtime_error'
  what():  Gurobi optimization failed.
================================================================================
FAIL: //systems:systems_test (Aborted) (see /root/.cache/bazel/_bazel_root/b3ae12dd079012e10ed112b1996c540f/execroot/_main/bazel-out/k8-opt/testlogs/systems/systems_test/test.log)
INFO: From Testing //systems:systems_test:
==================== Test output for //systems:systems_test:
Running main() from gmock_main.cc
[==========] Running 14 tests from 4 test suites.
[----------] Global test environment set-up.
[----------] 3 tests from LCSSimulatorTest
[ RUN      ] LCSSimulatorTest.Initialization
[       OK ] LCSSimulatorTest.Initialization (0 ms)
[ RUN      ] LCSSimulatorTest.SimulateOneStep
[       OK ] LCSSimulatorTest.SimulateOneStep (0 ms)
[ RUN      ] LCSSimulatorTest.MissingLCS
[       OK ] LCSSimulatorTest.MissingLCS (0 ms)
[----------] 3 tests from LCSSimulatorTest (1 ms total)

[----------] 4 tests from C3ControllerTypedTest/0, where TypeParam = c3::C3MIQP
[ RUN      ] C3ControllerTypedTest/0.CheckInputOutputPorts
[       OK ] C3ControllerTypedTest/0.CheckInputOutputPorts (53 ms)
[ RUN      ] C3ControllerTypedTest/0.CheckPlannedTrajectory
[2026-02-23 20:27:58.704] [console] [info] Filtered solve time is zero, presuming first iteration and skipping clamped prediction.
OMP: Info #276: omp_set_nested routine deprecated, please use omp_set_max_active_levels instead.
Error code = 10030
Too many sessions, 5 active sessions for a baseline of 2
terminate called after throwing an instance of 'std::runtime_error'
  what():  Gurobi optimization failed.
================================================================================
INFO: Found 55 targets and 6 test targets...
INFO: Elapsed time: 5.176s, Critical Path: 3.05s
INFO: 7 processes: 519 action cache hit, 1 remote cache hit, 7 processwrapper-sandbox.
INFO: Build completed, 2 tests FAILED, 7 total actions
//core:core_test                                                         FAILED in 2.5s
  /root/.cache/bazel/_bazel_root/b3ae12dd079012e10ed112b1996c540f/execroot/_main/bazel-out/k8-opt/testlogs/core/core_test/test.log
//systems:systems_test                                                   FAILED in 2.7s
  /root/.cache/bazel/_bazel_root/b3ae12dd079012e10ed112b1996c540f/execroot/_main/bazel-out/k8-opt/testlogs/systems/systems_test/test.log

Executed 6 out of 6 tests: 4 tests pass and 2 fail locally.
There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.

Exit status: 3