Date |
Level |
Type |
Message |
2023-11-17 19:01:17
|
INFO
|
runbot
|
Init build environment with config Adhoc Conf con tests
|
2023-11-17 19:01:17
|
|
|
Starting step base from config Adhoc Conf con tests
|
2023-11-17 19:01:17
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-11-17 19:01:37
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 7.68s, 8973 queries (+8973 extra)
|
2023-11-17 19:01:44
|
INFO
|
server
|
odoo.modules.loading:300
14 modules loaded in 4.59s, 5288 queries (+5288 extra)
|
2023-11-17 19:01:44
|
|
|
Step base finished in 23s
|
2023-11-17 19:01:44
|
|
|
Starting step all from config Adhoc Conf con tests
|
2023-11-17 19:01:44
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-11-17 19:02:04
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 8.68s, 8973 queries (+8973 extra)
|
2023-11-17 19:09:25
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: (UY) Company
|
2023-11-17 19:10:48
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: (UY) Company
|
2023-11-17 19:10:58
|
WARNING
|
server
|
odoo.modules.loading:641
Transient module states were reset
|
| | |
This error is already known.
|
2023-11-17 19:10:58
|
ERROR
|
server
|
odoo.modules.registry:95
Failed to load registry
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 90, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 488, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 372, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 231, in load_module_graph
load_data(cr, 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(cr, package.name, filename, idref, mode, noupdate, kind)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 763, in convert_file
convert_xml_import(cr, module, fp, idref, mode, noupdate)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 829, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 749, in parse
self._tag_root(de)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 709, in _tag_root
raise ParseError(msg) from None # Restart with "--log-handler odoo.tools.convert:DEBUG" for complete traceback
odoo.tools.convert.ParseError: while parsing /data/build/ingadhoc-sale/portal_sale_distributor/views/product_template_views.xml:41
Error while validating view near:
<tree string="Product" multi_edit="1" sample="1">
<header>
<button string="Print Labels" type="object" name="action_open_label_layout"/>
Field 'show_on_hand_qty_status_button' used in attrs ({'invisible':[('show_on_hand_qty_status_button', '=', False)]}) is restricted to the group(s) stock.group_stock_user.
View error context:
{'file': '/data/build/ingadhoc-sale/portal_sale_distributor/views/product_template_views.xml',
'line': 1,
'name': 'product.template.inherit',
'view': ir.ui.view(4410,),
'view.model': 'product.template',
'view.parent': ir.ui.view(1923,),
'xmlid': 'view_stock_product_template_tree'}
|
2023-11-17 19:10:58
|
CRITICAL
|
server
|
odoo.service.server:1336
Failed to initialize database `27011-16-0-all`.
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1299, 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 90, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 488, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 372, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 231, in load_module_graph
load_data(cr, 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(cr, package.name, filename, idref, mode, noupdate, kind)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 763, in convert_file
convert_xml_import(cr, module, fp, idref, mode, noupdate)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 829, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 749, in parse
self._tag_root(de)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 709, in _tag_root
raise ParseError(msg) from None # Restart with "--log-handler odoo.tools.convert:DEBUG" for complete traceback
odoo.tools.convert.ParseError: while parsing /data/build/ingadhoc-sale/portal_sale_distributor/views/product_template_views.xml:41
Error while validating view near:
<tree string="Product" multi_edit="1" sample="1">
<header>
<button string="Print Labels" type="object" name="action_open_label_layout"/>
Field 'show_on_hand_qty_status_button' used in attrs ({'invisible':[('show_on_hand_qty_status_button', '=', False)]}) is restricted to the group(s) stock.group_stock_user.
View error context:
{'file': '/data/build/ingadhoc-sale/portal_sale_distributor/views/product_template_views.xml',
'line': 1,
'name': 'product.template.inherit',
'view': ir.ui.view(4410,),
'view.model': 'product.template',
'view.parent': ir.ui.view(1923,),
'xmlid': 'view_stock_product_template_tree'}
|
2023-11-17 19:10:58
|
WARNING
|
server
|
odoo.tests.result:590
0 failed, 0 error(s) of 0 tests when loading database '27011-16-0-all'
|
2023-11-17 19:11:00
|
WARNING
|
server
|
odoo.modules.loading:641
Transient module states were reset
|
| | |
This error is already known.
|
2023-11-17 19:11:00
|
ERROR
|
server
|
odoo.modules.registry:95
Failed to load registry
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 64, in __new__
return cls.registries[db_name]
File "<decorator-gen-8>", line 2, in __getitem__
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/tools/lru.py", line 34, in __getitem__
a = self.d[obj]
KeyError: '27011-16-0-all'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/cache.py", line 85, in lookup
r = d[key]
File "<decorator-gen-8>", line 2, in __getitem__
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/tools/lru.py", line 34, in __getitem__
a = self.d[obj]
KeyError: ('ir.model.data', <function IrModelData._xmlid_lookup at 0x7f0fdcd72950>, 'base.group_user')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 698, in _tag_root
f(rec)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 599, in _tag_record
record = model._load_records([data], self.mode == 'update')
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4374, in _load_records
data['record']._load_records_write(data['values'])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4305, in _load_records_write
self.write(values)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/res_currency.py", line 70, in write
self._toggle_group_multi_currency()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/res_currency.py", line 80, in _toggle_group_multi_currency
self._activate_group_multi_currency()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/res_currency.py", line 86, in _activate_group_multi_currency
group_user = self.env.ref('base.group_user', raise_if_not_found=False)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 587, in ref
res_model, res_id = self['ir.model.data']._xmlid_to_res_model_res_id(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_model.py", line 2039, in _xmlid_to_res_model_res_id
return self._xmlid_lookup(xmlid)[1:3]
File "<decorator-gen-42>", line 2, in _xmlid_lookup
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/cache.py", line 90, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_model.py", line 2030, in _xmlid_lookup
result = self.env.cr.fetchone()
psycopg2.InterfaceError: cursor already closed
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 90, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 429, in load_modules
loaded_modules, processed_modules = load_module_graph(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 231, in load_module_graph
load_data(cr, 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(cr, package.name, filename, idref, mode, noupdate, kind)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 763, in convert_file
convert_xml_import(cr, module, fp, idref, mode, noupdate)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 829, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 749, in parse
self._tag_root(de)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 698, in _tag_root
f(rec)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 711, in _tag_root
raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/data/res_currency_data.xml:36, somewhere inside
<record id="CHF" model="res.currency">
<field name="name">CHF</field>
<field name="full_name">Swiss franc</field>
<field name="symbol">CHF</field>
<field name="position">before</field>
<field name="rounding">0.01</field>
<field name="active" eval="False"/>
<field name="currency_unit_label">Franc</field>
<field name="currency_subunit_label">Centimes</field>
</record>
|
2023-11-17 19:11:09
|
INFO
|
runbot
|
Getting results for build 27011-16-0
|
2023-11-17 19:11:09
|
|
|
Step all finished in 9m
|
2023-11-17 19:11:09
|
|
|
Starting step setup from config Adhoc Conf con tests
|
2023-11-17 19:11:09
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-11-17 19:11:11
|
INFO
|
runbot
|
Step setup finished in 0s
|
2023-11-17 19:11:11
|
|
|
Starting step run from config Adhoc Conf con tests
|
2023-11-17 19:11:11
|
INFO
|
runbot
|
Start running build 27011-16-0
|
2023-11-17 19:11:11
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-11-17 19:11:14
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-11-17 19:11:14
|
INFO
|
server
|
odoo.modules.loading:300
14 modules loaded in 0.13s, 0 queries (+0 extra)
|
2023-11-17 21:11:52
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-11-17 21:11:59
|
INFO
|
server
|
odoo.modules.loading:300
472 modules loaded in 4.93s, 0 queries (+0 extra)
|
2023-11-21 15:54:53
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.74s, 0 queries (+0 extra)
|
2023-11-21 15:54:58
|
INFO
|
server
|
odoo.modules.loading:300
472 modules loaded in 3.34s, 0 queries (+0 extra)
|
2023-11-21 15:55:26
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-11-21 15:55:26
|
INFO
|
server
|
odoo.modules.loading:300
472 modules loaded in 3.40s, 0 queries (+0 extra)
|
2023-11-21 16:04:38
|
WARNING
|
server
|
odoo.http:2023
Incompatible companies on records:
- 'V 0001-00000059' belongs to company '(UY) Company' and 'Warehouse' (warehouse_id: 'YourCompany') belongs to another company.
|
2023-11-21 16:04:44
|
WARNING
|
server
|
odoo.http:2023
Incompatible companies on records:
- 'V 0001-00000060' belongs to company '(UY) Company' and 'Warehouse' (warehouse_id: 'YourCompany') belongs to another company.
|
2023-11-21 16:05:06
|
WARNING
|
server
|
odoo.http:2023
Incompatible companies on records:
- 'V 0001-00000061' belongs to company '(UY) Company' and 'Warehouse' (warehouse_id: 'YourCompany') belongs to another company.
|
2023-11-21 16:05:12
|
WARNING
|
server
|
odoo.http:2023
Incompatible companies on records:
- 'V 0001-00000062' belongs to company '(UY) Company' and 'Warehouse' (warehouse_id: 'YourCompany') belongs to another company.
|
2023-11-21 16:05:23
|
WARNING
|
server
|
odoo.http:2023
Incompatible companies on records:
- 'V 0001-00000063' belongs to company '(UY) Company' and 'Warehouse' (warehouse_id: 'YourCompany') belongs to another company.
|
2023-11-21 16:33:57
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-11-21 16:33:57
|
INFO
|
server
|
odoo.modules.loading:300
472 modules loaded in 0.30s, 0 queries (+0 extra)
|
2023-11-21 16:34:08
|
INFO
|
server
|
odoo.modules.loading:300
478 modules loaded in 10.16s, 7452 queries (+7452 extra)
|
2023-11-21 16:34:19
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.03s, 0 queries (+0 extra)
|
2023-11-21 16:34:19
|
INFO
|
server
|
odoo.modules.loading:300
478 modules loaded in 0.24s, 0 queries (+0 extra)
|
2023-11-21 16:34:31
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-11-21 16:34:31
|
INFO
|
server
|
odoo.modules.loading:300
478 modules loaded in 0.32s, 0 queries (+0 extra)
|
2023-11-21 16:39:13
|
WARNING
|
server
|
odoo.http:2023
The model account.invoice.report doesn't support adding fields.
|
2023-11-21 16:39:13
|
WARNING
|
server
|
odoo.http:2023
Con esta modificación su base registraría un total de 111 líneas de personalizacion. Su contrato contempla un máximo de 0 líneas de personalización. Puede solicitar la contratación de más líneas de personalización mediante un ticket a la Mesa de Ayuda.
|
2023-11-21 20:30:39
|
ERROR
|
server
|
odoo.sql_db:324
bad query: DELETE FROM ir_attachment WHERE id IN (
SELECT id FROM ir_attachment WHERE id in (1312) FOR NO KEY UPDATE SKIP LOCKED
)
ERROR: could not serialize access due to concurrent update
|
2023-11-22 12:35:56
|
INFO
|
runbot
|
Kill build 27011-16-0
|