Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent error while running codebuild project #8

Open
amitfmg opened this issue Jun 7, 2022 · 2 comments
Open

Intermittent error while running codebuild project #8

amitfmg opened this issue Jun 7, 2022 · 2 comments
Labels
bug Something isn't working needs/reproduce Before looking for a fix, we need to reproduce it

Comments

@amitfmg
Copy link

amitfmg commented Jun 7, 2022

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

@neovasili
Copy link
Owner

Hi there,

I'm glad to see that is useful for somebody else apart from me 😄

I'm not aware of any issue like that, but I will try to reproduce it and check if I can fix it.

@neovasili neovasili added bug Something isn't working needs/reproduce Before looking for a fix, we need to reproduce it labels Jun 15, 2022
@chaosoldier
Copy link

Hi, thank you for your github action.

We getting the error too, so I repot it :

[2022-12-05 08:42:34,102] CRITICAL - Unexpected exception: unsupported operand type(s) for +: 'NoneType' and 'int'

Best,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs/reproduce Before looking for a fix, we need to reproduce it
Projects
None yet
Development

No branches or pull requests

3 participants