Lines Matching refs:log
9 from west import log
107 log.inf("parsing CMake Cache file")
112 log.err("CONFIG_BUILD_OUTPUT_META must be enabled to generate spdx files; bailing")
116 log.inf("parsing CMake Codemodel files")
119 log.err("could not parse codemodel from CMake API reply; bailing")
123 log.inf("setting up SPDX documents")
129 log.inf("walking through targets")
133 log.inf("walking through pending sources files")
137 log.inf("walking through pending relationships")
154 log.dbg("getting codemodel from CMake API reply files")
159 log.err(f'cmake api reply directory {cmakeReplyDirPath} does not exist')
160 log.err('was query directory created before cmake build ran?')
163 log.err(f'cmake api reply directory {cmakeReplyDirPath} exists but is not a directory')
174 log.err(f'cmake api reply index file not found in {cmakeReplyDirPath}')
234 …log.err(f"cannot find west_topdir for CMake Codemodel sources path {self.cm.paths_source}; bailing…
281 log.err(f"cannot find module name in meta file; bailing")
345 log.err(f"cannot find module name in meta file; bailing")
368 log.dbg("setting up placeholder documents")
378 log.err(f"cannot find a valid zephyr_meta.yml required for SPDX generation; bailing")
392 log.dbg("walking targets from codemodel")
413 log.dbg(f" - target {cfgTarget.name} has no build artifacts")
420 log.dbg(f" - initializing Package for target: {cfgTarget.name}")
443 log.dbg(f" - adding File {artifactPath}")
444 log.dbg(f" - relativeBaseDir: {pkg.cfg.relativeBaseDir}")
445 log.dbg(f" - artifacts[0]: {cfgTarget.target.artifacts[0]}")
449 …log.dbg(f" - target {cfgTarget.name} lists build artifact {artifactPath} but file not found after…
479 log.dbg(f" - collecting source files and adding to pending queue")
485 log.dbg(f" - add pending source file and relationship for {src.path}")
493 …log.dbg(f" - {srcAbspath} does not exist but is referenced in sources for target {pkg.cfg.name}; …
546 …log.dbg(f" - {cfgTarget.target.name} has compileGroupIndex {src.compileGroupIndex} but only {le…
552 …log.dbg(f" - {cfgTarget.target.name} has compile group language {cg.language} but currently onl…
566 log.dbg(f" - collecting target dependencies for {pkg.cfg.name}")
573 log.dbg(f" - adding pending relationship for {depName}")
622 log.dbg(f"walking pending sources")
635 log.dbg(f" - {srcAbspath}: already seen, assigned to {srcDoc.cfg.name}")
643 … log.dbg(f" - {srcAbspath}: assigning to build document, package {pkgBuild.cfg.name}")
647 log.dbg(f" - {srcAbspath}: assigning to sdk document")
651 log.dbg(f" - {srcAbspath}: assigning to app document")
655 log.dbg(f" - {srcAbspath}: assigning to zephyr document")
659 log.dbg(f" - {srcAbspath}: can't determine which document should own; skipping")
721 … log.dbg(f" - adding relationship to {docA.cfg.name}: {rln.refA} {rln.rlnType} {rln.refB}")
730 …log.dbg(f" - searching for relationship, can't find document with file {rlnData.ownerFileAbspath}…
734 …log.dbg(f" - searching for relationship for file {rlnData.ownerFileAbspath} points to document {o…
738 …log.dbg(f" - searching for relationship for file {rlnData.ownerFileAbspath} found file, but empty…
749 …log.dbg(f" - searching for relationship for target {rlnData.ownerTargetName} found package, but e…
752 …log.dbg(f" - searching for relationship for target {rlnData.ownerTargetName}, target not found in…
758 log.dbg(f" - unknown relationship type {rlnData.ownerType}; skipping")
767 …log.dbg(f" - searching for relationship, can't find document with file {rlnData.otherFileAbspath}…
771 …log.dbg(f" - searching for relationship for file {rlnData.otherFileAbspath} points to document {o…
775 …log.dbg(f" - searching for relationship for file {rlnData.otherFileAbspath} found file, but empty…
791 …log.dbg(f" - searching for relationship for target {rlnData.otherTargetName} found package, but e…
798 …log.dbg(f" - searching for relationship for target {rlnData.otherTargetName}, target not found in…
804 log.dbg(f" - unknown relationship type {rlnData.otherType}; skipping")