Description: Install and run Odoo without demo data
Commit: kmitl:ad1dd155  
Subject: [FIX] owl props empty error
Author: Nonpawit Teerachetmongkol
Committer: Nonpawit Teerachetmongkol
Commit: account-analytic:efeba6df  
Subject: Translated using Weblate (Catalan)
Author: Jonathan Pasquier
Committer: Weblate
Commit: reporting-engine:1bf88ff6  
Subject: Update translation files
Author: Weblate
Committer: Weblate
Commit: account-financial-reporting:741dec0e  
Subject: Update translation files
Author: Weblate
Committer: Weblate
Commit: server-ux:252492fe  
Subject: Translated using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: mis-builder:cc110d33  
Subject: [IMP] update dotfiles
Author: oca-git-bot
Committer: oca-git-bot
Commit: project:996f2f2a  
Subject: Translated using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: purchase-workflow:415e1d8b  
Subject: Translated using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: web:da198cc8  
Subject: Translated using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: hr:eb303860  
Subject: Translated using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: odoo-modules:76529673  
Subject: Merge branch '16.0' of github.com:Aginix/odoo-modules into 16.0
Author: Nonpawit Teerachetmongkol
Committer: Nonpawit Teerachetmongkol
Commit: server-brand:749361a0  
Subject: Translated using Weblate (German)
Author: davidbeckercbl
Committer: Weblate
Commit: account-financial-tools:f8f8f827  
Subject: Added translation using Weblate (Italian)
Author: mymage
Committer: Weblate
Commit: l10n-thailand:f434c2bf  
Subject: [BOT] post-merge updates
Author: OCA-git-bot
Committer: OCA-git-bot
Commit: account-reconcile:feed2dbb  
Subject: Translated using Weblate (Spanish)
Author: Pedro M. Baeza
Committer: Weblate
Commit: odoo:6040e28e  
Subject: [FIX] sale_loyalty: prevent gift card mail access error
Author: Levi Siuzdak (sile)
Committer: Levi Siuzdak (sile)
Version: 16.0
Config: Without demo
Total time: 2m
Date Level Type Message
2025-05-13 07:49:30 INFO runbot Init build environment with config Without demo
2025-05-13 07:49:30 Starting step install_without_demo from config Without demo
2025-05-13 07:49:30 INFO runbot Using Dockerfile Tag odoo:docker16
2025-05-13 07:50:46 INFO server odoo.modules.loading:336 1 modules loaded in 5.64s, 7907 queries (+7907 extra)
2025-05-13 07:51:49 INFO server odoo.modules.loading:336 103 modules loaded in 61.87s, 60157 queries (+60157 extra)
2025-05-13 07:51:55 Step install_without_demo finished in 2m
2025-05-13 07:51:55 Starting step run_without_demo from config Without demo
2025-05-13 07:51:55 INFO runbot Start running build 00436-16-0
2025-05-13 07:51:55 INFO runbot Using Dockerfile Tag odoo:docker16
2025-05-13 07:53:01 INFO server odoo.modules.loading:336 1 modules loaded in 0.01s, 0 queries (+0 extra)
2025-05-13 07:53:03 INFO server odoo.modules.loading:336 103 modules loaded in 1.70s, 0 queries (+0 extra)
2025-05-13 09:23:30 ERROR server odoo.addons.bus.websocket:924
Exception occurred during websocket request handling
Traceback (most recent call last):
  File "/data/build/odoo/addons/bus/websocket.py", line 918, in _serve_forever
    req.serve_websocket_message(message)
  File "/data/build/odoo/addons/bus/websocket.py", line 758, in serve_websocket_message
    service_model.retrying(
  File "/data/build/odoo/odoo/service/model.py", line 191, in retrying
    env.cr.commit()  # effectively commits and execute post-commits
  File "/data/build/odoo/odoo/sql_db.py", line 467, in commit
    self.postcommit.run()
  File "/data/build/odoo/odoo/tools/misc.py", line 1210, in run
    func()
  File "/data/build/odoo/addons/bus/models/bus.py", line 122, in notify
    with odoo.sql_db.db_connect('postgres').cursor() as cr:
  File "/data/build/odoo/odoo/sql_db.py", line 752, 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 679, in borrow
    result = psycopg2.connect(
  File "/usr/lib/python3/dist-packages/psycopg2/__init__.py", line 122, in connect
    conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
  File "/data/build/odoo/odoo/__init__.py", line 41, in gevent_wait_callback
    state = conn.poll()
psycopg2.OperationalError: FATAL:  remaining connection slots are reserved for roles with the SUPERUSER attribute
2025-05-13 09:25:30 ERROR server odoo.addons.bus.websocket:924
Exception occurred during websocket request handling
Traceback (most recent call last):
  File "/data/build/odoo/addons/bus/websocket.py", line 918, in _serve_forever
    req.serve_websocket_message(message)
  File "/data/build/odoo/addons/bus/websocket.py", line 758, in serve_websocket_message
    service_model.retrying(
  File "/data/build/odoo/odoo/service/model.py", line 191, in retrying
    env.cr.commit()  # effectively commits and execute post-commits
  File "/data/build/odoo/odoo/sql_db.py", line 467, in commit
    self.postcommit.run()
  File "/data/build/odoo/odoo/tools/misc.py", line 1210, in run
    func()
  File "/data/build/odoo/addons/bus/models/bus.py", line 122, in notify
    with odoo.sql_db.db_connect('postgres').cursor() as cr:
  File "/data/build/odoo/odoo/sql_db.py", line 752, 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 679, in borrow
    result = psycopg2.connect(
  File "/usr/lib/python3/dist-packages/psycopg2/__init__.py", line 122, in connect
    conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
  File "/data/build/odoo/odoo/__init__.py", line 41, in gevent_wait_callback
    state = conn.poll()
psycopg2.OperationalError: FATAL:  remaining connection slots are reserved for roles with the SUPERUSER attribute
2025-05-13 09:26:30 ERROR server odoo.addons.bus.websocket:924
Exception occurred during websocket request handling
Traceback (most recent call last):
  File "/data/build/odoo/addons/bus/websocket.py", line 918, in _serve_forever
    req.serve_websocket_message(message)
  File "/data/build/odoo/addons/bus/websocket.py", line 758, in serve_websocket_message
    service_model.retrying(
  File "/data/build/odoo/odoo/service/model.py", line 191, in retrying
    env.cr.commit()  # effectively commits and execute post-commits
  File "/data/build/odoo/odoo/sql_db.py", line 467, in commit
    self.postcommit.run()
  File "/data/build/odoo/odoo/tools/misc.py", line 1210, in run
    func()
  File "/data/build/odoo/addons/bus/models/bus.py", line 122, in notify
    with odoo.sql_db.db_connect('postgres').cursor() as cr:
  File "/data/build/odoo/odoo/sql_db.py", line 752, 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 679, in borrow
    result = psycopg2.connect(
  File "/usr/lib/python3/dist-packages/psycopg2/__init__.py", line 122, in connect
    conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
  File "/data/build/odoo/odoo/__init__.py", line 41, in gevent_wait_callback
    state = conn.poll()
psycopg2.OperationalError: FATAL:  remaining connection slots are reserved for roles with the SUPERUSER attribute
2025-05-13 09:28:30 ERROR server odoo.addons.bus.websocket:924
Exception occurred during websocket request handling
Traceback (most recent call last):
  File "/data/build/odoo/addons/bus/websocket.py", line 918, in _serve_forever
    req.serve_websocket_message(message)
  File "/data/build/odoo/addons/bus/websocket.py", line 758, in serve_websocket_message
    service_model.retrying(
  File "/data/build/odoo/odoo/service/model.py", line 191, in retrying
    env.cr.commit()  # effectively commits and execute post-commits
  File "/data/build/odoo/odoo/sql_db.py", line 467, in commit
    self.postcommit.run()
  File "/data/build/odoo/odoo/tools/misc.py", line 1210, in run
    func()
  File "/data/build/odoo/addons/bus/models/bus.py", line 122, in notify
    with odoo.sql_db.db_connect('postgres').cursor() as cr:
  File "/data/build/odoo/odoo/sql_db.py", line 752, 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 679, in borrow
    result = psycopg2.connect(
  File "/usr/lib/python3/dist-packages/psycopg2/__init__.py", line 122, in connect
    conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
  File "/data/build/odoo/odoo/__init__.py", line 41, in gevent_wait_callback
    state = conn.poll()
psycopg2.OperationalError: FATAL:  remaining connection slots are reserved for roles with the SUPERUSER attribute
2025-05-13 13:31:55 INFO runbot Kill build 00436-16-0