45d87ce3-7461-48bd-b7cd-2acbe3410309
프로토타입에서는 'Spec 생성' 만 실제 동작합니다. 그 외 버튼은 표시용 입니다.
원인 분류: 분류 불가 — 추가 조사 필요
메모: 분석 단계 오류로 분류 불가: Error code: 401 - {'error': {'code': 'invalidapikey', 'message': 'Signature expired: 20260605T171734Z is now earlier than 20260610T000434Z (20260610T000934Z - 5 min.)', 'param': None, 'type': 'permissiondeniederror'}}
📋 오류 발생 부근 로그 (영역 3개, ~L258)
#10 0.305 File "app.py", line 40
#10 0.305 return redirect(url_for("index")
#10 0.305 ^
#10 0.305 SyntaxError: '(' was never closed
#10 ERROR: process "/bin/sh -c python -m py_compile app.py" did not complete successfully: exit code: 1
------
> [6/6] RUN python -m py_compile app.py:
0.305 File "app.py", line 40
0.305 return redirect(url_for("index")
0.305 ^
0.305 SyntaxError: '(' was never closed
------
Dockerfile:7
--------------------
5 | COPY app.py .
─── …생략… ───
7 | >>> RUN python -m py_compile app.py
8 | EXPOSE 5000
9 | CMD ["python", "app.py"]
--------------------
ERROR: failed to solve: process "/bin/sh -c python -m py_compile app.py" did not complete successfully: exit code: 1
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy to Target)
Stage "Deploy to Target" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] writeFile
[Pipeline] }
[Pipeline] // script
─── …생략… ───
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1{
"result": "FAILURE",
"jobName": "counter-app-fail-pipeline",
"buildUrl": "https://jenkins.architecture-service-center.cloud/job/counter-app-fail-pipeline/1/",
"buildNumber": 1,
"jiraIssueKey": "",
"consoleLogUrl": "https://jenkins.architecture-service-center.cloud/job/counter-app-fail-pipeline/1/consoleText"
}