CodeBuild project fails on time out. Stuck in QUEUED state

0

Since two days ago my codebuild projects that I have not been touching for a while started to fail in us-east-1 region. Example failure from CLI

 "startTime": "2023-01-09T21:00:13.773000-08:00",
            "endTime": "2023-01-10T05:00:28.257000-08:00",
            "currentPhase": "COMPLETED",
            "buildStatus": "FAILED",
            "projectName": "", // reducted
            "phases": [
                {
                    "phaseType": "SUBMITTED",
                    "phaseStatus": "SUCCEEDED",
                    "startTime": "2023-01-09T21:00:13.773000-08:00",
                    "endTime": "2023-01-09T21:00:13.863000-08:00",
                    "durationInSeconds": 0
                },
                {
                    "phaseType": "QUEUED",
                    "phaseStatus": "TIMED_OUT",
                    "startTime": "2023-01-09T21:00:13.863000-08:00",
                    "endTime": "2023-01-10T05:00:28.257000-08:00",
                    "durationInSeconds": 28814,
                    "contexts": [
                        {
                            "statusCode": "BUILD_TIMED_OUT",
                            "message": "Build has timed out in the queued phase"
                        }
                    ]
                },
                {
                    "phaseType": "COMPLETED",
                    "startTime": "2023-01-10T05:00:28.257000-08:00"
                }

No logs created or any other info given, which makes it hard to debug the issue. Anybody has idea how to debug or what could be the root cause?

질문됨 일 년 전105회 조회
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