Date |
Level |
Type |
Message |
2023-11-17 18:50:50
|
INFO
|
runbot
|
Init build environment with config Adhoc Conf con tests
|
2023-11-17 18:50:50
|
|
|
Starting step base from config Adhoc Conf con tests
|
2023-11-17 18:50:50
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-11-17 18:51:10
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 7.70s, 8973 queries (+8973 extra)
|
2023-11-17 18:51:16
|
INFO
|
server
|
odoo.modules.loading:300
14 modules loaded in 4.85s, 5288 queries (+5288 extra)
|
2023-11-17 18:51:16
|
|
|
Step base finished in 25s
|
2023-11-17 18:51:16
|
|
|
Starting step all from config Adhoc Conf con tests
|
2023-11-17 18:51:16
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-11-17 18:51:37
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 8.61s, 8973 queries (+8973 extra)
|
2023-11-17 18:58:53
|
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:00:11
|
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:00:23
|
WARNING
|
server
|
odoo.modules.loading:641
Transient module states were reset
|
| | |
This error is already known.
|
2023-11-17 19:00:23
|
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:00:23
|
CRITICAL
|
server
|
odoo.service.server:1336
Failed to initialize database `26997-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:00:23
|
ERROR
|
server
|
odoo.sql_db:324
bad query:
SELECT d.id, d.module, d.name, d.model, d.res_id, d.noupdate, r.id
FROM ir_model_data d LEFT JOIN "res_currency" r on d.res_id=r.id
WHERE d.module='base' AND d.name IN ('JOD')
ERROR: connection pointer is NULL
|
2023-11-17 19:00:23
|
WARNING
|
server
|
odoo.modules.loading:641
Transient module states were reset
|
| | |
This error is already known.
|
2023-11-17 19:00:23
|
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: '26997-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/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 4333, in _load_records
for row in imd._lookup_xmlids(xml_ids, self)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_model.py", line 2095, in _lookup_xmlids
cr.execute(query, (prefix, subsuffixes))
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 321, in execute
res = self._obj.execute(query, params)
psycopg2.OperationalError: connection pointer is NULL
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:910, somewhere inside
<record id="JOD" model="res.currency">
<field name="name">JOD</field>
<field name="full_name">Jordanian dinar</field>
<field name="symbol"> د.ا </field>
<field name="rounding">0.001</field>
<field name="active" eval="False"/>
<field name="currency_unit_label">Dinar</field>
<field name="currency_subunit_label">Fils</field>
</record>
|
2023-11-17 19:00:29
|
INFO
|
runbot
|
Getting results for build 26997-16-0
|
2023-11-17 19:00:29
|
|
|
Step all finished in 9m
|
2023-11-17 19:00:29
|
|
|
Starting step setup from config Adhoc Conf con tests
|
2023-11-17 19:00:29
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-11-17 19:00:30
|
INFO
|
runbot
|
Step setup finished in 0s
|
2023-11-17 19:00:30
|
|
|
Starting step run from config Adhoc Conf con tests
|
2023-11-17 19:00:30
|
INFO
|
runbot
|
Start running build 26997-16-0
|
2023-11-17 19:00:30
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-11-17 19:00:37
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-11-17 19:00:37
|
INFO
|
server
|
odoo.modules.loading:300
14 modules loaded in 0.10s, 0 queries (+0 extra)
|
2023-11-17 19:02:55
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-11-17 19:02:55
|
INFO
|
server
|
odoo.modules.loading:300
472 modules loaded in 4.85s, 0 queries (+0 extra)
|
2023-11-17 19:03:02
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-11-17 19:03:04
|
INFO
|
server
|
odoo.modules.loading:300
472 modules loaded in 5.60s, 0 queries (+0 extra)
|
2023-11-17 19:03:23
|
ERROR
|
server
|
odoo.sql_db:324
bad query: UPDATE "res_users" SET "write_date" = '2023-11-17 19:03:22.775818', "write_uid" = 2 WHERE id IN (2)
ERROR: could not serialize access due to concurrent update
|
2023-11-17 19:03:37
|
ERROR
|
server
|
odoo.sql_db:324
bad query: INSERT INTO ir_ui_menu_group_rel (menu_id, gid) VALUES (648, 1), (207, 1), (183, 1), (686, 1), (530, 1), (211, 1), (5, 1) ON CONFLICT DO NOTHING
ERROR: could not serialize access due to concurrent update
|
2023-11-17 19:03:50
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-11-17 19:03:50
|
ERROR
|
server
|
odoo.sql_db:324
bad query: UPDATE "res_company" SET "iap_enrich_auto_done" = true, "write_date" = '2023-11-17 19:03:43.031420', "write_uid" = 2 WHERE id IN (5)
ERROR: could not serialize access due to concurrent update
|
2023-11-17 19:03:58
|
INFO
|
server
|
odoo.modules.loading:300
472 modules loaded in 5.88s, 0 queries (+0 extra)
|
2023-11-17 19:16:19
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-11-17 19:16:25
|
INFO
|
server
|
odoo.modules.loading:300
472 modules loaded in 0.32s, 0 queries (+0 extra)
|
2023-11-17 19:16:25
|
INFO
|
server
|
odoo.modules.loading:300
474 modules loaded in 2.23s, 667 queries (+667 extra)
|
2023-11-17 19:16:30
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-11-17 19:16:30
|
INFO
|
server
|
odoo.modules.loading:300
474 modules loaded in 0.19s, 0 queries (+0 extra)
|
2023-11-17 19:16:36
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-11-17 19:16:36
|
INFO
|
server
|
odoo.modules.loading:300
474 modules loaded in 0.19s, 0 queries (+0 extra)
|
2023-11-17 19:22:30
|
WARNING
|
server
|
odoo.models:6228
onchange method PurchaseOrderLine.onchange_product_id returned a domain, this is deprecated
|
2023-11-17 19:35:49
|
WARNING
|
server
|
odoo.http:2023
Se requiere la fecha de Facturación / Reembolso para validar este documento.
|
2023-11-17 19:37:55
|
WARNING
|
server
|
odoo.http:2023
Configure por favor la cuenta de gastos de stock para el producto: Flete.
|
2023-11-22 00:25:49
|
INFO
|
runbot
|
Kill build 26997-16-0
|