Date | Level | Type | Message |
---|---|---|---|
2025-04-08 12:16:45 | INFO | runbot | Init build environment with config Adhoc Conf con tests 17+ |
2025-04-08 12:16:45 | Starting step base from config Adhoc Conf con tests 17+ | ||
2025-04-08 12:16:45 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17-DEV |
2025-04-08 12:17:10 | INFO | server | odoo.modules.loading:331 1 modules loaded in 10.81s, 9070 queries (+9070 extra) |
2025-04-08 12:17:21 | INFO | server | odoo.modules.loading:331 19 modules loaded in 6.79s, 7149 queries (+7149 extra) |
2025-04-08 12:17:21 | Step base finished in 34s | ||
2025-04-08 12:17:21 | Starting step all from config Adhoc Conf con tests 17+ | ||
2025-04-08 12:17:21 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17-DEV |
2025-04-08 12:17:46 | INFO | server | odoo.modules.loading:331 1 modules loaded in 10.14s, 9070 queries (+9070 extra) |
2025-04-08 12:17:51 | WARNING | server | odoo.modules.module:474 DistributionNotFound: The 'openpyxl' distribution was not found and is required by the application |
2025-04-08 12:17:51 | WARNING | server | odoo.modules.loading:643 Transient module states were reset |
This error is already known. | |||
2025-04-08 12:17:51 | ERROR | server |
odoo.modules.registry:115
Failed to load registry Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/module.py", line 467, in check_python_external_dependency pkg_resources.get_distribution(pydep) File "/usr/local/lib/python3.10/site-packages/pkg_resources/__init__.py", line 478, in get_distribution dist = get_provider(dist) File "/usr/local/lib/python3.10/site-packages/pkg_resources/__init__.py", line 354, in get_provider return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0] File "/usr/local/lib/python3.10/site-packages/pkg_resources/__init__.py", line 909, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/local/lib/python3.10/site-packages/pkg_resources/__init__.py", line 795, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'openpyxl' distribution was not found and is required by the application During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/module.py", line 470, in check_python_external_dependency importlib.import_module(pydep) File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked ModuleNotFoundError: No module named 'openpyxl' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 352, in check_external_dependencies modules.check_manifest_dependencies(terp) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/module.py", line 489, in check_manifest_dependencies check_python_external_dependency(pydep) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/module.py", line 475, in check_python_external_dependency raise Exception('Python library not installed: %s' % (pydep,)) Exception: Python library not installed: openpyxl 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 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 452, in load_modules modules.button_install() File "<decorator-gen-76>", line 2, in button_install File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 75, in check_and_log return method(self, *args, **kwargs) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 412, in button_install modules._state_update('to install', ['uninstalled']) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 385, in _state_update update_demo = update_mods._state_update(newstate, states_to_update, level=level-1) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 391, in _state_update self.check_external_dependencies(module.name, newstate) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 360, in check_external_dependencies raise UserError(msg) odoo.exceptions.UserError: Unable to install module "ks_dashboard_ninja" because an external dependency is not met: Python library not installed: openpyxl |
2025-04-08 12:17:51 | CRITICAL | server |
odoo.service.server:1372
Failed to initialize database `137639-17-0-all`. Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/module.py", line 467, in check_python_external_dependency pkg_resources.get_distribution(pydep) File "/usr/local/lib/python3.10/site-packages/pkg_resources/__init__.py", line 478, in get_distribution dist = get_provider(dist) File "/usr/local/lib/python3.10/site-packages/pkg_resources/__init__.py", line 354, in get_provider return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0] File "/usr/local/lib/python3.10/site-packages/pkg_resources/__init__.py", line 909, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/local/lib/python3.10/site-packages/pkg_resources/__init__.py", line 795, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'openpyxl' distribution was not found and is required by the application During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/module.py", line 470, in check_python_external_dependency importlib.import_module(pydep) File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked ModuleNotFoundError: No module named 'openpyxl' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 352, in check_external_dependencies modules.check_manifest_dependencies(terp) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/module.py", line 489, in check_manifest_dependencies check_python_external_dependency(pydep) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/module.py", line 475, in check_python_external_dependency raise Exception('Python library not installed: %s' % (pydep,)) Exception: Python library not installed: openpyxl 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 1335, 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 452, in load_modules modules.button_install() File "<decorator-gen-76>", line 2, in button_install File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 75, in check_and_log return method(self, *args, **kwargs) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 412, in button_install modules._state_update('to install', ['uninstalled']) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 385, in _state_update update_demo = update_mods._state_update(newstate, states_to_update, level=level-1) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 391, in _state_update self.check_external_dependencies(module.name, newstate) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 360, in check_external_dependencies raise UserError(msg) odoo.exceptions.UserError: Unable to install module "ks_dashboard_ninja" because an external dependency is not met: Python library not installed: openpyxl |
2025-04-08 12:17:52 | INFO | runbot | Getting results for build 137639-17-0 |
2025-04-08 12:17:52 | Step all finished in 28s | ||
2025-04-08 12:17:52 | Starting step setup from config Adhoc Conf con tests 17+ | ||
2025-04-08 12:17:52 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17-DEV |
2025-04-08 12:17:53 | INFO | runbot | Step setup finished in 0s |
2025-04-08 12:17:53 | Starting step run from config Adhoc Conf con tests 17+ | ||
2025-04-08 12:17:53 | INFO | runbot | Start running build 137639-17-0 |
2025-04-08 12:17:53 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17-DEV |
2025-04-08 12:17:55 | INFO | server | odoo.modules.loading:331 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2025-04-08 12:17:55 | INFO | server | odoo.modules.loading:331 19 modules loaded in 0.16s, 0 queries (+0 extra) |
2025-04-08 14:47:12 | INFO | runbot | Kill build 137639-17-0 |