ES /docs

MeshService::run | error: {"stack":"Error: forge_bimmodel_extractor failed to extract mesh, process(

Service
cupixworks-any-mesh-agent
Occurrences
85
Status
Reported
Confidence
80%
Actionability
32%
Cluster ID
8b298a2d-8709-4fc9-847b-124dcd0bfa85
First Seen
2026-06-24 07:00 UTC
Last Seen
2026-08-03 22:11 UTC
Actions

MeshService::run | error: {"stack":"Error: forge_bimmodel_extractor failed to extract mesh, process(

What Happened#

2026-06-24 16:00:16 KST 에 production us-west-2 region 의 cupixworks-any-mesh-agent 가 BIM id 20141 의 mesh 추출 작업을 처리하던 중 native addon @cupix-compute/forge_bimmodel_extractor v1.1.2 의 extract_bimmodel.process() 호출이 false 를 반환했다. 상위 코드는 이 결과를 받아 즉시 throw 하고 BIM 의 mesh_stateerror 로 전환했다. 클러스터에 해당 fingerprint 의 occurrence 가 1 건만 기록되어 있어 단일 BIM 모델에 대한 일회성 추출 실패다.

Quick Facts#

Field Value
exception.class Error
exception.message forge_bimmodel_extractor failed to extract mesh, process() returned: false
top_frame mesh-extractor.process.ts:150 (production: /tmp/agent/dist/app.cjs:1578)
runtime Node.js child process, @cupix-compute/forge_bimmodel_extractor@1.1.2
env production, region us-west-2, tenant cupix

Affected Teams#

Team / Domain Error Count Impact
secc (mesh extraction) 1 BIM id 20141 의 mesh_state 가 error 로 전환되어 해당 BIM 의 mesh archive 가 S3 에 업로드되지 않음. 다른 BIM 처리에는 영향 없음.

Timeline#

  1. 2026-06-24 16:00:10 KSTBaseService::runByMessage | id: 20141 — SQS message 수신, BIM 20141 처리 시작
  2. 2026-06-24 16:00:11 KSTMeshService::runMeshExtractor | forge_bimmodel_extractor version: 1.1.2 — child process 에서 native extractor 실행
  3. 2026-06-24 16:00:13 KST — child process stderr 에 AWS SDK v2 maintenance notice (extractor 동작과 무관한 노이즈)
  4. 2026-06-24 16:00:16 KSTforge_bimmodel_extractor failed to extract mesh, process() returned: false — native process()false 반환, MeshService::run 의 catch 블록이 error 로깅 후 updateErrorState 호출
  5. 2026-06-24 16:00:16 KSTBaseService::cleanUpAnythingRelatedModel | path: /tmp/workspace/20141 + SQS message 삭제로 작업 종료

Scoring#

Confidence 80% · Actionability 32%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 11 code refs, 4 log queries
Code path explicitness 3/3 11 file:line refs
Log evidence 2/3 section, query
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 11 file(s)
Single repo 1/3 11 service(s)
Immediate actions 0/3 absent
Testability 0/3 no test info
External dependency 1/3 external deps found
Data migration 0/3 migration needed