build-system icon indicating copy to clipboard operation
build-system copied to clipboard

Fix cache in tests-cacher

Open maccelf opened this issue 1 year ago • 2 comments

We need to fix the cache for tests cacher to prevent this behavior:

2025-01-06 10:02:17,618 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-nodejs-nodejs in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-nodejs-npm in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-bcmath in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-pecl-test in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-dba in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-diseval in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-enchant in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-ffi in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-firebird in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-fpm in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-gd in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-pecl-test in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-gmp in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-imap in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-intl in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-ioncube-loader in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-ldap in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-mbstring in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-mysql-meta in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-mysqlnd in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-db in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-db in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-db in repository. Skipping.
2025-01-06 10:02:17,619 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-python-db in repository. Skipping.
2025-01-06 10:02:17,620 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-python-db in repository. Skipping.
2025-01-06 10:02:17,620 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-python-db in repository. Skipping.
2025-01-06 10:02:17,620 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-python-db in repository. Skipping.
2025-01-06 10:02:17,620 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-pecl-test in repository. Skipping.
2025-01-06 10:02:17,620 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-pecl-apcu in repository. Skipping.
2025-01-06 10:02:17,620 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-pecl-apcu-bc in repository. Skipping.
2025-01-06 10:02:17,620 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-pecl-test in repository. Skipping.
2025-01-06 10:02:17,620 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-pecl-test in repository. Skipping.
2025-01-06 10:02:17,620 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-pecl-test in repository. Skipping.
2025-01-06 10:02:17,620 [tests-cacher:WARNING] - test_rules.json: Missing p_alt-php-pecl-test in repository. Skipping.

maccelf avatar Jan 09 '25 10:01 maccelf

This issue might be related to problems with caching git repositories, because when we have restarted the service, this problem has gone away

anfimovdm avatar Jan 27 '25 08:01 anfimovdm

This error happens because we store cached git repositories in /tmp dir, we should make workdir for that service configurable via config file and store git repositories outside of /tmp dir

anfimovdm avatar Feb 24 '25 15:02 anfimovdm