Date |
Level |
Type |
Message |
2023-06-28 13:28:22
|
INFO
|
runbot
|
Init build environment with config Adhoc Conf (l10n_Ar no test) no-test
|
2023-06-28 13:28:22
|
|
|
Starting step base from config Adhoc Conf (l10n_Ar no test) no-test
|
2023-06-28 13:28:22
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-06-28 13:28:59
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 5.97s, 8973 queries (+8973 extra)
|
2023-06-28 13:28:59
|
INFO
|
server
|
odoo.modules.loading:300
13 modules loaded in 3.76s, 5249 queries (+5249 extra)
|
2023-06-28 13:29:00
|
|
|
Step base finished in 38s
|
2023-06-28 13:29:00
|
|
|
Starting step all_no_test from config Adhoc Conf (l10n_Ar no test) no-test
|
2023-06-28 13:29:00
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-06-28 13:29:31
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 7.62s, 8973 queries (+8973 extra)
|
2023-06-28 13:31:38
|
ERROR
|
server
|
odoo.sql_db:317
bad query: INSERT INTO "account_payment_method" ("code", "create_date", "create_uid", "name", "payment_type", "write_date", "write_uid") VALUES ('payway', '2023-06-28 13:31:30.696648', 1, '{"en_US": "Payway"}', 'inbound', '2023-06-28 13:31:30.696648', 1) RETURNING "id"
ERROR: duplicate key value violates unique constraint "account_payment_method_name_code_unique"
DETAIL: Key (code, payment_type)=(payway, inbound) already exists.
|
2023-06-28 13:31:38
|
WARNING
|
server
|
odoo.modules.loading:641
Transient module states were reset
|
| | |
This error is already known.
|
2023-06-28 13:31:38
|
ERROR
|
server
|
odoo.modules.registry:95
Failed to load registry
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 4368, in _load_records
records = self._load_records_create([data['values'] for data in to_create])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4290, in _load_records_create
return self.create(values)
File "<decorator-gen-231>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 410, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_payment_method.py", line 23, in create
payment_methods = super().create(vals_list)
File "<decorator-gen-65>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 410, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_fields.py", line 665, in create
recs = super().create(vals_list)
File "<decorator-gen-13>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 410, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 3946, in create
records = self._create(data_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4127, in _create
cr.execute(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 314, in execute
res = self._obj.execute(query, params)
psycopg2.errors.UniqueViolation: duplicate key value violates unique constraint "account_payment_method_name_code_unique"
DETAIL: Key (code, payment_type)=(payway, inbound) already exists.
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 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 711, in _tag_root
raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/plugberry-payment/payment_payway/data/payment_provider_data.xml:15, somewhere inside
<record id="payment_method_payway" model="account.payment.method">
<field name="name">Payway</field>
<field name="code">payway</field>
<field name="payment_type">inbound</field>
</record>
|
2023-06-28 13:31:38
|
CRITICAL
|
server
|
odoo.service.server:1336
Failed to initialize database `15566-16-0-all`.
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 4368, in _load_records
records = self._load_records_create([data['values'] for data in to_create])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4290, in _load_records_create
return self.create(values)
File "<decorator-gen-231>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 410, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/account/models/account_payment_method.py", line 23, in create
payment_methods = super().create(vals_list)
File "<decorator-gen-65>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 410, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_fields.py", line 665, in create
recs = super().create(vals_list)
File "<decorator-gen-13>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 410, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 3946, in create
records = self._create(data_list)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4127, in _create
cr.execute(
File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 314, in execute
res = self._obj.execute(query, params)
psycopg2.errors.UniqueViolation: duplicate key value violates unique constraint "account_payment_method_name_code_unique"
DETAIL: Key (code, payment_type)=(payway, inbound) already exists.
The above exception was the direct cause of the following exception:
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-14>", 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 711, in _tag_root
raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/plugberry-payment/payment_payway/data/payment_provider_data.xml:15, somewhere inside
<record id="payment_method_payway" model="account.payment.method">
<field name="name">Payway</field>
<field name="code">payway</field>
<field name="payment_type">inbound</field>
</record>
|
2023-06-28 13:31:40
|
|
|
Step all_no_test finished in 3m
|
2023-06-28 13:31:40
|
|
|
Starting step setup from config Adhoc Conf (l10n_Ar no test) no-test
|
2023-06-28 13:31:40
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-06-28 13:32:09
|
INFO
|
runbot
|
Step setup finished in 29s
|
2023-06-28 13:32:09
|
|
|
Starting step run from config Adhoc Conf (l10n_Ar no test) no-test
|
2023-06-28 13:32:09
|
INFO
|
runbot
|
Start running build 15566-16-0
|
2023-06-28 13:32:09
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-06-28 13:32:36
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-06-28 13:32:36
|
INFO
|
server
|
odoo.modules.loading:300
179 modules loaded in 2.05s, 0 queries (+0 extra)
|
2023-06-28 13:34:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (15) timeout after 120s
|
2023-06-28 13:36:34
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (20) timeout after 120s
|
2023-06-28 13:38:18
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (22) timeout after 120s
|
2023-06-28 13:40:27
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (24) timeout after 120s
|
2023-06-28 13:42:36
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (26) timeout after 120s
|
2023-06-28 13:44:19
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (28) timeout after 120s
|
2023-06-28 13:46:29
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (30) timeout after 120s
|
2023-06-28 13:48:38
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (32) timeout after 120s
|
2023-06-28 13:50:21
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (34) timeout after 120s
|
2023-06-28 13:52:30
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (36) timeout after 120s
|
2023-06-28 13:54:39
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (38) timeout after 120s
|
2023-06-28 13:56:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (40) timeout after 120s
|
2023-06-28 13:58:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (42) timeout after 120s
|
2023-06-28 13:58:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (42) timeout after 120s
|
2023-06-28 14:00:41
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (44) timeout after 120s
|
2023-06-28 14:02:25
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (46) timeout after 120s
|
2023-06-28 14:04:34
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (48) timeout after 120s
|
2023-06-28 14:06:17
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (50) timeout after 120s
|
2023-06-28 14:08:25
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (52) timeout after 120s
|
2023-06-28 14:10:35
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (54) timeout after 120s
|
2023-06-28 14:12:18
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (56) timeout after 120s
|
2023-06-28 14:12:18
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (56) timeout after 120s
|
2023-06-28 14:14:26
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (58) timeout after 120s
|
2023-06-28 14:16:36
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (60) timeout after 120s
|
2023-06-28 14:18:19
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (62) timeout after 120s
|
2023-06-28 14:20:27
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (64) timeout after 120s
|
2023-06-28 14:22:36
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (66) timeout after 120s
|
2023-06-28 14:24:19
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (68) timeout after 120s
|
2023-06-28 14:26:28
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (70) timeout after 120s
|
2023-06-28 14:28:39
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (72) timeout after 120s
|
2023-06-28 14:30:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (74) timeout after 120s
|
2023-06-28 14:31:40
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.08s, 0 queries (+0 extra)
|
2023-06-28 14:31:40
|
INFO
|
server
|
odoo.modules.loading:300
13 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-06-28 14:32:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (76) timeout after 120s
|
2023-06-28 14:34:41
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (78) timeout after 120s
|
2023-06-28 14:36:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (80) timeout after 120s
|
2023-06-28 14:38:34
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (82) timeout after 120s
|
2023-06-28 14:40:47
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (84) timeout after 120s
|
2023-06-28 14:42:24
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (86) timeout after 120s
|
2023-06-28 14:44:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (88) timeout after 120s
|
2023-06-28 14:46:36
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (90) timeout after 120s
|
2023-06-28 14:48:36
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (92) timeout after 120s
|
2023-06-28 16:31:26
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (94) timeout after 120s
|
2023-06-28 16:33:14
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (96) timeout after 120s
|
2023-06-28 16:35:26
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (98) timeout after 120s
|
2023-06-28 16:37:11
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (100) timeout after 120s
|
2023-06-28 16:39:24
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (102) timeout after 120s
|
2023-06-28 16:41:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (104) timeout after 120s
|
2023-06-29 16:31:08
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (106) timeout after 120s
|
2023-06-29 16:33:19
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (108) timeout after 120s
|
2023-06-29 16:35:05
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (110) timeout after 120s
|
2023-06-29 16:37:17
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (112) timeout after 120s
|
2023-06-29 16:39:02
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (114) timeout after 120s
|
2023-06-29 16:41:14
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (116) timeout after 120s
|
2023-06-29 16:42:59
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (118) timeout after 120s
|
2023-06-29 16:45:12
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (120) timeout after 120s
|
2023-06-29 16:47:24
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (122) timeout after 120s
|
2023-06-29 16:49:09
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (124) timeout after 120s
|
2023-06-29 16:51:21
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (126) timeout after 120s
|
2023-06-29 16:53:07
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (128) timeout after 120s
|
2023-06-29 16:55:19
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (130) timeout after 120s
|
2023-06-29 16:57:04
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (132) timeout after 120s
|
2023-06-29 16:59:16
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (134) timeout after 120s
|
2023-06-29 17:01:01
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (136) timeout after 120s
|
2023-06-29 17:03:14
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (138) timeout after 120s
|
2023-06-29 17:04:59
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (140) timeout after 120s
|
2023-06-29 17:07:10
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (142) timeout after 120s
|
2023-06-29 17:09:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (144) timeout after 120s
|
2023-06-29 17:11:09
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (146) timeout after 120s
|
2023-06-29 17:13:20
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (148) timeout after 120s
|
2023-06-29 17:15:06
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (150) timeout after 120s
|
2023-06-29 17:17:18
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (152) timeout after 120s
|
2023-06-29 17:19:03
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (154) timeout after 120s
|
2023-06-29 17:21:14
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (156) timeout after 120s
|
2023-06-29 17:23:25
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (158) timeout after 120s
|
2023-06-29 17:25:10
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (160) timeout after 120s
|
2023-06-29 17:27:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (162) timeout after 120s
|
2023-06-29 17:29:09
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (164) timeout after 120s
|
2023-06-29 17:31:20
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (166) timeout after 120s
|
2023-06-29 17:33:06
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (168) timeout after 120s
|
2023-06-29 17:35:21
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (170) timeout after 120s
|
2023-06-29 17:37:06
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (172) timeout after 120s
|
2023-06-29 17:39:16
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (174) timeout after 120s
|
2023-06-29 17:41:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (176) timeout after 120s
|
2023-06-29 17:43:04
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (178) timeout after 120s
|
2023-06-29 17:45:10
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (180) timeout after 120s
|
2023-06-29 17:47:17
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (182) timeout after 120s
|
2023-06-29 17:49:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (184) timeout after 120s
|
2023-06-29 17:51:04
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (186) timeout after 120s
|
2023-06-29 17:53:11
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (188) timeout after 120s
|
2023-06-29 17:55:20
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (190) timeout after 120s
|
2023-06-29 17:57:26
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (192) timeout after 120s
|
2023-06-29 17:59:08
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (194) timeout after 120s
|
2023-06-29 18:01:16
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (196) timeout after 120s
|
2023-06-29 18:03:24
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (198) timeout after 120s
|
2023-06-29 18:05:06
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (200) timeout after 120s
|
2023-06-29 18:07:14
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (202) timeout after 120s
|
2023-06-29 18:09:22
|
|
|
Log limit reached (full logs are still available in the log file)
|
2023-07-03 16:43:56
|
INFO
|
runbot
|
Kill build 15566-16-0
|