Home
last modified time | relevance | path

Searched refs:_LOG (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/tools/
Dcompare_build_systems.py27 _LOG = logging.getLogger(__file__) variable
206 _LOG.warning(f" {cmake_option.name} does not exist in Bazel")
211 _LOG.warning(f" {bazel_option.name} does not exist in CMake")
214 _LOG.error(" Bazel and CMAKE definitions do not match:")
215 _LOG.error(f" [CMAKE] {bazel_option}")
216 _LOG.error(f" [BAZEL] {cmake_option}")
255_LOG.error(" External pins for %s do not match:", maybe_match.group("dependency"))
256 _LOG.error(" [CMAKE] %s", current_submodule_pin)
257 _LOG.error(" [BAZEL] %s", maybe_match.group("commit"))
260 _LOG.info(" External pins for %s match!", maybe_match.group("dependency"))
[all …]
Dcheck_source_files_in_bazel_build.py37 _LOG = logging.getLogger(__file__) variable
73 _LOG.error("Command invocation failed with return code %d!", process.returncode)
74 _LOG.error(
78 _LOG.error(
123 _LOG.error("No bazel directories to check.")
137 _LOG.warning(
143 _LOG.warning(
184 _LOG.debug(
191 _LOG.info("Checking all source files are accounted for in Bazel.")
200 _LOG.error("Missing files found.")
[all …]
Dbazel_common.py19 _LOG = logging.getLogger(__file__) variable
70 _LOG.info("Running Bazel command: %s", shlex.join(command))
77 _LOG.error("Command invocation failed with return code %d!", proc.returncode)
78 _LOG.error(
86 _LOG.error(