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

problems on private runner #15

Closed
Apfelwurm opened this issue Sep 8, 2021 · 4 comments
Closed

problems on private runner #15

Apfelwurm opened this issue Sep 8, 2021 · 4 comments

Comments

@Apfelwurm
Copy link

hi together, i've setted up a self hosted runner on an ubuntu 18.04 LTS azure machine because on the default runners my build exceeds the 6 hour job limit.
I got one working run on the self hosted runner and now it seems to don't work anymore.
Therefore i simplified the action to the minimum so only a echo is executed: https://github.com/Apfelwurm/cmake-raspberry/blob/main/.github/workflows/build_release.yml

Even with this minimal setup it results in the following behavior:

the action runs and executes sudo chroot /home/actions/temp/arm-runner/mnt /tmp/commands.sh, at this point qemu-arm-static begins to use between 99.3% and 100% cpu (top output) but nothing more happens.
If i wait around 15 minutes, chroot exits with code 255. So its possible that i encounter the same problem that is mentioned here but in a different situation. Sadly i only have that one self hosted runner, therefore different jobs would run on the same machine.

let me know when there is more information needed and how i can get it.

Ty!

@pguyot
Copy link
Owner

pguyot commented Feb 13, 2022

The link seems to be dead. Were you able to solve the problem?

@Apfelwurm
Copy link
Author

Hey, sorry for the dead link, was not that genius to send the link of a changing file :D
https://github.com/Apfelwurm/cmake-raspberry/blob/0951880bc9f4fb736885ea885b44d79f70606805/.github/workflows/build_release.yml

I have not tried it since september because i could reduce the build time so that it works again on githubs runners. If you want, i can test this again in the next 1-2 Weeks.

@pguyot
Copy link
Owner

pguyot commented Mar 3, 2022

Could you please test, ideally with uses: pguyot/arm-runner-action@main ?
Several bugs were fixed recently.

@pguyot
Copy link
Owner

pguyot commented Apr 2, 2022

Closing this, please feel free to reopen if the problem still exists.

@pguyot pguyot closed this as completed Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants