Deploy details
Deploy successful for docsite-preview
[bug] Fix incorrect autodiff_mode information in offline cache keyDeploy log
12:39:08 PM: Build ready to start
12:39:10 PM: build-image version: d7b3dbfb0846505993c9a131894d1858074c90b4 (focal)
12:39:10 PM: build-image tag: v4.10.1
12:39:10 PM: buildbot version: f4df34fdee5e467fb0a8a2f62e3840ffaba0a9bc
12:39:10 PM: Fetching cached dependencies
12:39:10 PM: Starting to download cache of 1.2GB
12:39:15 PM: Finished downloading cache in 4.767883283s
12:39:15 PM: Starting to extract cache
12:39:26 PM: Finished extracting cache in 10.931291644s
12:39:26 PM: Finished fetching cache in 15.834540954s
12:39:26 PM: Starting to prepare the repo for build
12:39:26 PM: Preparing Git Reference pull/5737/head
12:39:29 PM: Parsing package.json dependencies
12:39:29 PM: 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
12:39:29 PM: 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'
12:39:29 PM: error: remote upstream already exists.
12:39:29 PM: From https://github.com/taichi-dev/taichi
12:39:29 PM: * branch master -> FETCH_HEAD
12:39:29 PM: Starting build script
12:39:29 PM: Installing dependencies
12:39:29 PM: Python version set to 3.8
12:39:29 PM: Started restoring cached node version
12:39:31 PM: Finished restoring cached node version
12:39:31 PM: v16.16.0 is already installed.
12:39:31 PM: Now using node v16.16.0 (npm v8.11.0)
12:39:31 PM: Started restoring cached build plugins
12:39:31 PM: Finished restoring cached build plugins
12:39:32 PM: Attempting ruby version 2.7.2, read from environment
12:39:32 PM: Using ruby version 2.7.2
12:39:32 PM: Using PHP version 8.0
12:39:32 PM: Started restoring cached go cache
12:39:32 PM: Finished restoring cached go cache
12:39:32 PM: Installing Go version 1.16.5 (requested 1.16.5)
12:39:39 PM: unset GOOS;
12:39:39 PM: unset GOARCH;
12:39:39 PM: export GOROOT='/opt/buildhome/.gimme/versions/go1.16.5.linux.amd64';
12:39:39 PM: export PATH="/opt/buildhome/.gimme/versions/go1.16.5.linux.amd64/bin:${PATH}";
12:39:39 PM: go version >&2;
12:39:39 PM: export GIMME_ENV="/opt/buildhome/.gimme/env/go1.16.5.linux.amd64.env"
12:39:39 PM: go version go1.16.5 linux/amd64
12:39:39 PM: Installing missing commands
12:39:39 PM: Verify run directory
12:39:40 PM:
12:39:40 PM: ────────────────────────────────────────────────────────────────
12:39:40 PM: Netlify Build
12:39:40 PM: ────────────────────────────────────────────────────────────────
12:39:40 PM:
12:39:40 PM: ❯ Version
12:39:40 PM: @netlify/build 27.9.1
12:39:40 PM:
12:39:40 PM: ❯ Flags
12:39:40 PM: baseRelDir: true
12:39:40 PM: buildId: 62f4f6a798d957000939a6cd
12:39:40 PM: deployId: 62f4f6a798d957000939a6cf
12:39:40 PM: systemLogFile: 3
12:39:40 PM:
12:39:40 PM: ❯ Current directory
12:39:40 PM: /opt/build/repo
12:39:40 PM:
12:39:40 PM: ❯ Config file
12:39:40 PM: /opt/build/repo/netlify.toml
12:39:40 PM:
12:39:40 PM: ❯ Context
12:39:40 PM: deploy-preview
12:39:40 PM:
12:39:40 PM: ────────────────────────────────────────────────────────────────
12:39:40 PM: 1. build.command from netlify.toml
12:39:40 PM: ────────────────────────────────────────────────────────────────
12:39:40 PM:
12:39:40 PM: $ 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;
12:39:41 PM: fatal: destination path 'docs.taichi.graphics' already exists and is not an empty directory.
12:39:41 PM: fatal: destination path 'docsgen' already exists and is not an empty directory.
12:39:41 PM: Collecting sphinx-autoapi==1.8.4
12:39:41 PM: Downloading sphinx_autoapi-1.8.4-py2.py3-none-any.whl (55 kB)
12:39:41 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.5/55.5 kB 3.3 MB/s eta 0:00:00
12:39:41 PM: Collecting gitpython
12:39:41 PM: Downloading GitPython-3.1.27-py3-none-any.whl (181 kB)
12:39:41 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.2/181.2 kB 4.5 MB/s eta 0:00:00
12:39:41 PM: Collecting pydata-sphinx-theme==0.7.2
12:39:41 PM: Downloading pydata_sphinx_theme-0.7.2-py3-none-any.whl (1.4 MB)
12:39:41 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 34.1 MB/s eta 0:00:00
12:39:41 PM: Collecting unidecode
12:39:42 PM: Downloading Unidecode-1.3.4-py3-none-any.whl (235 kB)
12:39:42 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 235.9/235.9 kB 54.7 MB/s eta 0:00:00
12:39:42 PM: Collecting PyYAML
12:39:42 PM: 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)
12:39:42 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 701.2/701.2 kB 102.0 MB/s eta 0:00:00
12:39:42 PM: Collecting Jinja2
12:39:42 PM: Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
12:39:42 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 41.2 MB/s eta 0:00:00
12:39:42 PM: Collecting sphinx>=3.0
12:39:42 PM: Downloading Sphinx-5.1.1-py3-none-any.whl (3.2 MB)
12:39:42 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 121.4 MB/s eta 0:00:00
12:39:42 PM: Collecting astroid>=2.7
12:39:42 PM: Downloading astroid-2.12.2-py3-none-any.whl (261 kB)
12:39:42 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 262.0/262.0 kB 56.3 MB/s eta 0:00:00
12:39:42 PM: Collecting docutils!=0.17.0
12:39:42 PM: Downloading docutils-0.19-py3-none-any.whl (570 kB)
12:39:42 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.5/570.5 kB 97.5 MB/s eta 0:00:00
12:39:42 PM: Collecting beautifulsoup4
12:39:42 PM: Downloading beautifulsoup4-4.11.1-py3-none-any.whl (128 kB)
12:39:42 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.2/128.2 kB 30.7 MB/s eta 0:00:00
12:39:42 PM: Collecting gitdb<5,>=4.0.1
12:39:42 PM: Downloading gitdb-4.0.9-py3-none-any.whl (63 kB)
12:39:42 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.1/63.1 kB 9.9 MB/s eta 0:00:00
12:39:42 PM: Collecting typing-extensions>=3.10
12:39:42 PM: Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB)
12:39:42 PM: Collecting wrapt<2,>=1.11
12:39:42 PM: 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)
12:39:42 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.0/81.0 kB 18.9 MB/s eta 0:00:00
12:39:42 PM: Collecting lazy-object-proxy>=1.4.0
12:39:42 PM: 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)
12:39:42 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.5/60.5 kB 12.2 MB/s eta 0:00:00
12:39:42 PM: Collecting smmap<6,>=3.0.1
12:39:43 PM: Downloading smmap-5.0.0-py3-none-any.whl (24 kB)
12:39:43 PM: Collecting sphinxcontrib-devhelp
12:39:43 PM: Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB)
12:39:43 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 17.9 MB/s eta 0:00:00
12:39:43 PM: Collecting sphinxcontrib-applehelp
12:39:43 PM: Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB)
12:39:43 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.2/121.2 kB 27.8 MB/s eta 0:00:00
12:39:43 PM: Collecting sphinxcontrib-qthelp
12:39:43 PM: Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB)
12:39:43 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 25.7 MB/s eta 0:00:00
12:39:43 PM: Collecting requests>=2.5.0
12:39:43 PM: Downloading requests-2.28.1-py3-none-any.whl (62 kB)
12:39:43 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 10.8 MB/s eta 0:00:00
12:39:43 PM: Collecting importlib-metadata>=4.4
12:39:43 PM: Downloading importlib_metadata-4.12.0-py3-none-any.whl (21 kB)
12:39:43 PM: Collecting sphinxcontrib-serializinghtml>=1.1.5
12:39:43 PM: Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB)
12:39:43 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.0/94.0 kB 17.6 MB/s eta 0:00:00
12:39:43 PM: Collecting packaging
12:39:43 PM: Downloading packaging-21.3-py3-none-any.whl (40 kB)
12:39:43 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 kB 891.8 kB/s eta 0:00:00
12:39:43 PM: Collecting imagesize
12:39:43 PM: Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB)
12:39:43 PM: Collecting sphinxcontrib-htmlhelp>=2.0.0
12:39:43 PM: Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB)
12:39:43 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 kB 29.5 MB/s eta 0:00:00
12:39:43 PM: Collecting babel>=1.3
12:39:43 PM: Downloading Babel-2.10.3-py3-none-any.whl (9.5 MB)
12:39:43 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 114.4 MB/s eta 0:00:00
12:39:43 PM: Collecting snowballstemmer>=1.1
12:39:43 PM: Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB)
12:39:43 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 23.6 MB/s eta 0:00:00
12:39:43 PM: Collecting Pygments>=2.0
12:39:43 PM: Downloading Pygments-2.12.0-py3-none-any.whl (1.1 MB)
12:39:43 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 46.8 MB/s eta 0:00:00
12:39:44 PM: Collecting alabaster<0.8,>=0.7
12:39:44 PM: Downloading alabaster-0.7.12-py2.py3-none-any.whl (14 kB)
12:39:44 PM: Collecting sphinxcontrib-jsmath
12:39:44 PM: Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
12:39:44 PM: Collecting MarkupSafe>=2.0
12:39:44 PM: Downloading MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
12:39:44 PM: Collecting soupsieve>1.2
12:39:44 PM: Downloading soupsieve-2.3.2.post1-py3-none-any.whl (37 kB)
12:39:44 PM: Collecting pytz>=2015.7
12:39:44 PM: Downloading pytz-2022.1-py2.py3-none-any.whl (503 kB)
12:39:44 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 503.5/503.5 kB 21.2 MB/s eta 0:00:00
12:39:44 PM: Collecting zipp>=0.5
12:39:44 PM: Downloading zipp-3.8.1-py3-none-any.whl (5.6 kB)
12:39:44 PM: Collecting urllib3<1.27,>=1.21.1
12:39:44 PM: Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB)
12:39:44 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 kB 3.4 MB/s eta 0:00:00
12:39:44 PM: 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.6.15)
12:39:44 PM: Collecting idna<4,>=2.5
12:39:44 PM: Downloading idna-3.3-py3-none-any.whl (61 kB)
12:39:44 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 4.4 MB/s eta 0:00:00
12:39:45 PM: Collecting charset-normalizer<3,>=2
12:39:45 PM: Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
12:39:45 PM: Collecting pyparsing!=3.0.5,>=2.0.2
12:39:45 PM: Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
12:39:45 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 2.9 MB/s eta 0:00:00
12:39:45 PM: Installing collected packages: snowballstemmer, pytz, alabaster, zipp, wrapt, urllib3, unidecode, typing-extensions, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, soupsieve, smmap, PyYAML, pyparsing, Pygments, MarkupSafe, lazy-object-proxy, imagesize, idna, docutils, charset-normalizer, babel, requests, packaging, Jinja2, importlib-metadata, gitdb, beautifulsoup4, astroid, sphinx, gitpython, sphinx-autoapi, pydata-sphinx-theme
12:39:49 PM: Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.1 PyYAML-6.0 Pygments-2.12.0 alabaster-0.7.12 astroid-2.12.2 babel-2.10.3 beautifulsoup4-4.11.1 charset-normalizer-2.1.0 docutils-0.19 gitdb-4.0.9 gitpython-3.1.27 idna-3.3 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.1 requests-2.28.1 smmap-5.0.0 snowballstemmer-2.2.0 soupsieve-2.3.2.post1 sphinx-5.1.1 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.4 urllib3-1.26.11 wrapt-1.14.1 zipp-3.8.1
12:39:49 PM: [notice] A new release of pip available: 22.2.1 -> 22.2.2
12:39:49 PM: [notice] To update, run: pip install --upgrade pip
12:39:49 PM: Removing everything under '_build'...
12:39:49 PM: sphinx-build -b dirhtml . _build/html/master
12:39:50 PM: Running Sphinx v5.1.1
12:39:50 PM: making output directory... done
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/minimal.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/patterns.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/ggui_examples/fem128_ggui.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/ggui_examples/fractal3d_ggui.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/ggui_examples/mass_spring_3d_ggui.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/ggui_examples/mass_spring_game_ggui.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/ggui_examples/mpm128_ggui.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/ggui_examples/mpm3d_ggui.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/ggui_examples/stable_fluid_ggui.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/rendering/cornell_box.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/rendering/rasterizer.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/rendering/sdf_renderer.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/rendering/simple_texture.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/rendering/simple_uv.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/rendering/taichi_logo.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/autodiff/jacobian.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/autodiff/minimization.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/autodiff/regression.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/autodiff/simple_derivative.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/autodiff/diff_sph/diff_sph.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/ad_gravity.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/comet.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/euler.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/fem128.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/fem99.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/fractal.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/game_of_life.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/implicit_fem.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/implicit_mass_spring.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/initial_value_problem.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/mandelbrot_zoom.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/mass_spring_game.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/mpm128.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/mpm3d.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/mpm88.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/mpm99.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/mpm_lagrangian_forces.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/nbody.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/odop_solar.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/pbf2d.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/physarum.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/stable_fluid.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/vortex_rings.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/simulation/waterwave.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/io/export_mesh.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/io/export_ply.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/io/export_videos.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/sparse/explicit_activation.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/sparse/taichi_bitmasked.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/sparse/taichi_dynamic.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/sparse/taichi_sparse.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/sparse/tutorial.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/gui/fullscreen.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/gui/gui_image_io.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/gui/gui_widgets.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/features/gui/keyboard.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/algorithm/laplace.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/algorithm/marching_squares.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/algorithm/mciso_advanced.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/algorithm/mgpcg.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/algorithm/mgpcg_advanced.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/algorithm/print_offset.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/graph/mpm88_graph.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/graph/stable_fluid_graph.py
12:39:50 PM: [AutoAPI] Ignoring /opt/build/repo/python/taichi/examples/graph/texture_graph.py
12:39:50 PM: [AutoAPI] Reading files... [ 1%] /opt/build/repo/python/taichi/__init__.py
12:39:50 PM: [AutoAPI] Reading files... [ 2%] /opt/build/repo/python/taichi/__main__.py
12:39:50 PM: [AutoAPI] Reading files... [ 3%] /opt/build/repo/python/taichi/_funcs.py
12:39:50 PM: [AutoAPI] Reading files... [ 4%] /opt/build/repo/python/taichi/_kernels.py
12:39:50 PM: [AutoAPI] Reading files... [ 5%] /opt/build/repo/python/taichi/_logging.py
12:39:50 PM: [AutoAPI] Reading files... [ 6%] /opt/build/repo/python/taichi/_main.py
12:39:51 PM: [AutoAPI] Reading files... [ 7%] /opt/build/repo/python/taichi/_version_check.py
12:39:51 PM: [AutoAPI] Reading files... [ 8%] /opt/build/repo/python/taichi/experimental.py
12:39:51 PM: [AutoAPI] Reading files... [ 9%] /opt/build/repo/python/taichi/profiler/__init__.py
12:39:51 PM: [AutoAPI] Reading files... [ 10%] /opt/build/repo/python/taichi/profiler/kernel_metrics.py
12:39:51 PM: [AutoAPI] Reading files... [ 11%] /opt/build/repo/python/taichi/profiler/kernel_profiler.py
12:39:51 PM: [AutoAPI] Reading files... [ 13%] /opt/build/repo/python/taichi/profiler/memory_profiler.py
12:39:51 PM: [AutoAPI] Reading files... [ 14%] /opt/build/repo/python/taichi/profiler/scoped_profiler.py
12:39:51 PM: [AutoAPI] Reading files... [ 15%] /opt/build/repo/python/taichi/lang/__init__.py
12:39:51 PM: [AutoAPI] Reading files... [ 16%] /opt/build/repo/python/taichi/lang/_ndarray.py
12:39:51 PM: [AutoAPI] Reading files... [ 17%] /opt/build/repo/python/taichi/lang/_ndrange.py
12:39:51 PM: [AutoAPI] Reading files... [ 18%] /opt/build/repo/python/taichi/lang/_texture.py
12:39:51 PM: [AutoAPI] Reading files... [ 19%] /opt/build/repo/python/taichi/lang/any_array.py
12:39:51 PM: [AutoAPI] Reading files... [ 20%] /opt/build/repo/python/taichi/lang/common_ops.py
12:39:51 PM: [AutoAPI] Reading files... [ 21%] /opt/build/repo/python/taichi/lang/enums.py
12:39:51 PM: [AutoAPI] Reading files... [ 22%] /opt/build/repo/python/taichi/lang/exception.py
12:39:51 PM: [AutoAPI] Reading files... [ 23%] /opt/build/repo/python/taichi/lang/expr.py
12:39:51 PM: [AutoAPI] Reading files... [ 25%] /opt/build/repo/python/taichi/lang/field.py
12:39:51 PM: [AutoAPI] Reading files... [ 26%] /opt/build/repo/python/taichi/lang/impl.py
12:39:51 PM: [AutoAPI] Reading files... [ 27%] /opt/build/repo/python/taichi/lang/kernel_arguments.py
12:39:51 PM: [AutoAPI] Reading files... [ 28%] /opt/build/repo/python/taichi/lang/kernel_impl.py
12:39:51 PM: [AutoAPI] Reading files... [ 29%] /opt/build/repo/python/taichi/lang/matrix.py
12:39:51 PM: [AutoAPI] Reading files... [ 30%] /opt/build/repo/python/taichi/lang/mesh.py
12:39:51 PM: [AutoAPI] Reading files... [ 31%] /opt/build/repo/python/taichi/lang/misc.py
12:39:51 PM: [AutoAPI] Reading files... [ 32%] /opt/build/repo/python/taichi/lang/ops.py
12:39:52 PM: [AutoAPI] Reading files... [ 33%] /opt/build/repo/python/taichi/lang/runtime_ops.py
12:39:52 PM: [AutoAPI] Reading files... [ 34%] /opt/build/repo/python/taichi/lang/shell.py
12:39:52 PM: [AutoAPI] Reading files... [ 35%] /opt/build/repo/python/taichi/lang/snode.py
12:39:52 PM: [AutoAPI] Reading files... [ 36%] /opt/build/repo/python/taichi/lang/source_builder.py
12:39:52 PM: [AutoAPI] Reading files... [ 38%] /opt/build/repo/python/taichi/lang/struct.py
12:39:52 PM: [AutoAPI] Reading files... [ 39%] /opt/build/repo/python/taichi/lang/swizzle_generator.py
12:39:52 PM: [AutoAPI] Reading files... [ 40%] /opt/build/repo/python/taichi/lang/util.py
12:39:52 PM: [AutoAPI] Reading files... [ 41%] /opt/build/repo/python/taichi/lang/ast/__init__.py
12:39:52 PM: [AutoAPI] Reading files... [ 42%] /opt/build/repo/python/taichi/lang/ast/ast_transformer.py
12:39:52 PM: [AutoAPI] Reading files... [ 43%] /opt/build/repo/python/taichi/lang/ast/ast_transformer_utils.py
12:39:52 PM: [AutoAPI] Reading files... [ 44%] /opt/build/repo/python/taichi/lang/ast/checkers.py
12:39:52 PM: [AutoAPI] Reading files... [ 45%] /opt/build/repo/python/taichi/lang/ast/symbol_resolver.py
12:39:52 PM: [AutoAPI] Reading files... [ 46%] /opt/build/repo/python/taichi/lang/ast/transform.py
12:39:52 PM: [AutoAPI] Reading files... [ 47%] /opt/build/repo/python/taichi/lang/simt/__init__.py
12:39:52 PM: [AutoAPI] Reading files... [ 48%] /opt/build/repo/python/taichi/lang/simt/block.py
12:39:52 PM: [AutoAPI] Reading files... [ 50%] /opt/build/repo/python/taichi/lang/simt/grid.py
12:39:52 PM: [AutoAPI] Reading files... [ 51%] /opt/build/repo/python/taichi/lang/simt/subgroup.py
12:39:52 PM: [AutoAPI] Reading files... [ 52%] /opt/build/repo/python/taichi/lang/simt/warp.py
12:39:52 PM: [AutoAPI] Reading files... [ 53%] /opt/build/repo/python/taichi/linalg/__init__.py
12:39:52 PM: [AutoAPI] Reading files... [ 54%] /opt/build/repo/python/taichi/linalg/sparse_matrix.py
12:39:52 PM: [AutoAPI] Reading files... [ 55%] /opt/build/repo/python/taichi/linalg/sparse_solver.py
12:39:52 PM: [AutoAPI] Reading files... [ 56%] /opt/build/repo/python/taichi/aot/__init__.py
12:39:52 PM: [AutoAPI] Reading files... [ 57%] /opt/build/repo/python/taichi/aot/module.py
12:39:52 PM: [AutoAPI] Reading files... [ 58%] /opt/build/repo/python/taichi/aot/record.py
12:39:52 PM: [AutoAPI] Reading files... [ 59%] /opt/build/repo/python/taichi/aot/utils.py
12:39:52 PM: [AutoAPI] Reading files... [ 60%] /opt/build/repo/python/taichi/_lib/__init__.py
12:39:52 PM: [AutoAPI] Reading files... [ 61%] /opt/build/repo/python/taichi/_lib/utils.py
12:39:52 PM: [AutoAPI] Reading files... [ 63%] /opt/build/repo/python/taichi/ui/__init__.py
12:39:52 PM: [AutoAPI] Reading files... [ 64%] /opt/build/repo/python/taichi/ui/camera.py
12:39:52 PM: [AutoAPI] Reading files... [ 65%] /opt/build/repo/python/taichi/ui/canvas.py
12:39:52 PM: [AutoAPI] Reading files... [ 66%] /opt/build/repo/python/taichi/ui/constants.py
12:39:52 PM: [AutoAPI] Reading files... [ 67%] /opt/build/repo/python/taichi/ui/gui.py
12:39:52 PM: [AutoAPI] Reading files... [ 68%] /opt/build/repo/python/taichi/ui/imgui.py
12:39:52 PM: [AutoAPI] Reading files... [ 69%] /opt/build/repo/python/taichi/ui/scene.py
12:39:52 PM: [AutoAPI] Reading files... [ 70%] /opt/build/repo/python/taichi/ui/staging_buffer.py
12:39:52 PM: [AutoAPI] Reading files... [ 71%] /opt/build/repo/python/taichi/ui/ui.py
12:39:52 PM: [AutoAPI] Reading files... [ 72%] /opt/build/repo/python/taichi/ui/utils.py
12:39:52 PM: [AutoAPI] Reading files... [ 73%] /opt/build/repo/python/taichi/ui/window.py
12:39:52 PM: [AutoAPI] Reading files... [ 75%] /opt/build/repo/python/taichi/types/__init__.py
12:39:52 PM: [AutoAPI] Reading files... [ 76%] /opt/build/repo/python/taichi/types/annotations.py
12:39:52 PM: [AutoAPI] Reading files... [ 77%] /opt/build/repo/python/taichi/types/compound_types.py
12:39:52 PM: [AutoAPI] Reading files... [ 78%] /opt/build/repo/python/taichi/types/ndarray_type.py
12:39:52 PM: [AutoAPI] Reading files... [ 79%] /opt/build/repo/python/taichi/types/primitive_types.py
12:39:52 PM: [AutoAPI] Reading files... [ 80%] /opt/build/repo/python/taichi/types/quant.py
12:39:52 PM: [AutoAPI] Reading files... [ 81%] /opt/build/repo/python/taichi/types/texture_type.py
12:39:52 PM: [AutoAPI] Reading files... [ 82%] /opt/build/repo/python/taichi/types/utils.py
12:39:52 PM: [AutoAPI] Reading files... [ 83%] /opt/build/repo/python/taichi/_snode/__init__.py
12:39:52 PM: [AutoAPI] Reading files... [ 84%] /opt/build/repo/python/taichi/_snode/fields_builder.py
12:39:52 PM: [AutoAPI] Reading files... [ 85%] /opt/build/repo/python/taichi/_snode/snode_tree.py
12:39:52 PM: [AutoAPI] Reading files... [ 86%] /opt/build/repo/python/taichi/tools/__init__.py
12:39:52 PM: [AutoAPI] Reading files... [ 88%] /opt/build/repo/python/taichi/tools/cc_compose.py
12:39:52 PM: [AutoAPI] Reading files... [ 89%] /opt/build/repo/python/taichi/tools/diagnose.py
12:39:52 PM: [AutoAPI] Reading files... [ 90%] /opt/build/repo/python/taichi/tools/image.py
12:39:52 PM: [AutoAPI] Reading files... [ 91%] /opt/build/repo/python/taichi/tools/np2ply.py
12:39:52 PM: [AutoAPI] Reading files... [ 92%] /opt/build/repo/python/taichi/tools/video.py
12:39:52 PM: [AutoAPI] Reading files... [ 93%] /opt/build/repo/python/taichi/math/__init__.py
12:39:52 PM: [AutoAPI] Reading files... [ 94%] /opt/build/repo/python/taichi/math/_complex.py
12:39:52 PM: [AutoAPI] Reading files... [ 95%] /opt/build/repo/python/taichi/math/mathimpl.py
12:39:52 PM: [AutoAPI] Reading files... [ 96%] /opt/build/repo/python/taichi/graph/__init__.py
12:39:52 PM: [AutoAPI] Reading files... [ 97%] /opt/build/repo/python/taichi/graph/_graph.py
12:39:52 PM: [AutoAPI] Reading files... [ 98%] /opt/build/repo/python/taichi/ad/__init__.py
12:39:52 PM: [AutoAPI] Reading files... [100%] /opt/build/repo/python/taichi/ad/_ad.py
12:39:53 PM: WARNING: Cannot resolve import of taichi.lang.shell.oinspect in taichi.lang.ast.checkers
12:39:53 PM: WARNING: Cannot resolve import of taichi.lang.shell.oinspect in taichi.lang.kernel_impl
12:39:53 PM: WARNING: Cannot resolve cyclic import: taichi, taichi.ui, taichi.ui.ui, taichi.ui.window, taichi
12:39:53 PM: WARNING: Cannot resolve cyclic import: taichi.linalg, taichi.linalg.sparse_solver, taichi.linalg
12:39:53 PM: WARNING: Invalid __all__ entry e in taichi.math.mathimpl
12:39:53 PM: WARNING: Invalid __all__ entry inf in taichi.math.mathimpl
12:39:53 PM: WARNING: Invalid __all__ entry nan in taichi.math.mathimpl
12:39:53 PM: WARNING: Invalid __all__ entry pi in taichi.math.mathimpl
12:39:53 PM: [AutoAPI] Mapping Data... [ 1%] /opt/build/repo/python/taichi/__init__.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 2%] /opt/build/repo/python/taichi/__main__.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 3%] /opt/build/repo/python/taichi/_funcs.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 4%] /opt/build/repo/python/taichi/_kernels.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 5%] /opt/build/repo/python/taichi/_logging.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 6%] /opt/build/repo/python/taichi/_main.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 7%] /opt/build/repo/python/taichi/_version_check.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 8%] /opt/build/repo/python/taichi/experimental.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 9%] /opt/build/repo/python/taichi/profiler/__init__.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 10%] /opt/build/repo/python/taichi/profiler/kernel_metrics.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 11%] /opt/build/repo/python/taichi/profiler/kernel_profiler.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 13%] /opt/build/repo/python/taichi/profiler/memory_profiler.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 14%] /opt/build/repo/python/taichi/profiler/scoped_profiler.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 15%] /opt/build/repo/python/taichi/lang/__init__.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 16%] /opt/build/repo/python/taichi/lang/_ndarray.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 17%] /opt/build/repo/python/taichi/lang/_ndrange.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 18%] /opt/build/repo/python/taichi/lang/_texture.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 19%] /opt/build/repo/python/taichi/lang/any_array.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 20%] /opt/build/repo/python/taichi/lang/common_ops.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 21%] /opt/build/repo/python/taichi/lang/enums.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 22%] /opt/build/repo/python/taichi/lang/exception.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 23%] /opt/build/repo/python/taichi/lang/expr.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 25%] /opt/build/repo/python/taichi/lang/field.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 26%] /opt/build/repo/python/taichi/lang/impl.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 27%] /opt/build/repo/python/taichi/lang/kernel_arguments.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 28%] /opt/build/repo/python/taichi/lang/kernel_impl.py
12:39:53 PM: [AutoAPI] Mapping Data... [ 29%] /opt/build/repo/python/taichi/lang/matrix.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 30%] /opt/build/repo/python/taichi/lang/mesh.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 31%] /opt/build/repo/python/taichi/lang/misc.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 32%] /opt/build/repo/python/taichi/lang/ops.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 33%] /opt/build/repo/python/taichi/lang/runtime_ops.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 34%] /opt/build/repo/python/taichi/lang/shell.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 35%] /opt/build/repo/python/taichi/lang/snode.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 36%] /opt/build/repo/python/taichi/lang/source_builder.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 38%] /opt/build/repo/python/taichi/lang/struct.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 39%] /opt/build/repo/python/taichi/lang/swizzle_generator.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 40%] /opt/build/repo/python/taichi/lang/util.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 41%] /opt/build/repo/python/taichi/lang/ast/__init__.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 42%] /opt/build/repo/python/taichi/lang/ast/ast_transformer.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 43%] /opt/build/repo/python/taichi/lang/ast/ast_transformer_utils.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 44%] /opt/build/repo/python/taichi/lang/ast/checkers.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 45%] /opt/build/repo/python/taichi/lang/ast/symbol_resolver.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 46%] /opt/build/repo/python/taichi/lang/ast/transform.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 47%] /opt/build/repo/python/taichi/lang/simt/__init__.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 48%] /opt/build/repo/python/taichi/lang/simt/block.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 50%] /opt/build/repo/python/taichi/lang/simt/grid.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 51%] /opt/build/repo/python/taichi/lang/simt/subgroup.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 52%] /opt/build/repo/python/taichi/lang/simt/warp.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 53%] /opt/build/repo/python/taichi/linalg/__init__.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 54%] /opt/build/repo/python/taichi/linalg/sparse_matrix.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 55%] /opt/build/repo/python/taichi/linalg/sparse_solver.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 56%] /opt/build/repo/python/taichi/aot/__init__.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 57%] /opt/build/repo/python/taichi/aot/module.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 58%] /opt/build/repo/python/taichi/aot/record.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 59%] /opt/build/repo/python/taichi/aot/utils.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 60%] /opt/build/repo/python/taichi/_lib/__init__.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 61%] /opt/build/repo/python/taichi/_lib/utils.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 63%] /opt/build/repo/python/taichi/ui/__init__.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 64%] /opt/build/repo/python/taichi/ui/camera.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 65%] /opt/build/repo/python/taichi/ui/canvas.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 66%] /opt/build/repo/python/taichi/ui/constants.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 67%] /opt/build/repo/python/taichi/ui/gui.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 68%] /opt/build/repo/python/taichi/ui/imgui.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 69%] /opt/build/repo/python/taichi/ui/scene.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 70%] /opt/build/repo/python/taichi/ui/staging_buffer.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 71%] /opt/build/repo/python/taichi/ui/ui.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 72%] /opt/build/repo/python/taichi/ui/utils.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 73%] /opt/build/repo/python/taichi/ui/window.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 75%] /opt/build/repo/python/taichi/types/__init__.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 76%] /opt/build/repo/python/taichi/types/annotations.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 77%] /opt/build/repo/python/taichi/types/compound_types.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 78%] /opt/build/repo/python/taichi/types/ndarray_type.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 79%] /opt/build/repo/python/taichi/types/primitive_types.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 80%] /opt/build/repo/python/taichi/types/quant.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 81%] /opt/build/repo/python/taichi/types/texture_type.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 82%] /opt/build/repo/python/taichi/types/utils.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 83%] /opt/build/repo/python/taichi/_snode/__init__.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 84%] /opt/build/repo/python/taichi/_snode/fields_builder.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 85%] /opt/build/repo/python/taichi/_snode/snode_tree.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 86%] /opt/build/repo/python/taichi/tools/__init__.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 88%] /opt/build/repo/python/taichi/tools/cc_compose.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 89%] /opt/build/repo/python/taichi/tools/diagnose.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 90%] /opt/build/repo/python/taichi/tools/image.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 91%] /opt/build/repo/python/taichi/tools/np2ply.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 92%] /opt/build/repo/python/taichi/tools/video.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 93%] /opt/build/repo/python/taichi/math/__init__.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 94%] /opt/build/repo/python/taichi/math/_complex.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 95%] /opt/build/repo/python/taichi/math/mathimpl.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 96%] /opt/build/repo/python/taichi/graph/__init__.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 97%] /opt/build/repo/python/taichi/graph/_graph.py
12:39:54 PM: [AutoAPI] Mapping Data... [ 98%] /opt/build/repo/python/taichi/ad/__init__.py
12:39:54 PM: [AutoAPI] Mapping Data... [100%] /opt/build/repo/python/taichi/ad/_ad.py
12:39:54 PM: [AutoAPI] Rendering Data... [ 1%] taichi
12:39:54 PM: [AutoAPI] Rendering Data... [ 2%] taichi.__main__
12:39:54 PM: [AutoAPI] Rendering Data... [ 3%] taichi._funcs
12:39:54 PM: [AutoAPI] Rendering Data... [ 4%] taichi._kernels
12:39:54 PM: [AutoAPI] Rendering Data... [ 5%] taichi._logging
12:39:54 PM: [AutoAPI] Rendering Data... [ 6%] taichi._main
12:39:54 PM: [AutoAPI] Rendering Data... [ 7%] taichi._version_check
12:39:54 PM: [AutoAPI] Rendering Data... [ 8%] taichi.experimental
12:39:54 PM: [AutoAPI] Rendering Data... [ 9%] taichi.profiler
12:39:54 PM: [AutoAPI] Rendering Data... [ 10%] taichi.profiler.kernel_metrics
12:39:54 PM: [AutoAPI] Rendering Data... [ 11%] taichi.profiler.kernel_profiler
12:39:54 PM: [AutoAPI] Rendering Data... [ 13%] taichi.profiler.memory_profiler
12:39:54 PM: [AutoAPI] Rendering Data... [ 14%] taichi.profiler.scoped_profiler
12:39:54 PM: [AutoAPI] Rendering Data... [ 15%] taichi.lang
12:39:55 PM: [AutoAPI] Rendering Data... [ 16%] taichi.lang._ndarray
12:39:55 PM: [AutoAPI] Rendering Data... [ 17%] taichi.lang._ndrange
12:39:55 PM: [AutoAPI] Rendering Data... [ 18%] taichi.lang._texture
12:39:55 PM: [AutoAPI] Rendering Data... [ 19%] taichi.lang.any_array
12:39:55 PM: [AutoAPI] Rendering Data... [ 20%] taichi.lang.common_ops
12:39:55 PM: [AutoAPI] Rendering Data... [ 21%] taichi.lang.enums
12:39:55 PM: [AutoAPI] Rendering Data... [ 22%] taichi.lang.exception
12:39:55 PM: [AutoAPI] Rendering Data... [ 23%] taichi.lang.expr
12:39:55 PM: [AutoAPI] Rendering Data... [ 25%] taichi.lang.field
12:39:55 PM: [AutoAPI] Rendering Data... [ 26%] taichi.lang.impl
12:39:55 PM: [AutoAPI] Rendering Data... [ 27%] taichi.lang.kernel_arguments
12:39:55 PM: [AutoAPI] Rendering Data... [ 28%] taichi.lang.kernel_impl
12:39:55 PM: [AutoAPI] Rendering Data... [ 29%] taichi.lang.matrix
12:39:55 PM: [AutoAPI] Rendering Data... [ 30%] taichi.lang.mesh
12:39:55 PM: [AutoAPI] Rendering Data... [ 31%] taichi.lang.misc
12:39:55 PM: [AutoAPI] Rendering Data... [ 32%] taichi.lang.ops
12:39:55 PM: [AutoAPI] Rendering Data... [ 33%] taichi.lang.runtime_ops
12:39:55 PM: [AutoAPI] Rendering Data... [ 34%] taichi.lang.shell
12:39:55 PM: [AutoAPI] Rendering Data... [ 35%] taichi.lang.snode
12:39:55 PM: [AutoAPI] Rendering Data... [ 36%] taichi.lang.source_builder
12:39:55 PM: [AutoAPI] Rendering Data... [ 38%] taichi.lang.struct
12:39:55 PM: [AutoAPI] Rendering Data... [ 39%] taichi.lang.swizzle_generator
12:39:55 PM: [AutoAPI] Rendering Data... [ 40%] taichi.lang.util
12:39:55 PM: [AutoAPI] Rendering Data... [ 41%] taichi.lang.ast
12:39:55 PM: [AutoAPI] Rendering Data... [ 42%] taichi.lang.ast.ast_transformer
12:39:55 PM: [AutoAPI] Rendering Data... [ 43%] taichi.lang.ast.ast_transformer_utils
12:39:55 PM: [AutoAPI] Rendering Data... [ 44%] taichi.lang.ast.checkers
12:39:55 PM: [AutoAPI] Rendering Data... [ 45%] taichi.lang.ast.symbol_resolver
12:39:55 PM: [AutoAPI] Rendering Data... [ 46%] taichi.lang.ast.transform
12:39:55 PM: [AutoAPI] Rendering Data... [ 47%] taichi.lang.simt
12:39:55 PM: [AutoAPI] Rendering Data... [ 48%] taichi.lang.simt.block
12:39:55 PM: [AutoAPI] Rendering Data... [ 50%] taichi.lang.simt.grid
12:39:55 PM: [AutoAPI] Rendering Data... [ 51%] taichi.lang.simt.subgroup
12:39:55 PM: [AutoAPI] Rendering Data... [ 52%] taichi.lang.simt.warp
12:39:55 PM: [AutoAPI] Rendering Data... [ 53%] taichi.linalg
12:39:55 PM: [AutoAPI] Rendering Data... [ 54%] taichi.linalg.sparse_matrix
12:39:55 PM: [AutoAPI] Rendering Data... [ 55%] taichi.linalg.sparse_solver
12:39:55 PM: [AutoAPI] Rendering Data... [ 56%] taichi.aot
12:39:55 PM: [AutoAPI] Rendering Data... [ 57%] taichi.aot.module
12:39:55 PM: [AutoAPI] Rendering Data... [ 58%] taichi.aot.record
12:39:55 PM: [AutoAPI] Rendering Data... [ 59%] taichi.aot.utils
12:39:55 PM: [AutoAPI] Rendering Data... [ 60%] taichi._lib
12:39:55 PM: [AutoAPI] Rendering Data... [ 61%] taichi._lib.utils
12:39:55 PM: [AutoAPI] Rendering Data... [ 63%] taichi.ui
12:39:55 PM: [AutoAPI] Rendering Data... [ 64%] taichi.ui.camera
12:39:55 PM: [AutoAPI] Rendering Data... [ 65%] taichi.ui.canvas
12:39:55 PM: [AutoAPI] Rendering Data... [ 66%] taichi.ui.constants
12:39:55 PM: [AutoAPI] Rendering Data... [ 67%] taichi.ui.gui
12:39:55 PM: [AutoAPI] Rendering Data... [ 68%] taichi.ui.imgui
12:39:55 PM: [AutoAPI] Rendering Data... [ 69%] taichi.ui.scene
12:39:55 PM: [AutoAPI] Rendering Data... [ 70%] taichi.ui.staging_buffer
12:39:55 PM: [AutoAPI] Rendering Data... [ 71%] taichi.ui.ui
12:39:55 PM: [AutoAPI] Rendering Data... [ 72%] taichi.ui.utils
12:39:55 PM: [AutoAPI] Rendering Data... [ 73%] taichi.ui.window
12:39:55 PM: [AutoAPI] Rendering Data... [ 75%] taichi.types
12:39:55 PM: [AutoAPI] Rendering Data... [ 76%] taichi.types.annotations
12:39:55 PM: [AutoAPI] Rendering Data... [ 77%] taichi.types.compound_types
12:39:55 PM: [AutoAPI] Rendering Data... [ 78%] taichi.types.ndarray_type
12:39:55 PM: [AutoAPI] Rendering Data... [ 79%] taichi.types.primitive_types
12:39:55 PM: [AutoAPI] Rendering Data... [ 80%] taichi.types.quant
12:39:55 PM: [AutoAPI] Rendering Data... [ 81%] taichi.types.texture_type
12:39:55 PM: [AutoAPI] Rendering Data... [ 82%] taichi.types.utils
12:39:55 PM: [AutoAPI] Rendering Data... [ 83%] taichi._snode
12:39:55 PM: [AutoAPI] Rendering Data... [ 84%] taichi._snode.fields_builder
12:39:55 PM: [AutoAPI] Rendering Data... [ 85%] taichi._snode.snode_tree
12:39:55 PM: [AutoAPI] Rendering Data... [ 86%] taichi.tools
12:39:55 PM: [AutoAPI] Rendering Data... [ 88%] taichi.tools.cc_compose
12:39:55 PM: [AutoAPI] Rendering Data... [ 89%] taichi.tools.diagnose
12:39:55 PM: [AutoAPI] Rendering Data... [ 90%] taichi.tools.image
12:39:55 PM: [AutoAPI] Rendering Data... [ 91%] taichi.tools.np2ply
12:39:55 PM: [AutoAPI] Rendering Data... [ 92%] taichi.tools.video
12:39:55 PM: [AutoAPI] Rendering Data... [ 93%] taichi.math
12:39:55 PM: [AutoAPI] Rendering Data... [ 94%] taichi.math._complex
12:39:55 PM: [AutoAPI] Rendering Data... [ 95%] taichi.math.mathimpl
12:39:55 PM: [AutoAPI] Rendering Data... [ 96%] taichi.graph
12:39:55 PM: [AutoAPI] Rendering Data... [ 97%] taichi.graph._graph
12:39:55 PM: [AutoAPI] Rendering Data... [ 98%] taichi.ad
12:39:55 PM: [AutoAPI] Rendering Data... [100%] taichi.ad._ad
12:39:55 PM: [autosummary] generating autosummary for: _autoapi_templates/index.rst, _autoapi_templates/python/module.rst, index.rst
12:39:55 PM: building [mo]: targets for 0 po files that are out of date
12:39:55 PM: building [dirhtml]: targets for 3 source files that are out of date
12:39:55 PM: updating environment: [new config] 96 added, 0 changed, 0 removed
12:39:55 PM: reading sources... [ 1%] _autoapi_templates/index
12:39:55 PM: reading sources... [ 2%] _autoapi_templates/python/module
12:39:55 PM: reading sources... [ 3%] autoapi/index
12:39:55 PM: reading sources... [ 4%] autoapi/taichi/__main__/index
12:39:55 PM: reading sources... [ 5%] autoapi/taichi/_funcs/index
12:39:55 PM: reading sources... [ 6%] autoapi/taichi/_kernels/index
12:39:55 PM: reading sources... [ 7%] autoapi/taichi/_lib/index
12:39:55 PM: reading sources... [ 8%] autoapi/taichi/_lib/utils/index
12:39:55 PM: reading sources... [ 9%] autoapi/taichi/_logging/index
12:39:55 PM: reading sources... [ 10%] autoapi/taichi/_main/index
12:39:55 PM: reading sources... [ 11%] autoapi/taichi/_snode/fields_builder/index
12:39:55 PM: reading sources... [ 12%] autoapi/taichi/_snode/index
12:39:55 PM: reading sources... [ 13%] autoapi/taichi/_snode/snode_tree/index
12:39:55 PM: reading sources... [ 14%] autoapi/taichi/_version_check/index
12:39:55 PM: reading sources... [ 15%] autoapi/taichi/ad/_ad/index
12:39:55 PM: reading sources... [ 16%] autoapi/taichi/ad/index
12:39:55 PM: reading sources... [ 17%] autoapi/taichi/aot/index
12:39:55 PM: reading sources... [ 18%] autoapi/taichi/aot/module/index
12:39:55 PM: reading sources... [ 19%] autoapi/taichi/aot/record/index
12:39:55 PM: reading sources... [ 20%] autoapi/taichi/aot/utils/index
12:39:55 PM: reading sources... [ 21%] autoapi/taichi/experimental/index
12:39:55 PM: reading sources... [ 22%] autoapi/taichi/graph/_graph/index
12:39:55 PM: reading sources... [ 23%] autoapi/taichi/graph/index
12:39:55 PM: reading sources... [ 25%] autoapi/taichi/index
12:39:57 PM: reading sources... [ 26%] autoapi/taichi/lang/_ndarray/index
12:39:57 PM: reading sources... [ 27%] autoapi/taichi/lang/_ndrange/index
12:39:57 PM: reading sources... [ 28%] autoapi/taichi/lang/_texture/index
12:39:57 PM: reading sources... [ 29%] autoapi/taichi/lang/any_array/index
12:39:57 PM: reading sources... [ 30%] autoapi/taichi/lang/ast/ast_transformer/index
12:39:57 PM: reading sources... [ 31%] autoapi/taichi/lang/ast/ast_transformer_utils/index
12:39:57 PM: reading sources... [ 32%] autoapi/taichi/lang/ast/checkers/index
12:39:57 PM: reading sources... [ 33%] autoapi/taichi/lang/ast/index
12:39:57 PM: reading sources... [ 34%] autoapi/taichi/lang/ast/symbol_resolver/index
12:39:57 PM: reading sources... [ 35%] autoapi/taichi/lang/ast/transform/index
12:39:57 PM: reading sources... [ 36%] autoapi/taichi/lang/common_ops/index
12:39:57 PM: reading sources... [ 37%] autoapi/taichi/lang/enums/index
12:39:57 PM: reading sources... [ 38%] autoapi/taichi/lang/exception/index
12:39:57 PM: reading sources... [ 39%] autoapi/taichi/lang/expr/index
12:39:57 PM: reading sources... [ 40%] autoapi/taichi/lang/field/index
12:39:57 PM: reading sources... [ 41%] autoapi/taichi/lang/impl/index
12:39:57 PM: reading sources... [ 42%] autoapi/taichi/lang/index
12:39:59 PM: reading sources... [ 43%] autoapi/taichi/lang/kernel_arguments/index
12:39:59 PM: reading sources... [ 44%] autoapi/taichi/lang/kernel_impl/index
12:39:59 PM: reading sources... [ 45%] autoapi/taichi/lang/matrix/index
12:39:59 PM: reading sources... [ 46%] autoapi/taichi/lang/mesh/index
12:39:59 PM: reading sources... [ 47%] autoapi/taichi/lang/misc/index
12:39:59 PM: reading sources... [ 48%] autoapi/taichi/lang/ops/index
12:40:00 PM: reading sources... [ 50%] autoapi/taichi/lang/runtime_ops/index
12:40:00 PM: reading sources... [ 51%] autoapi/taichi/lang/shell/index
12:40:00 PM: reading sources... [ 52%] autoapi/taichi/lang/simt/block/index
12:40:00 PM: reading sources... [ 53%] autoapi/taichi/lang/simt/grid/index
12:40:00 PM: reading sources... [ 54%] autoapi/taichi/lang/simt/index
12:40:00 PM: reading sources... [ 55%] autoapi/taichi/lang/simt/subgroup/index
12:40:00 PM: reading sources... [ 56%] autoapi/taichi/lang/simt/warp/index
12:40:00 PM: reading sources... [ 57%] autoapi/taichi/lang/snode/index
12:40:00 PM: reading sources... [ 58%] autoapi/taichi/lang/source_builder/index
12:40:00 PM: reading sources... [ 59%] autoapi/taichi/lang/struct/index
12:40:00 PM: reading sources... [ 60%] autoapi/taichi/lang/swizzle_generator/index
12:40:00 PM: reading sources... [ 61%] autoapi/taichi/lang/util/index
12:40:00 PM: reading sources... [ 62%] autoapi/taichi/linalg/index
12:40:00 PM: reading sources... [ 63%] autoapi/taichi/linalg/sparse_matrix/index
12:40:00 PM: reading sources... [ 64%] autoapi/taichi/linalg/sparse_solver/index
12:40:00 PM: reading sources... [ 65%] autoapi/taichi/math/_complex/index
12:40:00 PM: reading sources... [ 66%] autoapi/taichi/math/index
12:40:01 PM: reading sources... [ 67%] autoapi/taichi/math/mathimpl/index
12:40:01 PM: reading sources... [ 68%] autoapi/taichi/profiler/index
12:40:01 PM: reading sources... [ 69%] autoapi/taichi/profiler/kernel_metrics/index
12:40:01 PM: reading sources... [ 70%] autoapi/taichi/profiler/kernel_profiler/index
12:40:01 PM: reading sources... [ 71%] autoapi/taichi/profiler/memory_profiler/index
12:40:01 PM: reading sources... [ 72%] autoapi/taichi/profiler/scoped_profiler/index
12:40:01 PM: reading sources... [ 73%] autoapi/taichi/tools/cc_compose/index
12:40:01 PM: reading sources... [ 75%] autoapi/taichi/tools/diagnose/index
12:40:01 PM: reading sources... [ 76%] autoapi/taichi/tools/image/index
12:40:01 PM: reading sources... [ 77%] autoapi/taichi/tools/index
12:40:01 PM: reading sources... [ 78%] autoapi/taichi/tools/np2ply/index
12:40:01 PM: reading sources... [ 79%] autoapi/taichi/tools/video/index
12:40:01 PM: reading sources... [ 80%] autoapi/taichi/types/annotations/index
12:40:01 PM: reading sources... [ 81%] autoapi/taichi/types/compound_types/index
12:40:01 PM: reading sources... [ 82%] autoapi/taichi/types/index
12:40:01 PM: reading sources... [ 83%] autoapi/taichi/types/ndarray_type/index
12:40:01 PM: reading sources... [ 84%] autoapi/taichi/types/primitive_types/index
12:40:01 PM: reading sources... [ 85%] autoapi/taichi/types/quant/index
12:40:01 PM: reading sources... [ 86%] autoapi/taichi/types/texture_type/index
12:40:01 PM: reading sources... [ 87%] autoapi/taichi/types/utils/index
12:40:01 PM: reading sources... [ 88%] autoapi/taichi/ui/camera/index
12:40:01 PM: reading sources... [ 89%] autoapi/taichi/ui/canvas/index
12:40:02 PM: reading sources... [ 90%] autoapi/taichi/ui/constants/index
12:40:02 PM: reading sources... [ 91%] autoapi/taichi/ui/gui/index
12:40:02 PM: reading sources... [ 92%] autoapi/taichi/ui/imgui/index
12:40:02 PM: reading sources... [ 93%] autoapi/taichi/ui/index
12:40:03 PM: reading sources... [ 94%] autoapi/taichi/ui/scene/index
12:40:03 PM: reading sources... [ 95%] autoapi/taichi/ui/staging_buffer/index
12:40:03 PM: reading sources... [ 96%] autoapi/taichi/ui/ui/index
12:40:03 PM: reading sources... [ 97%] autoapi/taichi/ui/utils/index
12:40:03 PM: reading sources... [ 98%] autoapi/taichi/ui/window/index
12:40:03 PM: reading sources... [100%] index
12:40:03 PM: [AutoAPI] Adding AutoAPI TOCTree [autoapi/index] to index.rst
12:40:03 PM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:16: WARNING: toctree contains reference to nonexisting document '_autoapi_templates/taichi/index'
12:40:03 PM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:16: WARNING: toctree contains reference to nonexisting document '_autoapi_templates/taichi/ad/index'
12:40:03 PM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:16: WARNING: toctree contains reference to nonexisting document '_autoapi_templates/taichi/aot/index'
12:40:03 PM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:16: WARNING: toctree contains reference to nonexisting document '_autoapi_templates/taichi/linalg/index'
12:40:03 PM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:16: WARNING: toctree contains reference to nonexisting document '_autoapi_templates/taichi/profiler/index'
12:40:03 PM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:16: WARNING: toctree contains reference to nonexisting document '_autoapi_templates/taichi/tools/index'
12:40:03 PM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:16: WARNING: toctree contains reference to nonexisting document '_autoapi_templates/taichi/types/index'
12:40:03 PM: /opt/build/repo/docsgen/experimental/_autoapi_templates/index.rst:16: WARNING: toctree contains reference to nonexisting document '_autoapi_templates/taichi/ui/index'
12:40:03 PM: /opt/build/repo/docsgen/experimental/_autoapi_templates/python/module.rst:8: ERROR: Error in "py:module" directive:
12:40:03 PM: maximum 1 argument(s) allowed, 3 supplied.
12:40:03 PM: .. py:module:: {{ obj.name }}
12:40:03 PM: /opt/build/repo/docsgen/experimental/_autoapi_templates/python/module.rst:41: WARNING: Definition list ends without a blank line; unexpected unindent.
12:40:03 PM: /opt/build/repo/docsgen/experimental/_autoapi_templates/python/module.rst:56: WARNING: Definition list ends without a blank line; unexpected unindent.
12:40:03 PM: /opt/build/repo/docsgen/experimental/_autoapi_templates/python/module.rst:71: WARNING: Definition list ends without a blank line; unexpected unindent.
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/_main/index.rst:112: WARNING: Inline emphasis start-string without end-string.
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /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
12:40:03 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/aot/index.rst:104: ERROR: Unknown directive type "todo".
12:40:03 PM: .. todo:: * Support external array
12:40:03 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/aot/module/index.rst:106: ERROR: Unknown directive type "todo".
12:40:03 PM: .. todo:: * Support external array
12:40:03 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/index.rst:2085: WARNING: Definition list ends without a blank line; unexpected unindent.
12:40:03 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/index.rst:4658: WARNING: Inline interpreted text or phrase reference start-string without end-string.
12:40:03 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/ast/ast_transformer/index.rst:276: ERROR: Undefined substitution referenced: "node".
12:40:03 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/impl/index.rst:135: WARNING: Inline interpreted text or phrase reference start-string without end-string.
12:40:03 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/index.rst:1430: WARNING: Definition list ends without a blank line; unexpected unindent.
12:40:03 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/index.rst:3064: WARNING: duplicate object description of taichi.lang.field, other instance in autoapi/taichi/lang/field/index, use :noindex: for one of them
12:40:03 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/index.rst:3821: WARNING: Inline interpreted text or phrase reference start-string without end-string.
12:40:03 PM: /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
12:40:03 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/struct/index.rst:78: WARNING: Definition list ends without a blank line; unexpected unindent.
12:40:03 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/ui/index.rst:1274: WARNING: Definition list ends without a blank line; unexpected unindent.
12:40:03 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/ui/window/index.rst:57: WARNING: Definition list ends without a blank line; unexpected unindent.
12:40:03 PM: looking for now-outdated files... none found
12:40:03 PM: pickling environment... done
12:40:03 PM: 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/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/quant/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/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/quant/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
12:40:03 PM: preparing documents... done
12:40:03 PM: writing output... [ 1%] _autoapi_templates/index
12:40:03 PM: writing output... [ 2%] _autoapi_templates/python/module
12:40:03 PM: writing output... [ 3%] autoapi/index
12:40:03 PM: writing output... [ 4%] autoapi/taichi/__main__/index
12:40:03 PM: writing output... [ 5%] autoapi/taichi/_funcs/index
12:40:03 PM: writing output... [ 6%] autoapi/taichi/_kernels/index
12:40:03 PM: writing output... [ 7%] autoapi/taichi/_lib/index
12:40:03 PM: writing output... [ 8%] autoapi/taichi/_lib/utils/index
12:40:03 PM: writing output... [ 9%] autoapi/taichi/_logging/index
12:40:03 PM: writing output... [ 10%] autoapi/taichi/_main/index
12:40:03 PM: writing output... [ 11%] autoapi/taichi/_snode/fields_builder/index
12:40:03 PM: writing output... [ 12%] autoapi/taichi/_snode/index
12:40:03 PM: writing output... [ 13%] autoapi/taichi/_snode/snode_tree/index
12:40:03 PM: writing output... [ 14%] autoapi/taichi/_version_check/index
12:40:03 PM: writing output... [ 15%] autoapi/taichi/ad/_ad/index
12:40:03 PM: writing output... [ 16%] autoapi/taichi/ad/index
12:40:03 PM: writing output... [ 17%] autoapi/taichi/aot/index
12:40:03 PM: writing output... [ 18%] autoapi/taichi/aot/module/index
12:40:03 PM: writing output... [ 19%] autoapi/taichi/aot/record/index
12:40:03 PM: writing output... [ 20%] autoapi/taichi/aot/utils/index
12:40:03 PM: writing output... [ 21%] autoapi/taichi/experimental/index
12:40:03 PM: writing output... [ 22%] autoapi/taichi/graph/_graph/index
12:40:03 PM: writing output... [ 23%] autoapi/taichi/graph/index
12:40:03 PM: writing output... [ 25%] autoapi/taichi/index
12:40:05 PM: writing output... [ 26%] autoapi/taichi/lang/_ndarray/index
12:40:05 PM: writing output... [ 27%] autoapi/taichi/lang/_ndrange/index
12:40:05 PM: writing output... [ 28%] autoapi/taichi/lang/_texture/index
12:40:05 PM: writing output... [ 29%] autoapi/taichi/lang/any_array/index
12:40:05 PM: writing output... [ 30%] autoapi/taichi/lang/ast/ast_transformer/index
12:40:05 PM: writing output... [ 31%] autoapi/taichi/lang/ast/ast_transformer_utils/index
12:40:05 PM: writing output... [ 32%] autoapi/taichi/lang/ast/checkers/index
12:40:05 PM: writing output... [ 33%] autoapi/taichi/lang/ast/index
12:40:05 PM: writing output... [ 34%] autoapi/taichi/lang/ast/symbol_resolver/index
12:40:05 PM: writing output... [ 35%] autoapi/taichi/lang/ast/transform/index
12:40:05 PM: writing output... [ 36%] autoapi/taichi/lang/common_ops/index
12:40:05 PM: writing output... [ 37%] autoapi/taichi/lang/enums/index
12:40:05 PM: writing output... [ 38%] autoapi/taichi/lang/exception/index
12:40:05 PM: writing output... [ 39%] autoapi/taichi/lang/expr/index
12:40:05 PM: writing output... [ 40%] autoapi/taichi/lang/field/index
12:40:05 PM: writing output... [ 41%] autoapi/taichi/lang/impl/index
12:40:05 PM: writing output... [ 42%] autoapi/taichi/lang/index
12:40:06 PM: writing output... [ 43%] autoapi/taichi/lang/kernel_arguments/index
12:40:06 PM: writing output... [ 44%] autoapi/taichi/lang/kernel_impl/index
12:40:06 PM: writing output... [ 45%] autoapi/taichi/lang/matrix/index
12:40:06 PM: writing output... [ 46%] autoapi/taichi/lang/mesh/index
12:40:06 PM: writing output... [ 47%] autoapi/taichi/lang/misc/index
12:40:07 PM: writing output... [ 48%] autoapi/taichi/lang/ops/index
12:40:07 PM: writing output... [ 50%] autoapi/taichi/lang/runtime_ops/index
12:40:07 PM: writing output... [ 51%] autoapi/taichi/lang/shell/index
12:40:07 PM: writing output... [ 52%] autoapi/taichi/lang/simt/block/index
12:40:07 PM: writing output... [ 53%] autoapi/taichi/lang/simt/grid/index
12:40:07 PM: writing output... [ 54%] autoapi/taichi/lang/simt/index
12:40:07 PM: writing output... [ 55%] autoapi/taichi/lang/simt/subgroup/index
12:40:07 PM: writing output... [ 56%] autoapi/taichi/lang/simt/warp/index
12:40:07 PM: writing output... [ 57%] autoapi/taichi/lang/snode/index
12:40:07 PM: writing output... [ 58%] autoapi/taichi/lang/source_builder/index
12:40:07 PM: writing output... [ 59%] autoapi/taichi/lang/struct/index
12:40:07 PM: writing output... [ 60%] autoapi/taichi/lang/swizzle_generator/index
12:40:07 PM: writing output... [ 61%] autoapi/taichi/lang/util/index
12:40:07 PM: writing output... [ 62%] autoapi/taichi/linalg/index
12:40:07 PM: writing output... [ 63%] autoapi/taichi/linalg/sparse_matrix/index
12:40:07 PM: writing output... [ 64%] autoapi/taichi/linalg/sparse_solver/index
12:40:07 PM: writing output... [ 65%] autoapi/taichi/math/_complex/index
12:40:07 PM: writing output... [ 66%] autoapi/taichi/math/index
12:40:07 PM: writing output... [ 67%] autoapi/taichi/math/mathimpl/index
12:40:07 PM: writing output... [ 68%] autoapi/taichi/profiler/index
12:40:07 PM: writing output... [ 69%] autoapi/taichi/profiler/kernel_metrics/index
12:40:07 PM: writing output... [ 70%] autoapi/taichi/profiler/kernel_profiler/index
12:40:07 PM: writing output... [ 71%] autoapi/taichi/profiler/memory_profiler/index
12:40:07 PM: writing output... [ 72%] autoapi/taichi/profiler/scoped_profiler/index
12:40:07 PM: writing output... [ 73%] autoapi/taichi/tools/cc_compose/index
12:40:07 PM: writing output... [ 75%] autoapi/taichi/tools/diagnose/index
12:40:07 PM: writing output... [ 76%] autoapi/taichi/tools/image/index
12:40:07 PM: writing output... [ 77%] autoapi/taichi/tools/index
12:40:08 PM: writing output... [ 78%] autoapi/taichi/tools/np2ply/index
12:40:08 PM: writing output... [ 79%] autoapi/taichi/tools/video/index
12:40:08 PM: writing output... [ 80%] autoapi/taichi/types/annotations/index
12:40:08 PM: writing output... [ 81%] autoapi/taichi/types/compound_types/index
12:40:08 PM: writing output... [ 82%] autoapi/taichi/types/index
12:40:08 PM: writing output... [ 83%] autoapi/taichi/types/ndarray_type/index
12:40:08 PM: writing output... [ 84%] autoapi/taichi/types/primitive_types/index
12:40:08 PM: writing output... [ 85%] autoapi/taichi/types/quant/index
12:40:08 PM: writing output... [ 86%] autoapi/taichi/types/texture_type/index
12:40:08 PM: writing output... [ 87%] autoapi/taichi/types/utils/index
12:40:08 PM: writing output... [ 88%] autoapi/taichi/ui/camera/index
12:40:08 PM: writing output... [ 89%] autoapi/taichi/ui/canvas/index
12:40:08 PM: writing output... [ 90%] autoapi/taichi/ui/constants/index
12:40:08 PM: writing output... [ 91%] autoapi/taichi/ui/gui/index
12:40:08 PM: writing output... [ 92%] autoapi/taichi/ui/imgui/index
12:40:08 PM: writing output... [ 93%] autoapi/taichi/ui/index
12:40:09 PM: writing output... [ 94%] autoapi/taichi/ui/scene/index
12:40:09 PM: writing output... [ 95%] autoapi/taichi/ui/staging_buffer/index
12:40:09 PM: writing output... [ 96%] autoapi/taichi/ui/ui/index
12:40:09 PM: writing output... [ 97%] autoapi/taichi/ui/utils/index
12:40:09 PM: writing output... [ 98%] autoapi/taichi/ui/window/index
12:40:09 PM: writing output... [100%] index
12:40:09 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/field/index.rst:98: WARNING: more than one target found for cross-reference 'SNode': taichi.SNode, taichi.lang.SNode, taichi.lang.snode.SNode
12:40:09 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/field/index.rst:118: WARNING: more than one target found for cross-reference 'SNode': taichi.SNode, taichi.lang.SNode, taichi.lang.snode.SNode
12:40:09 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/field/index.rst:224: WARNING: more than one target found for cross-reference 'SNode': taichi.SNode, taichi.lang.SNode, taichi.lang.snode.SNode
12:40:09 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/field/index.rst:244: WARNING: more than one target found for cross-reference 'SNode': taichi.SNode, taichi.lang.SNode, taichi.lang.snode.SNode
12:40:09 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/matrix/index.rst:564: WARNING: more than one target found for cross-reference 'Field': taichi.Field, taichi.lang.field.Field, taichi.lang.Field
12:40:09 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/matrix/index.rst:623: WARNING: more than one target found for cross-reference 'ScalarField': taichi.ScalarField, taichi.lang.field.ScalarField, taichi.lang.ScalarField
12:40:09 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/matrix/index.rst:634: WARNING: more than one target found for cross-reference 'SNode': taichi.SNode, taichi.lang.SNode, taichi.lang.snode.SNode
12:40:09 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/matrix/index.rst:654: WARNING: more than one target found for cross-reference 'SNode': taichi.SNode, taichi.lang.SNode, taichi.lang.snode.SNode
12:40:09 PM: /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
12:40:09 PM: /opt/build/repo/docsgen/experimental/autoapi/taichi/lang/matrix/index.rst:1321: WARNING: more than one target found for cross-reference 'Ndarray': taichi.Ndarray, taichi.lang._ndarray.Ndarray, taichi.lang.Ndarray
12:40:09 PM: /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
12:40:09 PM: /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
12:40:09 PM: /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
12:40:09 PM: /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
12:40:09 PM: /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
12:40:09 PM: /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
12:40:09 PM: /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
12:40:09 PM: /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
12:40:09 PM: /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
12:40:09 PM: /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
12:40:09 PM: /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
12:40:09 PM: /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
12:40:09 PM: generating indices... genindex py-modindex done
12:40:09 PM: writing additional pages... search done
12:40:09 PM: copying static files... done
12:40:09 PM: copying extra files... done
12:40:09 PM: dumping search index in English (code: en)... done
12:40:09 PM: dumping object inventory... done
12:40:09 PM: build succeeded, 151 warnings.
12:40:09 PM: The HTML pages are in _build/html/master.
12:40:11 PM: 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
12:40:11 PM: * branch master -> FETCH_HEAD
12:40:11 PM: HEAD is now at 3346c838 Sync and update documentation content. (#453)
12:40:11 PM: npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
12:40:12 PM: changed 1 package, and audited 2 packages in 444ms
12:40:12 PM: found 0 vulnerabilities
12:40:12 PM: yarn install v1.22.19
12:40:12 PM: [1/4] Resolving packages...
12:40:13 PM: success Already up-to-date.
12:40:13 PM: Done in 0.46s.
12:40:13 PM: + version=
12:40:13 PM: + [[ ! -z '' ]]
12:40:13 PM: + prefixPath=docs
12:40:13 PM: + [[ ! -z '' ]]
12:40:13 PM: + cd /opt/build/repo/docs.taichi.graphics/website
12:40:13 PM: + rm -rf ./docs
12:40:13 PM: + mkdir -p ./docs
12:40:13 PM: + rsync -avh --delete /opt/build/repo/docs/lang/ /opt/build/repo/docs.taichi.graphics/website/docs/lang
12:40:13 PM: sending incremental file list
12:40:13 PM: created directory /opt/build/repo/docs.taichi.graphics/website/docs/lang
12:40:13 PM: ./
12:40:13 PM: articles/
12:40:13 PM: articles/about/
12:40:13 PM: articles/about/_category_.json
12:40:13 PM: articles/about/overview.md
12:40:13 PM: articles/advanced/
12:40:13 PM: articles/advanced/_category_.json
12:40:13 PM: articles/advanced/meta.md
12:40:13 PM: articles/advanced/odop.md
12:40:13 PM: articles/basic/
12:40:13 PM: articles/basic/_category_.json
12:40:13 PM: articles/basic/external.md
12:40:13 PM: articles/basic/field.md
12:40:13 PM: articles/basic/layout.md
12:40:13 PM: articles/basic/offset.md
12:40:13 PM: articles/basic/sparse.md
12:40:13 PM: articles/contribution/
12:40:13 PM: articles/contribution/_category_.json
12:40:13 PM: articles/contribution/contributor_guide.md
12:40:13 PM: articles/contribution/dev_install.md
12:40:13 PM: articles/contribution/development_tips.md
12:40:13 PM: articles/contribution/doc_writing.md
12:40:13 PM: articles/contribution/style_guide_en.md
12:40:13 PM: articles/contribution/write_test.md
12:40:13 PM: articles/contribution/writing_cpp_tests.md
12:40:13 PM: articles/debugging/
12:40:13 PM: articles/debugging/_category_.json
12:40:13 PM: articles/debugging/debugging.md
12:40:13 PM: articles/debugging/developer_utilities.md
12:40:13 PM: articles/deployment/
12:40:13 PM: articles/deployment/_category_.json
12:40:13 PM: articles/deployment/ndarray_android.md
12:40:13 PM: articles/differentiable/
12:40:13 PM: articles/differentiable/_category_.json
12:40:13 PM: articles/differentiable/differentiable_programming.md
12:40:13 PM: articles/faqs/
12:40:13 PM: articles/faqs/_category_.json
12:40:13 PM: articles/faqs/faq.md
12:40:13 PM: articles/faqs/install.md
12:40:13 PM: articles/get-started/
12:40:13 PM: articles/get-started/_category_.json
12:40:13 PM: articles/get-started/index.md
12:40:13 PM: articles/internals/
12:40:13 PM: articles/internals/_category_.json
12:40:13 PM: articles/internals/compilation.md
12:40:13 PM: articles/internals/internal.md
12:40:13 PM: articles/internals/life_of_kernel_lowres.jpg
12:40:13 PM: articles/kernels/
12:40:13 PM: articles/kernels/_category_.json
12:40:13 PM: articles/kernels/syntax.md
12:40:13 PM: articles/math/
12:40:13 PM: articles/math/_category_.json
12:40:13 PM: articles/math/sparse_matrix.md
12:40:13 PM: articles/performance/
12:40:13 PM: articles/performance/_category_.json
12:40:13 PM: articles/performance/performance.md
12:40:13 PM: articles/performance/profiler.md
12:40:13 PM: articles/reference/
12:40:13 PM: articles/reference/_category_.json
12:40:13 PM: articles/reference/differences_between_taichi_and_python_programs.md
12:40:13 PM: articles/reference/global_settings.md
12:40:13 PM: articles/reference/language_reference.md
12:40:13 PM: articles/reference/operator.md
12:40:13 PM: articles/reference/syntax_sugars.md
12:40:13 PM: articles/static/
12:40:13 PM: articles/static/assets/
12:40:13 PM: articles/static/assets/arrow_field.png
12:40:13 PM: articles/static/assets/arrows.png
12:40:13 PM: articles/static/assets/bls_indices_mapping.png
12:40:13 PM: articles/static/assets/circles.png
12:40:13 PM: articles/static/assets/colored_circles.png
12:40:13 PM: articles/static/assets/effect_of_offline_cache.png
12:40:13 PM: articles/static/assets/lines.png
12:40:13 PM: articles/static/assets/point_field.png
12:40:13 PM: articles/static/assets/rect.png
12:40:13 PM: articles/static/assets/triangles.png
12:40:13 PM: articles/type/
12:40:13 PM: articles/type/_category_.json
12:40:13 PM: articles/type/type.md
12:40:13 PM: articles/utilities/
12:40:13 PM: articles/utilities/_category_.json
12:40:13 PM: articles/visualization/
12:40:13 PM: articles/visualization/_category_.json
12:40:13 PM: articles/visualization/export_results.md
12:40:13 PM: articles/visualization/ggui.md
12:40:13 PM: articles/visualization/gui_system.md
12:40:13 PM: sent 878.90K bytes received 1.46K bytes 1.76M bytes/sec
12:40:13 PM: total size is 873.45K speedup is 0.99
12:40:13 PM: + node ./scripts/flaturl ./docs ./docs
12:40:13 PM: + cp -r variables ./docs/variables
12:40:13 PM: + rsync -avh --delete /opt/build/repo/docs/variable.json /opt/build/repo/docs.taichi.graphics/website/docs/variables/variable.json
12:40:13 PM: sending incremental file list
12:40:13 PM: variable.json
12:40:13 PM: sent 112 bytes received 35 bytes 294.00 bytes/sec
12:40:13 PM: total size is 3 speedup is 0.02
12:40:13 PM: + rsync -avh --delete /opt/build/repo/docs/fragments/ /opt/build/repo/docs.taichi.graphics/website/docs/fragments
12:40:13 PM: sending incremental file list
12:40:13 PM: created directory /opt/build/repo/docs.taichi.graphics/website/docs/fragments
12:40:13 PM: ./
12:40:13 PM: .gitkeep
12:40:13 PM: sent 130 bytes received 120 bytes 500.00 bytes/sec
12:40:13 PM: total size is 0 speedup is 0.00
12:40:13 PM: yarn run v1.22.19
12:40:13 PM: $ yarn run validateplugin && docusaurus build
12:40:13 PM: $ node ./scripts/validation/index.js
12:40:16 PM: [INFO] Website will be built for all these locales:
12:40:16 PM: - en
12:40:16 PM: - zh-Hans
12:40:16 PM: - fr-FR
12:40:16 PM: [INFO] [en] Creating an optimized production build...
12:40:16 PM: blog/en
12:40:25 PM: [WARNING] Duplicate routes found!
12:40:25 PM: Attempting to create page at /blog/eth-zürich-uses-taichi-lang-in-its-physically-based-simulation-source, but a page already exists at this route
12:40:25 PM: This could lead to non-deterministic routing behavior
12:40:25 PM: Browserslist: caniuse-lite is outdated. Please run:
12:40:25 PM: npx browserslist@latest --update-db
12:40:25 PM: Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
12:40:25 PM: [info] [webpackbar] Compiling Client
12:40:26 PM: [info] [webpackbar] Compiling Server
12:40:42 PM: [success] [webpackbar] Client: Compiled successfully in 16.77s
12:41:03 PM: [success] [webpackbar] Server: Compiled successfully in 37.61s
12:41:05 PM: [SUCCESS] Generated static files in build.
12:41:05 PM: [INFO] [zh-Hans] Creating an optimized production build...
12:41:05 PM: blog/zh-Hans
12:41:24 PM: [WARNING] Duplicate routes found!
12:41:24 PM: Attempting to create page at /zh-Hans/blog/eth-zürich-uses-taichi-lang-in-its-physically-based-simulation-source, but a page already exists at this route
12:41:24 PM: This could lead to non-deterministic routing behavior
12:41:24 PM: [info] [webpackbar] Compiling Client
12:41:24 PM: [info] [webpackbar] Compiling Server
12:41:36 PM: [success] [webpackbar] Client: Compiled successfully in 12.19s
12:41:56 PM: [success] [webpackbar] Server: Compiled successfully in 31.98s
12:41:58 PM: [SUCCESS] Generated static files in build/zh-Hans.
12:41:58 PM: [INFO] [fr-FR] Creating an optimized production build...
12:41:58 PM: blog/fr-FR
12:42:19 PM: [WARNING] Duplicate routes found!
12:42:19 PM: Attempting to create page at /fr-FR/blog/eth-zürich-uses-taichi-lang-in-its-physically-based-simulation-source, but a page already exists at this route
12:42:19 PM: This could lead to non-deterministic routing behavior
12:42:19 PM: [info] [webpackbar] Compiling Client
12:42:19 PM: [info] [webpackbar] Compiling Server
12:42:27 PM: [success] [webpackbar] Client: Compiled successfully in 8.34s
12:42:48 PM: [success] [webpackbar] Server: Compiled successfully in 29.16s
12:42:50 PM: [SUCCESS] Generated static files in build/fr-FR.
12:42:50 PM: [INFO] Use `npm run serve` command to test your build locally.
12:42:50 PM: Done in 157.10s.
12:42:50 PM:
12:42:50 PM: (build.command completed in 3m 9.8s)
12:42:50 PM:
12:42:50 PM: ────────────────────────────────────────────────────────────────
12:42:50 PM: 2. Deploy site
12:42:50 PM: ────────────────────────────────────────────────────────────────
12:42:50 PM:
12:42:50 PM: Starting to deploy site from 'docs.taichi.graphics/website/build'
12:42:51 PM: Creating deploy tree asynchronously
12:42:51 PM: Creating deploy upload records
12:42:53 PM: 1337 new files to upload
12:42:53 PM: 0 new functions to upload
12:43:02 PM: Site deploy was successfully initiated
12:43:02 PM:
12:43:02 PM: (Deploy site completed in 11.1s)
12:43:02 PM:
12:43:02 PM: ────────────────────────────────────────────────────────────────
12:43:02 PM: Netlify Build Complete
12:43:02 PM: ────────────────────────────────────────────────────────────────
12:43:02 PM:
12:43:02 PM: (Netlify Build completed in 3m 21s)
12:43:02 PM: Caching artifacts
12:43:02 PM: Started saving build plugins
12:43:02 PM: Finished saving build plugins
12:43:02 PM: Started saving pip cache
12:43:02 PM: Finished saving pip cache
12:43:02 PM: Started saving emacs cask dependencies
12:43:02 PM: Finished saving emacs cask dependencies
12:43:02 PM: Started saving maven dependencies
12:43:02 PM: Finished saving maven dependencies
12:43:02 PM: Started saving boot dependencies
12:43:02 PM: Finished saving boot dependencies
12:43:02 PM: Started saving rust rustup cache
12:43:02 PM: Finished saving rust rustup cache
12:43:02 PM: Started saving go dependencies
12:43:02 PM: Finished saving go dependencies
12:43:02 PM: Build script success
12:43:07 PM: Uploading Cache of size 1.2GB
12:43:08 PM: Starting post processing
12:43:08 PM: Post processing - HTML
12:43:14 PM: Finished processing build request in 4m4.333531251s
12:44:39 PM: Post processing - header rules
12:44:39 PM: Post processing - redirect rules
12:44:39 PM: Post processing done
12:44:42 PM: Site is live ✨