This build is referenced in 2 bundles
Commit: duong-addons:88f8bf61  
Subject: Try fix test
Author: daiduongnguyen-odoo
Commit: odoo:ef469b92  
Subject: [FIX] test_lint: Add price, currency, support to MANIFEST_KEYS for odoo apps store
Author: daiduongnguyen-odoo
Commit: duong-addons-ee:f6fe66b8  
Subject: [MISC] d_ee_social_dashboard: reduce price
Author: daiduongnguyen-odoo
Commit: odoo-enterprise:ab4a2000  
Subject: [MISC] update enterprise code 29/03/2026
Author: daiduongnguyen-odoo
Build time: 43s
Wait time: 22m
Load time: 28m28s
Children:
Build 2566 Test at install 3m
Build 2567 Test pylint 18m
Build 2568 Post install tests for -> !account_auto_transfer 23s
Build 2569 Post install tests for account_auto_transfer -> !auth_totp 21s
Build 2570 Post install tests for auth_totp -> !mail 66s
Build 2571 Post install tests for mail -> !mrp 26s
Build 2572 Post install tests for mrp -> !pos 21s
Build 2573 Post install tests for pos -> !pos_restaurant 28s
Build 2574 Post install tests for pos_restaurant -> !sale 27s
Build 2575 Post install tests for sale -> !sale_timesheet 23s
Build 2576 Post install tests for sale_timesheet -> !stock_barcode_mrp_subcontracting 25s
Build 2577 Post install tests for stock_barcode_mrp_subcontracting -> !test_main_flows 26s
Build 2578 Post install tests for test_main_flows -> !web 26s
Build 2579 Post install tests for web -> web 25s
Build 2580 Post install tests for !web -> !website 26s
Build 2581 Post install tests for website -> website 27s
Build 2582 Post install tests for !website -> 20s
Date Level Type Message
2026-04-23 11:44:43 INFO runbot Init build environment with config Parallel Testing
2026-04-23 11:44:43 Starting step create_at_install from config Parallel Testing
2026-04-23 11:44:43 INFO subbuild Build # 2566 created with config Test at install
2026-04-23 11:44:43 INFO subbuild Build # 2567 created with config Test pylint
2026-04-23 11:44:48 Starting step install all from config Parallel Testing
2026-04-23 11:44:48 Using Dockerfile Tag odoo:Docker19
2026-04-23 11:45:16 INFO server odoo.modules.loading:350 1 modules loaded in 15.53s, 8362 queries (+8362 extra)
2026-04-23 11:45:20 WARNING server odoo.modules.loading:632 Transient module states were reset
2026-04-23 11:45:20 ERROR server odoo.registry:214 Failed to load registry
2026-04-23 11:45:20 CRITICAL server odoo.service.server:1571
Failed to initialize database `02565-19-0-all`.
Traceback (most recent call last):
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 397, in from_name
    return next(cls.discover(name=name))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/data/build/odoo/odoo/modules/module.py", line 600, in check_python_external_dependency
    version = importlib.metadata.version(requirement.name)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 889, in version
    return distribution(distribution_name).version
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 862, in distribution
    return Distribution.from_name(distribution_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 399, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for paramiko

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 355, in check_external_dependencies
    manifest.check_manifest_dependencies()
  File "/data/build/odoo/odoo/modules/module.py", line 257, in check_manifest_dependencies
    check_python_external_dependency(pydep)
  File "/data/build/odoo/odoo/modules/module.py", line 610, in check_python_external_dependency
    raise MissingDependency(msg, pydep) from e
odoo.modules.module.MissingDependency: External dependency 'paramiko' not installed: No package metadata was found for paramiko

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/data/build/odoo/odoo/service/server.py", line 1544, in preload_registries
    registry = Registry.new(dbname, update_module=update_module, install_modules=config['init'], upgrade_modules=config['update'], reinit_modules=config['reinit'])
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/tools/func.py", line 88, in locked
    return func(inst, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/orm/registry.py", line 199, in new
    load_modules(
  File "/data/build/odoo/odoo/modules/loading.py", line 434, in load_modules
    modules.button_install()
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 72, in check_and_log
    return method(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 426, in button_install
    modules._state_update('to install', ['uninstalled'])
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 399, in _state_update
    update_mods._state_update(newstate, states_to_update, level=level-1)
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 399, in _state_update
    update_mods._state_update(newstate, states_to_update, level=level-1)
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 399, in _state_update
    update_mods._state_update(newstate, states_to_update, level=level-1)
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 403, in _state_update
    self.check_external_dependencies(module.name, newstate)
  File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 375, in check_external_dependencies
    raise UserError(msg) from e
odoo.exceptions.UserError: Unable to install module "l10n_be_hr_payroll" because an external dependency is not met: paramiko
It can be installed running: apt install python3-paramiko
2026-04-23 11:45:25 INFO runbot Getting results for build 02565-19-0
2026-04-23 11:45:25 Step install all finished in 32s
2026-04-23 11:45:25 Starting step create_post_install from config Parallel Testing
2026-04-23 11:45:25 INFO subbuild Build # 2568 created with config Test Post Install
2026-04-23 11:45:25 INFO subbuild Build # 2569 created with config Test Post Install
2026-04-23 11:45:25 INFO subbuild Build # 2570 created with config Test Post Install
2026-04-23 11:45:25 INFO subbuild Build # 2571 created with config Test Post Install
2026-04-23 11:45:25 INFO subbuild Build # 2572 created with config Test Post Install
2026-04-23 11:45:25 INFO subbuild Build # 2573 created with config Test Post Install
2026-04-23 11:45:25 INFO subbuild Build # 2574 created with config Test Post Install
2026-04-23 11:45:25 INFO subbuild Build # 2575 created with config Test Post Install
2026-04-23 11:45:25 INFO subbuild Build # 2576 created with config Test Post Install
2026-04-23 11:45:25 INFO subbuild Build # 2577 created with config Test Post Install
2026-04-23 11:45:25 INFO subbuild Build # 2578 created with config Test Post Install
2026-04-23 11:45:25 INFO subbuild Build # 2579 created with config Test Post Install
2026-04-23 11:45:25 INFO subbuild Build # 2580 created with config Test Post Install
2026-04-23 11:45:25 INFO subbuild Build # 2581 created with config Test Post Install
2026-04-23 11:45:25 INFO subbuild Build # 2582 created with config Test Post Install
2026-04-23 12:03:01 INFO runbot Killing build 02565-19-0, requested by Administrator (user #2)