Read the Docs build information Build id: 3430122 Project: eunomatix-watchdog Version: latest Commit: c4bb4f4ad512ca8e9d962873fa3b78bacdffd47e Date: 2025-10-09T17:30:04.764100Z State: finished Success: True [rtd-command-info] start-time: 2025-10-09T17:30:05.689822Z, end-time: 2025-10-09T17:30:08.478132Z, duration: 2, 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: 2025-10-09T17:30:08.590225Z, end-time: 2025-10-09T17:30:13.931234Z, duration: 5, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/dev:refs/remotes/origin/dev Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:eunomatix/watchdog * [new branch] dev -> origin/dev Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. * [new tag] v3.0.10 -> v3.0.10 * [new tag] v3.0.11 -> v3.0.11 * [new tag] v3.0.4 -> v3.0.4 * [new tag] v3.0.5 -> v3.0.5 * [new tag] v3.0.6 -> v3.0.6 * [new tag] v3.0.7 -> v3.0.7 * [new tag] v3.0.8 -> v3.0.8 * [new tag] v3.0.9 -> v3.0.9 * [new tag] v4.0.0 -> v4.0.0 * [new tag] v4.0.0-Beta -> v4.0.0-Beta [rtd-command-info] start-time: 2025-10-09T17:30:15.066610Z, end-time: 2025-10-09T17:30:15.252416Z, duration: 0, exit-code: 0 git checkout --force origin/dev Note: switching to 'origin/dev'. 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 c4bb4f4 Fix/deployment (#91) [rtd-command-info] start-time: 2025-10-09T17:30:15.359989Z, end-time: 2025-10-09T17:30:15.397859Z, 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: 2025-10-09T17:30:20.703960Z, end-time: 2025-10-09T17:30:20.762598Z, duration: 0, exit-code: 0 asdf global python 3.12.10 [rtd-command-info] start-time: 2025-10-09T17:30:21.196782Z, end-time: 2025-10-09T17:30:21.952116Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.12.10.final.0-64 in 486ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/latest, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2025-10-09T17:30:22.099364Z, end-time: 2025-10-09T17:30:27.368750Z, 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/latest/lib/python3.12/site-packages (23.1) Collecting pip Downloading pip-25.2-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 16.9 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/latest/lib/python3.12/site-packages (67.6.1) Collecting setuptools Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 31.4 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-25.2 setuptools-80.9.0 [rtd-command-info] start-time: 2025-10-09T17:30:27.479538Z, end-time: 2025-10-09T17:30:29.586524Z, 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.3.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.9-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.0-py3-none-any.whl.metadata (4.0 kB) Collecting packaging>=20.5 (from mkdocs) Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) Collecting pathspec>=0.11.1 (from mkdocs) Downloading pathspec-0.12.1-py3-none-any.whl.metadata (21 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.5.0-py3-none-any.whl.metadata (12 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 64.9 MB/s 0:00:00 Downloading click-8.3.0-py3-none-any.whl (107 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.9-py3-none-any.whl (107 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.0-py3-none-any.whl (9.5 kB) Downloading packaging-25.0-py3-none-any.whl (66 kB) Downloading pathspec-0.12.1-py3-none-any.whl (31 kB) Downloading platformdirs-4.5.0-py3-none-any.whl (18 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 73.5 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.3.0 ghp-import-2.1.0 jinja2-3.1.6 markdown-3.9 markupsafe-3.0.3 mergedeep-1.3.4 mkdocs-1.6.1 mkdocs-get-deps-0.2.0 packaging-25.0 pathspec-0.12.1 platformdirs-4.5.0 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: 2025-10-09T17:30:29.683657Z, end-time: 2025-10-09T17:30:35.292264Z, duration: 5, 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/latest/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.6.21-py3-none-any.whl.metadata (19 kB) Collecting mkdocs-glightbox (from -r docs/requirements.txt (line 3)) Downloading mkdocs_glightbox-0.5.1-py3-none-any.whl.metadata (7.2 kB) Requirement already satisfied: click>=7.0 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/latest/lib/python3.12/site-packages (from mkdocs->-r docs/requirements.txt (line 1)) (8.3.0) Requirement already satisfied: ghp-import>=1.0 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/latest/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/latest/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/latest/lib/python3.12/site-packages (from mkdocs->-r docs/requirements.txt (line 1)) (3.9) Requirement already satisfied: markupsafe>=2.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/latest/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/latest/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/latest/lib/python3.12/site-packages (from mkdocs->-r docs/requirements.txt (line 1)) (0.2.0) Requirement already satisfied: packaging>=20.5 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/latest/lib/python3.12/site-packages (from mkdocs->-r docs/requirements.txt (line 1)) (25.0) Requirement already satisfied: pathspec>=0.11.1 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/latest/lib/python3.12/site-packages (from mkdocs->-r docs/requirements.txt (line 1)) (0.12.1) Requirement already satisfied: pyyaml-env-tag>=0.1 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/latest/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/latest/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/latest/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.17.0-py3-none-any.whl.metadata (2.0 kB) Collecting backrefs~=5.7.post1 (from mkdocs-material->-r docs/requirements.txt (line 2)) Downloading backrefs-5.9-py312-none-any.whl.metadata (3.2 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.19.2-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.16.1-py3-none-any.whl.metadata (3.1 kB) Collecting requests~=2.26 (from mkdocs-material->-r docs/requirements.txt (line 2)) Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB) Collecting charset_normalizer<4,>=2 (from requests~=2.26->mkdocs-material->-r docs/requirements.txt (line 2)) Downloading charset_normalizer-3.4.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (36 kB) Collecting idna<4,>=2.5 (from requests~=2.26->mkdocs-material->-r docs/requirements.txt (line 2)) Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) Collecting urllib3<3,>=1.21.1 (from requests~=2.26->mkdocs-material->-r docs/requirements.txt (line 2)) Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) Collecting certifi>=2017.4.17 (from requests~=2.26->mkdocs-material->-r docs/requirements.txt (line 2)) Downloading certifi-2025.10.5-py3-none-any.whl.metadata (2.5 kB) Collecting selectolax==0.3.29 (from mkdocs-glightbox->-r docs/requirements.txt (line 3)) Downloading selectolax-0.3.29-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.1 kB) Requirement already satisfied: python-dateutil>=2.8.1 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/latest/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/latest/lib/python3.12/site-packages (from mkdocs-get-deps>=0.2.0->mkdocs->-r docs/requirements.txt (line 1)) (4.5.0) Requirement already satisfied: six>=1.5 in /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/latest/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) Downloading mkdocs_material-9.6.21-py3-none-any.whl (9.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.2/9.2 MB 176.6 MB/s 0:00:00 Downloading babel-2.17.0-py3-none-any.whl (10.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 326.9 MB/s 0:00:00 Downloading backrefs-5.9-py312-none-any.whl (397 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.19.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 613.2 MB/s 0:00:00 Downloading pymdown_extensions-10.16.1-py3-none-any.whl (266 kB) Downloading requests-2.32.5-py3-none-any.whl (64 kB) Downloading charset_normalizer-3.4.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (151 kB) Downloading idna-3.10-py3-none-any.whl (70 kB) Downloading urllib3-2.5.0-py3-none-any.whl (129 kB) Downloading mkdocs_glightbox-0.5.1-py3-none-any.whl (26 kB) Downloading selectolax-0.3.29-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/5.9 MB 288.5 MB/s 0:00:00 Downloading certifi-2025.10.5-py3-none-any.whl (163 kB) Installing collected packages: selectolax, paginate, urllib3, pymdown-extensions, pygments, mkdocs-material-extensions, mkdocs-glightbox, idna, colorama, charset_normalizer, certifi, backrefs, babel, requests, mkdocs-material Successfully installed babel-2.17.0 backrefs-5.9 certifi-2025.10.5 charset_normalizer-3.4.3 colorama-0.4.6 idna-3.10 mkdocs-glightbox-0.5.1 mkdocs-material-9.6.21 mkdocs-material-extensions-1.3.1 paginate-0.5.7 pygments-2.19.2 pymdown-extensions-10.16.1 requests-2.32.5 selectolax-0.3.29 urllib3-2.5.0 [rtd-command-info] start-time: 2025-10-09T17:30:35.475599Z, end-time: 2025-10-09T17:30:35.510975Z, 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 - navigation.tabs - 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: https://eunomatix-browsermon-enterprise.readthedocs-hosted.com - 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: homepage: https://eunomatix-browsermon-enterprise.readthedocs-hosted.com generator: false social: - icon: fontawesome/brands/linkedin link: https://www.linkedin.com/company/eunomatix - icon: fontawesome/brands/github link: https://github.com/eunomatix/ [rtd-command-info] start-time: 2025-10-09T17:30:35.627827Z, end-time: 2025-10-09T17:30:36.422794Z, duration: 0, exit-code: 0 python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml INFO - Cleaning site directory INFO - Building documentation to directory: /home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/checkouts/latest/_readthedocs/html INFO - The following pages exist in the docs directory, but are not included in the "nav" configuration: - index.md - WatchdogDeploymentGuide.md - build.md INFO - Documentation built in 0.53 seconds