Build 64605 with config group_translations_child | 4m |
Date | Level | Type | Message |
---|---|---|---|
2024-07-31 13:40:08 | INFO | runbot | Init build environment with config Adhoc Conf (no test) - Con traducciones |
2024-07-31 13:40:08 | Starting step base from config Adhoc Conf (no test) - Con traducciones | ||
2024-07-31 13:40:08 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2024-07-31 13:40:32 | INFO | server | odoo.modules.loading:301 1 modules loaded in 11.77s, 9048 queries (+9048 extra) |
2024-07-31 13:40:47 | INFO | server | odoo.modules.loading:301 18 modules loaded in 8.53s, 7202 queries (+7202 extra) |
2024-07-31 13:40:47 | Step base finished in 38s | ||
2024-07-31 13:40:47 | Starting step all_no_test from config Adhoc Conf (no test) - Con traducciones | ||
2024-07-31 13:40:47 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2024-07-31 13:41:11 | INFO | server | odoo.modules.loading:301 1 modules loaded in 11.73s, 9048 queries (+9048 extra) |
2024-07-31 13:42:26 | INFO | server | odoo.addons.l10n_uy_currency_update.models.res_company:40 Currency Provider configured as BCU for next companies: UY Company |
2024-07-31 13:42:26 | INFO | server | odoo.modules.loading:301 67 modules loaded in 66.90s, 41260 queries (+41264 extra) |
2024-07-31 13:42:26 | INFO | server | odoo.modules.loading:301 70 modules loaded in 2.52s, 1012 queries (+1012 extra) |
2024-07-31 13:42:29 | Step all_no_test finished in 99s | ||
2024-07-31 13:42:29 | Starting step setup from config Adhoc Conf (no test) - Con traducciones | ||
2024-07-31 13:42:29 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2024-07-31 13:42:31 | INFO | runbot | Step setup finished in 0s |
2024-07-31 13:42:31 | Starting step child_push_translations_python from config Adhoc Conf (no test) - Con traducciones | ||
2024-07-31 13:42:31 | INFO | subbuild | Build # 64605 created with config group_translations_child |
2024-07-31 13:42:33 | Starting step run from config Adhoc Conf (no test) - Con traducciones | ||
2024-07-31 13:42:33 | INFO | runbot | build has a parent, skip run |
2024-07-31 13:42:36 | INFO | runbot | Step run finished in 3s |
2024-07-31 13:42:42 | INFO | server | odoo.modules.loading:301 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2024-07-31 13:42:54 | INFO | server | odoo.modules.loading:301 70 modules loaded in 1.77s, 0 queries (+0 extra) |
2024-07-31 13:46:17 | WARNING | server | odoo.modules.loading:632 Transient module states were reset |
This error is already known. | |||
2024-07-31 13:46:17 | ERROR | server |
odoo.modules.registry:118
Failed to load registry Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transifex/api/jsonapi/apis.py", line 197, in request response.status_code, response.json()["errors"], response File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 900, in json return complexjson.loads(self.text, **kwargs) File "/usr/local/lib/python3.10/json/__init__.py", line 346, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.10/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/local/lib/python3.10/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 113, in new odoo.modules.load_modules(registry, force_demo, status, update_module) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 480, in load_modules processed_modules += load_marked_modules(env, graph, File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 364, in load_marked_modules loaded, processed = load_module_graph( File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 245, in load_module_graph getattr(py_module, post_init)(env) File "/data/build/ingadhoc-miscellaneous/transifex_push/__init__.py", line 17, in post_init env['base.language.export']._transifex_push(modules, api_key, organization_slug, project_slug) File "/data/build/ingadhoc-miscellaneous/transifex_push/wizard/base_export_language.py", line 77, in _transifex_push resource = transifex_api.resources.get('%s:r:%s' % (tx_project.id, module_name)) File "/usr/local/lib/python3.10/site-packages/transifex/api/jsonapi/resources.py", line 317, in get instance.reload(include=include) File "/usr/local/lib/python3.10/site-packages/transifex/api/jsonapi/resources.py", line 300, in reload response_body = self.API.request("get", url, params=params) File "/usr/local/lib/python3.10/site-packages/transifex/api/jsonapi/apis.py", line 200, in request response.raise_for_status() File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 943, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 504 Server Error: Gateway Time-out for url: https://rest.api.transifex.com/resources/o:adhoc:p:odoo-17-0:r:l10n_uy_currency_update |
2024-07-31 13:46:17 | CRITICAL | server |
odoo.service.server:1350
Failed to initialize database `64591-17-0-all`. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transifex/api/jsonapi/apis.py", line 197, in request response.status_code, response.json()["errors"], response File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 900, in json return complexjson.loads(self.text, **kwargs) File "/usr/local/lib/python3.10/json/__init__.py", line 346, in loads return _default_decoder.decode(s) File "/usr/local/lib/python3.10/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/local/lib/python3.10/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1313, in preload_registries registry = Registry.new(dbname, update_module=update_module) File "<decorator-gen-16>", line 2, in new File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 87, in locked return func(inst, *args, **kwargs) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 113, in new odoo.modules.load_modules(registry, force_demo, status, update_module) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 480, in load_modules processed_modules += load_marked_modules(env, graph, File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 364, in load_marked_modules loaded, processed = load_module_graph( File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 245, in load_module_graph getattr(py_module, post_init)(env) File "/data/build/ingadhoc-miscellaneous/transifex_push/__init__.py", line 17, in post_init env['base.language.export']._transifex_push(modules, api_key, organization_slug, project_slug) File "/data/build/ingadhoc-miscellaneous/transifex_push/wizard/base_export_language.py", line 77, in _transifex_push resource = transifex_api.resources.get('%s:r:%s' % (tx_project.id, module_name)) File "/usr/local/lib/python3.10/site-packages/transifex/api/jsonapi/resources.py", line 317, in get instance.reload(include=include) File "/usr/local/lib/python3.10/site-packages/transifex/api/jsonapi/resources.py", line 300, in reload response_body = self.API.request("get", url, params=params) File "/usr/local/lib/python3.10/site-packages/transifex/api/jsonapi/apis.py", line 200, in request response.raise_for_status() File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 943, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 504 Server Error: Gateway Time-out for url: https://rest.api.transifex.com/resources/o:adhoc:p:odoo-17-0:r:l10n_uy_currency_update |