Read the Docs build information Build id: 4030846 Project: eunomatix-watchdog Version: v3.0.4 Commit: 431cbbcf8bd0f459b03eecd9d03b3fdbd96d159d Date: 2026-05-20T20:57:48.913168Z State: finished Success: True [rtd-command-info] start-time: 2026-05-20T21:00:28.078424Z, end-time: 2026-05-20T21:00:32.270726Z, duration: 4, exit-code: 0 git clone --depth 1 git@github.com:eunomatix/watchdog.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2026-05-20T21:00:32.366166Z, end-time: 2026-05-20T21:00:37.974413Z, duration: 5, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/release-v3.0.4:refs/remotes/origin/release-v3.0.4 Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:eunomatix/watchdog * [new branch] release-v3.0.4 -> origin/release-v3.0.4 Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. * [new tag] v1.0.0 -> v1.0.0 * [new tag] v1.0.4 -> v1.0.4 * [new tag] v1.0.4-CentOS -> v1.0.4-CentOS * [new tag] v1.1.0 -> v1.1.0 * [new tag] v1.1.0-CentOS -> v1.1.0-CentOS * [new tag] v2.0.1 -> v2.0.1 * [new tag] v3.0.0 -> v3.0.0 * [new tag] v3.0.4 -> v3.0.4 [rtd-command-info] start-time: 2026-05-20T21:00:38.960616Z, end-time: 2026-05-20T21:00:39.092219Z, duration: 0, exit-code: 0 git checkout --force origin/release-v3.0.4 Note: switching to 'origin/release-v3.0.4'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 431cbbc ci: switch deploy.yml to tag-triggered workflow [rtd-command-info] start-time: 2026-05-20T21:00:39.180151Z, end-time: 2026-05-20T21:00:39.224913Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # Read the Docs configuration file for MkDocs projects # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the version of Python and other tools you might need build: os: ubuntu-22.04 tools: python: "3.12" mkdocs: configuration: mkdocs.yml # Optionally declare the Python requirements required to build your docs python: install: - requirements: docs/requirements.txt [rtd-command-info] start-time: 2026-05-20T21:00:44.821638Z, end-time: 2026-05-20T21:00:44.881372Z, duration: 0, exit-code: 0 asdf global python 3.12.12 [rtd-command-info] start-time: 2026-05-20T21:00:45.251253Z, end-time: 2026-05-20T21:00:45.945009Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.12.12.final.0-64 in 417ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2026-05-20T21:00:46.029087Z, end-time: 2026-05-20T21:00:51.497978Z, duration: 5, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (23.1) Collecting pip Downloading pip-26.1.1-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 14.4 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (67.6.1) Collecting setuptools Downloading setuptools-82.0.1-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 28.8 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-26.1.1 setuptools-82.0.1 [rtd-command-info] start-time: 2026-05-20T21:00:51.586091Z, end-time: 2026-05-20T21:00:53.923458Z, duration: 2, exit-code: 0 python -m pip install --upgrade --no-cache-dir mkdocs Collecting mkdocs Downloading mkdocs-1.6.1-py3-none-any.whl.metadata (6.0 kB) Collecting click>=7.0 (from mkdocs) Downloading click-8.4.0-py3-none-any.whl.metadata (2.6 kB) Collecting ghp-import>=1.0 (from mkdocs) Downloading ghp_import-2.1.0-py3-none-any.whl.metadata (7.2 kB) Collecting jinja2>=2.11.1 (from mkdocs) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting markdown>=3.3.6 (from mkdocs) Downloading markdown-3.10.2-py3-none-any.whl.metadata (5.1 kB) Collecting markupsafe>=2.0.1 (from mkdocs) Downloading markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB) Collecting mergedeep>=1.3.4 (from mkdocs) Downloading mergedeep-1.3.4-py3-none-any.whl.metadata (4.3 kB) Collecting mkdocs-get-deps>=0.2.0 (from mkdocs) Downloading mkdocs_get_deps-0.2.2-py3-none-any.whl.metadata (4.0 kB) Collecting packaging>=20.5 (from mkdocs) Downloading packaging-26.2-py3-none-any.whl.metadata (3.5 kB) Collecting pathspec>=0.11.1 (from mkdocs) Downloading pathspec-1.1.1-py3-none-any.whl.metadata (14 kB) Collecting pyyaml-env-tag>=0.1 (from mkdocs) Downloading pyyaml_env_tag-1.1-py3-none-any.whl.metadata (5.5 kB) Collecting pyyaml>=5.1 (from mkdocs) Downloading pyyaml-6.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB) Collecting watchdog>=2.0 (from mkdocs) Downloading watchdog-6.0.0-py3-none-manylinux2014_x86_64.whl.metadata (44 kB) Collecting python-dateutil>=2.8.1 (from ghp-import>=1.0->mkdocs) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Collecting platformdirs>=2.2.0 (from mkdocs-get-deps>=0.2.0->mkdocs) Downloading platformdirs-4.9.6-py3-none-any.whl.metadata (4.7 kB) Collecting six>=1.5 (from python-dateutil>=2.8.1->ghp-import>=1.0->mkdocs) Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) Downloading mkdocs-1.6.1-py3-none-any.whl (3.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 184.4 MB/s 0:00:00 Downloading click-8.4.0-py3-none-any.whl (116 kB) Downloading ghp_import-2.1.0-py3-none-any.whl (11 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading markdown-3.10.2-py3-none-any.whl (108 kB) Downloading markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 kB) Downloading mergedeep-1.3.4-py3-none-any.whl (6.4 kB) Downloading mkdocs_get_deps-0.2.2-py3-none-any.whl (9.6 kB) Downloading packaging-26.2-py3-none-any.whl (100 kB) Downloading pathspec-1.1.1-py3-none-any.whl (57 kB) Downloading platformdirs-4.9.6-py3-none-any.whl (21 kB) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Downloading pyyaml-6.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (807 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 807.9/807.9 kB 785.3 MB/s 0:00:00 Downloading pyyaml_env_tag-1.1-py3-none-any.whl (4.7 kB) Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Downloading watchdog-6.0.0-py3-none-manylinux2014_x86_64.whl (79 kB) Installing collected packages: watchdog, six, pyyaml, platformdirs, pathspec, packaging, mergedeep, markupsafe, markdown, click, pyyaml-env-tag, python-dateutil, mkdocs-get-deps, jinja2, ghp-import, mkdocs Successfully installed click-8.4.0 ghp-import-2.1.0 jinja2-3.1.6 markdown-3.10.2 markupsafe-3.0.3 mergedeep-1.3.4 mkdocs-1.6.1 mkdocs-get-deps-0.2.2 packaging-26.2 pathspec-1.1.1 platformdirs-4.9.6 python-dateutil-2.9.0.post0 pyyaml-6.0.3 pyyaml-env-tag-1.1 six-1.17.0 watchdog-6.0.0 [rtd-command-info] start-time: 2026-05-20T21:00:54.007750Z, end-time: 2026-05-20T21:01:00.137857Z, duration: 6, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt Requirement already satisfied: mkdocs in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (from -r docs/requirements.txt (line 1)) (1.6.1) Collecting mkdocs-material (from -r docs/requirements.txt (line 2)) Downloading mkdocs_material-9.7.6-py3-none-any.whl.metadata (19 kB) Collecting mkdocs-glightbox (from -r docs/requirements.txt (line 3)) Downloading mkdocs_glightbox-0.5.2-py3-none-any.whl.metadata (7.4 kB) Requirement already satisfied: click>=7.0 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (from mkdocs->-r docs/requirements.txt (line 1)) (8.4.0) Requirement already satisfied: ghp-import>=1.0 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (from mkdocs->-r docs/requirements.txt (line 1)) (2.1.0) Requirement already satisfied: jinja2>=2.11.1 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (from mkdocs->-r docs/requirements.txt (line 1)) (3.1.6) Requirement already satisfied: markdown>=3.3.6 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (from mkdocs->-r docs/requirements.txt (line 1)) (3.10.2) Requirement already satisfied: markupsafe>=2.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (from mkdocs->-r docs/requirements.txt (line 1)) (3.0.3) Requirement already satisfied: mergedeep>=1.3.4 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (from mkdocs->-r docs/requirements.txt (line 1)) (1.3.4) Requirement already satisfied: mkdocs-get-deps>=0.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (from mkdocs->-r docs/requirements.txt (line 1)) (0.2.2) Requirement already satisfied: packaging>=20.5 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (from mkdocs->-r docs/requirements.txt (line 1)) (26.2) Requirement already satisfied: pathspec>=0.11.1 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (from mkdocs->-r docs/requirements.txt (line 1)) (1.1.1) Requirement already satisfied: pyyaml-env-tag>=0.1 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (from mkdocs->-r docs/requirements.txt (line 1)) (1.1) Requirement already satisfied: pyyaml>=5.1 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (from mkdocs->-r docs/requirements.txt (line 1)) (6.0.3) Requirement already satisfied: watchdog>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (from mkdocs->-r docs/requirements.txt (line 1)) (6.0.0) Collecting babel>=2.10 (from mkdocs-material->-r docs/requirements.txt (line 2)) Downloading babel-2.18.0-py3-none-any.whl.metadata (2.2 kB) Collecting backrefs>=5.7.post1 (from mkdocs-material->-r docs/requirements.txt (line 2)) Downloading backrefs-7.0-py312-none-any.whl.metadata (3.0 kB) Collecting colorama>=0.4 (from mkdocs-material->-r docs/requirements.txt (line 2)) Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Collecting mkdocs-material-extensions>=1.3 (from mkdocs-material->-r docs/requirements.txt (line 2)) Downloading mkdocs_material_extensions-1.3.1-py3-none-any.whl.metadata (6.9 kB) Collecting paginate>=0.5 (from mkdocs-material->-r docs/requirements.txt (line 2)) Downloading paginate-0.5.7-py2.py3-none-any.whl.metadata (11 kB) Collecting pygments>=2.16 (from mkdocs-material->-r docs/requirements.txt (line 2)) Downloading pygments-2.20.0-py3-none-any.whl.metadata (2.5 kB) Collecting pymdown-extensions>=10.2 (from mkdocs-material->-r docs/requirements.txt (line 2)) Downloading pymdown_extensions-10.21.3-py3-none-any.whl.metadata (3.1 kB) Collecting requests>=2.30 (from mkdocs-material->-r docs/requirements.txt (line 2)) Downloading requests-2.34.2-py3-none-any.whl.metadata (4.8 kB) Collecting selectolax>=0.3.29 (from mkdocs-glightbox->-r docs/requirements.txt (line 3)) Downloading selectolax-0.4.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (8.2 kB) Requirement already satisfied: python-dateutil>=2.8.1 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (from ghp-import>=1.0->mkdocs->-r docs/requirements.txt (line 1)) (2.9.0.post0) Requirement already satisfied: platformdirs>=2.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (from mkdocs-get-deps>=0.2.0->mkdocs->-r docs/requirements.txt (line 1)) (4.9.6) Requirement already satisfied: six>=1.5 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/v3.0.4/lib/python3.12/site-packages (from python-dateutil>=2.8.1->ghp-import>=1.0->mkdocs->-r docs/requirements.txt (line 1)) (1.17.0) Collecting charset_normalizer<4,>=2 (from requests>=2.30->mkdocs-material->-r docs/requirements.txt (line 2)) Downloading charset_normalizer-3.4.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (40 kB) Collecting idna<4,>=2.5 (from requests>=2.30->mkdocs-material->-r docs/requirements.txt (line 2)) Downloading idna-3.15-py3-none-any.whl.metadata (7.7 kB) Collecting urllib3<3,>=1.26 (from requests>=2.30->mkdocs-material->-r docs/requirements.txt (line 2)) Downloading urllib3-2.7.0-py3-none-any.whl.metadata (6.9 kB) Collecting certifi>=2023.5.7 (from requests>=2.30->mkdocs-material->-r docs/requirements.txt (line 2)) Downloading certifi-2026.5.20-py3-none-any.whl.metadata (2.5 kB) Downloading mkdocs_material-9.7.6-py3-none-any.whl (9.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.3/9.3 MB 187.6 MB/s 0:00:00 Downloading mkdocs_glightbox-0.5.2-py3-none-any.whl (26 kB) Downloading babel-2.18.0-py3-none-any.whl (10.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 414.3 MB/s 0:00:00 Downloading backrefs-7.0-py312-none-any.whl (398 kB) Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Downloading mkdocs_material_extensions-1.3.1-py3-none-any.whl (8.7 kB) Downloading paginate-0.5.7-py2.py3-none-any.whl (13 kB) Downloading pygments-2.20.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 842.7 MB/s 0:00:00 Downloading pymdown_extensions-10.21.3-py3-none-any.whl (269 kB) Downloading requests-2.34.2-py3-none-any.whl (73 kB) Downloading charset_normalizer-3.4.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (216 kB) Downloading idna-3.15-py3-none-any.whl (72 kB) Downloading urllib3-2.7.0-py3-none-any.whl (131 kB) Downloading certifi-2026.5.20-py3-none-any.whl (134 kB) Downloading selectolax-0.4.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 140.3 MB/s 0:00:00 Installing collected packages: paginate, urllib3, selectolax, pymdown-extensions, pygments, mkdocs-material-extensions, idna, colorama, charset_normalizer, certifi, backrefs, babel, requests, mkdocs-glightbox, mkdocs-material Successfully installed babel-2.18.0 backrefs-7.0 certifi-2026.5.20 charset_normalizer-3.4.7 colorama-0.4.6 idna-3.15 mkdocs-glightbox-0.5.2 mkdocs-material-9.7.6 mkdocs-material-extensions-1.3.1 paginate-0.5.7 pygments-2.20.0 pymdown-extensions-10.21.3 requests-2.34.2 selectolax-0.4.9 urllib3-2.7.0 [rtd-command-info] start-time: 2026-05-20T21:01:00.285115Z, end-time: 2026-05-20T21:01:00.326753Z, duration: 0, exit-code: 0 cat mkdocs.yml site_name: WATCHDOG DOCUMENTATION theme: name: material favicon: https://eunomatix.com/site/assets/images/logo/logo-browsermon.png logo: https://eunomatix.com/site/assets/images/logo/logo-browsermon.png features: - toc.integrate - navigation.top - search.suggest - search.highlight - content.tabs.link - content.code.annotation - navigation.sections - content.code.copy palette: - scheme: default toggle: icon: material/toggle-switch-off-outline name: Switch to dark mode primary: custom accent: blue - scheme: slate toggle: icon: material/toggle-switch name: Switch to light mode primary: custom accent: blue extra_css: - stylesheets/extra.css plugins: - search - glightbox markdown_extensions: - pymdownx.highlight: anchor_linenums: true - pymdownx.inlinehilite - pymdownx.snippets - admonition - pymdownx.arithmatex: generic: true - footnotes - pymdownx.details - pymdownx.superfences - pymdownx.mark - attr_list nav: - Home: index.md - Introduction: introduction.md - Installation: installation.md - Configuration: configuration.md - User Guides: user_guide.md - API Reference: apireference.md - Log Reference: LogsDocumentation.md - Troubleshooting Guide: troubleshooting.md - Watchdog Changelog: changelog.md copyright: | © 2025 EUNOMATIX extra: generator: false social: - icon: fontawesome/brands/linkedin link: https://www.linkedin.com/company/eunomatix - icon: fontawesome/brands/github link: https://github.com/eunomatix/ extra_javascript: - javascripts/versions.js [rtd-command-info] start-time: 2026-05-20T21:01:00.409448Z, end-time: 2026-05-20T21:01:01.374153Z, duration: 0, exit-code: 0 python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml  │ ⚠ Warning from the Material for MkDocs team  │  │ MkDocs 2.0, the underlying framework of Material for MkDocs,  │ will introduce backward-incompatible changes, including:  │  │ × All plugins will stop working – the plugin system has been removed  │ × All theme overrides will break – the theming system has been rewritten  │ × No migration path exists – existing projects cannot be upgraded  │ × Closed contribution model – community members can't report bugs  │ × Currently unlicensed – unsuitable for production use  │  │ Our full analysis:  │  │ https://squidfunk.github.io/mkdocs-material/blog/2026/02/18/mkdocs-2.0/  INFO - Cleaning site directory INFO - Building documentation to directory: /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/checkouts/v3.0.4/_readthedocs/html INFO - The following pages exist in the docs directory, but are not included in the "nav" configuration: - WatchdogDeploymentGuide.md - build.md INFO - Documentation built in 0.63 seconds