You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We find your github action quite useful as we can get codebuild logs within our github action workflows. Thanks for creating this custom action.
We're getting this error intermittently:
[2022-06-05 03:44:49,822] Wait CodeBuild job to finish stage
[2022-06-05 03:44:50,030] INFO - Build phase: QUEUED
[2022-06-05 03:44:56,070] INFO - Build phase: PROVISIONING
[2022-06-05 03:46:26,064] INFO - Build phase: DOWNLOAD_SOURCE
[2022-06-05 03:46:31,498] INFO - Build phase: FINALIZING
[2022-06-05 03:46:36,938] INFO - Build phase: COMPLETED [2022-06-05 03:46:47,172] CRITICAL - Unexpected exception: unsupported operand type(s) for +: 'NoneType' and 'int'
[2022-06-05 03:46:47,173] CODEBUILD CUSTOM ACTION FINISHED
Strangely, the codebuild project gets started successfully as well but this error fails our workflow. Is this a known issue or are we doing something wrong?
Regards,
Amit
The text was updated successfully, but these errors were encountered:
Hi,
We find your github action quite useful as we can get codebuild logs within our github action workflows. Thanks for creating this custom action.
We're getting this error intermittently:
[2022-06-05 03:44:49,822] Wait CodeBuild job to finish stage
[2022-06-05 03:44:50,030] INFO - Build phase: QUEUED
[2022-06-05 03:44:56,070] INFO - Build phase: PROVISIONING
[2022-06-05 03:46:26,064] INFO - Build phase: DOWNLOAD_SOURCE
[2022-06-05 03:46:31,498] INFO - Build phase: FINALIZING
[2022-06-05 03:46:36,938] INFO - Build phase: COMPLETED
[2022-06-05 03:46:47,172] CRITICAL - Unexpected exception: unsupported operand type(s) for +: 'NoneType' and 'int'
[2022-06-05 03:46:47,173] CODEBUILD CUSTOM ACTION FINISHED
Strangely, the codebuild project gets started successfully as well but this error fails our workflow. Is this a known issue or are we doing something wrong?
Regards,
Amit
The text was updated successfully, but these errors were encountered: