Deploy details
Deploy successful for olmv1
✨ Check known required permissions for install before installing with the helm applierDeploy log
Initializing
Complete
Initializing
Complete
6:47:00 PM: Build ready to start
6:47:14 PM: build-image version: 59029cc38debec12b365d8cde2431251b878d6bf (focal)
6:47:14 PM: buildbot version: 3e28bc4a2ea50cb9085c5b6f4123cf78ade50dc6
6:47:14 PM: Fetching cached dependencies
6:47:14 PM: Starting to download cache of 1.4GB
6:47:18 PM: Finished downloading cache in 4.23s
6:47:18 PM: Starting to extract cache
6:47:30 PM: Finished extracting cache in 11.412s
6:47:30 PM: Finished fetching cache in 15.782s
6:47:30 PM: Starting to prepare the repo for build
6:47:30 PM: Preparing Git Reference pull/1858/head
6:47:32 PM: Starting to install dependencies
6:47:32 PM: Started restoring cached mise cache
6:47:33 PM: Finished restoring cached mise cache
6:47:33 PM: mise python@3.13.2 install
6:47:33 PM: mise python@3.13.2 download cpython-3.13.2+20250317-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz
6:47:34 PM: mise python@3.13.2 extract cpython-3.13.2+20250317-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz
6:47:34 PM: mise python@3.13.2 python --version
6:47:34 PM: mise python@3.13.2 Python 3.13.2
6:47:34 PM: mise python@3.13.2 ✓ installed
6:47:34 PM: Python version set to 3.13
6:47:35 PM: Collecting pipenv
6:47:36 PM: Downloading pipenv-2024.4.1-py3-none-any.whl.metadata (17 kB)
6:47:36 PM: Collecting certifi (from pipenv)
6:47:36 PM: Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB)
6:47:36 PM: Collecting packaging>=22 (from pipenv)
6:47:36 PM: Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
6:47:36 PM: Collecting setuptools>=67 (from pipenv)
6:47:36 PM: Downloading setuptools-78.1.0-py3-none-any.whl.metadata (6.6 kB)
6:47:36 PM: Collecting virtualenv>=20.24.2 (from pipenv)
6:47:36 PM: Downloading virtualenv-20.30.0-py3-none-any.whl.metadata (4.5 kB)
6:47:36 PM: Collecting distlib<1,>=0.3.7 (from virtualenv>=20.24.2->pipenv)
6:47:36 PM: Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
6:47:36 PM: Collecting filelock<4,>=3.12.2 (from virtualenv>=20.24.2->pipenv)
6:47:36 PM: Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
6:47:36 PM: Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.24.2->pipenv)
6:47:36 PM: Downloading platformdirs-4.3.7-py3-none-any.whl.metadata (11 kB)
6:47:36 PM: Downloading pipenv-2024.4.1-py3-none-any.whl (3.0 MB)
6:47:36 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 57.6 MB/s eta 0:00:00
6:47:36 PM: Downloading packaging-24.2-py3-none-any.whl (65 kB)
6:47:36 PM: Downloading setuptools-78.1.0-py3-none-any.whl (1.3 MB)
6:47:36 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 73.0 MB/s eta 0:00:00
6:47:36 PM: Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
6:47:36 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 87.3 MB/s eta 0:00:00
6:47:36 PM: Downloading certifi-2025.1.31-py3-none-any.whl (166 kB)
6:47:36 PM: Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
6:47:36 PM: Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
6:47:36 PM: Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
6:47:36 PM: Installing collected packages: distlib, setuptools, platformdirs, packaging, filelock, certifi, virtualenv, pipenv
6:47:39 PM: Successfully installed certifi-2025.1.31 distlib-0.3.9 filelock-3.18.0 packaging-24.2 pipenv-2024.4.1 platformdirs-4.3.7 setuptools-78.1.0 virtualenv-20.30.0
6:47:39 PM: [notice] A new release of pip is available: 24.3.1 -> 25.0.1
6:47:39 PM: [notice] To update, run: pip install --upgrade pip
6:47:39 PM: Installing pip dependencies from requirements.txt
6:47:39 PM: Started restoring cached pip cache
6:47:39 PM: Finished restoring cached pip cache
6:47:39 PM: Collecting Babel==2.17.0 (from -r requirements.txt (line 1))
6:47:39 PM: Using cached babel-2.17.0-py3-none-any.whl.metadata (2.0 kB)
6:47:39 PM: Collecting beautifulsoup4==4.13.3 (from -r requirements.txt (line 2))
6:47:39 PM: Using cached beautifulsoup4-4.13.3-py3-none-any.whl.metadata (3.8 kB)
6:47:39 PM: Requirement already satisfied: certifi==2025.1.31 in /opt/buildhome/.local/share/mise/installs/python/3.13.2/lib/python3.13/site-packages (from -r requirements.txt (line 3)) (2025.1.31)
6:47:39 PM: Collecting charset-normalizer==3.4.1 (from -r requirements.txt (line 4))
6:47:39 PM: Using cached charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)
6:47:39 PM: Collecting click==8.1.8 (from -r requirements.txt (line 5))
6:47:39 PM: Using cached click-8.1.8-py3-none-any.whl.metadata (2.3 kB)
6:47:39 PM: Collecting colorama==0.4.6 (from -r requirements.txt (line 6))
6:47:39 PM: Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
6:47:39 PM: Collecting cssselect==1.3.0 (from -r requirements.txt (line 7))
6:47:39 PM: Using cached cssselect-1.3.0-py3-none-any.whl.metadata (2.6 kB)
6:47:39 PM: Collecting ghp-import==2.1.0 (from -r requirements.txt (line 8))
6:47:39 PM: Using cached ghp_import-2.1.0-py3-none-any.whl.metadata (7.2 kB)
6:47:39 PM: Collecting idna==3.10 (from -r requirements.txt (line 9))
6:47:40 PM: Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)
6:47:40 PM: Collecting Jinja2==3.1.6 (from -r requirements.txt (line 10))
6:47:40 PM: Using cached jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
6:47:40 PM: Collecting lxml==5.3.1 (from -r requirements.txt (line 11))
6:47:40 PM: Using cached lxml-5.3.1-cp313-cp313-manylinux_2_28_x86_64.whl.metadata (3.7 kB)
6:47:40 PM: Collecting Markdown==3.7 (from -r requirements.txt (line 12))
6:47:40 PM: Using cached Markdown-3.7-py3-none-any.whl.metadata (7.0 kB)
6:47:40 PM: Collecting markdown2==2.5.3 (from -r requirements.txt (line 13))
6:47:40 PM: Using cached markdown2-2.5.3-py3-none-any.whl.metadata (2.1 kB)
6:47:40 PM: Collecting MarkupSafe==3.0.2 (from -r requirements.txt (line 14))
6:47:40 PM: Using cached MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
6:47:40 PM: Collecting mergedeep==1.3.4 (from -r requirements.txt (line 15))
6:47:40 PM: Using cached mergedeep-1.3.4-py3-none-any.whl.metadata (4.3 kB)
6:47:40 PM: Collecting mkdocs==1.6.1 (from -r requirements.txt (line 16))
6:47:40 PM: Using cached mkdocs-1.6.1-py3-none-any.whl.metadata (6.0 kB)
6:47:40 PM: Collecting mkdocs-material==9.6.9 (from -r requirements.txt (line 17))
6:47:40 PM: Using cached mkdocs_material-9.6.9-py3-none-any.whl.metadata (19 kB)
6:47:40 PM: Collecting mkdocs-material-extensions==1.3.1 (from -r requirements.txt (line 18))
6:47:40 PM: Using cached mkdocs_material_extensions-1.3.1-py3-none-any.whl.metadata (6.9 kB)
6:47:40 PM: Requirement already satisfied: packaging==24.2 in /opt/buildhome/.local/share/mise/installs/python/3.13.2/lib/python3.13/site-packages (from -r requirements.txt (line 19)) (24.2)
6:47:40 PM: Collecting paginate==0.5.7 (from -r requirements.txt (line 20))
6:47:40 PM: Using cached paginate-0.5.7-py2.py3-none-any.whl.metadata (11 kB)
6:47:40 PM: Collecting pathspec==0.12.1 (from -r requirements.txt (line 21))
6:47:40 PM: Using cached pathspec-0.12.1-py3-none-any.whl.metadata (21 kB)
6:47:40 PM: Requirement already satisfied: platformdirs==4.3.7 in /opt/buildhome/.local/share/mise/installs/python/3.13.2/lib/python3.13/site-packages (from -r requirements.txt (line 22)) (4.3.7)
6:47:40 PM: Collecting Pygments==2.19.1 (from -r requirements.txt (line 23))
6:47:40 PM: Using cached pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB)
6:47:40 PM: Collecting pymdown-extensions==10.14.3 (from -r requirements.txt (line 24))
6:47:40 PM: Using cached pymdown_extensions-10.14.3-py3-none-any.whl.metadata (3.0 kB)
6:47:40 PM: Collecting pyquery==2.0.1 (from -r requirements.txt (line 25))
6:47:40 PM: Using cached pyquery-2.0.1-py3-none-any.whl.metadata (9.0 kB)
6:47:40 PM: Collecting python-dateutil==2.9.0.post0 (from -r requirements.txt (line 26))
6:47:40 PM: Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
6:47:40 PM: Collecting PyYAML==6.0.2 (from -r requirements.txt (line 27))
6:47:40 PM: Using cached PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
6:47:40 PM: Collecting pyyaml_env_tag==0.1 (from -r requirements.txt (line 28))
6:47:40 PM: Using cached pyyaml_env_tag-0.1-py3-none-any.whl.metadata (4.1 kB)
6:47:40 PM: Collecting readtime==3.0.0 (from -r requirements.txt (line 29))
6:47:40 PM: Using cached readtime-3.0.0-py3-none-any.whl
6:47:40 PM: Collecting regex==2024.11.6 (from -r requirements.txt (line 30))
6:47:40 PM: Using cached regex-2024.11.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB)
6:47:40 PM: Collecting requests==2.32.3 (from -r requirements.txt (line 31))
6:47:40 PM: Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
6:47:40 PM: Collecting six==1.17.0 (from -r requirements.txt (line 32))
6:47:40 PM: Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
6:47:40 PM: Collecting soupsieve==2.6 (from -r requirements.txt (line 33))
6:47:40 PM: Using cached soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB)
6:47:40 PM: Collecting urllib3==2.3.0 (from -r requirements.txt (line 34))
6:47:40 PM: Using cached urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB)
6:47:40 PM: Collecting watchdog==6.0.0 (from -r requirements.txt (line 35))
6:47:40 PM: Using cached watchdog-6.0.0-py3-none-manylinux2014_x86_64.whl.metadata (44 kB)
6:47:40 PM: Collecting typing-extensions>=4.0.0 (from beautifulsoup4==4.13.3->-r requirements.txt (line 2))
6:47:40 PM: Using cached typing_extensions-4.13.0-py3-none-any.whl.metadata (3.0 kB)
6:47:40 PM: Collecting mkdocs-get-deps>=0.2.0 (from mkdocs==1.6.1->-r requirements.txt (line 16))
6:47:40 PM: Using cached mkdocs_get_deps-0.2.0-py3-none-any.whl.metadata (4.0 kB)
6:47:40 PM: Collecting backrefs~=5.7.post1 (from mkdocs-material==9.6.9->-r requirements.txt (line 17))
6:47:40 PM: Using cached backrefs-5.8-py313-none-any.whl.metadata (3.3 kB)
6:47:41 PM: Using cached babel-2.17.0-py3-none-any.whl (10.2 MB)
6:47:41 PM: Using cached beautifulsoup4-4.13.3-py3-none-any.whl (186 kB)
6:47:41 PM: Using cached charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144 kB)
6:47:41 PM: Using cached click-8.1.8-py3-none-any.whl (98 kB)
6:47:41 PM: Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
6:47:41 PM: Using cached cssselect-1.3.0-py3-none-any.whl (18 kB)
6:47:41 PM: Using cached ghp_import-2.1.0-py3-none-any.whl (11 kB)
6:47:41 PM: Using cached idna-3.10-py3-none-any.whl (70 kB)
6:47:41 PM: Using cached jinja2-3.1.6-py3-none-any.whl (134 kB)
6:47:41 PM: Using cached lxml-5.3.1-cp313-cp313-manylinux_2_28_x86_64.whl (5.0 MB)
6:47:41 PM: Using cached Markdown-3.7-py3-none-any.whl (106 kB)
6:47:41 PM: Using cached markdown2-2.5.3-py3-none-any.whl (48 kB)
6:47:41 PM: Using cached MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB)
6:47:41 PM: Using cached mergedeep-1.3.4-py3-none-any.whl (6.4 kB)
6:47:41 PM: Using cached mkdocs-1.6.1-py3-none-any.whl (3.9 MB)
6:47:41 PM: Using cached mkdocs_material-9.6.9-py3-none-any.whl (8.7 MB)
6:47:41 PM: Using cached mkdocs_material_extensions-1.3.1-py3-none-any.whl (8.7 kB)
6:47:41 PM: Using cached paginate-0.5.7-py2.py3-none-any.whl (13 kB)
6:47:41 PM: Using cached pathspec-0.12.1-py3-none-any.whl (31 kB)
6:47:41 PM: Using cached pygments-2.19.1-py3-none-any.whl (1.2 MB)
6:47:41 PM: Using cached pymdown_extensions-10.14.3-py3-none-any.whl (264 kB)
6:47:41 PM: Using cached pyquery-2.0.1-py3-none-any.whl (22 kB)
6:47:41 PM: Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
6:47:41 PM: Using cached PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (759 kB)
6:47:41 PM: Using cached pyyaml_env_tag-0.1-py3-none-any.whl (3.9 kB)
6:47:41 PM: Using cached regex-2024.11.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (796 kB)
6:47:41 PM: Using cached requests-2.32.3-py3-none-any.whl (64 kB)
6:47:41 PM: Using cached six-1.17.0-py2.py3-none-any.whl (11 kB)
6:47:41 PM: Using cached soupsieve-2.6-py3-none-any.whl (36 kB)
6:47:41 PM: Using cached urllib3-2.3.0-py3-none-any.whl (128 kB)
6:47:41 PM: Using cached watchdog-6.0.0-py3-none-manylinux2014_x86_64.whl (79 kB)
6:47:41 PM: Using cached backrefs-5.8-py313-none-any.whl (399 kB)
6:47:41 PM: Using cached mkdocs_get_deps-0.2.0-py3-none-any.whl (9.5 kB)
6:47:41 PM: Using cached typing_extensions-4.13.0-py3-none-any.whl (45 kB)
6:47:41 PM: Installing collected packages: paginate, watchdog, urllib3, typing-extensions, soupsieve, six, regex, PyYAML, Pygments, pathspec, mkdocs-material-extensions, mergedeep, MarkupSafe, markdown2, Markdown, lxml, idna, cssselect, colorama, click, charset-normalizer, backrefs, Babel, requests, pyyaml_env_tag, python-dateutil, pyquery, pymdown-extensions, mkdocs-get-deps, Jinja2, beautifulsoup4, readtime, ghp-import, mkdocs, mkdocs-material
6:47:46 PM: Successfully installed Babel-2.17.0 Jinja2-3.1.6 Markdown-3.7 MarkupSafe-3.0.2 PyYAML-6.0.2 Pygments-2.19.1 backrefs-5.8 beautifulsoup4-4.13.3 charset-normalizer-3.4.1 click-8.1.8 colorama-0.4.6 cssselect-1.3.0 ghp-import-2.1.0 idna-3.10 lxml-5.3.1 markdown2-2.5.3 mergedeep-1.3.4 mkdocs-1.6.1 mkdocs-get-deps-0.2.0 mkdocs-material-9.6.9 mkdocs-material-extensions-1.3.1 paginate-0.5.7 pathspec-0.12.1 pymdown-extensions-10.14.3 pyquery-2.0.1 python-dateutil-2.9.0.post0 pyyaml_env_tag-0.1 readtime-3.0.0 regex-2024.11.6 requests-2.32.3 six-1.17.0 soupsieve-2.6 typing-extensions-4.13.0 urllib3-2.3.0 watchdog-6.0.0
6:47:46 PM: [notice] A new release of pip is available: 24.3.1 -> 25.0.1
6:47:46 PM: [notice] To update, run: pip install --upgrade pip
6:47:46 PM: Pip dependencies installed
6:47:46 PM: Attempting Ruby version 2.7.2, read from environment
6:47:47 PM: Using Ruby version 2.7.2
6:47:47 PM: Started restoring cached go cache
6:47:47 PM: Finished restoring cached go cache
6:47:49 PM: Installing Go version 1.21.13 (requested 1.21.x)
6:47:56 PM: go version go1.23.4 linux/amd64
6:47:57 PM: Using PHP version 8.0
6:47:58 PM: Started restoring cached Node.js version
6:48:02 PM: Finished restoring cached Node.js version
6:48:02 PM: v18.20.8 is already installed.
6:48:02 PM: Now using node v18.20.8 (npm v10.8.2)
6:48:02 PM: Enabling Node.js Corepack
6:48:03 PM: Started restoring cached build plugins
6:48:03 PM: Finished restoring cached build plugins
6:48:03 PM: Successfully installed dependencies
6:48:03 PM: Starting build script
6:48:04 PM: Detected 0 framework(s)
6:48:04 PM: Section completed: initializing
Building
Complete
Building
Complete
6:48:06 PM: Netlify Build
6:48:06 PM: ────────────────────────────────────────────────────────────────
6:48:06 PM:
6:48:06 PM: ❯ Version
6:48:06 PM: @netlify/build 30.1.1
6:48:06 PM:
6:48:06 PM: ❯ Flags
6:48:06 PM: accountId: 5db8a8fc6354a189c146871d
6:48:06 PM: baseRelDir: true
6:48:06 PM: buildId: 67ed862473287e0008b16efb
6:48:06 PM: deployId: 67ed862473287e0008b16efd
6:48:06 PM:
6:48:06 PM: ❯ Current directory
6:48:06 PM: /opt/build/repo
6:48:06 PM:
6:48:06 PM: ❯ Config file
6:48:06 PM: /opt/build/repo/netlify.toml
6:48:06 PM:
6:48:06 PM: ❯ Context
6:48:06 PM: deploy-preview
6:48:06 PM:
6:48:06 PM: build.command from netlify.toml
6:48:06 PM: ────────────────────────────────────────────────────────────────
6:48:06 PM:
6:48:06 PM: $ mkdocs build
6:48:06 PM: INFO - Cleaning site directory
6:48:06 PM: INFO - Building documentation to directory: /opt/build/repo/site
6:48:06 PM: INFO - The following pages exist in the docs directory, but are not included in the "nav" configuration:
6:48:06 PM: - concepts/permission-model.md
6:48:06 PM: - draft/api-reference/catalogd-webserver-metas-endpoint.md
6:48:06 PM: - draft/howto/catalog-queries-metas-endpoint.md
6:48:06 PM: - draft/howto/consuming-metrics.md
6:48:06 PM: - draft/howto/fetching-catalog-contents.md
6:48:06 PM: - draft/howto/single-ownnamespace-install.md
6:48:06 PM: - draft/project/personas.md
6:48:06 PM: - draft/tutorials/explore-available-content-metas-endpoint.md
6:48:06 PM: WARNING - A reference to 'api-reference/catalogd-api-reference.md' is included in the 'nav' configuration, which is not found in the documentation files.
6:48:06 PM: INFO - Doc file 'concepts/permission-model.md' contains an unrecognized relative link '../tutorials/install-extension#L71', it was left as is. Did you mean '../tutorials/install-extension.md#L71'?
6:48:06 PM: WARNING - Doc file 'contribute/contributing.md' contains a link 'go.mod', but the target 'contribute/go.mod' is not found among documentation files.
6:48:06 PM: WARNING - Doc file 'draft/api-reference/catalogd-webserver-metas-endpoint.md' contains a link '../howto/catalog-queries.md', but the target 'draft/howto/catalog-queries.md' is not found among documentation files.
6:48:06 PM: WARNING - Doc file 'draft/howto/catalog-queries-metas-endpoint.md' contains a link '../tutorials/add-catalog.md', but the target 'draft/tutorials/add-catalog.md' is not found among documentation files.
6:48:06 PM: WARNING - Doc file 'draft/tutorials/explore-available-content-metas-endpoint.md' contains a link 'add-catalog.md', but the target 'draft/tutorials/add-catalog.md' is not found among documentation files.
6:48:06 PM: WARNING - Doc file 'draft/tutorials/explore-available-content-metas-endpoint.md' contains a link '../howto/catalog-queries.md', but the target 'draft/howto/catalog-queries.md' is not found among documentation files.
6:48:06 PM: WARNING - Doc file 'project/public-api.md' contains a link '../api-reference/catalogd-api-reference.md', but the target 'api-reference/catalogd-api-reference.md' is not found among documentation files.
6:48:07 PM: INFO - Documentation built in 0.80 seconds
6:48:07 PM:
6:48:07 PM: (build.command completed in 1s)
6:48:07 PM:
6:48:07 PM: (Netlify Build completed in 1.4s)
6:48:08 PM: Section completed: building
6:48:16 PM: Finished processing build request in 1m2.382s
Deploying
Complete
Deploying
Complete
6:48:07 PM: Deploy site
6:48:07 PM: ────────────────────────────────────────────────────────────────
6:48:07 PM:
6:48:07 PM: Starting to deploy site from 'site'
6:48:07 PM: Calculating files to upload
6:48:07 PM: 0 new file(s) to upload
6:48:07 PM: 0 new function(s) to upload
6:48:07 PM: Section completed: deploying
6:48:07 PM: Site deploy was successfully initiated
6:48:07 PM:
6:48:07 PM: (Deploy site completed in 247ms)
Cleanup
Complete
Cleanup
Complete
6:48:07 PM: Netlify Build Complete
6:48:07 PM: ────────────────────────────────────────────────────────────────
6:48:07 PM:
6:48:08 PM: Caching artifacts
6:48:08 PM: Started saving build plugins
6:48:08 PM: Finished saving build plugins
6:48:08 PM: Started saving mise cache
6:48:08 PM: Finished saving mise cache
6:48:08 PM: Started saving pip cache
6:48:08 PM: Finished saving pip cache
6:48:08 PM: Started saving emacs cask dependencies
6:48:08 PM: Finished saving emacs cask dependencies
6:48:08 PM: Started saving maven dependencies
6:48:08 PM: Finished saving maven dependencies
6:48:08 PM: Started saving boot dependencies
6:48:08 PM: Finished saving boot dependencies
6:48:08 PM: Started saving rust rustup cache
6:48:08 PM: Finished saving rust rustup cache
6:48:08 PM: Started saving go dependencies
6:48:08 PM: Finished saving go dependencies
6:48:08 PM: Build script success
6:48:13 PM: Uploading Cache of size 1.4GB
6:48:16 PM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
6:48:07 PM: Post processing done
6:48:07 PM: Section completed: postprocessing
6:48:07 PM: Starting post processing
6:48:07 PM: Skipping form detection
6:48:07 PM: Post processing - header rules
6:48:07 PM: Post processing - redirect rules
6:48:08 PM: Site is live ✨