TransferManager::failTask - path: /tmp/workspace/678511/original_panos/80668710.jpg, url: http://api
Service
cupixworks-capture-singleshot-agent
Occurrences
3
Status
Reported
Confidence
85%
Actionability
28%
Cluster ID
ae3cffac-d24b-4ff8-b5af-57de5249574d
First Seen
2026-04-09 21:20 UTC
Last Seen
2026-04-24 21:55 UTC
Actions
TransferManager::failTask - path: /tmp/workspace/678511/original_panos/80668710.jpg, url: http://api
RCA Summary#
Pano 80668710의 원본 이미지가 S3에 업로드되지 않은 상태(resource_state: "created", filesize: null)에서 singleshot agent가 해당 pano의 원본 이미지를 다운로드하려고 시도했다. Tesla API(PanosController#download_single_resource)는 resource의 revision을 기반으로 S3 presigned URL을 생성하여 302 redirect를 반환했으나, 실제 S3 객체가 존재하지 않아 404가 반환되었다. CupixAuth::handleError가 S3 404 응답을 구조화되지 않은 에러 객체로 감싸면서 checkStatusCode에서 statusCode를 인식하지 못해, 4xx 에러임에도 5회 재시도 후 최종 실패했다.
Scoring#
Confidence 85% · Actionability 28%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 10 code refs, 4 log queries |
| Code path explicitness | 3/3 | 10 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 | 1/5 | critical |
| Affected files | 1/5 | 10 file(s) |
| Single repo | 1/3 | 4 service(s) |
| Immediate actions | 0/3 | absent |
| Testability | 0/3 | no test info |
| External dependency | 1/3 | external deps found |
| Data migration | 3/3 | no migration |