Commit: oca_server_tools:909ef5d6  
Subject: Added translation using Weblate (Russian)
Author: Administrator
Committer: Weblate
Commit: oca_mail:f5364910  
Subject: Translated using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: odoo:3eff8c95  
Subject: [FIX] spreadsheet: update o_spreadsheet to latest version
Author: Lucas Lefèvre (lul)
Committer: Lucas Lefèvre (lul)
Version: 18.0
Config: Default
Build time: 100s
Wait time: 103s
Load time: 1m40s
Date Level Type Message
2026-02-20 09:55:34 INFO runbot Rebuild initiated by Administrator
2026-02-20 09:55:37 INFO runbot Init build environment with config Default
2026-02-20 09:55:37 Starting step all from config Default
2026-02-20 09:55:37 Using Dockerfile Tag odoo:DockerDefault
2026-02-20 09:55:56 INFO server odoo.modules.loading:360 1 modules loaded in 8.80s, 9272 queries (+9272 extra)
2026-02-20 09:55:57 WARNING server odoo.addons.base_search_fuzzy.models.trgm_index:83 To use pg_trgm you have to create the extension pg_trgm in your database or you have to be the superuser.
2026-02-20 09:55:57 WARNING server odoo.addons.base_search_fuzzy.models.trgm_index:83 To use pg_trgm you have to create the extension pg_trgm in your database or you have to be the superuser.
2026-02-20 09:55:57 WARNING server odoo.modules.loading:94
Module base_search_fuzzy demo data failed to install, installed without demo data
Traceback (most recent call last):
  File "/data/build/odoo/odoo/tools/convert.py", line 590, in _tag_root
    f(rec)
  File "/data/build/odoo/odoo/tools/convert.py", line 444, in _tag_record
    record = model._load_records([data], self.mode == 'update')
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 5531, in _load_records
    records = self._load_records_create([data['values'] for data in to_create])
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 5435, in _load_records_create
    records = self.create(vals_list)
              ^^^^^^^^^^^^^^^^^^^^^^
  File "<decorator-gen-37>", line 2, in create
  File "/data/build/odoo/odoo/api.py", line 498, in _model_create_multi
    return create(self, arg)
           ^^^^^^^^^^^^^^^^^
  File "/data/build/oca_server_tools/base_search_fuzzy/models/trgm_index.py", line 169, in create
    rec.index_name = rec.create_index()
                     ^^^^^^^^^^^^^^^^^^
  File "/data/build/oca_server_tools/base_search_fuzzy/models/trgm_index.py", line 127, in create_index
    raise exceptions.UserError(
odoo.exceptions.UserError: The pg_trgm extension does not exists or cannot be installed.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/data/build/odoo/odoo/modules/loading.py", line 90, in load_demo
    load_data(env(su=True), idref, mode, kind='demo', package=package)
  File "/data/build/odoo/odoo/modules/loading.py", line 72, in load_data
    tools.convert_file(env, package.name, filename, idref, mode, noupdate, kind)
  File "/data/build/odoo/odoo/tools/convert.py", line 662, in convert_file
    convert_xml_import(env, module, fp, idref, mode, noupdate)
  File "/data/build/odoo/odoo/tools/convert.py", line 733, in convert_xml_import
    obj.parse(doc.getroot())
  File "/data/build/odoo/odoo/tools/convert.py", line 648, in parse
    self._tag_root(de)
  File "/data/build/odoo/odoo/tools/convert.py", line 603, in _tag_root
    raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/oca_server_tools/base_search_fuzzy/demo/TrgmIndex_demo.xml:2, somewhere inside
<record id="trgm_index_gin_partner_name" model="trgm.index">
        <field name="field_id" ref="base.field_res_partner__name"/>
        <field name="index_type">gin</field>
    </record>
2026-02-20 09:55:58 WARNING server odoo.addons.base_search_fuzzy.models.trgm_index:83 To use pg_trgm you have to create the extension pg_trgm in your database or you have to be the superuser.
2026-02-20 09:55:59 WARNING server odoo.addons.base_search_fuzzy.models.trgm_index:83 To use pg_trgm you have to create the extension pg_trgm in your database or you have to be the superuser.
2026-02-20 09:56:03 WARNING server odoo.addons.base_search_fuzzy.models.trgm_index:83 To use pg_trgm you have to create the extension pg_trgm in your database or you have to be the superuser.
2026-02-20 09:56:06 WARNING server odoo.addons.base_search_fuzzy.models.trgm_index:83 To use pg_trgm you have to create the extension pg_trgm in your database or you have to be the superuser.
2026-02-20 09:56:12 WARNING server odoo.addons.base_search_fuzzy.models.trgm_index:83 To use pg_trgm you have to create the extension pg_trgm in your database or you have to be the superuser.
2026-02-20 09:56:18 WARNING server odoo.addons.base_search_fuzzy.models.trgm_index:83 To use pg_trgm you have to create the extension pg_trgm in your database or you have to be the superuser.
2026-02-20 09:56:25 WARNING server odoo.addons.base_search_fuzzy.models.trgm_index:83 To use pg_trgm you have to create the extension pg_trgm in your database or you have to be the superuser.
2026-02-20 09:56:44 INFO server odoo.modules.loading:360 91 modules loaded in 47.87s, 46269 queries (+46291 extra)
2026-02-20 09:56:51 INFO runbot Getting results for build 01878-18-0
2026-02-20 09:56:51 ERROR runbot
Traceback found in logs:
Traceback (most recent call last):
  File "/data/build/odoo/odoo/tools/convert.py", line 590, in _tag_root
    f(rec)
  File "/data/build/odoo/odoo/tools/convert.py", line 444, in _tag_record
    record = model._load_records([data], self.mode == 'update')
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 5531, in _load_records
    records = self._load_records_create([data['values'] for data in to_create])
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/build/odoo/odoo/models.py", line 5435, in _load_records_create
    records = self.create(vals_list)
              ^^^^^^^^^^^^^^^^^^^^^^
  File "<decorator-gen-37>", line 2, in create
  File "/data/build/odoo/odoo/api.py", line 498, in _model_create_multi
    return create(self, arg)
           ^^^^^^^^^^^^^^^^^
  File "/data/build/oca_server_tools/base_search_fuzzy/models/trgm_index.py", line 169, in create
    rec.index_name = rec.create_index()
                     ^^^^^^^^^^^^^^^^^^
  File "/data/build/oca_server_tools/base_search_fuzzy/models/trgm_index.py", line 127, in create_index
    raise exceptions.UserError(
odoo.exceptions.UserError: The pg_trgm extension does not exists or cannot be installed.
Traceback (most recent call last):
  File "/data/build/odoo/odoo/modules/loading.py", line 90, in load_demo
    load_data(env(su=True), idref, mode, kind='demo', package=package)
  File "/data/build/odoo/odoo/modules/loading.py", line 72, in load_data
    tools.convert_file(env, package.name, filename, idref, mode, noupdate, kind)
  File "/data/build/odoo/odoo/tools/convert.py", line 662, in convert_file
    convert_xml_import(env, module, fp, idref, mode, noupdate)
  File "/data/build/odoo/odoo/tools/convert.py", line 733, in convert_xml_import
    obj.parse(doc.getroot())
  File "/data/build/odoo/odoo/tools/convert.py", line 648, in parse
    self._tag_root(de)
  File "/data/build/odoo/odoo/tools/convert.py", line 603, in _tag_root
    raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/oca_server_tools/base_search_fuzzy/demo/TrgmIndex_demo.xml:2, somewhere inside
2026-02-20 09:56:51 Step all finished in 68s
2026-02-20 09:56:51 Starting step base from config Default
2026-02-20 09:56:51 Using Dockerfile Tag odoo:DockerDefault
2026-02-20 09:57:10 INFO server odoo.modules.loading:360 1 modules loaded in 8.32s, 9272 queries (+9272 extra)
2026-02-20 09:57:15 INFO server odoo.modules.loading:360 12 modules loaded in 4.00s, 4186 queries (+4186 extra)
2026-02-20 09:57:17 INFO runbot Getting results for build 01878-18-0
2026-02-20 09:57:17 Step base finished in 24s
2026-02-20 09:57:17 Starting step run from config Default
2026-02-20 09:57:17 INFO runbot Start running build 01878-18-0
2026-02-20 09:57:17 Using Dockerfile Tag odoo:DockerDefault
2026-02-20 09:57:27 INFO server odoo.modules.loading:360 1 modules loaded in 0.03s, 0 queries (+0 extra)
2026-02-20 09:57:28 INFO server odoo.modules.loading:360 91 modules loaded in 1.14s, 0 queries (+0 extra)
2026-02-21 12:18:46 INFO runbot Kill build 01878-18-0