Date |
Level |
Type |
Message |
2023-09-28 22:21:34
|
INFO
|
runbot
|
Init build environment with config custom_fleet_stock
|
2023-09-28 22:21:34
|
|
|
Starting step custom_fleet_stock from config custom_fleet_stock
|
2023-09-28 22:21:34
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:DockerMaster
|
2023-09-28 22:22:31
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 14.52s, 7856 queries (+7856 extra)
|
2023-09-28 22:23:50
|
WARNING
|
server
|
odoo.api.create:400
The model odoo.addons.fleet_vehicle_stock.models.fleet_vehicle is not overriding the create method in batch
|
2023-09-28 22:24:49
|
WARNING
|
server
|
odoo.modules.loading:641
Transient module states were reset
|
2023-09-28 22:24:49
|
ERROR
|
server
|
odoo.modules.registry:95
Failed to load registry
Traceback (most recent call last):
File "/data/build/odoo/odoo/tools/convert.py", line 698, in _tag_root
f(rec)
File "/data/build/odoo/odoo/tools/convert.py", line 599, in _tag_record
record = model._load_records([data], self.mode == 'update')
File "/data/build/odoo/odoo/models.py", line 4397, in _load_records
records = self._load_records_create([data['values'] for data in to_create])
File "/data/build/odoo/odoo/models.py", line 4308, in _load_records_create
return self.create(values)
File "<decorator-gen-65>", line 2, in create
File "/data/build/odoo/odoo/api.py", line 410, in _model_create_multi
return create(self, arg)
File "/data/build/odoo/odoo/addons/base/models/ir_fields.py", line 670, in create
recs = super().create(vals_list)
File "<decorator-gen-13>", line 2, in create
File "/data/build/odoo/odoo/api.py", line 410, in _model_create_multi
return create(self, arg)
File "/data/build/odoo/odoo/models.py", line 3920, in create
raise ValueError("Invalid field %r on model %r" % (key, self._name))
ValueError: Invalid field 'is_based_on_margin' on model 'account.tax.template'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/data/build/odoo/odoo/modules/registry.py", line 90, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/odoo/odoo/modules/loading.py", line 488, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/data/build/odoo/odoo/modules/loading.py", line 372, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/odoo/odoo/modules/loading.py", line 231, in load_module_graph
load_data(cr, idref, mode, kind='data', package=package)
File "/data/build/odoo/odoo/modules/loading.py", line 71, in load_data
tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind)
File "/data/build/odoo/odoo/tools/convert.py", line 763, in convert_file
convert_xml_import(cr, module, fp, idref, mode, noupdate)
File "/data/build/odoo/odoo/tools/convert.py", line 829, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/odoo/odoo/tools/convert.py", line 749, in parse
self._tag_root(de)
File "/data/build/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/custom_fleet_stock/l10n_es_rebu/data/taxes_rebu.xml:48, somewhere inside
<record id="account_tax_template_s_rebu0" model="account.tax.template">
<field name="chart_template_id" ref="l10n_es.account_chart_template_common"/>
<field name="description">REBU</field>
<field name="name">IVA Repercutido incluido REBU</field>
<field eval="0.00" name="amount"/>
<field name="amount_type">code</field>
<field name="type_tax_use">sale</field>
<field name="tax_group_id" ref="tax_group_rebu"/>
<field name="tax_scope">consu</field>
<field name="price_include">True</field>
<field name="is_based_on_margin">True</field>
<field name="python_compute">result = (price_unit - purchase_price) / 1.21 * 0.21</field>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0), (0,0, { 'factor_percent': 100, 'repartition_type': 'base', }), (0,0, { 'factor_percent': 100, 'repartition_type': 'tax', 'use_in_tax_closing': True, }), ]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0), (0,0, { 'factor_percent': 100, 'repartition_type': 'base', }), (0,0, { 'factor_percent': 100, 'repartition_type': 'tax', 'use_in_tax_closing': True, }), ]"/>
</record>
|
2023-09-28 22:24:49
|
CRITICAL
|
server
|
odoo.service.server:1336
Failed to initialize database `00178-16-0-custom_fleet_stock`.
Traceback (most recent call last):
File "/data/build/odoo/odoo/tools/convert.py", line 698, in _tag_root
f(rec)
File "/data/build/odoo/odoo/tools/convert.py", line 599, in _tag_record
record = model._load_records([data], self.mode == 'update')
File "/data/build/odoo/odoo/models.py", line 4397, in _load_records
records = self._load_records_create([data['values'] for data in to_create])
File "/data/build/odoo/odoo/models.py", line 4308, in _load_records_create
return self.create(values)
File "<decorator-gen-65>", line 2, in create
File "/data/build/odoo/odoo/api.py", line 410, in _model_create_multi
return create(self, arg)
File "/data/build/odoo/odoo/addons/base/models/ir_fields.py", line 670, in create
recs = super().create(vals_list)
File "<decorator-gen-13>", line 2, in create
File "/data/build/odoo/odoo/api.py", line 410, in _model_create_multi
return create(self, arg)
File "/data/build/odoo/odoo/models.py", line 3920, in create
raise ValueError("Invalid field %r on model %r" % (key, self._name))
ValueError: Invalid field 'is_based_on_margin' on model 'account.tax.template'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/data/build/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/odoo/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/data/build/odoo/odoo/modules/registry.py", line 90, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/odoo/odoo/modules/loading.py", line 488, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/data/build/odoo/odoo/modules/loading.py", line 372, in load_marked_modules
loaded, processed = load_module_graph(
File "/data/build/odoo/odoo/modules/loading.py", line 231, in load_module_graph
load_data(cr, idref, mode, kind='data', package=package)
File "/data/build/odoo/odoo/modules/loading.py", line 71, in load_data
tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind)
File "/data/build/odoo/odoo/tools/convert.py", line 763, in convert_file
convert_xml_import(cr, module, fp, idref, mode, noupdate)
File "/data/build/odoo/odoo/tools/convert.py", line 829, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/odoo/odoo/tools/convert.py", line 749, in parse
self._tag_root(de)
File "/data/build/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/custom_fleet_stock/l10n_es_rebu/data/taxes_rebu.xml:48, somewhere inside
<record id="account_tax_template_s_rebu0" model="account.tax.template">
<field name="chart_template_id" ref="l10n_es.account_chart_template_common"/>
<field name="description">REBU</field>
<field name="name">IVA Repercutido incluido REBU</field>
<field eval="0.00" name="amount"/>
<field name="amount_type">code</field>
<field name="type_tax_use">sale</field>
<field name="tax_group_id" ref="tax_group_rebu"/>
<field name="tax_scope">consu</field>
<field name="price_include">True</field>
<field name="is_based_on_margin">True</field>
<field name="python_compute">result = (price_unit - purchase_price) / 1.21 * 0.21</field>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0), (0,0, { 'factor_percent': 100, 'repartition_type': 'base', }), (0,0, { 'factor_percent': 100, 'repartition_type': 'tax', 'use_in_tax_closing': True, }), ]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0), (0,0, { 'factor_percent': 100, 'repartition_type': 'base', }), (0,0, { 'factor_percent': 100, 'repartition_type': 'tax', 'use_in_tax_closing': True, }), ]"/>
</record>
|
2023-09-28 22:24:55
|
|
|
Step custom_fleet_stock finished in 3m
|
2023-09-28 22:24:55
|
|
|
Starting step run from config custom_fleet_stock
|
2023-09-28 22:24:55
|
INFO
|
runbot
|
Start running build 00178-16-0
|
2023-09-28 22:24:55
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:DockerMaster
|
2023-09-28 22:25:01
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.02s, 0 queries (+0 extra)
|
2023-09-28 22:25:12
|
WARNING
|
server
|
odoo.api.create:400
The model odoo.addons.fleet_vehicle_stock.models.fleet_vehicle is not overriding the create method in batch
|
2023-09-28 22:25:12
|
INFO
|
server
|
odoo.modules.loading:300
104 modules loaded in 2.47s, 0 queries (+2 extra)
|
2023-10-08 23:40:16
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (18) timeout after 120s
|
2023-10-08 23:40:16
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (18) timeout after 120s
|
2023-10-13 23:59:54
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (23) timeout after 120s
|
2023-10-17 23:47:13
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (25) timeout after 120s
|
2023-10-17 23:47:13
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (25) timeout after 120s
|
2023-10-24 00:05:10
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (27) timeout after 120s
|
2023-10-25 23:42:44
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (29) timeout after 120s
|
2023-10-30 00:24:01
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (31) timeout after 120s
|
2023-10-30 00:24:01
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (33) timeout after 120s
|
2023-10-31 00:03:38
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (35) timeout after 120s
|
2023-10-31 23:52:43
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (37) timeout after 120s
|
2023-11-02 00:19:47
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (39) timeout after 120s
|
2023-11-02 23:18:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (41) timeout after 120s
|
2023-11-02 23:18:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (41) timeout after 120s
|
2023-11-04 23:56:48
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (43) timeout after 120s
|
2023-11-06 00:25:57
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (45) timeout after 120s
|
2023-11-12 00:01:12
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (47) timeout after 120s
|
2023-11-26 23:49:33
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (51) timeout after 120s
|
2023-11-26 23:49:33
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (51) timeout after 120s
|
2023-12-04 00:12:10
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (53) timeout after 120s
|
2023-12-09 23:42:22
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (57) timeout after 120s
|
2023-12-10 23:40:28
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (59) timeout after 120s
|
2023-12-12 00:05:50
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (61) timeout after 120s
|
2023-12-13 23:54:14
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (65) timeout after 120s
|
2023-12-15 00:32:55
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (67) timeout after 120s
|
2023-12-16 00:16:44
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (69) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (71) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (73) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (73) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (75) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (75) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (79) timeout after 120s
|
2023-12-17 06:51:32
|
WARNING
|
server
|
odoo.addons.base.models.ir_cron:131
Exception in cron:
Traceback (most recent call last):
File "/data/build/odoo/odoo/addons/base/models/ir_cron.py", line 96, in _process_jobs
with db.cursor() as cron_cr:
File "/data/build/odoo/odoo/sql_db.py", line 740, in cursor
return Cursor(self.__pool, self.__dbname, self.__dsn)
File "/data/build/odoo/odoo/sql_db.py", line 267, in __init__
self._cnx = pool.borrow(dsn)
File "<decorator-gen-2>", line 2, in borrow
File "/data/build/odoo/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/data/build/odoo/odoo/sql_db.py", line 668, in borrow
result = psycopg2.connect(
File "/usr/local/lib/python3.8/dist-packages/psycopg2/__init__.py", line 127, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
psycopg2.OperationalError: connection to server on socket "/var/run/postgresql/.s.PGSQL.6432" failed: ERROR: pgbouncer cannot connect to server
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (79) timeout after 120s
|
2023-12-17 06:51:32
|
WARNING
|
server
|
odoo.addons.base.models.ir_cron:131
Exception in cron:
Traceback (most recent call last):
File "/data/build/odoo/odoo/addons/base/models/ir_cron.py", line 96, in _process_jobs
with db.cursor() as cron_cr:
File "/data/build/odoo/odoo/sql_db.py", line 740, in cursor
return Cursor(self.__pool, self.__dbname, self.__dsn)
File "/data/build/odoo/odoo/sql_db.py", line 267, in __init__
self._cnx = pool.borrow(dsn)
File "<decorator-gen-2>", line 2, in borrow
File "/data/build/odoo/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/data/build/odoo/odoo/sql_db.py", line 668, in borrow
result = psycopg2.connect(
File "/usr/local/lib/python3.8/dist-packages/psycopg2/__init__.py", line 127, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
psycopg2.OperationalError: connection to server on socket "/var/run/postgresql/.s.PGSQL.6432" failed: ERROR: pgbouncer cannot connect to server
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (83) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (83) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (85) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (87) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (87) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (89) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (91) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (91) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (93) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (95) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (95) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (97) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (97) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (99) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (99) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (99) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (99) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (101) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (101) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (103) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (105) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (105) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (109) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (111) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (111) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (113) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (115) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (115) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (117) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (119) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (123) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (123) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (125) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (127) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (129) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (129) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (131) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (133) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (133) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (135) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (137) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (137) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (139) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (139) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (139) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (139) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (141) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (143) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (143) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (145) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (147) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (149) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (149) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (151) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (153) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (153) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (155) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (157) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (159) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (161) timeout after 120s
|
2023-12-17 06:51:32
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (161) timeout after 120s
|
2023-12-17 06:51:32
|
|
|
Log limit reached (full logs are still available in the log file)
|
2024-01-09 08:44:25
|
INFO
|
runbot
|
Killing build 00178-16-0, requested by Adrián (user #6)
|
2024-01-09 08:44:26
|
INFO
|
runbot
|
Kill build 00178-16-0
|