Date | Level | Type | Message |
---|---|---|---|
2024-02-05 12:40:23 | INFO | runbot | Init build environment with config Adhoc Conf con tests 17+ |
2024-02-05 12:40:23 | Starting step base from config Adhoc Conf con tests 17+ | ||
2024-02-05 12:40:23 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2024-02-05 12:40:40 | INFO | server | odoo.modules.loading:301 1 modules loaded in 8.00s, 9049 queries (+9049 extra) |
2024-02-05 12:40:46 | INFO | server | odoo.modules.loading:301 19 modules loaded in 4.93s, 6776 queries (+6776 extra) |
2024-02-05 12:40:46 | Step base finished in 21s | ||
2024-02-05 12:40:46 | Starting step all from config Adhoc Conf con tests 17+ | ||
2024-02-05 12:40:46 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2024-02-05 12:41:02 | INFO | server | odoo.modules.loading:301 1 modules loaded in 8.39s, 9049 queries (+9049 extra) |
2024-02-05 12:41:42 | 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, '2024-02-05 12:41:40.225692', 1, 1, DEFAULT, 'access_okr_objetive', true, true, true, true, '2024-02-05 12:41:40.225692', 1), (true, '2024-02-05 12:41:40.225692', 1, 1, 496, 'access_okr_management', true, true, true, true, '2024-02-05 12:41:40.225692', 1) RETURNING "id" ERROR: null value in column "model_id" violates not-null constraint DETAIL: Failing row contains (437, null, 1, 1, 1, access_okr_objetive, t, t, t, t, t, 2024-02-05 12:41:40.225692, 2024-02-05 12:41:40.225692). |
2024-02-05 12:41:42 | 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, '2024-02-05 12:41:40.225692', 1, 1, 'access_okr_objetive', true, true, true, true, '2024-02-05 12:41:40.225692', 1) RETURNING "id" ERROR: null value in column "model_id" violates not-null constraint DETAIL: Failing row contains (438, null, 1, 1, 1, access_okr_objetive, t, t, t, t, t, 2024-02-05 12:41:40.225692, 2024-02-05 12:41:40.225692). |
2024-02-05 12:41:42 | WARNING | server | odoo.modules.loading:632 Transient module states were reset |
This error is already known. | |||
2024-02-05 12:41:42 | ERROR | server |
odoo.modules.registry:118
Failed to load registry 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 227, 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 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 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 okr_management failed: file okr_management/security/ir.model.access.csv could not be processed: No matching record found for external id 'model_okr_objetive' in field 'Model' Missing required value for the field 'Model' (model_id) |
2024-02-05 12:41:42 | CRITICAL | server |
odoo.service.server:1339
Failed to initialize database `39023-17-0-all`. Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1302, 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 227, 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 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 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 okr_management failed: file okr_management/security/ir.model.access.csv could not be processed: No matching record found for external id 'model_okr_objetive' in field 'Model' Missing required value for the field 'Model' (model_id) |
2024-02-05 12:41:42 | INFO | runbot | Getting results for build 39023-17-0 |
2024-02-05 12:41:42 | Step all finished in 54s | ||
2024-02-05 12:41:42 | Starting step setup from config Adhoc Conf con tests 17+ | ||
2024-02-05 12:41:42 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2024-02-05 12:41:43 | INFO | runbot | Step setup finished in 1s |
2024-02-05 12:41:43 | Starting step run from config Adhoc Conf con tests 17+ | ||
2024-02-05 12:41:43 | INFO | runbot | Start running build 39023-17-0 |
2024-02-05 12:41:44 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2024-02-05 12:41:50 | INFO | server | odoo.modules.loading:301 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2024-02-05 12:41:50 | INFO | server | odoo.modules.loading:301 19 modules loaded in 0.13s, 0 queries (+0 extra) |
2024-02-05 13:10:48 | INFO | server | odoo.modules.loading:301 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2024-02-05 13:10:48 | INFO | server | odoo.modules.loading:301 82 modules loaded in 1.00s, 0 queries (+0 extra) |
2024-02-05 20:50:11 | INFO | runbot | Kill build 39023-17-0 |