| Date | Level | Type | Message |
|---|---|---|---|
| 2023-09-28 20:36:51 | INFO | runbot | Rebuild initiated by Adrián |
| 2023-09-28 20:36:55 | INFO | runbot | Init build environment with config custom_fleet_stock |
| 2023-09-28 20:36:55 | Starting step custom_fleet_stock from config custom_fleet_stock | ||
| 2023-09-28 20:36:55 | INFO | runbot | Using Dockerfile Tag odoo:DockerIPI |
| 2023-09-28 20:37:34 | INFO | server | odoo.modules.loading:300 1 modules loaded in 19.74s, 7856 queries (+7856 extra) |
| 2023-09-28 20:37:45 | WARNING | server | odoo.modules.module:542 DistributionNotFound: The 'astor' distribution was not found and is required by the application |
| 2023-09-28 20:37:45 | WARNING | server | odoo.modules.loading:641 Transient module states were reset |
| 2023-09-28 20:37:45 | ERROR | server |
odoo.modules.registry:95
Failed to load registry
Traceback (most recent call last):
File "/data/build/odoo/odoo/modules/module.py", line 535, in check_python_external_dependency
pkg_resources.get_distribution(pydep)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 482, in get_distribution
dist = get_provider(dist)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 358, in get_provider
return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 901, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 787, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'astor' 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/odoo/odoo/modules/module.py", line 538, in check_python_external_dependency
importlib.import_module(pydep)
File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'astor'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 350, in check_external_dependencies
modules.check_manifest_dependencies(terp)
File "/data/build/odoo/odoo/modules/module.py", line 557, in check_manifest_dependencies
check_python_external_dependency(pydep)
File "/data/build/odoo/odoo/modules/module.py", line 543, in check_python_external_dependency
raise Exception('Python library not installed: %s' % (pydep,))
Exception: Python library not installed: astor
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/modules/registry.py", line 90, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/odoo/odoo/modules/loading.py", line 455, in load_modules
modules.button_install()
File "<decorator-gen-73>", line 2, in button_install
File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 74, in check_and_log
return method(self, *args, **kwargs)
File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 410, in button_install
modules._state_update('to install', ['uninstalled'])
File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 383, in _state_update
update_demo = update_mods._state_update(newstate, states_to_update, level=level-1)
File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 389, in _state_update
self.check_external_dependencies(module.name, newstate)
File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 358, in check_external_dependencies
raise UserError(msg % (module_name, e.args[0]))
odoo.exceptions.UserError: Unable to install module "base_view_inheritance_extension" because an external dependency is not met: Python library not installed: astor
|
| 2023-09-28 20:37:45 | CRITICAL | server |
odoo.service.server:1336
Failed to initialize database `00175-16-0-custom_fleet_stock`.
Traceback (most recent call last):
File "/data/build/odoo/odoo/modules/module.py", line 535, in check_python_external_dependency
pkg_resources.get_distribution(pydep)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 482, in get_distribution
dist = get_provider(dist)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 358, in get_provider
return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 901, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 787, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'astor' 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/odoo/odoo/modules/module.py", line 538, in check_python_external_dependency
importlib.import_module(pydep)
File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'astor'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 350, in check_external_dependencies
modules.check_manifest_dependencies(terp)
File "/data/build/odoo/odoo/modules/module.py", line 557, in check_manifest_dependencies
check_python_external_dependency(pydep)
File "/data/build/odoo/odoo/modules/module.py", line 543, in check_python_external_dependency
raise Exception('Python library not installed: %s' % (pydep,))
Exception: Python library not installed: astor
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/service/server.py", line 1299, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "<decorator-gen-14>", line 2, in new
File "/data/build/odoo/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/data/build/odoo/odoo/modules/registry.py", line 90, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/odoo/odoo/modules/loading.py", line 455, in load_modules
modules.button_install()
File "<decorator-gen-73>", line 2, in button_install
File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 74, in check_and_log
return method(self, *args, **kwargs)
File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 410, in button_install
modules._state_update('to install', ['uninstalled'])
File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 383, in _state_update
update_demo = update_mods._state_update(newstate, states_to_update, level=level-1)
File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 389, in _state_update
self.check_external_dependencies(module.name, newstate)
File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 358, in check_external_dependencies
raise UserError(msg % (module_name, e.args[0]))
odoo.exceptions.UserError: Unable to install module "base_view_inheritance_extension" because an external dependency is not met: Python library not installed: astor
|
| 2023-09-28 20:37:45 | Step custom_fleet_stock finished in 45s | ||
| 2023-09-28 20:37:45 | Starting step run from config custom_fleet_stock | ||
| 2023-09-28 20:37:45 | INFO | runbot | Start running build 00175-16-0 |
| 2023-09-28 20:37:46 | INFO | runbot | Using Dockerfile Tag odoo:DockerIPI |
| 2023-09-28 20:37:52 | INFO | server | odoo.modules.loading:300 1 modules loaded in 0.01s, 0 queries (+0 extra) |
| 2023-09-28 20:38:34 | INFO | runbot | Killing build 00175-16-0, requested by Adrián (user #6) |
| 2023-09-28 20:38:39 | INFO | runbot | Kill build 00175-16-0 |