Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Failure affecting 18 sites: "*** buffer overflow detected ***: terminated" #186

Closed
@hugovk

Description

@hugovk

I had a look for errors in the docs build logs on the server, and looking at yesterday's 24-hour log file, there are 22 "Badly handled exception, human, please help" lines.

19 of these are like this:

2024-08-11 23:54:56,329 DEBUG es/3.14: Run: "make -C /srv/docsbuild/cpython/Doc PYTHON=/srv/docsbuild/venv-3.14/bin/python SPHINXBUILD=/srv/docsbuild/venv-3.14/bin/sphinx-build BLURB=/srv/docsbuild/venv-3.14/bin/blurb VENVDIR=/srv/docsbuild/venv-3.14 'SPHINXOPTS=-D latex_engine=xelatex -D latex_elements.inputenc= -D latex_elements.fontenc=\\\\usepackage{fontspec} -q -D locale_dirs=/srv/docsbuild/3.14/locale -D language=es -D gettext_compact=0' SPHINXERRORHANDLING= autobuild-dev"
2024-08-11 23:59:15,348 ERROR es/3.14: Run: "make -C /srv/docsbuild/cpython/Doc PYTHON=/srv/docsbuild/venv-3.14/bin/python SPHINXBUILD=/srv/docsbuild/venv-3.14/bin/sphinx-build BLURB=/srv/docsbuild/venv-3.14/bin/blurb VENVDIR=/srv/docsbuild/venv-3.14 'SPHINXOPTS=-D latex_engine=xelatex -D latex_elements.inputenc= -D latex_elements.fontenc=\\\\usepackage{fontspec} -q -D locale_dirs=/srv/docsbuild/3.14/locale -D language=es -D gettext_compact=0' SPHINXERRORHANDLING= autobuild-dev" KO:
    mkdir -p build
    Building NEWS from Misc/NEWS.d with blurb
    /srv/docsbuild/venv-3.14/bin/sphinx-build -b html -d build/doctrees -j auto  -D latex_engine=xelatex -D latex_elements.inputenc= -D latex_elements.fontenc=\\usepackage{fontspec} -q -D locale_dirs=/srv/docsbuild/3.14/locale -D language=es -D gettext_compact=0 -Ea -A daily=1  . build/html 
    matplotlib is not installed, social cards will not be generated

    Build finished. The HTML pages are in build/html.
    make[2]: Leaving directory '/srv/docsbuild/cpython/Doc'
    cp -pPR build/html dist/python-3.14.0a0-docs-html
    tar -C dist -cf dist/python-3.14.0a0-docs-html.tar python-3.14.0a0-docs-html
    bzip2 -9 -k dist/python-3.14.0a0-docs-html.tar
    (cd dist; zip -q -r -9 python-3.14.0a0-docs-html.zip python-3.14.0a0-docs-html)
    *** buffer overflow detected ***: terminated


    zip error: Interrupted (aborting)
    make[1]: *** [Makefile:194: dist] Error 9
    make[1]: Leaving directory '/srv/docsbuild/cpython/Doc'
    make: *** [Makefile:274: autobuild-dev] Error 2
    make: Leaving directory '/srv/docsbuild/cpython/Doc'

