Skip to content

Refactor obstacle navigation with optimizations

9d444b4
Select commit
Loading
Failed to load commit list.
Closed

Edit #3

Refactor obstacle navigation with optimizations
9d444b4
Select commit
Loading
Failed to load commit list.
Synqrapsy test / Synqrapsy — Windows_CI succeeded Feb 14, 2026 in 12s

Synqrapsy — Windows_CI

Synqrapsy: completed top=test · CI: failed

Details

Synqrapsy

CI: ❌ Failed (exit code 1)
Synqrapsy: ✅ Completed
Confidence: High

Verdict

Likely root cause: Tests failed (test)
Why: > assert rc == 0

Do now / Where to look

Evidence

Key lines:

  • 2026-02-14T08:26:11.5505093Z > assert rc == 0
  • 2026-02-14T08:26:11.5505471Z E assert 1 == 0

Log excerpt:

2026-02-14T08:26:11.5502056Z         if errors:

2026-02-14T08:26:11.5502539Z             print(errors)

2026-02-14T08:26:11.5503450Z         else:

2026-02-14T08:26:11.5504629Z             print("No lint errors found.")

2026-02-14T08:26:11.5505093Z >       assert rc == 0

2026-02-14T08:26:11.5505471Z E       assert 1 == 0

2026-02-14T08:26:11.5505689Z 

2026-02-14T08:26:11.5505961Z branch_commit = '0f3a27b1dd293180dd0dd0237f90403562a9c581'

2026-02-14T08:26:11.5508010Z errors     = 'F823 Local variable `collision_checks` referenced before assignment\n   --> ArmNavigation/arm_obstacle_navigation/arm...\n    |\nhelp: Remove assignment to unused variable `collision_checks`\n\nFound 209 errors (207 fixed, 2 remaining).\n'

2026-02-14T08:26:11.5509851Z files      = ['D:\\a\\PythonRobotics\\PythonRobotics\\AerialNavigation/rocket_powered_landing/rocket_powered_landing.py', 'D:\\a\\PythonRobotics\\PythonRobotics\\ArmNavigation/arm_obstacle_navigation/arm_obstacle_navigation.py']

Full excerpt (scrubbed)

2026-02-14T08:26:11.5500699Z         files = diff_files(branch_commit)

2026-02-14T08:26:11.5501056Z         print(files)

2026-02-14T08:26:11.5501513Z         rc, errors = run_ruff(files, fix=True)

2026-02-14T08:26:11.5502056Z         if errors:

2026-02-14T08:26:11.5502539Z             print(errors)

2026-02-14T08:26:11.5503450Z         else:

2026-02-14T08:26:11.5504629Z             print("No lint errors found.")

2026-02-14T08:26:11.5505093Z >       assert rc == 0

2026-02-14T08:26:11.5505471Z E       assert 1 == 0

2026-02-14T08:26:11.5505689Z 

2026-02-14T08:26:11.5505961Z branch_commit = '0f3a27b1dd293180dd0dd0237f90403562a9c581'

2026-02-14T08:26:11.5508010Z errors     = 'F823 Local variable `collision_checks` referenced before assignment\n   --> ArmNavigation/arm_obstacle_navigation/arm...\n    |\nhelp: Remove assignment to unused variable `collision_checks`\n\nFound 209 errors (207 fixed, 2 remaining).\n'

2026-02-14T08:26:11.5509851Z files      = ['D:\\a\\PythonRobotics\\PythonRobotics\\AerialNavigation/rocket_powered_landing/rocket_powered_landing.py', 'D:\\a\\PythonRobotics\\PythonRobotics\\ArmNavigation/arm_obstacle_navigation/arm_obstacle_navigation.py']

2026-02-14T08:26:11.5510809Z rc         = 1

2026-02-14T08:26:11.5510934Z 
Technical details
  • incident: inc_000_combined
  • kind_true: test
  • profile: router / growth=off / log_variant=clean
  • ci_status: conclusion=failed exit_code=1
  • autopsy_status: conclusion=completed calibrated=False confidence=high score=0.9999999999996666
  • metrics: steps=2 ttfa=1 oracle_pass_rate=1.00
  • reliability: abstain=False reason=ok confidence=high score=1.00
  • repo: anviren/PythonRobotics sha: 9d444b4c7b36

Top hypotheses:

    1. test (score=2.00)