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

Checkout@v3 hangs on exit forever causing the job to be stopped #794

Open
harry-unlikelyai opened this issue May 11, 2022 · 3 comments
Open

Comments

@harry-unlikelyai
Copy link

This doesn't block merging because the action run doesn't fail but it is still very annoying because it doesn't count as a successful run either

@cgr71ii
Copy link

cgr71ii commented Aug 1, 2022

Same issue here. Any solution?

@harry-unlikelyai
Copy link
Author

Sadly no, and I haven't seen it occur very often so I haven't pushed much further with it, does it happen every time for you or just intermittently?

@cgr71ii
Copy link

cgr71ii commented Aug 2, 2022

Pity :/ It happens intermittently to me.

You can see in 1 and 2 that the job "Tests combining dictionaries and MT" is cancelled in one and not in the other (all the cancelled jobs are due to this issue)... I'm trying to use different versions of the action in order to keep the functionalities I want and avoid this problem.

Anyway, this problem seems to be related to the use of the action docker/build-push-action@v3, since all my other workflows are not being affected. Are you using this action in your CI scripts by chance?

cgr71ii added a commit to bitextor/bitextor that referenced this issue Aug 3, 2022
Docker image is being built manually because the action makes some
jobs to fail intermittently:
actions/checkout#794
docker/build-push-action#660
cgr71ii added a commit to bitextor/bitextor that referenced this issue Sep 7, 2022
* Fix docker CI script

* Fix docker CI script

* Fix docker CI script

* Fix docker CI script

* Fix docker and conda CI scripts

* Fix docker and conda CI scripts

* Fix docker and conda CI scripts

* Fix docker CI script

* Update actions/checkout in CI scripts

* Update docker CI script

docker/build-push-action action

* Docker CI script workaround

* Add verbose info to docker CI script

* Try another version of the docker action

* Minor fix

* Try actions/checkout@v2

Actions are failing for some reason...

* Change conda build boost dependency

* Update CI scripts

* Minor fix GHA scripts

* Update submodules

* Update GHA scripts

Docker image is being built manually because the action makes some
jobs to fail intermittently:
actions/checkout#794
docker/build-push-action#660

* Update GHA scripts

* Minor fix conda GHA scripts

* Update GHA scripts and new docker GHA script

* Fix docker GHA script

* Fix conda build

* Refactor run-tests.sh

* Fix conda build

* Minor fix

* Fix tests

* Minor fix intensive tests

* Fix typo

* Update documentation

* Refactor bicleaner train rule

Create separate rules for bicleaner model generation based on the
flavour

* Fix bicleaner AI tests

Adding metadata.yaml is not longer necessary

* Fix bicleaner rule

* Minor fix

* Fix dryrun from intensive tests

* Fix conda installation in GHA

* Fix conda installation in GHA scripts

* Fix bicleaner model generation

Dictionary train prefix was not being correctly handled

Co-authored-by: Leopoldo Pla <leopoldoplasempere@gmail.com>
Co-authored-by: Leopoldo Pla <lpla@dlsi.ua.es>
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