Skip to content

Instantly share code, notes, and snippets.

@Yadunund
Created April 11, 2023 14:08
Show Gist options
  • Save Yadunund/ad4b56fb320fa8248cc00d5f6b3707d2 to your computer and use it in GitHub Desktop.
Save Yadunund/ad4b56fb320fa8248cc00d5f6b3707d2 to your computer and use it in GitHub Desktop.
Terminal output form running rosdoc2 on all pkgs in ros2/launch
# BEGIN SUBSECTION: Installing rosdoc2
Defaulting to user installation because normal site-packages is not writeable
Processing /tmp/rosdoc2
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: catkin-pkg in /home/buildfarm/.local/lib/python3.10/site-packages (from rosdoc2==0.1.0) (0.5.2)
Requirement already satisfied: osrf-pycommon in /home/buildfarm/.local/lib/python3.10/site-packages (from rosdoc2==0.1.0) (2.0.2)
Requirement already satisfied: sphinx in /home/buildfarm/.local/lib/python3.10/site-packages (from rosdoc2==0.1.0) (6.1.3)
Requirement already satisfied: myst-parser in /home/buildfarm/.local/lib/python3.10/site-packages (from rosdoc2==0.1.0) (1.0.0)
Requirement already satisfied: breathe in /home/buildfarm/.local/lib/python3.10/site-packages (from rosdoc2==0.1.0) (4.35.0)
Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from rosdoc2==0.1.0) (5.4.1)
Requirement already satisfied: exhale in /home/buildfarm/.local/lib/python3.10/site-packages (from rosdoc2==0.1.0) (0.2.4)
Requirement already satisfied: setuptools>=40.6.0 in /usr/lib/python3/dist-packages (from rosdoc2==0.1.0) (59.6.0)
Requirement already satisfied: sphinx-rtd-theme in /home/buildfarm/.local/lib/python3.10/site-packages (from rosdoc2==0.1.0) (1.2.0)
Requirement already satisfied: docutils>=0.12 in /home/buildfarm/.local/lib/python3.10/site-packages (from breathe->rosdoc2==0.1.0) (0.18.1)
Requirement already satisfied: snowballstemmer>=2.0 in /home/buildfarm/.local/lib/python3.10/site-packages (from sphinx->rosdoc2==0.1.0) (2.2.0)
Requirement already satisfied: sphinxcontrib-applehelp in /home/buildfarm/.local/lib/python3.10/site-packages (from sphinx->rosdoc2==0.1.0) (1.0.4)
Requirement already satisfied: babel>=2.9 in /home/buildfarm/.local/lib/python3.10/site-packages (from sphinx->rosdoc2==0.1.0) (2.12.1)
Requirement already satisfied: requests>=2.25.0 in /home/buildfarm/.local/lib/python3.10/site-packages (from sphinx->rosdoc2==0.1.0) (2.28.2)
Requirement already satisfied: sphinxcontrib-qthelp in /home/buildfarm/.local/lib/python3.10/site-packages (from sphinx->rosdoc2==0.1.0) (1.0.3)
Requirement already satisfied: sphinxcontrib-devhelp in /home/buildfarm/.local/lib/python3.10/site-packages (from sphinx->rosdoc2==0.1.0) (1.0.2)
Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.5 in /home/buildfarm/.local/lib/python3.10/site-packages (from sphinx->rosdoc2==0.1.0) (1.1.5)
Requirement already satisfied: packaging>=21.0 in /home/buildfarm/.local/lib/python3.10/site-packages (from sphinx->rosdoc2==0.1.0) (23.0)
Requirement already satisfied: sphinxcontrib-jsmath in /home/buildfarm/.local/lib/python3.10/site-packages (from sphinx->rosdoc2==0.1.0) (1.0.1)
Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/buildfarm/.local/lib/python3.10/site-packages (from sphinx->rosdoc2==0.1.0) (2.0.1)
Requirement already satisfied: imagesize>=1.3 in /home/buildfarm/.local/lib/python3.10/site-packages (from sphinx->rosdoc2==0.1.0) (1.4.1)
Requirement already satisfied: alabaster<0.8,>=0.7 in /home/buildfarm/.local/lib/python3.10/site-packages (from sphinx->rosdoc2==0.1.0) (0.7.13)
Requirement already satisfied: Pygments>=2.13 in /home/buildfarm/.local/lib/python3.10/site-packages (from sphinx->rosdoc2==0.1.0) (2.15.0)
Requirement already satisfied: Jinja2>=3.0 in /home/buildfarm/.local/lib/python3.10/site-packages (from sphinx->rosdoc2==0.1.0) (3.1.2)
Requirement already satisfied: python-dateutil in /usr/lib/python3/dist-packages (from catkin-pkg->rosdoc2==0.1.0) (2.8.1)
Requirement already satisfied: pyparsing in /usr/lib/python3/dist-packages (from catkin-pkg->rosdoc2==0.1.0) (2.4.7)
Requirement already satisfied: six in /usr/lib/python3/dist-packages (from exhale->rosdoc2==0.1.0) (1.16.0)
Requirement already satisfied: lxml in /home/buildfarm/.local/lib/python3.10/site-packages (from exhale->rosdoc2==0.1.0) (4.9.2)
Requirement already satisfied: beautifulsoup4 in /home/buildfarm/.local/lib/python3.10/site-packages (from exhale->rosdoc2==0.1.0) (4.12.2)
Requirement already satisfied: markdown-it-py<3.0.0,>=1.0.0 in /home/buildfarm/.local/lib/python3.10/site-packages (from myst-parser->rosdoc2==0.1.0) (2.2.0)
Requirement already satisfied: mdit-py-plugins~=0.3.4 in /home/buildfarm/.local/lib/python3.10/site-packages (from myst-parser->rosdoc2==0.1.0) (0.3.5)
Requirement already satisfied: sphinxcontrib-jquery!=3.0.0,>=2.0.0 in /home/buildfarm/.local/lib/python3.10/site-packages (from sphinx-rtd-theme->rosdoc2==0.1.0) (4.1)
Requirement already satisfied: MarkupSafe>=2.0 in /home/buildfarm/.local/lib/python3.10/site-packages (from Jinja2>=3.0->sphinx->rosdoc2==0.1.0) (2.1.2)
Requirement already satisfied: mdurl~=0.1 in /home/buildfarm/.local/lib/python3.10/site-packages (from markdown-it-py<3.0.0,>=1.0.0->myst-parser->rosdoc2==0.1.0) (0.1.2)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/buildfarm/.local/lib/python3.10/site-packages (from requests>=2.25.0->sphinx->rosdoc2==0.1.0) (1.26.15)
Requirement already satisfied: certifi>=2017.4.17 in /home/buildfarm/.local/lib/python3.10/site-packages (from requests>=2.25.0->sphinx->rosdoc2==0.1.0) (2022.12.7)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/buildfarm/.local/lib/python3.10/site-packages (from requests>=2.25.0->sphinx->rosdoc2==0.1.0) (3.1.0)
Requirement already satisfied: idna<4,>=2.5 in /home/buildfarm/.local/lib/python3.10/site-packages (from requests>=2.25.0->sphinx->rosdoc2==0.1.0) (3.4)
Requirement already satisfied: soupsieve>1.2 in /home/buildfarm/.local/lib/python3.10/site-packages (from beautifulsoup4->exhale->rosdoc2==0.1.0) (2.4)
Building wheels for collected packages: rosdoc2
Building wheel for rosdoc2 (pyproject.toml): started
Building wheel for rosdoc2 (pyproject.toml): finished with status 'done'
Created wheel for rosdoc2: filename=rosdoc2-0.1.0-py3-none-any.whl size=39197 sha256=579b23141f532c6d5818b332cddb61e9d47e53f7b76589bdf32809f65606569f
Stored in directory: /tmp/pip-ephem-wheel-cache-to4yqdvf/wheels/e6/62/40/78894f06123cf88c89c1a223cb0bebab5bc1e39505934bcf53
Successfully built rosdoc2
Installing collected packages: rosdoc2
Attempting uninstall: rosdoc2
Found existing installation: rosdoc2 0.1.0
Uninstalling rosdoc2-0.1.0:
Successfully uninstalled rosdoc2-0.1.0
Successfully installed rosdoc2-0.1.0
# END SUBSECTION
# BEGIN SUBSECTION: rosdoc2
Crawling for packages in workspace '/tmp/ws/src'
Found the following packages:
- launch
- launch_pytest
- launch_testing
- launch_testing_ament_cmake
- launch_xml
- launch_yaml
- test_launch_testing
Creating file default_sphinx_project/launch_yaml.rst.
Creating file default_sphinx_project/launch_yaml.entity.rst.
Creating file default_sphinx_project/launch_yaml.parser.rst.
Creating file default_sphinx_project/launch_yaml.launch_description_sources.rst.
Creating file default_sphinx_project/launch_yaml.launch_description_sources.yaml_launch_description_source.rst.
Creating file default_sphinx_project/modules.rst.
Running Sphinx v6.1.3
making output directory... done
myst v1.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=set(), disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True)
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 7 source files that are out of date
updating environment: [new config] 7 added, 0 changed, 0 removed
reading sources... [ 14%] index
reading sources... [ 28%] launch_yaml
reading sources... [ 42%] launch_yaml.entity
reading sources... [ 57%] launch_yaml.launch_description_sources
reading sources... [ 71%] launch_yaml.launch_description_sources.yaml_launch_description_source
reading sources... [ 85%] launch_yaml.parser
reading sources... [100%] modules
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 14%] index
writing output... [ 28%] launch_yaml
writing output... [ 42%] launch_yaml.entity
writing output... [ 57%] launch_yaml.launch_description_sources
writing output... [ 71%] launch_yaml.launch_description_sources.yaml_launch_description_source
writing output... [ 85%] launch_yaml.parser
writing output... [100%] modules
generating indices... genindex py-modindex done
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded.
The HTML pages are in sphinx_output.
/tmp/ws/docs_build/launch_yaml/launch_yaml/conf.py
Creating file ../../../src/launch/launch/doc/source/launch.rst.
Creating file ../../../src/launch/launch/doc/source/launch.action.rst.
Creating file ../../../src/launch/launch/doc/source/launch.condition.rst.
Creating file ../../../src/launch/launch/doc/source/launch.event.rst.
Creating file ../../../src/launch/launch/doc/source/launch.event_handler.rst.
Creating file ../../../src/launch/launch/doc/source/launch.invalid_launch_file_error.rst.
Creating file ../../../src/launch/launch/doc/source/launch.launch_context.rst.
Creating file ../../../src/launch/launch/doc/source/launch.launch_description.rst.
Creating file ../../../src/launch/launch/doc/source/launch.launch_description_entity.rst.
Creating file ../../../src/launch/launch/doc/source/launch.launch_description_source.rst.
Creating file ../../../src/launch/launch/doc/source/launch.launch_introspector.rst.
Creating file ../../../src/launch/launch/doc/source/launch.launch_service.rst.
Creating file ../../../src/launch/launch/doc/source/launch.some_actions_type.rst.
Creating file ../../../src/launch/launch/doc/source/launch.some_entities_type.rst.
Creating file ../../../src/launch/launch/doc/source/launch.some_substitutions_type.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitution.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.append_environment_variable.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.conftest.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.declare_launch_argument.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.emit_event.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.execute_local.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.execute_process.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.group_action.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.include_launch_description.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.log_info.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.opaque_coroutine.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.opaque_function.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.pop_environment.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.pop_launch_configurations.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.push_environment.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.push_launch_configurations.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.register_event_handler.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.reset_environment.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.reset_launch_configurations.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.set_environment_variable.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.set_launch_configuration.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.shutdown_action.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.timer_action.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.unregister_event_handler.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.unset_environment_variable.rst.
Creating file ../../../src/launch/launch/doc/source/launch.actions.unset_launch_configuration.rst.
Creating file ../../../src/launch/launch/doc/source/launch.conditions.rst.
Creating file ../../../src/launch/launch/doc/source/launch.conditions.evaluate_condition_expression_impl.rst.
Creating file ../../../src/launch/launch/doc/source/launch.conditions.if_condition.rst.
Creating file ../../../src/launch/launch/doc/source/launch.conditions.invalid_condition_expression_error.rst.
Creating file ../../../src/launch/launch/doc/source/launch.conditions.launch_configuration_equals.rst.
Creating file ../../../src/launch/launch/doc/source/launch.conditions.launch_configuration_not_equals.rst.
Creating file ../../../src/launch/launch/doc/source/launch.conditions.unless_condition.rst.
Creating file ../../../src/launch/launch/doc/source/launch.descriptions.rst.
Creating file ../../../src/launch/launch/doc/source/launch.descriptions.executable.rst.
Creating file ../../../src/launch/launch/doc/source/launch.event_handlers.rst.
Creating file ../../../src/launch/launch/doc/source/launch.event_handlers.event_named.rst.
Creating file ../../../src/launch/launch/doc/source/launch.event_handlers.on_action_event_base.rst.
Creating file ../../../src/launch/launch/doc/source/launch.event_handlers.on_execution_complete.rst.
Creating file ../../../src/launch/launch/doc/source/launch.event_handlers.on_include_launch_description.rst.
Creating file ../../../src/launch/launch/doc/source/launch.event_handlers.on_process_exit.rst.
Creating file ../../../src/launch/launch/doc/source/launch.event_handlers.on_process_io.rst.
Creating file ../../../src/launch/launch/doc/source/launch.event_handlers.on_process_start.rst.
Creating file ../../../src/launch/launch/doc/source/launch.event_handlers.on_shutdown.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.execution_complete.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.include_launch_description.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.matchers.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.shutdown.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.timer_event.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.process.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.process.process_exited.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.process.process_io.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.process.process_matchers.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.process.process_started.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.process.process_stderr.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.process.process_stdin.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.process.process_stdout.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.process.process_targeted_event.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.process.running_process_event.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.process.shutdown_process.rst.
Creating file ../../../src/launch/launch/doc/source/launch.events.process.signal_process.rst.
Creating file ../../../src/launch/launch/doc/source/launch.frontend.rst.
Creating file ../../../src/launch/launch/doc/source/launch.frontend.entity.rst.
Creating file ../../../src/launch/launch/doc/source/launch.frontend.expose.rst.
Creating file ../../../src/launch/launch/doc/source/launch.frontend.parse_substitution.rst.
Creating file ../../../src/launch/launch/doc/source/launch.frontend.parser.rst.
Creating file ../../../src/launch/launch/doc/source/launch.frontend.type_utils.rst.
Creating file ../../../src/launch/launch/doc/source/launch.launch_description_sources.rst.
Creating file ../../../src/launch/launch/doc/source/launch.launch_description_sources.any_launch_description_source.rst.
Creating file ../../../src/launch/launch/doc/source/launch.launch_description_sources.any_launch_file_utilities.rst.
Creating file ../../../src/launch/launch/doc/source/launch.launch_description_sources.frontend_launch_description_source.rst.
Creating file ../../../src/launch/launch/doc/source/launch.launch_description_sources.frontend_launch_file_utilities.rst.
Creating file ../../../src/launch/launch/doc/source/launch.launch_description_sources.python_launch_description_source.rst.
Creating file ../../../src/launch/launch/doc/source/launch.launch_description_sources.python_launch_file_utilities.rst.
Creating file ../../../src/launch/launch/doc/source/launch.logging.rst.
Creating file ../../../src/launch/launch/doc/source/launch.logging.handlers.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitutions.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitutions.anon_name.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitutions.boolean_substitution.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitutions.command.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitutions.environment_variable.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitutions.equals_substitution.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitutions.find_executable.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitutions.launch_configuration.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitutions.launch_log_dir.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitutions.local_substitution.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitutions.not_equals_substitution.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitutions.path_join_substitution.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitutions.python_expression.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitutions.substitution_failure.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitutions.text_substitution.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitutions.this_launch_file.rst.
Creating file ../../../src/launch/launch/doc/source/launch.substitutions.this_launch_file_dir.rst.
Creating file ../../../src/launch/launch/doc/source/launch.utilities.rst.
Creating file ../../../src/launch/launch/doc/source/launch.utilities.class_tools_impl.rst.
Creating file ../../../src/launch/launch/doc/source/launch.utilities.create_future_impl.rst.
Creating file ../../../src/launch/launch/doc/source/launch.utilities.ensure_argument_type_impl.rst.
Creating file ../../../src/launch/launch/doc/source/launch.utilities.normalize_to_list_of_entities_impl.rst.
Creating file ../../../src/launch/launch/doc/source/launch.utilities.normalize_to_list_of_substitutions_impl.rst.
Creating file ../../../src/launch/launch/doc/source/launch.utilities.perform_substitutions_impl.rst.
Creating file ../../../src/launch/launch/doc/source/launch.utilities.signal_management.rst.
Creating file ../../../src/launch/launch/doc/source/launch.utilities.type_utils.rst.
Creating file ../../../src/launch/launch/doc/source/launch.utilities.typing_file_path.rst.
Creating file ../../../src/launch/launch/doc/source/launch.utilities.visit_all_entities_and_collect_futures_impl.rst.
File ../../../src/launch/launch/doc/source/modules.rst already exists, skipping.
Running Sphinx v6.1.3
making output directory... done
loading intersphinx inventory from https://docs.python.org/objects.inv...
intersphinx inventory has moved: https://docs.python.org/objects.inv -> https://docs.python.org/3/objects.inv
myst v1.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=set(), disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True)
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 124 source files that are out of date
updating environment: [new config] 124 added, 0 changed, 0 removed
reading sources... [ 0%] architecture
reading sources... [ 1%] index
reading sources... [ 2%] launch
reading sources... [ 3%] launch.action
reading sources... [ 4%] launch.actions
reading sources... [ 4%] launch.actions.append_environment_variable
reading sources... [ 5%] launch.actions.conftest
reading sources... [ 6%] launch.actions.declare_launch_argument
reading sources... [ 7%] launch.actions.emit_event
reading sources... [ 8%] launch.actions.execute_local
reading sources... [ 8%] launch.actions.execute_process
reading sources... [ 9%] launch.actions.group_action
reading sources... [ 10%] launch.actions.include_launch_description
reading sources... [ 11%] launch.actions.log_info
reading sources... [ 12%] launch.actions.opaque_coroutine
reading sources... [ 12%] launch.actions.opaque_function
reading sources... [ 13%] launch.actions.pop_environment
reading sources... [ 14%] launch.actions.pop_launch_configurations
reading sources... [ 15%] launch.actions.push_environment
reading sources... [ 16%] launch.actions.push_launch_configurations
reading sources... [ 16%] launch.actions.register_event_handler
reading sources... [ 17%] launch.actions.reset_environment
reading sources... [ 18%] launch.actions.reset_launch_configurations
reading sources... [ 19%] launch.actions.set_environment_variable
reading sources... [ 20%] launch.actions.set_launch_configuration
reading sources... [ 20%] launch.actions.shutdown_action
reading sources... [ 21%] launch.actions.timer_action
reading sources... [ 22%] launch.actions.unregister_event_handler
reading sources... [ 23%] launch.actions.unset_environment_variable
reading sources... [ 24%] launch.actions.unset_launch_configuration
reading sources... [ 25%] launch.condition
reading sources... [ 25%] launch.conditions
reading sources... [ 26%] launch.conditions.evaluate_condition_expression_impl
reading sources... [ 27%] launch.conditions.if_condition
reading sources... [ 28%] launch.conditions.invalid_condition_expression_error
reading sources... [ 29%] launch.conditions.launch_configuration_equals
reading sources... [ 29%] launch.conditions.launch_configuration_not_equals
reading sources... [ 30%] launch.conditions.unless_condition
reading sources... [ 31%] launch.descriptions
reading sources... [ 32%] launch.descriptions.executable
reading sources... [ 33%] launch.event
reading sources... [ 33%] launch.event_handler
reading sources... [ 34%] launch.event_handlers
reading sources... [ 35%] launch.event_handlers.event_named
reading sources... [ 36%] launch.event_handlers.on_action_event_base
reading sources... [ 37%] launch.event_handlers.on_execution_complete
reading sources... [ 37%] launch.event_handlers.on_include_launch_description
reading sources... [ 38%] launch.event_handlers.on_process_exit
reading sources... [ 39%] launch.event_handlers.on_process_io
reading sources... [ 40%] launch.event_handlers.on_process_start
reading sources... [ 41%] launch.event_handlers.on_shutdown
reading sources... [ 41%] launch.events
reading sources... [ 42%] launch.events.execution_complete
reading sources... [ 43%] launch.events.include_launch_description
reading sources... [ 44%] launch.events.matchers
reading sources... [ 45%] launch.events.process
reading sources... [ 45%] launch.events.process.process_exited
reading sources... [ 46%] launch.events.process.process_io
reading sources... [ 47%] launch.events.process.process_matchers
reading sources... [ 48%] launch.events.process.process_started
reading sources... [ 49%] launch.events.process.process_stderr
reading sources... [ 50%] launch.events.process.process_stdin
reading sources... [ 50%] launch.events.process.process_stdout
reading sources... [ 51%] launch.events.process.process_targeted_event
reading sources... [ 52%] launch.events.process.running_process_event
reading sources... [ 53%] launch.events.process.shutdown_process
reading sources... [ 54%] launch.events.process.signal_process
reading sources... [ 54%] launch.events.shutdown
reading sources... [ 55%] launch.events.timer_event
reading sources... [ 56%] launch.frontend
reading sources... [ 57%] launch.frontend.entity
reading sources... [ 58%] launch.frontend.expose
reading sources... [ 58%] launch.frontend.parse_substitution
reading sources... [ 59%] launch.frontend.parser
reading sources... [ 60%] launch.frontend.type_utils
reading sources... [ 61%] launch.invalid_launch_file_error
reading sources... [ 62%] launch.launch_context
reading sources... [ 62%] launch.launch_description
reading sources... [ 63%] launch.launch_description_entity
reading sources... [ 64%] launch.launch_description_source
reading sources... [ 65%] launch.launch_description_sources
reading sources... [ 66%] launch.launch_description_sources.any_launch_description_source
reading sources... [ 66%] launch.launch_description_sources.any_launch_file_utilities
reading sources... [ 67%] launch.launch_description_sources.frontend_launch_description_source
reading sources... [ 68%] launch.launch_description_sources.frontend_launch_file_utilities
reading sources... [ 69%] launch.launch_description_sources.python_launch_description_source
reading sources... [ 70%] launch.launch_description_sources.python_launch_file_utilities
reading sources... [ 70%] launch.launch_introspector
reading sources... [ 71%] launch.launch_service
reading sources... [ 72%] launch.logging
reading sources... [ 73%] launch.logging.handlers
reading sources... [ 74%] launch.some_actions_type
reading sources... [ 75%] launch.some_entities_type
reading sources... [ 75%] launch.some_substitutions_type
reading sources... [ 76%] launch.substitution
reading sources... [ 77%] launch.substitutions
reading sources... [ 78%] launch.substitutions.anon_name
reading sources... [ 79%] launch.substitutions.boolean_substitution
reading sources... [ 79%] launch.substitutions.command
reading sources... [ 80%] launch.substitutions.environment_variable
reading sources... [ 81%] launch.substitutions.equals_substitution
reading sources... [ 82%] launch.substitutions.find_executable
reading sources... [ 83%] launch.substitutions.launch_configuration
reading sources... [ 83%] launch.substitutions.launch_log_dir
reading sources... [ 84%] launch.substitutions.local_substitution
reading sources... [ 85%] launch.substitutions.not_equals_substitution
reading sources... [ 86%] launch.substitutions.path_join_substitution
reading sources... [ 87%] launch.substitutions.python_expression
reading sources... [ 87%] launch.substitutions.substitution_failure
reading sources... [ 88%] launch.substitutions.text_substitution
reading sources... [ 89%] launch.substitutions.this_launch_file
reading sources... [ 90%] launch.substitutions.this_launch_file_dir
reading sources... [ 91%] launch.utilities
reading sources... [ 91%] launch.utilities.class_tools_impl
reading sources... [ 92%] launch.utilities.create_future_impl
reading sources... [ 93%] launch.utilities.ensure_argument_type_impl
reading sources... [ 94%] launch.utilities.normalize_to_list_of_entities_impl
reading sources... [ 95%] launch.utilities.normalize_to_list_of_substitutions_impl
reading sources... [ 95%] launch.utilities.perform_substitutions_impl
reading sources... [ 96%] launch.utilities.signal_management
reading sources... [ 97%] launch.utilities.type_utils
reading sources... [ 98%] launch.utilities.typing_file_path
reading sources... [ 99%] launch.utilities.visit_all_entities_and_collect_futures_impl
reading sources... [100%] modules
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 0%] architecture
writing output... [ 1%] index
writing output... [ 2%] launch
writing output... [ 3%] launch.action
writing output... [ 4%] launch.actions
writing output... [ 4%] launch.actions.append_environment_variable
writing output... [ 5%] launch.actions.conftest
writing output... [ 6%] launch.actions.declare_launch_argument
writing output... [ 7%] launch.actions.emit_event
writing output... [ 8%] launch.actions.execute_local
writing output... [ 8%] launch.actions.execute_process
writing output... [ 9%] launch.actions.group_action
writing output... [ 10%] launch.actions.include_launch_description
writing output... [ 11%] launch.actions.log_info
writing output... [ 12%] launch.actions.opaque_coroutine
writing output... [ 12%] launch.actions.opaque_function
writing output... [ 13%] launch.actions.pop_environment
writing output... [ 14%] launch.actions.pop_launch_configurations
writing output... [ 15%] launch.actions.push_environment
writing output... [ 16%] launch.actions.push_launch_configurations
writing output... [ 16%] launch.actions.register_event_handler
writing output... [ 17%] launch.actions.reset_environment
writing output... [ 18%] launch.actions.reset_launch_configurations
writing output... [ 19%] launch.actions.set_environment_variable
writing output... [ 20%] launch.actions.set_launch_configuration
writing output... [ 20%] launch.actions.shutdown_action
writing output... [ 21%] launch.actions.timer_action
writing output... [ 22%] launch.actions.unregister_event_handler
writing output... [ 23%] launch.actions.unset_environment_variable
writing output... [ 24%] launch.actions.unset_launch_configuration
writing output... [ 25%] launch.condition
writing output... [ 25%] launch.conditions
writing output... [ 26%] launch.conditions.evaluate_condition_expression_impl
writing output... [ 27%] launch.conditions.if_condition
writing output... [ 28%] launch.conditions.invalid_condition_expression_error
writing output... [ 29%] launch.conditions.launch_configuration_equals
writing output... [ 29%] launch.conditions.launch_configuration_not_equals
writing output... [ 30%] launch.conditions.unless_condition
writing output... [ 31%] launch.descriptions
writing output... [ 32%] launch.descriptions.executable
writing output... [ 33%] launch.event
writing output... [ 33%] launch.event_handler
writing output... [ 34%] launch.event_handlers
writing output... [ 35%] launch.event_handlers.event_named
writing output... [ 36%] launch.event_handlers.on_action_event_base
writing output... [ 37%] launch.event_handlers.on_execution_complete
writing output... [ 37%] launch.event_handlers.on_include_launch_description
writing output... [ 38%] launch.event_handlers.on_process_exit
writing output... [ 39%] launch.event_handlers.on_process_io
writing output... [ 40%] launch.event_handlers.on_process_start
writing output... [ 41%] launch.event_handlers.on_shutdown
writing output... [ 41%] launch.events
writing output... [ 42%] launch.events.execution_complete
writing output... [ 43%] launch.events.include_launch_description
writing output... [ 44%] launch.events.matchers
writing output... [ 45%] launch.events.process
writing output... [ 45%] launch.events.process.process_exited
writing output... [ 46%] launch.events.process.process_io
writing output... [ 47%] launch.events.process.process_matchers
writing output... [ 48%] launch.events.process.process_started
writing output... [ 49%] launch.events.process.process_stderr
writing output... [ 50%] launch.events.process.process_stdin
writing output... [ 50%] launch.events.process.process_stdout
writing output... [ 51%] launch.events.process.process_targeted_event
writing output... [ 52%] launch.events.process.running_process_event
writing output... [ 53%] launch.events.process.shutdown_process
writing output... [ 54%] launch.events.process.signal_process
writing output... [ 54%] launch.events.shutdown
writing output... [ 55%] launch.events.timer_event
writing output... [ 56%] launch.frontend
writing output... [ 57%] launch.frontend.entity
writing output... [ 58%] launch.frontend.expose
writing output... [ 58%] launch.frontend.parse_substitution
writing output... [ 59%] launch.frontend.parser
writing output... [ 60%] launch.frontend.type_utils
writing output... [ 61%] launch.invalid_launch_file_error
writing output... [ 62%] launch.launch_context
writing output... [ 62%] launch.launch_description
writing output... [ 63%] launch.launch_description_entity
writing output... [ 64%] launch.launch_description_source
writing output... [ 65%] launch.launch_description_sources
writing output... [ 66%] launch.launch_description_sources.any_launch_description_source
writing output... [ 66%] launch.launch_description_sources.any_launch_file_utilities
writing output... [ 67%] launch.launch_description_sources.frontend_launch_description_source
writing output... [ 68%] launch.launch_description_sources.frontend_launch_file_utilities
writing output... [ 69%] launch.launch_description_sources.python_launch_description_source
writing output... [ 70%] launch.launch_description_sources.python_launch_file_utilities
writing output... [ 70%] launch.launch_introspector
writing output... [ 71%] launch.launch_service
writing output... [ 72%] launch.logging
writing output... [ 73%] launch.logging.handlers
writing output... [ 74%] launch.some_actions_type
writing output... [ 75%] launch.some_entities_type
writing output... [ 75%] launch.some_substitutions_type
writing output... [ 76%] launch.substitution
writing output... [ 77%] launch.substitutions
writing output... [ 78%] launch.substitutions.anon_name
writing output... [ 79%] launch.substitutions.boolean_substitution
writing output... [ 79%] launch.substitutions.command
writing output... [ 80%] launch.substitutions.environment_variable
writing output... [ 81%] launch.substitutions.equals_substitution
writing output... [ 82%] launch.substitutions.find_executable
writing output... [ 83%] launch.substitutions.launch_configuration
writing output... [ 83%] launch.substitutions.launch_log_dir
writing output... [ 84%] launch.substitutions.local_substitution
writing output... [ 85%] launch.substitutions.not_equals_substitution
writing output... [ 86%] launch.substitutions.path_join_substitution
writing output... [ 87%] launch.substitutions.python_expression
writing output... [ 87%] launch.substitutions.substitution_failure
writing output... [ 88%] launch.substitutions.text_substitution
writing output... [ 89%] launch.substitutions.this_launch_file
writing output... [ 90%] launch.substitutions.this_launch_file_dir
writing output... [ 91%] launch.utilities
writing output... [ 91%] launch.utilities.class_tools_impl
writing output... [ 92%] launch.utilities.create_future_impl
writing output... [ 93%] launch.utilities.ensure_argument_type_impl
writing output... [ 94%] launch.utilities.normalize_to_list_of_entities_impl
writing output... [ 95%] launch.utilities.normalize_to_list_of_substitutions_impl
writing output... [ 95%] launch.utilities.perform_substitutions_impl
writing output... [ 96%] launch.utilities.signal_management
writing output... [ 97%] launch.utilities.type_utils
writing output... [ 98%] launch.utilities.typing_file_path
writing output... [ 99%] launch.utilities.visit_all_entities_and_collect_futures_impl
writing output... [100%] modules
generating indices... genindex py-modindex done
highlighting module code... [ 0%] launch.action
highlighting module code... [ 1%] launch.actions.append_environment_variable
highlighting module code... [ 2%] launch.actions.declare_launch_argument
highlighting module code... [ 3%] launch.actions.emit_event
highlighting module code... [ 4%] launch.actions.execute_local
highlighting module code... [ 5%] launch.actions.execute_process
highlighting module code... [ 6%] launch.actions.group_action
highlighting module code... [ 7%] launch.actions.include_launch_description
highlighting module code... [ 8%] launch.actions.log_info
highlighting module code... [ 9%] launch.actions.opaque_coroutine
highlighting module code... [ 10%] launch.actions.opaque_function
highlighting module code... [ 11%] launch.actions.pop_environment
highlighting module code... [ 12%] launch.actions.pop_launch_configurations
highlighting module code... [ 13%] launch.actions.push_environment
highlighting module code... [ 14%] launch.actions.push_launch_configurations
highlighting module code... [ 15%] launch.actions.register_event_handler
highlighting module code... [ 16%] launch.actions.reset_environment
highlighting module code... [ 17%] launch.actions.reset_launch_configurations
highlighting module code... [ 18%] launch.actions.set_environment_variable
highlighting module code... [ 19%] launch.actions.set_launch_configuration
highlighting module code... [ 20%] launch.actions.shutdown_action
highlighting module code... [ 21%] launch.actions.timer_action
highlighting module code... [ 22%] launch.actions.unregister_event_handler
highlighting module code... [ 23%] launch.actions.unset_environment_variable
highlighting module code... [ 24%] launch.actions.unset_launch_configuration
highlighting module code... [ 25%] launch.condition
highlighting module code... [ 25%] launch.conditions.evaluate_condition_expression_impl
highlighting module code... [ 26%] launch.conditions.if_condition
highlighting module code... [ 27%] launch.conditions.invalid_condition_expression_error
highlighting module code... [ 28%] launch.conditions.launch_configuration_equals
highlighting module code... [ 29%] launch.conditions.launch_configuration_not_equals
highlighting module code... [ 30%] launch.conditions.unless_condition
highlighting module code... [ 31%] launch.descriptions.executable
highlighting module code... [ 32%] launch.event
highlighting module code... [ 33%] launch.event_handler
highlighting module code... [ 34%] launch.event_handlers.event_named
highlighting module code... [ 35%] launch.event_handlers.on_action_event_base
highlighting module code... [ 36%] launch.event_handlers.on_execution_complete
highlighting module code... [ 37%] launch.event_handlers.on_include_launch_description
highlighting module code... [ 38%] launch.event_handlers.on_process_exit
highlighting module code... [ 39%] launch.event_handlers.on_process_io
highlighting module code... [ 40%] launch.event_handlers.on_process_start
highlighting module code... [ 41%] launch.event_handlers.on_shutdown
highlighting module code... [ 42%] launch.events.execution_complete
highlighting module code... [ 43%] launch.events.include_launch_description
highlighting module code... [ 44%] launch.events.matchers
highlighting module code... [ 45%] launch.events.process.process_exited
highlighting module code... [ 46%] launch.events.process.process_io
highlighting module code... [ 47%] launch.events.process.process_matchers
highlighting module code... [ 48%] launch.events.process.process_started
highlighting module code... [ 49%] launch.events.process.process_stderr
highlighting module code... [ 50%] launch.events.process.process_stdin
highlighting module code... [ 50%] launch.events.process.process_stdout
highlighting module code... [ 51%] launch.events.process.process_targeted_event
highlighting module code... [ 52%] launch.events.process.running_process_event
highlighting module code... [ 53%] launch.events.process.shutdown_process
highlighting module code... [ 54%] launch.events.process.signal_process
highlighting module code... [ 55%] launch.events.shutdown
highlighting module code... [ 56%] launch.events.timer_event
highlighting module code... [ 57%] launch.frontend.entity
highlighting module code... [ 58%] launch.frontend.expose
highlighting module code... [ 59%] launch.frontend.parse_substitution
highlighting module code... [ 60%] launch.frontend.parser
highlighting module code... [ 61%] launch.frontend.type_utils
highlighting module code... [ 62%] launch.invalid_launch_file_error
highlighting module code... [ 63%] launch.launch_context
highlighting module code... [ 64%] launch.launch_description
highlighting module code... [ 65%] launch.launch_description_entity
highlighting module code... [ 66%] launch.launch_description_source
highlighting module code... [ 67%] launch.launch_description_sources.any_launch_description_source
highlighting module code... [ 68%] launch.launch_description_sources.any_launch_file_utilities
highlighting module code... [ 69%] launch.launch_description_sources.frontend_launch_description_source
highlighting module code... [ 70%] launch.launch_description_sources.frontend_launch_file_utilities
highlighting module code... [ 71%] launch.launch_description_sources.python_launch_description_source
highlighting module code... [ 72%] launch.launch_description_sources.python_launch_file_utilities
highlighting module code... [ 73%] launch.launch_introspector
highlighting module code... [ 74%] launch.launch_service
highlighting module code... [ 75%] launch.logging
highlighting module code... [ 75%] launch.substitution
highlighting module code... [ 76%] launch.substitutions.anon_name
highlighting module code... [ 77%] launch.substitutions.boolean_substitution
highlighting module code... [ 78%] launch.substitutions.command
highlighting module code... [ 79%] launch.substitutions.environment_variable
highlighting module code... [ 80%] launch.substitutions.equals_substitution
highlighting module code... [ 81%] launch.substitutions.find_executable
highlighting module code... [ 82%] launch.substitutions.launch_configuration
highlighting module code... [ 83%] launch.substitutions.launch_log_dir
highlighting module code... [ 84%] launch.substitutions.local_substitution
highlighting module code... [ 85%] launch.substitutions.not_equals_substitution
highlighting module code... [ 86%] launch.substitutions.path_join_substitution
highlighting module code... [ 87%] launch.substitutions.python_expression
highlighting module code... [ 88%] launch.substitutions.substitution_failure
highlighting module code... [ 89%] launch.substitutions.text_substitution
highlighting module code... [ 90%] launch.substitutions.this_launch_file
highlighting module code... [ 91%] launch.substitutions.this_launch_file_dir
highlighting module code... [ 92%] launch.utilities.class_tools_impl
highlighting module code... [ 93%] launch.utilities.create_future_impl
highlighting module code... [ 94%] launch.utilities.ensure_argument_type_impl
highlighting module code... [ 95%] launch.utilities.normalize_to_list_of_entities_impl
highlighting module code... [ 96%] launch.utilities.normalize_to_list_of_substitutions_impl
highlighting module code... [ 97%] launch.utilities.perform_substitutions_impl
highlighting module code... [ 98%] launch.utilities.signal_management
highlighting module code... [ 99%] launch.utilities.type_utils
highlighting module code... [100%] launch.utilities.visit_all_entities_and_collect_futures_impl
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 64 warnings.
The HTML pages are in sphinx_output.
/tmp/ws/docs_build/launch/launch/conf.py
Creating file default_sphinx_project/launch_xml.rst.
Creating file default_sphinx_project/launch_xml.entity.rst.
Creating file default_sphinx_project/launch_xml.parser.rst.
Creating file default_sphinx_project/launch_xml.launch_description_sources.rst.
Creating file default_sphinx_project/launch_xml.launch_description_sources.xml_launch_description_source.rst.
Creating file default_sphinx_project/modules.rst.
Running Sphinx v6.1.3
making output directory... done
loading intersphinx inventory from /tmp/ws/cross_reference/launch_yaml/objects.inv...
loading intersphinx inventory from /tmp/ws/cross_reference/launch/objects.inv...
myst v1.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=set(), disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True)
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 7 source files that are out of date
updating environment: [new config] 7 added, 0 changed, 0 removed
reading sources... [ 14%] index
reading sources... [ 28%] launch_xml
reading sources... [ 42%] launch_xml.entity
reading sources... [ 57%] launch_xml.launch_description_sources
reading sources... [ 71%] launch_xml.launch_description_sources.xml_launch_description_source
reading sources... [ 85%] launch_xml.parser
reading sources... [100%] modules
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 14%] index
writing output... [ 28%] launch_xml
writing output... [ 42%] launch_xml.entity
writing output... [ 57%] launch_xml.launch_description_sources
writing output... [ 71%] launch_xml.launch_description_sources.xml_launch_description_source
writing output... [ 85%] launch_xml.parser
writing output... [100%] modules
generating indices... genindex py-modindex done
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded.
The HTML pages are in sphinx_output.
/tmp/ws/docs_build/launch_xml/launch_xml/conf.py
Creating file default_sphinx_project/launch_testing.rst.
Creating file default_sphinx_project/launch_testing.decorator.rst.
Creating file default_sphinx_project/launch_testing.io_handler.rst.
Creating file default_sphinx_project/launch_testing.junitxml.rst.
Creating file default_sphinx_project/launch_testing.launch_test.rst.
Creating file default_sphinx_project/launch_testing.loader.rst.
Creating file default_sphinx_project/launch_testing.markers.rst.
Creating file default_sphinx_project/launch_testing.parametrize.rst.
Creating file default_sphinx_project/launch_testing.parse_arguments.rst.
Creating file default_sphinx_project/launch_testing.print_arguments.rst.
Creating file default_sphinx_project/launch_testing.proc_info_handler.rst.
Creating file default_sphinx_project/launch_testing.ready_aggregator.rst.
Creating file default_sphinx_project/launch_testing.ready_to_test_action_timeout.rst.
Creating file default_sphinx_project/launch_testing.test_result.rst.
Creating file default_sphinx_project/launch_testing.test_runner.rst.
Creating file default_sphinx_project/launch_testing.actions.rst.
Creating file default_sphinx_project/launch_testing.actions.gtest.rst.
Creating file default_sphinx_project/launch_testing.actions.pytest.rst.
Creating file default_sphinx_project/launch_testing.actions.ready.rst.
Creating file default_sphinx_project/launch_testing.actions.test.rst.
Creating file default_sphinx_project/launch_testing.asserts.rst.
Creating file default_sphinx_project/launch_testing.asserts.assert_exit_codes.rst.
Creating file default_sphinx_project/launch_testing.asserts.assert_output.rst.
Creating file default_sphinx_project/launch_testing.asserts.assert_sequential_output.rst.
Creating file default_sphinx_project/launch_testing.event_handlers.rst.
Creating file default_sphinx_project/launch_testing.event_handlers.stdout_ready_listener.rst.
Creating file default_sphinx_project/launch_testing.legacy.rst.
Creating file default_sphinx_project/launch_testing.legacy.output.rst.
Creating file default_sphinx_project/launch_testing.pytest.rst.
Creating file default_sphinx_project/launch_testing.pytest.hooks.rst.
Creating file default_sphinx_project/launch_testing.pytest.hookspecs.rst.
Creating file default_sphinx_project/launch_testing.tools.rst.
Creating file default_sphinx_project/launch_testing.tools.output.rst.
Creating file default_sphinx_project/launch_testing.tools.process.rst.
Creating file default_sphinx_project/launch_testing.tools.text.rst.
Creating file default_sphinx_project/launch_testing.util.rst.
Creating file default_sphinx_project/launch_testing.util.proc_lookup.rst.
Creating file default_sphinx_project/modules.rst.
Running Sphinx v6.1.3
making output directory... done
loading intersphinx inventory from /tmp/ws/cross_reference/launch_yaml/objects.inv...
loading intersphinx inventory from /tmp/ws/cross_reference/launch/objects.inv...
loading intersphinx inventory from /tmp/ws/cross_reference/launch_xml/objects.inv...
myst v1.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=set(), disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True)
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 39 source files that are out of date
updating environment: [new config] 39 added, 0 changed, 0 removed
reading sources... [ 2%] index
reading sources... [ 5%] launch_testing
reading sources... [ 7%] launch_testing.actions
reading sources... [ 10%] launch_testing.actions.gtest
reading sources... [ 12%] launch_testing.actions.pytest
reading sources... [ 15%] launch_testing.actions.ready
reading sources... [ 17%] launch_testing.actions.test
reading sources... [ 20%] launch_testing.asserts
reading sources... [ 23%] launch_testing.asserts.assert_exit_codes
reading sources... [ 25%] launch_testing.asserts.assert_output
reading sources... [ 28%] launch_testing.asserts.assert_sequential_output
reading sources... [ 30%] launch_testing.decorator
reading sources... [ 33%] launch_testing.event_handlers
reading sources... [ 35%] launch_testing.event_handlers.stdout_ready_listener
reading sources... [ 38%] launch_testing.io_handler
reading sources... [ 41%] launch_testing.junitxml
reading sources... [ 43%] launch_testing.launch_test
reading sources... [ 46%] launch_testing.legacy
reading sources... [ 48%] launch_testing.legacy.output
reading sources... [ 51%] launch_testing.loader
reading sources... [ 53%] launch_testing.markers
reading sources... [ 56%] launch_testing.parametrize
reading sources... [ 58%] launch_testing.parse_arguments
reading sources... [ 61%] launch_testing.print_arguments
reading sources... [ 64%] launch_testing.proc_info_handler
reading sources... [ 66%] launch_testing.pytest
reading sources... [ 69%] launch_testing.pytest.hooks
reading sources... [ 71%] launch_testing.pytest.hookspecs
reading sources... [ 74%] launch_testing.ready_aggregator
reading sources... [ 76%] launch_testing.ready_to_test_action_timeout
reading sources... [ 79%] launch_testing.test_result
reading sources... [ 82%] launch_testing.test_runner
reading sources... [ 84%] launch_testing.tools
reading sources... [ 87%] launch_testing.tools.output
reading sources... [ 89%] launch_testing.tools.process
reading sources... [ 92%] launch_testing.tools.text
reading sources... [ 94%] launch_testing.util
reading sources... [ 97%] launch_testing.util.proc_lookup
reading sources... [100%] modules
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 2%] index
writing output... [ 5%] launch_testing
writing output... [ 7%] launch_testing.actions
writing output... [ 10%] launch_testing.actions.gtest
writing output... [ 12%] launch_testing.actions.pytest
writing output... [ 15%] launch_testing.actions.ready
writing output... [ 17%] launch_testing.actions.test
writing output... [ 20%] launch_testing.asserts
writing output... [ 23%] launch_testing.asserts.assert_exit_codes
writing output... [ 25%] launch_testing.asserts.assert_output
writing output... [ 28%] launch_testing.asserts.assert_sequential_output
writing output... [ 30%] launch_testing.decorator
writing output... [ 33%] launch_testing.event_handlers
writing output... [ 35%] launch_testing.event_handlers.stdout_ready_listener
writing output... [ 38%] launch_testing.io_handler
writing output... [ 41%] launch_testing.junitxml
writing output... [ 43%] launch_testing.launch_test
writing output... [ 46%] launch_testing.legacy
writing output... [ 48%] launch_testing.legacy.output
writing output... [ 51%] launch_testing.loader
writing output... [ 53%] launch_testing.markers
writing output... [ 56%] launch_testing.parametrize
writing output... [ 58%] launch_testing.parse_arguments
writing output... [ 61%] launch_testing.print_arguments
writing output... [ 64%] launch_testing.proc_info_handler
writing output... [ 66%] launch_testing.pytest
writing output... [ 69%] launch_testing.pytest.hooks
writing output... [ 71%] launch_testing.pytest.hookspecs
writing output... [ 74%] launch_testing.ready_aggregator
writing output... [ 76%] launch_testing.ready_to_test_action_timeout
writing output... [ 79%] launch_testing.test_result
writing output... [ 82%] launch_testing.test_runner
writing output... [ 84%] launch_testing.tools
writing output... [ 87%] launch_testing.tools.output
writing output... [ 89%] launch_testing.tools.process
writing output... [ 92%] launch_testing.tools.text
writing output... [ 94%] launch_testing.util
writing output... [ 97%] launch_testing.util.proc_lookup
writing output... [100%] modules
generating indices... genindex py-modindex done
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 32 warnings.
The HTML pages are in sphinx_output.
/tmp/ws/docs_build/launch_testing/launch_testing/conf.py
Creating file default_sphinx_project/launch_pytest.rst.
Creating file default_sphinx_project/launch_pytest.fixture.rst.
Creating file default_sphinx_project/launch_pytest.plugin.rst.
Creating file default_sphinx_project/launch_pytest.actions.rst.
Creating file default_sphinx_project/launch_pytest.tools.rst.
Creating file default_sphinx_project/launch_pytest.tools.process.rst.
Creating file default_sphinx_project/modules.rst.
Running Sphinx v6.1.3
making output directory... done
loading intersphinx inventory from /tmp/ws/cross_reference/launch_yaml/objects.inv...
loading intersphinx inventory from /tmp/ws/cross_reference/launch/objects.inv...
loading intersphinx inventory from /tmp/ws/cross_reference/launch_xml/objects.inv...
loading intersphinx inventory from /tmp/ws/cross_reference/launch_testing/objects.inv...
myst v1.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=set(), disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True)
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 8 source files that are out of date
updating environment: [new config] 8 added, 0 changed, 0 removed
reading sources... [ 12%] index
reading sources... [ 25%] launch_pytest
reading sources... [ 37%] launch_pytest.actions
reading sources... [ 50%] launch_pytest.fixture
reading sources... [ 62%] launch_pytest.plugin
reading sources... [ 75%] launch_pytest.tools
reading sources... [ 87%] launch_pytest.tools.process
reading sources... [100%] modules
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 12%] index
writing output... [ 25%] launch_pytest
writing output... [ 37%] launch_pytest.actions
writing output... [ 50%] launch_pytest.fixture
writing output... [ 62%] launch_pytest.plugin
writing output... [ 75%] launch_pytest.tools
writing output... [ 87%] launch_pytest.tools.process
writing output... [100%] modules
generating indices... genindex py-modindex done
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 3 warnings.
The HTML pages are in sphinx_output.
/tmp/ws/docs_build/launch_pytest/launch_pytest/conf.py
# END SUBSECTION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment