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

Github workflow fails for unknown reason 2 #10140

Closed
2 of 14 tasks
ggkiokas opened this issue Jun 28, 2024 · 7 comments
Closed
2 of 14 tasks

Github workflow fails for unknown reason 2 #10140

ggkiokas opened this issue Jun 28, 2024 · 7 comments
Assignees
Labels
investigate Collect additional information, like space on disk, other tool incompatibilities etc. OS: Ubuntu

Comments

@ggkiokas
Copy link

Description

I created a dummy example of the failed workflow

Probably it is related with this .
I added a new FE repo which needs yarn install && yarn start. This probably leads to lack of CPU resources. Can you please check if this is the case. If indeed this is the problem, can you please let me know about the additional cost of the upgrade ?

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 11
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

https://github.com/Seafair/poseidon/actions/runs/9713801033/job/26811513218#step:36:1680

Is it regression?

yes

Expected behavior

it should complete without issues

Actual behavior

I got an error
Error: The operation was canceled.
I also got in the past error:
error code 143

Repro steps

Run the workflow of provided link

@vidyasagarnimmagaddi vidyasagarnimmagaddi self-assigned this Jul 1, 2024
@vidyasagarnimmagaddi vidyasagarnimmagaddi added OS: Ubuntu investigate Collect additional information, like space on disk, other tool incompatibilities etc. and removed needs triage bug report labels Jul 1, 2024
@vidyasagarnimmagaddi
Copy link
Contributor

HI @ggkiokas , could you please provide the link to the failed build for ubuntu-24 for further analysis.

@ggkiokas
Copy link
Author

ggkiokas commented Jul 1, 2024

@vidyasagarnimmagaddi
Copy link
Contributor

Hi @ggkiokas , coould you please confirm issue with ubuntu-22 or ubuntu-24, for the above provided link it is for ubuntu-22 .Further we cannot access the link to see the error, kindly provide the image name and post all the screenshots , if available. thanks

@ggkiokas
Copy link
Author

ggkiokas commented Jul 1, 2024

I am sorry for the confusion.
All the jobs of my workflow are:

  • runs-on: ubuntu-latest

The ubuntu version as you can see in the screenshot is:

  • 22.04.4
    Screenshot from 2024-07-01 11-19-59

Please lmk if you need more info

@vidyasagarnimmagaddi
Copy link
Contributor

Hello @ggkiokas ,We have checked the logs and found out that your run https://github.com/Seafair/poseidon/actions/runs/9713801033/job/26811513218 exhaust all available CPU and disk thruput resources on the runner.

In this case you have a several options:

1)Adjust your workflow to minimize CPU and disk write operation load
2)Switch to the larger runners
3)Set up your own self-hosted runner

Hope , your issue will be resolved, Closing this issue. Thanks

@ggkiokas
Copy link
Author

ggkiokas commented Jul 2, 2024

@vidyasagarnimmagaddi Thanks for your response! Should I contact customer service for reviewing my options about large runners? I am not sure what is the current state of my runners and where I should aim to.

@ggkiokas
Copy link
Author

ggkiokas commented Jul 5, 2024

Any news on that @vidyasagarnimmagaddi ?

@ggkiokas ggkiokas changed the title Github workflow fails for unknown reason Github workflow fails for unknown reason 2 Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigate Collect additional information, like space on disk, other tool incompatibilities etc. OS: Ubuntu
Projects
None yet
Development

No branches or pull requests

2 participants