failed to calculate voxels for Capture ID: 745783, error: error state model cannot calculate voxel
Service
cupixworks-worker
Occurrences
5
Status
Approved
Confidence
85%
Actionability
60%
Cluster ID
44bae1a9-16b5-4996-9ea6-603a64a3788b
First Seen
2026-07-31 17:25 UTC
Last Seen
2026-08-04 02:05 UTC
Actions
현재 상태 approved 에서는 실행할 액션이 없습니다.
failed to calculate voxels for Capture ID: 745783, error: error state model cannot calculate voxel
What Happened#
2026-08-01 02:25:36 KST 에 cupixworks-worker (production, us-west-2) 에서 Capture ID 745783 의 voxel 계산이 실패했다. Capture 가 이미 error_code=TES10002 상태였는데, editing 이 skipped 로 종료되는 finalization 콜백이 calculate_voxels 를 호출했고, Cupix::VoxelService.calculate_voxels! 가 error_code.present? 검증(voxel_service.rb:7) 에 걸려 Cupix::Errors::Argument("error state model cannot calculate voxel") 를 raise → VoxelModule#calculate_voxels 의 rescue 가 이를 error 레벨로 로깅했다.
Quick Facts#
| Field | Value |
|---|---|
| exception.class | Cupix::Errors::Argument (code ARG40000) |
| exception.message | error state model cannot calculate voxel |
| top_frame | app/services/cupix/voxel_service.rb:7 (raise), app/models/concerns/voxel_module.rb:12 (log) |
| env | production, us-west-2 |
| tenant | cupix |
| affected model | Capture id=745783, error_code=TES10002 |
Affected Teams#
| Team / Domain | Error Count | Impact |
|---|---|---|
| capture / editing finalization (cupixworks-worker) | 1 (이 클러스터) / 14일 누적 5건 | 사용자 기능 영향 없음 — 이미 에러 상태인 Capture 에 대한 voxel 재계산 시도만 실패. 노이즈 에러 로그 발생. |
Timeline#
- 2026-08-01 02:25:36 KST — Capture 745783 finalization 진입:
start validation for 3D reconstruction. capture_id: 745783, editing_support: true(info) - 2026-08-01 02:25:36 KST — 동일 시각,
error_code=TES10002로 인해publish,3d_reconstruction,analysis,CaptureIntelligence,editing모두 정상적으로 skip 됨 (capture 745783 publish skipped: error_code(TES10002) exist,Editing skipped on Capture 745783등 info 로그) - 2026-08-01 02:25:36 KST —
after_editing_finalized :calculate_voxels콜백 실행 →Cupix::VoxelService.calculate_voxels!가error_code.present?검증에서ARG40000raise →VoxelModule#calculate_voxelsrescue 에서 error 로그 발생 (본 클러스터) - 2026-08-01 02:26:08 KST —
Updating associated deviations for Capture 745783(info) — 후속 처리는 정상 진행 - 2026-08-01 02:26:10 KST —
Updating associated sitetracks for Capture 745783(info) — 후속 처리는 정상 진행
Scoring#
Confidence 85% · Actionability 60%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 22 code refs, 6 log queries |
| Code path explicitness | 3/3 | 22 file:line refs |
| Log evidence | 3/3 | section, query, pattern |
| RCA structure | 3/3 | 3/3 sections |
| Revision history | 0/3 | 0 revision(s) |
| Agent execution | 3/3 | success |
Actionability#
| Dimension | Score | Detail |
|---|---|---|
| Fix complexity | 5/5 | trivial |
| Affected files | 1/5 | 10 file(s) |
| Single repo | 1/3 | 2 service(s) |
| Immediate actions | 0/3 | absent |
| Testability | 2/3 | test mentioned |
| External dependency | 3/3 | no external deps |
| Data migration | 3/3 | no migration |