2024-08-11 23:59:15,352 ERROR es/3.14: Badly handled exception, human, please help.
Traceback (most recent call last):
  File "/srv/docsbuild/scripts/build_docs.py", line 655, in run
    self.build()
  File "/srv/docsbuild/scripts/build_docs.py", line 762, in build
    run(
  File "/srv/docsbuild/scripts/build_docs.py", line 247, in run
    result.check_returncode()
  File "/usr/lib/python3.10/subprocess.py", line 457, in check_returncode
    raise CalledProcessError(self.returncode, self.args, self.stdout,
subprocess.CalledProcessError: Command '['make', '-C', '/srv/docsbuild/cpython/Doc', 'PYTHON=/srv/docsbuild/venv-3.14/bin/python', 'SPHINXBUILD=/srv/docsbuild/venv-3.14/bin/sphinx-build', 'BLURB=/srv/docsbuild/venv-3.14/bin/blurb', 'VENVDIR=/srv/docsbuild/venv-3.14', 'SPHINXOPTS=-D latex_engine=xelatex -D latex_elements.inputenc= -D latex_elements.fontenc=\\\\usepackage{fontspec} -q -D locale_dirs=/srv/docsbuild/3.14/locale -D language=es -D gettext_compact=0', 'SPHINXERRORHANDLING=', 'autobuild-dev']' returned non-zero exit status 2.

It's affecting these builds:

2024-08-11 00:14:38,811 ERROR es/3.14: Badly handled exception, human, please help.
2024-08-11 02:06:18,372 ERROR zh-tw/3.12: Badly handled exception, human, please help.
2024-08-11 02:49:53,957 ERROR zh-cn/3.12: Badly handled exception, human, please help.
2024-08-11 05:02:21,984 ERROR pt-br/3.12: Badly handled exception, human, please help.
2024-08-11 05:44:19,272 ERROR ko/3.12: Badly handled exception, human, please help.
2024-08-11 05:49:42,837 ERROR ja/3.12: Badly handled exception, human, please help.
2024-08-11 07:56:59,347 ERROR es/3.12: Badly handled exception, human, please help.
2024-08-11 09:43:07,634 ERROR zh-tw/3.13: Badly handled exception, human, please help.
2024-08-11 10:39:09,745 ERROR zh-cn/3.13: Badly handled exception, human, please help.
2024-08-11 12:51:55,567 ERROR pt-br/3.13: Badly handled exception, human, please help.
2024-08-11 13:36:06,176 ERROR ko/3.13: Badly handled exception, human, please help.
2024-08-11 13:41:49,516 ERROR ja/3.13: Badly handled exception, human, please help.
2024-08-11 15:49:23,252 ERROR es/3.13: Badly handled exception, human, please help.
2024-08-11 17:46:49,148 ERROR zh-tw/3.14: Badly handled exception, human, please help.
2024-08-11 18:49:28,090 ERROR zh-cn/3.14: Badly handled exception, human, please help.
2024-08-11 21:05:04,704 ERROR pt-br/3.14: Badly handled exception, human, please help.
2024-08-11 21:49:21,007 ERROR ko/3.14: Badly handled exception, human, please help.
2024-08-11 21:55:11,701 ERROR ja/3.14: Badly handled exception, human, please help.
2024-08-11 23:59:15,352 ERROR es/3.14: Badly handled exception, human, please help.

es/3.14 was attempted twice, so it's affecting 18 sites = 3 versions x 6 languages. 3.12 was last updated 31st July, 3.13 and 3.14 were last updated 8th August:

URL Last updated
https://docs.python.org/es/3.12 Última actualización el Jul 31, 2024 (10:28 UTC).
https://docs.python.org/es/3.13 Última actualización el Aug 08, 2024 (18:27 UTC).
https://docs.python.org/es/3.14 Última actualización el Aug 08, 2024 (07:47 UTC).
https://docs.python.org/ja/3.12 最終更新: Jul 31, 2024 (07:07 UTC)
https://docs.python.org/ja/3.13 最終更新: Aug 08, 2024 (14:54 UTC)
https://docs.python.org/ja/3.14 最終更新: Aug 08, 2024 (04:31 UTC)
https://docs.python.org/ko/3.12 최종 업데이트: Jul 31, 2024 (06:27 UTC)
https://docs.python.org/ko/3.13 최종 업데이트: Aug 08, 2024 (14:05 UTC)
https://docs.python.org/ko/3.14 최종 업데이트: Aug 08, 2024 (03:47 UTC)
https://docs.python.org/pt-br/3.12 Última atualização em Jul 31, 2024 (05:21 UTC).
https://docs.python.org/pt-br/3.13 Última atualização em Aug 08, 2024 (12:58 UTC).
https://docs.python.org/pt-br/3.14 Última atualização em Aug 08, 2024 (02:40 UTC).
https://docs.python.org/zh-cn/3.12 最后更新于 Jul 31, 2024 (02:59 UTC).
https://docs.python.org/zh-cn/3.13 最后更新于 Aug 08, 2024 (10:46 UTC).
https://docs.python.org/zh-cn/3.14 最后更新于 Aug 08, 2024 (00:31 UTC).
https://docs.python.org/zh-tw/3.12 最後更新於 Jul 31, 2024 (01:07 UTC)。
https://docs.python.org/zh-tw/3.13 最後更新於 Aug 08, 2024 (09:09 UTC)。
https://docs.python.org/zh-tw/3.14 最後更新於 Aug 08, 2024 (19:36 UTC)。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions