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

Решить проблему с падением в пайплайне на работе actions/cache. #95

Open
dmitry-weirdo opened this issue Nov 11, 2024 · 1 comment

Comments

@dmitry-weirdo
Copy link
Collaborator

dmitry-weirdo commented Nov 11, 2024

Генерация статы работает, но на заключительном степе Post Cache Maven Packages падает следующая ошибка (по крайней мере, на больших генерациях с кучей файлов).

Error: The template is not valid. .github/workflows/download.yaml (Line: 75, Col: 16): hashFiles('**/pom.xml') failed. Fail to hash files under directory '/home/runner/work/kgparser/kgparser'

См. вот эту работу, например — https://github.com/kghackers/kgparser/actions/runs/11769049390/job/32779575719

Интересно, что на малом числе игроков (тестовый запуск) пайплайн будто бы отрабатывал — см. https://github.com/kghackers/kgparser/actions/runs/11769015103

Первое, что стоит сделать — обновить actions/cache до текущей версии. Текущий пайплайн показывает следующие ворнинги:

Download Player Data
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
dievri added a commit that referenced this issue Nov 11, 2024
Update actions/cache to v4 and search for pom.xml in root and one-deep level directories #95
@dievri
Copy link
Collaborator

dievri commented Nov 11, 2024

Обновил actions/cache до последей версии

Здесь упоминание, что может падать из-за больших файлов в директории actions/runner#449 (comment)

Ещё упоминание, что функция hashFiles('**/pom.xml') при попытке найти pom.xml во всех субдиректориях может испытывать проблемы с доступом куда-то и из-за этого падать actions/runner#449 (comment)

сменил на hashFiles('pom.xml', '*/pom.xml'), чтобы вглубь только на один уровень искало, может чем-то поможет

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