| Date |
Level |
Type |
Message |
|
2025-09-11 13:26:56
|
INFO
|
runbot
|
Init build environment with config Default with tests
|
|
|
2025-09-11 13:26:56
|
|
|
Starting step all_with_tests from config Default with tests
|
|
|
2025-09-11 13:26:56
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2025-09-11 13:27:11
|
INFO
|
server
|
odoo.modules.loading:360
1 modules loaded in 9.33s, 9223 queries (+9223 extra)
|
|
|
2025-09-11 13:28:50
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1196
Two fields (last_prom_orders_update, last_rozetka_orders_update) of res.config.settings() have the same label: Last Orders Update. [Modules: us_prom_integration and us_marketplace_integration_rozetka]
|
|
|
2025-09-11 13:28:50
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1196
Two fields (last_prom_products_update, last_rozetka_products_update) of res.config.settings() have the same label: Last Products Update. [Modules: us_prom_integration and us_marketplace_integration_rozetka]
|
|
|
2025-09-11 13:28:50
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1196
Two fields (prom_request_limit, rozetka_request_limit) of res.config.settings() have the same label: Request Limit. [Modules: us_prom_integration and us_marketplace_integration_rozetka]
|
|
|
2025-09-11 13:28:50
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1196
Two fields (prom_id, rozetka_item_id) of product.product() have the same label: Prom.ua ID. [Modules: us_prom_integration and us_marketplace_integration_rozetka]
|
|
|
2025-09-11 13:28:56
|
INFO
|
server
|
odoo.modules.loading:360
131 modules loaded in 104.06s, 87483 queries (+87495 extra)
|
|
|
2025-09-11 13:29:05
|
INFO
|
runbot
|
Getting results for build 00340-18-0
|
|
|
2025-09-11 13:29:05
|
|
|
Step all_with_tests finished in 123s
|
|
|
2025-09-11 13:29:05
|
|
|
Starting step base from config Default with tests
|
|
|
2025-09-11 13:29:05
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2025-09-11 13:29:19
|
INFO
|
server
|
odoo.modules.loading:360
1 modules loaded in 8.92s, 9223 queries (+9223 extra)
|
|
|
2025-09-11 13:29:27
|
INFO
|
server
|
odoo.modules.loading:360
18 modules loaded in 6.71s, 7870 queries (+7870 extra)
|
|
|
2025-09-11 13:29:31
|
INFO
|
runbot
|
Getting results for build 00340-18-0
|
|
|
2025-09-11 13:29:31
|
|
|
Step base finished in 22s
|
|
|
2025-09-11 13:29:31
|
|
|
Starting step run from config Default with tests
|
|
|
2025-09-11 13:29:31
|
INFO
|
runbot
|
Start running build 00340-18-0
|
|
|
2025-09-11 13:29:31
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2025-09-11 13:29:34
|
INFO
|
server
|
odoo.modules.loading:360
1 modules loaded in 0.03s, 0 queries (+0 extra)
|
|
|
2025-09-11 13:29:36
|
INFO
|
server
|
odoo.modules.loading:360
131 modules loaded in 1.58s, 0 queries (+0 extra)
|
|
|
2025-09-11 13:30:45
|
WARNING
|
server
|
py.warnings:353
/data/build/single_module_repos/us_prom_integration/models/us_exchange_queue.py:420: DeprecationWarning: Deprecated since Odoo 18: ustr() is a garbage bag of weirdo fallbacks which mostly don't do anything as
- the first attempt will always work if errors is not `strict`
- if utf8 fails it moves on to latin-1 which always works
- and it always tries hint-encoding twice
File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
self._bootstrap_inner()
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/data/build/odoo/odoo/service/server.py", line 1160, in _runloop
self.process_work()
File "/data/build/odoo/odoo/service/server.py", line 1259, in process_work
base.models.ir_cron.ir_cron._process_jobs(db_name)
File "/data/build/odoo/odoo/addons/base/models/ir_cron.py", line 152, in _process_jobs
registry[cls._name]._process_job(db, cron_cr, job)
File "/data/build/odoo/odoo/addons/base/models/ir_cron.py", line 367, in _process_job
status = cls._run_job(job)
File "/data/build/odoo/odoo/addons/base/models/ir_cron.py", line 426, in _run_job
cron._callback(job['cron_name'], job['ir_actions_server_id'])
File "/data/build/odoo/odoo/addons/base/models/ir_cron.py", line 570, in _callback
self.env['ir.actions.server'].browse(server_action_id).run()
File "/data/build/odoo/odoo/addons/base/models/ir_actions.py", line 995, in run
res = runner(run_self, eval_context=eval_context)
File "/data/build/odoo/addons/website/models/ir_actions_server.py", line 60, in _run_action_code_multi
res = super(ServerAction, self)._run_action_code_multi(eval_context)
File "/data/build/odoo/odoo/addons/base/models/ir_actions.py", line 827, in _run_action_code_multi
safe_eval(self.code.strip(), eval_context, mode="exec", nocopy=True, filename=str(self)) # nocopy allows to return 'action'
File "/data/build/odoo/odoo/tools/safe_eval.py", line 397, in safe_eval
return unsafe_eval(c, globals_dict, locals_dict)
File "ir.actions.server(592,)", line 1, in <module>
File "/data/build/single_module_repos/us_prom_integration/models/us_exchange_queue.py", line 38, in process_prom_queue
self.export_queued_prom_products()
File "/data/build/single_module_repos/us_prom_integration/models/us_exchange_queue.py", line 420, in export_queued_prom_products
msg = tools.ustr(getattr(e, "name", e.args[0] if e.args else ""))
|
|
|
2025-09-11 13:30:45
|
ERROR
|
server
|
odoo.addons.us_prom_integration.models.us_exchange_queue:46
Error processing action export_queued_products for marketplace Prom.ua: Wrong value for us.exchange.queue.queue_status: 'paused'
|
|
|
2025-09-11 13:34:03
|
ERROR
|
server
|
odoo.addons.us_prom_integration.models.us_exchange_queue:46
Error processing action export_queued_products for marketplace Prom.ua: Wrong value for us.exchange.queue.queue_status: 'paused'
|
|
|
2025-09-11 13:39:34
|
ERROR
|
server
|
odoo.addons.us_prom_integration.models.us_exchange_queue:46
Error processing action export_queued_products for marketplace Prom.ua: Wrong value for us.exchange.queue.queue_status: 'paused'
|
|
|
2025-09-11 13:43:59
|
ERROR
|
server
|
odoo.addons.us_prom_integration.models.us_exchange_queue:46
Error processing action export_queued_products for marketplace Prom.ua: Wrong value for us.exchange.queue.queue_status: 'paused'
|
|
|
2025-09-11 13:49:30
|
ERROR
|
server
|
odoo.addons.us_prom_integration.models.us_exchange_queue:46
Error processing action export_queued_products for marketplace Prom.ua: Wrong value for us.exchange.queue.queue_status: 'paused'
|
|
|
2025-09-11 13:53:54
|
ERROR
|
server
|
odoo.addons.us_prom_integration.models.us_exchange_queue:46
Error processing action export_queued_products for marketplace Prom.ua: Wrong value for us.exchange.queue.queue_status: 'paused'
|
|
|
2025-09-11 13:59:10
|
INFO
|
runbot
|
Kill build 00340-18-0
|
|