Commit: odoo-argentina-ce-odoo-argentina-ce:9270dd41  
Subject: [ADD] l10n_ar_afipws_fe: Third party invoicing Check for default values for CUIT and Point of sale via context to allow invoicing from third parties (generally subcontractors) to clients.
Author: Julio Santa Cruz
Committer: Julio Santa Cruz
Commit: odoo-argentina-ce-account-payment:3382cc7c  
Subject: [ADD] account_payment_group_financial_surcharge: compatibility with AR edi
Author: Katherine Zaoral
Committer: Katherine Zaoral
Commit: odoo-argentina-ce-ingadhoc-odoo-argentina:de4ae19b  
Subject: [FIX] l10n_ar_ux: only apply to AR
Author: Katherine Zaoral
Committer: Katherine Zaoral
Commit: odoo-argentina-ce-ingadhoc-argentina-sale:baf9ff5a  
Subject: [FIX] l10n_ar_stock: report signature section adjustment
Author: Virginia Bonservizi
Committer: Virginia Bonservizi
Commit: odoo-argentina-ce-ingadhoc-stock:02b0d81b  
Subject: [I18N] Update translation terms from Transifex adhoc-odoo-15-0
Author: ADHOC - Bot
Committer: ADHOC - Bot
Commit: odoo-argentina-ce-account-financial-tools:8738ac02  
Subject: [I18N] Update translation terms from Transifex adhoc-odoo-15-0
Author: ADHOC - Bot
Committer: ADHOC - Bot
Commit: adhoc-cicd-odoo-odoo:c6a5dcd1  
Subject: Merge commit 'refs/pull/81950/head' of https://github.com/odoo/odoo into 15.0-1341
Author: docker-odoo
Committer: docker-odoo
Commit: adhoc-cicd-oca-web:b98bb588  
Subject: [UPD] addons table in README.md
Author: OCA-git-bot
Committer: OCA-git-bot
Commit: adhoc-cicd-oca-stock-logistics-workflow:70e38055  
Subject: [UPD] addons table in README.md
Author: OCA-git-bot
Committer: OCA-git-bot
Commit: adhoc-cicd-oca-report-print-send:13cf86f0  
Subject: Merge commit 'refs/pull/295/head' of https://github.com/oca/report-print-send into 15.0-1375
Author: docker-odoo
Committer: docker-odoo
Commit: adhoc-cicd-oca-reporting-engine:9a753212  
Subject: Merge commit 'refs/pull/651/head' of https://github.com/oca/reporting-engine into 15.0-1376
Author: docker-odoo
Committer: docker-odoo
Commit: adhoc-cicd-oca-sale-workflow:2f2b7a6c  
Subject: Merge commit 'refs/pull/2207/head' of https://github.com/oca/sale-workflow into 15.0-1377
Author: docker-odoo
Committer: docker-odoo
Commit: ingadhoc-aeroo_reports:14f8ded3  
Subject: [IMP] report_aeroo: Remove auto wizard config after installation
Author: nicolas
Committer: nicolas
Version: 15.0
Config: Adhoc Conf no-test
Total time: 109s
Date Level Type Message
2023-02-22 05:53:55 INFO runbot Init build environment with config Adhoc Conf no-test
2023-02-22 05:53:55 Starting step base from config Adhoc Conf no-test
2023-02-22 05:53:55 INFO runbot Using Dockerfile Tag odoo:adhoc-odoo-15
2023-02-22 05:54:11 INFO server odoo.modules.loading:274 1 modules loaded in 5.15s, 10891 queries (+0 extra)
2023-02-22 05:54:11 INFO server odoo.modules.loading:274 7 modules loaded in 1.99s, 2438 queries (+0 extra)
2023-02-22 05:54:11 Step base finished in 17s
2023-02-22 05:54:11 Starting step all_no_test from config Adhoc Conf no-test
2023-02-22 05:54:11 INFO runbot Using Dockerfile Tag odoo:adhoc-odoo-15
2023-02-22 05:54:22 INFO server odoo.modules.loading:274 1 modules loaded in 4.99s, 10891 queries (+0 extra)
2023-02-22 05:55:32 WARNING server odoo.modules.loading:607 Transient module states were reset
This error is already known.
2023-02-22 05:55:32 ERROR server odoo.modules.registry:92 Failed to load registry
2023-02-22 05:55:32 CRITICAL server odoo.service.server:1291
Failed to initialize database `05991-15-0-all`.
Traceback (most recent call last):
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1260, in preload_registries
    registry = Registry.new(dbname, update_module=update_module)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 87, in new
    odoo.modules.load_modules(registry, force_demo, status, update_module)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 474, in load_modules
    processed_modules += load_marked_modules(cr, graph,
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 363, in load_marked_modules
    loaded, processed = load_module_graph(
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 249, in load_module_graph
    cr.commit()
  File "<decorator-gen-7>", line 2, in commit
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 90, in check
    return f(self, *args, **kwargs)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 475, in commit
    self.postcommit.run()
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/misc.py", line 1145, in run
    func()
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_cron.py", line 502, in _notifydb
    with odoo.sql_db.db_connect('postgres').cursor() as cr:
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 709, in cursor
    return Cursor(self.__pool, self.dbname, self.dsn, serialized=serialized)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 259, in __init__
    self._cnx = pool.borrow(dsn)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 592, in _locked
    return fun(self, *args, **kwargs)
  File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 658, in borrow
    result = psycopg2.connect(
  File "/usr/local/lib/python3.8/site-packages/psycopg2/__init__.py", line 122, in connect
    conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
psycopg2.OperationalError: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL:  sorry, too many clients already
2023-02-22 05:55:33 Step all_no_test finished in 81s
2023-02-22 05:55:33 Starting step setup from config Adhoc Conf no-test
2023-02-22 05:55:33 INFO runbot Using Dockerfile Tag odoo:adhoc-odoo-15
2023-02-22 05:55:44 INFO runbot Step setup finished in 11s
2023-02-22 05:55:44 Starting step run from config Adhoc Conf no-test
2023-02-22 05:55:44 INFO runbot Start running build 05991-15-0
2023-02-22 05:55:44 INFO runbot Using Dockerfile Tag odoo:adhoc-odoo-15
2023-02-22 05:55:55 INFO server odoo.modules.loading:274 1 modules loaded in 0.01s, 0 queries (+0 extra)
2023-02-22 05:55:55 INFO server odoo.modules.loading:274 62 modules loaded in 1.04s, 0 queries (+0 extra)
2023-02-22 05:57:51 ERROR server odoo.service.server:825 WorkerCron (17) timeout after 120s
2023-02-22 05:57:51 ERROR server odoo.service.server:825 WorkerCron (17) timeout after 120s
2023-02-22 05:59:57 ERROR server odoo.service.server:825 WorkerCron (22) timeout after 120s
2023-02-22 05:59:57 ERROR server odoo.service.server:825 WorkerCron (22) timeout after 120s
2023-02-22 06:01:52 ERROR server odoo.service.server:825 WorkerCron (24) timeout after 120s
2023-02-22 06:01:52 ERROR server odoo.service.server:825 WorkerCron (24) timeout after 120s
2023-02-22 06:03:48 ERROR server odoo.service.server:825 WorkerCron (26) timeout after 120s
2023-02-22 06:03:48 ERROR server odoo.service.server:825 WorkerCron (26) timeout after 120s
2023-02-22 06:05:57 ERROR server odoo.service.server:825 WorkerCron (28) timeout after 120s
2023-02-22 06:07:53 ERROR server odoo.service.server:825 WorkerCron (30) timeout after 120s
2023-02-22 06:09:53 ERROR server odoo.service.server:825 WorkerCron (32) timeout after 120s
2023-02-22 06:11:48 ERROR server odoo.service.server:825 WorkerCron (34) timeout after 120s
2023-02-22 06:13:57 ERROR server odoo.service.server:825 WorkerCron (36) timeout after 120s
2023-02-22 06:13:57 ERROR server odoo.service.server:825 WorkerCron (36) timeout after 120s
2023-02-22 06:15:57 ERROR server odoo.service.server:825 WorkerCron (38) timeout after 120s
2023-02-22 06:15:57 ERROR server odoo.service.server:825 WorkerCron (38) timeout after 120s
2023-02-22 06:17:48 ERROR server odoo.service.server:825 WorkerCron (40) timeout after 120s
2023-02-22 06:17:48 ERROR server odoo.service.server:825 WorkerCron (40) timeout after 120s
2023-02-22 06:19:54 ERROR server odoo.service.server:825 WorkerCron (42) timeout after 120s
2023-02-22 06:19:54 ERROR server odoo.service.server:825 WorkerCron (42) timeout after 120s
2023-02-22 06:21:48 ERROR server odoo.service.server:825 WorkerCron (44) timeout after 120s
2023-02-22 06:21:48 ERROR server odoo.service.server:825 WorkerCron (44) timeout after 120s
2023-02-22 06:23:54 ERROR server odoo.service.server:825 WorkerCron (46) timeout after 120s
2023-02-22 06:23:54 ERROR server odoo.service.server:825 WorkerCron (46) timeout after 120s
2023-02-22 06:25:53 ERROR server odoo.service.server:825 WorkerCron (48) timeout after 120s
2023-02-22 06:25:53 ERROR server odoo.service.server:825 WorkerCron (48) timeout after 120s
2023-02-22 06:27:49 ERROR server odoo.service.server:825 WorkerCron (50) timeout after 120s
2023-02-22 06:27:49 ERROR server odoo.service.server:825 WorkerCron (50) timeout after 120s
2023-02-22 06:29:54 ERROR server odoo.service.server:825 WorkerCron (52) timeout after 120s
2023-02-22 06:29:54 ERROR server odoo.service.server:825 WorkerCron (52) timeout after 120s
2023-02-22 06:31:49 ERROR server odoo.service.server:825 WorkerCron (54) timeout after 120s
2023-02-22 06:31:49 ERROR server odoo.service.server:825 WorkerCron (54) timeout after 120s
2023-02-22 06:33:55 ERROR server odoo.service.server:825 WorkerCron (56) timeout after 120s
2023-02-22 06:33:55 ERROR server odoo.service.server:825 WorkerCron (56) timeout after 120s
2023-02-22 06:35:54 ERROR server odoo.service.server:825 WorkerCron (58) timeout after 120s
2023-02-22 06:35:54 ERROR server odoo.service.server:825 WorkerCron (58) timeout after 120s
2023-02-22 06:37:49 ERROR server odoo.service.server:825 WorkerCron (60) timeout after 120s
2023-02-22 06:37:49 ERROR server odoo.service.server:825 WorkerCron (60) timeout after 120s
2023-02-22 06:39:55 ERROR server odoo.service.server:825 WorkerCron (62) timeout after 120s
2023-02-22 06:39:55 ERROR server odoo.service.server:825 WorkerCron (62) timeout after 120s
2023-02-22 06:41:50 ERROR server odoo.service.server:825 WorkerCron (64) timeout after 120s
2023-02-22 06:41:50 ERROR server odoo.service.server:825 WorkerCron (64) timeout after 120s
2023-02-22 06:43:55 ERROR server odoo.service.server:825 WorkerCron (66) timeout after 120s
2023-02-22 06:43:55 ERROR server odoo.service.server:825 WorkerCron (66) timeout after 120s
2023-02-22 06:45:50 ERROR server odoo.service.server:825 WorkerCron (68) timeout after 120s
2023-02-22 06:45:50 ERROR server odoo.service.server:825 WorkerCron (68) timeout after 120s
2023-02-22 06:48:00 ERROR server odoo.service.server:825 WorkerCron (70) timeout after 120s
2023-02-22 06:48:00 ERROR server odoo.service.server:825 WorkerCron (70) timeout after 120s
2023-02-22 06:49:55 ERROR server odoo.service.server:825 WorkerCron (72) timeout after 120s
2023-02-22 06:49:55 ERROR server odoo.service.server:825 WorkerCron (72) timeout after 120s
2023-02-22 06:51:50 ERROR server odoo.service.server:825 WorkerCron (74) timeout after 120s
2023-02-22 06:53:56 ERROR server odoo.service.server:825 WorkerCron (76) timeout after 120s
2023-02-22 06:53:56 ERROR server odoo.service.server:825 WorkerCron (76) timeout after 120s
2023-02-22 06:55:52 ERROR server odoo.service.server:825 WorkerCron (78) timeout after 120s
2023-02-22 06:55:52 ERROR server odoo.service.server:825 WorkerCron (78) timeout after 120s
2023-02-22 06:57:50 ERROR server odoo.service.server:825 WorkerCron (80) timeout after 120s
2023-02-22 06:57:50 ERROR server odoo.service.server:825 WorkerCron (80) timeout after 120s
2023-02-22 06:59:56 ERROR server odoo.service.server:825 WorkerCron (82) timeout after 120s
2023-02-22 06:59:56 ERROR server odoo.service.server:825 WorkerCron (82) timeout after 120s
2023-02-22 07:01:52 ERROR server odoo.service.server:825 WorkerCron (84) timeout after 120s
2023-02-22 07:01:52 ERROR server odoo.service.server:825 WorkerCron (84) timeout after 120s
2023-02-22 07:03:57 ERROR server odoo.service.server:825 WorkerCron (86) timeout after 120s
2023-02-22 07:03:57 ERROR server odoo.service.server:825 WorkerCron (86) timeout after 120s
2023-02-22 07:05:53 ERROR server odoo.service.server:825 WorkerCron (88) timeout after 120s
2023-02-22 07:05:53 ERROR server odoo.service.server:825 WorkerCron (88) timeout after 120s
2023-02-22 07:07:52 ERROR server odoo.service.server:825 WorkerCron (90) timeout after 120s
2023-02-22 07:07:52 ERROR server odoo.service.server:825 WorkerCron (90) timeout after 120s
2023-02-22 07:09:58 ERROR server odoo.service.server:825 WorkerCron (92) timeout after 120s
2023-02-22 07:09:58 ERROR server odoo.service.server:825 WorkerCron (92) timeout after 120s
2023-02-22 07:11:53 ERROR server odoo.service.server:825 WorkerCron (94) timeout after 120s
2023-02-22 07:11:53 ERROR server odoo.service.server:825 WorkerCron (94) timeout after 120s
2023-02-22 07:13:59 ERROR server odoo.service.server:825 WorkerCron (96) timeout after 120s
2023-02-22 07:13:59 ERROR server odoo.service.server:825 WorkerCron (96) timeout after 120s
2023-02-22 07:15:54 ERROR server odoo.service.server:825 WorkerCron (98) timeout after 120s
2023-02-22 07:15:54 ERROR server odoo.service.server:825 WorkerCron (98) timeout after 120s
2023-02-22 07:17:53 ERROR server odoo.service.server:825 WorkerCron (100) timeout after 120s
2023-02-22 07:17:53 ERROR server odoo.service.server:825 WorkerCron (100) timeout after 120s
2023-02-22 07:19:59 ERROR server odoo.service.server:825 WorkerCron (102) timeout after 120s
2023-02-22 07:19:59 ERROR server odoo.service.server:825 WorkerCron (102) timeout after 120s
2023-02-22 07:21:55 ERROR server odoo.service.server:825 WorkerCron (104) timeout after 120s
2023-02-22 07:21:55 ERROR server odoo.service.server:825 WorkerCron (104) timeout after 120s
2023-02-22 07:24:01 ERROR server odoo.service.server:825 WorkerCron (106) timeout after 120s
2023-02-22 07:25:56 ERROR server odoo.service.server:825 WorkerCron (108) timeout after 120s
2023-02-22 07:25:56 ERROR server odoo.service.server:825 WorkerCron (108) timeout after 120s
2023-02-22 07:27:52 ERROR server odoo.service.server:825 WorkerCron (110) timeout after 120s
2023-02-22 07:27:52 ERROR server odoo.service.server:825 WorkerCron (110) timeout after 120s
2023-02-22 07:30:02 ERROR server odoo.service.server:825 WorkerCron (112) timeout after 120s
2023-02-22 07:31:58 ERROR server odoo.service.server:825 WorkerCron (114) timeout after 120s
2023-02-22 07:33:53 ERROR server odoo.service.server:825 WorkerCron (116) timeout after 120s
2023-02-22 07:35:59 ERROR server odoo.service.server:825 WorkerCron (118) timeout after 120s
2023-02-22 07:37:54 ERROR server odoo.service.server:825 WorkerCron (120) timeout after 120s
2023-02-22 07:39:53 ERROR server odoo.service.server:825 WorkerCron (122) timeout after 120s
2023-02-22 07:41:59 ERROR server odoo.service.server:825 WorkerCron (124) timeout after 120s
2023-02-22 07:43:54 ERROR server odoo.service.server:825 WorkerCron (126) timeout after 120s
2023-02-22 07:46:00 ERROR server odoo.service.server:825 WorkerCron (128) timeout after 120s
2023-02-22 07:47:56 ERROR server odoo.service.server:825 WorkerCron (130) timeout after 120s
2023-02-22 07:49:55 ERROR server odoo.service.server:825 WorkerCron (132) timeout after 120s
2023-02-22 07:52:01 Log limit reached (full logs are still available in the log file)
2023-02-24 15:37:14 INFO runbot Kill build 05991-15-0