Deploy details
Deploy log
10:18:15 AM: Build ready to start
10:18:36 AM: build-image version: a13ca271c42226d886b5d1dc0da3d70cb6ac0627 (focal)
10:18:36 AM: build-image tag: v4.11.0
10:18:36 AM: buildbot version: e42ed94867e2d6aeb79f60a5d458aef8f8e9e784
10:18:36 AM: Fetching cached dependencies
10:18:36 AM: Starting to download cache of 2.5GB
10:18:55 AM: Finished downloading cache in 18.822624106s
10:18:55 AM: Starting to extract cache
10:19:05 AM: Finished extracting cache in 9.587107069s
10:19:05 AM: Finished fetching cache in 28.684699895s
10:19:05 AM: Starting to prepare the repo for build
10:19:05 AM: Preparing Git Reference pull/6207/head
10:19:09 AM: Parsing package.json dependencies
10:19:09 AM: Different build command detected, going to use the one specified in the Netlify configuration file: 'git clone https://github.com/taichi-dev/docs.taichi.graphics.git; git clone https://github.com/taichi-dev/docstring-gen docsgen; export DOCSTRING_GEN_PATH="$(pwd)/docsgen"; export TAICHI_PATH="$(pwd)/python/taichi"; export TAICHI_MAIN="$(pwd)"; export TAICHI_WEBSITE="$(pwd)/docs.taichi.graphics"; pip install sphinx-autoapi==1.8.4 gitpython pydata-sphinx-theme==0.7.2; cd $DOCSTRING_GEN_PATH/experimental; export current_version=master; make clean; make version; make apideploy; cd $TAICHI_WEBSITE/website; git fetch origin master; git reset --hard origin/master; npm install --global yarn@1.22; yarn install; ./sync_version.sh; yarn build;' versus 'git clone https://github.com/taichi-dev/docs.taichi.graphics.git; rm -rf docs.taichi.graphics/website/docs/lang; cp -rf docs/lang docs.taichi.graphics/website/docs/lang; git clone https://github.com/taichi-dev/docstring-gen docsgen; export DOCSTRING_GEN_PATH="$(pwd)/docsgen"; export TAICHI_PATH="$(pwd)/python/taichi"; export TAICHI_WEBSITE="$(pwd)/docs.taichi.graphics"; pip install sphinx-autoapi==1.8.4 gitpython pydata-sphinx-theme==0.7.2; cd $DOCSTRING_GEN_PATH/experimental; export current_version=master; make clean; make version; make apideploy; cd $TAICHI_WEBSITE/website; npm install --global yarn@1.22; yarn install; yarn build; yarn run apiversion;' in the Netlify UI
10:19:09 AM: Detected ignore command in Netlify configuration file. Proceeding with the specified command: 'git remote add upstream https://github.com/taichi-dev/taichi.git; git fetch upstream master; git diff --quiet $COMMIT_REF upstream/master -- docs/ python/ netlify.toml'
10:19:09 AM: error: remote upstream already exists.
10:19:09 AM: From https://github.com/taichi-dev/taichi
10:19:09 AM: * branch master -> FETCH_HEAD
10:19:09 AM: 50e5e3fda..bf2010114 master -> upstream/master
10:19:10 AM: Starting build script
10:19:10 AM: Installing dependencies
10:19:10 AM: Python version set to 3.8
10:19:10 AM: Started restoring cached node version
10:19:11 AM: Finished restoring cached node version
10:19:11 AM: v16.17.1 is already installed.
10:19:12 AM: Now using node v16.17.1 (npm v8.15.0)
10:19:12 AM: Started restoring cached build plugins
10:19:12 AM: Finished restoring cached build plugins
10:19:12 AM: Attempting ruby version 2.7.2, read from environment
10:19:13 AM: Using ruby version 2.7.2
10:19:13 AM: Using PHP version 8.0
10:19:13 AM: Started restoring cached go cache
10:19:13 AM: Finished restoring cached go cache
10:19:13 AM: Installing Go version 1.16.5 (requested 1.16.5)
10:19:24 AM: unset GOOS;
10:19:24 AM: unset GOARCH;
10:19:24 AM: export GOROOT='/opt/buildhome/.gimme/versions/go1.16.5.linux.amd64';
10:19:24 AM: export PATH="/opt/buildhome/.gimme/versions/go1.16.5.linux.amd64/bin:${PATH}";
10:19:24 AM: go version >&2;
10:19:24 AM: export GIMME_ENV="/opt/buildhome/.gimme/env/go1.16.5.linux.amd64.env"
10:19:24 AM: go version go1.16.5 linux/amd64
10:19:24 AM: Installing missing commands
10:19:24 AM: Verify run directory
10:19:25 AM:
10:19:25 AM: ────────────────────────────────────────────────────────────────
10:19:25 AM: Netlify Build
10:19:25 AM: ────────────────────────────────────────────────────────────────
10:19:25 AM:
10:19:25 AM: ❯ Version
10:19:25 AM: @netlify/build 27.18.6
10:19:25 AM:
10:19:25 AM: ❯ Flags
10:19:25 AM: baseRelDir: true
10:19:25 AM: buildId: 633570e7c6c3550008be2ae0
10:19:25 AM: deployId: 633570e7c6c3550008be2ae2
10:19:25 AM:
10:19:25 AM: ❯ Current directory
10:19:25 AM: /opt/build/repo
10:19:25 AM:
10:19:25 AM: ❯ Config file
10:19:25 AM: /opt/build/repo/netlify.toml
10:19:25 AM:
10:19:25 AM: ❯ Context
10:19:25 AM: deploy-preview
10:19:25 AM:
10:19:25 AM: ────────────────────────────────────────────────────────────────
10:19:25 AM: 1. build.command from netlify.toml
10:19:25 AM: ────────────────────────────────────────────────────────────────
10:19:25 AM:
10:19:25 AM: $ git clone https://github.com/taichi-dev/docs.taichi.graphics.git; git clone https://github.com/taichi-dev/docstring-gen docsgen; export DOCSTRING_GEN_PATH="$(pwd)/docsgen"; export TAICHI_PATH="$(pwd)/python/taichi"; export TAICHI_MAIN="$(pwd)"; export TAICHI_WEBSITE="$(pwd)/docs.taichi.graphics"; pip install sphinx-autoapi==1.8.4 gitpython pydata-sphinx-theme==0.7.2; cd $DOCSTRING_GEN_PATH/experimental; export current_version=master; make clean; make version; make apideploy; cd $TAICHI_WEBSITE/website; git fetch origin master; git reset --hard origin/master; npm install --global yarn@1.22; yarn install; ./sync_version.sh; yarn build;
10:19:25 AM: fatal: destination path 'docs.taichi.graphics' already exists and is not an empty directory.
10:19:25 AM: fatal: destination path 'docsgen' already exists and is not an empty directory.
10:19:26 AM: Collecting sphinx-autoapi==1.8.4
10:19:26 AM: Downloading sphinx_autoapi-1.8.4-py2.py3-none-any.whl (55 kB)
10:19:26 AM: Collecting gitpython
10:19:26 AM: Downloading GitPython-3.1.27-py3-none-any.whl (181 kB)
10:19:26 AM: Collecting pydata-sphinx-theme==0.7.2
10:19:26 AM: Downloading pydata_sphinx_theme-0.7.2-py3-none-any.whl (1.4 MB)
10:19:26 AM: Collecting astroid>=2.7
10:19:26 AM: Downloading astroid-2.12.10-py3-none-any.whl (263 kB)
10:19:27 AM: Collecting Jinja2
10:19:27 AM: Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
10:19:27 AM: Collecting PyYAML
10:19:27 AM: Downloading PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB)
10:19:27 AM: Collecting unidecode
10:19:27 AM: Downloading Unidecode-1.3.5-py3-none-any.whl (236 kB)
10:19:27 AM: Collecting sphinx>=3.0
10:19:27 AM: Downloading sphinx-5.2.2-py3-none-any.whl (3.2 MB)
10:19:28 AM: Collecting gitdb<5,>=4.0.1
10:19:28 AM: Downloading gitdb-4.0.9-py3-none-any.whl (63 kB)
10:19:28 AM: Collecting beautifulsoup4
10:19:28 AM: Downloading beautifulsoup4-4.11.1-py3-none-any.whl (128 kB)
10:19:28 AM: Collecting docutils!=0.17.0
10:19:28 AM: Downloading docutils-0.19-py3-none-any.whl (570 kB)
10:19:28 AM: Collecting typing-extensions>=3.10; python_version < "3.10"
10:19:28 AM: Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB)
10:19:29 AM: Collecting lazy-object-proxy>=1.4.0
10:19:29 AM: Downloading lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (60 kB)
10:19:29 AM: Collecting wrapt<2,>=1.11; python_version < "3.11"
10:19:29 AM: Downloading wrapt-1.14.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (81 kB)
10:19:29 AM: Collecting MarkupSafe>=2.0
10:19:29 AM: Downloading MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
10:19:29 AM: Collecting imagesize>=1.3
10:19:29 AM: Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB)
10:19:29 AM: Collecting requests>=2.5.0
10:19:29 AM: Downloading requests-2.28.1-py3-none-any.whl (62 kB)
10:19:30 AM: Collecting babel>=2.9
10:19:30 AM: Downloading Babel-2.10.3-py3-none-any.whl (9.5 MB)
10:19:30 AM: Collecting importlib-metadata>=4.8; python_version < "3.10"
10:19:30 AM: Downloading importlib_metadata-4.12.0-py3-none-any.whl (21 kB)
10:19:30 AM: Collecting sphinxcontrib-applehelp
10:19:30 AM: Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB)
10:19:31 AM: Collecting Pygments>=2.12
10:19:31 AM: Downloading Pygments-2.13.0-py3-none-any.whl (1.1 MB)
10:19:31 AM: Collecting snowballstemmer>=2.0
10:19:31 AM: Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB)
10:19:31 AM: Collecting sphinxcontrib-htmlhelp>=2.0.0
10:19:31 AM: Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB)
10:19:31 AM: Collecting sphinxcontrib-jsmath
10:19:31 AM: Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
10:19:31 AM: Collecting alabaster<0.8,>=0.7
10:19:31 AM: Downloading alabaster-0.7.12-py2.py3-none-any.whl (14 kB)
10:19:31 AM: Collecting sphinxcontrib-devhelp
10:19:31 AM: Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB)
10:19:31 AM: Collecting sphinxcontrib-qthelp
10:19:31 AM: Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB)
10:19:31 AM: Collecting packaging>=21.0
10:19:31 AM: Downloading packaging-21.3-py3-none-any.whl (40 kB)
10:19:31 AM: Collecting sphinxcontrib-serializinghtml>=1.1.5
10:19:31 AM: Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB)
10:19:31 AM: Collecting smmap<6,>=3.0.1
10:19:31 AM: Downloading smmap-5.0.0-py3-none-any.whl (24 kB)
10:19:31 AM: Collecting soupsieve>1.2
10:19:31 AM: Downloading soupsieve-2.3.2.post1-py3-none-any.whl (37 kB)
10:19:31 AM: Requirement already satisfied: certifi>=2017.4.17 in /opt/buildhome/python3.8/lib/python3.8/site-packages (from requests>=2.5.0->sphinx>=3.0->sphinx-autoapi==1.8.4) (2022.9.24)
10:19:32 AM: Collecting charset-normalizer<3,>=2
10:19:32 AM: Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
10:19:32 AM: Collecting urllib3<1.27,>=1.21.1
10:19:32 AM: Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB)
10:19:32 AM: Collecting idna<4,>=2.5
10:19:32 AM: Downloading idna-3.4-py3-none-any.whl (61 kB)
10:19:32 AM: Collecting pytz>=2015.7
10:19:32 AM: Downloading pytz-2022.2.1-py2.py3-none-any.whl (500 kB)
10:19:32 AM: Collecting zipp>=0.5
10:19:32 AM: Downloading zipp-3.8.1-py3-none-any.whl (5.6 kB)
10:19:32 AM: Collecting pyparsing!=3.0.5,>=2.0.2
10:19:32 AM: Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
10:19:33 AM: Installing collected packages: typing-extensions, lazy-object-proxy, wrapt, astroid, MarkupSafe, Jinja2, PyYAML, unidecode, imagesize, charset-normalizer, urllib3, idna, requests, pytz, babel, zipp, importlib-metadata, sphinxcontrib-applehelp, Pygments, docutils, snowballstemmer, sphinxcontrib-htmlhelp, sphinxcontrib-jsmath, alabaster, sphinxcontrib-devhelp, sphinxcontrib-qthelp, pyparsing, packaging, sphinxcontrib-serializinghtml, sphinx, sphinx-autoapi, smmap, gitdb, gitpython, soupsieve, beautifulsoup4, pydata-sphinx-theme
10:19:36 AM: Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.1 PyYAML-6.0 Pygments-2.13.0 alabaster-0.7.12 astroid-2.12.10 babel-2.10.3 beautifulsoup4-4.11.1 charset-normalizer-2.1.1 docutils-0.19 gitdb-4.0.9 gitpython-3.1.27 idna-3.4 imagesize-1.4.1 importlib-metadata-4.12.0 lazy-object-proxy-1.7.1 packaging-21.3 pydata-sphinx-theme-0.7.2 pyparsing-3.0.9 pytz-2022.2.1 requests-2.28.1 smmap-5.0.0 snowballstemmer-2.2.0 soupsieve-2.3.2.post1 sphinx-5.2.2 sphinx-autoapi-1.8.4 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.3.0 unidecode-1.3.5 urllib3-1.26.12 wrapt-1.14.1 zipp-3.8.1
10:19:36 AM: Removing everything under '_build'...
10:19:36 AM: sphinx-build -b dirhtml . _build/html/master
10:19:36 AM: Running Sphinx v5.2.2
10:19:37 AM: making output directory... done
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/minimal.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/patterns.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/algorithm/laplace.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/algorithm/marching_squares.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/algorithm/mciso_advanced.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/algorithm/mgpcg.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/algorithm/mgpcg_advanced.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/algorithm/print_offset.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/autodiff/jacobian.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/autodiff/minimization.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/autodiff/regression.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/autodiff/simple_derivative.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/autodiff/diff_sph/diff_sph.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/gui/fullscreen.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/gui/gui_image_io.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/gui/gui_widgets.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/gui/keyboard.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/io/export_mesh.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/io/export_ply.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/io/export_videos.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/sparse/explicit_activation.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/sparse/taichi_bitmasked.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/sparse/taichi_dynamic.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/sparse/taichi_sparse.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/sparse/tutorial.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/ggui_examples/fem128_ggui.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/ggui_examples/fractal3d_ggui.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/ggui_examples/mass_spring_3d_ggui.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/ggui_examples/mass_spring_game_ggui.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/ggui_examples/mpm128_ggui.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/ggui_examples/mpm3d_ggui.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/ggui_examples/stable_fluid_ggui.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/graph/mpm88_graph.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/graph/stable_fluid_graph.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/graph/texture_graph.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/rendering/cornell_box.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/rendering/rasterizer.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/rendering/sdf_renderer.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/rendering/simple_texture.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/rendering/simple_uv.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/rendering/taichi_logo.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/ad_gravity.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/comet.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/euler.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/fem128.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/fem99.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/fractal.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/game_of_life.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/implicit_fem.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/implicit_mass_spring.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/initial_value_problem.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/mandelbrot_zoom.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/mass_spring_game.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/mpm128.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/mpm3d.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/mpm88.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/mpm99.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/mpm_lagrangian_forces.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/nbody.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/odop_solar.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/pbf2d.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/physarum.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/stable_fluid.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/vortex_rings.py
10:19:37 AM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/waterwave.py
10:19:37 AM: [AutoAPI] Reading files... [ 1%] /opt/build/repo/python/taichi/__init__.py
10:19:37 AM: [AutoAPI] Reading files... [ 2%] /opt/build/repo/python/taichi/__main__.py
10:19:37 AM: [AutoAPI] Reading files... [ 3%] /opt/build/repo/python/taichi/_funcs.py
10:19:37 AM: [AutoAPI] Reading files... [ 4%] /opt/build/repo/python/taichi/_kernels.py
10:19:37 AM: [AutoAPI] Reading files... [ 5%] /opt/build/repo/python/taichi/_logging.py
10:19:37 AM: [AutoAPI] Reading files... [ 6%] /opt/build/repo/python/taichi/_main.py
10:19:37 AM: [AutoAPI] Reading files... [ 7%] /opt/build/repo/python/taichi/_version_check.py
10:19:37 AM: [AutoAPI] Reading files... [ 8%] /opt/build/repo/python/taichi/experimental.py
10:19:37 AM: [AutoAPI] Reading files... [ 9%] /opt/build/repo/python/taichi/_lib/__init__.py
10:19:37 AM: [AutoAPI] Reading files... [ 10%] /opt/build/repo/python/taichi/_lib/utils.py
10:19:37 AM: [AutoAPI] Reading files... [ 11%] /opt/build/repo/python/taichi/_snode/__init__.py
10:19:37 AM: [AutoAPI] Reading files... [ 12%] /opt/build/repo/python/taichi/_snode/fields_builder.py
10:19:37 AM: [AutoAPI] Reading files... [ 13%] /opt/build/repo/python/taichi/_snode/snode_tree.py
10:19:37 AM: [AutoAPI] Reading files... [ 14%] /opt/build/repo/python/taichi/ad/__init__.py
10:19:37 AM: [AutoAPI] Reading files... [ 15%] /opt/build/repo/python/taichi/ad/_ad.py
10:19:37 AM: [AutoAPI] Reading files... [ 17%] /opt/build/repo/python/taichi/algorithms/__init__.py
10:19:37 AM: [AutoAPI] Reading files... [ 18%] /opt/build/repo/python/taichi/algorithms/_algorithms.py
10:19:38 AM: [AutoAPI] Reading files... [ 19%] /opt/build/repo/python/taichi/aot/__init__.py
10:19:38 AM: [AutoAPI] Reading files... [ 20%] /opt/build/repo/python/taichi/aot/module.py
10:19:38 AM: [AutoAPI] Reading files... [ 21%] /opt/build/repo/python/taichi/aot/record.py
10:19:38 AM: [AutoAPI] Reading files... [ 22%] /opt/build/repo/python/taichi/aot/utils.py
10:19:38 AM: [AutoAPI] Reading files... [ 23%] /opt/build/repo/python/taichi/graph/__init__.py
10:19:38 AM: [AutoAPI] Reading files... [ 24%] /opt/build/repo/python/taichi/graph/_graph.py
10:19:38 AM: [AutoAPI] Reading files... [ 25%] /opt/build/repo/python/taichi/lang/__init__.py
10:19:38 AM: [AutoAPI] Reading files... [ 26%] /opt/build/repo/python/taichi/lang/_ndarray.py
10:19:38 AM: [AutoAPI] Reading files... [ 27%] /opt/build/repo/python/taichi/lang/_ndrange.py
10:19:38 AM: [AutoAPI] Reading files... [ 28%] /opt/build/repo/python/taichi/lang/_texture.py
10:19:38 AM: [AutoAPI] Reading files... [ 29%] /opt/build/repo/python/taichi/lang/any_array.py
10:19:38 AM: [AutoAPI] Reading files... [ 30%] /opt/build/repo/python/taichi/lang/common_ops.py
10:19:38 AM: [AutoAPI] Reading files... [ 31%] /opt/build/repo/python/taichi/lang/enums.py
10:19:38 AM: [AutoAPI] Reading files... [ 32%] /opt/build/repo/python/taichi/lang/exception.py
10:19:38 AM: [AutoAPI] Reading files... [ 34%] /opt/build/repo/python/taichi/lang/expr.py
10:19:38 AM: [AutoAPI] Reading files... [ 35%] /opt/build/repo/python/taichi/lang/field.py
10:19:38 AM: [AutoAPI] Reading files... [ 36%] /opt/build/repo/python/taichi/lang/impl.py
10:19:38 AM: [AutoAPI] Reading files... [ 37%] /opt/build/repo/python/taichi/lang/kernel_arguments.py
10:19:38 AM: [AutoAPI] Reading files... [ 38%] /opt/build/repo/python/taichi/lang/kernel_impl.py
10:19:38 AM: [AutoAPI] Reading files... [ 39%] /opt/build/repo/python/taichi/lang/matrix.py
10:19:38 AM: [AutoAPI] Reading files... [ 40%] /opt/build/repo/python/taichi/lang/mesh.py
10:19:38 AM: [AutoAPI] Reading files... [ 41%] /opt/build/repo/python/taichi/lang/misc.py
10:19:38 AM: [AutoAPI] Reading files... [ 42%] /opt/build/repo/python/taichi/lang/ops.py
10:19:39 AM: [AutoAPI] Reading files... [ 43%] /opt/build/repo/python/taichi/lang/runtime_ops.py
10:19:39 AM: [AutoAPI] Reading files... [ 44%] /opt/build/repo/python/taichi/lang/shell.py
10:19:39 AM: [AutoAPI] Reading files... [ 45%] /opt/build/repo/python/taichi/lang/snode.py
10:19:39 AM: [AutoAPI] Reading files... [ 46%] /opt/build/repo/python/taichi/lang/source_builder.py
10:19:39 AM: [AutoAPI] Reading files... [ 47%] /opt/build/repo/python/taichi/lang/struct.py
10:19:39 AM: [AutoAPI] Reading files... [ 48%] /opt/build/repo/python/taichi/lang/swizzle_generator.py
10:19:39 AM: [AutoAPI] Reading files... [ 50%] /opt/build/repo/python/taichi/lang/util.py
10:19:39 AM: [AutoAPI] Reading files... [ 51%] /opt/build/repo/python/taichi/lang/ast/__init__.py
10:19:39 AM: [AutoAPI] Reading files... [ 52%] /opt/build/repo/python/taichi/lang/ast/ast_transformer.py
10:19:39 AM: [AutoAPI] Reading files... [ 53%] /opt/build/repo/python/taichi/lang/ast/ast_transformer_utils.py
10:19:39 AM: [AutoAPI] Reading files... [ 54%] /opt/build/repo/python/taichi/lang/ast/checkers.py
10:19:39 AM: [AutoAPI] Reading files... [ 55%] /opt/build/repo/python/taichi/lang/ast/symbol_resolver.py
10:19:39 AM: [AutoAPI] Reading files... [ 56%] /opt/build/repo/python/taichi/lang/ast/transform.py
10:19:39 AM: [AutoAPI] Reading files... [ 57%] /opt/build/repo/python/taichi/lang/simt/__init__.py
10:19:39 AM: [AutoAPI] Reading files... [ 58%] /opt/build/repo/python/taichi/lang/simt/block.py
10:19:39 AM: [AutoAPI] Reading files... [ 59%] /opt/build/repo/python/taichi/lang/simt/grid.py
10:19:39 AM: [AutoAPI] Reading files... [ 60%] /opt/build/repo/python/taichi/lang/simt/subgroup.py
10:19:39 AM: [AutoAPI] Reading files... [ 61%] /opt/build/repo/python/taichi/lang/simt/warp.py
10:19:39 AM: [AutoAPI] Reading files... [ 62%] /opt/build/repo/python/taichi/linalg/__init__.py
10:19:39 AM: [AutoAPI] Reading files... [ 63%] /opt/build/repo/python/taichi/linalg/sparse_matrix.py
10:19:39 AM: [AutoAPI] Reading files... [ 64%] /opt/build/repo/python/taichi/linalg/sparse_solver.py
10:19:39 AM: [AutoAPI] Reading files... [ 65%] /opt/build/repo/python/taichi/math/__init__.py
10:19:39 AM: [AutoAPI] Reading files... [ 67%] /opt/build/repo/python/taichi/math/_complex.py
10:19:39 AM: [AutoAPI] Reading files... [ 68%] /opt/build/repo/python/taichi/math/mathimpl.py
10:19:39 AM: [AutoAPI] Reading files... [ 69%] /opt/build/repo/python/taichi/profiler/__init__.py
10:19:39 AM: [AutoAPI] Reading files... [ 70%] /opt/build/repo/python/taichi/profiler/kernel_metrics.py
10:19:39 AM: [AutoAPI] Reading files... [ 71%] /opt/build/repo/python/taichi/profiler/kernel_profiler.py
10:19:39 AM: [AutoAPI] Reading files... [ 72%] /opt/build/repo/python/taichi/profiler/memory_profiler.py
10:19:39 AM: [AutoAPI] Reading files... [ 73%] /opt/build/repo/python/taichi/profiler/scoped_profiler.py
10:19:39 AM: [AutoAPI] Reading files... [ 74%] /opt/build/repo/python/taichi/tools/__init__.py
10:19:39 AM: [AutoAPI] Reading files... [ 75%] /opt/build/repo/python/taichi/tools/cc_compose.py
10:19:39 AM: [AutoAPI] Reading files... [ 76%] /opt/build/repo/python/taichi/tools/diagnose.py
10:19:39 AM: [AutoAPI] Reading files... [ 77%] /opt/build/repo/python/taichi/tools/image.py
10:19:39 AM: [AutoAPI] Reading files... [ 78%] /opt/build/repo/python/taichi/tools/np2ply.py
10:19:39 AM: [AutoAPI] Reading files... [ 79%] /opt/build/repo/python/taichi/tools/video.py
10:19:39 AM: [AutoAPI] Reading files... [ 80%] /opt/build/repo/python/taichi/types/__init__.py
10:19:39 AM: [AutoAPI] Reading files... [ 81%] /opt/build/repo/python/taichi/types/annotations.py
10:19:39 AM: [AutoAPI] Reading files... [ 82%] /opt/build/repo/python/taichi/types/compound_types.py
10:19:39 AM: [AutoAPI] Reading files... [ 84%] /opt/build/repo/python/taichi/types/ndarray_type.py
10:19:39 AM: [AutoAPI] Reading files... [ 85%] /opt/build/repo/python/taichi/types/primitive_types.py
10:19:39 AM: [AutoAPI] Reading files... [ 86%] /opt/build/repo/python/taichi/types/quant.py
10:19:39 AM: [AutoAPI] Reading files... [ 87%] /opt/build/repo/python/taichi/types/texture_type.py
10:19:39 AM: [AutoAPI] Reading files... [ 88%] /opt/build/repo/python/taichi/types/utils.py
10:19:39 AM: [AutoAPI] Reading files... [ 89%] /opt/build/repo/python/taichi/ui/__init__.py
10:19:39 AM: [AutoAPI] Reading files... [ 90%] /opt/build/repo/python/taichi/ui/camera.py
10:19:39 AM: [AutoAPI] Reading files... [ 91%] /opt/build/repo/python/taichi/ui/canvas.py
10:19:39 AM: [AutoAPI] Reading files... [ 92%] /opt/build/repo/python/taichi/ui/constants.py
10:19:39 AM: [AutoAPI] Reading files... [ 93%] /opt/build/repo/python/taichi/ui/gui.py
10:19:39 AM: [AutoAPI] Reading files... [ 94%] /opt/build/repo/python/taichi/ui/imgui.py
10:19:39 AM: [AutoAPI] Reading files... [ 95%] /opt/build/repo/python/taichi/ui/scene.py
10:19:39 AM: [AutoAPI] Reading files... [ 96%] /opt/build/repo/python/taichi/ui/staging_buffer.py
10:19:39 AM: [AutoAPI] Reading files... [ 97%] /opt/build/repo/python/taichi/ui/ui.py
10:19:39 AM: [AutoAPI] Reading files... [ 98%] /opt/build/repo/python/taichi/ui/utils.py
10:19:39 AM: [AutoAPI] Reading files... [100%] /opt/build/repo/python/taichi/ui/window.py
10:19:39 AM: WARNING: Cannot resolve import of taichi.lang.shell.oinspect in taichi.lang.ast.checkers
10:19:39 AM: WARNING: Cannot resolve import of taichi.lang.shell.oinspect in taichi.lang.kernel_impl
10:19:39 AM: WARNING: Cannot resolve cyclic import: taichi, taichi.ui, taichi.ui.ui, taichi.ui.window, taichi
10:19:39 AM: WARNING: Invalid __all__ entry e in taichi.math.mathimpl
10:19:39 AM: WARNING: Invalid __all__ entry inf in taichi.math.mathimpl
10:19:39 AM: WARNING: Invalid __all__ entry nan in taichi.math.mathimpl
10:19:39 AM: WARNING: Invalid __all__ entry pi in taichi.math.mathimpl
10:19:39 AM: [AutoAPI] Mapping Data... [ 1%] /opt/build/repo/python/taichi/__init__.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 2%] /opt/build/repo/python/taichi/__main__.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 3%] /opt/build/repo/python/taichi/_funcs.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 4%] /opt/build/repo/python/taichi/_kernels.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 5%] /opt/build/repo/python/taichi/_logging.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 6%] /opt/build/repo/python/taichi/_main.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 7%] /opt/build/repo/python/taichi/_version_check.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 8%] /opt/build/repo/python/taichi/experimental.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 9%] /opt/build/repo/python/taichi/_lib/__init__.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 10%] /opt/build/repo/python/taichi/_lib/utils.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 11%] /opt/build/repo/python/taichi/_snode/__init__.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 12%] /opt/build/repo/python/taichi/_snode/fields_builder.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 13%] /opt/build/repo/python/taichi/_snode/snode_tree.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 14%] /opt/build/repo/python/taichi/ad/__init__.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 15%] /opt/build/repo/python/taichi/ad/_ad.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 17%] /opt/build/repo/python/taichi/algorithms/__init__.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 18%] /opt/build/repo/python/taichi/algorithms/_algorithms.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 19%] /opt/build/repo/python/taichi/aot/__init__.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 20%] /opt/build/repo/python/taichi/aot/module.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 21%] /opt/build/repo/python/taichi/aot/record.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 22%] /opt/build/repo/python/taichi/aot/utils.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 23%] /opt/build/repo/python/taichi/graph/__init__.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 24%] /opt/build/repo/python/taichi/graph/_graph.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 25%] /opt/build/repo/python/taichi/lang/__init__.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 26%] /opt/build/repo/python/taichi/lang/_ndarray.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 27%] /opt/build/repo/python/taichi/lang/_ndrange.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 28%] /opt/build/repo/python/taichi/lang/_texture.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 29%] /opt/build/repo/python/taichi/lang/any_array.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 30%] /opt/build/repo/python/taichi/lang/common_ops.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 31%] /opt/build/repo/python/taichi/lang/enums.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 32%] /opt/build/repo/python/taichi/lang/exception.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 34%] /opt/build/repo/python/taichi/lang/expr.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 35%] /opt/build/repo/python/taichi/lang/field.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 36%] /opt/build/repo/python/taichi/lang/impl.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 37%] /opt/build/repo/python/taichi/lang/kernel_arguments.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 38%] /opt/build/repo/python/taichi/lang/kernel_impl.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 39%] /opt/build/repo/python/taichi/lang/matrix.py
10:19:40 AM: [AutoAPI] Mapping Data... [ 40%] /opt/build/repo/python/taichi/lang/mesh.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 41%] /opt/build/repo/python/taichi/lang/misc.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 42%] /opt/build/repo/python/taichi/lang/ops.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 43%] /opt/build/repo/python/taichi/lang/runtime_ops.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 44%] /opt/build/repo/python/taichi/lang/shell.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 45%] /opt/build/repo/python/taichi/lang/snode.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 46%] /opt/build/repo/python/taichi/lang/source_builder.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 47%] /opt/build/repo/python/taichi/lang/struct.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 48%] /opt/build/repo/python/taichi/lang/swizzle_generator.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 50%] /opt/build/repo/python/taichi/lang/util.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 51%] /opt/build/repo/python/taichi/lang/ast/__init__.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 52%] /opt/build/repo/python/taichi/lang/ast/ast_transformer.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 53%] /opt/build/repo/python/taichi/lang/ast/ast_transformer_utils.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 54%] /opt/build/repo/python/taichi/lang/ast/checkers.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 55%] /opt/build/repo/python/taichi/lang/ast/symbol_resolver.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 56%] /opt/build/repo/python/taichi/lang/ast/transform.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 57%] /opt/build/repo/python/taichi/lang/simt/__init__.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 58%] /opt/build/repo/python/taichi/lang/simt/block.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 59%] /opt/build/repo/python/taichi/lang/simt/grid.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 60%] /opt/build/repo/python/taichi/lang/simt/subgroup.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 61%] /opt/build/repo/python/taichi/lang/simt/warp.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 62%] /opt/build/repo/python/taichi/linalg/__init__.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 63%] /opt/build/repo/python/taichi/linalg/sparse_matrix.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 64%] /opt/build/repo/python/taichi/linalg/sparse_solver.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 65%] /opt/build/repo/python/taichi/math/__init__.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 67%] /opt/build/repo/python/taichi/math/_complex.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 68%] /opt/build/repo/python/taichi/math/mathimpl.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 69%] /opt/build/repo/python/taichi/profiler/__init__.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 70%] /opt/build/repo/python/taichi/profiler/kernel_metrics.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 71%] /opt/build/repo/python/taichi/profiler/kernel_profiler.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 72%] /opt/build/repo/python/taichi/profiler/memory_profiler.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 73%] /opt/build/repo/python/taichi/profiler/scoped_profiler.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 74%] /opt/build/repo/python/taichi/tools/__init__.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 75%] /opt/build/repo/python/taichi/tools/cc_compose.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 76%] /opt/build/repo/python/taichi/tools/diagnose.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 77%] /opt/build/repo/python/taichi/tools/image.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 78%] /opt/build/repo/python/taichi/tools/np2ply.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 79%] /opt/build/repo/python/taichi/tools/video.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 80%] /opt/build/repo/python/taichi/types/__init__.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 81%] /opt/build/repo/python/taichi/types/annotations.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 82%] /opt/build/repo/python/taichi/types/compound_types.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 84%] /opt/build/repo/python/taichi/types/ndarray_type.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 85%] /opt/build/repo/python/taichi/types/primitive_types.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 86%] /opt/build/repo/python/taichi/types/quant.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 87%] /opt/build/repo/python/taichi/types/texture_type.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 88%] /opt/build/repo/python/taichi/types/utils.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 89%] /opt/build/repo/python/taichi/ui/__init__.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 90%] /opt/build/repo/python/taichi/ui/camera.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 91%] /opt/build/repo/python/taichi/ui/canvas.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 92%] /opt/build/repo/python/taichi/ui/constants.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 93%] /opt/build/repo/python/taichi/ui/gui.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 94%] /opt/build/repo/python/taichi/ui/imgui.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 95%] /opt/build/repo/python/taichi/ui/scene.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 96%] /opt/build/repo/python/taichi/ui/staging_buffer.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 97%] /opt/build/repo/python/taichi/ui/ui.py
10:19:41 AM: [AutoAPI] Mapping Data... [ 98%] /opt/build/repo/python/taichi/ui/utils.py
10:19:41 AM: [AutoAPI] Mapping Data... [100%] /opt/build/repo/python/taichi/ui/window.py
10:19:41 AM: [AutoAPI] Rendering Data... [ 1%] taichi
10:19:41 AM: [AutoAPI] Rendering Data... [ 2%] taichi.__main__
10:19:41 AM: [AutoAPI] Rendering Data... [ 3%] taichi._funcs
10:19:41 AM: [AutoAPI] Rendering Data... [ 4%] taichi._kernels
10:19:41 AM: [AutoAPI] Rendering Data... [ 5%] taichi._logging
10:19:41 AM: [AutoAPI] Rendering Data... [ 6%] taichi._main
10:19:41 AM: [AutoAPI] Rendering Data... [ 7%] taichi._version_check
10:19:41 AM: [AutoAPI] Rendering Data... [ 8%] taichi.experimental
10:19:41 AM: [AutoAPI] Rendering Data... [ 9%] taichi._lib
10:19:41 AM: [AutoAPI] Rendering Data... [ 10%] taichi._lib.utils
10:19:41 AM: [AutoAPI] Rendering Data... [ 11%] taichi._snode
10:19:41 AM: [AutoAPI] Rendering Data... [ 12%] taichi._snode.fields_builder
10:19:41 AM: [AutoAPI] Rendering Data... [ 13%] taichi._snode.snode_tree
10:19:41 AM: [AutoAPI] Rendering Data... [ 14%] taichi.ad
10:19:41 AM: [AutoAPI] Rendering Data... [ 15%] taichi.ad._ad
10:19:41 AM: [AutoAPI] Rendering Data... [ 17%] taichi.algorithms
10:19:41 AM: [AutoAPI] Rendering Data... [ 18%] taichi.algorithms._algorithms
10:19:41 AM: [AutoAPI] Rendering Data... [ 19%] taichi.aot
10:19:41 AM: [AutoAPI] Rendering Data... [ 20%] taichi.aot.module
10:19:41 AM: [AutoAPI] Rendering Data... [ 21%] taichi.aot.record
10:19:41 AM: [AutoAPI] Rendering Data... [ 22%] taichi.aot.utils
10:19:41 AM: [AutoAPI] Rendering Data... [ 23%] taichi.graph
10:19:41 AM: [AutoAPI] Rendering Data... [ 24%] taichi.graph._graph
10:19:41 AM: [AutoAPI] Rendering Data... [ 25%] taichi.lang
10:19:41 AM: [AutoAPI] Rendering Data... [ 26%] taichi.lang._ndarray
10:19:41 AM: [AutoAPI] Rendering Data... [ 27%] taichi.lang._ndrange
10:19:41 AM: [AutoAPI] Rendering Data... [ 28%] taichi.lang._texture
10:19:41 AM: [AutoAPI] Rendering Data... [ 29%] taichi.lang.any_array
10:19:41 AM: [AutoAPI] Rendering Data... [ 30%] taichi.lang.common_ops
10:19:41 AM: [AutoAPI] Rendering Data... [ 31%] taichi.lang.enums
10:19:41 AM: [AutoAPI] Rendering Data... [ 32%] taichi.lang.exception
10:19:41 AM: [AutoAPI] Rendering Data... [ 34%] taichi.lang.expr
10:19:41 AM: [AutoAPI] Rendering Data... [ 35%] taichi.lang.field
10:19:41 AM: [AutoAPI] Rendering Data... [ 36%] taichi.lang.impl
10:19:41 AM: [AutoAPI] Rendering Data... [ 37%] taichi.lang.kernel_arguments
10:19:41 AM: [AutoAPI] Rendering Data... [ 38%] taichi.lang.kernel_impl
10:19:41 AM: [AutoAPI] Rendering Data... [ 39%] taichi.lang.matrix
10:19:41 AM: [AutoAPI] Rendering Data... [ 40%] taichi.lang.mesh
10:19:41 AM: [AutoAPI] Rendering Data... [ 41%] taichi.lang.misc
10:19:41 AM: [AutoAPI] Rendering Data... [ 42%] taichi.lang.ops
10:19:41 AM: [AutoAPI] Rendering Data... [ 43%] taichi.lang.runtime_ops
10:19:41 AM: [AutoAPI] Rendering Data... [ 44%] taichi.lang.shell
10:19:41 AM: [AutoAPI] Rendering Data... [ 45%] taichi.lang.snode
10:19:41 AM: [AutoAPI] Rendering Data... [ 46%] taichi.lang.source_builder
10:19:41 AM: [AutoAPI] Rendering Data... [ 47%] taichi.lang.struct
10:19:41 AM: [AutoAPI] Rendering Data... [ 48%] taichi.lang.swizzle_generator
10:19:41 AM: [AutoAPI] Rendering Data... [ 50%] taichi.lang.util
10:19:41 AM: [AutoAPI] Rendering Data... [ 51%] taichi.lang.ast
10:19:41 AM: [AutoAPI] Rendering Data... [ 52%] taichi.lang.ast.ast_transformer
10:19:41 AM: [AutoAPI] Rendering Data... [ 53%] taichi.lang.ast.ast_transformer_utils
10:19:41 AM: [AutoAPI] Rendering Data... [ 54%] taichi.lang.ast.checkers
10:19:41 AM: [AutoAPI] Rendering Data... [ 55%] taichi.lang.ast.symbol_resolver
10:19:41 AM: [AutoAPI] Rendering Data... [ 56%] taichi.lang.ast.transform
10:19:41 AM: [AutoAPI] Rendering Data... [ 57%] taichi.lang.simt
10:19:41 AM: [AutoAPI] Rendering Data... [ 58%] taichi.lang.simt.block
10:19:41 AM: [AutoAPI] Rendering Data... [ 59%] taichi.lang.simt.grid
10:19:41 AM: [AutoAPI] Rendering Data... [ 60%] taichi.lang.simt.subgroup
10:19:41 AM: [AutoAPI] Rendering Data... [ 61%] taichi.lang.simt.warp
10:19:41 AM: [AutoAPI] Rendering Data... [ 62%] taichi.linalg
10:19:41 AM: [AutoAPI] Rendering Data... [ 63%] taichi.linalg.sparse_matrix
10:19:41 AM: [AutoAPI] Rendering Data... [ 64%] taichi.linalg.sparse_solver
10:19:41 AM: [AutoAPI] Rendering Data... [ 65%] taichi.math
10:19:41 AM: [AutoAPI] Rendering Data... [ 67%] taichi.math._complex
10:19:41 AM: [AutoAPI] Rendering Data... [ 68%] taichi.math.mathimpl
10:19:41 AM: [AutoAPI] Rendering Data... [ 69%] taichi.profiler
10:19:41 AM: [AutoAPI] Rendering Data... [ 70%] taichi.profiler.kernel_metrics
10:19:41 AM: [AutoAPI] Rendering Data... [ 71%] taichi.profiler.kernel_profiler
10:19:41 AM: [AutoAPI] Rendering Data... [ 72%] taichi.profiler.memory_profiler
10:19:41 AM: [AutoAPI] Rendering Data... [ 73%] taichi.profiler.scoped_profiler
10:19:41 AM: [AutoAPI] Rendering Data... [ 74%] taichi.tools
10:19:41 AM: [AutoAPI] Rendering Data... [ 75%] taichi.tools.cc_compose
10:19:41 AM: [AutoAPI] Rendering Data... [ 76%] taichi.tools.diagnose
10:19:41 AM: [AutoAPI] Rendering Data... [ 77%] taichi.tools.image
10:19:41 AM: [AutoAPI] Rendering Data... [ 78%] taichi.tools.np2ply
10:19:41 AM: [AutoAPI] Rendering Data... [ 79%] taichi.tools.video
10:19:41 AM: [AutoAPI] Rendering Data... [ 80%] taichi.types
10:19:41 AM: [AutoAPI] Rendering Data... [ 81%] taichi.types.annotations
10:19:41 AM: [AutoAPI] Rendering Data... [ 82%] taichi.types.compound_types
10:19:41 AM: [AutoAPI] Rendering Data... [ 84%] taichi.types.ndarray_type
10:19:41 AM: [AutoAPI] Rendering Data... [ 85%] taichi.types.primitive_types
10:19:41 AM: [AutoAPI] Rendering Data... [ 86%] taichi.types.quant
10:19:41 AM: [AutoAPI] Rendering Data... [ 87%] taichi.types.texture_type
10:19:41 AM: [AutoAPI] Rendering Data... [ 88%] taichi.types.utils
10:19:41 AM: [AutoAPI] Rendering Data... [ 89%] taichi.ui
10:19:41 AM: [AutoAPI] Rendering Data... [ 90%] taichi.ui.camera
10:19:41 AM: [AutoAPI] Rendering Data... [ 91%] taichi.ui.canvas
10:19:41 AM: [AutoAPI] Rendering Data... [ 92%] taichi.ui.constants
10:19:41 AM: [AutoAPI] Rendering Data... [ 93%] taichi.ui.gui
10:19:41 AM: [AutoAPI] Rendering Data... [ 94%] taichi.ui.imgui
10:19:41 AM: [AutoAPI] Rendering Data... [ 95%] taichi.ui.scene
10:19:41 AM: [AutoAPI] Rendering Data... [ 96%] taichi.ui.staging_buffer
10:19:41 AM: [AutoAPI] Rendering Data... [ 97%] taichi.ui.ui
10:19:41 AM: [AutoAPI] Rendering Data... [ 98%] taichi.ui.utils
10:19:41 AM: [AutoAPI] Rendering Data... [100%] taichi.ui.window
10:19:41 AM: [autosummary] generating autosummary for: _autoapi_templates/index.rst, _autoapi_templates/python/module.rst, index.rst
10:19:41 AM: building [mo]: targets for 0 po files that are out of date
10:19:41 AM: building [dirhtml]: targets for 3 source files that are out of date
10:19:41 AM: updating environment: [new config] 98 added, 0 changed, 0 removed
10:19:41 AM: reading sources... [ 1%] _autoapi_templates/index
10:19:41 AM: reading sources... [ 2%] _autoapi_templates/python/module
10:19:41 AM: reading sources... [ 3%] autoapi/index
10:19:41 AM: reading sources... [ 4%] autoapi/taichi/__main__/index
10:19:41 AM: reading sources... [ 5%] autoapi/taichi/_funcs/index
10:19:42 AM: reading sources... [ 6%] autoapi/taichi/_kernels/index
10:19:42 AM: reading sources... [ 7%] autoapi/taichi/_lib/index
10:19:42 AM: reading sources... [ 8%] autoapi/taichi/_lib/utils/index
10:19:42 AM: reading sources... [ 9%] autoapi/taichi/_logging/index
10:19:42 AM: reading sources... [ 10%] autoapi/taichi/_main/index
10:19:42 AM: reading sources... [ 11%] autoapi/taichi/_snode/fields_builder/index
10:19:42 AM: reading sources... [ 12%] autoapi/taichi/_snode/index
10:19:42 AM: reading sources... [ 13%] autoapi/taichi/_snode/snode_tree/index
10:19:42 AM: reading sources... [ 14%] autoapi/taichi/_version_check/index
10:19:42 AM: reading sources... [ 15%] autoapi/taichi/ad/_ad/index
10:19:42 AM: reading sources... [ 16%] autoapi/taichi/ad/index
10:19:42 AM: reading sources... [ 17%] autoapi/taichi/algorithms/_algorithms/index
10:19:42 AM: reading sources... [ 18%] autoapi/taichi/algorithms/index
10:19:42 AM: reading sources... [ 19%] autoapi/taichi/aot/index
10:19:42 AM: reading sources... [ 20%] autoapi/taichi/aot/module/index
10:19:42 AM: reading sources... [ 21%] autoapi/taichi/aot/record/index
10:19:42 AM: reading sources... [ 22%] autoapi/taichi/aot/utils/index
10:19:42 AM: reading sources... [ 23%] autoapi/taichi/experimental/index
10:19:42 AM: reading sources... [ 24%] autoapi/taichi/graph/_graph/index
10:19:42 AM: reading sources... [ 25%] autoapi/taichi/graph/index
10:19:42 AM: reading sources... [ 26%] autoapi/taichi/index
10:19:44 AM: reading sources... [ 27%] autoapi/taichi/lang/_ndarray/index
10:19:44 AM: reading sources... [ 28%] autoapi/taichi/lang/_ndrange/index
10:19:44 AM: reading sources... [ 29%] autoapi/taichi/lang/_texture/index
10:19:44 AM: reading sources... [ 30%] autoapi/taichi/lang/any_array/index
10:19:44 AM: reading sources... [ 31%] autoapi/taichi/lang/ast/ast_transformer/index
10:19:44 AM: reading sources... [ 32%] autoapi/taichi/lang/ast/ast_transformer_utils/index
10:19:44 AM: reading sources... [ 33%] autoapi/taichi/lang/ast/checkers/index
10:19:44 AM: reading sources... [ 34%] autoapi/taichi/lang/ast/index
10:19:44 AM: reading sources... [ 35%] autoapi/taichi/lang/ast/symbol_resolver/index
10:19:44 AM: reading sources... [ 36%] autoapi/taichi/lang/ast/transform/index
10:19:44 AM: reading sources... [ 37%] autoapi/taichi/lang/common_ops/index
10:19:44 AM: reading sources... [ 38%] autoapi/taichi/lang/enums/index
10:19:44 AM: reading sources... [ 39%] autoapi/taichi/lang/exception/index
10:19:45 AM: reading sources... [ 40%] autoapi/taichi/lang/expr/index
10:19:45 AM: reading sources... [ 41%] autoapi/taichi/lang/field/index
10:19:45 AM: reading sources... [ 42%] autoapi/taichi/lang/impl/index
10:19:45 AM: reading sources... [ 43%] autoapi/taichi/lang/index
10:19:46 AM: reading sources... [ 44%] autoapi/taichi/lang/kernel_arguments/index
10:19:46 AM: reading sources... [ 45%] autoapi/taichi/lang/kernel_impl/index
10:19:46 AM: reading sources... [ 46%] autoapi/taichi/lang/matrix/index
10:19:47 AM: reading sources... [ 47%] autoapi/taichi/lang/mesh/index
10:19:47 AM: reading sources... [ 48%] autoapi/taichi/lang/misc/index
10:19:47 AM: reading sources... [ 50%] autoapi/taichi/lang/ops/index
10:19:47 AM: reading sources... [ 51%] autoapi/taichi/lang/runtime_ops/index
10:19:47 AM: reading sources... [ 52%] autoapi/taichi/lang/shell/index
10:19:47 AM: reading sources... [ 53%] autoapi/taichi/lang/simt/block/index
10:19:47 AM: reading sources... [ 54%] autoapi/taichi/lang/simt/grid/index
10:19:47 AM: reading sources... [ 55%] autoapi/taichi/lang/simt/index
10:19:47 AM: reading sources... [ 56%] autoapi/taichi/lang/simt/subgroup/index
10:19:47 AM: reading sources... [ 57%] autoapi/taichi/lang/simt/warp/index
10:19:47 AM: reading sources... [ 58%] autoapi/taichi/lang/snode/index
10:19:47 AM: reading sources... [ 59%] autoapi/taichi/lang/source_builder/index
10:19:47 AM: reading sources... [ 60%] autoapi/taichi/lang/struct/index
10:19:47 AM: reading sources... [ 61%] autoapi/taichi/lang/swizzle_generator/index
10:19:47 AM: reading sources... [ 62%] autoapi/taichi/lang/util/index
10:19:47 AM: reading sources... [ 63%] autoapi/taichi/linalg/index
10:19:47 AM: reading sources... [ 64%] autoapi/taichi/linalg/sparse_matrix/index
10:19:48 AM: reading sources... [ 65%] autoapi/taichi/linalg/sparse_solver/index
10:19:48 AM: reading sources... [ 66%] autoapi/taichi/math/_complex/index
10:19:48 AM: reading sources... [ 67%] autoapi/taichi/math/index
10:19:48 AM: reading sources... [ 68%] autoapi/taichi/math/mathimpl/index
10:19:48 AM: reading sources... [ 69%] autoapi/taichi/profiler/index
10:19:48 AM: reading sources... [ 70%] autoapi/taichi/profiler/kernel_metrics/index
10:19:48 AM: reading sources... [ 71%] autoapi/taichi/profiler/kernel_profiler/index
10:19:48 AM: reading sources... [ 72%] autoapi/taichi/profiler/memory_profiler/index
10:19:48 AM: reading sources... [ 73%] autoapi/taichi/profiler/scoped_profiler/index
10:19:48 AM: reading sources... [ 74%] autoapi/taichi/tools/cc_compose/index
10:19:48 AM: reading sources... [ 75%] autoapi/taichi/tools/diagnose/index
10:19:48 AM: reading sources... [ 76%] autoapi/taichi/tools/image/index
10:19:48 AM: reading sources... [ 77%] autoapi/taichi/tools/index
10:19:48 AM: reading sources... [ 78%] autoapi/taichi/tools/np2ply/index
10:19:48 AM: reading sources... [ 79%] autoapi/taichi/tools/video/index
10:19:48 AM: reading sources... [ 80%] autoapi/taichi/types/annotations/index
10:19:48 AM: reading sources... [ 81%] autoapi/taichi/types/compound_types/index
10:19:48 AM: reading sources... [ 82%] autoapi/taichi/types/index
10:19:48 AM: reading sources... [ 83%] autoapi/taichi/types/ndarray_type/index
10:19:48 AM: reading sources... [ 84%] autoapi/taichi/types/primitive_types/index
10:19:49 AM: reading sources... [ 85%] autoapi/taichi/types/quant/index
10:19:49 AM: reading sources... [ 86%] autoapi/taichi/types/texture_type/index
10:19:49 AM: reading sources... [ 87%] autoapi/taichi/types/utils/index
10:19:49 AM: reading sources... [ 88%] autoapi/taichi/ui/camera/index
10:19:49 AM: reading sources... [ 89%] autoapi/taichi/ui/canvas/index
10:19:49 AM: reading sources... [ 90%] autoapi/taichi/ui/constants/index
10:19:49 AM: reading sources... [ 91%] autoapi/taichi/ui/gui/index
10:19:49 AM: reading sources... [ 92%] autoapi/taichi/ui/imgui/index
10:19:49 AM: reading sources... [ 93%] autoapi/taichi/ui/index
10:19:50 AM: reading sources... [ 94%] autoapi/taichi/ui/scene/index
10:19:50 AM: reading sources... [ 95%] autoapi/taichi/ui/staging_buffer/index
10:19:50 AM: reading sources... [ 96%] autoapi/taichi/ui/ui/index
10:19:50 AM: reading sources... [ 97%] autoapi/taichi/ui/utils/index
10:19:50 AM: reading sources... [ 98%] autoapi/taichi/ui/window/index
10:19:50 AM: reading sources... [100%] index
10:19:50 AM: [AutoAPI] Adding AutoAPI TOCTree [autoapi/index] to index.rst
10:19:50 AM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:1: WARNING: Title overline too short.
10:19:50 AM: ====================
10:19:50 AM: Taichi Language's API reference
====================
====================
10:19:50 AM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:17: WARNING: toctree contains reference to nonexisting document '_autoapi_templates/taichi/index'
10:19:50 AM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:17: WARNING: toctree contains reference to nonexisting document '_autoapi_templates/taichi/ad/index'
10:19:50 AM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:17: WARNING: toctree contains reference to nonexisting document '_autoapi_templates/taichi/aot/index'
10:19:50 AM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:17: WARNING: toctree contains reference to nonexisting document '_autoapi_templates/taichi/linalg/index'
10:19:50 AM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:17: WARNING: toctree contains reference to nonexisting document '_autoapi_templates/taichi/profiler/index'
10:19:50 AM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:17: WARNING: toctree contains reference to nonexisting document '_autoapi_templates/taichi/tools/index'
10:19:50 AM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:17: WARNING: toctree contains reference to nonexisting document '_autoapi_templates/taichi/types/index'
10:19:50 AM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:17: WARNING: toctree contains reference to nonexisting document '_autoapi_templates/taichi/types/quant/index'
10:19:50 AM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:17: WARNING: toctree contains reference to nonexisting document '_autoapi_templates/taichi/ui/index'
10:19:50 AM: /opt/build/repo/docsgen/experimental/_autoapi_templates/python/module.rst:8: ERROR: Error in "py:module" directive:
10:19:50 AM: maximum 1 argument(s) allowed, 3 supplied.
10:19:50 AM: .. py:module:: {{ obj.name }}
10:19:50 AM: /opt/build/repo/docsgen/experimental/_autoapi_templates/python/module.rst:41: WARNING: Definition list ends without a blank line; unexpected unindent.
10:19:50 AM: /opt/build/repo/docsgen/experimental/_autoapi_templates/python/module.rst:56: WARNING: Definition list ends without a blank line; unexpected unindent.
10:19:50 AM: /opt/build/repo/docsgen/experimental/_autoapi_templates/python/module.rst:71: WARNING: Definition list ends without a blank line; unexpected unindent.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/index.rst:1: WARNING: Title overline too short.
10:19:50 AM: ====================
10:19:50 AM: Taichi Language's API reference
====================
====================
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:13: WARNING: could not parse arglist ('self, arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:18: WARNING: could not parse arglist ('self, arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:23: WARNING: could not parse arglist ('self, arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:28: WARNING: could not parse arglist ('arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:34: WARNING: could not parse arglist ('self, arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:39: WARNING: could not parse arglist ('arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:45: WARNING: could not parse arglist ('arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:51: WARNING: could not parse arglist ('self, arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:56: WARNING: could not parse arglist ('arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:62: WARNING: could not parse arglist ('arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:68: WARNING: could not parse arglist ('self, arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:73: WARNING: could not parse arglist ('self, arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:78: WARNING: could not parse arglist ('arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:84: WARNING: could not parse arglist ('self, arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:89: WARNING: could not parse arglist ('arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:95: WARNING: could not parse arglist ('arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:101: WARNING: could not parse arglist ('self, arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:106: WARNING: could not parse arglist ('self, arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:110: WARNING: could not parse arglist ('self, arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:112: WARNING: Inline emphasis start-string without end-string.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:115: WARNING: could not parse arglist ('self, arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:120: WARNING: could not parse arglist ('self, arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:125: WARNING: could not parse arglist ('self, arguments: list = sys.argv[2:]'): Unable to parse Slice object
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/aot/index.rst:104: ERROR: Unknown directive type "todo".
10:19:50 AM: .. todo:: * Support external array
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/aot/module/index.rst:106: ERROR: Unknown directive type "todo".
10:19:50 AM: .. todo:: * Support external array
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/index.rst:2028: WARNING: Definition list ends without a blank line; unexpected unindent.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/index.rst:3973: WARNING: Bullet list ends without a blank line; unexpected unindent.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/index.rst:3973: WARNING: Inline emphasis start-string without end-string.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/index.rst:3973: WARNING: Inline emphasis start-string without end-string.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/index.rst:4433: ERROR: Unexpected indentation.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/index.rst:4611: WARNING: Inline interpreted text or phrase reference start-string without end-string.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/ast/ast_transformer/index.rst:276: ERROR: Undefined substitution referenced: "node".
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/impl/index.rst:133: WARNING: Inline interpreted text or phrase reference start-string without end-string.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/index.rst:1373: WARNING: Definition list ends without a blank line; unexpected unindent.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/index.rst:3009: WARNING: duplicate object description of taichi.lang.field, other instance in autoapi/taichi/lang/field/index, use :noindex: for one of them
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/index.rst:3231: WARNING: Bullet list ends without a blank line; unexpected unindent.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/index.rst:3231: WARNING: Inline emphasis start-string without end-string.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/index.rst:3231: WARNING: Inline emphasis start-string without end-string.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/index.rst:3631: ERROR: Unexpected indentation.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/index.rst:3774: WARNING: Inline interpreted text or phrase reference start-string without end-string.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/misc/index.rst:181: WARNING: Bullet list ends without a blank line; unexpected unindent.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/misc/index.rst:181: WARNING: Inline emphasis start-string without end-string.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/misc/index.rst:181: WARNING: Inline emphasis start-string without end-string.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/ops/index.rst:519: ERROR: Unexpected indentation.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/shell/index.rst:14: WARNING: duplicate object description of taichi.lang.shell.pybuf_enabled, other instance in autoapi/taichi/lang/shell/index, use :noindex: for one of them
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/struct/index.rst:78: WARNING: Definition list ends without a blank line; unexpected unindent.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/math/index.rst:751: ERROR: Unexpected indentation.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/math/mathimpl/index.rst:583: ERROR: Unexpected indentation.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/ui/index.rst:1276: WARNING: Definition list ends without a blank line; unexpected unindent.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/ui/window/index.rst:59: WARNING: Definition list ends without a blank line; unexpected unindent.
10:19:50 AM: WARNING: Using the :property: flag with the py:method directiveis deprecated, use ".. py:property::" instead.
10:19:50 AM: /opt/build/repo/docsgen/experimental/index.rst:1: CRITICAL: Title overline & underline mismatch.
10:19:50 AM: =================
10:19:50 AM: Taichi Language's API reference
==================
==================
10:19:50 AM: /opt/build/repo/docsgen/experimental/index.rst:17: WARNING: toctree contains reference to nonexisting document 'taichi/index'
10:19:50 AM: /opt/build/repo/docsgen/experimental/index.rst:17: WARNING: toctree contains reference to nonexisting document 'taichi/ad/index'
10:19:50 AM: /opt/build/repo/docsgen/experimental/index.rst:17: WARNING: toctree contains reference to nonexisting document 'taichi/aot/index'
10:19:50 AM: /opt/build/repo/docsgen/experimental/index.rst:17: WARNING: toctree contains reference to nonexisting document 'taichi/linalg/index'
10:19:50 AM: /opt/build/repo/docsgen/experimental/index.rst:17: WARNING: toctree contains reference to nonexisting document 'taichi/profiler/index'
10:19:50 AM: /opt/build/repo/docsgen/experimental/index.rst:17: WARNING: toctree contains reference to nonexisting document 'taichi/tools/index'
10:19:50 AM: /opt/build/repo/docsgen/experimental/index.rst:17: WARNING: toctree contains reference to nonexisting document 'taichi/types/index'
10:19:50 AM: /opt/build/repo/docsgen/experimental/index.rst:17: WARNING: toctree contains reference to nonexisting document 'taichi/types/quant/index'
10:19:50 AM: /opt/build/repo/docsgen/experimental/index.rst:17: WARNING: toctree contains reference to nonexisting document 'taichi/ui/index'
10:19:50 AM: looking for now-outdated files... none found
10:19:51 AM: pickling environment... done
10:19:51 AM: checking consistency... /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/_autoapi_templates/python/module.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/_lib/utils/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/_snode/fields_builder/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/_snode/snode_tree/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/algorithms/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/aot/module/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/aot/record/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/aot/utils/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/experimental/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/graph/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/any_array/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/ast/ast_transformer/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/ast/ast_transformer_utils/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/ast/checkers/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/ast/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/ast/symbol_resolver/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/ast/transform/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/common_ops/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/enums/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/exception/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/expr/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/field/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/impl/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/kernel_arguments/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/kernel_impl/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/matrix/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/mesh/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/misc/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/ops/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/runtime_ops/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/shell/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/simt/block/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/simt/grid/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/simt/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/simt/subgroup/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/simt/warp/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/snode/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/source_builder/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/struct/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/swizzle_generator/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/util/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/linalg/sparse_matrix/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/linalg/sparse_solver/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/math/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/math/mathimpl/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/profiler/kernel_metrics/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/profiler/kernel_profiler/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/profiler/memory_profiler/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/profiler/scoped_profiler/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/tools/cc_compose/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/tools/diagnose/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/tools/image/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/tools/np2ply/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/tools/video/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/types/annotations/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/types/compound_types/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/types/ndarray_type/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/types/primitive_types/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/types/texture_type/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/types/utils/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/camera/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/canvas/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/constants/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/gui/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/imgui/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/scene/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/staging_buffer/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/ui/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/utils/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/window/index.rst: WARNING: document isn't included in any toctree
done
/opt/build/repo/docsgen/experimental/_autoapi_templates/python/module.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/_lib/utils/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/_snode/fields_builder/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/_snode/snode_tree/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/algorithms/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/aot/module/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/aot/record/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/aot/utils/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/experimental/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/graph/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/any_array/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/ast/ast_transformer/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/ast/ast_transformer_utils/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/ast/checkers/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/ast/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/ast/symbol_resolver/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/ast/transform/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/common_ops/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/enums/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/exception/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/expr/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/field/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/impl/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/kernel_arguments/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/kernel_impl/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/matrix/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/mesh/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/misc/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/ops/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/runtime_ops/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/shell/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/simt/block/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/simt/grid/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/simt/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/simt/subgroup/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/simt/warp/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/snode/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/source_builder/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/struct/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/swizzle_generator/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/lang/util/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/linalg/sparse_matrix/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/linalg/sparse_solver/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/math/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/math/mathimpl/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/profiler/kernel_metrics/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/profiler/kernel_profiler/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/profiler/memory_profiler/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/profiler/scoped_profiler/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/tools/cc_compose/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/tools/diagnose/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/tools/image/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/tools/np2ply/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/tools/video/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/types/annotations/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/types/compound_types/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/types/ndarray_type/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/types/primitive_types/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/types/texture_type/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/types/utils/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/camera/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/canvas/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/constants/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/gui/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/imgui/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/scene/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/staging_buffer/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/ui/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/utils/index.rst: WARNING: document isn't included in any toctree
/opt/build/repo/docsgen/experimental/autoapi/taichi/ui/window/index.rst: WARNING: document isn't included in any toctree
done
10:19:51 AM: preparing documents... done
10:19:51 AM: writing output... [ 1%] _autoapi_templates/index
10:19:51 AM: writing output... [ 2%] _autoapi_templates/python/module
10:19:51 AM: writing output... [ 3%] autoapi/index
10:19:51 AM: writing output... [ 4%] autoapi/taichi/__main__/index
10:19:51 AM: writing output... [ 5%] autoapi/taichi/_funcs/index
10:19:52 AM: writing output... [ 6%] autoapi/taichi/_kernels/index
10:19:52 AM: writing output... [ 7%] autoapi/taichi/_lib/index
10:19:52 AM: writing output... [ 8%] autoapi/taichi/_lib/utils/index
10:19:52 AM: writing output... [ 9%] autoapi/taichi/_logging/index
10:19:52 AM: writing output... [ 10%] autoapi/taichi/_main/index
10:19:53 AM: writing output... [ 11%] autoapi/taichi/_snode/fields_builder/index
10:19:53 AM: writing output... [ 12%] autoapi/taichi/_snode/index
10:19:53 AM: writing output... [ 13%] autoapi/taichi/_snode/snode_tree/index
10:19:53 AM: writing output... [ 14%] autoapi/taichi/_version_check/index
10:19:53 AM: writing output... [ 15%] autoapi/taichi/ad/_ad/index
10:19:53 AM: writing output... [ 16%] autoapi/taichi/ad/index
10:19:54 AM: writing output... [ 17%] autoapi/taichi/algorithms/_algorithms/index
10:19:54 AM: writing output... [ 18%] autoapi/taichi/algorithms/index
10:19:54 AM: writing output... [ 19%] autoapi/taichi/aot/index
10:19:54 AM: writing output... [ 20%] autoapi/taichi/aot/module/index
10:19:54 AM: writing output... [ 21%] autoapi/taichi/aot/record/index
10:19:54 AM: writing output... [ 22%] autoapi/taichi/aot/utils/index
10:19:55 AM: writing output... [ 23%] autoapi/taichi/experimental/index
10:19:55 AM: writing output... [ 24%] autoapi/taichi/graph/_graph/index
10:19:55 AM: writing output... [ 25%] autoapi/taichi/graph/index
10:19:55 AM: writing output... [ 26%] autoapi/taichi/index
10:19:57 AM: writing output... [ 27%] autoapi/taichi/lang/_ndarray/index
10:19:57 AM: writing output... [ 28%] autoapi/taichi/lang/_ndrange/index
10:19:57 AM: writing output... [ 29%] autoapi/taichi/lang/_texture/index
10:19:58 AM: writing output... [ 30%] autoapi/taichi/lang/any_array/index
10:19:58 AM: writing output... [ 31%] autoapi/taichi/lang/ast/ast_transformer/index
10:19:58 AM: writing output... [ 32%] autoapi/taichi/lang/ast/ast_transformer_utils/index
10:19:58 AM: writing output... [ 33%] autoapi/taichi/lang/ast/checkers/index
10:19:58 AM: writing output... [ 34%] autoapi/taichi/lang/ast/index
10:19:58 AM: writing output... [ 35%] autoapi/taichi/lang/ast/symbol_resolver/index
10:19:58 AM: writing output... [ 36%] autoapi/taichi/lang/ast/transform/index
10:19:59 AM: writing output... [ 37%] autoapi/taichi/lang/common_ops/index
10:19:59 AM: writing output... [ 38%] autoapi/taichi/lang/enums/index
10:19:59 AM: writing output... [ 39%] autoapi/taichi/lang/exception/index
10:19:59 AM: writing output... [ 40%] autoapi/taichi/lang/expr/index
10:19:59 AM: writing output... [ 41%] autoapi/taichi/lang/field/index
10:19:59 AM: writing output... [ 42%] autoapi/taichi/lang/impl/index
10:19:59 AM: writing output... [ 43%] autoapi/taichi/lang/index
10:20:01 AM: writing output... [ 44%] autoapi/taichi/lang/kernel_arguments/index
10:20:01 AM: writing output... [ 45%] autoapi/taichi/lang/kernel_impl/index
10:20:01 AM: writing output... [ 46%] autoapi/taichi/lang/matrix/index
10:20:02 AM: writing output... [ 47%] autoapi/taichi/lang/mesh/index
10:20:02 AM: writing output... [ 48%] autoapi/taichi/lang/misc/index
10:20:02 AM: writing output... [ 50%] autoapi/taichi/lang/ops/index
10:20:02 AM: writing output... [ 51%] autoapi/taichi/lang/runtime_ops/index
10:20:02 AM: writing output... [ 52%] autoapi/taichi/lang/shell/index
10:20:03 AM: writing output... [ 53%] autoapi/taichi/lang/simt/block/index
10:20:03 AM: writing output... [ 54%] autoapi/taichi/lang/simt/grid/index
10:20:03 AM: writing output... [ 55%] autoapi/taichi/lang/simt/index
10:20:03 AM: writing output... [ 56%] autoapi/taichi/lang/simt/subgroup/index
10:20:03 AM: writing output... [ 57%] autoapi/taichi/lang/simt/warp/index
10:20:03 AM: writing output... [ 58%] autoapi/taichi/lang/snode/index
10:20:03 AM: writing output... [ 59%] autoapi/taichi/lang/source_builder/index
10:20:03 AM: writing output... [ 60%] autoapi/taichi/lang/struct/index
10:20:04 AM: writing output... [ 61%] autoapi/taichi/lang/swizzle_generator/index
10:20:04 AM: writing output... [ 62%] autoapi/taichi/lang/util/index
10:20:04 AM: writing output... [ 63%] autoapi/taichi/linalg/index
10:20:04 AM: writing output... [ 64%] autoapi/taichi/linalg/sparse_matrix/index
10:20:04 AM: writing output... [ 65%] autoapi/taichi/linalg/sparse_solver/index
10:20:04 AM: writing output... [ 66%] autoapi/taichi/math/_complex/index
10:20:05 AM: writing output... [ 67%] autoapi/taichi/math/index
10:20:05 AM: writing output... [ 68%] autoapi/taichi/math/mathimpl/index
10:20:05 AM: writing output... [ 69%] autoapi/taichi/profiler/index
10:20:05 AM: writing output... [ 70%] autoapi/taichi/profiler/kernel_metrics/index
10:20:06 AM: writing output... [ 71%] autoapi/taichi/profiler/kernel_profiler/index
10:20:06 AM: writing output... [ 72%] autoapi/taichi/profiler/memory_profiler/index
10:20:06 AM: writing output... [ 73%] autoapi/taichi/profiler/scoped_profiler/index
10:20:06 AM: writing output... [ 74%] autoapi/taichi/tools/cc_compose/index
10:20:06 AM: writing output... [ 75%] autoapi/taichi/tools/diagnose/index
10:20:06 AM: writing output... [ 76%] autoapi/taichi/tools/image/index
10:20:07 AM: writing output... [ 77%] autoapi/taichi/tools/index
10:20:07 AM: writing output... [ 78%] autoapi/taichi/tools/np2ply/index
10:20:07 AM: writing output... [ 79%] autoapi/taichi/tools/video/index
10:20:07 AM: writing output... [ 80%] autoapi/taichi/types/annotations/index
10:20:08 AM: writing output... [ 81%] autoapi/taichi/types/compound_types/index
10:20:08 AM: writing output... [ 82%] autoapi/taichi/types/index
10:20:08 AM: writing output... [ 83%] autoapi/taichi/types/ndarray_type/index
10:20:08 AM: writing output... [ 84%] autoapi/taichi/types/primitive_types/index
10:20:08 AM: writing output... [ 85%] autoapi/taichi/types/quant/index
10:20:08 AM: writing output... [ 86%] autoapi/taichi/types/texture_type/index
10:20:08 AM: writing output... [ 87%] autoapi/taichi/types/utils/index
10:20:09 AM: writing output... [ 88%] autoapi/taichi/ui/camera/index
10:20:09 AM: writing output... [ 89%] autoapi/taichi/ui/canvas/index
10:20:09 AM: writing output... [ 90%] autoapi/taichi/ui/constants/index
10:20:09 AM: writing output... [ 91%] autoapi/taichi/ui/gui/index
10:20:10 AM: writing output... [ 92%] autoapi/taichi/ui/imgui/index
10:20:10 AM: writing output... [ 93%] autoapi/taichi/ui/index
10:20:11 AM: writing output... [ 94%] autoapi/taichi/ui/scene/index
10:20:11 AM: writing output... [ 95%] autoapi/taichi/ui/staging_buffer/index
10:20:11 AM: writing output... [ 96%] autoapi/taichi/ui/ui/index
10:20:11 AM: writing output... [ 97%] autoapi/taichi/ui/utils/index
10:20:11 AM: writing output... [ 98%] autoapi/taichi/ui/window/index
10:20:11 AM: writing output... [100%] index
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/field/index.rst:77: WARNING: more than one target found for cross-reference 'SNode': taichi.SNode, taichi.lang.SNode, taichi.lang.snode.SNode
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/field/index.rst:97: WARNING: more than one target found for cross-reference 'SNode': taichi.SNode, taichi.lang.SNode, taichi.lang.snode.SNode
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/field/index.rst:167: WARNING: more than one target found for cross-reference 'SNode': taichi.SNode, taichi.lang.SNode, taichi.lang.snode.SNode
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/field/index.rst:187: WARNING: more than one target found for cross-reference 'SNode': taichi.SNode, taichi.lang.SNode, taichi.lang.snode.SNode
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/matrix/index.rst:566: WARNING: more than one target found for cross-reference 'Field': taichi.Field, taichi.lang.field.Field, taichi.lang.Field
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/matrix/index.rst:625: WARNING: more than one target found for cross-reference 'ScalarField': taichi.ScalarField, taichi.lang.field.ScalarField, taichi.lang.ScalarField
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/matrix/index.rst:636: WARNING: more than one target found for cross-reference 'SNode': taichi.SNode, taichi.lang.SNode, taichi.lang.snode.SNode
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/matrix/index.rst:656: WARNING: more than one target found for cross-reference 'SNode': taichi.SNode, taichi.lang.SNode, taichi.lang.snode.SNode
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/matrix/index.rst:729: WARNING: more than one target found for cross-reference 'Ndarray': taichi.Ndarray, taichi.lang._ndarray.Ndarray, taichi.lang.Ndarray
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/matrix/index.rst:1323: WARNING: more than one target found for cross-reference 'Ndarray': taichi.Ndarray, taichi.lang._ndarray.Ndarray, taichi.lang.Ndarray
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/misc/index.rst:41: WARNING: more than one target found for cross-reference 'Field': taichi.Field, taichi.lang.field.Field, taichi.lang.Field
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/struct/index.rst:9: WARNING: more than one target found for cross-reference 'Matrix': taichi.Matrix, taichi.lang.Matrix, taichi.lang.matrix.Matrix
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/struct/index.rst:129: WARNING: more than one target found for cross-reference 'Field': taichi.Field, taichi.lang.field.Field, taichi.lang.Field
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/struct/index.rst:146: WARNING: more than one target found for cross-reference 'Field': taichi.Field, taichi.lang.field.Field, taichi.lang.Field
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/struct/index.rst:200: WARNING: more than one target found for cross-reference 'ScalarField': taichi.ScalarField, taichi.lang.field.ScalarField, taichi.lang.ScalarField
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/struct/index.rst:225: WARNING: more than one target found for cross-reference 'SNode': taichi.SNode, taichi.lang.SNode, taichi.lang.snode.SNode
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/struct/index.rst:245: WARNING: more than one target found for cross-reference 'SNode': taichi.SNode, taichi.lang.SNode, taichi.lang.snode.SNode
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/linalg/index.rst:27: WARNING: more than one target found for cross-reference 'TaichiRuntimeError': taichi.TaichiRuntimeError, taichi.lang.exception.TaichiRuntimeError, taichi.lang.TaichiRuntimeError
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/linalg/index.rst:41: WARNING: more than one target found for cross-reference 'TaichiRuntimeError': taichi.TaichiRuntimeError, taichi.lang.exception.TaichiRuntimeError, taichi.lang.TaichiRuntimeError
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/linalg/sparse_matrix/index.rst:22: WARNING: more than one target found for cross-reference 'TaichiRuntimeError': taichi.TaichiRuntimeError, taichi.lang.exception.TaichiRuntimeError, taichi.lang.TaichiRuntimeError
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/linalg/sparse_matrix/index.rst:36: WARNING: more than one target found for cross-reference 'TaichiRuntimeError': taichi.TaichiRuntimeError, taichi.lang.exception.TaichiRuntimeError, taichi.lang.TaichiRuntimeError
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/linalg/sparse_solver/index.rst:20: WARNING: more than one target found for cross-reference 'SparseMatrix': taichi.linalg.SparseMatrix, taichi.linalg.sparse_matrix.SparseMatrix
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/linalg/sparse_solver/index.rst:28: WARNING: more than one target found for cross-reference 'SparseMatrix': taichi.linalg.SparseMatrix, taichi.linalg.sparse_matrix.SparseMatrix
10:20:12 AM: /opt/build/repo/docsgen/experimental/autoapi/taichi/linalg/sparse_solver/index.rst:36: WARNING: more than one target found for cross-reference 'SparseMatrix': taichi.linalg.SparseMatrix, taichi.linalg.sparse_matrix.SparseMatrix
10:20:12 AM: generating indices... genindex py-modindex done
10:20:12 AM: writing additional pages... search done
10:20:12 AM: copying static files... done
10:20:12 AM: copying extra files... done
10:20:12 AM: dumping search index in English (code: en)... done
10:20:12 AM: dumping object inventory... done
10:20:13 AM: build succeeded, 289 warnings.
10:20:13 AM: The HTML pages are in _build/html/master.
10:20:14 AM: rm -rf /opt/build/repo/docs.taichi.graphics/website/src/pages/api/master && mkdir -p /opt/build/repo/docs.taichi.graphics/website/src/pages/api/master/ && cp -r _build/html/master/autoapi/* /opt/build/repo/docs.taichi.graphics/website/src/pages/api/master/
From https://github.com/taichi-dev/docs.taichi.graphics
From https://github.com/taichi-dev/docs.taichi.graphics
10:20:14 AM: * branch master -> FETCH_HEAD
10:20:14 AM: 6e419b58..edbb1e8e master -> origin/master
10:20:15 AM: Updating files: 43% (982/2266)
10:20:15 AM: Updating files: 44% (998/2266)
10:20:15 AM: Updating files: 45% (1020/2266)
10:20:15 AM: Updating files: 46% (1043/2266)
10:20:15 AM: Updating files: 47% (1066/2266)
10:20:15 AM: Updating files: 48% (1088/2266)
10:20:15 AM: Updating files: 49% (1111/2266)
10:20:15 AM: Updating files: 50% (1133/2266)
10:20:15 AM: Updating files: 51% (1156/2266)
10:20:15 AM: Updating files: 52% (1179/2266)
10:20:15 AM: Updating files: 53% (1201/2266)
10:20:15 AM: Updating files: 54% (1224/2266)
10:20:15 AM: Updating files: 55% (1247/2266)
10:20:15 AM: Updating files: 56% (1269/2266)
10:20:15 AM: Updating files: 57% (1292/2266)
10:20:15 AM: Updating files: 58% (1315/2266)
10:20:15 AM: Updating files: 59% (1337/2266)
10:20:15 AM: Updating files: 60% (1360/2266)
10:20:15 AM: Updating files: 61% (1383/2266)
10:20:15 AM: Updating files: 62% (1405/2266)
10:20:15 AM: Updating files: 63% (1428/2266)
10:20:15 AM: Updating files: 64% (1451/2266)
10:20:15 AM: Updating files: 65% (1473/2266)
10:20:15 AM: Updating files: 66% (1496/2266)
10:20:15 AM: Updating files: 67% (1519/2266)
10:20:15 AM: Updating files: 68% (1541/2266)
10:20:15 AM: Updating files: 69% (1564/2266)
10:20:15 AM: Updating files: 70% (1587/2266)
10:20:15 AM: Updating files: 71% (1609/2266)
10:20:15 AM: Updating files: 72% (1632/2266)
10:20:15 AM: Updating files: 73% (1655/2266)
10:20:15 AM: Updating files: 74% (1677/2266)
10:20:15 AM: Updating files: 75% (1700/2266)
10:20:15 AM: Updating files: 76% (1723/2266)
10:20:15 AM: Updating files: 77% (1745/2266)
10:20:15 AM: Updating files: 78% (1768/2266)
10:20:15 AM: Updating files: 79% (1791/2266)
10:20:15 AM: Updating files: 80% (1813/2266)
10:20:15 AM: Updating files: 81% (1836/2266)
10:20:15 AM: Updating files: 82% (1859/2266)
10:20:15 AM: Updating files: 83% (1881/2266)
10:20:15 AM: Updating files: 84% (1904/2266)
10:20:15 AM: Updating files: 85% (1927/2266)
10:20:15 AM: Updating files: 86% (1949/2266)
10:20:15 AM: Updating files: 87% (1972/2266)
10:20:15 AM: Updating files: 88% (1995/2266)
10:20:15 AM: Updating files: 89% (2017/2266)
10:20:15 AM: Updating files: 90% (2040/2266)
10:20:15 AM: Updating files: 91% (2063/2266)
10:20:15 AM: Updating files: 92% (2085/2266)
10:20:15 AM: Updating files: 93% (2108/2266)
10:20:15 AM: Updating files: 94% (2131/2266)
10:20:15 AM: Updating files: 95% (2153/2266)
10:20:15 AM: Updating files: 96% (2176/2266)
10:20:15 AM: Updating files: 97% (2199/2266)
10:20:15 AM: Updating files: 98% (2221/2266)
10:20:15 AM: Updating files: 99% (2244/2266)
10:20:15 AM: Updating files: 100% (2266/2266)
10:20:15 AM: Updating files: 100% (2266/2266), done.
10:20:15 AM: HEAD is now at edbb1e8e Sync and update documentation content. (#550)
10:20:16 AM: changed 1 package, and audited 2 packages in 702ms
10:20:16 AM: found 0 vulnerabilities
10:20:17 AM: yarn install v1.22.19
10:20:17 AM: [1/4] Resolving packages...
10:20:17 AM: success Already up-to-date.
10:20:17 AM: Done in 0.45s.
10:20:17 AM: + version=
10:20:17 AM: + [[ ! -z '' ]]
10:20:17 AM: + prefixPath=docs
10:20:17 AM: + [[ ! -z '' ]]
10:20:17 AM: + cd /opt/build/repo/docs.taichi.graphics/website
10:20:17 AM: + rm -rf ./docs
10:20:17 AM: + mkdir -p ./docs
10:20:17 AM: + rsync -avh --delete /opt/build/repo/docs/lang/ /opt/build/repo/docs.taichi.graphics/website/docs/lang
10:20:17 AM: sending incremental file list
10:20:17 AM: created directory /opt/build/repo/docs.taichi.graphics/website/docs/lang
10:20:17 AM: ./
10:20:17 AM: articles/
10:20:17 AM: articles/about/
10:20:17 AM: articles/about/_category_.json
10:20:17 AM: articles/about/overview.md
10:20:17 AM: articles/advanced/
10:20:17 AM: articles/advanced/_category_.json
10:20:17 AM: articles/advanced/data_oriented_class.md
10:20:17 AM: articles/advanced/dataclass.md
10:20:17 AM: articles/advanced/meta.md
10:20:17 AM: articles/advanced/odop.md
10:20:17 AM: articles/advanced/quant.md
10:20:17 AM: articles/basic/
10:20:17 AM: articles/basic/_category_.json
10:20:17 AM: articles/basic/external.md
10:20:17 AM: articles/basic/field.md
10:20:17 AM: articles/basic/layout.md
10:20:17 AM: articles/basic/offset.md
10:20:17 AM: articles/basic/sparse.md
10:20:17 AM: articles/c-api/
10:20:17 AM: articles/c-api/_category_.json
10:20:17 AM: articles/c-api/taichi_core.md
10:20:17 AM: articles/c-api/taichi_vulkan.md
10:20:17 AM: articles/contribution/
10:20:17 AM: articles/contribution/_category_.json
10:20:17 AM: articles/contribution/contributor_guide.md
10:20:17 AM: articles/contribution/dev_install.md
10:20:17 AM: articles/contribution/developer_utilities.md
10:20:17 AM: articles/contribution/development_tips.md
10:20:17 AM: articles/contribution/doc_writing.md
10:20:17 AM: articles/contribution/style_guide_en.md
10:20:17 AM: articles/contribution/write_test.md
10:20:17 AM: articles/contribution/writing_cpp_tests.md
10:20:17 AM: articles/debug/
10:20:17 AM: articles/debug/_category_.json
10:20:17 AM: articles/debug/debugging.md
10:20:17 AM: articles/deployment/
10:20:17 AM: articles/deployment/_category_.json
10:20:17 AM: articles/deployment/ndarray_android.md
10:20:17 AM: articles/differentiable/
10:20:17 AM: articles/differentiable/_category_.json
10:20:17 AM: articles/differentiable/differentiable_programming.md
10:20:17 AM: articles/faqs/
10:20:17 AM: articles/faqs/_category_.json
10:20:17 AM: articles/faqs/faq.md
10:20:17 AM: articles/faqs/install.md
10:20:17 AM: articles/get-started/
10:20:17 AM: articles/get-started/_category_.json
10:20:17 AM: articles/get-started/accelerate_python.md
10:20:17 AM: articles/get-started/accelerate_pytorch.md
10:20:17 AM: articles/get-started/cloth_simulation.md
10:20:17 AM: articles/get-started/index.md
10:20:17 AM: articles/internals/
10:20:17 AM: articles/internals/_category_.json
10:20:17 AM: articles/internals/compilation.md
10:20:17 AM: articles/internals/internal.md
10:20:17 AM: articles/internals/life_of_kernel_lowres.jpg
10:20:17 AM: articles/kernels/
10:20:17 AM: articles/kernels/_category_.json
10:20:17 AM: articles/kernels/syntax.md
10:20:17 AM: articles/math/
10:20:17 AM: articles/math/_category_.json
10:20:17 AM: articles/math/math.md
10:20:17 AM: articles/math/sparse_matrix.md
10:20:17 AM: articles/performance_tuning/
10:20:17 AM: articles/performance_tuning/_category_.json
10:20:17 AM: articles/performance_tuning/performance.md
10:20:17 AM: articles/performance_tuning/profiler.md
10:20:17 AM: articles/reference/
10:20:17 AM: articles/reference/_category_.json
10:20:17 AM: articles/reference/differences_between_taichi_and_python_programs.md
10:20:17 AM: articles/reference/global_settings.md
10:20:17 AM: articles/reference/language_reference.md
10:20:17 AM: articles/reference/operator.md
10:20:17 AM: articles/reference/simt.md
10:20:17 AM: articles/reference/syntax_sugars.md
10:20:17 AM: articles/static/
10:20:17 AM: articles/static/assets/
10:20:17 AM: articles/static/assets/arrow_field.png
10:20:17 AM: articles/static/assets/arrows.png
10:20:17 AM: articles/static/assets/bitpacked_fields_layout_example.png
10:20:17 AM: articles/static/assets/bls_indices_mapping.png
10:20:17 AM: articles/static/assets/circles.png
10:20:17 AM: articles/static/assets/colored_circles.png
10:20:17 AM: articles/static/assets/effect_of_offline_cache.png
10:20:17 AM: articles/static/assets/floating-point_formats.png
10:20:17 AM: articles/static/assets/lines.png
10:20:17 AM: articles/static/assets/point_field.png
10:20:17 AM: articles/static/assets/quant_array_layout_example.png
10:20:17 AM: articles/static/assets/rect.png
10:20:17 AM: articles/static/assets/triangles.png
10:20:17 AM: articles/type_system/
10:20:17 AM: articles/type_system/_category_.json
10:20:17 AM: articles/type_system/type.md
10:20:17 AM: articles/utilities/
10:20:17 AM: articles/utilities/_category_.json
10:20:17 AM: articles/visualization/
10:20:17 AM: articles/visualization/_category_.json
10:20:17 AM: articles/visualization/export_results.md
10:20:17 AM: articles/visualization/ggui.md
10:20:17 AM: articles/visualization/gui_system.md
10:20:17 AM: sent 1.20M bytes received 1.74K bytes 2.41M bytes/sec
10:20:17 AM: total size is 1.20M speedup is 0.99
10:20:17 AM: + node ./scripts/flaturl ./docs ./docs
10:20:18 AM: + cp -r variables ./docs/variables
10:20:18 AM: + rsync -avh --delete /opt/build/repo/docs/variable.json /opt/build/repo/docs.taichi.graphics/website/docs/variables/variable.json
10:20:18 AM: sending incremental file list
10:20:18 AM: variable.json
10:20:18 AM: sent 111 bytes received 35 bytes 292.00 bytes/sec
10:20:18 AM: total size is 3 speedup is 0.02
10:20:18 AM: + rsync -avh --delete /opt/build/repo/docs/fragments/ /opt/build/repo/docs.taichi.graphics/website/docs/fragments
10:20:18 AM: sending incremental file list
10:20:18 AM: created directory /opt/build/repo/docs.taichi.graphics/website/docs/fragments
10:20:18 AM: ./
10:20:18 AM: .gitkeep
10:20:18 AM: sent 128 bytes received 120 bytes 496.00 bytes/sec
10:20:18 AM: total size is 0 speedup is 0.00
10:20:18 AM: yarn run v1.22.19
10:20:18 AM: $ yarn run validateplugin && docusaurus build
10:20:18 AM: $ node ./scripts/validation/index.js
10:20:20 AM: [INFO] Website will be built for all these locales:
10:20:20 AM: - en
10:20:20 AM: - zh-Hans
10:20:20 AM: - fr-FR
10:20:20 AM: [INFO] [en] Creating an optimized production build...
10:20:32 AM: Browserslist: caniuse-lite is outdated. Please run:
10:20:32 AM: npx browserslist@latest --update-db
10:20:32 AM: Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
10:20:32 AM: [info] [webpackbar] Compiling Client
10:20:33 AM: [info] [webpackbar] Compiling Server
10:20:49 AM: [success] [webpackbar] Client: Compiled successfully in 16.39s
10:21:10 AM: [success] [webpackbar] Server: Compiled successfully in 37.70s
10:21:12 AM: [SUCCESS] Generated static files in build.
10:21:12 AM: [INFO] [zh-Hans] Creating an optimized production build...
10:21:38 AM: [info] [webpackbar] Compiling Client
10:21:38 AM: [info] [webpackbar] Compiling Server
10:21:50 AM: [success] [webpackbar] Client: Compiled successfully in 11.97s
10:22:12 AM: [success] [webpackbar] Server: Compiled successfully in 33.80s
10:22:14 AM: [SUCCESS] Generated static files in build/zh-Hans.
10:22:14 AM: [INFO] [fr-FR] Creating an optimized production build...
10:22:41 AM: [info] [webpackbar] Compiling Client
10:22:41 AM: [info] [webpackbar] Compiling Server
10:22:53 AM: [success] [webpackbar] Client: Compiled successfully in 12.85s
10:23:16 AM: [success] [webpackbar] Server: Compiled successfully in 35.81s
10:23:18 AM: [SUCCESS] Generated static files in build/fr-FR.
10:23:18 AM: [INFO] Use `npm run serve` command to test your build locally.
10:23:19 AM: Done in 180.96s.
10:23:19 AM:
10:23:19 AM: (build.command completed in 3m 53.6s)
10:23:19 AM:
10:23:19 AM: ────────────────────────────────────────────────────────────────
10:23:19 AM: 2. Deploy site
10:23:19 AM: ────────────────────────────────────────────────────────────────
10:23:19 AM:
10:23:19 AM: Starting to deploy site from 'docs.taichi.graphics/website/build'
10:23:19 AM: Creating deploy tree asynchronously
10:23:20 AM: Creating deploy upload records
10:23:24 AM: 1395 new files to upload
10:23:24 AM: 0 new functions to upload
10:23:24 AM: 0% complete
10:23:24 AM: 5% complete
10:23:25 AM: 10% complete
10:23:25 AM: 15% complete
10:23:26 AM: 20% complete
10:23:26 AM: 25% complete
10:23:27 AM: 30% complete
10:23:27 AM: 35% complete
10:23:28 AM: 40% complete
10:23:28 AM: 45% complete
10:23:29 AM: 50% complete
10:23:30 AM: 55% complete
10:23:30 AM: 60% complete
10:23:31 AM: 65% complete
10:23:31 AM: 70% complete
10:23:32 AM: 75% complete
10:23:32 AM: 80% complete
10:23:33 AM: 85% complete
10:23:33 AM: 90% complete
10:23:34 AM: 95% complete
10:23:34 AM: 100% complete
10:23:34 AM: Site deploy was successfully initiated
10:23:34 AM:
10:23:34 AM: (Deploy site completed in 15.4s)
10:23:34 AM:
10:23:34 AM: ────────────────────────────────────────────────────────────────
10:23:34 AM: Netlify Build Complete
10:23:34 AM: ────────────────────────────────────────────────────────────────
10:23:34 AM:
10:23:34 AM: (Netlify Build completed in 4m 9.1s)
10:23:34 AM: Caching artifacts
10:23:34 AM: Started saving build plugins
10:23:34 AM: Finished saving build plugins
10:23:34 AM: Started saving pip cache
10:23:34 AM: Finished saving pip cache
10:23:34 AM: Started saving emacs cask dependencies
10:23:34 AM: Finished saving emacs cask dependencies
10:23:34 AM: Started saving maven dependencies
10:23:34 AM: Finished saving maven dependencies
10:23:34 AM: Started saving boot dependencies
10:23:34 AM: Finished saving boot dependencies
10:23:34 AM: Started saving rust rustup cache
10:23:34 AM: Finished saving rust rustup cache
10:23:34 AM: Started saving go dependencies
10:23:34 AM: Finished saving go dependencies
10:23:34 AM: Build script success
10:23:40 AM: Uploading Cache of size 2.6GB
10:23:46 AM: Starting post processing
10:23:46 AM: Post processing - HTML
10:23:55 AM: Finished processing build request in 5m19.108461934s
10:25:13 AM: Post processing - header rules
10:25:13 AM: Post processing - redirect rules
10:25:13 AM: Post processing done
10:25:17 AM: Site is live ✨