Date |
Level |
Type |
Message |
2023-06-28 17:23:39
|
INFO
|
runbot
|
Init build environment with config Adhoc Conf (l10n_Ar no test) no-test
|
2023-06-28 17:23:39
|
|
|
Starting step base from config Adhoc Conf (l10n_Ar no test) no-test
|
2023-06-28 17:23:39
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-06-28 17:24:12
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 5.72s, 8973 queries (+8973 extra)
|
2023-06-28 17:24:12
|
INFO
|
server
|
odoo.modules.loading:300
13 modules loaded in 3.34s, 5249 queries (+5249 extra)
|
2023-06-28 17:24:13
|
|
|
Step base finished in 34s
|
2023-06-28 17:24:13
|
|
|
Starting step all_no_test from config Adhoc Conf (l10n_Ar no test) no-test
|
2023-06-28 17:24:13
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-06-28 17:24:41
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 6.44s, 8973 queries (+8973 extra)
|
2023-06-28 17:26:45
|
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 17:26:39.962740', 1, '{"en_US": "Payway"}', 'inbound', '2023-06-28 17:26:39.962740', 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 17:26:45
|
WARNING
|
server
|
odoo.modules.loading:641
Transient module states were reset
|
| | |
This error is already known.
|
2023-06-28 17:26:45
|
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 17:26:45
|
CRITICAL
|
server
|
odoo.service.server:1336
Failed to initialize database `15628-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 17:26:47
|
|
|
Step all_no_test finished in 3m
|
2023-06-28 17:26:47
|
|
|
Starting step setup from config Adhoc Conf (l10n_Ar no test) no-test
|
2023-06-28 17:26:47
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-06-28 17:27:16
|
INFO
|
runbot
|
Step setup finished in 29s
|
2023-06-28 17:27:16
|
|
|
Starting step run from config Adhoc Conf (l10n_Ar no test) no-test
|
2023-06-28 17:27:16
|
INFO
|
runbot
|
Start running build 15628-16-0
|
2023-06-28 17:27:16
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2023-06-28 17:27:44
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-06-28 17:27:44
|
INFO
|
server
|
odoo.modules.loading:300
179 modules loaded in 1.87s, 0 queries (+0 extra)
|
2023-06-28 17:29:41
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (16) timeout after 120s
|
2023-06-28 17:29:41
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (16) timeout after 120s
|
2023-06-28 17:31:43
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (20) timeout after 120s
|
2023-06-28 17:31:43
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (20) timeout after 120s
|
2023-06-28 17:33:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (22) timeout after 120s
|
2023-06-28 17:35:43
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (24) timeout after 120s
|
2023-06-28 17:37:33
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (26) timeout after 120s
|
2023-06-28 18:54:36
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-06-28 18:54:36
|
INFO
|
server
|
odoo.modules.loading:300
13 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-06-28 20:26:33
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (28) timeout after 120s
|
2023-06-28 20:28:18
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (30) timeout after 120s
|
2023-06-28 20:30:28
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (32) timeout after 120s
|
2023-06-28 20:32:39
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (34) timeout after 120s
|
2023-06-28 20:34:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (36) timeout after 120s
|
2023-06-28 20:36:33
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (38) timeout after 120s
|
2023-06-28 20:38:43
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (40) timeout after 120s
|
2023-06-28 20:40:27
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (42) timeout after 120s
|
2023-06-28 20:42:37
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (44) timeout after 120s
|
2023-06-28 20:44:21
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (46) timeout after 120s
|
2023-06-28 20:46:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (48) timeout after 120s
|
2023-06-28 20:48:43
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (50) timeout after 120s
|
2023-06-28 20:50:27
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (52) timeout after 120s
|
2023-06-28 20:52:37
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (54) timeout after 120s
|
2023-06-28 20:54:21
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (56) timeout after 120s
|
2023-06-28 20:56:31
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (58) timeout after 120s
|
2023-06-28 20:58:41
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (60) timeout after 120s
|
2023-06-28 21:00:25
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (62) timeout after 120s
|
2023-06-28 21:02:34
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (64) timeout after 120s
|
2023-06-28 21:04:21
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (66) timeout after 120s
|
2023-06-28 21:06:42
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (68) timeout after 120s
|
2023-06-28 21:08:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (70) timeout after 120s
|
2023-06-28 21:10:42
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (72) timeout after 120s
|
2023-06-28 21:12:26
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (74) timeout after 120s
|
2023-06-28 21:14:37
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (76) timeout after 120s
|
2023-06-28 21:16:21
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (78) timeout after 120s
|
2023-06-28 21:18:31
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (80) timeout after 120s
|
2023-06-28 21:20:41
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (82) timeout after 120s
|
2023-06-28 21:22:25
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (84) timeout after 120s
|
2023-06-28 21:24:35
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (86) timeout after 120s
|
2023-06-28 21:26:44
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (88) timeout after 120s
|
2023-06-28 21:28:28
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (90) timeout after 120s
|
2023-06-28 21:31:00
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (92) timeout after 120s
|
2023-06-28 21:32:26
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (94) timeout after 120s
|
2023-06-29 20:26:03
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (96) timeout after 120s
|
2023-06-29 20:28:14
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (98) timeout after 120s
|
2023-06-29 20:29:59
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (100) timeout after 120s
|
2023-06-29 20:32:11
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (102) timeout after 120s
|
2023-06-29 20:33:58
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (104) timeout after 120s
|
2023-06-29 20:36:10
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (106) timeout after 120s
|
2023-06-29 20:38:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (108) timeout after 120s
|
2023-06-29 20:40:07
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (110) timeout after 120s
|
2023-06-29 20:42:19
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (112) timeout after 120s
|
2023-06-29 20:44:05
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (114) timeout after 120s
|
2023-06-29 20:46:16
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (116) timeout after 120s
|
2023-06-29 20:48:02
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (118) timeout after 120s
|
2023-06-29 20:50:14
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (120) timeout after 120s
|
2023-06-29 20:52:00
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (122) timeout after 120s
|
2023-06-29 20:54:11
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (124) timeout after 120s
|
2023-06-29 20:55:57
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (126) timeout after 120s
|
2023-06-29 20:58:09
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (128) timeout after 120s
|
2023-06-29 21:00:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (130) timeout after 120s
|
2023-06-29 21:02:07
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (132) timeout after 120s
|
2023-06-29 21:04:19
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (134) timeout after 120s
|
2023-06-29 21:06:04
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (136) timeout after 120s
|
2023-06-29 21:08:16
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (138) timeout after 120s
|
2023-06-29 21:10:02
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (140) timeout after 120s
|
2023-06-29 21:12:14
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (142) timeout after 120s
|
2023-06-29 21:13:59
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (144) timeout after 120s
|
2023-06-29 21:16:11
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (146) timeout after 120s
|
2023-06-29 21:18:23
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (148) timeout after 120s
|
2023-06-29 21:20:08
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (150) timeout after 120s
|
2023-06-29 21:22:21
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (152) timeout after 120s
|
2023-06-29 21:24:06
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (154) timeout after 120s
|
2023-06-29 21:26:19
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (156) timeout after 120s
|
2023-06-29 21:28:05
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (158) timeout after 120s
|
2023-06-29 21:30:16
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (160) timeout after 120s
|
2023-06-29 21:32:02
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (162) timeout after 120s
|
2023-06-29 21:34:15
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (164) timeout after 120s
|
2023-06-29 21:36:01
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (166) timeout after 120s
|
2023-06-29 21:38:12
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (168) timeout after 120s
|
2023-06-29 21:40:24
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (170) timeout after 120s
|
2023-06-29 21:42:09
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (172) timeout after 120s
|
2023-06-29 21:44:21
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (174) timeout after 120s
|
2023-06-29 21:46:07
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (176) timeout after 120s
|
2023-06-29 21:48:19
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (178) timeout after 120s
|
2023-06-29 21:50:04
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (180) timeout after 120s
|
2023-06-29 21:52:17
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (182) timeout after 120s
|
2023-06-29 21:54:02
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (184) timeout after 120s
|
2023-06-29 21:56:14
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (186) timeout after 120s
|
2023-06-29 21:58:26
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (188) timeout after 120s
|
2023-06-29 22:00:12
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (190) timeout after 120s
|
2023-06-29 22:02:24
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (192) timeout after 120s
|
2023-06-29 22:04:10
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (194) timeout after 120s
|
2023-06-29 22:06:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (196) timeout after 120s
|
2023-06-29 22:08:07
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (198) timeout after 120s
|
2023-06-29 22:10:19
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (200) timeout after 120s
|
2023-06-29 22:12:05
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (202) timeout after 120s
|
2023-06-29 22:14:17
|
|
|
Log limit reached (full logs are still available in the log file)
|
2023-07-03 21:08:08
|
INFO
|
runbot
|
Kill build 15628-16-0
|