Date | Level | Type | Message |
---|---|---|---|
2025-01-24 12:59:50 | INFO | runbot | Init build environment with config Adhoc Conf con tests 17+ |
2025-01-24 12:59:50 | Starting step base from config Adhoc Conf con tests 17+ | ||
2025-01-24 12:59:50 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2025-01-24 13:00:15 | INFO | server | odoo.modules.loading:303 1 modules loaded in 9.22s, 9070 queries (+9070 extra) |
2025-01-24 13:00:26 | INFO | server | odoo.modules.loading:303 19 modules loaded in 6.45s, 7149 queries (+7149 extra) |
2025-01-24 13:00:26 | Step base finished in 32s | ||
2025-01-24 13:00:26 | Starting step all from config Adhoc Conf con tests 17+ | ||
2025-01-24 13:00:26 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2025-01-24 13:00:50 | INFO | server | odoo.modules.loading:303 1 modules loaded in 9.66s, 9070 queries (+9070 extra) |
2025-01-24 13:09:52 | INFO | server | odoo.addons.l10n_ar_edi.models.res_company:216 Setting demo certificate from to OdooCert3 in (AR) Responsable Inscripto company |
2025-01-24 13:09:52 | INFO | server | odoo.addons.l10n_ar_edi.models.res_company:216 Setting demo certificate from to OdooCert8 in (AR) Monotributista company |
2025-01-24 13:09:52 | INFO | server | odoo.addons.l10n_ar_edi.models.res_company:216 Setting demo certificate from to OdooCert4 in (AR) Exento company |
2025-01-24 13:11:07 | ERROR | server |
odoo.sql_db:335
bad query: INSERT INTO "ir_model_access" ("active", "create_date", "create_uid", "group_id", "model_id", "name", "perm_create", "perm_read", "perm_unlink", "perm_write", "write_date", "write_uid") VALUES (true, '2025-01-24 13:11:03.941037', 1, 1, 1201, 'access_stock_operation_wizard', true, true, true, true, '2025-01-24 13:11:03.941037', 1), (true, '2025-01-24 13:11:03.941037', 1, 1, DEFAULT, 'access_stock_picking_zpl_lines', true, true, true, true, '2025-01-24 13:11:03.941037', 1) RETURNING "id" ERROR: null value in column "model_id" violates not-null constraint DETAIL: Failing row contains (1766, null, 1, 1, 1, access_stock_picking_zpl_lines, t, t, t, t, t, 2025-01-24 13:11:03.941037, 2025-01-24 13:11:03.941037). |
2025-01-24 13:11:07 | ERROR | server |
odoo.sql_db:335
bad query: INSERT INTO "ir_model_access" ("active", "create_date", "create_uid", "group_id", "name", "perm_create", "perm_read", "perm_unlink", "perm_write", "write_date", "write_uid") VALUES (true, '2025-01-24 13:11:03.941037', 1, 1, 'access_stock_picking_zpl_lines', true, true, true, true, '2025-01-24 13:11:03.941037', 1) RETURNING "id" ERROR: null value in column "model_id" violates not-null constraint DETAIL: Failing row contains (1768, null, 1, 1, 1, access_stock_picking_zpl_lines, t, t, t, t, t, 2025-01-24 13:11:03.941037, 2025-01-24 13:11:03.941037). |
2025-01-24 13:11:07 | WARNING | server | odoo.modules.loading:633 Transient module states were reset |
This error is already known. | |||
2025-01-24 13:11:07 | ERROR | server |
odoo.modules.registry:115
Failed to load registry Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 110, in new odoo.modules.load_modules(registry, force_demo, status, update_module) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 481, in load_modules processed_modules += load_marked_modules(env, graph, File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 365, in load_marked_modules loaded, processed = load_module_graph( File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 228, in load_module_graph load_data(env, idref, mode, kind='data', package=package) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 72, 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 623, in convert_file convert_csv_import(env, module, pathname, fp.read(), idref, mode, noupdate) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 669, in convert_csv_import raise Exception(_('Module loading %s failed: file %s could not be processed:\n %s') % (module, fname, warning_msg)) Exception: Module loading stock_ux failed: file stock_ux/security/ir.model.access.csv could not be processed: No matching record found for external id 'stock_ux.model_stock_picking_zpl_lines' in field 'Model' Missing required value for the field 'Model' (model_id) |
2025-01-24 13:11:07 | CRITICAL | server |
odoo.service.server:1351
Failed to initialize database `115018-17-0-all`. Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1314, 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 110, in new odoo.modules.load_modules(registry, force_demo, status, update_module) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 481, in load_modules processed_modules += load_marked_modules(env, graph, File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 365, in load_marked_modules loaded, processed = load_module_graph( File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 228, in load_module_graph load_data(env, idref, mode, kind='data', package=package) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 72, 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 623, in convert_file convert_csv_import(env, module, pathname, fp.read(), idref, mode, noupdate) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 669, in convert_csv_import raise Exception(_('Module loading %s failed: file %s could not be processed:\n %s') % (module, fname, warning_msg)) Exception: Module loading stock_ux failed: file stock_ux/security/ir.model.access.csv could not be processed: No matching record found for external id 'stock_ux.model_stock_picking_zpl_lines' in field 'Model' Missing required value for the field 'Model' (model_id) |
2025-01-24 13:11:13 | INFO | runbot | Getting results for build 115018-17-0 |
2025-01-24 13:11:13 | Step all finished in 11m | ||
2025-01-24 13:11:13 | Starting step setup from config Adhoc Conf con tests 17+ | ||
2025-01-24 13:11:13 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2025-01-24 13:11:14 | INFO | runbot | Step setup finished in 1s |
2025-01-24 13:11:14 | Starting step run from config Adhoc Conf con tests 17+ | ||
2025-01-24 13:11:14 | INFO | runbot | Start running build 115018-17-0 |
2025-01-24 13:11:15 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2025-01-24 13:11:22 | INFO | server | odoo.modules.loading:303 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2025-01-24 13:11:22 | INFO | server | odoo.modules.loading:303 19 modules loaded in 0.34s, 0 queries (+0 extra) |
2025-01-24 19:56:33 | INFO | runbot | Kill build 115018-17-0 |