Date | Level | Type | Message |
---|---|---|---|
2024-08-13 20:49:50 | INFO | runbot | Init build environment with config Adhoc Conf for demo (y personalizaciones) 17+ |
2024-08-13 20:49:50 | Starting step all_no_test from config Adhoc Conf for demo (y personalizaciones) 17+ | ||
2024-08-13 20:49:50 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2024-08-13 20:50:17 | INFO | server | odoo.modules.loading:301 1 modules loaded in 11.84s, 9048 queries (+9048 extra) |
2024-08-13 20:57:39 | INFO | server | odoo.addons.l10n_ar_edi.models.res_company:216 Setting demo certificate from to OdooCert7 in (AR) Responsable Inscripto company |
2024-08-13 20:57:39 | INFO | server | odoo.addons.l10n_ar_edi.models.res_company:216 Setting demo certificate from to OdooCert9 in (AR) Monotributista company |
2024-08-13 20:57:39 | INFO | server | odoo.addons.l10n_ar_edi.models.res_company:216 Setting demo certificate from to OdooCert9 in (AR) Exento company |
2024-08-13 20:58:37 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:46 Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto |
2024-08-13 21:02:14 | WARNING | server |
odoo.modules.loading:93
Module demo_retail demo data failed to install, installed without demo data Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/local/lib/python3.10/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/local/lib/python3.10/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) TimeoutError: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn conn.connect() File "/usr/local/lib/python3.10/site-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/local/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn raise ConnectTimeoutError( urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x7f404e16dbd0>, 'Connection to website.api.odoo.com timed out. (connect timeout=15)') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/usr/local/lib/python3.10/site-packages/urllib3/util/retry.py", line 574, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='website.api.odoo.com', port=443): Max retries exceeded with url: /api/website/2/configurator/custom_resources/1467 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f404e16dbd0>, 'Connection to website.api.odoo.com timed out. (connect timeout=15)')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/addons/iap/tools/iap_tools.py", line 124, in iap_jsonrpc req = requests.post(url, json=payload, timeout=timeout) File "/usr/local/lib/python3.10/site-packages/requests/api.py", line 119, in post return request('post', url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.10/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 504, in send raise ConnectTimeout(e, request=request) requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='website.api.odoo.com', port=443): Max retries exceeded with url: /api/website/2/configurator/custom_resources/1467 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f404e16dbd0>, 'Connection to website.api.odoo.com timed out. (connect timeout=15)')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 556, in _tag_root f(rec) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 280, in _tag_function _eval_xml(self, rec, env) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 205, in _eval_xml return odoo.api.call_kw(model, method_name, args, kwargs) File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 464, in call_kw result = _call_kw_model(method, model, args, kwargs) File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 435, in _call_kw_model result = method(recs, *args, **kwargs) File "/data/build/ingadhoc-ingadhoc-demo/demo_retail/demo_py/website.py", line 17, in _init_demo_retail self._load_websites(parameters) File "/data/build/ingadhoc-ingadhoc-demo/demo_base/demo_py/website.py", line 56, in _load_websites website.with_context(website_id=website.id, force_mode_edit_false=True).configurator_apply(**kwargs) File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/website.py", line 593, in configurator_apply custom_resources = self._website_api_rpc( File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/website.py", line 354, in _website_api_rpc return self._api_rpc(route, params, 'website.website_api_endpoint', DEFAULT_WEBSITE_ENDPOINT) File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/website.py", line 350, in _api_rpc return iap_tools.iap_jsonrpc(api_endpoint + route, params=params, **kwargs) File "/data/build/adhoc-cicd-odoo-odoo/addons/iap/tools/iap_tools.py", line 144, in iap_jsonrpc raise exceptions.AccessError( odoo.exceptions.AccessError: The url that this service requested returned an error. Please contact the author of the app. The url it tried to contact was https://website.api.odoo.com/api/website/2/configurator/custom_resources/1467 The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 89, in load_demo load_data(env(su=True), idref, mode, kind='demo', package=package) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 71, in load_data tools.convert_file(env, package.name, filename, idref, mode, noupdate, kind) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 627, in convert_file convert_xml_import(env, module, fp, idref, mode, noupdate) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 693, in convert_xml_import obj.parse(doc.getroot()) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 613, in parse self._tag_root(de) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 569, in _tag_root raise ParseError('while parsing %s:%s, somewhere inside\n%s' % ( odoo.tools.convert.ParseError: while parsing /data/build/ingadhoc-ingadhoc-demo/demo_retail/demo/init_demo_py.xml:6, somewhere inside <function model="website" name="_init_demo_retail"/> |
2024-08-13 21:02:20 | INFO | server | odoo.modules.loading:301 386 modules loaded in 716.72s, 303600 queries (+303693 extra) |
2024-08-13 21:02:26 | INFO | server | odoo.modules.loading:301 395 modules loaded in 8.74s, 1895 queries (+1895 extra) |
2024-08-13 21:02:39 | Step all_no_test finished in 13m | ||
2024-08-13 21:02:39 | Starting step setup from config Adhoc Conf for demo (y personalizaciones) 17+ | ||
2024-08-13 21:02:39 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2024-08-13 21:02:40 | INFO | runbot | Step setup finished in 0s |
2024-08-13 21:02:40 | Starting step run from config Adhoc Conf for demo (y personalizaciones) 17+ | ||
2024-08-13 21:02:40 | INFO | runbot | Start running build 67966-17-0 |
2024-08-13 21:02:41 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2024-08-13 21:02:48 | INFO | server | odoo.modules.loading:301 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2024-08-13 21:02:48 | INFO | server | odoo.modules.loading:301 395 modules loaded in 4.89s, 0 queries (+0 extra) |
2024-08-13 21:04:54 | ERROR | server | odoo.service.server:886 WorkerCron (22) timeout after 120s |
2024-08-13 21:06:51 | ERROR | server | odoo.service.server:886 WorkerCron (26) timeout after 120s |
2024-08-13 21:08:53 | ERROR | server | odoo.service.server:886 WorkerCron (28) timeout after 120s |
2024-08-13 21:10:50 | ERROR | server | odoo.service.server:886 WorkerCron (30) timeout after 120s |
2024-08-13 21:12:52 | ERROR | server | odoo.service.server:886 WorkerCron (32) timeout after 120s |
2024-08-13 21:14:54 | ERROR | server | odoo.service.server:886 WorkerCron (34) timeout after 120s |
2024-08-13 21:16:53 | ERROR | server | odoo.service.server:886 WorkerCron (36) timeout after 120s |
2024-08-13 21:18:53 | ERROR | server | odoo.service.server:886 WorkerCron (38) timeout after 120s |
2024-08-13 21:20:53 | ERROR | server | odoo.service.server:886 WorkerCron (40) timeout after 120s |
2024-08-13 21:22:55 | ERROR | server | odoo.service.server:886 WorkerCron (42) timeout after 120s |
2024-08-13 21:24:55 | ERROR | server | odoo.service.server:886 WorkerCron (44) timeout after 120s |
2024-08-13 21:26:51 | ERROR | server | odoo.service.server:886 WorkerCron (46) timeout after 120s |
2024-08-13 21:28:52 | ERROR | server | odoo.service.server:886 WorkerCron (48) timeout after 120s |
2024-08-13 21:30:53 | ERROR | server | odoo.service.server:886 WorkerCron (50) timeout after 120s |
2024-08-13 21:32:55 | ERROR | server | odoo.service.server:886 WorkerCron (52) timeout after 120s |
2024-08-13 21:34:55 | ERROR | server | odoo.service.server:886 WorkerCron (54) timeout after 120s |
2024-08-13 21:36:56 | ERROR | server | odoo.service.server:886 WorkerCron (56) timeout after 120s |
2024-08-13 21:38:52 | ERROR | server | odoo.service.server:886 WorkerCron (58) timeout after 120s |
2024-08-13 21:40:52 | ERROR | server | odoo.service.server:886 WorkerCron (60) timeout after 120s |
2024-08-13 21:42:52 | ERROR | server | odoo.service.server:886 WorkerCron (62) timeout after 120s |
2024-08-13 21:44:54 | ERROR | server | odoo.service.server:886 WorkerCron (64) timeout after 120s |
2024-08-13 21:46:55 | ERROR | server | odoo.service.server:886 WorkerCron (66) timeout after 120s |
2024-08-13 21:46:55 | ERROR | server | odoo.service.server:886 WorkerCron (66) timeout after 120s |
2024-08-13 21:48:55 | ERROR | server | odoo.service.server:886 WorkerCron (68) timeout after 120s |
2024-08-13 21:50:57 | ERROR | server | odoo.service.server:886 WorkerCron (70) timeout after 120s |
2024-08-13 21:52:57 | ERROR | server | odoo.service.server:886 WorkerCron (72) timeout after 120s |
2024-08-13 21:54:52 | ERROR | server | odoo.service.server:886 WorkerCron (74) timeout after 120s |
2024-08-13 21:56:54 | ERROR | server | odoo.service.server:886 WorkerCron (76) timeout after 120s |
2024-08-13 21:58:54 | ERROR | server | odoo.service.server:886 WorkerCron (78) timeout after 120s |
2024-08-13 22:00:55 | ERROR | server | odoo.service.server:886 WorkerCron (80) timeout after 120s |
2024-08-13 22:02:57 | ERROR | server | odoo.service.server:886 WorkerCron (82) timeout after 120s |
2024-08-13 22:04:57 | ERROR | server | odoo.service.server:886 WorkerCron (84) timeout after 120s |
2024-08-13 22:06:57 | ERROR | server | odoo.service.server:886 WorkerCron (86) timeout after 120s |
2024-08-13 22:08:58 | ERROR | server | odoo.service.server:886 WorkerCron (88) timeout after 120s |
2024-08-13 22:10:53 | ERROR | server | odoo.service.server:886 WorkerCron (90) timeout after 120s |
2024-08-13 22:12:54 | ERROR | server | odoo.service.server:886 WorkerCron (92) timeout after 120s |
2024-08-13 22:14:55 | ERROR | server | odoo.service.server:886 WorkerCron (94) timeout after 120s |
2024-08-13 22:16:55 | ERROR | server | odoo.service.server:886 WorkerCron (96) timeout after 120s |
2024-08-13 22:18:58 | ERROR | server | odoo.service.server:886 WorkerCron (98) timeout after 120s |
2024-08-13 22:20:58 | ERROR | server | odoo.service.server:886 WorkerCron (100) timeout after 120s |
2024-08-13 22:22:59 | ERROR | server | odoo.service.server:886 WorkerCron (102) timeout after 120s |
2024-08-13 22:24:55 | ERROR | server | odoo.service.server:886 WorkerCron (104) timeout after 120s |
2024-08-13 22:26:55 | ERROR | server | odoo.service.server:886 WorkerCron (106) timeout after 120s |
2024-08-13 22:28:55 | ERROR | server | odoo.service.server:886 WorkerCron (108) timeout after 120s |
2024-08-13 22:30:57 | ERROR | server | odoo.service.server:886 WorkerCron (110) timeout after 120s |
2024-08-13 22:32:58 | ERROR | server | odoo.service.server:886 WorkerCron (112) timeout after 120s |
2024-08-13 22:34:58 | ERROR | server | odoo.service.server:886 WorkerCron (114) timeout after 120s |
2024-08-13 22:36:54 | ERROR | server | odoo.service.server:886 WorkerCron (116) timeout after 120s |
2024-08-13 22:38:55 | ERROR | server | odoo.service.server:886 WorkerCron (118) timeout after 120s |
2024-08-13 22:40:55 | ERROR | server | odoo.service.server:886 WorkerCron (120) timeout after 120s |
2024-08-13 22:42:57 | ERROR | server | odoo.service.server:886 WorkerCron (122) timeout after 120s |
2024-08-13 22:44:58 | ERROR | server | odoo.service.server:886 WorkerCron (124) timeout after 120s |
2024-08-13 22:46:59 | ERROR | server | odoo.service.server:886 WorkerCron (126) timeout after 120s |
2024-08-13 22:49:00 | ERROR | server | odoo.service.server:886 WorkerCron (128) timeout after 120s |
2024-08-13 22:51:01 | ERROR | server | odoo.service.server:886 WorkerCron (130) timeout after 120s |
2024-08-13 22:52:55 | ERROR | server | odoo.service.server:886 WorkerCron (132) timeout after 120s |
2024-08-13 22:54:57 | ERROR | server | odoo.service.server:886 WorkerCron (134) timeout after 120s |
2024-08-13 22:56:57 | ERROR | server | odoo.service.server:886 WorkerCron (136) timeout after 120s |
2024-08-13 22:58:58 | ERROR | server | odoo.service.server:886 WorkerCron (138) timeout after 120s |
2024-08-13 23:00:59 | ERROR | server | odoo.service.server:886 WorkerCron (140) timeout after 120s |
2024-08-13 23:03:00 | ERROR | server | odoo.service.server:886 WorkerCron (142) timeout after 120s |
2024-08-13 23:05:35 | ERROR | server | odoo.service.server:886 WorkerCron (144) timeout after 120s |
2024-08-13 23:07:02 | ERROR | server | odoo.service.server:886 WorkerCron (146) timeout after 120s |
2024-08-13 23:08:58 | ERROR | server | odoo.service.server:886 WorkerCron (148) timeout after 120s |
2024-08-13 23:10:59 | ERROR | server | odoo.service.server:886 WorkerCron (150) timeout after 120s |
2024-08-13 23:13:01 | ERROR | server | odoo.service.server:886 WorkerCron (152) timeout after 120s |
2024-08-13 23:15:01 | ERROR | server | odoo.service.server:886 WorkerCron (154) timeout after 120s |
2024-08-13 23:17:02 | ERROR | server | odoo.service.server:886 WorkerCron (156) timeout after 120s |
2024-08-13 23:18:58 | ERROR | server | odoo.service.server:886 WorkerCron (158) timeout after 120s |
2024-08-13 23:20:58 | ERROR | server | odoo.service.server:886 WorkerCron (160) timeout after 120s |
2024-08-13 23:22:59 | ERROR | server | odoo.service.server:886 WorkerCron (162) timeout after 120s |
2024-08-13 23:24:59 | ERROR | server | odoo.service.server:886 WorkerCron (164) timeout after 120s |
2024-08-13 23:27:00 | ERROR | server | odoo.service.server:886 WorkerCron (166) timeout after 120s |
2024-08-13 23:29:01 | ERROR | server | odoo.service.server:886 WorkerCron (168) timeout after 120s |
2024-08-13 23:31:02 | ERROR | server | odoo.service.server:886 WorkerCron (170) timeout after 120s |
2024-08-13 23:33:02 | ERROR | server | odoo.service.server:886 WorkerCron (172) timeout after 120s |
2024-08-13 23:35:03 | ERROR | server | odoo.service.server:886 WorkerCron (174) timeout after 120s |
2024-08-13 23:36:58 | ERROR | server | odoo.service.server:886 WorkerCron (176) timeout after 120s |
2024-08-13 23:38:59 | ERROR | server | odoo.service.server:886 WorkerCron (178) timeout after 120s |
2024-08-13 23:41:00 | ERROR | server | odoo.service.server:886 WorkerCron (180) timeout after 120s |
2024-08-13 23:43:00 | ERROR | server | odoo.service.server:886 WorkerCron (182) timeout after 120s |
2024-08-13 23:45:01 | ERROR | server | odoo.service.server:886 WorkerCron (184) timeout after 120s |
2024-08-13 23:47:02 | ERROR | server | odoo.service.server:886 WorkerCron (186) timeout after 120s |
2024-08-13 23:49:02 | ERROR | server | odoo.service.server:886 WorkerCron (188) timeout after 120s |
2024-08-13 23:51:03 | ERROR | server | odoo.service.server:886 WorkerCron (190) timeout after 120s |
2024-08-13 23:53:04 | ERROR | server | odoo.service.server:886 WorkerCron (192) timeout after 120s |
2024-08-13 23:55:04 | ERROR | server | odoo.service.server:886 WorkerCron (194) timeout after 120s |
2024-08-13 23:57:04 | ERROR | server | odoo.service.server:886 WorkerCron (196) timeout after 120s |
2024-08-13 23:59:00 | ERROR | server | odoo.service.server:886 WorkerCron (198) timeout after 120s |
2024-08-14 00:01:00 | ERROR | server | odoo.service.server:886 WorkerCron (200) timeout after 120s |
2024-08-14 00:03:01 | ERROR | server | odoo.service.server:886 WorkerCron (202) timeout after 120s |
2024-08-14 00:05:02 | ERROR | server | odoo.service.server:886 WorkerCron (204) timeout after 120s |
2024-08-14 00:07:02 | ERROR | server | odoo.service.server:886 WorkerCron (206) timeout after 120s |
2024-08-14 00:09:03 | ERROR | server | odoo.service.server:886 WorkerCron (208) timeout after 120s |
2024-08-14 00:11:03 | ERROR | server | odoo.service.server:886 WorkerCron (210) timeout after 120s |
2024-08-14 00:13:04 | ERROR | server | odoo.service.server:886 WorkerCron (212) timeout after 120s |
2024-08-14 00:15:05 | ERROR | server | odoo.service.server:886 WorkerCron (214) timeout after 120s |
2024-08-14 00:17:05 | Log limit reached (full logs are still available in the log file) | ||
2024-08-14 14:52:12 | INFO | runbot | Kill build 67966-17-0 |