Read the Docs build information Build id: 1850529 Project: espressif-esp-moonlight-zh-cn Version: latest Commit: 17355e7f5f5b1977c531291d631b1efeb8fd081a Date: 2023-11-17T09:56:22.291902Z State: finished Success: True [rtd-command-info] start-time: 2023-11-17T09:56:23.444770Z, end-time: 2023-11-17T09:56:24.533868Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/espressif/esp-moonlight.git . Cloning into '.'... [rtd-command-info] start-time: 2023-11-17T09:56:24.596645Z, end-time: 2023-11-17T09:56:25.566644Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master [rtd-command-info] start-time: 2023-11-17T09:56:25.689600Z, end-time: 2023-11-17T09:56:25.911601Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: switching to 'origin/master'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 17355e7 Update .gitlab-ci.yml file [rtd-command-info] start-time: 2023-11-17T09:56:26.009143Z, end-time: 2023-11-17T09:56:26.074181Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-11-17T09:56:26.156482Z, end-time: 2023-11-17T09:56:26.220762Z, duration: 0, exit-code: 0 cat .readthedocs.yml # .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 build: os: ubuntu-22.04 tools: python: "3.7" # Optionally build your docs in additional formats such as PDF and ePub formats: - htmlzip - pdf # Optionally set the version of Python and requirements required to build your docs python: install: - requirements: docs/requirements.txt [rtd-command-info] start-time: 2023-11-17T09:56:31.475817Z, end-time: 2023-11-17T09:56:31.557947Z, duration: 0, exit-code: 0 asdf global python 3.7.17 [rtd-command-info] start-time: 2023-11-17T09:56:32.104170Z, end-time: 2023-11-17T09:56:33.289844Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.7.17.final.0-64 in 879ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2023-11-17T09:56:33.359643Z, end-time: 2023-11-17T09:56:44.199591Z, duration: 10, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (23.1) Collecting pip Downloading pip-23.3.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 10.7 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (67.6.1) Collecting setuptools Downloading setuptools-68.0.0-py3-none-any.whl (804 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 804.0/804.0 kB 23.0 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-23.3.1 setuptools-68.0.0 [rtd-command-info] start-time: 2023-11-17T09:56:44.274326Z, end-time: 2023-11-17T09:56:50.906208Z, duration: 6, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-5.3.0-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 15.3 MB/s eta 0:00:00 Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.3-py2.py3-none-any.whl.metadata (1.5 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.2/121.2 kB 91.0 MB/s eta 0:00:00 Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 168.3 MB/s eta 0:00:00 Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 kB 82.6 MB/s eta 0:00:00 Collecting sphinxcontrib-serializinghtml>=1.1.5 (from sphinx) Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.0/94.0 kB 161.2 MB/s eta 0:00:00 Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 162.0 MB/s eta 0:00:00 Collecting Jinja2>=3.0 (from sphinx) Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 56.5 MB/s eta 0:00:00 Collecting Pygments>=2.12 (from sphinx) Downloading Pygments-2.16.1-py3-none-any.whl.metadata (2.5 kB) Collecting docutils<0.20,>=0.14 (from sphinx) Downloading docutils-0.19-py3-none-any.whl (570 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.5/570.5 kB 30.4 MB/s eta 0:00:00 Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 151.8 MB/s eta 0:00:00 Collecting babel>=2.9 (from sphinx) Downloading Babel-2.13.1-py3-none-any.whl.metadata (1.6 kB) Collecting alabaster<0.8,>=0.7 (from sphinx) Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.5.0 (from sphinx) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB) Collecting importlib-metadata>=4.8 (from sphinx) Downloading importlib_metadata-6.7.0-py3-none-any.whl.metadata (4.9 kB) Collecting pytz>=2015.7 (from babel>=2.9->sphinx) Downloading pytz-2023.3.post1-py2.py3-none-any.whl.metadata (22 kB) Collecting zipp>=0.5 (from importlib-metadata>=4.8->sphinx) Downloading zipp-3.15.0-py3-none-any.whl (6.8 kB) Collecting typing-extensions>=3.6.4 (from importlib-metadata>=4.8->sphinx) Downloading typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Downloading MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.5.0->sphinx) Downloading charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.5.0->sphinx) Downloading idna-3.4-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 173.5 MB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 (from requests>=2.5.0->sphinx) Downloading urllib3-2.0.7-py3-none-any.whl.metadata (6.6 kB) Collecting certifi>=2017.4.17 (from requests>=2.5.0->sphinx) Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) Downloading readthedocs_sphinx_ext-2.2.3-py2.py3-none-any.whl (11 kB) Downloading Babel-2.13.1-py3-none-any.whl (10.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 53.5 MB/s eta 0:00:00 Downloading importlib_metadata-6.7.0-py3-none-any.whl (22 kB) Downloading packaging-23.2-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 170.6 MB/s eta 0:00:00 Downloading Pygments-2.16.1-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 109.7 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 177.9 MB/s eta 0:00:00 Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 203.3 MB/s eta 0:00:00 Downloading charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (136 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 136.8/136.8 kB 204.9 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Downloading pytz-2023.3.post1-py2.py3-none-any.whl (502 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.5/502.5 kB 178.1 MB/s eta 0:00:00 Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB) Downloading urllib3-2.0.7-py3-none-any.whl (124 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 kB 200.4 MB/s eta 0:00:00 Installing collected packages: snowballstemmer, pytz, zipp, urllib3, typing-extensions, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, importlib-metadata, sphinx, readthedocs-sphinx-ext Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.3 Pygments-2.16.1 alabaster-0.7.13 babel-2.13.1 certifi-2023.7.22 charset-normalizer-3.3.2 docutils-0.19 idna-3.4 imagesize-1.4.1 importlib-metadata-6.7.0 packaging-23.2 pytz-2023.3.post1 readthedocs-sphinx-ext-2.2.3 requests-2.31.0 snowballstemmer-2.2.0 sphinx-5.3.0 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 typing-extensions-4.7.1 urllib3-2.0.7 zipp-3.15.0 [rtd-command-info] start-time: 2023-11-17T09:56:50.985673Z, end-time: 2023-11-17T09:56:59.209229Z, duration: 8, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt Collecting sphinx==3.0.4 (from -r docs/requirements.txt (line 4)) Downloading Sphinx-3.0.4-py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 19.8 MB/s eta 0:00:00 Collecting breathe==4.14.1 (from -r docs/requirements.txt (line 5)) Downloading breathe-4.14.1-py3-none-any.whl (74 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.7/74.7 kB 153.4 MB/s eta 0:00:00 Collecting sphinx-rtd-theme==1.0.0 (from -r docs/requirements.txt (line 6)) Downloading sphinx_rtd_theme-1.0.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 39.8 MB/s eta 0:00:00 Collecting sphinx-notfound-page==0.7.1 (from -r docs/requirements.txt (line 7)) Downloading sphinx_notfound_page-0.7.1-py3-none-any.whl (8.3 kB) Collecting sphinxcontrib-blockdiag==2.0.0 (from -r docs/requirements.txt (line 8)) Downloading sphinxcontrib_blockdiag-2.0.0-py2.py3-none-any.whl (6.8 kB) Collecting sphinxcontrib-seqdiag==2.0.0 (from -r docs/requirements.txt (line 9)) Downloading sphinxcontrib_seqdiag-2.0.0-py2.py3-none-any.whl (6.9 kB) Collecting sphinxcontrib-actdiag==2.0.0 (from -r docs/requirements.txt (line 10)) Downloading sphinxcontrib_actdiag-2.0.0-py2.py3-none-any.whl (6.9 kB) Collecting sphinxcontrib-nwdiag==2.0.0 (from -r docs/requirements.txt (line 11)) Downloading sphinxcontrib_nwdiag-2.0.0-py2.py3-none-any.whl (13 kB) Collecting blockdiag<2.0.0,>=1.5.4 (from -r docs/requirements.txt (line 12)) Downloading blockdiag-1.5.4-py2.py3-none-any.whl (2.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 18.9 MB/s eta 0:00:00 Collecting seqdiag<2.0.0,>=0.9.6 (from -r docs/requirements.txt (line 13)) Downloading seqdiag-0.9.6-py2.py3-none-any.whl (2.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 19.8 MB/s eta 0:00:00 Collecting actdiag<2.0.0,>=0.5.4 (from -r docs/requirements.txt (line 14)) Downloading actdiag-0.5.4-py2.py3-none-any.whl (2.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 19.4 MB/s eta 0:00:00 Collecting nwdiag==2.0.0 (from -r docs/requirements.txt (line 15)) Downloading nwdiag-2.0.0-py2.py3-none-any.whl (7.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.7/7.7 MB 29.6 MB/s eta 0:00:00 Collecting recommonmark==0.7.0 (from -r docs/requirements.txt (line 16)) Downloading recommonmark-0.7.0-py2.py3-none-any.whl (10 kB) Collecting markdown<3.4.0,>=3.0.1 (from -r docs/requirements.txt (line 17)) Downloading Markdown-3.3.7-py3-none-any.whl (97 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.8/97.8 kB 202.7 MB/s eta 0:00:00 Collecting sphinx-markdown-tables==0.0.15 (from -r docs/requirements.txt (line 18)) Downloading sphinx_markdown_tables-0.0.15-py3-none-any.whl (28 kB) Collecting Jinja2<3.1 (from -r docs/requirements.txt (line 19)) Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.6/133.6 kB 199.2 MB/s eta 0:00:00 Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from sphinx==3.0.4->-r docs/requirements.txt (line 4)) (1.0.2) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from sphinx==3.0.4->-r docs/requirements.txt (line 4)) (1.0.2) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from sphinx==3.0.4->-r docs/requirements.txt (line 4)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from sphinx==3.0.4->-r docs/requirements.txt (line 4)) (2.0.0) Requirement already satisfied: sphinxcontrib-serializinghtml in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from sphinx==3.0.4->-r docs/requirements.txt (line 4)) (1.1.5) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from sphinx==3.0.4->-r docs/requirements.txt (line 4)) (1.0.3) Requirement already satisfied: Pygments>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from sphinx==3.0.4->-r docs/requirements.txt (line 4)) (2.16.1) Requirement already satisfied: docutils>=0.12 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from sphinx==3.0.4->-r docs/requirements.txt (line 4)) (0.19) Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from sphinx==3.0.4->-r docs/requirements.txt (line 4)) (2.2.0) Requirement already satisfied: babel>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from sphinx==3.0.4->-r docs/requirements.txt (line 4)) (2.13.1) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from sphinx==3.0.4->-r docs/requirements.txt (line 4)) (0.7.13) Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from sphinx==3.0.4->-r docs/requirements.txt (line 4)) (1.4.1) Requirement already satisfied: requests>=2.5.0 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from sphinx==3.0.4->-r docs/requirements.txt (line 4)) (2.31.0) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from sphinx==3.0.4->-r docs/requirements.txt (line 4)) (68.0.0) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from sphinx==3.0.4->-r docs/requirements.txt (line 4)) (23.2) Collecting six>=1.9 (from breathe==4.14.1->-r docs/requirements.txt (line 5)) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting docutils>=0.12 (from sphinx==3.0.4->-r docs/requirements.txt (line 4)) Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 575.5/575.5 kB 202.3 MB/s eta 0:00:00 Collecting commonmark>=0.8.1 (from recommonmark==0.7.0->-r docs/requirements.txt (line 16)) Downloading commonmark-0.9.1-py2.py3-none-any.whl (51 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.1/51.1 kB 176.3 MB/s eta 0:00:00 Collecting funcparserlib (from blockdiag<2.0.0,>=1.5.4->-r docs/requirements.txt (line 12)) Downloading funcparserlib-1.0.1-py2.py3-none-any.whl (17 kB) Collecting Pillow (from blockdiag<2.0.0,>=1.5.4->-r docs/requirements.txt (line 12)) Downloading Pillow-9.5.0-cp37-cp37m-manylinux_2_28_x86_64.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 166.8 MB/s eta 0:00:00 Collecting webcolors (from blockdiag<2.0.0,>=1.5.4->-r docs/requirements.txt (line 12)) Downloading webcolors-1.13-py3-none-any.whl (14 kB) Requirement already satisfied: importlib-metadata>=4.4 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from markdown<3.4.0,>=3.0.1->-r docs/requirements.txt (line 17)) (6.7.0) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from Jinja2<3.1->-r docs/requirements.txt (line 19)) (2.1.3) Requirement already satisfied: pytz>=2015.7 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from babel>=1.3->sphinx==3.0.4->-r docs/requirements.txt (line 4)) (2023.3.post1) Requirement already satisfied: zipp>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from importlib-metadata>=4.4->markdown<3.4.0,>=3.0.1->-r docs/requirements.txt (line 17)) (3.15.0) Requirement already satisfied: typing-extensions>=3.6.4 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from importlib-metadata>=4.4->markdown<3.4.0,>=3.0.1->-r docs/requirements.txt (line 17)) (4.7.1) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from requests>=2.5.0->sphinx==3.0.4->-r docs/requirements.txt (line 4)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from requests>=2.5.0->sphinx==3.0.4->-r docs/requirements.txt (line 4)) (3.4) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from requests>=2.5.0->sphinx==3.0.4->-r docs/requirements.txt (line 4)) (2.0.7) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/envs/latest/lib/python3.7/site-packages (from requests>=2.5.0->sphinx==3.0.4->-r docs/requirements.txt (line 4)) (2023.7.22) Installing collected packages: sphinx-notfound-page, commonmark, webcolors, six, Pillow, Jinja2, funcparserlib, docutils, sphinx, markdown, blockdiag, sphinxcontrib-blockdiag, sphinx-rtd-theme, sphinx-markdown-tables, seqdiag, recommonmark, nwdiag, breathe, actdiag, sphinxcontrib-seqdiag, sphinxcontrib-nwdiag, sphinxcontrib-actdiag Attempting uninstall: Jinja2 Found existing installation: Jinja2 3.1.2 Uninstalling Jinja2-3.1.2: Successfully uninstalled Jinja2-3.1.2 Attempting uninstall: docutils Found existing installation: docutils 0.19 Uninstalling docutils-0.19: Successfully uninstalled docutils-0.19 Attempting uninstall: sphinx Found existing installation: Sphinx 5.3.0 Uninstalling Sphinx-5.3.0: Successfully uninstalled Sphinx-5.3.0 Successfully installed Jinja2-3.0.3 Pillow-9.5.0 actdiag-0.5.4 blockdiag-1.5.4 breathe-4.14.1 commonmark-0.9.1 docutils-0.17.1 funcparserlib-1.0.1 markdown-3.3.7 nwdiag-2.0.0 recommonmark-0.7.0 seqdiag-0.9.6 six-1.16.0 sphinx-3.0.4 sphinx-markdown-tables-0.0.15 sphinx-notfound-page-0.7.1 sphinx-rtd-theme-1.0.0 sphinxcontrib-actdiag-2.0.0 sphinxcontrib-blockdiag-2.0.0 sphinxcontrib-nwdiag-2.0.0 sphinxcontrib-seqdiag-2.0.0 webcolors-1.13 [rtd-command-info] start-time: 2023-11-17T09:56:59.803107Z, end-time: 2023-11-17T09:56:59.860199Z, duration: 0, exit-code: 0 cat docs/zh_CN/conf.py # -*- coding: utf-8 -*- # # English Language RTD & Sphinx config file # # Uses ../conf_common.py for most non-language-specific settings. # Importing conf_common adds all the non-language-specific # parts to this conf module import sys, os sys.path.insert(0, os.path.abspath('../')) from conf_common import * # General information about the project. project = u'ESP-Moonlight' copyright = u'2016 - 2020 乐鑫信息科技(上海)股份有限公司' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. language = 'zh_CN' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'ReadtheDocsTemplate.tex', u'ESP-Moonlight', u'2016 - 2020 乐鑫信息科技(上海)股份有限公司', 'manual'), ] ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # # Note: this file shouldn't rely on extra dependencies. import importlib import sys import os.path # Borrowed from six. PY3 = sys.version_info[0] == 3 string_types = str if PY3 else basestring from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix elif isinstance(source_suffix, (list, tuple)): # Sphinx >= 1.3 supports list/tuple to define multiple suffixes SUFFIX = source_suffix[0] elif isinstance(source_suffix, dict): # Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility else: # default to .rst SUFFIX = '.rst' else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') # Define this variable in case it's not defined by the user. # It defaults to `alabaster` which is the default from Sphinx. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme html_theme = globals().get('html_theme', 'alabaster') #Add project information to the template context. context = { 'html_theme': html_theme, 'current_version': "latest", 'version_slug': "latest", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://assets.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'proxied_static_path': "/_/static/", 'versions': [ ("latest", "/zh-cn/latest/"), ], 'downloads': [ ("pdf", "//espressif-docs.readthedocs-hosted.com/_/downloads/espressif-esp-moonlight/zh-cn/latest/pdf/"), ("html", "//espressif-docs.readthedocs-hosted.com/_/downloads/espressif-esp-moonlight/zh-cn/latest/htmlzip/"), ], 'subprojects': [ ], 'slug': 'espressif-esp-moonlight-zh-cn', 'name': u'esp-moonlight-zh_CN', 'rtd_language': u'zh-cn', 'programming_language': u'c', 'canonical_url': '', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/docs/zh_CN/', 'api_host': 'https://readthedocs.com', 'github_user': 'espressif', 'proxied_api_host': '/_', 'github_repo': 'esp-moonlight', 'github_version': 'master', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'master', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'master', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'ad_free': False, 'docsearch_disabled': False, 'user_analytics_code': '', 'global_analytics_code': 'UA-17997319-2', 'commit': '17355e7f', } # For sphinx >=1.8 we can use html_baseurl to set the canonical URL. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl if version_info >= (1, 8): if not globals().get('html_baseurl'): html_baseurl = context['canonical_url'] context['canonical_url'] = None if 'html_context' in globals(): for key in context: if key not in html_context: html_context[key] = context[key] else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] # Add External version warning banner to the external version documentation if 'branch' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'None' readthedocs_build_url = 'https://readthedocs.com/projects/espressif-esp-moonlight-zh-cn/builds/1850529/' project_language = 'zh-cn' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build']) [rtd-command-info] start-time: 2023-11-17T09:56:59.925633Z, end-time: 2023-11-17T09:57:01.602610Z, duration: 1, exit-code: 0 python -m sphinx -T -E -b html -d _build/doctrees -D language=zh_CN . $READTHEDOCS_OUTPUT/html Running Sphinx v3.0.4 fatal: No names found, cannot describe anything. Version: Release: loading translations [zh_CN]... done fatal: No names found, cannot describe anything. Git commit ID: 17355e7 making output directory... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 9 source files that are out of date updating environment: [new config] 9 added, 0 changed, 0 removed reading sources... [ 11%] drivers reading sources... [ 22%] firmwareupgrade reading sources... [ 33%] gettingstarted reading sources... [ 44%] index reading sources... [ 55%] introduction reading sources... [ 66%] networkconfig reading sources... [ 77%] remotecontrol_lan reading sources... [ 88%] speech_recognition reading sources... [100%] wifi looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 11%] drivers writing output... [ 22%] firmwareupgrade writing output... [ 33%] gettingstarted writing output... [ 44%] index writing output... [ 55%] introduction writing output... [ 66%] networkconfig writing output... [ 77%] remotecontrol_lan writing output... [ 88%] speech_recognition writing output... [100%] wifi generating indices... genindexdone writing additional pages... searchdone copying images... [ 6%] ../_static/flash_partitions_intro.png copying images... [ 12%] ../_static/flash_partitions_upgrade.png copying images... [ 18%] ../_static/upgrade_flow.png copying images... [ 25%] ../_static/ota_workflow.png copying images... [ 31%] ../_static/dev_setup.png copying images... [ 37%] ../_static/idf_comp.png copying images... [ 43%] ../_static/app_structure.png copying images... [ 50%] ../_static/cover_page.jpg copying images... [ 56%] ../_static/moonlight2.jpg copying images... [ 62%] ../_static/ESP-Moonlight_front.png copying images... [ 68%] ../_static/ESP-Moonlight_back.png copying images... [ 75%] ../_static/network_config.png copying images... [ 81%] ../_static/wechat_mini.jpg copying images... [ 87%] ../_static/cloud_connectivity.png copying images... [ 93%] ../_static/phone-device.png copying images... [100%] ../_static/remote_lan.png copying static files... ... done copying extra files... done dumping search index in Chinese (code: zh)... done dumping object inventory... done build succeeded. The HTML pages are in ../../_readthedocs/html. Updating searchtools for Read the Docs search... /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/checkouts/latest/docs/conf_common.py:341: RemovedInSphinx40Warning: The app.add_stylesheet() is deprecated. Please use app.add_css_file() instead. app.add_stylesheet('theme_overrides.css') [rtd-command-info] start-time: 2023-11-17T09:57:01.679399Z, end-time: 2023-11-17T09:57:03.136046Z, duration: 1, exit-code: 0 python -m sphinx -T -E -b readthedocssinglehtmllocalmedia -d _build/doctrees -D language=zh_CN . $READTHEDOCS_OUTPUT/htmlzip Running Sphinx v3.0.4 fatal: No names found, cannot describe anything. Version: Release: loading translations [zh_CN]... done fatal: No names found, cannot describe anything. Git commit ID: 17355e7 making output directory... done building [mo]: targets for 0 po files that are out of date building [readthedocssinglehtmllocalmedia]: all documents updating environment: [new config] 9 added, 0 changed, 0 removed reading sources... [ 11%] drivers reading sources... [ 22%] firmwareupgrade reading sources... [ 33%] gettingstarted reading sources... [ 44%] index reading sources... [ 55%] introduction reading sources... [ 66%] networkconfig reading sources... [ 77%] remotecontrol_lan reading sources... [ 88%] speech_recognition reading sources... [100%] wifi looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done assembling single document... introduction gettingstarted drivers wifi networkconfig remotecontrol_lan firmwareupgrade speech_recognition done writing... done writing additional files... done copying images... [ 6%] ../_static/cover_page.jpg copying images... [ 12%] ../_static/moonlight2.jpg copying images... [ 18%] ../_static/ESP-Moonlight_front.png copying images... [ 25%] ../_static/ESP-Moonlight_back.png copying images... [ 31%] ../_static/dev_setup.png copying images... [ 37%] ../_static/idf_comp.png copying images... [ 43%] ../_static/app_structure.png copying images... [ 50%] ../_static/network_config.png copying images... [ 56%] ../_static/wechat_mini.jpg copying images... [ 62%] ../_static/cloud_connectivity.png copying images... [ 68%] ../_static/phone-device.png copying images... [ 75%] ../_static/remote_lan.png copying images... [ 81%] ../_static/flash_partitions_intro.png copying images... [ 87%] ../_static/flash_partitions_upgrade.png copying images... [ 93%] ../_static/upgrade_flow.png copying images... [100%] ../_static/ota_workflow.png copying static files... ... done copying extra files... done dumping object inventory... done build succeeded. The HTML page is in ../../_readthedocs/htmlzip. Updating searchtools for Read the Docs search... /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/checkouts/latest/docs/conf_common.py:341: RemovedInSphinx40Warning: The app.add_stylesheet() is deprecated. Please use app.add_css_file() instead. app.add_stylesheet('theme_overrides.css') [rtd-command-info] start-time: 2023-11-17T09:57:04.021164Z, end-time: 2023-11-17T09:57:05.311198Z, duration: 1, exit-code: 0 python -m sphinx -T -E -b latex -d _build/doctrees -D language=zh_CN . $READTHEDOCS_OUTPUT/pdf Running Sphinx v3.0.4 fatal: No names found, cannot describe anything. Version: Release: loading translations [zh_CN]... done fatal: No names found, cannot describe anything. Git commit ID: 17355e7 making output directory... done building [mo]: targets for 0 po files that are out of date building [latex]: all documents updating environment: [new config] 9 added, 0 changed, 0 removed reading sources... [ 11%] drivers reading sources... [ 22%] firmwareupgrade reading sources... [ 33%] gettingstarted reading sources... [ 44%] index reading sources... [ 55%] introduction reading sources... [ 66%] networkconfig reading sources... [ 77%] remotecontrol_lan reading sources... [ 88%] speech_recognition reading sources... [100%] wifi looking for now-outdated files... none found pickling environment... done checking consistency... done processing ReadtheDocsTemplate.tex... index introduction gettingstarted drivers wifi networkconfig remotecontrol_lan firmwareupgrade speech_recognition resolving references... done writing... done copying images... [ 6%] ../_static/cover_page.jpg copying images... [ 12%] ../_static/moonlight2.jpg copying images... [ 18%] ../_static/ESP-Moonlight_front.png copying images... [ 25%] ../_static/ESP-Moonlight_back.png copying images... [ 31%] ../_static/dev_setup.png copying images... [ 37%] ../_static/idf_comp.png copying images... [ 43%] ../_static/app_structure.png copying images... [ 50%] ../_static/network_config.png copying images... [ 56%] ../_static/wechat_mini.jpg copying images... [ 62%] ../_static/cloud_connectivity.png copying images... [ 68%] ../_static/phone-device.png copying images... [ 75%] ../_static/remote_lan.png copying images... [ 81%] ../_static/flash_partitions_intro.png copying images... [ 87%] ../_static/flash_partitions_upgrade.png copying images... [ 93%] ../_static/upgrade_flow.png copying images... [100%] ../_static/ota_workflow.png copying TeX support files... copying TeX support files... done build succeeded. The LaTeX files are in ../../_readthedocs/pdf. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). Missing searchtools: /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/checkouts/latest/_readthedocs/pdf/_static/searchtools.js /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-moonlight-zh-cn/checkouts/latest/docs/conf_common.py:341: RemovedInSphinx40Warning: The app.add_stylesheet() is deprecated. Please use app.add_css_file() instead. app.add_stylesheet('theme_overrides.css') [rtd-command-info] start-time: 2023-11-17T09:57:09.743470Z, end-time: 2023-11-17T09:57:09.800006Z, duration: 0, exit-code: 0 cat latexmkrc $latex = 'xelatex --no-pdf ' . $ENV{'LATEXOPTS'} . ' %O %S'; $pdflatex = 'xelatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $lualatex = 'lualatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $xelatex = 'xelatex --no-pdf ' . $ENV{'LATEXOPTS'} . ' %O %S'; $makeindex = 'makeindex -s python.ist %O -o %D %S'; add_cus_dep( "glo", "gls", 0, "makeglo" ); sub makeglo { return system( "makeindex -s gglo.ist -o '$_[0].gls' '$_[0].glo'" ); } [rtd-command-info] start-time: 2023-11-17T09:57:09.865022Z, end-time: 2023-11-17T09:57:42.309637Z, duration: 32, exit-code: 0 latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=espressif-esp-moonlight-zh-cn -interaction=nonstopmode Use of uninitialized value in concatenation (.) or string at (eval 10) line 1. Use of uninitialized value in concatenation (.) or string at (eval 10) line 2. Use of uninitialized value in concatenation (.) or string at (eval 10) line 3. Use of uninitialized value in concatenation (.) or string at (eval 10) line 4. Subroutine makeglo redefined at (eval 11) line 7. Use of uninitialized value in concatenation (.) or string at (eval 11) line 1. Use of uninitialized value in concatenation (.) or string at (eval 11) line 2. Use of uninitialized value in concatenation (.) or string at (eval 11) line 3. Use of uninitialized value in concatenation (.) or string at (eval 11) line 4. Rc files read: /etc/LatexMk latexmkrc latexmkrc Latexmk: This is Latexmk, John Collins, 20 November 2021, version: 4.76. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'ReadtheDocsTemplate.tex' ------------ Run number 1 of rule 'pdflatex' ------------ ------------ Running 'xelatex -interaction=nonstopmode -recorder --jobname="espressif-esp-moonlight-zh-cn" "ReadtheDocsTemplate.tex"' ------------ Latexmk: applying rule 'pdflatex'... This is XeTeX, Version 3.141592653-2.6-0.999993 (TeX Live 2022/dev/Debian) (preloaded format=xelatex) restricted \write18 enabled. entering extended mode (./ReadtheDocsTemplate.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty Package cmap Warning: pdftex not detected - exiting. ) (/usr/share/texlive/texmf-dist/tex/xelatex/xecjk/xeCJK.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def (|extractbb --version))) (/usr/share/texlive/texmf-dist/tex/latex/ctex/ctexhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg))) (/usr/share/texlive/texmf-dist/tex/xelatex/xecjk/xeCJK.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/xebabel.def (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def))) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty) (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (./sphinxmulticell.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (./footnotehyper-sphinx.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty) (./sphinxhighlight.sty) (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def (/usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) (/usr/share/texlive/texmf-dist/tex/latex/ctex/ctex.sty (/usr/share/texlive/texmf-dist/tex/latex/ctex/ctexpatch.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fix-cm.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/ctex/config/ctexopts.cfg) (/usr/share/texlive/texmf-dist/tex/latex/ctex/engine/ctex-engine-xetex.def) (/usr/share/texlive/texmf-dist/tex/latex/zhnumber/zhnumber.sty (/usr/share/texlive/texmf-dist/tex/latex/zhnumber/zhnumber-utf8.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-chinese.def (/usr/share/texlive/texmf-dist/tex/latex/ctex/config/ctex-name-utf8.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty) (/usr/share/texlive/texmf-dist/tex/latex/ctex/fontset/ctex-fontset-fandol.def Package fontspec Warning: Font "FandolSong-Regular" does not contain requested (fontspec) Script "CJK". )) (/usr/share/texlive/texmf-dist/tex/latex/ctex/config/ctex.cfg) Writing index file espressif-esp-moonlight-zh-cn.idx (./espressif-esp-moonlight-zh-cn.aux) *geometry* driver: auto-detecting *geometry* detected driver: xetex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) Package hyperref Warning: Rerun to get /PageLabels entry. Package fontspec Warning: Font "FandolFang-Regular" does not contain requested (fontspec) Script "CJK". Package fontspec Warning: Font "FandolHei-Regular" does not contain requested (fontspec) Script "CJK". (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1] [2] [1] [2] [1] [2] Chapter 1. [3] [4] Chapter 2. [5] [6] Chapter 3. [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] Underfull \vbox (badness 10000) detected at line 701 Underfull \vbox (badness 10000) detected at line 701 [21] [22] Underfull \hbox (badness 10000) in paragraph at lines 754--755 []\TU/FandolSong-Regular(0)/m/n/10 当 调 用 \TU/FreeMono(0)/m/n/10 esp_wifi_start( ) \TU/FandolSong-Regular(0)/m/n/10 后 会 产 生 一 个 \TU/FreeMono(0)/m/n/10 WIFI_EVEN T_STA_START \TU/FandolSong-Regular(0)/m/n/10 事 件,| 随 即 调 用 Overfull \vbox (14.58733pt too high) detected at line 818 [23] [24] [25] [26] [27] [28] [29] [30] [31] Underfull \vbox (badness 2626) detected at line 1184 [32] Underfull \vbox (badness 10000) detected at line 1184 Underfull \vbox (badness 10000) detected at line 1184 [33] [34] [35] [36] [37] Underfull \hbox (badness 10000) in paragraph at lines 1344--1345 []\TU/FandolSong-Regular(0)/m/n/10 执 行 命 令:| \TU/FreeMono(0)/m/n/10 openssl req -x509 -newkey rsa:2048 -keyout ca_key.pem -out Underfull \hbox (badness 10000) in paragraph at lines 1362--1363 []\TU/FreeMono(0)/m/n/10 winpty openssl req -x509 -newkey rsa:2048 -keyout ca_k ey.pem -out ca_cert. [38] [39] [40] Overfull \vbox (14.88918pt too high) detected at line 1536 [41] [42] No file espressif-esp-moonlight-zh-cn.ind. [43] (./espressif-esp-moonlight-zh-cn.aux) LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Package rerunfilecheck Warning: File `espressif-esp-moonlight-zh-cn.out' has ch anged. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information) Output written on espressif-esp-moonlight-zh-cn.pdf (47 pages). Transcript written on espressif-esp-moonlight-zh-cn.log. Latexmk: Index file 'espressif-esp-moonlight-zh-cn.idx' was written Latexmk: References changed. Latexmk: Missing input file 'espressif-esp-moonlight-zh-cn.ind' (or dependence on it) from following: 'No file espressif-esp-moonlight-zh-cn.ind.' Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'espressif-esp-moonlight-zh-cn.pdf' Rule 'makeindex espressif-esp-moonlight-zh-cn.idx': File changes, etc: Changed files, or newly in use since previous run(s): 'espressif-esp-moonlight-zh-cn.idx' ------------ Run number 1 of rule 'makeindex espressif-esp-moonlight-zh-cn.idx' ------------ Latexmk: Examining 'espressif-esp-moonlight-zh-cn.log' === TeX engine is 'XeTeX' Latexmk: applying rule 'makeindex espressif-esp-moonlight-zh-cn.idx'... ------------ Running 'makeindex -s python.ist -o "espressif-esp-moonlight-zh-cn.ind" "espressif-esp-moonlight-zh-cn.idx"' ------------ This is makeindex, version 2.15 [TeX Live 2022/dev] (kpathsea + Thai support). Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored). Scanning input file espressif-esp-moonlight-zh-cn.idx...done (0 entries accepted, 0 rejected). Nothing written in espressif-esp-moonlight-zh-cn.ind. Transcript written in espressif-esp-moonlight-zh-cn.ilg. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'espressif-esp-moonlight-zh-cn.aux' 'espressif-esp-moonlight-zh-cn.ind' 'espressif-esp-moonlight-zh-cn.out' ------------ Run number 2 of rule 'pdflatex' ------------ Latexmk: applying rule 'pdflatex'... ------------ Running 'xelatex -interaction=nonstopmode -recorder --jobname="espressif-esp-moonlight-zh-cn" "ReadtheDocsTemplate.tex"' ------------ This is XeTeX, Version 3.141592653-2.6-0.999993 (TeX Live 2022/dev/Debian) (preloaded format=xelatex) restricted \write18 enabled. entering extended mode (./ReadtheDocsTemplate.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty Package cmap Warning: pdftex not detected - exiting. ) (/usr/share/texlive/texmf-dist/tex/xelatex/xecjk/xeCJK.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def (|extractbb --version))) (/usr/share/texlive/texmf-dist/tex/latex/ctex/ctexhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg))) (/usr/share/texlive/texmf-dist/tex/xelatex/xecjk/xeCJK.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/xebabel.def (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def))) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty) (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (./sphinxmulticell.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (./footnotehyper-sphinx.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty) (./sphinxhighlight.sty) (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def (/usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) (/usr/share/texlive/texmf-dist/tex/latex/ctex/ctex.sty (/usr/share/texlive/texmf-dist/tex/latex/ctex/ctexpatch.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fix-cm.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/ctex/config/ctexopts.cfg) (/usr/share/texlive/texmf-dist/tex/latex/ctex/engine/ctex-engine-xetex.def) (/usr/share/texlive/texmf-dist/tex/latex/zhnumber/zhnumber.sty (/usr/share/texlive/texmf-dist/tex/latex/zhnumber/zhnumber-utf8.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-chinese.def (/usr/share/texlive/texmf-dist/tex/latex/ctex/config/ctex-name-utf8.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty) (/usr/share/texlive/texmf-dist/tex/latex/ctex/fontset/ctex-fontset-fandol.def Package fontspec Warning: Font "FandolSong-Regular" does not contain requested (fontspec) Script "CJK". )) (/usr/share/texlive/texmf-dist/tex/latex/ctex/config/ctex.cfg) Writing index file espressif-esp-moonlight-zh-cn.idx (./espressif-esp-moonlight-zh-cn.aux) *geometry* driver: auto-detecting *geometry* detected driver: xetex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./espressif-esp-moonlight-zh-cn.out) (./espressif-esp-moonlight-zh-cn.out) Package fontspec Warning: Font "FandolFang-Regular" does not contain requested (fontspec) Script "CJK". Package fontspec Warning: Font "FandolHei-Regular" does not contain requested (fontspec) Script "CJK". (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1] [2] (./espressif-esp-moonlight-zh-cn.toc) [1] [2] [1] [2] Chapter 1. [3] [4] Chapter 2. [5] [6] Chapter 3. [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] Underfull \vbox (badness 10000) detected at line 701 Underfull \vbox (badness 10000) detected at line 701 [21] [22] Underfull \hbox (badness 10000) in paragraph at lines 754--755 []\TU/FandolSong-Regular(0)/m/n/10 当 调 用 \TU/FreeMono(0)/m/n/10 esp_wifi_start( ) \TU/FandolSong-Regular(0)/m/n/10 后 会 产 生 一 个 \TU/FreeMono(0)/m/n/10 WIFI_EVEN T_STA_START \TU/FandolSong-Regular(0)/m/n/10 事 件,| 随 即 调 用 Overfull \vbox (14.58733pt too high) detected at line 818 [23] [24] [25] [26] [27] [28] [29] [30] [31] Underfull \vbox (badness 2626) detected at line 1184 [32] Underfull \vbox (badness 10000) detected at line 1184 Underfull \vbox (badness 10000) detected at line 1184 [33] [34] [35] [36] [37] Underfull \hbox (badness 10000) in paragraph at lines 1344--1345 []\TU/FandolSong-Regular(0)/m/n/10 执 行 命 令:| \TU/FreeMono(0)/m/n/10 openssl req -x509 -newkey rsa:2048 -keyout ca_key.pem -out Underfull \hbox (badness 10000) in paragraph at lines 1362--1363 []\TU/FreeMono(0)/m/n/10 winpty openssl req -x509 -newkey rsa:2048 -keyout ca_k ey.pem -out ca_cert. [38] [39] [40] Overfull \vbox (14.88918pt too high) detected at line 1536 [41] [42] (./espressif-esp-moonlight-zh-cn.ind) [43] (./espressif-esp-moonlight-zh-cn.aux) ) (see the transcript file for additional information) Output written on espressif-esp-moonlight-zh-cn.pdf (47 pages). Transcript written on espressif-esp-moonlight-zh-cn.log. Latexmk: Index file 'espressif-esp-moonlight-zh-cn.idx' was written Latexmk: Log file says output to 'espressif-esp-moonlight-zh-cn.pdf' Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'espressif-esp-moonlight-zh-cn.toc' ------------ Run number 3 of rule 'pdflatex' ------------ Latexmk: Examining 'espressif-esp-moonlight-zh-cn.log' === TeX engine is 'XeTeX' Latexmk: applying rule 'pdflatex'... ------------ Running 'xelatex -interaction=nonstopmode -recorder --jobname="espressif-esp-moonlight-zh-cn" "ReadtheDocsTemplate.tex"' ------------ This is XeTeX, Version 3.141592653-2.6-0.999993 (TeX Live 2022/dev/Debian) (preloaded format=xelatex) restricted \write18 enabled. entering extended mode (./ReadtheDocsTemplate.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty Package cmap Warning: pdftex not detected - exiting. ) (/usr/share/texlive/texmf-dist/tex/xelatex/xecjk/xeCJK.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-xetex.def (|extractbb --version))) (/usr/share/texlive/texmf-dist/tex/latex/ctex/ctexhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty) (/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg))) (/usr/share/texlive/texmf-dist/tex/xelatex/xecjk/xeCJK.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/xebabel.def (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/xetex.def))) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty) (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (./sphinxmulticell.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (./footnotehyper-sphinx.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty) (./sphinxhighlight.sty) (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def (/usr/share/texlive/texmf-dist/tex/generic/stringenc/stringenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) (/usr/share/texlive/texmf-dist/tex/latex/ctex/ctex.sty (/usr/share/texlive/texmf-dist/tex/latex/ctex/ctexpatch.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fix-cm.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/ctex/config/ctexopts.cfg) (/usr/share/texlive/texmf-dist/tex/latex/ctex/engine/ctex-engine-xetex.def) (/usr/share/texlive/texmf-dist/tex/latex/zhnumber/zhnumber.sty (/usr/share/texlive/texmf-dist/tex/latex/zhnumber/zhnumber-utf8.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/ctex/scheme/ctex-scheme-chinese.def (/usr/share/texlive/texmf-dist/tex/latex/ctex/config/ctex-name-utf8.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/tools/indentfirst.sty) (/usr/share/texlive/texmf-dist/tex/latex/ctex/fontset/ctex-fontset-fandol.def Package fontspec Warning: Font "FandolSong-Regular" does not contain requested (fontspec) Script "CJK". )) (/usr/share/texlive/texmf-dist/tex/latex/ctex/config/ctex.cfg) Writing index file espressif-esp-moonlight-zh-cn.idx (./espressif-esp-moonlight-zh-cn.aux) *geometry* driver: auto-detecting *geometry* detected driver: xetex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./espressif-esp-moonlight-zh-cn.out) (./espressif-esp-moonlight-zh-cn.out) Package fontspec Warning: Font "FandolFang-Regular" does not contain requested (fontspec) Script "CJK". Package fontspec Warning: Font "FandolHei-Regular" does not contain requested (fontspec) Script "CJK". (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1] [2] (./espressif-esp-moonlight-zh-cn.toc) [1] [2] [1] [2] Chapter 1. [3] [4] Chapter 2. [5] [6] Chapter 3. [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] Underfull \vbox (badness 10000) detected at line 701 Underfull \vbox (badness 10000) detected at line 701 [21] [22] Underfull \hbox (badness 10000) in paragraph at lines 754--755 []\TU/FandolSong-Regular(0)/m/n/10 当 调 用 \TU/FreeMono(0)/m/n/10 esp_wifi_start( ) \TU/FandolSong-Regular(0)/m/n/10 后 会 产 生 一 个 \TU/FreeMono(0)/m/n/10 WIFI_EVEN T_STA_START \TU/FandolSong-Regular(0)/m/n/10 事 件,| 随 即 调 用 Overfull \vbox (14.58733pt too high) detected at line 818 [23] [24] [25] [26] [27] [28] [29] [30] [31] Underfull \vbox (badness 2626) detected at line 1184 [32] Underfull \vbox (badness 10000) detected at line 1184 Underfull \vbox (badness 10000) detected at line 1184 [33] [34] [35] [36] [37] Underfull \hbox (badness 10000) in paragraph at lines 1344--1345 []\TU/FandolSong-Regular(0)/m/n/10 执 行 命 令:| \TU/FreeMono(0)/m/n/10 openssl req -x509 -newkey rsa:2048 -keyout ca_key.pem -out Underfull \hbox (badness 10000) in paragraph at lines 1362--1363 []\TU/FreeMono(0)/m/n/10 winpty openssl req -x509 -newkey rsa:2048 -keyout ca_k ey.pem -out ca_cert. [38] [39] [40] Overfull \vbox (14.88918pt too high) detected at line 1536 [41] [42] (./espressif-esp-moonlight-zh-cn.ind) [43] (./espressif-esp-moonlight-zh-cn.aux) ) (see the transcript file for additional information) Output written on espressif-esp-moonlight-zh-cn.pdf (47 pages). Transcript written on espressif-esp-moonlight-zh-cn.log. Latexmk: Index file 'espressif-esp-moonlight-zh-cn.idx' was written Latexmk: Log file says output to 'espressif-esp-moonlight-zh-cn.pdf' Latexmk: Examining 'espressif-esp-moonlight-zh-cn.log' === TeX engine is 'XeTeX' Latexmk: All targets (espressif-esp-moonlight-zh-cn.pdf) are up-to-date